Focal Point
[SOLVED] MRE logon - unable to create cookies

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/441101473

February 18, 2010, 11:43 AM
Syed
[SOLVED] MRE logon - unable to create cookies
Hi all
I need to invoke a fex file from EDASERVE from HTML present in MRE. I am able to get this done Smiler The fex creates hyperlinks within iframes which appear on the dashboard launch page of my application. The hyperlinks invoke (or should invoke) the HTMLs present in MRE area.
To do this, I'm following the steps mentioned in dhagen's post to logon to MRE and then launch the HTML in my MRE area using a URL. I have created a hidden frame in my dashboard launch page, which calls dummy.htm present in my app folder in EDASERVE.
However, I'm still getting the following error:
ERROR: ERROR_MR_NO_DOMAIN Can't create domain object based on provided domain key .

Am I doing something wrong? Please advise!

Rgds
Syed

This message has been edited. Last edited by: Syed,
February 18, 2010, 11:47 AM
Syed
By the way, this is the URL that I'm using to call the HTMLs from MRE on click of hyperlinks:

http://server:32000/ibi_apps/
WFServlet?IBIMR_action=MR_RUN_FEX&
IBIMR_sub_action=MR_STD_REPORT&
IBIMR_fex=app/merhcbou.htm&
IBIMR_folder=#itaacditmavc&
IBIMR_domain=hnxon3f1/hnxon3f1.htm&
IBIMR_user=user&IBIMR_pass=pswd&
MR_AUTOSIGNON=YES

This message has been edited. Last edited by: Syed,


Using WF 7.1.7/Dev Studio
February 18, 2010, 02:04 PM
Syed
I resolved it Smiler
It was because of using '#' in IBIMR_folder in the URL. I replaced it with '%23' to get the desired results !!
Cookies were getting generated, so the issue was not related to cookie handling.

Thanks anyway
Syed


Using WF 7.1.7/Dev Studio