Download Exchange Server 2000 Standard?

Download Exchange Server 2000 Standard?

Post by Kimmo Tuom » Tue, 12 Nov 2002 22:10:04



I have multiple subscriptions of MSDN, all are Universal level.

I need to have Exchange Server 2000, Standard Edition. It is not delivered
in CD media I receive. It is however available as a Subscriber Download. I
cannot download it, I only get a message saying:

"You do not have permission to transfer files in this context!"

The filename is "en_exchange2000_STD.exe".

Why? Don't I have the maximum access?

 
 
 

Download Exchange Server 2000 Standard?

Post by Andy Boyd [MS » Wed, 13 Nov 2002 09:24:44


Contact your customer service representative
(http://msdn.microsoft.com/subscriptions/resources/phonelist.asp) and tell
them what's going on.  There are a number of possible causes for this - as I
recall the most common one is when a subscription gets upgraded - the CSR
should be able to fix this for you quickly.

--
Andy Boyd
Program Manager
MSDN Subscriber Downloads
(remove the .online from the return address for direct e-mail)


Quote:> I have multiple subscriptions of MSDN, all are Universal level.

> I need to have Exchange Server 2000, Standard Edition. It is not delivered
> in CD media I receive. It is however available as a Subscriber Download. I
> cannot download it, I only get a message saying:

> "You do not have permission to transfer files in this context!"

> The filename is "en_exchange2000_STD.exe".

> Why? Don't I have the maximum access?


 
 
 

1. How to find Exchange Domain Servers element for Exchange 2000

I have some code (below) to enumerate the Exchange servers in an Exchange
2000 environment that assumes that the "\users\Exchange Domain Servers" key
will always exist under the CN=Users container.  If this element is renamed,
I am not sure how to find the list of Exchange servers through LDAP / ADSI.
What is the correct mechanism for doing this?

Thanks,

Chris

 if (SUCCEEDED(hr = ADsOpenObject(
      L"LDAP://rootDSE",
      NULL,
      NULL,
      ADS_SECURE_AUTHENTICATION, //Use Secure Authentication
      IID_IADs,
      (void**)&pObject)))
 {
  if (SUCCEEDED(hr = pObject->Get(L"defaultNamingContext",&var)))
  {
   // Build path to the Computers container within the domain container
   wcscpy(szPath, L"LDAP://CN=Exchange Domain Servers, CN=Users,");
   wcscat(szPath, var.bstrVal);

   if (SUCCEEDED(hr = ADsGetObject(szPath, IID_IADs, (void**)&pADs)))

2. SMS Server Crashed

3. Outlook 2000 pops up Enter Password dialog with Exchange Server 2000

4. Fmedia illegal function after installing Mail and News 1160

5. Exchange server with BizTalk Server 2000

6. Libretto on TV tonight

7. Problem using CDO.Person with Exchange 2000 - which SDK to download

8. A file save problem has been introduced into my VS 6.0

9. How to access all incoming and outgoing messages on an Exchange 2000 server?

10. Problem enumerating Exchange 2000 servers

11. Use CDO 2000 (cdosys.dll) to receive message from exchange server email account?

12. Exchange 2000 Server and Creating Journal Entry

13. adding mail ids to existing mailing lists in Exchange Server 2000