Showing posts with label dts. Show all posts
Showing posts with label dts. Show all posts

Tuesday, March 20, 2012

Could not start DTS services in SQL SERVER 2005 developper edition

Hello,

I tried to use the SQL SERVER DTS on SQL SERVER 2005, but when I wan't to start the service i have the next error :

The SQL Network Interface library was unable to register SPN. Error: 0x54b.

Coul you help me please.

Thanks

DraganPlease check the following post for the answer:

http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=76142

Could not start DTS services in SQL SERVER 2005 developper edition

Hello,

I tried to use the SQL SERVER DTS on SQL SERVER 2005, but when I wan't to start the service i have the next error :

The SQL Network Interface library was unable to register SPN. Error: 0x54b.

Coul you help me please.

Thanks

Dragan

Please check the following post for the answer:

http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=76142

Sunday, March 11, 2012

Could not load file or assembly SQLXMLBULKLOADLib

Greetings,

I'm in the process of migrating several SQL Server 2000 DTS packages to Integration Services packages. One of the old 2000 DTS packages used the SQLXML Bulk Loader component. In order to use the new SQLXML 4 COM object in my Script Task (to initiate the Bulk Loader using .NET code) I've used the tlbimp.exe tool to create a .NET wrapper DLL. I've placed the DLL in the appropriate directory (C:\Program Files\Microsoft SQL Server\90\SDK\Assemblies), successfully added it to my project (with Intellisense working), but when I run the package it fails with the following error:

Could not load file or assembly 'SQLXMLBULKLOADLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.

Note: I also tried placing the DLL in C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727 with no prevail.

I've confirm the file exists (and any dependencies) in their appropriate locations. Has anyone else run into this? Any help is much appreciated.

Thanks, Shaun

i'm not sure if this resolves your issue, but have you considered using the ole db destination component to bulk load the data?|||Reason I leaned toward the SQLXML Bulk Loader class is because i have a ton of XML I'm downloading and want to leverage the performance of the XML bulk loader. I'm not aware of how the OLE DB Destination object can help me with this.|||

I've resolved this issue by using... well... what I'm supposed to use. I created a Data Flow task and implemented an XML Source (applying an XSD transformation), Data Conversion (to convert from Unicode) and Ole Db Destination. This successfully loads the data into the database from XML.

|||shaun,

i'm glad that you found a solution to your problem. as you probably already know, the ole db destination is designed to bulk load data.|||

Did you add it to the GAC? You need to add it to the framework folder for design-time only (C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727) but at runtime it uses the GAC.

I think the better solution is to re-write to use the XML Source as this is very powerful and handles hierarchical data, but obviously this may not be ideal if you have a lot of packages and XMl formats.

Sunday, February 19, 2012

Could DTS running with MSDE

Hello,
I'm new with SQL Server. Could Data Transformation package that made by DTC
in SQL Server running with MSDE...?
Thanks,
Abdul
Message posted via http://www.sqlmonster.com
hi Abdul,
Abdul Darnis via SQLMonster.com wrote:
> Hello,
> I'm new with SQL Server. Could Data Transformation package that made
> by DTC in SQL Server running with MSDE...?
> Thanks,
> Abdul
MSDE provides the DTS runtime, so you can distribute dts packages developed
elsewhere to be run on MSDE installed servers..
Andrea Montanari (Microsoft MVP - SQL Server)
http://www.asql.biz/DbaMgr.shtmhttp://italy.mvps.org
DbaMgr2k ver 0.10.0 - DbaMgr ver 0.56.0
(my vb6+sql-dmo little try to provide MS MSDE 1.0 and MSDE 2000 a visual
interface)
-- remove DMO to reply