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.
Here is my scenerio: I am trying to run a procedure from my WF Reporting server(7.6.5) by making a call to a Weblogic Application server where 3 xml files reside. My procedure contains 3 lines that idetify the location of the XML files. XMLDEF TRANSACTION HTTP https://wswzp3332.wellsfargo.c...essionid=a78f25e53c- 132a1b14edc776b11223231f1f5107fdb?jsessionid=a78f25e53c132a1b14edc776b11223231f- 1f5107fdb XMLDEF TRANSACTION2 HTTP https://wswzp3332.wellsfargo.c...essionid=a78f25e53c- 132a1b14edc776b11223231f1f5107fda?jsessionid=a78f25e53c132a1b14edc776b11223231f- 1f5107fda XMLDEF VERIFIED_DATE HTTP https://wswzp3332.wellsfargo.c...essionid=a78f25e53c- 132a1b14edc776b11223231f1f5107fd9?jsessionid=a78f25e53c132a1b14edc776b11223231f- 1f5107fd9
When I run the procedure I get this message: (FOC42251) XML FILE 'https://wswzp3332.wellsfargo.com:8034/tpr_proxy_web/proxy;jsessionid=a78f25e53 Exiting due to Exit on Error... ...RETRIEVAL KILLED (FOC026) THE REPORT IS NO LONGER AVAILABLE
If I take this line and paste it into my browser on the Reporting Server I can read the xml file from the weblogic server: https://wswzp3332.wellsfargo.c...essionid=a78f25e53c- 132a1b14edc776b11223231f1f5107fdb?jsessionid=a78f25e53c132a1b14edc776b11223231f- 1f5107fdb
If I change the 3 lines in my XMLDEF statement to HTTP the report runs just fine.
I have made sure I have the XML adapter. For some reason HTTPS is giving me a headache.This message has been edited. Last edited by: Kerry,
Jim Prod: WebFOCUS 7.6.5 CGI - Self Service - AIX 5.2 - IBM DB2 V9 Env 3 Local: DevStudio 7.6.5 Servlet - Self Service - MS Windows XP SP2 - Output: HTML, Excel 2000 and PDF
Let me re-phrase my question: Does anyone run reports that get xml files from a different server other than the reporting server? If so are you using an https call to get the files?
Jim Prod: WebFOCUS 7.6.5 CGI - Self Service - AIX 5.2 - IBM DB2 V9 Env 3 Local: DevStudio 7.6.5 Servlet - Self Service - MS Windows XP SP2 - Output: HTML, Excel 2000 and PDF