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.
all I'm trying to do is opening the text file and save them into new file. and I get this error
(FOC205) THE DESCRIPTION CANNOT BE FOUND FOR FILE NAMED: LUMOVE BYPASSING TO END OF COMMAND
Here is my code
FILEDEF LUMOVE DISK "\\directory\filename.txt" FILEDEF LUMOVX DISK "&SEND1&filedate&SENDEXT" FILEDEF PRMOVE DISK "\\directory\filename2.txt" FILEDEF PRMOVX DISK "&SEND2&filedate&SENDEXT" -RUN TABLE FILE LUMOVE PRINT FIELD1 AS '' ON TABLE HOLD AS 'LUMOVX' FORMAT ALPHA END -RUN TABLE FILE PRMOVE PRINT FIELD1 AS '' ON TABLE HOLD AS 'PRMOVX' FORMAT ALPHA END -RUN -STOP
WF version 4.3.6 Windows 2003 running in VM Ware
Posts: 17 | Location: Omaha,NE | Registered: October 21, 2005
This is brand new server and there is no Master file. I'm not running this under MRE.
another note we just implemented production enviroments we had test before. Everything works just fine in Test but in production it's not working. I've copied Master files from test to production came up with little different issues. I'm looking what may be access issues. Production server may not have access to files on different servers.
I didn't think you need a master file for just access the text files.
WF version 4.3.6 Windows 2003 running in VM Ware
Posts: 17 | Location: Omaha,NE | Registered: October 21, 2005
If you want to perform a TABLE request then you will need metadata (a.k.a. master file) otherwise it's akin to trying to read a file in COBOL without an FD!
T
In FOCUS since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2
WebFOCUS App Studio 8.2.06 standalone on Windows 10
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004