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.
Hi, we are having problems with some of our report caster jobs which are using the distribution feature. The job is creating a COMT file which is then distributed to a .csv file on a given FTP server. When the Report caster runs via the scheduler the job works 60% of the time. The other times it brings the messages "Unable to distribute to...." and "not logged on" This tends to happen most when we change the password but it also happens at other times. If we start the report caster job manually (with run) it always runs through even after a password change. We have tried cloning the job and using a different FTP server, creating 2 new jobs one with the original FTP server and one with an alternative. We have tried deleting the Caches. However everything we have tried up to now has had no effect. Has anybody else experienced a similar problem. After the file is created we have a -TYPE &LINES command and this always bring a number, so we know that a file has been created.
We are using WebFOCUS 7.703This message has been edited. Last edited by: <Kathryn Henning>,
we've got a job running in 77 now that parks a file on a mapped drive. trouble is, the mapping times out, so we have put a NET USE command in the fex that forces a connection to a drive, then we CMD COPY the .htm we just made, and then we release the NET USE. works now. maybe you can do something similar. here is the code: CMD NET USE \\shares.nyumc.org\ipc$ /USER:nyumc\chairlunch chairlunchpwd