Important Update: Archer Community Scheduled Maintenance on November 23–24 - New Community Launching Soon! Learn More..
2020-03-11 04:49 AM
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
2020-04-02 03:07 PM
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
2020-04-03 01:44 AM
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.
2020-04-03 09:42 AM
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
2020-05-15 10:44 AM
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?
Advisory Consultant