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

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

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.

SAS Training: Just a Click Away

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

Browse our catalog!

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