BookmarkSubscribeRSS Feed
sas_pkc1
Fluorite | Level 6

Dear Friends,

 

I am using Oracle Bulk Loader option for loading in to oracle, but getting following error.

Please help.

 

...ERROR: Insufficient authorization to access /sasconf/Config_Lev1/Lev1/SASApp/BL_STG_CUSTOMER_DTLS_1.ctl.

 

Thanks & Regards,

Prashant.

2 REPLIES 2
JuanS_OCS
Amethyst | Level 16

Dear @sas_pkc1,

 

I would say you need your SAS Admin to grant your user the required access on the filesystem... although I am a bit concerned that your code is writting BL_STG_CUSTOMER_DTLS_1.ctl in that location. You should probably write that file in a separate location that has the appropiate permissions.

jklaverstijn
Rhodochrosite | Level 12

By default your workspace server session runs with that location as current working dir. That will give you issues when you (or some underlying code) use relative pathnames as it is not a place any admin will gladly allow you write access, as @JuanS_OCS rightly said.

 

Have a look at SAS Note 50345 that discusses this and proposes a way of dealing with this for once and for all. You will need your trusted SAS admin to implement this.

 

Alternatively you can direct the bulkload files explicitly to a location of your choosing with the BL_* (BL_DATAFILE, BL_CONTROL etc.) dataset options. Refer to the online docs for details.

 

Hope this helps,

- Jan.

sas-innovate-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

Register now!

SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 2 replies
  • 879 views
  • 1 like
  • 3 in conversation