all groups > sql server dts > may 2005 >
You're in the

sql server dts

group:

Syntax error or access violation


Re: Syntax error or access violation Allan Mitchell
5/30/2005 12:00:00 AM
sql server dts: And what does this step contain?

'DTSStep_DTSExecuteSQLTask_1'

I know it is an ExecuteSQL task but to what Server/DB does it point and
what Statement does it execute. If you investigate these three things
you will find your answer.

Allan

[quoted text, click to view]
Syntax error or access violation J-T
5/30/2005 11:44:35 AM
I have been given the Administrator Role (in our server).In our server there
are two databases.I'm in Public role for both databses .My DTS package works
in one database in other database it gives me this error :

Step 'DTSStep_DTSDataPumpTask_1' failed
Step Error Source: Microsoft OLE DB Provider for SQL Server
Step Error Description:Syntax error or access violation
Step Error code: 80074005
Step Error Help File:
Step Error Help Context ID:0
Step Execution Started: 5/30/2005 11:40:46 AM
Step Execution Completed: 5/30/2005 11:40:46 AM
Total Step Execution Time: 0.157 seconds
Progress count in Step: 0
Step 'DTSStep_DTSExecuteSQLTask_1' was not executed

Re: Syntax error or access violation J-T
5/30/2005 11:56:44 AM
'DTSStep_DTSExecuteSQLTask_1' is pumping data from a CSV file into the Table
in database.
it works with one of the databases and dosen't work for the other
database.The databases seem to be completely identical(I'm not sure though).

Thanks
[quoted text, click to view]

Re: Syntax error or access violation J-T
5/30/2005 12:01:03 PM
Allen ,I think I got the answer with your hint.
I'm using a dynamic property to change the connections in the dts based on a
global variable.Apparetly that property is not setting the new database
catalog name .

Thanks for your help
[quoted text, click to view]

Re: Syntax error or access violation J-T
5/30/2005 12:10:11 PM
Sorry to say that ,the problem still exists:-(
[quoted text, click to view]

AddThis Social Bookmark Button