- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
Error #1 : Error loading partial payload
Cause #1: Import set staging table is not present
Cause #2: Data source is not able to load data to import set staging table.
Solution : Try running test load on data source outside of ETL.
Error #2 : No data found for an import set : sys_id of import set
Cause #1: Import set staging table doesnt have good data.
Solution : Delete that import set record along with the import set rows for that staging table and retry.
Use below script to get the import set details
var grImport = new GlideRecord('sys_import_set');
grImport.get('23ff496f874b7810fc692f49cebb35c5');
gs.print(grImport.number);
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
