I tried installing SQL 2005 Dev Edition on my Win 2000 Professional machine. That failed. But now I cannot send out emails or even open a simple Email task from DTS. This is something that worked perfectly fine before I attempted the SQL 2005 installation. It seems that the SQL 2005 installation somehow messed up the the MAPI profile. The exact error message that I get when trying to execute or open a Email task in DTS is: CAnnot load MAPI Interface layer for DTS. Please make sure that semmap90.dll is installed.
Can someone tell me how to fix this issue.
Thanks,
Amir
acharania@trimontrea.com

Email tasks fail after an unsuccessful SQL 2005 installation
Gerald.Wright
scotland
C:\Program Files\Microsoft SQL Server\80\Tools\Binn\Resources\1033
and semmap.dll to semmap90.dll
C:\Program Files\Microsoft SQL Server\80\Tools\Binn\
it worked fine for me
tommy khan
If someone else has this problem, I would recommend running the script first. Then if that doesn't work, try fooling around with the file names -- not the other way around.
Alexan
Dinesh Bhat
(\Microsoft SQL Server\80\Tools\Binn)
Rename the semmap.dll file to semmap90.dll
fantacmet
The other option is to download and install the "Microsoft SQL Server 2005 Backward Compatibility Components" from http://www.microsoft.com/downloads/details.aspx FamilyID=d09c1d60-a13c-4479-9b91-9e8b9d835cdc&DisplayLang=en. This will install the latest version of the overlapping DLLs.
Cheers,
Dan
Kgomong
Dan,
which on of the downloads has the MAPI DLL needed
I applied the DTS download and that did not resolve the issue.
Reinaldo
John Schleicher
The one you want is labeled backwards compatibility.
Chrislm
Thanks a lot. I renamed semmap.dll to semmap90.dll and that solved the issue.
Thanks again.
Amir