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.
hello, I am attempting to run the following DSTRUN procedure and I'm being thrown an error code of 37, which supposedly means 'Port Length is incorrect'
I believe I've counted the number of characters in the string correctly, so I am not sure what is causing this error.
37 isn't even one of the return codes. You should open a case with tech support to see if they can trace this error.
I think DSTRUN is considered stabilized and you now have to use RESTful WebServices to accomplish this. Check out this link for instructions: http://webfocusinfocenter.info...t/source/topic45.htmThis message has been edited. Last edited by: BabakNYC,
WebFOCUS 8206, Unix, Windows
Posts: 1853 | Location: New York City | Registered: December 30, 2015
I wanted to post a follow up to this as it was one of the most frustrating endeavors I have experienced so far in my Webfocus learnings.
So after talking to the good folks at Webfocus that support my company I learned that the DSTRUN function is very old and not capable of running in our environment. The exact response was "DSTRUN is an old technique that doesn’t work with https."
So anyone exploring how to run report caster jobs from a webpage, save yourself TONS of wasted time trying to sort through DSTRUN error code deciphering. I would have to imagine most any business these days is running on https.
Anyway, on to the solution, which turns out to be ridiculously easier than DSTRUN.....
Set up a button on your HTML page in dev studio, right click to create a hyperlink, and select URL as your action.
Then as the source, you will type in something similar to this....