Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can I use app designer from the command line? 1

Status
Not open for further replies.

jouell

MIS
Nov 19, 2002
304
0
0
US
I'd like migrate projects using the commnd line. Is this possible (2 tier or 3 tier)?

Ptools=8.42
DB=Oracle 9.02
Os=tru64 5.1B

Thanks!
-John
 
Hi, You can use this following command line parameters.

Copy To File

Copy the project PPLTOOLS from the Oracle database PTDMO using the Operator ID PTDMO to the local directory c:\temp\export.

A directory named PPLTOOLS will be created under c:\temp\export.

Log progress and error messages to c:\temp\copy.log.

PSIDE.EXE —HIDE -PJTF PPLTOOLS -FP c:\temp\export -CT ORACLE -CD PTDMO -CO PTDMO -CP PTDMO -LF c:\temp\copy.log

Copy From File

Copy the project PPLTOOLS to the DB2/UNIX database PTDMO using the Operator ID PTDMO from the local directory c:\temp\export.

A directory named PPLTOOLS must exist under c:\temp\export.

Log progress and error messages to c:\temp\copy.log.

PSIDE.EXE —HIDE -PJFF PPLTOOLS -FP c:\temp\export -CT DB2UNIX -CD PTDMO -CO PTDMO -CP PTDMO -LF c:\temp\copy.log

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top