cancel
Showing results for 
Search instead for 
Did you mean: 

How can I enable the Extractor-Script-Trace on HP-NonStop?

Twinsoft-Bernd
IR Partner

How can I enable the Extractor-Script-Trace on HP-NonStop?

Hello! 
I set in the extractor-Script the TRACE ON but no trace is written. 
What must I do additional to start traceing? 
Thanks for your help 
Best Regards
Bernd

Bernd Marten
Employee of Twinsoft-Germany
Tags (3)
1 REPLY 1
LindaYu
Sage

Re: How can I enable the Extractor-Script-Trace on HP-NonStop?

Hi Bernd,

 

You can try running dynamin trace.  To start:

1. Edit your Extractor script file to enable "TRACE ON" after the RECORD and Filetype entries.

 

2. In Prognosis subvol, run
TACL> RUN IRTRACE -s FSCOL -t <logfile>  -l 10 +o ALL +d EXTRACTOR

 

Example:
TACL> RUN IRTRACE -s FSCOL -t iradilog  -l 10 +o ALL +d EXTRACTOR

 

3. Validate if the <logfile> is created under Prognosis subvol.

 

To stop trace:
In Prognosis subvol, run
TACL> RUN IRTRACE -s FSCOL

 

HTH