Focal Point
[CLOSED] url to execute FEX not working

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

November 21, 2011, 11:19 AM
Kowens
[CLOSED] url to execute FEX not working
I formulate a url in vb.net and try and launch it. it is not accepting the input parms.

Not sure why. it I try and take the url out of the app and just launch in browser, same result.

it doesn't recognize anything fromt eh EXCH2 parameter on and I get prompts for those values.

???????????????



http://SERVERNAME:8080/ibi_app...MODITY_CODE=FOC_NONE

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


Version: 8.0.0.6
Windows platform
All output formats will probably be used.
November 21, 2011, 11:20 AM
Kowens
"http://nfatinfomast01:8080/ibi_apps/WFServlet?IBIMR_action=MR_RUN_FEX&IBIMR_sub_action=MR_STD_REPORT&IBIMR_domain=tpmsdevt/tpmsdevt.htm&IBIMR_fex=app/tl_orderhistory_proc.fex&IBIF_fex=app/tl_orderhistory_proc.fex&IBIMR_folder=#processfiles&EXCH2=PRDNYSE&URL2=FOC_NONE&START_DATE=11%2f18%2f2011+11%3a00%3a00+AM&END_DATE=11%2f18%2f2011+01%3a00%3a00+PM&TRADER=FOC_NONE&ACCT=FOC_NONE&FIRM=FOC_NONE&CONTRACT_MONTH=FOC_NONE&CONTRACT_YEAR=FOC_NONE&PRODUCT_CAT=FOC_NONE&STRIKE=FOC_NONE&COMMODITY_CODE=FOC_NONE"


Version: 8.0.0.6
Windows platform
All output formats will probably be used.
November 21, 2011, 04:00 PM
Waz
Do you need to escape the # character ?


Waz...

Prod:WebFOCUS 7.6.10/8.1.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!

November 22, 2011, 03:28 AM
Alan B
Waz is correct. The # is a killer in a url string. Change to %23, or better still use UrlEncode.


Alan.
WF 7.705/8.007