Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

dataset common errors

Former Member
0 Likes
493

what type of errors occurs to open a file in application server and how to rectify those errors

1 ACCEPTED SOLUTION
Read only

andreas_mann3
Active Contributor
0 Likes
467

hi,

errors :

-no authority from SAP

-no authority/rights from unix

-false mode (text vs. binary)

A.

Message was edited by:

Andreas Mann

3 REPLIES 3
Read only

andreas_mann3
Active Contributor
0 Likes
468

hi,

errors :

-no authority from SAP

-no authority/rights from unix

-false mode (text vs. binary)

A.

Message was edited by:

Andreas Mann

Read only

Former Member
0 Likes
467

no authorization

path not found

Regards,

Santosh

Read only

Former Member
0 Likes
467

DATASET_NO_AUTHORITY is the exception that you usually get.

Check if teh file exists and if it does exist, check for the permissions.

Reward points if found useful...!

Cheers

Abhishek