BookmarkSubscribeRSS Feed
Greg
Calcite | Level 5

Hi there,

I am trying to use the new SASStoredProcessService (StoredProcessService.dll and not the old way sps.dll).

The following experience is ok but i would not to send the userContext  (because i am in a SEG Custom Task already connected)

Dim usrContext As New

SAS.BI.AuthenticationService.ClientUserContext.UserContext

        Dim login As New SAS.BI.AuthenticationService.ClientUserContext.Login

        ' Initiate connection

        login = usrContext.GetOmrCredentials()

        ' Define stored process

        Dim stp As New

SAS.BI.StoredProcessService.StoredProcess(usrContext, "/Shared

Data/Reports/Examples/Test_VBNET")

any ideas ?

Regards,

Greg

1 REPLY 1
ChrisHemedinger
Community Manager

Hi Greg,

I believe you still need to pass a user context object, but you're correct: you should not have to reauthenticate.

I'll see if I can find an example for getting the user context with an existing session.  In the meantime, you might see if you can make use of the information in SAS.Tasks.Toolkit.Helpers.SasMetadataProfile class. 

I think that if you make use of that class, you'll have add additional references to your project for:

  SAS.EG.SDS.Model.dll

  SAS.EG.SDS.Metadata.MetadataManager.dll

That's just a requirement to resolve some external dependencies when building the project.  The classes within those DLLs are not documented for customer use: only the classes in SAS.Tasks.Toolkit.dll.

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