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
Refresh Secondary Productline
Home
Forums
Jobs
LawsonGuru
LawsonGuru Letter
LawsonGuru Blog
Worthwhile Reading
Infor Lawson News Feed
Store
Store FAQs
About
Who's On?
Membership:
Latest:
Isabella Harris
Past 24 Hours:
0
Prev. 24 Hours:
0
Overall:
5245
People Online:
Visitors:
0
Members:
0
Total:
0
Online Now:
New Topics
Lawson Add-Ins for Microsoft Office
Uploads
11/20/2025 3:32 AM
The Next button has stopped functioning on the upl
S3 Systems Administration
Lawson Security Admin (LSA) - Securing Print Manager to self only
10/24/2025 6:27 PM
Looking for someone who would be willing to share
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
Top Forum Posters
Name
Points
Greg Moeller
4184
David Williams
3349
Kat V
2984
Woozy
1973
Jimmy Chiu
1883
Kwane McNeal
1437
Ragu Raghavan
1377
Roger French
1315
mark.cook
1244
Chesca
1042
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
Refresh Secondary Productline
Please
login
to post a reply.
8 Replies
0
Subscribed to this topic
27 Subscribed to this forum
Sort:
Oldest First
Most Recent First
Author
Messages
Bill Fry
New Member
Posts: 2
2/22/2012 6:06 PM
Debating which way is the less pain to refresh a secondard productline in my test environment (1)
Option 1: Delete and copy product line
Option 2: a. Refresh data into Oracle db (lawson schema only)
b. Copy code from primary productline into secondary productline and recompile
Any words of advice
D Duke
Basic Member
Posts: 6
2/22/2012 6:42 PM
Split
The quickest way I found is to: export schema data with Oracle tools from first productline, drop the schema owner (which drops all of his tables) in second productline and then import the data with Oracle. Then create the indexes. The Oracle datapump utility can also create the indexes or you can with bldoraXXddl.
John Henley
Posts: 3362
2/22/2012 6:51 PM
Split
I always recommend option 1.
SP
Veteran Member
Posts: 122
2/22/2012 7:30 PM
Split
Bill,
What env/platform?
Do you need the code refreshed or just the data?
It sounds like you want a full productline refresh, code and data.
Then I recommend Option 2 in reverse order (i.e. b then a).
John,
Why delete what can be refreshed? Why compile when srgen will do the trick?
John Henley
Posts: 3362
2/22/2012 8:25 PM
Split
Based in Bill's original post, it seemed he needed to refresh product line meta data, code as well as app data. If that is the case, the safer way is to delete first. If not you need to have a comparison step to remove anything on the target that was removed on the source--copying doesn't do that. In addition, when you copy, you don't copy obj's and you should do a full metaload and recompile.
Jimmy Chiu
Veteran Member
Posts: 641
2/23/2012 7:48 PM
Split
I always do the delete, clean copy method. I can't keep track of what all the consultants were doing and loading in my second/third/fourth prodline.
SP
Veteran Member
Posts: 122
2/23/2012 9:47 PM
Split
I agree that a delete presents less room for someone to question things,
especially in LSF. This is probably even more important if the underlying
OS's have a chance to have varying versions of library files, etc... But
even then, if this is a pre-LSF environment we're talking about, you're
fairly safe copying compiled obj code. If you have a few spare hours and
can wait on a compile, then I would compile.
On Thu, Feb 23, 2012 at 2:58 PM,
wrote:
> [image: LawsonGuru.com Logo] <
https://www.lawsonguru.com/
> S3 Systems
> Administration Forum Notification A message was posted to a thread you
> are tracking. *RE: Refresh Secondary Productline* Posted by: *Jimmy
> Chiu*
> 02/23/2012 02:48 PM I always do the delete, clean copy method. I can't
> keep track of what all the consultants were doing and loading in my
> second/third/fourth prodline.
>
> ------------------------------
>
> To view the complete thread and reply via your browser, please visit:
>
>
https://www.lawsonguru.co...condary-productline/
>
> You were sent this email because you opted to receive email notifications
> when someone posted and/or responded to a message on this forum.
> To unsubscribe to this thread please visit your user profile page and
> change your subscription options.
>
> Thank you,
> LawsonGuru.com
>
Bill Fry
New Member
Posts: 2
2/24/2012 12:49 PM
Split
Thanks you all - I really need to delete and copy since the metadata may be way out of sync the source code is bad enough to sync manually !!! Time to delete
SP
Veteran Member
Posts: 122
2/24/2012 1:24 PM
Split
As long as you follow the instructions for copying/refreshing a
productline, you will be ok.
On Fri, Feb 24, 2012 at 7:50 AM,
wrote:
> [image: LawsonGuru.com Logo] <
https://www.lawsonguru.com/
> S3 Systems
> Administration Forum Notification A message was posted to a thread you
> are tracking. *RE: Refresh Secondary Productline* Posted by: *Bill Fry
> *
> 02/24/2012 07:49 AM Thanks you all - I really need to delete and copy
> since the metadata may be way out of sync the source code is bad enough to
> sync manually !!! Time to delete
> ------------------------------
>
> To view the complete thread and reply via your browser, please visit:
>
>
https://www.lawsonguru.co...condary-productline/
>
> You were sent this email because you opted to receive email notifications
> when someone posted and/or responded to a message on this forum.
> To unsubscribe to this thread please visit your user profile page and
> change your subscription options.
>
> Thank you,
> LawsonGuru.com
>
Please
login
to post a reply.