Search found 9 matches

by ozgurgul
Wed Jul 15, 2015 5:08 am
Forum: General
Topic: Working with Duke's ETL Stats package
Replies: 3
Views: 3186

Kim - Many thanks for picking my post. As per suggested, I've created an alias with a Q-pointers in VOC using TCL and now I can access both DsJobs and DsJobObjects tables. dsadm> cd $DSHOME dsadm> . ./dsenv dsadm> ./bin/uvsh DataStage Command Language 8.1 Licensed Materials - Property of IBM (c) Cop...
by ozgurgul
Fri Jul 03, 2015 9:41 am
Forum: General
Topic: IBM Infosphere Data Architect
Replies: 1
Views: 1487

Hi - Data Architect is an Eclipse based GUI which you need to install to the client machine and hook up it to your repository and data sources to build Data Model. And then InfoSphere Rapid Generator for SAP Applications is a wizard that generates DataStage jobs that extract and load data from and t...
by ozgurgul
Fri Jul 03, 2015 4:27 am
Forum: General
Topic: Working with Duke's ETL Stats package
Replies: 3
Views: 3186

Working with Duke's ETL Stats package

Hi there, Following the rule of thumb "Never re-invent the wheel unnecessarily" I am using Kim's ETL Stats package to gather job run details. @Kim Duke thanks for sharing the ETL Stats package in the past. Found ETL Stats (EtlStats_20060704) in my personal datastage archive. Wanted to re-u...
by ozgurgul
Fri Jun 26, 2015 9:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: datastage job having high start up time
Replies: 8
Views: 6052

Hi there - have a look at this APAR..

JR49593: INFORMATION SERVER 9.1 PARALLEL JOBS HAVE LONG STARTUP TIMES DURING SCHEMA SETUP

Hope it helps..
by ozgurgul
Thu Jun 25, 2015 9:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading PDF document
Replies: 4
Views: 4643

Alternatively, Re: Extract an embedded pdf file from xml 1) load the xml files into db 2) extract the clob data from xml and store them in a clob 3) convert the clob data from base64 to binary and store result in blob 4) write the blob data to o/s file using UTL_FILE writing in raw mode 5) use java,...
by ozgurgul
Thu Jun 25, 2015 9:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading PDF document
Replies: 4
Views: 4643

Hi - After pulling out PDF document from XML, then you may to convert the file to text using one of PDF2TEXT and then read the text and filter the content as you like.

Hope this will help you out in high level.

Regards,
Ozgur
by ozgurgul
Thu Jun 25, 2015 9:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Portugese character issue
Replies: 4
Views: 2516

Textpad

Hi - It sounds like it is only presentation issue (since the right codepage is chosen) If I were you, on my textpad (v7.4.0) editor after I open the file I would have right-clicked and double-checked the properties of the doc at the document tab and verified that code set is correct. In addition to ...
by ozgurgul
Thu Mar 07, 2013 4:49 am
Forum: General
Topic: How to identify all job names using local handlers
Replies: 3
Views: 2139

@Ray - Thanks very much. Folks - I reckon I found an easy way to identify the name of the job just by looking at the local handlers' file (RT_SCNNNN/Local.msh). Apperantly there is an "example of message text" recorded once you save the local handler file. http://i50.tinypic.com/2dlus5s.pn...
by ozgurgul
Wed Mar 06, 2013 12:14 pm
Forum: General
Topic: How to identify all job names using local handlers
Replies: 3
Views: 2139

How to identify all job names using local handlers

Hi all, I know that I can go through Director logs for a particular job to see any message handler is invoked or not. Yet, I have over 200 jobs in a project. It would be tiresome exercise to finalize list of jobs using local handler. Besides, I know that local handlers are also residing in the proje...