Oct 11, 2004 1 #1 jouell MIS Nov 19, 2002 304 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
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
Jan 20, 2005 #2 JeraldBastin IS-IT--Management May 6, 2004 3 IN 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 Upvote 0 Downvote
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