Search found 116 matches

by ppalka
Tue Apr 18, 2006 3:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: oracle table name as parameter
Replies: 1
Views: 689

oracle table name as parameter

Is there any way to pass an oracle table name as parameter from input data? I have a column table_name in my input data and I want to use it to update that table. I have such table: FOR r_ct_map IN (SELECT fermat_contract_type, view_name, table_name FROM e_contract_type_map) LOOP And for every recor...
by ppalka
Tue Apr 11, 2006 4:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: sap r/3 pack and mySAP
Replies: 1
Views: 573

sap r/3 pack and mySAP

Does pack for sap r/3 allow to connect to mySAP app?
by ppalka
Mon Dec 19, 2005 7:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to use Session Date in Transformer Stage
Replies: 5
Views: 2165

Re: How to use Session Date in Transformer Stage

In job properties select Parameters tab and then click Add environment variable and then New. In a name put 'date' and in prompt '$ENV'. And now you can use that variable in transformer. It will return system date. In default value put also '$ENV' and when you run the job you should put value '$ENV'...
by ppalka
Fri Dec 16, 2005 6:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: big XML files vs DS
Replies: 8
Views: 3400

But the xml input stage implies using a folder stage to read xml file. And I am wonder that it would be a problem to read a huge files by that stage...
by ppalka
Fri Dec 16, 2005 9:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: big XML files vs DS
Replies: 8
Views: 3400

Read using XML Input :)
If there would be difficult in processing such large files, is there any other way to extract data from xml file to flat file? And not writing a basic routine :P
Or maybe the easiest way is to use some external tool to process that file?

Regards,
Piotrek
by ppalka
Fri Dec 16, 2005 4:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: big XML files vs DS
Replies: 8
Views: 3400

big XML files vs DS

Would be DS able to process a big XML data? There will be about 20milion records in one input file, each record has 75 columns.

Regards,
Piotrek
by ppalka
Thu Dec 15, 2005 7:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XMLInput question
Replies: 0
Views: 441

XMLInput question

Can I process such a xml document: <ASN1> <I> <C> <P>aaabbb</P> <P>cccddd</P> </C> </I> </ASN1> to an output file like this: P1,P2 aaabbb,cccddd //one record ? Not: aaabbb //in different records cccddd Is there some way to make that by XML plugin? Regards, Piotrek
by ppalka
Thu Dec 01, 2005 3:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: info about Stored Procedure execution
Replies: 2
Views: 923

Hi, It was just an example of a SP. I was wondering about capabilities in making some logs while using SP stage. I know that it could be easily implemented via DS, but our company's customer is using some SP's to upsert data to oracle and there is a possibility that he won't agree to stop using that...
by ppalka
Thu Dec 01, 2005 9:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: info about Stored Procedure execution
Replies: 2
Views: 923

info about Stored Procedure execution

Is there any method to get summary of stored procedure execution on oracle database? I use a target method in stored procedure stage. My SP is just inserting data in a oracle table. The most valuable information would be how many records were succesfully inserted into oracle table. Thanks in advance...
by ppalka
Wed Nov 09, 2005 4:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: custom stages and external libraries
Replies: 1
Views: 1149

custom stages and external libraries

Can we use an external libraries(*.h - not from C standard) in custom stages code? I have some libraries, written by myself, and I need to use them in a build op stage. If so how to use them? Where I need to put the files?

Regards,
Piotrek
by ppalka
Wed Nov 09, 2005 3:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS and ASN.1 binary files
Replies: 3
Views: 862

Do you have some examples how to write that in DS? Maybe it would be easier to implement that in DSEE build op stage?
by ppalka
Wed Nov 09, 2005 2:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS and ASN.1 binary files
Replies: 3
Views: 862

DS and ASN.1 binary files

Has any one some advices how to proccess ASN.1 files in datastage? I know that I can use some external coverter, but I am wondering if I can handle it without an external tool...

Best regards,
Piotrek
by ppalka
Wed Nov 09, 2005 2:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to configure node for remote db2 server?
Replies: 5
Views: 1663

Thanks a lot for your help. I will try to set up db2 connection properly.
If I get some errors I will post it :)
by ppalka
Tue Nov 08, 2005 4:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: problem with db2 stage
Replies: 5
Views: 1707

I have got working properly DB2 UDB API stage. And I have a DB2 client installed on my ds server machine. And I want DB2 Buld load stage to use DB2 client software to connect to a remote db2 server machine. But it is not working. I suppose that db2 client is installed properly, cause I have tested a...
by ppalka
Tue Nov 08, 2005 4:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: problem with db2 stage
Replies: 5
Views: 1707

You mean that I need install DS client on that machine where I have db2 server? Or DS server? And it will solve the problem? Any further steps to do in configuration?