BookmarkSubscribeRSS Feed
Yennie
Calcite | Level 5
Hi all,

I have just downloaded Telesales.Html Dashboard and running the script on SAS Devloper 9.1 at the moment. However, it came up with an error message that says

ERROR: Insufficient authorization to access c:\windows\system32\telesalesDash.htm

Just wondering if anyone know whats that suppose to means?

Lots of Thanks
Yennie
1 REPLY 1
Cynthia_sas
SAS Super FREQ
Hi:
Do you mean you are running the program listed in this Tech Support note, when you say you are running the "script"???
http://support.sas.com/kb/26/112.html

The download is for the program telesales.sas and if you look at the full code tab, it creates the HTML files in your working directory using this FILENAME statement:
[pre]
filename odsout '.';
[/pre]

It seems odd, that your working directory is set to c:\windows\system32, but if you change the FILENAME statement to:
[pre]
filename odsout 'c:\temp';
[/pre]

(or some other location where you have authorization), then you should be able to run the program and access the results.

Note that the Tech Support full code tab also shows 2 different versions of the program...a stored process version and a webDAV portlet version.

If you continue to have issues with this program and generating results, you may wish to open a track with SAS Tech Support.

cynthia

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

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
  • 1 reply
  • 574 views
  • 0 likes
  • 2 in conversation