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

Hello SAS Friends,

I am using the infomaps engine in a program.

/* Run the Information Maps engine to retrieve the data. */

libname mylib infomaps

metaport=10561

metaserver="sas92metadev.sr.allianz-suisse.ch"

metarepository="Foundation"

mappath="/Shared Data/Libraries/DEVPOOL/IM";

proc print data=mylib.PH_IM_TEST1;

run;

/*If your metadata server supports single sign-on, you can omit the METAPASS=

and METAUSER= options and connect through a trusted peer connection or through

Integrated Windows Authentication.*/

This executes fine, without user credentials.

Now I want to use this information map also as a data source for an STP.

Simply adding this code in an STP and I get the error:

ERROR: Invalid credentials

ERROR: Access denied.

ERROR: Error in the LIBNAME statement.

why does it work in as a program but not within the STP?

If not, how else can I use an information map as a data source within

an STP. - the information map uses BI Row Level Filter and hence it

should just take the UserID of the current user (which works alls

fine when executing as a program)

Thanks,

Bob

1 ACCEPTED SOLUTION

Accepted Solutions
metalray
Calcite | Level 5

executing on the workspace server helped Smiley HappySmiley HappySmiley Happy

View solution in original post

1 REPLY 1
metalray
Calcite | Level 5

executing on the workspace server helped Smiley HappySmiley HappySmiley Happy

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!

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

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
  • 1 reply
  • 638 views
  • 0 likes
  • 1 in conversation