Login
Register
Search
Home
Forums
Jobs
LawsonGuru
LawsonGuru Letter
LawsonGuru Blog
Worthwhile Reading
Infor Lawson News Feed
Store
Store FAQs
About
Forums
Infor / Lawson Platforms
S3 Systems Administration
Platform change Sun Solaris/Oracle to Windows/SQLServer
Home
Forums
Jobs
LawsonGuru
LawsonGuru Letter
LawsonGuru Blog
Worthwhile Reading
Infor Lawson News Feed
Store
Store FAQs
About
Who's On?
Membership:
Latest:
Zac Shields
Past 24 Hours:
0
Prev. 24 Hours:
2
Overall:
5210
People Online:
Visitors:
418
Members:
0
Total:
418
Online Now:
New Topics
Lawson S3 HR/Payroll/Benefits
Post Tax Benefit Plan Table
11/14/2024 9:16 PM
Hi, totally new to Laswon. I have a repor
Lawson S3 Procurement
ED501 Error: Map 850 not supported by /law/c15vda/lawson/test10/edi/bin/laws_out_91
11/12/2024 3:47 PM
Tried runnning ED501 and getting the atathced erro
Lawson S3 HR/Payroll/Benefits
Error
11/6/2024 9:54 PM
When I try to enroll a retiree in 72.1 health plan
Infor ERP (Syteline)
Syteline: New Data Maintenance Wizard (Error) Need help
11/1/2024 4:24 PM
Hi, I need help with an error on syteline while us
Dealing with Lawson / Infor
Implementing Lawson v10 with Cerner Surginet, Case Cart Picking, and Quick Adds for the OR
10/29/2024 4:20 PM
Hi Everyone, I am wondering if there is any org
Lawson S3 HR/Payroll/Benefits
Canada Tax Calculation (Federal and Provincial) Issue
10/23/2024 5:00 AM
Initially, we had problem with CPP2 calculation is
Lawson S3 HR/Payroll/Benefits
CA Section 125 401k Plan
10/22/2024 10:13 PM
Does anyone have any recommendations on how to fac
S3 Systems Administration
Running AC120 deleted records from ACMASTER table
10/22/2024 3:40 PM
We recently ran the AC120 as normal and somehow it
Lawson S3 Procurement
RQ13 Approval Info
10/17/2024 2:12 PM
When a Requisition is approved on RQ13, what table
S3 Customization/Development
Read and Write CSV file COBOL
10/9/2024 2:53 PM
Does anyone have a quik example of a program that
Top Forum Posters
Name
Points
Greg Moeller
4184
David Williams
3349
JonA
3291
Kat V
2984
Woozy
1973
Jimmy Chiu
1883
Kwane McNeal
1437
Ragu Raghavan
1372
Roger French
1315
mark.cook
1244
Forums
Filtered Topics
Unanswered
Unresolved
Announcements
Active Topics
Most Liked
Most Replies
Search Forums
Search
Advanced Search
Topics
Posts
Prev
Next
Forums
Infor / Lawson Platforms
S3 Systems Administration
Platform change Sun Solaris/Oracle to Windows/SQLServer
Please
login
to post a reply.
1 Replies
1
Subscribed to this topic
27 Subscribed to this forum
Sort:
Oldest First
Most Recent First
Author
Messages
David Britton
Veteran Member
Posts: 53
8/30/2013 2:09 PM
This questions mirrors another posters question about migrating from AIX/DB2 to Windows.
We are looking at migrating from Sun Solaris/Oracle to Windows/.SQLServer at the same time we upgrade from 9.0.1.9/LAUA to 10.x/Lawson Security.
I saw the responses regarding AIX/DB2 to Windows/SLQServer. Any insight on our move as outlined above?
BTW: I have another post where Infor told us we cannot upgrade directly from 9.0.1.9 to 10.x.
Alex Tsekhansky
Veteran Member
Posts: 92
8/31/2013 5:25 PM
There are several items you must consider in this move:
1. Security change LAUA->LS. This can be done in version 9, if you'd like. If you have HR, and use HR security (e.g. HR09/10, some PA forms), you will need to consider migrating it to LS security as well.
2. Database change. Due to the differences in reserved words database object names may not necessarily be the same in MSSQL vs Oracle. Hence, any items (besides LSF) that point directly to a database (LBI, Crystal, Processflow, interfaces, scripts) may need to be looked at and modified.
3. User tracking change. Lawson tracks users in Windows in a different way than it does in UNIX. In UNIX most internal references to usernames (such as audit trails) are done by username. In Windows every user gets uniquely generated number (a.k.a. NTID), and many internal security items use that number. Lawson's primary LDAP in Windows installations also has "translation" records that link Windows SIDs (which correspond to usernames for users that run batch jobs) to the NTIDs. So, in general you cannot simply "copy" UNIX environment information to Windows and expect it to work. Moreover, simple copies will break audit trails, jobs and some other items. So, some (e.g. our group
) developed a series of scripts and procedures for such migration that "re-codes" user and security information correctly in cross-platform migrations.
4. Authentication. If you are not currently BINDed to secondary LDAP (such as AD), you may want to migrate passwords and other items (again, all possible to do, but only via third-party tools and scripts; this is not something that Lawson provides).
5. Other Lawson and Third-party products. You may have other products linked into Lawson (BSI, Essbase, EDI, DesignStudio, LSO/LES etc) that may require platform change or additional customizations when migrating from one platform to another
6. Processflow. Perhaps, the most common item that needs to be changed in LSF 9->10 migration is Processflow. Note that LSF10 does not support PFI, and requires IPA for processflow. IPA is based on Landmark technology, and requires staging a Landmark environment, possibly on a server different than the one that runs LSF environment. Note that IPA implementation will probably (that's no longer a requirement in most recent ESPs) result in federation between LSF and Landmark environments, which may require additional work if any custom login interface or external endpoints are to be used.
7. SharePoint/AD. While more recent ESPs of LSF10 no longer require each workstation to be a member of the same domain that contains your LSF server, certain AD security items need to be set for the actual servers in LSF setup. Moreover, the actual AD is required somewhere on the network. In other words, your LSF server has to be a member of some domain. It cannot simply be a member server in a workgroup (as far as I know that's still the case, even in recent ESPs)
Bottom line - there is quite a bit of planning one needs to do when migrating from the existing LSF9 to the LSF10, and platform change adds several important items that need to be dealt with.
Re: direct upgrade from 9.0.1.0 - if you do a cross-platform upgrade (from UNIX to Windows), you cannot simply upgrade by copying things from UNIX to Windows (especially GEN/LOGAN and primary LDAP). Most probably you will have a new installation of LSF10 on a different box, and will migrate items using custom third-party scripts and procedures. And in this case the version/ESP of your UNIX environment would not matter much.
Please
login
to post a reply.