Porting AS400 LANSA files to windows
Posted: Wed Sep 07, 2022 10:41 pm
Hi All,
I am porting a LANSA Application to windows from AS400, and having some issues with the files.
We did a LANSA export on the AS400. Then inside the windows IDE, I was able to pull in the objects with the IMPORT functionality on the IDE toolbar.
The files were compiled and created in MSSQL server successfully. However, when I try to insert into the files, I get a Duplicate key error.
While debugging the issue, I tried duplicating a file inside of LANSA, and the new file allows me to insert without any problems. When I look at the tables inside of MSSQL, they look the same (except the name), even though they behave differently.
I need my code to be able to interact with the imported files...does anybody have any ideas/direction?
Thanks in advance
Andy
I am porting a LANSA Application to windows from AS400, and having some issues with the files.
We did a LANSA export on the AS400. Then inside the windows IDE, I was able to pull in the objects with the IMPORT functionality on the IDE toolbar.
The files were compiled and created in MSSQL server successfully. However, when I try to insert into the files, I get a Duplicate key error.
While debugging the issue, I tried duplicating a file inside of LANSA, and the new file allows me to insert without any problems. When I look at the tables inside of MSSQL, they look the same (except the name), even though they behave differently.
I need my code to be able to interact with the imported files...does anybody have any ideas/direction?
Thanks in advance
Andy