Hi,
I am performing a numvber of syncronisations from LDMS, and a number of spreadsheets. I need to create\export the information when I get "Pending Updates" and "Pending Inserts".
Does anyone know:
a. where in the DB this info is stored so I can generate reports on it
b. any other hints\tips on reporting or exporting this information
This data needs to be verified by a couple of different internal sources, before a decision can made to either 'ignore' it or 'insert' it.
Thanks
Dave
P.S. Another thing I have found is that the use if Divisions does not appear to work (ie. report all assets in Division = abc), unless the Department and\or Cost Center details are populated, and the appropriate links between these done. Anyone else seen this?
Thanks
Dave
Dave,
The pending inserts and updates are in the SyncException table in the ldservice database.
I think I know what you are referring to with the divisions. There are many tables in ALM that have foreign key relationships. You have to insert data into the database in the correct order.
It's the same in any database. For example, in LDMS, you can't just insert NIC, hard drive, and software information if there is nothing in the computer table, because the computer_idn is a foreign key and a required field in those tables. And you can't populate the computer_idn in the other tables if the value doesn't already exist in the computer table.
So you will have to insert data in the correct order. If you have any questions about a particular problem, post more detail and I'll see if I can help.
Thanks Mike,
Thanks
Dave
| ||||||
