Getting Null Pointer exception while importing data via transform map

Harika Ravuri
Tera Contributor

We are importing CMDB data of another instance using transform map in xml. While importing certain data, we are getting an error like 'java.lang.NullPointerException'.

Error Message: Import set: ISET0011169 transform stopped due to error: java.lang.NullPointerException.

 

Does anyone have an idea, what does it mean in transform map, and how can we rectify such errors?

HarikaRavuri_0-1713811414222.png

 

4 REPLIES 4

AshishKM
Kilo Patron
Kilo Patron

Hi @Harika Ravuri , 

Please open the import log and check the error in details.

 

-Thanks,
AshishKM


Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution

It is showing the same which i mentioned above.

HarikaRavuri_0-1713811872821.png

 

Its_Azar
Tera Guru

Hi there @Harika Ravuri 

 

Double-check your transform map configuration that all mandatory fields are mapped correctly from the source to the target table. Verify that there are no missing mappings or mappings to fields that do not exist in the target table.

 

also review the source data, particularly for the records causing the error. Look for any inconsistencies, missing values, or unexpected data formats that could lead to null values during the transformation process.

finally have a look at logs for more details about it.

 

If this helps kindly accept the response thanks much.

☑️ If this helped, please mark it as Helpful or Accept Solution so others can find the answer too.




Kind Regards,

Mohamed Azarudeen Z

Developer @ KPMG

 Microsoft MVP (AI Services), India

tiguin2798
Tera Guru

Harika,

 

Were you ever able to get this resolved? I am facing the same issue with our SG-SCCM Computer Identity Data Source for the CMDB. I did take a look at the Robust Import Set Transformer it was utilizing and the transform definition where there were a couple of mapped fields that did not match a source field. However, removing these and reprocessing the data did not resolve. It does not appear that there are any scripts running on this transformer unless they are located elsewhere.