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
Diamond | Level 26
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

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 1124 views
  • 0 likes
  • 2 in conversation