Search found 69 matches

by shivan
Thu Oct 27, 2005 11:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: limitations on handling larger files
Replies: 7
Views: 2689

It was a limitation(100 MB) the company setup while installing datastage. That was the reason, why the datastage couldnt handle more than 100 MB?
thanks
by shivan
Wed Oct 26, 2005 1:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: limitations on handling larger files
Replies: 7
Views: 2689

thanxs.
by shivan
Wed Oct 26, 2005 1:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Function to search a space character in the string
Replies: 7
Views: 2729

i saw the thread which was started today. The error still exists. The way the convert function was used in the thread doesnt solve the problem. I tried to look at the tutorials also, couldnt find anything that will replace period to space. The information i am finding is changing hexadecimal to nume...
by shivan
Wed Oct 26, 2005 1:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: xml writer
Replies: 2
Views: 1503

xml writer

Hi, I am taking a code from an xml file using xml reader. Then i use a transformer to modify the hexadecimal values. Then load it in the xml writer. From xml writer i send it to the sequential file. Where i load this file back as .xml file with tags. Basically what i want to do is: Get an xml file ,...
by shivan
Wed Oct 26, 2005 12:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Function to search a space character in the string
Replies: 7
Views: 2729

what is the correct syntax for convert because if i use
convert(onconv("string",'MCP')) it fails. I tried like this also
convert(onconv("string",'MCP'),' ')

thanks
by shivan
Wed Oct 26, 2005 12:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: limitations on handling larger files
Replies: 7
Views: 2689

thanxs for replying. But the company i am working with everyone has a opion that it fails after 100 MB. As i am new to datastage. So is there any other reason like Server capacity or anything else that may be the reason that it fails. Is there any datastage official site which explains the capacity ...
by shivan
Wed Oct 26, 2005 12:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Function to search a space character in the string
Replies: 7
Views: 2729

thanxs for replying,
i couldnt find the thread with this information. i am using the oconv functions, it works fine. But it leaves a period. Is there a way to convert a period to a space.
thanks
shivan
by shivan
Wed Oct 26, 2005 11:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading xml file
Replies: 2
Views: 1695

Reading xml file

Hi,
I am using xslt to divide the big xml file into 6 parts. But is there any way, i can use datastage to divide the xml into 6 parts and then get the data from there and load it in the tables.
thanks
shivan
by shivan
Wed Oct 26, 2005 11:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Function to search a space character in the string
Replies: 7
Views: 2729

Function to search a space character in the string

HI All,
Is there any function in datastage that can be used to search a strange character that is ( ) in a string and then replace it with a space.

thanks
shivan
by shivan
Wed Oct 26, 2005 11:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: limitations on handling larger files
Replies: 7
Views: 2689

limitations on handling larger files

Hi All,
Does DataStage has a limitation of handling files. Because whenever the feed is more than 100 MB, it fails.

Thanks
shivan
by shivan
Wed Oct 19, 2005 8:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading xml file
Replies: 1
Views: 859

Reading xml file

Hi All, I am trying to read an xml file. The way it should read is like that: If the column name is there in the tag and there is no value, then it should consider as an empty string.Where as if there is no column name in the tag, then the value should be taken as null. But in my case, when i am try...
by shivan
Fri Oct 07, 2005 12:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: String Truncation error
Replies: 15
Views: 6142

There was an error in the transformer. There was an indicator which sets to N when date is null. In transformer, the coding was "N " instead of "N". Thats why it was giving an error. we are running this job for almost two weeks, never got any error. I think this is the only time ...
by shivan
Fri Oct 07, 2005 9:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: String Truncation error
Replies: 15
Views: 6142

The whole row is rejected. It works for other rows. It could be the reason that it may interprets the data in different way. But what should i do now? I need to find its solution, because the job is in production now.

shivan
by shivan
Fri Oct 07, 2005 9:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: String Truncation error
Replies: 15
Views: 6142

i tried that, it looks ok in the sequential file. Even i looked at the source data. It looks fine there also. But only in db2, it is reading differently. The way the whole process run is like this. I get the data in xml format, then load it in sql server. Now i m loading the data from sql server to ...
by shivan
Fri Oct 07, 2005 9:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: String Truncation error
Replies: 15
Views: 6142

The main problem is:
It is showing extra data on the right side of the date column, and i dont understand from where it is coming from. Because it is not there in the source also.

I hope this helps u