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
Custom tables in dbdef
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:
1
Overall:
5210
People Online:
Visitors:
518
Members:
0
Total:
518
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
Custom tables in dbdef
Please
login
to post a reply.
5 Replies
0
Subscribed to this topic
27 Subscribed to this forum
Sort:
Oldest First
Most Recent First
Author
Messages
MeganS
New Member
Posts: 1
8/4/2011 1:22 PM
We've copied our production product line over to our test server using dbcopy. We have a custom system code that we use for payroll. All of the programs (including the custom programs) copied over just fine, but the table files were not copied over to dbdef. The custom system code itself exists in dbdef, but there are no files attached to it. We restored the test db for this productline from a backup of production, so all of the tables themselves do exist in the database. Is there a quick way to get these files copied over into dbdef on the test productline without having to manually add them one by one?
John Henley
Posts: 3353
8/4/2011 1:42 PM
Use metadumptbl for each table on the test server.
Then use metaloadtbl for each table to load into the prod server.
Mark F. Hardy
Veteran Member
Posts: 44
8/9/2011 1:48 PM
THIS interests me.
When our custom Sales/Inventory system was written, it piggybacked off Lawson 5's framework. Our databases, programs, error messaging, and tokens all utilize it. LAWUNV simply sits on top of Lawson 9.1 libraries.
We did not, however, create a custom system code, and place the databases in dbdef. But I was wondering if this could be the beginning of our 'modernization' effort. We, of course, would lock ourselves into Lawson, in the future, as the majority of our user base accesses this custom system more than Lawson base - we only have about 150 using Portal.
As far as getting the 5v greenscreens migrated to 9.1, this may not be pratical. But I imagined - somehow - the reports, like the databases, could be defined, and thus ported to the IFS, just as base Lawson reports. Also, having the databases in dbdef might allow the user to utilize the new power-user product MASHUP, for better integration. Furthermore, I would need to understand the upgrade process VERY well, as any db mods would need to follow this migration path.
Are there any other pitfalls, or hotspots I need to be concerned with here?
Mark F. Hardy
Veteran Member
Posts: 44
8/9/2011 1:57 PM
Megan, how long have you had custom databases in dbdef? Do you have custom reports and screens that are part of the 'family' of objects that maintain these databases? How about reports?
The reason I ask, is we have kicked the idea around a modernization project. Ie, getting our custom susbsystem into Lawson with new system code SR, and enter (or upload) the custom databases into dbdef. I am just thinking if it is practical, or even possible, and what the pitfalls, or barriers, as well as the upside could be.
We built our custom system using all the coding techniques, inclusive of error messaging and token mgmt, piggybacking off of Lawson 5 - way back when. So, really, what conversion/migration, if it could be done, would be necessary. At the very least, perhaps getting the databases defined in dbdef coupled with usage of the new power-user tool, MASHUP, for new custom programs would be our upside to the company. Of course, I sound like I am outsourcing myself as a developer, but would this be a good modernization strategy?
Any thoughts, colleagues?
John Henley
Posts: 3353
8/9/2011 9:42 PM
I have done this type of customization/architecture many times. It does give you a leg up on developing the app and integrating it with Lawson. For instance you can add drill around to your application with links to transactions interfaced to Lawson, etc. You should be careful that you keep it carved out of Lawson-delivered code as best you can to avoid conflicts with patches and upgrades. Assuming you do build within Lawson you can use portal, Excel addins, mashup designer, etc with your app.
On the other hand, given that you are essentially creating a new "greenfield" application there are two main strikes against this approach:
1) You are indeed locking into Lawson's environment, and need to be able to support it into the future, which may require training and retaining/procuring the appropriate internal or outsourcing resources.
2) There are a number of more-productive ways to build more-modern applications. =
Mark F. Hardy
Veteran Member
Posts: 44
8/10/2011 4:20 PM
Thanks for the prompt reply, John. We appreciate it!
Please
login
to post a reply.