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.
Our goal with the Web Service is to build a more friendly interface to create report schedule. Is there someone who uses it to add schedule in ReportCaster by using fex and mas file? If yes, how do you do, and which authentication are you using in the adpater?
Thank youThis message has been edited. Last edited by: <Emily McAllister>,
Waz, your HTML interface, did you build it into WebFOCUS or it is external and you do the call with a HTTPRequest?
We already have the doc..
Our IBI contact suggest us to do call to the Web Service using synonym and call it from a fex procedure. but we get a return code: 1401, Distribution error creating item.
If in the XML bloc distributionList we put the information for storage library or ftp it works fine. But for Email we got error message returncode="8002" returndesc="Serialization error (improper XML) "
In the XML tag taskList --> Item it have two parameters execId and execPassword :
ServerUserid Is the user name needed to establish a connection to the WebFOCUS Reporting Server. The user name is one of the credentials necessary for a user to access a WebFOCUS procedure that resides on the WebFOCUS Reporting Server during scheduling, as well as to run this procedure at the time the job is run. This setting must have a value even if using an unsecured Reporting Server.
ServerPassword Is the password needed to establish a connection to the WebFOCUS Reporting Server. The password is one of the credentials necessary for a user to access a WebFOCUS procedure that resides on the WebFOCUS Reporting Server during scheduling, as well as run this procedure at the time the job is run. This setting must have a value even if using an unsecured Reporting Server.
We are not sure, If we looking at the good place, but ReportCaster Administration / Configuration / node Data Server / EDASERVE, the Security Type is set to User.
with the trusted in RC setting the schedule is running well.
But now we have another problem with the authentication on the web service. I Know you suggest pass by a direct call to the webservice but for now we use a call to a fex file using the REST Adapter.
We want to save the sch file into the user My Content folder.
How can we logon with the current user if it is a SSO user (without password) or can we give some write to a admin user which one can write into user my content folder ?