Rajesh Sirangu
general development commands
Friday, July 17, 2020
export/import oracle ATG endeca application
./runcommand.sh IFCR exportApplication /opt/vol/dev/app/
./runcommand.sh IFCR importApplication /opt/vol/dev/ftp/endecamount/appname.zip
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
zip an empty folder structure
find . -maxdepth 1000 -type d -exec zip ftpeu.zip {} +
ATG BCC cleanup projects
How to clean ATG BCC open projects? Please do the following steps. 1. Execute the below SQL scripts --Project Clean UP delete from...
zip an empty folder structure
find . -maxdepth 1000 -type d -exec zip ftpeu.zip {} +
ATG BCC Agents Clean up
How to clean up ATG BCC agents? Step1: execute the below sql scripts --Agents Clean UP delete from EPUB_TR_REP_TBL_MP; delete from E...
No comments:
Post a Comment