Viewing 15 posts - 196 through 210 (of 544 total)
Jim, I created a cmd file calling the package....but where can i call this cmd file? i am not getting about the task scheduler..Could you please tell me?
July 20, 2012 at 7:31 am
jim.david (7/20/2012)
The contents of the cmd file are fairly simple
dtexec /sql "Dataload" >i:\xx\xxx\dataload\logfiles\dataload.log
call e:\\dba\common\BATCHscripts\datestamp_file i:\xx\xxx\dataload\logfiles\dataload.log
The package Dataload is run from the server dataload.log is to capture the output from...
July 20, 2012 at 7:24 am
jim.david (7/20/2012)
July 20, 2012 at 6:27 am
Koen Verbeeck (7/20/2012)
Not really sure why DTEXEC gives a syntax violation on /Connection.Alternative: don't select the data sources in the SQL Agent jobstep and use package configurations instead.
ok Koen, Let...
July 20, 2012 at 5:16 am
Koen Verbeeck (7/20/2012)
Both.
This is the command line after modified...
/FILE "D:\Backup\Projects Backup\Partitions_19072012\Partitions\bin\AS.dtsx" /CONNECTION "ADONET connection for DW database";"\"Data Source=MySource;User ID=sa;pwd=Pn***;Initial Catalog=DW;Persist Security Info=True;Application Name=SSIS-Package-{859CFD36-7337-487A-8994-9F103BBCEE4A}MySource.DW7.sa1;\"" /CONNECTION "AS Database connection";"\"Data Source=MySource;Initial Catalog=DB;Provider=MSOLAP.4;Integrated Security=SSPI;Impersonation...
July 20, 2012 at 3:56 am
Koen Verbeeck (7/19/2012)
(except that the passwords are missing, but I think SQL Agent leaves them out for security reasons).
The connection name still uses ".NET" though....
July 20, 2012 at 3:40 am
richykong (7/19/2012)
July 20, 2012 at 3:36 am
Sorry Kraig, let me make you clear...
i created this package on my local and executed successfully...
the same thing i was trying to do on the production server, what i did...
July 20, 2012 at 3:35 am
Evil Kraig F (7/19/2012)
If it's you, you probably don't...
July 19, 2012 at 11:53 am
Thank you Lowell, Lynn...
I forgot the 121....
July 19, 2012 at 8:02 am
Koen Verbeeck (7/19/2012)
Apparently there's a problem, otherwise the job wouldn't crash 🙂Can you post the command line? (you can find it in the command line tab of the jobstep)
/FILE "C:\Users\administrator\Desktop\DB...
July 19, 2012 at 7:37 am
Koen Verbeeck (7/19/2012)
Did you do something special in the Agent jobstep configuration?Did you select the checkboxes in the connections tab?
yes, Koen..i did modify the connections tab with proper crendentials ....that...
July 19, 2012 at 6:57 am
Koen Verbeeck (7/19/2012)
Try renaming your ADO.NET connection from .NET to ADONET.
not worked , Koen. Still getting the ADO.NET connection error.
July 19, 2012 at 6:36 am
Koen Verbeeck (7/19/2012)
Try renaming your ADO.NET connection from .NET to ADONET.
ok Koen, Let me try
July 19, 2012 at 3:51 am
Koen Verbeeck (7/18/2012)
Posting the actual errors might help.
Date,Source,Severity,Step ID,Server,Job Name,Step Name,Notifications,Message,Duration,Sql Severity,Sql Message ID,Operator Emailed,Operator Net sent,Operator Paged,Retries Attempted
07/19/2012 14:55:51,DW,Error,0,MyPC,DW,(Job outcome),,The job failed. The Job was invoked by User...
July 19, 2012 at 3:31 am
Viewing 15 posts - 196 through 210 (of 544 total)