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 am trying to build a simple Report Caster form to run jobs using DSTRUNNOW. I have set IBIWF_action, IBIMR_user, IBIMR_pass, and even IBIB_user for the report owner. It logs in without fail, but when I run DSTRUNNOW, I get a Report Caster Message: Authentication failed.
I have followed the documentation to the letter without success. Any ideas??This message has been edited. Last edited by: schatelain,
What security method do you have set in the client for authentication and authorization ? We found that we would get that error in certain of our environments and tacked it down to security. The issue appeared in our current release of 7.6.11 So what version do you have ?
Webfocus 8.0.7 on Windows
Posts: 176 | Location: Ohio | Registered: October 26, 2006
What we found was that the ID in caster didn't have the correct password in the repository.
That they were out of sync somehow. We fixed this by making the id have a non-expiring password. Setting security to internal internal then putting the password in for the ID and saving. Then turn security back on. Apparently this is some type of feature in the version we have. Fortunately we only have 2 id's allowed to use DSTRUN type features.
Webfocus 8.0.7 on Windows
Posts: 176 | Location: Ohio | Registered: October 26, 2006
I had issues trying to use DSTRUN with ReportCaster and it failed because of Authentication. We are not using LDAP, but we are using SiteMinder for Authentication.
I was told by IBI support that DSTRUN doesn't understand this type of authentication. Possibly this is related?
We also had a reason to finally try DSTRUN and it is a huge FAIL for us. With our secutiry model being Authentication = "TRUSTED" and Authorization = "INTERNAL", IBI support confirmed that DSTRUN will not run and it has been 'Stabilized' for quite some time. Meaning, it has not been updated to handle this particular security model and probably won't be.
The good news is the Report Caster API technology does work with this setup quite nicely. I was able to use the sample rbarunnow.htm file that calls the DSTRUNNOW java program to kick off a test job succesfully. I now have a NEW topic for our next North Texas user group meeting to present!
Here is sample code using -HTMLFORM in a fex. All you need to do is supply the RC Job Sched ID and the OWNER of the Sched ID job. Hit the SUBMIT button and POW, your schedule runs!
-HTMLFORM BEGIN
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<TITLE>ReportCaster API RunNow Form - DSTRUNNOW TEST</TITLE>
</HEAD>
<BODY LEFTMARGIN=10 TOPMARGIN=10 MARGINWIDTH="10" MARGINHEIGHT="10" bgcolor="">
<H3>Run "ML Inventory Extension with GL Recap" Restauraunt Burst Job Immediately</H3>
<P>
<FORM ACTION="/rcaster/servlet/DSTRUNNOW" METHOD="POST" ENCTYPE="application/x-www-form-urlencoded">
<input type="hidden" name="IBIB_scheduleid" value="S177fl6co505">
<input type="hidden" name="IBIB_user" value="davsmith">
<P>
<input type="submit" value="Submit">
</FORM>
</BODY>
</HTML>
-HTMLFORM END
Note, this works when running as a fex from within an MRE Dashboard View. I do not know if it would work running as a stand alone HTM file outside of WebFocus.This message has been edited. Last edited by: DavSmith,
In FOCUS since 1985 - WF 8.009/8.104 Win 8 Outputs: ALL of 'em! Adapters: Sql Server Teradata Oracle