Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SAS Metadata Repository /w LDAP auth.

Status
Not open for further replies.

Exie

Programmer
Sep 3, 2003
156
AU
Hi,

I'm trying to setup the metadata repository on my PC, and have the service up and running, but cant log into the server after changing the parameters to auth. off our LDAP server.

My Server params look like so:[blue]
"C:\Program Files\SAS\SAS 9.1\sas.exe"
-nosplash
-noterminal
-noautoexec
-sasuser sasusrms
-rsasuser
-log "MetadataServer_%Y.%m.%d.log"
-logparm "rollover=auto open=replaceold write=immediate"
-linesize max
-pagesize max
-memsize max
-objectserver
-objectserverparms "protocol=bridge port=8561 classfactory=2887E7D7-4780-11D4-879F-00C04F38F0DB"
-authproviderdomain (LDAP:enldap)
-authserver enldap.mydomain.com.au[/blue]

I've set the two environment var's (in the system scope):
[blue]LDAP_PRIV_DN= myuser
LDAP_PRIV_PW=password[/blue]

The error I get in my metadata server when I try to login to the management console is like so:
[red]20041111:17.59.32.39: 00000006: :SYSTEM@NT AUTHORITY: OpenRepository Id=A5P7DWAR, Name=Foundation, RepositoryFormat=5, Model=5.01.
20041111:17.59.32.48: 00000006: :SYSTEM@NT AUTHORITY: SAS version 9.01.01M2P033104.
20041111:17.59.32.48: 00000006: :SYSTEM@NT AUTHORITY: SAS Metadata Server initialization.
20041111:17.59.32.48: 00000006: :SYSTEM@NT AUTHORITY: SAS Metadata Server Model 5.01.
20041111:17.59.32.48: 00000006: :SYSTEM@NT AUTHORITY: SAS Metadata Server current directory C:\SAS\9.1\SASMain\MetadataServer.
20041111:17.59.32.48: 00000006: :SYSTEM@NT AUTHORITY: OpenRepositoryManager Id=A0000001, Name=REPOSMGR.
20041111:17.59.32.48: 00000006: Defined server listen connection (1) on port 8561.
20041111:18.00.07.53: 00000011:ERROR: No such name was found.
20041111:18.00.07.53: 00000011:NOTE: New client connection (2) rejected from server port 8561 for user exie1@enldap. Peer IP address and port are 127.0.0.1:4054.[/red]

Any thoughts/suggestions on what I'm doing wrong ?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top