![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
(not sure the best news group to post this) I'm trying to create a new OLEDB connection in the RTM version of SQL 2005 I get back the following error The connection manager 'OLEDB' is not properly installed on this computer. (Microsoft.DataTransformationServices.Design) This is a clean install of SQL (the only previous version was SQL 200) Any ideas please ? -- Michael Tissington http://www.oaklodge.com http://www.tabtag.com |
#3
| |||
| |||
|
|
From: "Michael Tissington" <mtissington (AT) newsgroups (DOT) nospam Subject: SSIS Connection Date: Sat, 29 Oct 2005 10:52:15 -0700 Lines: 21 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2670 X-RFC2646: Format=Flowed; Original X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 Message-ID: <OIzJ#FL3FHA.3052 (AT) TK2MSFTNGP10 (DOT) phx.gbl Newsgroups: microsoft.public.msdn.general,microsoft.public.sql server.dts NNTP-Posting-Host: 65.249.55.7 Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFT NGP10.phx.gbl Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.sqlserver.dts:15814 microsoft.public.msdn.general:5787 X-Tomcat-NG: microsoft.public.sqlserver.dts (not sure the best news group to post this) I'm trying to create a new OLEDB connection in the RTM version of SQL 2005 I get back the following error The connection manager 'OLEDB' is not properly installed on this computer. (Microsoft.DataTransformationServices.Design) This is a clean install of SQL (the only previous version was SQL 200) Any ideas please ? -- Michael Tissington http://www.oaklodge.com http://www.tabtag.com |
#4
| |||
| |||
|
|
Hello MIchael, To understand the issue better, I'd like to know the detailed steps you reproduce the issue. Does it occur for any OLEDB provider? Based on my experience, you may want to see if you could workaround this problem by running: regsvr32 %ProgramFiles%\"Microsoft SQL Server\90\DTS\Binn\dtsconn.dll" Please let us know if you have any update. Thanks! Best Regards, Peter Yang MCSE2000/2003, MCSA, MCDBA Microsoft Online Partner Support When responding to posts, please "Reply to Group" via your newsreader so that others may learn and benefit from your issue. ================================================== === This posting is provided "AS IS" with no warranties, and confers no rights. -------------------- From: "Michael Tissington" <mtissington (AT) newsgroups (DOT) nospam Subject: SSIS Connection Date: Sat, 29 Oct 2005 10:52:15 -0700 Lines: 21 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2670 X-RFC2646: Format=Flowed; Original X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 Message-ID: <OIzJ#FL3FHA.3052 (AT) TK2MSFTNGP10 (DOT) phx.gbl Newsgroups: microsoft.public.msdn.general,microsoft.public.sql server.dts NNTP-Posting-Host: 65.249.55.7 Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFT NGP10.phx.gbl Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.sqlserver.dts:15814 microsoft.public.msdn.general:5787 X-Tomcat-NG: microsoft.public.sqlserver.dts (not sure the best news group to post this) I'm trying to create a new OLEDB connection in the RTM version of SQL 2005 I get back the following error The connection manager 'OLEDB' is not properly installed on this computer. (Microsoft.DataTransformationServices.Design) This is a clean install of SQL (the only previous version was SQL 200) Any ideas please ? -- Michael Tissington http://www.oaklodge.com http://www.tabtag.com |
#5
| |||
| |||
|
|
From: "Michael Tissington" <mtissington (AT) newsgroups (DOT) nospam References: <OIzJ#FL3FHA.3052 (AT) TK2MSFTNGP10 (DOT) phx.gbl 3jmvOHc3FHA.2904 (AT) TK2MSFTNGXA01 (DOT) phx.gbl Subject: Re: SSIS Connection Date: Sun, 30 Oct 2005 22:40:26 -0800 Lines: 92 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2670 X-RFC2646: Format=Flowed; Original X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 Message-ID: <e3gB6Xe3FHA.3244 (AT) tk2msftngp13 (DOT) phx.gbl Newsgroups: microsoft.public.sqlserver.dts NNTP-Posting-Host: 65.249.55.7 Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!tk2msft ngp13.phx.gbl Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.sqlserver.dts:15822 X-Tomcat-NG: microsoft.public.sqlserver.dts Hello Peter, I go into SSIS create a new project, right click in the bottom panel to create a new connection and choose any of the options (with the exception of 'New Connection') running regsvr32 for dtsconn.dll did not resolve the problem ![]() The only thing that works is New Connection - trying to create any other type of connection fails with the error about Connection Manager and Microsoft.DataTransformationServices.Design. -- Michael Tissington http://www.oaklodge.com http://www.tabtag.com "Peter Yang [MSFT]" <petery (AT) online (DOT) microsoft.com> wrote in message news:3jmvOHc3FHA.2904 (AT) TK2MSFTNGXA01 (DOT) phx.gbl... Hello MIchael, To understand the issue better, I'd like to know the detailed steps you reproduce the issue. Does it occur for any OLEDB provider? Based on my experience, you may want to see if you could workaround this problem by running: regsvr32 %ProgramFiles%\"Microsoft SQL Server\90\DTS\Binn\dtsconn.dll" Please let us know if you have any update. Thanks! Best Regards, Peter Yang MCSE2000/2003, MCSA, MCDBA Microsoft Online Partner Support When responding to posts, please "Reply to Group" via your newsreader so that others may learn and benefit from your issue. ================================================== === This posting is provided "AS IS" with no warranties, and confers no rights. -------------------- From: "Michael Tissington" <mtissington (AT) newsgroups (DOT) nospam Subject: SSIS Connection Date: Sat, 29 Oct 2005 10:52:15 -0700 Lines: 21 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2670 X-RFC2646: Format=Flowed; Original X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 Message-ID: <OIzJ#FL3FHA.3052 (AT) TK2MSFTNGP10 (DOT) phx.gbl Newsgroups: microsoft.public.msdn.general,microsoft.public.sql server.dts NNTP-Posting-Host: 65.249.55.7 Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFT NGP10.phx.gbl Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.sqlserver.dts:15814 microsoft.public.msdn.general:5787 X-Tomcat-NG: microsoft.public.sqlserver.dts (not sure the best news group to post this) I'm trying to create a new OLEDB connection in the RTM version of SQL 2005 I get back the following error The connection manager 'OLEDB' is not properly installed on this computer. (Microsoft.DataTransformationServices.Design) This is a clean install of SQL (the only previous version was SQL 200) Any ideas please ? -- Michael Tissington http://www.oaklodge.com http://www.tabtag.com |
#6
| |||
| |||
|
|
Hello Michael, It seems that a BI developement tool issue. Please check if there is any issue when you creating connection directly in SQL server managememt studio. You could right click a database->tasks->Import data and check if you could create olddb datasouces there. If there is not any issues, you may want to reinstall SQL tools via Add/Remove programs to test the situation. Best Regards, Peter Yang MCSE2000/2003, MCSA, MCDBA Microsoft Online Partner Support When responding to posts, please "Reply to Group" via your newsreader so that others may learn and benefit from your issue. ================================================== === This posting is provided "AS IS" with no warranties, and confers no rights. -------------------- From: "Michael Tissington" <mtissington (AT) newsgroups (DOT) nospam References: <OIzJ#FL3FHA.3052 (AT) TK2MSFTNGP10 (DOT) phx.gbl 3jmvOHc3FHA.2904 (AT) TK2MSFTNGXA01 (DOT) phx.gbl Subject: Re: SSIS Connection Date: Sun, 30 Oct 2005 22:40:26 -0800 Lines: 92 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2670 X-RFC2646: Format=Flowed; Original X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 Message-ID: <e3gB6Xe3FHA.3244 (AT) tk2msftngp13 (DOT) phx.gbl Newsgroups: microsoft.public.sqlserver.dts NNTP-Posting-Host: 65.249.55.7 Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!tk2msft ngp13.phx.gbl Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.sqlserver.dts:15822 X-Tomcat-NG: microsoft.public.sqlserver.dts Hello Peter, I go into SSIS create a new project, right click in the bottom panel to create a new connection and choose any of the options (with the exception of 'New Connection') running regsvr32 for dtsconn.dll did not resolve the problem ![]() The only thing that works is New Connection - trying to create any other type of connection fails with the error about Connection Manager and Microsoft.DataTransformationServices.Design. -- Michael Tissington http://www.oaklodge.com http://www.tabtag.com "Peter Yang [MSFT]" <petery (AT) online (DOT) microsoft.com> wrote in message news:3jmvOHc3FHA.2904 (AT) TK2MSFTNGXA01 (DOT) phx.gbl... Hello MIchael, To understand the issue better, I'd like to know the detailed steps you reproduce the issue. Does it occur for any OLEDB provider? Based on my experience, you may want to see if you could workaround this problem by running: regsvr32 %ProgramFiles%\"Microsoft SQL Server\90\DTS\Binn\dtsconn.dll" Please let us know if you have any update. Thanks! Best Regards, Peter Yang MCSE2000/2003, MCSA, MCDBA Microsoft Online Partner Support When responding to posts, please "Reply to Group" via your newsreader so that others may learn and benefit from your issue. ================================================== === This posting is provided "AS IS" with no warranties, and confers no rights. -------------------- From: "Michael Tissington" <mtissington (AT) newsgroups (DOT) nospam Subject: SSIS Connection Date: Sat, 29 Oct 2005 10:52:15 -0700 Lines: 21 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2670 X-RFC2646: Format=Flowed; Original X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 Message-ID: <OIzJ#FL3FHA.3052 (AT) TK2MSFTNGP10 (DOT) phx.gbl Newsgroups: microsoft.public.msdn.general,microsoft.public.sql server.dts NNTP-Posting-Host: 65.249.55.7 Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFT NGP10.phx.gbl Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.sqlserver.dts:15814 microsoft.public.msdn.general:5787 X-Tomcat-NG: microsoft.public.sqlserver.dts (not sure the best news group to post this) I'm trying to create a new OLEDB connection in the RTM version of SQL 2005 I get back the following error The connection manager 'OLEDB' is not properly installed on this computer. (Microsoft.DataTransformationServices.Design) This is a clean install of SQL (the only previous version was SQL 200) Any ideas please ? -- Michael Tissington http://www.oaklodge.com http://www.tabtag.com |
#7
| |||
| |||
|
|
From: "Michael Tissington" <mtissington (AT) newsgroups (DOT) nospam References: <OIzJ#FL3FHA.3052 (AT) TK2MSFTNGP10 (DOT) phx.gbl 3jmvOHc3FHA.2904 (AT) TK2MSFTNGXA01 (DOT) phx.gbl |
|
Subject: Re: SSIS Connection Date: Mon, 31 Oct 2005 08:17:29 -0800 Lines: 157 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2670 X-RFC2646: Format=Flowed; Original X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 Message-ID: <#x9sWaj3FHA.2552 (AT) TK2MSFTNGP10 (DOT) phx.gbl Newsgroups: microsoft.public.sqlserver.dts NNTP-Posting-Host: 65.249.55.7 Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFT NGP10.phx.gbl Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.sqlserver.dts:15834 X-Tomcat-NG: microsoft.public.sqlserver.dts In SS Management Studio everything seems to work correctly. I have removed and reinstalled the software several times now ![]() -- Michael Tissington http://www.oaklodge.com http://www.tabtag.com "Peter Yang [MSFT]" <petery (AT) online (DOT) microsoft.com> wrote in message news:rvBqizg3FHA.2904 (AT) TK2MSFTNGXA01 (DOT) phx.gbl... Hello Michael, It seems that a BI developement tool issue. Please check if there is any issue when you creating connection directly in SQL server managememt studio. You could right click a database->tasks->Import data and check if you could create olddb datasouces there. If there is not any issues, you may want to reinstall SQL tools via Add/Remove programs to test the situation. Best Regards, Peter Yang MCSE2000/2003, MCSA, MCDBA Microsoft Online Partner Support When responding to posts, please "Reply to Group" via your newsreader so that others may learn and benefit from your issue. ================================================== === This posting is provided "AS IS" with no warranties, and confers no rights. -------------------- From: "Michael Tissington" <mtissington (AT) newsgroups (DOT) nospam References: <OIzJ#FL3FHA.3052 (AT) TK2MSFTNGP10 (DOT) phx.gbl 3jmvOHc3FHA.2904 (AT) TK2MSFTNGXA01 (DOT) phx.gbl Subject: Re: SSIS Connection Date: Sun, 30 Oct 2005 22:40:26 -0800 Lines: 92 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2670 X-RFC2646: Format=Flowed; Original X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 Message-ID: <e3gB6Xe3FHA.3244 (AT) tk2msftngp13 (DOT) phx.gbl Newsgroups: microsoft.public.sqlserver.dts NNTP-Posting-Host: 65.249.55.7 Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!tk2msft ngp13.phx.gbl Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.sqlserver.dts:15822 X-Tomcat-NG: microsoft.public.sqlserver.dts Hello Peter, I go into SSIS create a new project, right click in the bottom panel to create a new connection and choose any of the options (with the exception of 'New Connection') running regsvr32 for dtsconn.dll did not resolve the problem ![]() The only thing that works is New Connection - trying to create any other type of connection fails with the error about Connection Manager and Microsoft.DataTransformationServices.Design. -- Michael Tissington http://www.oaklodge.com http://www.tabtag.com "Peter Yang [MSFT]" <petery (AT) online (DOT) microsoft.com> wrote in message news:3jmvOHc3FHA.2904 (AT) TK2MSFTNGXA01 (DOT) phx.gbl... Hello MIchael, To understand the issue better, I'd like to know the detailed steps you reproduce the issue. Does it occur for any OLEDB provider? Based on my experience, you may want to see if you could workaround this problem by running: regsvr32 %ProgramFiles%\"Microsoft SQL Server\90\DTS\Binn\dtsconn.dll" Please let us know if you have any update. Thanks! Best Regards, Peter Yang MCSE2000/2003, MCSA, MCDBA Microsoft Online Partner Support When responding to posts, please "Reply to Group" via your newsreader so that others may learn and benefit from your issue. ================================================== === This posting is provided "AS IS" with no warranties, and confers no rights. -------------------- From: "Michael Tissington" <mtissington (AT) newsgroups (DOT) nospam Subject: SSIS Connection Date: Sat, 29 Oct 2005 10:52:15 -0700 Lines: 21 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2670 X-RFC2646: Format=Flowed; Original X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 Message-ID: <OIzJ#FL3FHA.3052 (AT) TK2MSFTNGP10 (DOT) phx.gbl Newsgroups: microsoft.public.msdn.general,microsoft.public.sql server.dts NNTP-Posting-Host: 65.249.55.7 Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFT NGP10.phx.gbl Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.sqlserver.dts:15814 microsoft.public.msdn.general:5787 X-Tomcat-NG: microsoft.public.sqlserver.dts (not sure the best news group to post this) I'm trying to create a new OLEDB connection in the RTM version of SQL 2005 I get back the following error The connection manager 'OLEDB' is not properly installed on this computer. (Microsoft.DataTransformationServices.Design) This is a clean install of SQL (the only previous version was SQL 200) Any ideas please ? -- Michael Tissington http://www.oaklodge.com http://www.tabtag.com |
#8
| |||
| |||
|
|
Hello Michael, Did you try to repair/reinstall VS 2005 to test the situation? Since it works fine in SS Management Studio, it shall be a integration issue between VS 2005 and its data connection components. Regards, Peter Yang MCSE2000/2003, MCSA, MCDBA Microsoft Online Partner Support When responding to posts, please "Reply to Group" via your newsreader so that others may learn and benefit from your issue. ================================================== === This posting is provided "AS IS" with no warranties, and confers no rights. -------------------- | From: "Michael Tissington" <mtissington (AT) newsgroups (DOT) nospam | References: <OIzJ#FL3FHA.3052 (AT) TK2MSFTNGP10 (DOT) phx.gbl 3jmvOHc3FHA.2904 (AT) TK2MSFTNGXA01 (DOT) phx.gbl e3gB6Xe3FHA.3244 (AT) tk2msftngp13 (DOT) phx.gbl rvBqizg3FHA.2904 (AT) TK2MSFTNGXA01 (DOT) phx.gbl | Subject: Re: SSIS Connection | Date: Mon, 31 Oct 2005 08:17:29 -0800 | Lines: 157 | X-Priority: 3 | X-MSMail-Priority: Normal | X-Newsreader: Microsoft Outlook Express 6.00.2900.2670 | X-RFC2646: Format=Flowed; Original | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 | Message-ID: <#x9sWaj3FHA.2552 (AT) TK2MSFTNGP10 (DOT) phx.gbl | Newsgroups: microsoft.public.sqlserver.dts | NNTP-Posting-Host: 65.249.55.7 | Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFT NGP10.phx.gbl | Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.sqlserver.dts:15834 | X-Tomcat-NG: microsoft.public.sqlserver.dts | | In SS Management Studio everything seems to work correctly. | | I have removed and reinstalled the software several times now ![]() | | -- | | Michael Tissington | http://www.oaklodge.com | http://www.tabtag.com | | | "Peter Yang [MSFT]" <petery (AT) online (DOT) microsoft.com> wrote in message | news:rvBqizg3FHA.2904 (AT) TK2MSFTNGXA01 (DOT) phx.gbl... | > Hello Michael, | | > It seems that a BI developement tool issue. Please check if there is any | > issue when you creating connection directly in SQL server managememt | > studio. You could right click a database->tasks->Import data and check if | > you could create olddb datasouces there. | | > If there is not any issues, you may want to reinstall SQL tools via | > Add/Remove programs to test the situation. | | > Best Regards, | | > Peter Yang | > MCSE2000/2003, MCSA, MCDBA | > Microsoft Online Partner Support | | > When responding to posts, please "Reply to Group" via your newsreader so | > that others may learn and benefit from your issue. | | > ================================================== === | | | > This posting is provided "AS IS" with no warranties, and confers no | > rights. | | | > -------------------- | >>From: "Michael Tissington" <mtissington (AT) newsgroups (DOT) nospam | >>References: <OIzJ#FL3FHA.3052 (AT) TK2MSFTNGP10 (DOT) phx.gbl | > <3jmvOHc3FHA.2904 (AT) TK2MSFTNGXA01 (DOT) phx.gbl | >>Subject: Re: SSIS Connection | >>Date: Sun, 30 Oct 2005 22:40:26 -0800 | >>Lines: 92 | >>X-Priority: 3 | >>X-MSMail-Priority: Normal | >>X-Newsreader: Microsoft Outlook Express 6.00.2900.2670 | >>X-RFC2646: Format=Flowed; Original | >>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 | >>Message-ID: <e3gB6Xe3FHA.3244 (AT) tk2msftngp13 (DOT) phx.gbl | >>Newsgroups: microsoft.public.sqlserver.dts | >>NNTP-Posting-Host: 65.249.55.7 | >>Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!tk2msft ngp13.phx.gbl | >>Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.sqlserver.dts:15822 | >>X-Tomcat-NG: microsoft.public.sqlserver.dts | | >>Hello Peter, | | >>I go into SSIS create a new project, right click in the bottom panel to | >>create a new connection and choose any of the options (with the exception | > of | >>'New Connection') | | >>running regsvr32 for dtsconn.dll did not resolve the problem ![]() | | >>The only thing that works is New Connection - trying to create any other | >>type of connection fails | >>with the error about Connection Manager and | >>Microsoft.DataTransformationServices.Design. | | >>-- | | >>Michael Tissington | >>http://www.oaklodge.com | >>http://www.tabtag.com | | | >>"Peter Yang [MSFT]" <petery (AT) online (DOT) microsoft.com> wrote in message | >>news:3jmvOHc3FHA.2904 (AT) TK2MSFTNGXA01 (DOT) phx.gbl... | >>> Hello MIchael, | | >>> To understand the issue better, I'd like to know the detailed steps you | >>> reproduce the issue. Does it occur for any OLEDB provider? | | >>> Based on my experience, you may want to see if you could workaround this | >>> problem by running: | | >>> regsvr32 %ProgramFiles%\"Microsoft SQL Server\90\DTS\Binn\dtsconn.dll" | | >>> Please let us know if you have any update. Thanks! | | >>> Best Regards, | | >>> Peter Yang | >>> MCSE2000/2003, MCSA, MCDBA | >>> Microsoft Online Partner Support | | >>> When responding to posts, please "Reply to Group" via your newsreader so | >>> that others may learn and benefit from your issue. | | >>> ================================================== === | | >>> This posting is provided "AS IS" with no warranties, and confers no | >>> rights. | | | >>> -------------------- | >>>>From: "Michael Tissington" <mtissington (AT) newsgroups (DOT) nospam | >>>>Subject: SSIS Connection | >>>>Date: Sat, 29 Oct 2005 10:52:15 -0700 | >>>>Lines: 21 | >>>>X-Priority: 3 | >>>>X-MSMail-Priority: Normal | >>>>X-Newsreader: Microsoft Outlook Express 6.00.2900.2670 | >>>>X-RFC2646: Format=Flowed; Original | >>>>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 | >>>>Message-ID: <OIzJ#FL3FHA.3052 (AT) TK2MSFTNGP10 (DOT) phx.gbl | >>>>Newsgroups: microsoft.public.msdn.general,microsoft.public.sql server.dts | >>>>NNTP-Posting-Host: 65.249.55.7 | >>>>Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFT NGP10.phx.gbl | >>>>Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.sqlserver.dts:15814 | >>> microsoft.public.msdn.general:5787 | >>>>X-Tomcat-NG: microsoft.public.sqlserver.dts | | >>>>(not sure the best news group to post this) | | >>>>I'm trying to create a new OLEDB connection in the RTM version of SQL | > 2005 | | >>>>I get back the following error | | >>>>The connection manager 'OLEDB' is not properly installed on this | > computer. | >>>>(Microsoft.DataTransformationServices.Design ) | | >>>>This is a clean install of SQL (the only previous version was SQL 200) | | >>>>Any ideas please ? | | >>>>-- | | >>>>Michael Tissington | >>>>http://www.oaklodge.com | >>>>http://www.tabtag.com | | | | | | | | | | | | |
#9
| |||
| |||
|
|
From: "Michael Tissington" <mtissington (AT) newsgroups (DOT) nospam References: <OIzJ#FL3FHA.3052 (AT) TK2MSFTNGP10 (DOT) phx.gbl 3jmvOHc3FHA.2904 (AT) TK2MSFTNGXA01 (DOT) phx.gbl |
|
Subject: Re: SSIS Connection Date: Tue, 1 Nov 2005 09:30:41 -0800 Lines: 231 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2670 X-RFC2646: Format=Flowed; Original X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 Message-ID: <O9HX8nw3FHA.3568 (AT) TK2MSFTNGP10 (DOT) phx.gbl Newsgroups: microsoft.public.sqlserver.dts NNTP-Posting-Host: 65.249.55.7 Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFT NGP10.phx.gbl Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.sqlserver.dts:15858 X-Tomcat-NG: microsoft.public.sqlserver.dts Yes, I have done repair, I have uninstalled/installed many times now and it still will not work. -- Michael Tissington http://www.oaklodge.com http://www.tabtag.com "Peter Yang [MSFT]" <petery (AT) online (DOT) microsoft.com> wrote in message news:C%23L5Pir3FHA.1144 (AT) TK2MSFTNGXA01 (DOT) phx.gbl... Hello Michael, Did you try to repair/reinstall VS 2005 to test the situation? Since it works fine in SS Management Studio, it shall be a integration issue between VS 2005 and its data connection components. Regards, Peter Yang MCSE2000/2003, MCSA, MCDBA Microsoft Online Partner Support When responding to posts, please "Reply to Group" via your newsreader so that others may learn and benefit from your issue. ================================================== === This posting is provided "AS IS" with no warranties, and confers no rights. -------------------- | From: "Michael Tissington" <mtissington (AT) newsgroups (DOT) nospam | References: <OIzJ#FL3FHA.3052 (AT) TK2MSFTNGP10 (DOT) phx.gbl 3jmvOHc3FHA.2904 (AT) TK2MSFTNGXA01 (DOT) phx.gbl e3gB6Xe3FHA.3244 (AT) tk2msftngp13 (DOT) phx.gbl rvBqizg3FHA.2904 (AT) TK2MSFTNGXA01 (DOT) phx.gbl | Subject: Re: SSIS Connection | Date: Mon, 31 Oct 2005 08:17:29 -0800 | Lines: 157 | X-Priority: 3 | X-MSMail-Priority: Normal | X-Newsreader: Microsoft Outlook Express 6.00.2900.2670 | X-RFC2646: Format=Flowed; Original | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 | Message-ID: <#x9sWaj3FHA.2552 (AT) TK2MSFTNGP10 (DOT) phx.gbl | Newsgroups: microsoft.public.sqlserver.dts | NNTP-Posting-Host: 65.249.55.7 | Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFT NGP10.phx.gbl | Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.sqlserver.dts:15834 | X-Tomcat-NG: microsoft.public.sqlserver.dts | | In SS Management Studio everything seems to work correctly. | | I have removed and reinstalled the software several times now ![]() | | -- | | Michael Tissington | http://www.oaklodge.com | http://www.tabtag.com | | | "Peter Yang [MSFT]" <petery (AT) online (DOT) microsoft.com> wrote in message | news:rvBqizg3FHA.2904 (AT) TK2MSFTNGXA01 (DOT) phx.gbl... | > Hello Michael, | | > It seems that a BI developement tool issue. Please check if there is any | > issue when you creating connection directly in SQL server managememt | > studio. You could right click a database->tasks->Import data and check if | > you could create olddb datasouces there. | | > If there is not any issues, you may want to reinstall SQL tools via | > Add/Remove programs to test the situation. | | > Best Regards, | | > Peter Yang | > MCSE2000/2003, MCSA, MCDBA | > Microsoft Online Partner Support | | > When responding to posts, please "Reply to Group" via your newsreader so | > that others may learn and benefit from your issue. | | > ================================================== === | | | > This posting is provided "AS IS" with no warranties, and confers no | > rights. | | | > -------------------- | >>From: "Michael Tissington" <mtissington (AT) newsgroups (DOT) nospam | >>References: <OIzJ#FL3FHA.3052 (AT) TK2MSFTNGP10 (DOT) phx.gbl | > <3jmvOHc3FHA.2904 (AT) TK2MSFTNGXA01 (DOT) phx.gbl | >>Subject: Re: SSIS Connection | >>Date: Sun, 30 Oct 2005 22:40:26 -0800 | >>Lines: 92 | >>X-Priority: 3 | >>X-MSMail-Priority: Normal | >>X-Newsreader: Microsoft Outlook Express 6.00.2900.2670 | >>X-RFC2646: Format=Flowed; Original | >>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 | >>Message-ID: <e3gB6Xe3FHA.3244 (AT) tk2msftngp13 (DOT) phx.gbl | >>Newsgroups: microsoft.public.sqlserver.dts | >>NNTP-Posting-Host: 65.249.55.7 | >>Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!tk2msft ngp13.phx.gbl | >>Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.sqlserver.dts:15822 | >>X-Tomcat-NG: microsoft.public.sqlserver.dts | | >>Hello Peter, | | >>I go into SSIS create a new project, right click in the bottom panel to | >>create a new connection and choose any of the options (with the exception | > of | >>'New Connection') | | >>running regsvr32 for dtsconn.dll did not resolve the problem ![]() | | >>The only thing that works is New Connection - trying to create any other | >>type of connection fails | >>with the error about Connection Manager and | >>Microsoft.DataTransformationServices.Design. | | >>-- | | >>Michael Tissington | >>http://www.oaklodge.com | >>http://www.tabtag.com | | | >>"Peter Yang [MSFT]" <petery (AT) online (DOT) microsoft.com> wrote in message | >>news:3jmvOHc3FHA.2904 (AT) TK2MSFTNGXA01 (DOT) phx.gbl... | >>> Hello MIchael, | | >>> To understand the issue better, I'd like to know the detailed steps you | >>> reproduce the issue. Does it occur for any OLEDB provider? | | >>> Based on my experience, you may want to see if you could workaround this | >>> problem by running: | | >>> regsvr32 %ProgramFiles%\"Microsoft SQL Server\90\DTS\Binn\dtsconn.dll" | | >>> Please let us know if you have any update. Thanks! | | >>> Best Regards, | | >>> Peter Yang | >>> MCSE2000/2003, MCSA, MCDBA | >>> Microsoft Online Partner Support | | >>> When responding to posts, please "Reply to Group" via your newsreader so | >>> that others may learn and benefit from your issue. | | >>> ================================================== === | | >>> This posting is provided "AS IS" with no warranties, and confers no | >>> rights. | | | >>> -------------------- | >>>>From: "Michael Tissington" <mtissington (AT) newsgroups (DOT) nospam | >>>>Subject: SSIS Connection | >>>>Date: Sat, 29 Oct 2005 10:52:15 -0700 | >>>>Lines: 21 | >>>>X-Priority: 3 | >>>>X-MSMail-Priority: Normal | >>>>X-Newsreader: Microsoft Outlook Express 6.00.2900.2670 | >>>>X-RFC2646: Format=Flowed; Original | >>>>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 | >>>>Message-ID: <OIzJ#FL3FHA.3052 (AT) TK2MSFTNGP10 (DOT) phx.gbl | >>>>Newsgroups: microsoft.public.msdn.general,microsoft.public.sql server.dts | >>>>NNTP-Posting-Host: 65.249.55.7 | >>>>Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFT NGP10.phx.gbl | >>>>Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.sqlserver.dts:15814 | >>> microsoft.public.msdn.general:5787 | >>>>X-Tomcat-NG: microsoft.public.sqlserver.dts | | >>>>(not sure the best news group to post this) | | >>>>I'm trying to create a new OLEDB connection in the RTM version of SQL | > 2005 | | >>>>I get back the following error | | >>>>The connection manager 'OLEDB' is not properly installed on this | > computer. | >>>>(Microsoft.DataTransformationServices.Design ) | | >>>>This is a clean install of SQL (the only previous version was SQL 200) | | >>>>Any ideas please ? | | >>>>-- | | >>>>Michael Tissington | >>>>http://www.oaklodge.com | >>>>http://www.tabtag.com | | | | | | | | | | | | |
#10
| |||
| |||
|
|
Hello Michael, Based on my further research, you may want to check if the following files exist: %programfiles%\Microsoft SQL server\90\SDK\Assemblies\en\Microsoft.SQLserver.DT SRuntimeWrap.xml %programfiles%\Microsoft SQL server\90\SDK\Assemblies\Microsoft.SQLserver.DTSRu ntimeWrap.dll If they does not exist, you may want to complete remove/reinstall SQL 2005 instance and related registry keys to see if it helps. If the issue is not resolved, to find out the root cause of this issue we may need to analyze memory dumps or live debug, this work has to be done by contacting Microsoft Product Support Services. Therefore, we probably will not be able to resolve the issue through the newsgroups. I recommend that you open a Support incident with Microsoft Product Support Services so that a dedicated Support Professional can assist with this case. If you need any help in this regard, please let me know. For a complete list of Microsoft Product Support Services phone numbers, please go to the following address on the World Wide Web: http://support.microsoft.com/directory/overview.asp Best Regards, Peter Yang MCSE2000/2003, MCSA, MCDBA Microsoft Online Partner Support When responding to posts, please "Reply to Group" via your newsreader so that others may learn and benefit from your issue. ================================================== === Business-Critical Phone Support (BCPS) provides you with technical phone support at no charge during critical LAN outages or "business down" situations. This benefit is available 24 hours a day, 7 days a week to all Microsoft technology partners in the United States and Canada. This and other support options are available here: BCPS: https://partner.microsoft.com/US/tec...rview/40010469 Others: https://partner.microsoft.com/US/tec...pportoverview/ If you are outside the United States, please visit our International Support page: http://support.microsoft.com/default...rnational.aspx. ================================================== === This posting is provided "AS IS" with no warranties, and confers no rights. -------------------- | From: "Michael Tissington" <mtissington (AT) newsgroups (DOT) nospam | References: <OIzJ#FL3FHA.3052 (AT) TK2MSFTNGP10 (DOT) phx.gbl 3jmvOHc3FHA.2904 (AT) TK2MSFTNGXA01 (DOT) phx.gbl e3gB6Xe3FHA.3244 (AT) tk2msftngp13 (DOT) phx.gbl rvBqizg3FHA.2904 (AT) TK2MSFTNGXA01 (DOT) phx.gbl #x9sWaj3FHA.2552 (AT) TK2MSFTNGP10 (DOT) phx.gbl C#L5Pir3FHA.1144 (AT) TK2MSFTNGXA01 (DOT) phx.gbl | Subject: Re: SSIS Connection | Date: Tue, 1 Nov 2005 09:30:41 -0800 | Lines: 231 | X-Priority: 3 | X-MSMail-Priority: Normal | X-Newsreader: Microsoft Outlook Express 6.00.2900.2670 | X-RFC2646: Format=Flowed; Original | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 | Message-ID: <O9HX8nw3FHA.3568 (AT) TK2MSFTNGP10 (DOT) phx.gbl | Newsgroups: microsoft.public.sqlserver.dts | NNTP-Posting-Host: 65.249.55.7 | Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFT NGP10.phx.gbl | Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.sqlserver.dts:15858 | X-Tomcat-NG: microsoft.public.sqlserver.dts | | Yes, I have done repair, I have uninstalled/installed many times now and it | still will not work. | | -- | Michael Tissington | http://www.oaklodge.com | http://www.tabtag.com | | | "Peter Yang [MSFT]" <petery (AT) online (DOT) microsoft.com> wrote in message | news:C%23L5Pir3FHA.1144 (AT) TK2MSFTNGXA01 (DOT) phx.gbl... | > Hello Michael, | | > Did you try to repair/reinstall VS 2005 to test the situation? Since it | > works fine in SS Management Studio, it shall be a integration issue | > between | > VS 2005 and its data connection components. | | > Regards, | | > Peter Yang | > MCSE2000/2003, MCSA, MCDBA | > Microsoft Online Partner Support | | > When responding to posts, please "Reply to Group" via your newsreader so | > that others may learn and benefit from your issue. | | > ================================================== === | | | | > This posting is provided "AS IS" with no warranties, and confers no | > rights. | | > -------------------- | > | From: "Michael Tissington" <mtissington (AT) newsgroups (DOT) nospam | > | References: <OIzJ#FL3FHA.3052 (AT) TK2MSFTNGP10 (DOT) phx.gbl | > <3jmvOHc3FHA.2904 (AT) TK2MSFTNGXA01 (DOT) phx.gbl | > <e3gB6Xe3FHA.3244 (AT) tk2msftngp13 (DOT) phx.gbl | > <rvBqizg3FHA.2904 (AT) TK2MSFTNGXA01 (DOT) phx.gbl | > | Subject: Re: SSIS Connection | > | Date: Mon, 31 Oct 2005 08:17:29 -0800 | > | Lines: 157 | > | X-Priority: 3 | > | X-MSMail-Priority: Normal | > | X-Newsreader: Microsoft Outlook Express 6.00.2900.2670 | > | X-RFC2646: Format=Flowed; Original | > | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 | > | Message-ID: <#x9sWaj3FHA.2552 (AT) TK2MSFTNGP10 (DOT) phx.gbl | > | Newsgroups: microsoft.public.sqlserver.dts | > | NNTP-Posting-Host: 65.249.55.7 | > | Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFT NGP10.phx.gbl | > | Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.sqlserver.dts:15834 | > | X-Tomcat-NG: microsoft.public.sqlserver.dts | > | | > | In SS Management Studio everything seems to work correctly. | > | | > | I have removed and reinstalled the software several times now ![]() | > | | > | -- | > | | > | Michael Tissington | > | http://www.oaklodge.com | > | http://www.tabtag.com | > | | > | | > | "Peter Yang [MSFT]" <petery (AT) online (DOT) microsoft.com> wrote in message | > | news:rvBqizg3FHA.2904 (AT) TK2MSFTNGXA01 (DOT) phx.gbl... | > | > Hello Michael, | > | | > | > It seems that a BI developement tool issue. Please check if there is | > any | > | > issue when you creating connection directly in SQL server managememt | > | > studio. You could right click a database->tasks->Import data and check | > if | > | > you could create olddb datasouces there. | > | | > | > If there is not any issues, you may want to reinstall SQL tools via | > | > Add/Remove programs to test the situation. | > | | > | > Best Regards, | > | | > | > Peter Yang | > | > MCSE2000/2003, MCSA, MCDBA | > | > Microsoft Online Partner Support | > | | > | > When responding to posts, please "Reply to Group" via your newsreader | > so | > | > that others may learn and benefit from your issue. | > | | > | > ================================================== === | > | | > | | > | > This posting is provided "AS IS" with no warranties, and confers no | > | > rights. | > | | > | | > | > -------------------- | > | >>From: "Michael Tissington" <mtissington (AT) newsgroups (DOT) nospam | > | >>References: <OIzJ#FL3FHA.3052 (AT) TK2MSFTNGP10 (DOT) phx.gbl | > | > <3jmvOHc3FHA.2904 (AT) TK2MSFTNGXA01 (DOT) phx.gbl | > | >>Subject: Re: SSIS Connection | > | >>Date: Sun, 30 Oct 2005 22:40:26 -0800 | > | >>Lines: 92 | > | >>X-Priority: 3 | > | >>X-MSMail-Priority: Normal | > | >>X-Newsreader: Microsoft Outlook Express 6.00.2900.2670 | > | >>X-RFC2646: Format=Flowed; Original | > | >>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 | > | >>Message-ID: <e3gB6Xe3FHA.3244 (AT) tk2msftngp13 (DOT) phx.gbl | > | >>Newsgroups: microsoft.public.sqlserver.dts | > | >>NNTP-Posting-Host: 65.249.55.7 | > | >>Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!tk2msft ngp13.phx.gbl | > | >>Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.sqlserver.dts:15822 | > | >>X-Tomcat-NG: microsoft.public.sqlserver.dts | > | | > | >>Hello Peter, | > | | > | >>I go into SSIS create a new project, right click in the bottom panel | > to | > | >>create a new connection and choose any of the options (with the | > exception | > | > of | > | >>'New Connection') | > | | > | >>running regsvr32 for dtsconn.dll did not resolve the problem ![]() | > | | > | >>The only thing that works is New Connection - trying to create any | > other | > | >>type of connection fails | > | >>with the error about Connection Manager and | > | >>Microsoft.DataTransformationServices.Design. | > | | > | >>-- | > | | > | >>Michael Tissington | > | >>http://www.oaklodge.com | > | >>http://www.tabtag.com | > | | > | | > | >>"Peter Yang [MSFT]" <petery (AT) online (DOT) microsoft.com> wrote in message | > | >>news:3jmvOHc3FHA.2904 (AT) TK2MSFTNGXA01 (DOT) phx.gbl... | > | >>> Hello MIchael, | > | | > | >>> To understand the issue better, I'd like to know the detailed steps | > you | > | >>> reproduce the issue. Does it occur for any OLEDB provider? | > | | > | >>> Based on my experience, you may want to see if you could workaround | > this | > | >>> problem by running: | > | | > | >>> regsvr32 %ProgramFiles%\"Microsoft SQL | > Server\90\DTS\Binn\dtsconn.dll" | > | | > | >>> Please let us know if you have any update. Thanks! | > | | > | >>> Best Regards, | > | | > | >>> Peter Yang | > | >>> MCSE2000/2003, MCSA, MCDBA | > | >>> Microsoft Online Partner Support | > | | > | >>> When responding to posts, please "Reply to Group" via your | > newsreader | > so | > | >>> that others may learn and benefit from your issue. | > | | > | >>> ================================================== === | > | | > | >>> This posting is provided "AS IS" with no warranties, and confers no | > | >>> rights. | > | | > | | > | >>> -------------------- | > | >>>>From: "Michael Tissington" <mtissington (AT) newsgroups (DOT) nospam | > | >>>>Subject: SSIS Connection | > | >>>>Date: Sat, 29 Oct 2005 10:52:15 -0700 | > | >>>>Lines: 21 | > | >>>>X-Priority: 3 | > | >>>>X-MSMail-Priority: Normal | > | >>>>X-Newsreader: Microsoft Outlook Express 6.00.2900.2670 | > | >>>>X-RFC2646: Format=Flowed; Original | > | >>>>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 | > | >>>>Message-ID: <OIzJ#FL3FHA.3052 (AT) TK2MSFTNGP10 (DOT) phx.gbl | > | >>>>Newsgroups: | > microsoft.public.msdn.general,microsoft.public.sql server.dts | > | >>>>NNTP-Posting-Host: 65.249.55.7 | > | >>>>Path: | > TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFT NGP10.phx.gbl | > | >>>>Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.sqlserver.dts:15814 | > | >>> microsoft.public.msdn.general:5787 | > | >>>>X-Tomcat-NG: microsoft.public.sqlserver.dts | > | | > | >>>>(not sure the best news group to post this) | > | | > | >>>>I'm trying to create a new OLEDB connection in the RTM version of | > SQL | > | > 2005 | > | | > | >>>>I get back the following error | > | | > | >>>>The connection manager 'OLEDB' is not properly installed on this | > | > computer. | > | >>>>(Microsoft.DataTransformationServices.Design ) | > | | > | >>>>This is a clean install of SQL (the only previous version was SQL | > 200) | > | | > | >>>>Any ideas please ? | > | | > | >>>>-- | > | | > | >>>>Michael Tissington | > | >>>>http://www.oaklodge.com | > | >>>>http://www.tabtag.com | > | | > | | > | | > | | > | | > | | > | | > | | > | | > | | > | | > | | | | | |
![]() |
| Thread Tools | |
| Display Modes | |
| |