BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
rmacarthur
Pyrite | Level 9

Hi, 

I have a new installation of SAS ver 9.4 running on a computer that I must log into remotely using LOGMEIN.

When I try to export a SAS dataset using the "EXPORT DATA" function, I receive the following error:

 

ERROR: The setting of the SYSPRINT option to "Adobe PDF via LogMeIn" will be ignored
 because "Adobe PDF via LogMeIn" is not the name of a currently installed printer.
 This error may be due to changes in SYSPRINT option syntax.
 Please refer to your host companion for details of those changes.
ERROR: Connect: Class not registered
ERROR: Error in the LIBNAME statement.
NOTE: Export Cancelled.

 

Any suggestions?  Thank you

1 ACCEPTED SOLUTION

Accepted Solutions
ChrisHemedinger
Community Manager

I think this is 2 different issues.  The Export error might be due to 32 vs 64 bit.  Try DBMS=XLSX instead of DBMS=EXCEL.

 

The printer might be picked up because of your network config.  If you can, add -NOPRNGETLIST to your SAS config/startup.  This tells SAS not to look for the network printers.

It's time to register for SAS Innovate! Join your SAS user peers in Las Vegas on April 16-19 2024.

View solution in original post

2 REPLIES 2
Reeza
Super User

What do you mean by 'Export Data function'? 

 

Is that the GUI or via code such as PROC EXPORT?

ChrisHemedinger
Community Manager

I think this is 2 different issues.  The Export error might be due to 32 vs 64 bit.  Try DBMS=XLSX instead of DBMS=EXCEL.

 

The printer might be picked up because of your network config.  If you can, add -NOPRNGETLIST to your SAS config/startup.  This tells SAS not to look for the network printers.

It's time to register for SAS Innovate! Join your SAS user peers in Las Vegas on April 16-19 2024.

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
  • 2 replies
  • 1942 views
  • 0 likes
  • 3 in conversation