January 25, 2007 at 10:09 am
hi i have the client enterprise install in my computer, i am trying to change a dts by enterprise manager but i keep getting an error
error source: Microsoft data transformation services (DTS) package
error description: unspecified error
but when i got to the server and i try to open it i get no errors, any idea why this is happening? this is the only dts in which i am having problems with the other one i could access just fine.
January 25, 2007 at 10:52 am
When, exactly, do you get this error? Opening the package, running it, or trying to save it?
January 25, 2007 at 12:33 pm
when i go to enterprise manager (via my desktop) , go to data tranformation services, local packages, go to my dts, right click , design package...
and this only happens with this dts the other one i could open just fine as i said before...
in my server box i could open the dts just fine.
any advice please??
January 25, 2007 at 9:02 pm
Make sure the Client Tools on your workstation are at the same service pack level as your server.
Andy
January 26, 2007 at 7:28 am
i ran:
SELECT @@VERSION
GO
in my query analyzer in my worstation and got this
Microsoft SQL Server 2000-8.00.2039 and i got the same when i ran it in the server.
January 26, 2007 at 7:40 am
Is it possible that one of the data conections on your server does not exist on your remote machine? For example, your server may have a DSN to some computer and this particular package may be calling this data. If your workstation does not have the same dsn, it may not be capable of editing the package.
This is just a wild stab in the dark but, one never knows.
Please post back when you fix it and let us know what happens.
January 26, 2007 at 8:39 am
It may help to know more about the package, but so far the places to start have been covered.
- service packs need to be the same (and you have already checked that)
- as said in the last post, make sure any resources used by the package exist on the workstation (a reference to the C drive from the package looks at the local C drive on whatever machine you open the package from - not the server)
- if this yields nothing, save the package as a file on the server, copy the package to your workstation and open it from the file - this often gives better error messages if there is a problem
January 26, 2007 at 9:17 am
how do i save the package as a file on the server?
January 26, 2007 at 10:11 am
January 26, 2007 at 10:50 am
thank you i did it and save it and changed the conection to say instead of "local" to the name of my sql server and now the dts works! thanks!
January 26, 2007 at 2:00 pm
SELECT @@VERSION will always return the version of the server to which you are connected. It will not tell you the version of your client tools. I no longer have any versions of SQL 2000 installed anywhere, but you can probably see the version of your Enterprise Manager by clicking Help --> About...
Version 8.00.2039 is Service Pack 4.
This is most likely the problem. Service Pack 3 clients can not open Service Pack 4 DTS packages. The Service Pack needs to be run on machines that have only the client tools also.
Viewing 11 posts - 1 through 10 (of 10 total)
You must be logged in to reply to this topic. Login to reply