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 have fex and com file in our "work" directory which has huge amounts of space. Can submit both of them and it runs just file but it keeps placing the output report file in my personal directory. How can i specify where to place it? (need it at work since it truncates data due to limited space on my personal directory).
Thanks
Focus 6.9 VMS
p.s. i tried to edit hold parameters :
ON TABLE HOLD AS SORT_DSK:[HNWRK]:CDE0005 but get error: >>>>(FOC1451) FILEDEF MISSING FOR EXTERNAL FILE : RDBFILThis message has been edited. Last edited by: <Edgare>,
You need to allocate the file using this command (before the HOLD command):
CMS FILEDEF SORT_DSK DISK SORT_DSK DATA x (Where x=virtual disk AS A/B or C )
-RUN
TABLE FILE
...
ON TABLE HOLD AS SORT_DSK FORMAT (ALPHA/BINARY/INTERNAL)
END
By the way, the virtual disk should be attach first (logging profile)
Thanks that part worked and i also tried : SET DEFAULT=WORK which also worked
I have another question here is excerp from the log:
MERGE: RECORDS= 1818734 LINES= 1818734
NUMBER OF RECORDS IN TABLE= 1818734 LINES= 1818734
HOLDING... >>>>
it holds the file but truncates it down to 1mb ... should be around a gig ... why is it doing this? What can cause it? is it temp file directory ? (if so how to do i specify where to store the temp file?) Is it something else? (file is placed in work directory has alot of free space so it snot space issue there ...)