Hi, AIE 7.5 has out of the box support for exporting and importing data exchanges from one machine to another.
-----Original Message----- From: Garrison, Sean (Norcross) [mailto:[email protected]] Sent: Monday, October 19, 2009 7:56 AM Subject: Re: AIE Here is a script I use when migrating from prod to another region: #Replace <servername> and <portnumber> with whatever makes sense #In some instances the server name may be upper case (pretty much everywhere) except where "HOST='<servername>'" or AR_SERVER='<servername>' UPDATE EIE_DATAEXCHANGE SET ZTMPINSTANCEALIAS = '[<servername>] Instance 1', AR_SERVER='<servername>',EIE_DATAEXCHANGE.INSTANCE_NAME = 'ARS_<servername>(<portnumber>)_EIE_<servername>_Inst_001'; UPDATE EIE_APPLICATIONSETTINGS SET APPLICATION_PATH = '<directory where aie is installed>'; UPDATE EIE_BackupLoadFlag SET HOST='<servername>',INTERNAL_INSTANCE_NAME = 'ARS_<servername>(<portnumber>)_EIE_<servername>_Inst_001',INSTANCENAME = '[<servername>] Instance 1'; Use at your own risk :-) Thanks, Sean -----Original Message----- From: Action Request System discussion list(ARSList) [mailto:[email protected]] On Behalf Of Atul Vohra Sent: Wednesday, October 14, 2009 9:17 PM To: [email protected] Subject: AIE All, We refreshed the dev DB with production DB and am having issues with AIE jobs. Have found that on the Instance Console it shows host as to be the production server. Question: How do I change that to dev server? Also besides changing references in connections is there any other place that I need to check. Regards _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum Sponsor:[email protected] ARSlist: "Where the Answers Are"

