create a batch procedure to migrate a database from Progress

Posted by Bourgmaj on 04-Jun-2014 10:58

Dear all,

I would like to create a batch procedure to migrate a database from PROGRESS 9.1 to OpenEdge 11.3.  I found the good orders and that functions indeed, except that these orders (ie Proutil <dbname< -C Conv1011) require the confirmation of the user.

How can I bypass these confirmations, so that the procedure runs without expecting an input from the user ?

Thank you in advance

Posted by James Palmer on 04-Jun-2014 11:01

Is this in Windows? I believe you can create a .txt file containing just a Y and carriage return. Call it yes.txt. Then you can (Proutil <dbname< -C Conv1011 < yes.txt). Although I'm not sure about the sanity of using a batch to do the upgrade... :)

All Replies

Posted by James Palmer on 04-Jun-2014 11:01

Is this in Windows? I believe you can create a .txt file containing just a Y and carriage return. Call it yes.txt. Then you can (Proutil <dbname< -C Conv1011 < yes.txt). Although I'm not sure about the sanity of using a batch to do the upgrade... :)

Posted by Bourgmaj on 04-Jun-2014 11:08

Dear James,
Thank you so much, it’s runs !!
Don’t worry, my batch also contains backup before the migration itself.
Once again thank you !
 

This thread is closed