- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-02-2017 07:35 AM
We are developing an inbound web service and encountered the situation where the error_message says 'Target record not found', while the record is created successfully without any errors. I tried with an admin user and then it worked completely, but with a user having the import_transformer role, it only creates the problem, but does not show the resulting record. Does anybody know what might be the issue at hand here? Why can he not view the correct result?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-08-2019 02:43 AM
The problem was that the user did not have read rights on the problem table. Since it could not retrieve the record it had created, it believed it did not work. After giving the correct read roles it worked.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-02-2017 08:22 AM
Hello Peter.
Does the user with role import_transformer have read ACL on the table problem?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-02-2017 09:10 AM
He didn't and that was indeed the problem. Thanks Corina.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-08-2019 02:36 AM
Hi Peter,
Kindly let me know if you found the solution.
Thanks,
Raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-08-2019 02:43 AM
The problem was that the user did not have read rights on the problem table. Since it could not retrieve the record it had created, it believed it did not work. After giving the correct read roles it worked.