Search found 219 matches

by parag.s.27
Thu Mar 11, 2010 8:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Removing <?xml version = "1.0" encoding = "
Replies: 4
Views: 6149

Hmm.... If I understand the issue, it would appear to simply be that the first XMLOutput Stage is creating a fully valid and normal document, and then the next XMLOutput Stage is "wrapping it" again inside of another normal document...... If that's the problem, look at the settings in you...
by parag.s.27
Wed Mar 10, 2010 10:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Removing <?xml version = "1.0" encoding = "
Replies: 4
Views: 6149

Following is the sample of one of my XML "<?xml version="1.0" encoding="UTF-8" ?>" - <defns:CCP_Trigger xmlns:defns="http://schemas.xyz.com/CCP/Standards/Common/Messaging/CCP_Trigger_v1_0/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soapenc=...
by parag.s.27
Wed Mar 10, 2010 10:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Removing <?xml version = "1.0" encoding = "
Replies: 4
Views: 6149

Removing <?xml version = "1.0" encoding = "

Hi All, I am having a small problem with XML, which after reading all the posts, I am still not able to solve. the problem description is as follows: - I am having data where I need to send a message on MQ. The data is being read from tables then transformed and then it is converted to XML and then ...
by parag.s.27
Tue Feb 09, 2010 1:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Existing issue with Trim function but a weird scenario
Replies: 9
Views: 23937

1 - No setting exists to change the TRIM behaviour 2 - When reading CHAR fields DataStage performs no modifiction of the data, if you have Char(10) then you will get the 10 character that are in th ... Ok for my first question response, the Trim() function removes the extra spaces in between the st...
by parag.s.27
Tue Feb 09, 2010 11:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Existing issue with Trim function but a weird scenario
Replies: 9
Views: 23937

Existing issue with Trim function but a weird scenario

Hi All, My question is divided in two parts because of a weird issue: - Problem Desc1: We know that the Trim function on the Char or Varchar fields remove the inbetween extra spaces between two strings for e.g. "ABC DEF" becomes "ABC DEF". The only workaround is to use other vari...
by parag.s.27
Thu Jan 21, 2010 6:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CFF Stage - Importing REDEFINES within the same record
Replies: 32
Views: 17017

Worst case you could build a lookup with the 20 values to substitute for the last character and do all that while it's still a string. The link I posted showed you that a 'P' would be a -7 as the last digit. You'll probably want to handle the signage separately and multiply the result by -1 for the...
by parag.s.27
Thu Jan 21, 2010 6:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with Oracle Enterprise stage in DS 8.1
Replies: 6
Views: 2383

ray.wurlod wrote:Can you please advise the patch number? ...
I'll definitely get back to you after confirming the patch number from my DS admin. I'll post it tomorrow EST.
by parag.s.27
Thu Jan 21, 2010 6:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue while inserting data in Oracle table using OCI
Replies: 6
Views: 2501

Ohh Man, Lots of great suggestions here. 1. Well, the field is a char with unicode extended while extracting. after which I make it only char in the transformer. I am not able to remove unicode in extraction OCI stage as it throws warning in DS8.1. But I suspect that this is not the problem. 2. I ca...
by parag.s.27
Thu Jan 21, 2010 8:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with Oracle Enterprise stage in DS 8.1
Replies: 6
Views: 2383

chulett wrote:Your linked post shows your answer as well. Not sure what else anyone could add. ...
Good news, IBM came back saying its a bug in Oracle Enterprise stage in DS8.1.

They sent the patch and it worked fine now.
by parag.s.27
Thu Jan 21, 2010 8:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issues with Complex Flat File stage, reading Binary data
Replies: 2
Views: 2740

Re: Issues with Complex Flat File stage, reading Binary data

Hi All, I am having a weird problem here: - I am getting a file ftp'ed to the DataStage 8.1 server in binary format. using the cobol copybook I imported the layout. Now when I am trying to view the data, the binary field is coming with "-ve" sign and also the length of the value is more t...
by parag.s.27
Thu Jan 21, 2010 8:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue while inserting data in Oracle table using OCI
Replies: 6
Views: 2501

Issue while inserting data in Oracle table using OCI

I having a weird problem here, While inserting the data in an Oracle table, the control characters are getting attached with the unique key colum which is having a data type of Char(14). I checked in DS job, instead of inserting it to a table, I populated the data in a File and opened the file in Te...
by parag.s.27
Mon Jan 11, 2010 10:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issues with Complex Flat File stage, reading Binary data
Replies: 2
Views: 2740

Issues with Complex Flat File stage, reading Binary data

Hi All, I am having a weird problem here: - I am getting a file ftp'ed to the DataStage 8.1 server in binary format. using the cobol copybook I imported the layout. Now when I am trying to view the data, the binary field is coming with "-ve" sign and also the length of the value is more th...
by parag.s.27
Tue Jan 05, 2010 6:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with Oracle Enterprise stage in DS 8.1
Replies: 6
Views: 2383

What O/S? It sounds like you've hit a kernel parameter limit with regards to the number of open files. ... This is not related to th kernel limit for number of files:- Even if I change the ulimit value then as well it gives the problem...as also said here: - http://www.dsxchange.com/viewtopic.php?t...
by parag.s.27
Tue Jan 05, 2010 3:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with Oracle Enterprise stage in DS 8.1
Replies: 6
Views: 2383

Problem with Oracle Enterprise stage in DS 8.1

After going through all the posts in forum. I found out that my issue is with Oracle enterprise stage which was never present in DS8.0. Here is the scenario: - I am using DS 8.1. I am using Oracle Enterprise stage to load the data in target table in Oracle 10g. The problem is the target table has 38...
by parag.s.27
Thu Dec 10, 2009 10:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with datasets
Replies: 2
Views: 1361

Problem with datasets

We have 2 situations in our project where these are causing severe problems. We have DS 8.1. The config file has 3 nodes and all are having different fastnames. When we are running a job havin 5 million records then it is getting aborted by giving an error that says, unable to write on (fd 3), can n...