migrating code from dev to test
760263Apr 5 2010 — edited Apr 6 2010hi
I am having an issue in migrating the code from dev to test. I had exported my project from the developement environment and when i had imported in the test environment all the interfaces got in-valid and the error message i get is "source is not in the same data server"
We have different servers for the each environment, and we have created master & work repositories in each of these environment
I want to know what is process which needs to be followed while migrating the code.
Let me illustrate my problem
I have created a interface in DEV to move data from source to target, below are the details
Source:
SID: ABC
user_name: dev_user
pwd: dev_user
Target:
SID: EFG
user_name: dev_user1
pwd: dev_user1
Now every thing is working fine in DEV and i want to migrate to TEST environment, for the testing i have different SID for Source & Target. I had taken an export of the interface and imported in the TEST with out any change in the physical architecture.
I am thinking of creating another connection for the TEST environment, create a copy of the interface, Change the CONTEXT and export the interface.
Apart from exporting the interfaces do i need to export any other objects
Thanks,
Sudhir