From: Alon on 18 Feb 2005 12:28 Hi, I desperetly seek for help here. I'm running this script from my local machine (2003 server) and try to connect to the exchange on a different server. I have all the CDO obejcts installed: 1 Set iExs = CreateObject("CDOEXM.ExchangeServer") 2 iExs.DataSource.Open "inquire-exch" 4 For Each storegroup In iExs.StorageGroups 5 Next As a result, I'm getting the following error on line number 4: C:\a.vbs(5, 1) (null): There is no such object on the server. Facility: LDAP Provider ID no: 80072030 Microsoft CDO for Exchange Management when running the script on the exchange serveri itself, no problem occur. I also have administrator priviliges on the exchange server. Any idea what could be the problem here? Thanks! Alon
From: Ramil on 18 Feb 2005 12:50 You probably do not have the Exchange System Manager installed on the workstation from which you are running the script. Install ESM and try the script again. Ramil > Hi, > > > I desperetly seek for help here. > > > I'm running this script from my local machine (2003 server) and try to > connect to the exchange on a different server. I have all the CDO > obejcts installed: > > > 1 Set iExs = CreateObject("CDOEXM.ExchangeServer") > 2 iExs.DataSource.Open "inquire-exch" > > > 4 For Each storegroup In iExs.StorageGroups > 5 Next > > > As a result, I'm getting the following error on line number 4: > > > C:\a.vbs(5, 1) (null): There is no such object on the server. > Facility: LDAP Provider > ID no: 80072030 > Microsoft CDO for Exchange Management > > > when running the script on the exchange serveri itself, no problem > occur. I also have administrator priviliges on the exchange server. > > > Any idea what could be the problem here? > > > Thanks! > Alon >
From: Alon on 18 Feb 2005 13:47 I forgot to mention that I got everything installed on the machine (including ESM). I've tried almost everything I could (almost a week)think of (including some more exchange installations) but it wont work. Nothing help/works.... any idea?
From: Alon on 18 Feb 2005 13:50 By the way - the server I'm running the script is in a different domain then the script. The server running the script has a 3rd party product that brings the same info I'm trying to bring with no problem (there is not code to comapre it to - its a binary file). Alon
|
Pages: 1 Prev: Event ID 7004 - 504 Need to Authenticate First Next: Recipient Update Service errors |