Search found 71 matches

by tkbharani
Mon Aug 25, 2008 1:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Concatination of columns
Replies: 2
Views: 1707

You can try with column import/export. Example if you have A,B,C as 3 different columns. Through column import/export we can make it as A,B,C as a single individual column. But delimiter will be there or will exist. Probably you can try to get more from that. If you dont want delimiter then transfor...
by tkbharani
Mon Aug 25, 2008 12:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with Update using Ora Stage and Insert using SQLLDR
Replies: 11
Views: 4548

There are two reasons when this error can occur. 1. May be you are trying to run two parallel query to do same operation on same table, without using PARALLEL= TRUE. 2. You may have already done some DML activity , which needs a COMMIT to be done on the table. When commit is not done for a table aft...
by tkbharani
Mon Aug 25, 2008 12:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with Update using Ora Stage and Insert using SQLLDR
Replies: 11
Views: 4548

Table getting locked due to any DML statement getting not commited
by tkbharani
Sun Aug 10, 2008 11:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: invocation id in sequence job
Replies: 4
Views: 3244

If you need invocation_id for each loop activity, then you must declare a parameter called "instance no" or some thing. This parameter must be changing every time a new loop is running, it must be dynamically changing. One important point is job must be multi instance job and invocation id...
by tkbharani
Fri Aug 08, 2008 5:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Migration to parallel edition
Replies: 12
Views: 4134

First analyze following things...which tool can't do -------------------------------------------------------- 1. Number of jobs to be migrated 2. Sequencer's need not be touched; they will work same as in server. Only few changes are to be done for the sequencers. 3. Number of jobs where HASH file i...
by tkbharani
Wed Jun 18, 2008 4:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SAP BW Vs DataStage Parameter Passing Issue
Replies: 0
Views: 935

SAP BW Vs DataStage Parameter Passing Issue

Hi We are calling SAP BW through Plug in. The job is PUSH job. There are two parameter's which we need to assign,that is Connection Name and Source System name. When we hard code the values for these parameters, the job is getting completed successfully. But when we pass the values through job param...
by tkbharani
Tue May 20, 2008 12:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning "main_program: Step has no operators"
Replies: 4
Views: 2624

thanks Ray.
But is it good to use Message Handlers and make this warning as informational.
by tkbharani
Mon May 19, 2008 11:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning "main_program: Step has no operators"
Replies: 4
Views: 2624

Warning "main_program: Step has no operators"

Hi I have many jobs in which I call only unix scripts using ExecuteSh using after_job_subroutine or before_job_subroutine. while running the jobs , its giving an warning as follows main_program: Step has no operators Which is correct,as my job does not have any stages. Is there a way to supress this...
by tkbharani
Wed Apr 30, 2008 3:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Greenplum
Replies: 6
Views: 5731

Yes , you can use it in DS 7.5.2 We have implemented in 7.1 server job itself. But Insert/update is slow when using ODBC. Best Way for using GreenPlum with DataStage is use "gpfdist" fast greenplum loader using unix. Very soon they are coming with native connectivity between GreenPlum and ...
by tkbharani
Mon Apr 14, 2008 1:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error in Compling Server jobs
Replies: 3
Views: 1047

Please post the exact message. Check also that your project directory's file system is not full, and that you have write permission to it. Re-indexing is unlikely to help, as the log tables are ... Yes, I think my file system is full its almost 96% used. So what files I to delete from my project di...
by tkbharani
Mon Apr 14, 2008 1:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error in Compling Server jobs
Replies: 3
Views: 1047

Error in Compling Server jobs

When I am compiling any of my server job it throws an error " Error Calling RTLog<numbers>". Some times it says "check data stage is set up correctly"

Why is this occurring. Is rebuilding job index is the solution. I have searched forum but did not get solution.
by tkbharani
Thu Mar 06, 2008 6:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSSetJobLimit in Job control tab.
Replies: 4
Views: 1111

Ok.

Is there a way to set ROW limit using API programs...or how to set row limit in Parallel jobs.
by tkbharani
Thu Mar 06, 2008 5:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSSetJobLimit in Job control tab.
Replies: 4
Views: 1111

DSSetJobLimit in Job control tab.

Dear All I am trying to set row limit for a job. I am writing code in Job(Job_UsingColumnGenerator) --> Job properties --> JobControl Tab. Code: ------- Job_handle=DSAttachJob("Job_UsingColumnGenerator",DSJ.ERRWARN) LimitErr = DSSetJobLimit(Job_handle,DSJ.LIMITROWS,5) Deterr = DSDetachJob(...
by tkbharani
Thu Mar 06, 2008 5:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dsjob error. Status code = -1004
Replies: 5
Views: 6002

Thnks ArndW

ITs working. I gave the following command.
bin/dsjob -server <servername:port> -user <user> -password <pwd> -run <projectname> <job_name>
by tkbharani
Thu Mar 06, 2008 4:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dsjob error. Status code = -1004
Replies: 5
Views: 6002

I got more information We have got two Datastage installed in same server 7.1 server and 7.5 PX. I am into PX server path U10/PX/ds7.5/Ascential/DataStage/DSEngine From there I am using bin/dsjob. I used bin/dsjob -ljobs ric_dss_dev, but this gives me all my server jobs created in different mount po...