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

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 1081 views
  • 0 likes
  • 1 in conversation