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!

copying messages/Actions from one server 2

Status
Not open for further replies.

GordoSK

MIS
Jun 8, 2001
21
0
0
US
I would like to know if it's possible to copy messages/actions from one server to another server. I want to set up a staging environment that I can test messages/actions on one server then copy them to a production system.

TIA
chris
 
please execute the "oprdb" command to download the existing database that contains the message records and actions. This will download the content to a text file. Then use the "cautil" command to upload the text file to the machine you wish distribute to.

Good Luck!
 
Thanks for pointing me in the right direction...this is what I did.

From Staging Server...
cautil -i
select msgrec msgtkn=999
save msgrec file=file.dsb

From Production Server...
cautil -i
load msgrec file-file.dsb replace=no

tada!

chris
 
To copy from server
c:> oprdb script db > oprdb.txt


To upload oprdb, run this command
cautil -s=<servername> -f <filename (oprdb)>

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top