dbTalk Databases Forums  

Error openig/Creating DTS

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss Error openig/Creating DTS in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Bruno DUPUY
 
Posts: n/a

Default Error openig/Creating DTS - 07-07-2006 , 02:18 AM






Hi,

I've set up a new server, win2003 + SQL2000 SP4. No way to create or edit a
DTS, I've got an error in the MMC:
1'st pop up: error creating a DTS (then ok)
2nd pop ub: impossible to open selected dts. DTS designer has been closed

( it's a french to english adaptation )

any clue how to fix it?

thanx

bruno



Reply With Quote
  #2  
Old   
Davide Rossetti
 
Posts: n/a

Default Re: Error openig/Creating DTS - 07-07-2006 , 07:44 AM






Hello Bruno,

Quote:
Hi,

I've set up a new server, win2003 + SQL2000 SP4. No way to create or
edit a
DTS, I've got an error in the MMC:
1'st pop up: error creating a DTS (then ok)
2nd pop ub: impossible to open selected dts. DTS designer has been
closed
( it's a french to english adaptation )

any clue how to fix it?

thanx

bruno

this is an old post for SQL Server 7.0, but perhaps you could find something
good for your problem. Wel,I would try to (re)register the indicated dlls.

Bye




Reply With Quote
  #3  
Old   
Davide
 
Posts: n/a

Default Re: Error openig/Creating DTS - 07-07-2006 , 03:31 PM




Bruno DUPUY wrote:
Quote:
Hi,

I've set up a new server, win2003 + SQL2000 SP4. No way to create or edit a
DTS, I've got an error in the MMC:
1'st pop up: error creating a DTS (then ok)
2nd pop ub: impossible to open selected dts. DTS designer has been closed

( it's a french to english adaptation )

any clue how to fix it?

thanx

bruno
Sorry, i missed the link; anyway this should be better

http://www.sqldts.com/default.aspx?225

Bye



Reply With Quote
  #4  
Old   
Bruno DUPUY
 
Posts: n/a

Default Re: Error openig/Creating DTS - 07-10-2006 , 10:42 AM



Hi,

thanks.

It was a dll registering pb like the one described in your link, with
another pb: no way to register some dll or unregister (forbiden in the
registry).

I found this on the web. i don't remember where (so if it's your tip, thanks
a lot)
_______________________
Star|Run|cmd.exe - Change Directory (CD) to c:\winnt\system32 and run
following commands:

{

Regsvr32 /u Comcat.dll

Regsvr32 /u dtsffile.dll

Regsvr32 /u dtspkg.dll

Regsvr32 /u dtspump.dll

Regsvr32 /u dtsui.dll

}

followed by:

{

Regsvr32 Comcat.dll

Regsvr32 dtsffile.dll

Regsvr32 dtspkg.dll

Regsvr32 dtspump.dll

Regsvr32 dtsui.dll

}

Test DTS.

If unregistering/registering the dll fails then make sure your account
(that is running the commands) has proper permissions.

For example:
{

Regsvr32 /u failing for dtspkg.dll and dtspump.dll with Error code
0x80020009

Regsvr32 failing for dtspkg.dll and dtspump.dll with Error code 0x8002801c

}

indicates insufficient permissions (even Administrators can have
permissions denied to them <g>).
Attempts to resolve:
{

Open regedt32.
Highlight Hkey_Classes_Root/TypeLib.
Click the "Security" menu, select permissions.

Ensure everyone has Full Control.

Add Administrators and System --> Full Control and select it to apply to
this key and subkeys.

Reboot server.

Test DTS.

Log in as Local Administrator.

Try unregistering dtspkg.dll and dtspump.dll. They may fail with Error code
0x80020009.

Try registering the dlls (as above).

Test DTS.

}



_____________________


well, it works now.

Bruno

"Davide" <rossetti71 (AT) gmail (DOT) com> a écrit dans le message de news:
1152304262.974590.287360 (AT) p79g20...oglegroups.com...
Quote:
Bruno DUPUY wrote:
Hi,

I've set up a new server, win2003 + SQL2000 SP4. No way to create or edit
a
DTS, I've got an error in the MMC:
1'st pop up: error creating a DTS (then ok)
2nd pop ub: impossible to open selected dts. DTS designer has been closed

( it's a french to english adaptation )

any clue how to fix it?

thanx

bruno

Sorry, i missed the link; anyway this should be better

http://www.sqldts.com/default.aspx?225

Bye




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.