getting String index out of range: -1 error while doing the data load

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2019 01:23 PM
getting String index out of range: -1 error while doing data load in madrid
Labels:
- Labels:
-
Service Level Management
3 REPLIES 3

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2019 01:42 PM
This is due to mismatch in data type on your source table which is receiving data.
Change dataype to integer to resolve issue.
Regards,
Sachin

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2019 02:22 PM
Using script to get value. The field in the form is glide list and we are using script to get user name from wwid. The data load template contains wwid of users.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2019 02:43 PM
if this is list, then it stories comma separated list of user sys_id.
you can use below for glide list scripting.
Regards,
Sachin