LogTroubleshooting – Error 4100 with Ivanti EPM
LogTroubleshooting Error 4100 – Step-by-step guide to LogTroubleshooting – Error 4100 with Ivanti EPM, including configuration, deployment, troubleshooting and practical administration
Useful external reference: Ivanti resources.
LogTroubleshooting Error 4100 – In the event log, you may encounter an error like this:
Useful external reference: Ivanti resources.
Error committing on table MANUFACTURER: CANNOT INSERT THE VALUE NULL INTO COLUMN 'SEQKEY', TABLE 'LDMS.DBO.MANUFACTURER'; COLUMN DOES NOT ALLOW NULLS. INSERT FAILS.
Increased column size might be necessary, Thread ID: 13540.
LogTroubleshooting Error 4100 – To fix this issue:
Useful external reference: Ivanti resources.
- Back up the file “C:Program FilesLANDeskManagementSuiteDatamart.xml”
- Edit this file
- Search for <table name=MANUFACTURER for this example
- Increase the SEQKEY value, typically to
- Varchar(255) or Varchar(MAX)
- Then run “C:Program FilesLANDeskManagementSuiteCoreDbUtil.exe” and click on “Build Components”
- From the LANDESK console, go to the configure menu, select “Service,” and then restart the service in the Inventory tab
LogTroubleshooting Error 4100 –
Useful external reference: Ivanti resources.
