Hi @rvanden5,
Thank you for sharing the output. And yes, this is definitely a bug(The bug ID for IFSAPP9 is 127883). This has been fixed in IFSAPP9 but somehow the fix has not been introduced into IFSAPP10.
The correct SQL should be similar to below:
select * from BELL1INFO.RONV_TEST FETCH NEXT 40 ROWS ONLY
But in your case the SQL is below:
select * from &AO.bell1app.ronv_test FETCH NEXT 40 ROWS ONLY
This has an ‘&AO’ prefix to view name, which refers to the Application Owner(bell1app in your case) and then again a ‘bell1app’ prefix. This is clearly not correct.
Please open a case with IFS and report this. You may include the link to this post as well in the case.
Hope this answers your question!