Loading an other file containing a '.' in the name
Posted: Tue Aug 14, 2018 10:26 am
Hi group,
I have a legacy application on the IBM i with a file defined with the name 'AB.CDEF'.
In LANSA, when I attempt to 'Import Table from IBM i' I get an error 'Table name is invalid. It contains blanks on invalid characters'.
I thought I could get around the issue by creating a copy of the file called ABXCDEF and import this file definition. Then in my server routine use the POINT command to point ABXCDEF to AB.CDEF. This gives an error in the IDE 'AB.CDEF is not a valid name'. Reading the documentation it indicates that on the IBM i the '.' can be used to separate the file and library in the TO_FILE parameter of the POINT command.
Has anybody encountered this issue and found a way to access the file in LANSA?
Regards,
David
I have a legacy application on the IBM i with a file defined with the name 'AB.CDEF'.
In LANSA, when I attempt to 'Import Table from IBM i' I get an error 'Table name is invalid. It contains blanks on invalid characters'.
I thought I could get around the issue by creating a copy of the file called ABXCDEF and import this file definition. Then in my server routine use the POINT command to point ABXCDEF to AB.CDEF. This gives an error in the IDE 'AB.CDEF is not a valid name'. Reading the documentation it indicates that on the IBM i the '.' can be used to separate the file and library in the TO_FILE parameter of the POINT command.
Has anybody encountered this issue and found a way to access the file in LANSA?
Regards,
David