Troubleshooting Import - Missing data when importing from JDBC source via MID serverIssue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internalTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:0; } .sp td{ border-bottom: 1px solid; border-right: 1px solid; border-color:#E0E0E0; background-color: #ffffff; height: 20px; padding-top: .5em; padding-bottom: .5em; padding-left: .5em; padding-right: .5em; } .sphr td{ border-right: 1px solid; border-bottom: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .5em; padding-bottom: .5em; padding-left: .5em; padding-right: .5em; height: 20px; } .title { color: #D1232B; font-weight:; font-size:25px; } .hd1{ color: #D1232B; font-weight:; font-size:18px; } .hd2{ color: #646464; font-weight:bold; font-size:16px; text-decoration: underline; } .hd3{ color: #7a7a7a; font-weight:; font-size:16 px; text-decoration:; } .hd4{ color: #000000; font-weight:bold; font-size:14 px; text-decoration:; } --> Troubleshooting Import – Missing data when importing from JDBC source via MID server Problem This issue is related to loading data from an external database (JDBC import) via the MID server. After the load, when you check the import set, the number of the records loaded is lower than what you expected. Symptoms Import does not completeImport stopped in the middleImport says complete, but not all data is present Cause Import set did not process all records from the ECC queue. Looking at the import log, you might be able to find the error that is causing the import process to stop processing data. One possiblity is that you failed to parse the data (XML format) message that causes the processor to stop processing data. The other possibility is that you run an import via a MID server that is part of a cluster. Here are the possible cause possibilities: Data set is very large and sending the data in the payload versus the attachment causes a parsing failure.Netcool integration (if activated on the instance) might send events that our processor mistakenly identifies as part of the result set, then tries to parse and fails.MID server is part of a cluster, so some of the results are processed by different MID servers. Note: Import process does not support import via a MID server that is part of a cluster. Resolution To solve the issue with the large data set: If it is not already installed, install the Integration - JDBC plugin (ID: com.snc.integration.jdbc).Go to the data source that is currently failing and find the field, Jdbcprobe result set rows. (You may need to add the field to the form or list.)Set the value to 1000. (By default, the value is 200.)Start the import again. To solve the issue with the Netcool integration: Shut down the Netcool integration or upgrade to CP5 and up, which includes the fix for this issue. To solve the issue with the MID in cluster: Remove the MID server from the cluster or install another MID server that is dedicated for the import.