BookmarkSubscribeRSS Feed
vkrishna
Quartz | Level 8

 

Hi All,

 

I'm trying to run the Stored process by selecting the server type as "Stored process server only" in Execution options. I got the following error:

 

An error occurred executing the stored process job "<stored process name>".

The stored process library failed to retrieve the log. [Error] STP: The Request Init stored process failed.

 

Any suggestions?

 

Error.JPG

 

Any suggestions!

 

Thanks in advance.

 

 

 

 

 

4 REPLIES 4
Quentin
Super User

Do you have any UTF-8 characters in the stored process source code?  I googled a bit, came up with:

  http://support.sas.com/kb/42/803.html

  http://support.sas.com/kb/50/028.html

 

As a test, try commenting out all the stored process code, and replace it with something simple like:

 

%let _odsdest=html;
%stpbegin()
proc print data=sashelp.class;
run;
%stpend()

See if something minimal like that will work.

 

BASUG is hosting free webinars Next up: Jane Eslinger presenting PROC REPORT and the ODS EXCEL destination on Mar 27 at noon ET. Register now at the Boston Area SAS Users Group event page: https://www.basug.org/events.
nhvdwalt
Barite | Level 11

What does the Object Spawner log say ?

BrunoMueller
SAS Super FREQ

Have you specified any init and term programs for your SAS Stored Process Server?

 

See http://support.sas.com/kb/39/250.html for more Information.

 

Check that the code you specified runs correctly.

 

Provide the log of the Stored Process server

vkrishna
Quartz | Level 8

Thanks @BrunoMueller.

I specified the Init and term programs. 

Path for Init and term programs is wrong. Its a relative path now I changed the path to "Fully qualified path". It's working now.

 

 

sas-innovate-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

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
  • 4 replies
  • 1460 views
  • 4 likes
  • 4 in conversation