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 guys, i am trying to join two hold files(HOLD1 AND HOLD2) in mre and i am running my report in defered mode and i am getting the error
(FOC1671) SET SERVER ADWPROD COMMAND FOR SQL INTERFACE OUT OF SEQUENCE (FOC1671) SET SERVER ADWPROD COMMAND FOR SQL INTERFACE OUT OF SEQUENCE 0 NUMBER OF RECORDS IN TABLE= 29 LINES= 1 0 ERROR AT OR NEAR LINE 1035 IN PROCEDURE FINALE(FFOCEXEC * (FOC205) THE DESCRIPTION CANNOT BE FOUND FOR FILE NAMED: HOLD1 0 ERROR AT OR NEAR LINE 1039 IN PROCEDURE FINALE(FFOCEXEC * (FOC205) THE DESCRIPTION CANNOT BE FOUND FOR FILE NAMED: HOLD1 BYPASSING TO END OF COMMAND
do you have any idea for what reason i am getting this error because when i run the queries seperately that return data into my hold files then its working fine. thanks maddy
Where are the Masters for these HOLD files? Where are the data files?
By default, HOLD file masters and data files are deleted from the temporary directory and not available to any other WebFOCUS request. You have to save the Masters and data files to be read by another WebFOCUS request.
hi francis, thanks for uyr reply.i am running 2 seperate sql passthroughs to the database and storing the the data into two holdfiles(hold1 and hold2).and then i am joining these two holdfiles using the by feilds in both the hold files. while attempting to do this i am encountering the above error. thanks maddy