Search found 50 matches

by pillip
Wed Oct 08, 2014 8:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sort stage followed by remove duplicates stage
Replies: 3
Views: 3353

Hi Ray, Current job : Sort stage followed by remove dup stage. In sort stage partition by col1,col2,col3 and then sort by col1,col2 col4. col1 and col2 asc order sort, whereas col4 desc sort. Now in remove dups there is remove dup on col1,col2,col3. Currently wt is missing in current job is the part...
by pillip
Wed Oct 08, 2014 4:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Connection to HDFS through BDFS Stage
Replies: 5
Views: 4926

We have used netstat and telnet commands to test the port. The Biginsights (hdfs) machine is listening fine too. Below is the exact error we are getting.

Unable to connect to hdfs host on port 9000: Socket operation on non-socket.


Thank you.
by pillip
Wed Oct 01, 2014 8:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sort stage followed by remove duplicates stage
Replies: 3
Views: 3353

sort stage followed by remove duplicates stage

Hi, we are using sort stage followed by remove duplicates stage in a datastage job. Hash partioning done on col1,col2,col3 and sorting done on col1,col2 col4 in sort stage. Now in remove duplicates stage removing duplicates on col1,col2,col3. Retaining the first row in remove duplicates stage. Remov...
by pillip
Sun Sep 28, 2014 3:41 am
Forum: General
Topic: syncbi.sh command not available
Replies: 3
Views: 2437

syncbi.sh command not available

Hi,

The syncbi.sh command is not available at the path below:
<IS_install_path>/Server/biginsights/tools

The datastage version being used is 9.1.

The folder biginsights itself is not present in the Server folder. Is it because of the datastage version.


Thanks
by pillip
Sat Sep 20, 2014 4:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Connection to HDFS through BDFS Stage
Replies: 5
Views: 4926

The Hadoop server is listening fine. Below is the exact error which we are facing :

Unable to connect to hdfs host on port 9000: Socket operation on non-socket.
by pillip
Fri Sep 05, 2014 4:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Connection to HDFS through BDFS Stage
Replies: 5
Views: 4926

Connection to HDFS through BDFS Stage

hi,

We are getting the following error while connecting to HDFS through Big Data File Stage

Unable to connect to host hdfs server though port 9000.

Can anyone who worked on bdfs stage let us know what is causing this error.

The biginsights server is pinging fine from DS Engine server.



Thanks.
by pillip
Sun Jun 29, 2014 7:52 am
Forum: General
Topic: IBM Infosphere BigInsights and BDFS
Replies: 0
Views: 1076

IBM Infosphere BigInsights and BDFS

Hi,

1) Is BDFS patch available for version 8.7.

2) We have a BDFS patch to be installed for using the BDFS stage. Do we also need to install IBM Infosphere Biginsights which hosts the HDFS for using BDFS stage.




Thanks.
by pillip
Wed Dec 05, 2012 6:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Looping in Transformer stage
Replies: 2
Views: 2950

Looping in Transformer stage

Hi, I would like to generate multiple rows from a single row and each row is dependent on the previous row. I have implemented this using stage variables by storing the values of prev and curr record. For looping I have used a constraint which increments the count and checks for the required count. ...
by pillip
Sat Sep 10, 2011 9:09 am
Forum: General
Topic: Architectural difference
Replies: 1
Views: 616

Architectural difference

Hi,

Can anyone let me know the main Architectural difference between versions 7.5 and 8.1
by pillip
Sun Jul 11, 2010 7:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove Duplicates not removing duplicates
Replies: 6
Views: 2633

chulett wrote:Figured I'd start with sorted and go from there. :wink:
Should the data be sorted and hash partitioned or just sorted?


Thanks
by pillip
Sat Jul 10, 2010 6:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove Duplicates not removing duplicates
Replies: 6
Views: 2633

Remove Duplicates not removing duplicates

hi,

I have an issue with the remove duplicates stage in the job. It is not removing the duplicates based on the key, even though identical values are coming in the key.
Could you please let me know why this could happen.



Thanks
by pillip
Mon May 31, 2010 7:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: root element in XML document
Replies: 6
Views: 2152

Below is the format required : <note ElementID="x"> - <Table> <MANDT>n1</MANDT> <MATNR>n2</MATNR> <SPRAS>n3</SPRAS> <MAKTX>n4</MAKTX> <MAKTG>n5</MAKTG> </Table> - </Table> <MANDT>p1</MANDT> <MATNR>p2</MATNR> <SPRAS>p3</SPRAS> <MAKTX>p4</MAKTX> <MAKTG>p5</MAKTG> </Table> ' ' ' ' ' ' -</note...
by pillip
Mon May 31, 2010 4:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: root element in XML document
Replies: 6
Views: 2152

Root element is "the parent" of all other elements.

Format :

<root>
<child>
<subchild>.....</subchild>
</child>
</root>

Thanks
by pillip
Mon May 31, 2010 3:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: root element in XML document
Replies: 6
Views: 2152

root element in XML document

Hi, I need to generate an XML document which has a root element. I am able to get the rest of the document except the root element. I have checked the best practices document. Did not get much help. I feel I am missing something here.How do I obtain this root element using the XML output stage. Kind...
by pillip
Mon May 31, 2010 12:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML File size limit
Replies: 10
Views: 7498

Do we have any option on the XML output stage to spilt the files based on the number of records.



Thanks