As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.
Join the TIBCO Community TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.
From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
Request access to the private WebFOCUS User Group (login required) to network with fellow members.
Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.
I have combobox in my html page that accepts multiple values and I wrote a javascript function to parse that values and put it in a 'value1','value2',...etc format.
So PROCCODE = 'D498','D2M8' is then passed to my FEX to call a webservice to get the data.
TABLE FILE rv_getfabproductasobjectarray_ws SUM BASEPRODUCT LINECODE PROCESSCODE DIVISIONPRODUCT CONDITIONKEY STEPCODE BY BASEPRODUCT NOPRINT BY LINECODE NOPRINT WHERE strProcessCode EQ ''D498','D2M8'' ; WHERE strDivisionProduct EQ ' ' ; WHERE strBaseProduct EQ ' ' ; WHERE strConditionKey EQ ' ' ; WHERE strStepCode EQ 'A01J41' ; -* ON TABLE HOLD AS RV_PRODUCT_TMP END -EXIT 0 ERROR AT OR NEAR LINE 15 IN PROCEDURE newfex FOCEXEC * (FOC257) MISSING QUOTE MARKS: ,'D2M8'' ; BYPASSING TO END OF COMMAND (FOC009) INCOMPLETE REQUEST STATEMENT
I need to pass the value of process code to the webservice in 'value1','value2' format (value in single quotes).
Any inputs or suggestions would be greatly appreciated.
Dan
Dev: WebFOCUS 7.6.10, Data Migrator 7.6.10 QA: WebFOCUS 7.6.10, Data Migrator 7.6.10 Prod: WebFOCUS 7.6.2, Data Migrator 7.6.8 Windows 2K3, Tomcat 5.5.17, IIS 6 Usage: HTML, PDF, Excel, Self-serve, BID and MRE
Posts: 197 | Location: Roseville, CA | Registered: January 24, 2005
I need to pass the whole 'D498','D2M8' string to a parameter in the webservice. There is logic in the webservice that will parse this and query whatever data source it needs.
If I access the webservice directly via browser, I enter 'D498','D2M8' on the Process Code parameter input and were no errors and I get data returned as object array.
Dev: WebFOCUS 7.6.10, Data Migrator 7.6.10 QA: WebFOCUS 7.6.10, Data Migrator 7.6.10 Prod: WebFOCUS 7.6.2, Data Migrator 7.6.8 Windows 2K3, Tomcat 5.5.17, IIS 6 Usage: HTML, PDF, Excel, Self-serve, BID and MRE
Posts: 197 | Location: Roseville, CA | Registered: January 24, 2005