- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2023 10:09 AM
When we use " load data " , it auto creates a data source . Which script creates data Source . Every time it does it updates file path with attachment name . Which might be the reason we have the following error.
com.glide.db.impex.datasource.DataSourceException: The supplied data appears to be in the Office 2007+ XML. You are calling the part of POI that deals with OLE2 Office Documents. You need to call a different part of POI to process this data (eg XSSF instead of HSSF).
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2023 06:43 PM
In our case , the file name is causing the Issue. Renaming the file fixed the issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2023 12:10 PM
Hi @Kumar38 ,
Have a look below thread.
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0780856
If my response successfully addresses your query, I kindly request you to consider marking it as the accepted solution. Doing so can be beneficial for others who might have a similar concern.
Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2023 06:43 PM
In our case , the file name is causing the Issue. Renaming the file fixed the issue.