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