Search found 531 matches

by prasson_ibm
Wed Jul 24, 2013 2:36 am
Forum: General
Topic: run the job in background
Replies: 2
Views: 1052

run the job in background

Hi, I have few jobs(sequence jobs) which are always running(in loop),so for its mentanence i am planning to write a script which will stop these jobs and reset and then retrigger. But when i am retriggering a job i am getting message like + /opt/IBM/InformationServer/Server/DSEngine/bin/dsjob -user ...
by prasson_ibm
Tue Jul 23, 2013 4:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Surrogate key with cyclic option
Replies: 4
Views: 3045

Hi,

RPhani has mentioned that he is using "Transformer's Surrogate Key" i.e. as per my understanding he want to generate sequence in Transformer stage using surrogate key feature added in version 8x.
by prasson_ibm
Mon Jul 22, 2013 12:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Surrogate key with cyclic option
Replies: 4
Views: 3045

Hi,
There will gap in your sequence number if input records to your transformer stage is not evenly distributed to all nodes,that you have to make sure otherwise you need to run transformer in sequential mode.
by prasson_ibm
Fri Jul 12, 2013 3:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_CombinedOperatorController,0: error
Replies: 13
Views: 7956

Add APT_DISABLE_COMBINATION environment variable to your job and then run your job,you will come to know that which Stage is throwing error.
by prasson_ibm
Thu Jul 11, 2013 2:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: state files in surrogate key generator
Replies: 13
Views: 16940

Just i wanted to add my observation,even your block size is 1 and partition is not round robin,you will land up in getting gap in your sequence number.
by prasson_ibm
Wed Jul 10, 2013 8:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with state file
Replies: 5
Views: 4898

Pass this 10000 value as a parameter to Initial value in the transformer and run the job.
by prasson_ibm
Wed Jul 10, 2013 7:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with state file
Replies: 5
Views: 4898

Hi,
There is no such option in Transformer.In Transform it will generate unique number but never guarantee that it will be higher then your last max value.
by prasson_ibm
Wed Jul 10, 2013 7:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: HELP!!! - Field is NULL Record dropped
Replies: 14
Views: 12077

Hi,

Why are you putting constraint:-

IsNull(<field>) Or Trim(<field>) = "" Or IsValid("timestamp", StringToTimestamp(<field>, "%yyyy%mm%dd%hh%nn%ss"))
by prasson_ibm
Tue Jul 09, 2013 4:06 am
Forum: General
Topic: obdqueryapp is not running for Operation Console
Replies: 9
Views: 5918

Hi Ray, After investigation i found that xmetasr user is missing (/home/xmetasr) from the server.When i tried to login to server using xmetasr user i got below error:- Could not chdir to home directory /home/xmetasr: A file or directory in the path name does not exist. xmetasr@ait-etl01dev:/ $ Then ...
by prasson_ibm
Mon Jul 08, 2013 7:19 am
Forum: General
Topic: obdqueryapp is not running for Operation Console
Replies: 9
Views: 5918

Hi Ray,

Should i look for db2inst1 password expire? If password would have expired,then xmeta database also should not have worked but it is working fine.
by prasson_ibm
Mon Jul 08, 2013 4:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error loading connector library
Replies: 5
Views: 15717

I think you need to restart datastage server. Check the output of ldd ldd /opt/IBM/InformationServer/DSComponents/bin/libccora10g.so this should provide a list of the libraries that are required by the oracle 10g connector nd I think that there may be some libraries that it can not find. If it resul...
by prasson_ibm
Fri Jul 05, 2013 6:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Incorrect allignment while generating CSV file using DS job.
Replies: 7
Views: 4657

Your file is probably not in a correct format. According to your definition given in sequential file (Delimiter=Comma and Quote=Double) your result should go to same column. Your correct format is :- "77° - 9° 10","R0403" Remove quote=double and see what is your result.
by prasson_ibm
Fri Jul 05, 2013 6:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join stage clarification
Replies: 2
Views: 1730

In this case all records from the left will move to output link with matching records from Intermediate1 ,Intermediate2 and right link.
by prasson_ibm
Wed Jul 03, 2013 10:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while running SP in 8.5 version
Replies: 4
Views: 8175

Try to manully run the procedure and check if it is working fine.I thing your procedure is failing due to data type issue.
by prasson_ibm
Wed Jul 03, 2013 3:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while running SP in 8.5 version
Replies: 4
Views: 8175

Hi,
Which stored procedure is this...source,target or transform.