Forum Replies Created

Viewing 15 posts - 196 through 210 (of 544 total)

  • RE: Job Server Failed

    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?

  • RE: Job Server Failed

    jim.david (7/20/2012)


    Charmer

    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...

  • RE: Job Server Failed

    jim.david (7/20/2012)


    I had the same problem with packages that use an ADO.NET connection to an Ingres server. The connection login for Ingres is different to my local SQL server...

  • RE: Job Server Failed

    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...

  • RE: Job Server Failed

    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...

  • RE: Job Server Failed

    Koen Verbeeck (7/19/2012)


    At first sight, it looks OK.

    (except that the passwords are missing, but I think SQL Agent leaves them out for security reasons).

    The connection name still uses ".NET" though....

  • RE: Analysis task failed in ssis?

    richykong (7/19/2012)


    Do you use any variables to update the data source? You might want to check if you've set the data source to update it's connection string/database information to...

  • RE: Analysis task failed in ssis?

    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...

  • RE: Analysis task failed in ssis?

    Evil Kraig F (7/19/2012)


    Did you use a job to run it or did you manually hook to the production databases to try to run it?

    If it's you, you probably don't...

  • RE: concatenate string and datetime?

    Thank you Lowell, Lynn...

    I forgot the 121....

  • RE: Job Server Failed

    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...

  • RE: Job Server Failed

    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...

  • RE: Job Server Failed

    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.

  • RE: Job Server Failed

    Koen Verbeeck (7/19/2012)


    Try renaming your ADO.NET connection from .NET to ADONET.

    ok Koen, Let me try

  • RE: Job Server Failed

    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...

Viewing 15 posts - 196 through 210 (of 544 total)