If this is not the right forum to post this question, please direct me to where I can post it.
I just inherited a Lawson system that is only being used for historical purpose. We only have one user using the system. We want to retire the system and would like to extract some relevant data first.
I know nothing about Lawson and I am only looking at this from the database point of view. The database is Microsoft SQL 2008. The login screen of the application shows "Portal 9.0.0.6.515, Technology 9.0.0.6.634'
On our system, there are 9 databases. It looks as if the GEN and LOGAN databases are used for authentication.
Is there an installation manual that will tell me which databases are being used by the application and what is stored in the tables? How do I log in as an administrator into Lawson to see how the system is configured. I am looking for some general information that will help me better understand the database back end as it relates to the application.
I can see some of the data we are looking for in EMPLOYEE and APPLICANT tables.
Any information will be highly appreciated.
Thanks,
MrManny.
Hi Kelly,
Thanks for the information. I know what the databases are for based on the naming convention. My main concern is trying to determine what information the tables contain and their relationship with each other. For example, if I am extracting data from the EMPLOYEE table, I want to make sure that I am extracting all relevant data from HRHISTORY table as well, making sure I am joining on the right column/key. I can do this manually by examining the data in each table and running traces to determine the relationship. It just takes a long time.
I did a search to find a particular string on all the tables in one of the databases and it showed up in the following tables. I now need to figure out their relationship. Some of the table names are self explanatory.
APPLICANT BENEFICRY BNCOMMENTS CICInput EMACHDEPST EMDEPEND EMPLOYEE FidelityHrHistory HRHISTORY PACOMMENTS PAEMPLOYEE PARTICIPNT PensionFlag PREMPGARN PWSELECT
MrManny
Thanks again for the information. I will check out the Entity Relationship Diagrams and see what I can figure out.