Trying to get first Edge Transport server up & running
Greetings all -We're trying to get our Edge Transport server up & running with a custom SSLport - which you can do, as documentedhttp://technet.microsoft.com/en-us/library/aa997269.aspxhere.It says you can use the ConfigureAdam.ps1 file to change a few of the parameters. We tried, we get some errors. It appears that the script is written for ADAM, instead of AD LDS? Our Edge Server is installed on Windows server 2008, which uses ADLDS instead of ADAM.The errors we got initially were: [PS] D:\Program Files\Microsoft\Exchange Server\Scripts>.\ConfigureAdam.ps1 -sslport:1499 -logpath:"D:\logs\adam"The term 'C:\Windows\Adam\dsdbutil.exe' is not recognized as a cmdlet, function, operable program, or script file. Verify the term and try again.At line:1 char:29+ C:\Windows\Adam\dsdbutil.exe <<<< 'Activate Instance MSExchange' 'SSL Port 1499' 'quit'You cannot call a method on a null-valued expression.At D:\Program Files\Microsoft\Exchange Server\Scripts\ConfigureAdam.ps1:94 char:25+ if($log.ToString( <<<< ).ToUpper().Contains("SUCCESSFULLY")) Changing SSL Port to 1499 failed.The term 'C:\Windows\Adam\dsdbutil.exe' is not recognized as a cmdlet, function, operable program, or script file. Verify the term and try again.At line:1 char:29+ C:\Windows\Adam\dsdbutil.exe <<<< 'Activate Instance MSExchange' 'Files' 'set path logs \"D:\logs\adam\"' 'quit' 'quit'You cannot call a method on a null-valued expression.At D:\Program Files\Microsoft\Exchange Server\Scripts\ConfigureAdam.ps1:94 char:25+ if($log.ToString( <<<< ).ToUpper().Contains("SUCCESSFULLY")) Changing Log Path to D:\logs\adam failed.WARNING: Waiting for service 'Microsoft Exchange ADAM (ADAM_MSExchange)' tofinish starting...Start-Service : Service 'Microsoft Exchange Transport (MSExchangeTransport)' start failed.At D:\Program Files\Microsoft\Exchange Server\Scripts\ConfigureAdam.ps1:348 char:14+ start-service <<<< $EdgeTransportServiceNameReading the errors, we looked to see where dsdbutil.exe was installed - it was in C:\Windows\System32 instead of in C:\Windows\Adam. We triedcopying dsdbutil.exe into the ADAM folder and ran the same powershell script again and got these errors: [PS] D:\Program Files\Microsoft\Exchange Server\Scripts>.\ConfigureAdam.ps1 -sslport:1499 -logpath:"D:\logs\adam"ERROR reading resource file. Exiting. You cannot call a method on a null-valued expression.At D:\Program Files\Microsoft\Exchange Server\Scripts\ConfigureAdam.ps1:94 char:25+ if($log.ToString( <<<< ).ToUpper().Contains("SUCCESSFULLY")) Changing SSL Port to 1499 failed.ERROR reading resource file. Exiting. You cannot call a method on a null-valued expression.At D:\Program Files\Microsoft\Exchange Server\Scripts\ConfigureAdam.ps1:94 char:25+ if($log.ToString( <<<< ).ToUpper().Contains("SUCCESSFULLY")) Changing Log Path to D:\logs\adam failed.WARNING: Waiting for service 'Microsoft Exchange ADAM (ADAM_MSExchange)' tofinish starting...Start-Service : Service 'Microsoft Exchange Transport (MSExchangeTransport)' start failed.At D:\Program Files\Microsoft\Exchange Server\Scripts\ConfigureAdam.ps1:348 char:14+ start-service <<<< $EdgeTransportServiceName[PS] D:\Program Files\Microsoft\Exchange Server\Scripts> Do we need an updated version of ConfigureAdam.ps1? (We looked for a ConfigureADLDS.ps1, it wasn't there. <G>)Anyone have any suggestions? Thanks very much for your time.
March 10th, 2009 1:21am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics