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

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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