*LIBL on Sqlserver

This Q&A forum allows users to post and respond to "How Do I Do ....." questions. Please do not use to report (suspected) errors - you must use your regional help desk for this. The information contained in this forum has not been validated by LANSA and, as such, LANSA cannot guarantee the accuracy of the information.
Post Reply
angelo
Posts: 9
Joined: Thu May 05, 2016 12:00 am

*LIBL on Sqlserver

Post by angelo »

Hi everyone,

I have to migrate a customer from IBM I to sqlserver, there are two big procedures with two separate partitions.

I have a problem related to tables:

some tables are defined in both partitions and typically were placed in a common library before LIBONE and LIBTWO or left only in one of the two since both the data and the I/O module were shared

I need to emulate the same situation using sql schemas

I didn't understand how to drive the choice of the schema to use from PartitionOne access LIBTWO


Thanks for the help
cesarrafael
Posts: 32
Joined: Tue Dec 01, 2015 3:44 am

Re: *LIBL on Sqlserver

Post by cesarrafael »

Is it possible to use the "OTHER" file concept?
angelo
Posts: 9
Joined: Thu May 05, 2016 12:00 am

Re: *LIBL on Sqlserver

Post by angelo »

Thanks Cesar I think it could be a solution, but I use them as little as possible. Keep in mind that the definition is already present in both partitions, what I didn't understand how lansa in a database decides which schema to use; probably the solution is to be found in the deployment in the section "Configure the Table Schema Substitution", but I've never used it...
Immagine 2023-07-14 180402.jpg
Immagine 2023-07-14 180402.jpg (55.44 KiB) Viewed 8757 times
angelo
Posts: 9
Joined: Thu May 05, 2016 12:00 am

Re: *LIBL on Sqlserver

Post by angelo »

Solved,
just take the dll of partition one, and place it in the execute of partition two
Post Reply