Search found 195 matches

by dsedi
Fri Feb 26, 2010 9:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer Records getting dropped
Replies: 2
Views: 1966

Re: Transformer Records getting dropped

The is a column JN_ADDRESS_OUT.RESTRICTED_ACCT_IND I am using this column at two locations and these are the transformations IF ISNULL(JN_ADDRESS_OUT.RESTRICTED_ACCT_IND) THEN SETNULL() ELSE JN_ADDRESS_OUT.RESTRICTED_ACCT_IND IF NULLTOEMPTY(JN_ADDRESS_OUT.RESTRICTED_ACCT_IND)='Y' THEN '1' ELSE '0' ...
by dsedi
Fri Feb 26, 2010 11:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to check byte length of data?
Replies: 10
Views: 5622

If you can not think ALTER DATABASE CHARACTER SET then this link may educate/help you to write a routine to handle Multibyte Characters.
would be happy to see any working solution here.. :D
by dsedi
Fri Feb 26, 2010 10:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: one file with multiple layouts
Replies: 9
Views: 5576

Please explore the options of head stage. we guess with the correct partition/skip properties setup this can be done.
by dsedi
Fri Feb 26, 2010 9:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: column value as file name in sequential file stage
Replies: 6
Views: 2468

chulett wrote:Server job. Folder stage. :wink:
Thanks Craig.
Useful info. Will explore that.
by dsedi
Fri Feb 26, 2010 9:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: column value as file name in sequential file stage
Replies: 6
Views: 2468

ray.wurlod wrote:It can't be done. The File property is established when the stage opens.

There is a hard-coded solution for a small, finite and "known a priori" number of values. ...
Thank you.
yes. We are having the hard-coded solution and want to confirm the other possibilities.
by dsedi
Thu Feb 25, 2010 2:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple lookups against same dataset
Replies: 10
Views: 4816

That strikes me as overkill. You can have as many connections to the same Data Set as you require. Ultimately (with either approach) you get N virtual Data Sets for N reference inputs. I don't thin ... Ray, I agree - creating many connections from transformer to Lookup stage is nothing but creating...
by dsedi
Wed Feb 24, 2010 4:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple lookups against same dataset
Replies: 10
Views: 4816

Yes, that is certainly an option but then I am just replacing creating multiple datasets with as many lookup stages. Do you think there is some other options to avoid this? Thanks. Use a Transformer in between the Lookup stage and dataset stage You will get multiple copies of the data or else even ...
by dsedi
Fri Feb 12, 2010 2:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: execute an UNIX command with the parallel shared container
Replies: 1
Views: 1182

execute an UNIX command with the parallel shared container

All,

Is that possible to execute an UNIX command within the parallel shared container? i.e. is there any stage I can use to call the UNIX command after the execution of all the other stages with in the shared container?

Thanks in advance!
by dsedi
Tue Oct 27, 2009 2:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in dev_rfc.trc
Replies: 2
Views: 3386

try triggering IDOC program first in SAP GUI, if it's working fine then it's problem with datastage, else SAP RFC settings needs to be configurd for datastage. Thanks for responding, I was able to test connection from SAP GUI. But it never genereates any IDOCs. Even I started the IDOClisterner and ...
by dsedi
Tue Oct 27, 2009 1:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in dev_rfc.trc
Replies: 2
Views: 3386

Error in dev_rfc.trc

Hi All I am trying to read IDOCs using SAP R/3 extract stage. Somehow the IDOClistener is not creating IDOCs in the respective IDOC folder for the IDOC I select. I am getting below error in dev_rfc.trc **** ERROR file opened at 20091027 144641 EDT, SAP-REL 700,0,192 RFC-VER 3 1037475 MT-SL T:3086034...
by dsedi
Mon Oct 19, 2009 10:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sparse LookUp Requirement
Replies: 1
Views: 1319

Re: Sparse LookUp Requirement

Hello, I want to know where do we use Sparse Lookup exactly. We are using Joins right now and want to replace with Sparse if the rows from Input are less compared to Lookup dataset. I dont know the exact ratio between Input/Reference. Is the sparse lookup good with 1 rows(input):20 rows(referenceLo...
by dsedi
Thu Oct 01, 2009 6:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CORBA MARSHAL 0x4942f89a
Replies: 1
Views: 1895

CORBA MARSHAL 0x4942f89a

Hi All We have two different versions of server on Linus box 8.1.0 and 8.1.1. We were facing issues witth saving a job on 8.1.1. as it was throwing error Unable to save EditServ.impl.JobDefnImpl@7d267d26 I then installed patch JR32186 and was able to save jobs in server 8.1.1 But when I tried to con...
by dsedi
Tue Sep 15, 2009 11:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_LUTCreateOp Warning(Preserve partition flag "Clear)
Replies: 6
Views: 7011

Re: APT_LUTCreateOp Warning(Preserve partition flag "Cl

I encounter the same warning when I change partitioning to hash in reference link. The work around I used is to set it back to auto and add copy stage before the reference link and apply hash or remove duplicate before the ref link. Thanks lamyyy! Yes you are right. We were getting this warning whi...
by dsedi
Wed Aug 26, 2009 9:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_LUTCreateOp Warning(Preserve partition flag "Clear)
Replies: 6
Views: 7011

Check again that you have done this, particularly on the inputs to the Lookup stage. If you have, check that you have subsequently re-compiled the job. ... Thanks Ray. Yes, we are sure we have done this (Changing the Preserve partition flag to clear in all the input stages - before the lookup stage...
by dsedi
Tue Aug 25, 2009 4:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_LUTCreateOp Warning(Preserve partition flag "Clear)
Replies: 6
Views: 7011

So HAVE you set the Preserve Partitioning flag to "Clear" in the Lookup stage? In the stage upstream of the Lookup stage on each input? ... Ray Thanks. Yes We have set the Preserve Partitioning flag to "Clear" in the Lookup stage and also in all the stages in the Job. and fyi, w...