BookmarkSubscribeRSS Feed
Victor
Calcite | Level 5

I use the method CreateObjectByLogicalName that works perfectly well except in one case. I get a message "Access denied" yet the same user and password function normally with CreateObjectByServer method


The password contains ")." Is there a relationship? Is there a difference between these methods ?

I use Eterprise Guide and Add-In 4.3 and I connect to a server 9.2 on HP-UX

Thank's

1 REPLY 1
Victor
Calcite | Level 5

In fact, I understand now the usefulness of the method SetMetaDataFile and its impact on all SAS objects. Once the configuration files have been defined, I no longer need CreateObjectByLogicalName or CreateObjectByServer methods. Creating servers (SAS.Workspace, for example) is made by simple declaration.

obObjectFactory = New SASObjectManager.ObjectFactory
obObjectFactory.SetMetadataFile (ServerInfoFile, UserInfoFile, True)
obSAS = New SAS.Workspace



Thank's anyway

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

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