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

Hello,

 

Our SAS version was upgrated on one of our Unix server at the end of september, and for a reason I don't understand it seems that some files are missing.  It is like some files have been deleted randomly.  Hard to believe.

 

Here's the errors:

 

MPRINT(IMPORT_TRANSACTION): SYSTASK COMMAND "rm /dwh_operation/sasdata/smp_production/smp_ref/trans/AUPOLI.XPORT" WAIT;
NOTE: Task "task1" produced no LOG/Output.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
MPRINT(IMPORT_TRANSACTION): proc datasets LIBRARY=sortie NOLIST;
ERROR: Unable to obtain file system status for path
/dwh_operation/sasdata/smp_production/smp_ref/trans/auto_polices_20170602.dpf.00021c6e.0.1.spds9: Reason=File was not found.
ERROR: Unable to obtain file system status for path
/dwh_operation/sasdata/smp_production/smp_ref/trans/auto_polices_20170602.dpf.00021c6e.3.1.spds9: Reason=File was not found.
ERROR: Unable to obtain file system status for path
/dwh_operation/sasdata/smp_production/smp_ref/trans/auto_polices_20170602.dpf.00021c6e.5.1.spds9: Reason=File was not found.
ERROR: Unable to obtain file system status for path
/dwh_operation/sasdata/smp_production/smp_ref/trans/auto_polices_20170605.dpf.00021c6e.2.1.spds9: Reason=File was not found.
ERROR: Unable to obtain file system status for path
/dwh_operation/sasdata/smp_production/smp_ref/trans/auto_polices_20170605.dpf.00021c6e.4.1.spds9: Reason=File was not found.
ERROR: Unable to obtain file system status for path
/dwh_operation/sasdata/smp_production/smp_ref/trans/auto_polices_20170607.dpf.00021c6e.0.1.spds9: Reason=File was not found.
ERROR: Unable to obtain file system status for path
/dwh_operation/sasdata/smp_production/smp_ref/trans/auto_polices_20170607.dpf.00021c6e.3.1.spds9: Reason=File was not found.
ERROR: Unable to obtain file system status for path
/dwh_operation/sasdata/smp_production/smp_ref/trans/auto_polices_20170614.dpf.00021c6e.0.1.spds9: Reason=File was not found.
ERROR: Unable to obtain file system status for path
/dwh_operation/sasdata/smp_production/smp_ref/trans/auto_polices_20170614.dpf.00021c6e.2.1.spds9: Reason=File was not found.
ERROR: Unable to obtain file system status for path
/dwh_operation/sasdata/smp_production/smp_ref/trans/auto_polices_20170614.dpf.00021c6e.4.1.spds9: Reason=File was not found.

 

Does someone has some suggestion what could be done to solve this issue.

Regards,

 

 

 

 

 

1 ACCEPTED SOLUTION

Accepted Solutions
alepage
Barite | Level 11

Hello,

 

After making some verifications, it was found that those files were deleted a long time ago.  Theses errors message are due to the fact that a piece of code was added to one of our sas programs in order to check if files are deleted into that directory.

 

So there is no issue in terms of SAS software upgrade but just a piece of code added in the same time.

Thanks for your help and for sharing your thoughs.

 

View solution in original post

5 REPLIES 5
Amir
PROC Star

Hi @alepage ,

 

Can you see if the same user id that is being used to run the SAS code can access the files without using SAS?

 

This might be an access permission issue.

 

Kind regards,

Amir.

 

 

 

alepage
Barite | Level 11

Hello,

We can see the many spde files into the folder but not the one being reported as missing.  The missing files are not into the folder.

Amir
PROC Star

Hi @alepage ,

 

The error message is mentioned in the following article if that's of any help:

 

https://communities.sas.com/t5/SAS-Communities-Library/Accessing-SPDE-files-with-CAS/ta-p/507673

 

 

Kind regards,

Amir.

SASKiwi
PROC Star

If the required files are definitely not showing in a simple directory search, talk to those who were involved in the SAS upgrade to see if they can explain why the files were removed. As a general rule any SAS upgrade will not tamper with user folders.

 

Arrange a restore from backup of the missing files.

alepage
Barite | Level 11

Hello,

 

After making some verifications, it was found that those files were deleted a long time ago.  Theses errors message are due to the fact that a piece of code was added to one of our sas programs in order to check if files are deleted into that directory.

 

So there is no issue in terms of SAS software upgrade but just a piece of code added in the same time.

Thanks for your help and for sharing your thoughs.

 

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
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
  • 5 replies
  • 1063 views
  • 0 likes
  • 3 in conversation