application URL

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

application URL

Roshan
EBSR12.1
Oracle Linux 6.5
Oracle Database 11gR2
 
Hello,
 
when we are trying to login in to UAT instance and it is redirecting to QA instance. Is there any other possibility?

Rgds,
Roshan
Reply | Threaded
Open this post in threaded view
|

Re: application URL

ErmanArslansOracleBlog
Administrator
What do you mean exactly? give more details
Reply | Threaded
Open this post in threaded view
|

Re: application URL

Roshan
Users are trying to access this link:
http://vxt-hrs01.mascom.bw:8002/OA_HTML/AppsLocalLogin.jsp (UAT instance)

But they are redirected to another instance (QA instance).

I do not know exactly which profile options the user has moved using FNDLOAD.

This is all information they provided



Reply | Threaded
Open this post in threaded view
|

Re: application URL

ErmanArslansOracleBlog
Administrator

Your cloning operation seems not properly done. Check profile options %login url% and etc. Use fnd profile options and and fnd profile option values tables. Check fnd nodes table and ensure the data in it  loaded properly.

Read the docs and do oracle support search before asking your question.

10 Mar 2016 08:56 tarihinde "Roshan [via Erman Arslan's Oracle Forum]" <[hidden email]> yazdı:
Users are trying to access this link:
http://vxt-hrs01.mascom.bw:8002/OA_HTML/AppsLocalLogin.jsp (UAT instance)

But they are redirected to another instance (QA instance).

I do not know exactly which profile options the user has moved using FNDLOAD.

This is all information they provided






If you reply to this email, your message will be added to the discussion below:
http://erman-arslan-s-oracle-forum.2340467.n4.nabble.com/application-URL-tp698p700.html
To start a new topic under EBS 12.1/12.0, email [hidden email]
To unsubscribe from Erman Arslan's Oracle Forum, click here.
NAML
Reply | Threaded
Open this post in threaded view
|

Re: application URL

Roshan
The user has given some more specific information. find attached profile differences. Below is the script used:

SELECT fpo.PROFILE_OPTION_NAME, fpov.PROFILE_OPTION_VALUE
FROM fnd_profile_option_values fpov, fnd_profile_options fpo
WHERE
PROFILE_OPTION_VALUE LIKE '%mascom%'
and fpov.profile_option_id = fpo.PROFILE_OPTION_ID
;

UAT_Profile_Options_Name_&_Values.xls
Reply | Threaded
Open this post in threaded view
|

Re: application URL

ErmanArslansOracleBlog
Administrator
Roshan,

I don't even know the name of your environment, I dont know the hostnames at all.
What do you want me to check?
The list you provide includes 2 different hostname vxt-hrssso01.mascom.bw and vxt-hrs02.mascom.bw.
What are they? Do you have a multi node application tier or so?

Anyways, I already show the way , please analyze the profile options, review your cloning operation and fix the problem. after this point , It is on your resp.
Reply | Threaded
Open this post in threaded view
|

Re: application URL

Roshan
It's o.k Sir, I can manage. Thanks for the help