Export problem
Richard Kreiss
rkreiss at gccconsulting.net
Tue May 30 09:58:36 PDT 2017
Windows server 2012 R2
FilePro 5.8.1.03
I have an output which creates an xml file and a batch file.
This program has run for about 5 years without an issue.
Today, the program runs and the xml file is not created nor is the batch file.
The program check to see if the batch file was created ex=exists(batfile)
Prior to that:
Then: Aa=create(batfile)
If: aa lt “0”
Then: ERRORBOX “Runthis.bat – file Not found”;exit “90”
If @fstat[“9”] lt @t4
Then: ERRORBOX “Runthis.bat out of date.\n this was Created on”<@fstat[“9”]
Line is a declared value which contains the xml.
wrtxml ◄ If:
Then: export ascii xrite=(ToChase) –x
If:
Then: xrite(1)=line{chr("10")
- - - - - - - -
If:
Then: write xrite;line="";return
The program loops through the xml line routine until the last cxml line is exported to to_nnnnn_nnnnnn.xml
The xml file it the transmitted and a return xxml file is read in.
As of about 10:30 this morning these files are not be created.
I have deleted the runthis batch file and reran the program. When I check !fstat, it show the information for the file created today at 10:30.
Not only is the batch file not being created but the xml file also is not being created even with a write xrite.
I have checked the permissions on the folder the files are being written to and both the filePro group and each person who may run this program have full access to this folder.
Since I am not the system administrator, I don’t know if anything has changes.
Short of a reboot, any suggestions as to what may be causing this issue?
Richard Kreiss
GCC Consulting
-------------- next part --------------
A non-text attachment was scrubbed...
Name: winmail.dat
Type: application/ms-tnef
Size: 14583 bytes
Desc: not available
URL: <http://mailman.celestial.com/pipermail/filepro-list/attachments/20170530/36cd53d9/attachment.bin>
More information about the Filepro-list
mailing list