Hello Hari Tiwari, Tieto,
Welcome to the Microsoft Q&A and thank you for posting your questions here.
I understand that you are having error while performing copy activity Azure Data Lake Storage (ADLS).
The error you're experiencing is related to the type compatibility between the data in ServiceNow and the Azure Data Lake Storage (ADLS) target when using the new ServiceNow connector. This issue commonly arises when the connector encounters a DBNull value but expects a defined data type - https://video2.skills-academy.com/en-us/azure/data-factory/copy-activity-overview
- To resolve the type casting issue with the new ServiceNow connector, ensure that the data types in your ServiceNow table are compatible with the connector, and verify that the necessary SQL Server System CLR Types are installed. https://video2.skills-academy.com/en-us/azure/data-factory/connector-servicenow
- Check the schema mapping in your copy activity for any discrepancies, and implement null handling to manage DBNull values. https://video2.skills-academy.com/en-us/azure/data-factory/copy-activity-schema-and-type-mapping
- Double-check the configuration settings of the new ServiceNow connector, and refer to the official documentation for any specific requirements or known issues.
- You might need to contact Microsoft Azure Support from your Azure Portal or ServiceNow support for further assistance.
I hope this is helpful! Do not hesitate to let me know if you have any other questions.
Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful.