FYI - According to BMC support the Export AIE Config feature was
designed for them to help customers and cannot be used without
modification to migrate from one server to another. Not only do the
server names on the instances have to be changed, as mentioned below,
but there is one form's data that has to be removed entirely. I haven't
received the specifics on this, but wanted to relay what I do know. I
have done the import and made it work, but it required some manual
mucking about. That said, it should work fine if your server names are
the same and you have the same number of Instances. Hope this helps
without adding any confusion.
Cheers,
Brian
Ahire, Anand wrote:
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"
_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor:[email protected] ARSlist: "Where the Answers Are"