Search found 353 matches

by chandra.shekhar@tcs.com
Tue Jun 28, 2011 2:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob -report command in v8.0.1
Replies: 5
Views: 2889

Re: dsjob -report command in v8.0.1

Run below command dsjob -report <proname> <jobname> IN $dshome/bin directory.

Thanks
Kishor
by chandra.shekhar@tcs.com
Tue Jun 28, 2011 2:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: source and target record rowcount
Replies: 5
Views: 2444

use following report for getting all information source and target.

dsjob -report <proname> <jobname> DETAIL


Thanks
Kishor
by chandra.shekhar@tcs.com
Mon Jun 27, 2011 9:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to know the user name who has updated/develped the job
Replies: 8
Views: 16246

Re: How to know the user name who has updated/develped the j

SELECT CONTAINER_RID, XMETA_REPOS_OBJECT_ID_XMETA, XMETA_CREATED_BY_USER_XMETA,(TIMESTAMP('01/01/1970', '00:00:00') + (XMETA_CREATION_TIMESTAMP_XMETA / 1000) SECONDS) - 8 HOURS AS XMETA_CREATION_TIMESTAMP_XMETA ,XMETA_MODIFIED_BY_USER_XMETA, (TIMESTAMP('01/01/1970', '00:00:00') + (XMETAMODIFICATIONT...
by chandra.shekhar@tcs.com
Fri Jun 10, 2011 7:01 am
Forum: General
Topic: This Job contains one or more unattached links, all links mu
Replies: 10
Views: 10883

Check whether the unattached or unused links,very small icons are in the processing area.Small icons are somewhere in developing area screen.Scroll up and down ,left and right directions.If you dropped some stages and minimized to very very small icons then you don't concentrate on this. Before this...
by chandra.shekhar@tcs.com
Fri Jun 10, 2011 3:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage Reports
Replies: 6
Views: 4628

Datastage Reports

Dear all, Can anybody suggest me how to generate the reports for below purpose. 1> can we check how many jobs are running and what are the status for that(like running/aborted/completed). 2> report for what are the current status of job like 20%,40%,60% ..completed. 3> can we take the report in grap...
by chandra.shekhar@tcs.com
Wed Jun 08, 2011 1:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Bulk Load Option for DB2 Connector Stage
Replies: 3
Views: 9288

1. FYI, you can also use DB2 connector for bulk loading. 2. In bulk load, before inserting the records, the bulk load writes a log file for the ongoing processes in the job. If you are having some warnings in your job then for each row and for each column it will write that log into the file. that i...
by chandra.shekhar@tcs.com
Wed Jun 08, 2011 12:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning message limit
Replies: 3
Views: 2994

you have not handled for the columns for which you are getting null from the source. Try one of these solutions: 1. Use IsNull() or IsNotNull where ever required in Transformer. 2. Also if your target is a seq file then Use Null field value constraint and make equal to ''. thats it 3. If you just wa...
by chandra.shekhar@tcs.com
Thu Jun 02, 2011 7:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer Stage Logic
Replies: 6
Views: 3901

A good logic. I think the simplest way to do it is in the source query itself if ur source is a database.
Use Decode, that will be more helpful than if else.
by chandra.shekhar@tcs.com
Mon May 30, 2011 10:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Divide a ring in 8 shape into two rings
Replies: 8
Views: 6142

Based upon wat condition/logic, you want your rings to be divided??
by chandra.shekhar@tcs.com
Wed May 25, 2011 11:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: performance variance
Replies: 8
Views: 2762

Tfr is a heavy processing stage when speaking of 4 million records.
Tfr will take more time(differenct can be in seconds also) than (2) and (3).
And as everybody (2) and (3) are equal, I think use (3) option.
by chandra.shekhar@tcs.com
Wed May 25, 2011 11:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal error while compiling
Replies: 5
Views: 2960

Plz check if you are using any stage variables, if yes then change their datatype to varchar(255)
by chandra.shekhar@tcs.com
Thu May 05, 2011 1:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to eliminate warning on timestamp
Replies: 4
Views: 8857

I also found the same warnings while using connector stage. The solution which I applied was- In director I added a message handler and demoted those warnings to info.
by chandra.shekhar@tcs.com
Wed May 04, 2011 7:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error : Null handling done on not nullable column
Replies: 10
Views: 3961

Whats ur target stage?
Seq File or Database
by chandra.shekhar@tcs.com
Wed Apr 20, 2011 1:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance Issue
Replies: 5
Views: 2277

asorrell wrote:Is the sequencer changing any paramters? Specifically check to see if it is changing the APT Config file.

for individual file we are not changing any parameter. All values are hard coded.