Search found 10 matches

by Kbhujad
Fri Dec 12, 2008 4:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Command Line utility to read the joblog and write into file
Replies: 1
Views: 1463

Command Line utility to read the joblog and write into file

Hi,

I have a requirement to read the joblog and save it into the file.This log can then be deleted later.

Please can anyone suggest a utility for the same.

Thanks in advance.

Regards,
Kshitija J.
by Kbhujad
Thu Nov 06, 2008 11:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Strange Internal error(blockSizeActual >= v4BlockHeader)
Replies: 1
Views: 4266

Strange Internal error(blockSizeActual >= v4BlockHeader)

Hi, I am getting a strange error in my job as below: 'Seql_ExtractForQNA,0: Internal Error: (blockSizeActual >= v4BlockHeader::size ()): datamgr/partition.C: 434 Traceback: Could not obtain stack trace; check that 'gdb' and 'sed' are installed and on your PATH' Can someone guide me? Thanks in Advanc...
by Kbhujad
Mon Sep 29, 2008 5:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Importing of jobs through command prompt
Replies: 5
Views: 5183

I tried using the below command: 'dscmdimport /D ux17 /U dsuser /P welcome1 /H ux17 /NUA ux17\mts_datastage C:\Documents and Settings\kshitijaJambhulkar\My Documents\DSJobs\Test\FIMSJBPII211.dsx' But this is gives an error that 'Aborting.Failed to attach to project' While opening my project,I give i...
by Kbhujad
Mon Sep 29, 2008 5:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Importing of jobs through command prompt
Replies: 5
Views: 5183

I tried using the below command: 'dscmdimport /D ux17 /U dsuser /P welcome1 /H ux17 /NUA ux17\mts_datastage C:\Documents and Settings\kshitijaJambhulkar\My Documents\DSJobs\Test\FIMSJBPII211.dsx' But this is gives an error that 'Aborting.Failed to attach to project' While opening my project,I give i...
by Kbhujad
Fri Sep 26, 2008 3:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Importing of jobs through command prompt
Replies: 5
Views: 5183

Importing of jobs through command prompt

Hi, We have a requirement to import DS jobs from command prompt of the local machine to DS server.Is this possible in 8.0? We used to import jobs in DS 7.5 through command prompt using a bat file.But this required manual intervention(After every job import, there was a popup window confirming the sa...
by Kbhujad
Mon Sep 08, 2008 7:56 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: Reading the link count between the dataset and transformer
Replies: 1
Views: 3081

Reading the link count between the dataset and transformer

Hi, I was reading the link count between the dataset and transformer using the below function: iReadRecCount = DSGetLinkInfo(hJob1,ReadStage,ReadLink,DSJ.LINKROWCOUNT) This function works fine if we want to derive count between the sequential file and transformer.But when I used the same to derive c...
by Kbhujad
Tue Jul 22, 2008 11:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Removal of Junk Characters using parallel transformer
Replies: 5
Views: 8035

Control characters like ^A,^Z...etc should get removed.

The control characters having Ascii values like "\000\001\002\003\004\005\006\007\010\011\013\014\015\016\017\020\021\022\023\024\025\026\027\030\031\032\033\034\035\036\037\177\377"
should get reomoved from the input field.
by Kbhujad
Tue Jul 22, 2008 2:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Removal of Junk Characters using parallel transformer
Replies: 5
Views: 8035

We have confirmed that these characters are control characters.
by Kbhujad
Tue Jul 22, 2008 12:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Port attributes are empty
Replies: 2
Views: 2525

Port attributes are empty

We have created a Datastage parallel job to load data into Netezza table. We are able to connect Netezza using WinSQL but the Job fails with the following error: main_program: Fatal Error: Could not connect to datasourceServer and/or port attributes are empty : Please provide us with some suggestions.
by Kbhujad
Tue Jul 22, 2008 12:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Removal of Junk Characters using parallel transformer
Replies: 5
Views: 8035

Removal of Junk Characters using parallel transformer

We have created a Datastage parallel job to remove junk characters from a sequential file and load data into Netezza table. We are able to remove the Junk Characters using Basic transformer using Convert and Oconv function. But we think that the Basic transformer might create a perfomance issue. So ...