Hi Al,
V13 VLF-WEB
WE have created multiple partitions(3 Partitions) under same lansa system, whereas while we try to access data it always points to the 1st partition.
Adding to this while we create partition system allowed us to create user for the 1st partition alone for the remaining two we were not able to create users pointing to their respective partitions.
Can you please help us address these two scenarios preferably at the earliest.
Thanks for your help in-advance.
Regards
Balaji
LANSA Partition not working
Re: LANSA Partition not working
What type of server is the LANSA system installed on?
Re: LANSA Partition not working
Assuming an IBM I server ……………..
When your server modules execute and access a database table it is almost always located by using the IBM i job’s library list.
Regardless of the partition being used, the thing to consider is what the server module’s library list is when you access a database table.
When your server modules execute and access a database table it is almost always located by using the IBM i job’s library list.
Regardless of the partition being used, the thing to consider is what the server module’s library list is when you access a database table.
Re: LANSA Partition not working
on IBM server.
- Attachments
-
- LANSA_IBM_SERVER.PNG (3.57 KiB) Viewed 7489 times
Re: LANSA Partition not working
Okay - so the library list of the job running your server module is the thing to look at.
There's 2 main considerations:
=> If you log on as different user, that will not change the job's library list like a 5250 session does. You need to do it yourself.
=> You need to do it on every single interaction with the server, because your requests may get routed into different IBM i jobs.
There's 2 main considerations:
=> If you log on as different user, that will not change the job's library list like a 5250 session does. You need to do it yourself.
=> You need to do it on every single interaction with the server, because your requests may get routed into different IBM i jobs.