Issue With DTS From Sql25k
Jan 31, 2007
Hi everyone,
I understand that this is an issue. Microsofts doesn't inform anywhere
When you've got in your workstation both Sql2k and Sql25k clients and try to install the package for design dts 2000 from Sql25k then you'll not be able to re-start your Enterprise Manager from
MMC.
Appears this error:
?ProcessExecute@@YAXPAUHWND_@@PBG1@Z dynamic link library procedure start point is not founded (SEMSFC.DLL)
Query Analyzer starts as usual, without problems but you lose your EM.
TIA
View 3 Replies
Nov 16, 2006
Hi everyone,
We've found some problems when trying such thing. It seems that is compulsory to do via own CD/DVD.
Any comment would be very appreciated.
Thanks in advance,
enric
View 4 Replies
View Related
Nov 14, 2006
Hi everyone,
We've found some problems when trying such thing. It seems that is compulsory to do via own CD/DVD.
Any comment would be very appreciated.
Thanks in advance,
View 1 Replies
View Related
Aug 18, 2006
Hi everyone,
This is my snippet of code. It works fine with remote DTSX but when they have got connections against Sql Server 2005, ending given the following error:
Event: (On error)
12:21:52,-1071611876,0x,Error de la llamada del método AcquireConnection al administrador de conexión "LOCALHOST.BDAplis"
That means more or less "Error on calling method AcquireConnection to Connection Manager localhost...
It's curious. I've got other packages which are using Sql Server 2000 connections without errors.
Thanks for your help,
pkgResults = pkg.Validate(Nothing, Nothing, EventsSSIS, Nothing)
If pkgResults = DTSExecResult.Success Then
pkg = app.LoadPackage(ActObject.packageName, Nothing, True)
endif
pkg.InteractiveMode = False
pkgResults = pkg.Execute()
View 2 Replies
View Related
Jun 2, 2006
Hi everyone,
We€™ve got almost 250 old dts packages which simply loading data into Sql tables from plain files or at the reverse point. Most of them are defined with fixed fields and its fixed positions one after one. We don€™t want to migrate them using Import wizard, on the contrary we€™re producing them from the beggining taking advantatge of SSIS architecture to the full.
And now, we€™re trying to imagine how to migrate automatically that valuable info from Sql Server 2000 to Sql Server 2005 without efforts€¦ You know, any program be able to move that detailed info
to SSIS.
So we would avoid to select again all these positions per each file -very tedious and we're lazy
I don€™t see how except, of course, migrate them directly
Let me know if you need further explanations or more clarity on that.
View 5 Replies
View Related