Creating a Database using PRODB utility

divz

New Member
I am trying to create a database using PRODB utility by means of the following command:

prodb [target db] [source db]

Database got created successfully.But am getting an error in between.

proenv>prodb C:\OpenEdge\WRK\divya C:\OpenEdge\WRK\sports
WARNING: Before-image file of database C:\OpenEdge\WRK\sports is not truncated.
(1552)
Procopy session begin for divyajayamohan on CON:. (451)
Registry error 5: Could not create the 'DIVYA_PROGRESS' key for the Event Viewer
. (5175)
Database copied from C:\OpenEdge\WRK\sports. (1365)
Procopy session end. (334)

Can anyone please tell me why am I getting this error?
Thanks in advance.
 

RealHeavyDude

Well-Known Member
You are getting this error because the user account under which you are creating the database has no privileges to write into the Windoze Event Viewer. Progress has the nasty habit on Windoze to try to write to the event viewer. You can either use an account that has the privileges, get them yourself, or, you can try to omit the error message by using -evtlevel none.

I have use -evtlevel none with different command and it always worked for me.

Heavy Regards, RealHeavyDude.
 
Top