apps URL issue

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

apps URL issue

Roshan
EBS 12.1.3

Oracle Database 11.1.0.7

 

Hi,

 

after performing a clone on a test instance, I see the production URL is redirecting to test URL(r12vision.***.mu). Why is it so?

 

Production:

url: peopleconnect.***.mu

port: 8010

IP: 10.10.10.213

DB SID: PROD

DB PORT: 1531

 

Clone:

url: r12vision.***.mu

port: 8010

IP: 10.10.10.219

DB SID: PROD

DB PORT: 1531

 I had to shutdown all services on clone and run autoconfig on production to be able to access the URL on production.

Regards,

Roshan
Reply | Threaded
Open this post in threaded view
|

Re: apps URL issue

ErmanArslansOracleBlog
Administrator
Am I understandin this correctly? ->
you are cloning the TEST instance. So you are creating a TEST instance.
After cloning, you see the URL is pointing to TEST instance.

So what is the problem with that?

"I had to shutdown all services on clone and run autoconfig on production to be able to access the URL on production. " -> Why is that? What kind of move is that? Why you are running autoconfig on PROD to correct the URL in your TEST instance?


Am I understanding this correctly? If not - please revise..
Reply | Threaded
Open this post in threaded view
|

Re: apps URL issue

Roshan
After running postclone on TEST server, the URL for production instance was redirecting to the TEST server URL - instead of pointing to peopleconnect, it became r12vision(TEST server URL)

Then, to solve this problem, I had to stop the apps services on TEST and run autoconfig on production and restart apps services.
Reply | Threaded
Open this post in threaded view
|

Re: apps URL issue

ErmanArslansOracleBlog
Administrator
Then you are doing something wrong.
This means your postclone is connecting to the PRODUCTION database and this is very dangerous.
Please check the inputs that you use with your post clone. Check the logs of post clone.. (check the TNS strings and connection strings used with your postclone)
You are doing something dangerous.
Please analyze this issue accordingly.