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
Migrating custom program from 8.03 to 9.01
Home
Forums
Jobs
LawsonGuru
LawsonGuru Letter
LawsonGuru Blog
Worthwhile Reading
Infor Lawson News Feed
Store
Store FAQs
About
Who's On?
Membership:
Latest:
Starr
Past 24 Hours:
1
Prev. 24 Hours:
1
Overall:
5327
People Online:
Visitors:
400
Members:
0
Total:
400
Online Now:
New Topics
Lawson Add-Ins for Microsoft Office
Lawson Add-in
9/30/2025 6:51 PM
I am looking for a Lawson Add-ins query to add new
Lawson S3 Procurement
Anyone getting PO 0000 not found for company error in PO23?
9/30/2025 2:45 AM
Anyone getting PO 0000 not found for company error
Lawson Add-Ins for Microsoft Office
PO20 - Cancel PO via Add-in
9/25/2025 8:03 PM
Is it possible to cancel PO's using add-ins? I
S3 Systems Administration
S3 Payroll - PayStubs
9/18/2025 6:58 PM
Looking for a reliable solution to streamline the
S3 Systems Administration
Quick Access report
8/25/2025 7:17 PM
Looking for a good way to see who has access Lawso
S3 Customization/Development
LP01 hiding a PTO plan from the list
8/13/2025 4:44 PM
Hi all. is there a way to hide a specific PTO&n
Lawson Business Intelligence/Reporting/Crystal
GLTrans - PO Line/MAInvdtl
8/6/2025 6:13 PM
Hello, we have an existing tabular model for fina
IPA/ProcessFlow
Retrieving GUID from InforOS
7/25/2025 2:22 AM
Hello everyone, I was wondering if there is a way
IPA/ProcessFlow
IPA for forwarding cost messages (MA64/MA66.3)
7/23/2025 6:07 PM
When a buyer has an invoice cost message where the
Lawson Portal
Lawson ESS customization
6/23/2025 10:28 AM
I want to add new links and customize the ESS (sel
Top Forum Posters
Name
Points
Greg Moeller
4184
David Williams
3349
JonA
3293
Kat V
2984
Woozy
1973
Jimmy Chiu
1883
Kwane McNeal
1437
Ragu Raghavan
1377
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
Migrating custom program from 8.03 to 9.01
Please
login
to post a reply.
7 Replies
0
Subscribed to this topic
27 Subscribed to this forum
Sort:
Oldest First
Most Recent First
Author
Messages
Joe O'Toole
Veteran Member
Posts: 314
6/26/2012 6:12 PM
We have a custom program built off of BN106 in our 8.03 system that we need to move to 9.01. I believe the changes are limited to the WS and PD members so I will be making copies of these on the 9.01 side and rolling in the custom code. Other than that what are the best practices / steps for moving this program across? Thanks.
John Henley
Posts: 3362
6/26/2012 6:20 PM
Split
https://www.lawsonguru.co...-Customizations.aspx
Joe O'Toole
Veteran Member
Posts: 314
6/26/2012 6:58 PM
Split
We did a pgmdump from 8.03 and a pgmload into 9.01 and the program recompiled clean. Once updated the WS and PD versions of the custom program were updated to 9.01 versions the compile dies on missing field def in WS for PRM-DATE-FROM. This field is not in the custom 8.03 version when I do a bldsh but exists in the 9.01 version of the delivered BN106 CBL. This field is referenced in the 9.01 BN106PD but is not in the BN106WS so it must be in one of the other copybooks pulled in at compile time or in the core program code when it is defind. If that is the case I think we're going to have to redefine the program in 9.01 from scratch. Is there a way to pgmdump program-a and the pgmload to new name (ie: program-b)? I only see an option to override prod-line so maybe needs to be done in pgmdef? Also, can anyone refresh my memory on regenerating the .rpt and .scr files?
Ragu Raghavan
Veteran Member
Posts: 477
6/26/2012 8:44 PM
Split
1. PRM- most likely is a parameter, so should be in the .scr file
2. from pgmdef, do F6, A, F6, to copy the code
3. why do you need to regenerate the .rpt and .scr files ? If you are using the 803 code, the .rpt and .scr files not available ? If you are recreating from 901 BN106, the .rpt and .scr files should be created for you.
Joe O'Toole
Veteran Member
Posts: 314
6/27/2012 6:13 PM
Split
Thanks, I actually have another thread open on this in the customizations forum. The location of the PRM is still eluding me - it's referenced in the BN106PD but not in the WS or SCR
SP
Veteran Member
Posts: 122
6/27/2012 6:58 PM
Split
Look in your original 803 version of the your customized scr file for the name DATE-FROM. I bet it's in there. If it's in your copied custom program PD file, it had to be somewhere in the scr file or else the original customized 803 could not compile cleanly. Is the PRM-DATE-FROM referenced in other parts of the new 901 PD file? If there is only one instance, and it's not really used, then just comment it out and see what happens with your customized app.
Deleted User
New Member
Posts: 0
6/28/2012 3:39 PM
Split
Is that program using a library that is not longer used in 9.01? Check to make sure the the field in question is not in the a library source.
Joe O'Toole
Veteran Member
Posts: 314
6/28/2012 6:05 PM
Split
Thanks. We got it working, there were 2 issues - the PRM field name is a prefix and does not appar that way in the Lawson code which was why we couldn't find it. There were also a customization in the SCR file that were not being addressed in the PD file code. Once we addressed these items the program compiled clean.
Please
login
to post a reply.