Wants to know from what DTA (Local or Repository) is executed an scheduled job?

  • Wants to know from what DTA (Local or Repository) is executed an scheduled job?

  • Correction, is not DTA is DTS

  • Where did you save it to. Use Enterprise Manager and see. Usally is just local.

  • I have a DTS package in both (Local and Repository) with the same name. Enterprise Manager was used to save it.

  • OK I understand, when you scheduled your job did you have both or are you saying you are trying to schedule now?

    How are/did you scheduling also? Can you post the built string (without any passwords if you have them in your string).

  • The job was scheduled previously. The only I need is identify which DTS is executed.

  • OK I think I understand, if your execution string isn't encrypted you can possibly tell but if it is you will not be able to my knowledge. Can you post the jobs string to execute the DTS package without any passwords. If encrypted don't post as there could be a hack I am unaware of and I wouldn't want to indirectly compromise your security. Usually if an encrypted string looks like this DTSRun /~Z0x...

  • Unfortunately all my jobs have encrypted the DTS command.  According to the DTSRUN syntax, when the JOBS executed a repository DTS /R must be on the command.

    I have few DTS that I know run from repository but, don’t have /R option.

     

  • Try this to decrypt the DTSRUN command:

    To decrypt a DTSRUN command as used in a job step, copy the command to a cmd prompt, append /!X /!C to the end, and run it.

    The !X argument blocks execution of the package and the !C argument copies the unencrypted command to the Windows clipboard.

    Just open Notepad and paste to see the unencrypted command.

    Example:

    DTSRun /~Z0x5F473BFAEEC0EE48EAF6121A88792F925A32FAF162A18E19FB06C5246A4CA2785EE38A17F0A6101B17B16C8F336C65EBF62B0E624C1E9B83 /!X /!C

    Greg

    Greg

  • Greg, you are right, unencrypted command shows /R.

    Thanks a lot.

Viewing 10 posts - 1 through 10 (of 10 total)

You must be logged in to reply to this topic. Login to reply