Inbound Flat file conversion problem

sathyabalu

Active Member
hi all,
I am trying to use inbound flat file conversion report for Forecasting module. I did the following setup before running the report and also got the error as dsiplayed below.
1. In the flatfile cross reference appl(P47002) i set up the flat file location and the table name for inbound data with respect to transaction JDEFC.
2. I then run the report R47002c/xjde0043.
It displayed a blank page.

When i went to WorkCenter and saw the error , it ws mentioned invalid file name.
The detailed error is as below.
----------------------
Warning: Call From : J.D. Edwards & Company : Number : Date : 11/25/2002 CAUSE . . . . The file name entered does not exist in the Software Versions
Master file (F9801), does not exist in any library for your
user library list or you are not authorized to the specified
file.
RESOLUTION. . Verify the file name and reenter if necessary.
-----------------------------

Please suggest me what needs to be done in order for this operation to be run successfully.

thanks and regards,
Sathya.

OWXe/B7333 Update 6 Win2000/SQL Server
 
I have had a problem with this once before. However, for us the problem
appeared on a Unix server only, not on Windows WS.
It happened that the filename was retrieved right-padded with blanks.
Instead of "filename" we got "filename ". Windows had no problems
with that, Unix did.
Our solution was to change the BSFN that retrieves the filename, so that
it would truncate all trailing blanks.
Hope this helps in your case as well.
Thanks, Gerd
 
Back
Top