dbTalk Databases Forums  

SSIS Connection

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


Discuss SSIS Connection in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Michael Tissington
 
Posts: n/a

Default SSIS Connection - 10-29-2005 , 12:52 PM






(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




Reply With Quote
  #2  
Old   
Peter Foldes
 
Posts: n/a

Default Re: SSIS Connection - 10-29-2005 , 01:45 PM






Have you tried the SQL newsgroup?

news://msnews.microsoft.com/microsof...qlserver.setup
news://msnews.microsoft.com/microsof...lserver.server
news://msnews.microsoft.com/microsof...qlserver.tools
news://msnews.microsoft.com/microsof...erver.newusers

--
Peter

Please Reply to Newsgroup for the benefit of others
Requests for assistance by email can not and will not be acknowledged.

"Michael Tissington" <mtissington (AT) newsgroups (DOT) nospam> wrote

Quote:
(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




Reply With Quote
  #3  
Old   
Peter Yang [MSFT]
 
Posts: n/a

Default RE: SSIS Connection - 10-30-2005 , 08:21 PM



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.


--------------------
Quote:
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






Reply With Quote
  #4  
Old   
Michael Tissington
 
Posts: n/a

Default Re: SSIS Connection - 10-31-2005 , 12:40 AM



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

Quote:
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








Reply With Quote
  #5  
Old   
Peter Yang [MSFT]
 
Posts: n/a

Default Re: SSIS Connection - 10-31-2005 , 05:18 AM



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.


--------------------
Quote:
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










Reply With Quote
  #6  
Old   
Michael Tissington
 
Posts: n/a

Default Re: SSIS Connection - 10-31-2005 , 10:17 AM



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

Quote:
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












Reply With Quote
  #7  
Old   
Peter Yang [MSFT]
 
Posts: n/a

Default Re: SSIS Connection - 11-01-2005 , 01:47 AM



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.

--------------------
Quote:
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>
Quote:
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














Reply With Quote
  #8  
Old   
Michael Tissington
 
Posts: n/a

Default Re: SSIS Connection - 11-01-2005 , 11:30 AM



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

Quote:
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
|
|
|
|
|
|
|
|
|
|
|
|




Reply With Quote
  #9  
Old   
Peter Yang [MSFT]
 
Posts: n/a

Default Re: SSIS Connection - 11-02-2005 , 01:50 AM



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.

--------------------
Quote:
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>
Quote:
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
|
|
|
|
|
|
|
|
|
|
|
|






Reply With Quote
  #10  
Old   
KJ Naughton
 
Posts: n/a

Default Re: SSIS Connection - 11-02-2005 , 08:50 PM



Hi all,

Just to let Michael know he isn't alone here - I'm having exactly the
same problem.

Cheers,

Kevin.

Peter Yang [MSFT] wrote:
Quote:
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
| > |
| > |
| > |
| > |
| > |
| > |
| > |
| > |
| > |
| > |
| > |
| > |
|
|
|
|


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.