dbTalk Databases Forums  

SQL 2K job and DTS

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss SQL 2K job and DTS in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #21  
Old   
Ed Enstrom
 
Posts: n/a

Default Re: SQL 2K job and DTS - 08-22-2008 , 09:12 AM






The /~Z at the beginning of the line means that the data is encrypted. Here is a procedure that will give you the
unencrypted data:

Right-click on the job and then go to Properties, then to Steps
Select the entire line starting with DTSRun and copy to the clipboard
Open a command prompt and paste the line from the clipboard
At the end of the line add " /!Z /!C" (without the quotes). /!Z means "don't execute" and /!C means "copy to clipboard".
Press Return
Open Notepad or any editor and past the clipboard. You will see the unencrypted data, including the package name.

Ed

DTS Newbie wrote:
Quote:
I have a sql server 2000 job that is just doing an execution of a DTS pkg.
When you look at the syntax in the step of the job I see something like:

DTSRun /~ZO4858C301ABE2

The problem is, my DTS packages are not named in any uniform way with the
Job name, so I don't know which DTS package this job is running. My job is
failing, but how can I determine which DTS package it is executing?

I looked at the GUID, and that does not seem to be it.



Reply With Quote
  #22  
Old   
Ed Enstrom
 
Posts: n/a

Default Re: SQL 2K job and DTS - 08-22-2008 , 09:12 AM






The /~Z at the beginning of the line means that the data is encrypted. Here is a procedure that will give you the
unencrypted data:

Right-click on the job and then go to Properties, then to Steps
Select the entire line starting with DTSRun and copy to the clipboard
Open a command prompt and paste the line from the clipboard
At the end of the line add " /!Z /!C" (without the quotes). /!Z means "don't execute" and /!C means "copy to clipboard".
Press Return
Open Notepad or any editor and past the clipboard. You will see the unencrypted data, including the package name.

Ed

DTS Newbie wrote:
Quote:
I have a sql server 2000 job that is just doing an execution of a DTS pkg.
When you look at the syntax in the step of the job I see something like:

DTSRun /~ZO4858C301ABE2

The problem is, my DTS packages are not named in any uniform way with the
Job name, so I don't know which DTS package this job is running. My job is
failing, but how can I determine which DTS package it is executing?

I looked at the GUID, and that does not seem to be it.



Reply With Quote
  #23  
Old   
Ed Enstrom
 
Posts: n/a

Default Re: SQL 2K job and DTS - 08-22-2008 , 09:12 AM



The /~Z at the beginning of the line means that the data is encrypted. Here is a procedure that will give you the
unencrypted data:

Right-click on the job and then go to Properties, then to Steps
Select the entire line starting with DTSRun and copy to the clipboard
Open a command prompt and paste the line from the clipboard
At the end of the line add " /!Z /!C" (without the quotes). /!Z means "don't execute" and /!C means "copy to clipboard".
Press Return
Open Notepad or any editor and past the clipboard. You will see the unencrypted data, including the package name.

Ed

DTS Newbie wrote:
Quote:
I have a sql server 2000 job that is just doing an execution of a DTS pkg.
When you look at the syntax in the step of the job I see something like:

DTSRun /~ZO4858C301ABE2

The problem is, my DTS packages are not named in any uniform way with the
Job name, so I don't know which DTS package this job is running. My job is
failing, but how can I determine which DTS package it is executing?

I looked at the GUID, and that does not seem to be it.



Reply With Quote
  #24  
Old   
Ed Enstrom
 
Posts: n/a

Default Re: SQL 2K job and DTS - 08-22-2008 , 09:12 AM



The /~Z at the beginning of the line means that the data is encrypted. Here is a procedure that will give you the
unencrypted data:

Right-click on the job and then go to Properties, then to Steps
Select the entire line starting with DTSRun and copy to the clipboard
Open a command prompt and paste the line from the clipboard
At the end of the line add " /!Z /!C" (without the quotes). /!Z means "don't execute" and /!C means "copy to clipboard".
Press Return
Open Notepad or any editor and past the clipboard. You will see the unencrypted data, including the package name.

Ed

DTS Newbie wrote:
Quote:
I have a sql server 2000 job that is just doing an execution of a DTS pkg.
When you look at the syntax in the step of the job I see something like:

DTSRun /~ZO4858C301ABE2

The problem is, my DTS packages are not named in any uniform way with the
Job name, so I don't know which DTS package this job is running. My job is
failing, but how can I determine which DTS package it is executing?

I looked at the GUID, and that does not seem to be it.



Reply With Quote
  #25  
Old   
Ed Enstrom
 
Posts: n/a

Default Re: SQL 2K job and DTS - 08-22-2008 , 09:12 AM



The /~Z at the beginning of the line means that the data is encrypted. Here is a procedure that will give you the
unencrypted data:

Right-click on the job and then go to Properties, then to Steps
Select the entire line starting with DTSRun and copy to the clipboard
Open a command prompt and paste the line from the clipboard
At the end of the line add " /!Z /!C" (without the quotes). /!Z means "don't execute" and /!C means "copy to clipboard".
Press Return
Open Notepad or any editor and past the clipboard. You will see the unencrypted data, including the package name.

Ed

DTS Newbie wrote:
Quote:
I have a sql server 2000 job that is just doing an execution of a DTS pkg.
When you look at the syntax in the step of the job I see something like:

DTSRun /~ZO4858C301ABE2

The problem is, my DTS packages are not named in any uniform way with the
Job name, so I don't know which DTS package this job is running. My job is
failing, but how can I determine which DTS package it is executing?

I looked at the GUID, and that does not seem to be it.



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.