Important Update: Community URLs redirect issues are partially resolved. Learn More. .

cancel
Showing results for 
Search instead for 
Did you mean: 

Issues with custom code after upgarde to 6.6 from 6.3

RohitShrivastav
Contributor III

Hi,

We recently upgraded our Archer environment from 6.3 to 6.6 p6 and after upgrade one of our custom code is not working as expected. Basically when we are clicking the code, its taking to the home page of Archer instead of selecting relevant controls which the code is supposed to do.

 

I know RSA had changed the way certain protocols work after 6.3 like you can no longer find record id in the URL.

 

Any advise on this would be greatly appreciated.

 

Thanks

23 REPLIES 23

Gaurav, 1 and 3 are incorrect being the requestURL is specific to Archer and it pages and not custom web applications.

 

Item 2 is your best bet.

 

Why it doesn't work is beyond me being it's hard to tell how that wfrmLogin.aspx is constructed.  Is it a stand-alone aspx page or compiled requiring a web.config file and such.

 Advisory Consultant

Hi David Petty

Thank you for the response.

The configuration is via a Web.config file. And in this config file as per the option ID and Usertype , it should be redirected to another page (aspx page outside Archer) mentioned in the config file.
But instead of redirecting to the correct page (aspx page outside Archer), it is redirected to HOME page of Archer.

Gaurav, I'd recommend moving your custom application outside of archer and into its own application space in IIS so it doesn't collide with Archer.

 Advisory Consultant

Rohit, this is a completely long shot, but have you add the URL to your authentication page to the instance's Whitelist URLs under the Web tab?

 

pastedImage_1.png

 Advisory Consultant