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

I can get current server by these codes, but how to get current user id used to connect the AssignedServer?

server = consumer.AssignedServer;

ws = consumer.Workspace(server) as SAS.Workspace;

Please answer it as soon as possible, thank you!

1 ACCEPTED SOLUTION

Accepted Solutions
ChrisHemedinger
Community Manager

Hi,

If using EG 4.3, the easiest way is this:

SAS.Tasks.Toolkit.Helpers.SasMetadataProfile.GetActiveProfile().UserID;

Otherwise, you might want to use SAS code to determine, as described here:

http://blogs.sas.com/content/sasdummy/2010/03/15/multiple-identities-for-all-of-the-people-you-are/

Chris

SAS For Dummies 3rd Edition! Check out the new edition, covering SAS 9.4, SAS Viya, and all of the modern ways to use SAS!

View solution in original post

2 REPLIES 2
qkaiwei
Calcite | Level 5

Is it so difficult? I just wanna get the metadata user id singed on.

ChrisHemedinger
Community Manager

Hi,

If using EG 4.3, the easiest way is this:

SAS.Tasks.Toolkit.Helpers.SasMetadataProfile.GetActiveProfile().UserID;

Otherwise, you might want to use SAS code to determine, as described here:

http://blogs.sas.com/content/sasdummy/2010/03/15/multiple-identities-for-all-of-the-people-you-are/

Chris

SAS For Dummies 3rd Edition! Check out the new edition, covering SAS 9.4, SAS Viya, and all of the modern ways to use SAS!

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

Creating Custom Steps in SAS Studio

Check out this tutorial series to learn how to build your own steps in SAS Studio.

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
  • 2 replies
  • 2714 views
  • 0 likes
  • 2 in conversation