Search found 726 matches

by zulfi123786
Sat Jan 05, 2013 4:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: understanding sequencer.sh to allocate nodes to job
Replies: 3
Views: 2801

understanding sequencer.sh to allocate nodes to job

I was going through the Deploying Grid solution with Infosphere Information Server Redbook where a section describes the usage of sequencer.sh script to be run from within the sequence to create dynamic configuration file and use the same for jobs downstream. The individual jobs however have differe...
by zulfi123786
Sun Dec 23, 2012 10:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CC_DB2DBStatement::rejectRowAt, file CC_DB2DBStatement.cpp
Replies: 0
Views: 939

CC_DB2DBStatement::rejectRowAt, file CC_DB2DBStatement.cpp

A job with DB2 connector stage is failing with the beloww error CC_DB2DBStatement::rejectRowAt, file CC_DB2DBStatement.cpp, line 2,795 I ran the below command to take a look into the .cpp file metioned in the log from within the Project directory find ./ -name CC_DB2DBStatement.cpp Astonishingly not...
by zulfi123786
Sun Dec 23, 2012 10:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: db2nodes.cfg with DB2 connector
Replies: 0
Views: 1338

db2nodes.cfg with DB2 connector

We were using DB2 UDB enterprise stage with Datastage 8.0 which reads the db2nodes.cfg file under the instance home directory to identify the db2 nodes for direct communication and requires ssh set up over the db2 nodes and datastage engine for password less communication. We now moved to Datastage ...
by zulfi123786
Sun Dec 23, 2012 10:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Infosphere Information Server with Tivoli LoadLeveler
Replies: 2
Views: 2091

Infosphere Information Server with Tivoli LoadLeveler

We migrated from Datastage 8.0 to DataStage 8.5 on grid environment that uses IBM Tivoli Workload Scheduler LoadLeveler for creating dynamic configuration file. Is there any documentation that describes how to set up IBM Tivoli Workload Scheduler LoadLeveler with Infosphere Information server on AIX...
by zulfi123786
Fri Dec 21, 2012 8:22 am
Forum: General
Topic: cannot compile
Replies: 12
Views: 6619

Looks like its time to talk to IBM support :)

I did face import/compile issue when we migrated from 7.5 to 8.1 and when raised an incident with IBM support they took a look and gave a patch which had set things right
by zulfi123786
Tue Dec 18, 2012 3:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: data structure in aggregator stage
Replies: 1
Views: 878

data structure in aggregator stage

I was going through the documentation of aggregator stage and wondering what data structure is used to hold data in the heap.

Thanks
by zulfi123786
Mon Dec 17, 2012 2:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Configuration-N-partitioning questions
Replies: 7
Views: 2485

First point - Auto will always yield correct results (though it may not perform optimally). I recall an instance where I had multiple (20) join stages running on 2 nodes in V7.5 and while testing I came across data discrepancy and reran on single node which updated my data correctly, didn't have ti...
by zulfi123786
Mon Dec 17, 2012 1:34 am
Forum: General
Topic: Finding return value of checkpointed routine
Replies: 5
Views: 1436

Also I have one more question. The checkpointing happens for each activity (configured to be checkpointed) of the sequence marking failure or success and on restart it checks the failure/success stuats in the checkpoint record to identify which activities have to be rerun. OR Only those activities t...
by zulfi123786
Mon Dec 17, 2012 12:56 am
Forum: General
Topic: Finding return value of checkpointed routine
Replies: 5
Views: 1436

Consider the below sequeence Routine A -----> Job A ------ Job B The trigger of routine is unconditional and I am passing a timestamp as return value which goes as parameter in job A and job B. Job A and Job B have failure triggers which run AbortToLog routine that aborts the sequence if any of the ...
by zulfi123786
Sun Dec 16, 2012 2:20 pm
Forum: General
Topic: Finding return value of checkpointed routine
Replies: 5
Views: 1436

The routine return value is not stored. It does, however, trigger a Failure if its value is not zero. If the return value is not stored then in a checkpointed sequence if the routine runs fine but a job following the routine that reads a parameter from routine return value fails, on restartable rer...
by zulfi123786
Sun Dec 16, 2012 6:07 am
Forum: General
Topic: Finding return value of checkpointed routine
Replies: 5
Views: 1436

Finding return value of checkpointed routine

I have a checkpointed sequence which contains a routine that passes its return value to a jobs parameter. The sequence has failed but I was wondering in which of the RT_XXXX hashed files the routines return value is stored. Could anyone please let me know from which hashed file and record id the rou...
by zulfi123786
Fri Dec 14, 2012 3:56 am
Forum: General
Topic: Assigning two DS engines to the same xmeta repository
Replies: 12
Views: 4715

Two engines on same database and different schemas ? or two different databases in same instance ?

The last time i was trying to install 8.5, it was asking for a fresh database.
by zulfi123786
Fri Dec 14, 2012 3:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problems with STAGE VARIABLE DERIVATION
Replies: 3
Views: 2291

Arithmetic operations on varchars is not right approach. convert them into integers using AsInteger() and even before that, check if they can be converted into integers using num() .
by zulfi123786
Tue Dec 04, 2012 9:40 pm
Forum: General
Topic: parameter set mapping in job sequence
Replies: 3
Views: 1896

I hope to see this facility added in upcoming releases :(

Also the jobs which have too many parametes when used in sequences need each parameter to be mapped to one of the sequence parameters, wish there was auto name match facility.
by zulfi123786
Tue Dec 04, 2012 11:46 am
Forum: General
Topic: parameter set mapping in job sequence
Replies: 3
Views: 1896

parameter set mapping in job sequence

I have a sequence which uses a parameter set and calls multiple jobs which again contain multiple parameter sets, in the job page of Job activity the parameter set appears as single entity and asks for values file but I need to map specific parameters of parameter set in the job activity to specific...