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

hi,

I am trying to build a query using data preperation I validate the query it is valid but when I try to to run the query it gives an error

ERROR: Insufficient resources to perform the operation.
ERROR: The SAS System stopped processing this step because of insufficient memory

how to solve this problem? 

thanks,


data query error.jpgerror.png
1 ACCEPTED SOLUTION

Accepted Solutions
TriciaAanderud
Lapis Lazuli | Level 10

It means the query is too large to run on the machine. Remember the LASR Server is using the RAM - so there is less available to use for uploads and other processing.

 

I don't have a suggestion other than make the query smaller by adding a WHERE clause.  You can also try unloading some data from the LASR server to make more room in memory.  Also increase your RAM on your machine (but that is more involved.)  Cat Surprised

 

I have seen other change the MEMSIZE but I don't know if that will help.  

 

I'll be curious to hear suggestions from others.

 

 


Tricia Aanderud

Twitter: @taanderud - Follow me!

View solution in original post

4 REPLIES 4
TriciaAanderud
Lapis Lazuli | Level 10

It means the query is too large to run on the machine. Remember the LASR Server is using the RAM - so there is less available to use for uploads and other processing.

 

I don't have a suggestion other than make the query smaller by adding a WHERE clause.  You can also try unloading some data from the LASR server to make more room in memory.  Also increase your RAM on your machine (but that is more involved.)  Cat Surprised

 

I have seen other change the MEMSIZE but I don't know if that will help.  

 

I'll be curious to hear suggestions from others.

 

 


Tricia Aanderud

Twitter: @taanderud - Follow me!

nishukhawale
Obsidian | Level 7
sorry for this to late reply but suggestion you have given for unloading some data from the LASR server did work and the query ran well so does my auto load process. Madam do you some alternate approaches for Autolad in SAS VA other than registering table in library in SMC and then build query on SAS VA. I would like to here from you and once again I really appreciate your reply and solution on the topic.

Thanks&Regards
Nishant
TriciaAanderud
Lapis Lazuli | Level 10

There are multiple ways to load data into the LASR Server.

Here's some good references that discuss it:

 


Tricia Aanderud

Twitter: @taanderud - Follow me!

nishukhawale
Obsidian | Level 7
Thank you very much mam for your reply and really useful links.

Nishant

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!

Tips for filtering data sources in SAS Visual Analytics

See how to use one filter for multiple data sources by mapping your data from SAS’ Alexandria McCall.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 4 replies
  • 1656 views
  • 2 likes
  • 2 in conversation