Search found 42 matches

by Jagan617
Sat Apr 03, 2010 7:52 pm
Forum: General
Topic: metadata mismatch while extracting double datatype oracle
Replies: 3
Views: 2076

column definition from oracle is number and metadata defined in datastage job is double with 15 length. Its working fine in 7.5.1a and it throwing error only when we run the same job in 7.5.3. I tried re-importing as well and no success, it showing same error. Error: DSD.BCiOpenR results of SQLCOLat...
by Jagan617
Sat Apr 03, 2010 9:07 am
Forum: General
Topic: metadata mismatch while extracting double datatype oracle
Replies: 3
Views: 2076

metadata mismatch while extracting double datatype oracle

We have upgraded datastage server 7.5.1a to 7.5.3. while running job which extracts data from oracle with columns defined as double, we were facing the metadata mismatch issue. Its happening for all the jobs which extracts the double datatype columns. Can anybody help in resolving this. Do we need t...
by Jagan617
Mon Jan 11, 2010 7:47 pm
Forum: General
Topic: Unable to start TPUMP Process, errno:2
Replies: 1
Views: 1206

Unable to start TPUMP Process, errno:2

I have a CSV file as source and loading into Teradata empty table. Its direct loading. I have used TPUMP option in Mload stage. When I ran the job, its aborted stating "unable to start TPUMP process, errorno:2 system cannot find the file specified". But when we try to view the source file ...
by Jagan617
Wed Dec 02, 2009 8:40 pm
Forum: General
Topic: Need to convert columns into rows in server 7.5
Replies: 4
Views: 3531

Need to convert columns into rows in server 7.5

Actually i have got the data like this as mentioned below in the input file and i need to separate them into rows considering ; as delimiter. Can you please assist me in this asap. I/P "AGAR";"AILR";"ASIR";"BIRD STRIKE";"CCAR";"CROSS";"...
by Jagan617
Fri Jul 24, 2009 7:46 pm
Forum: General
Topic: Eliminate duplicates from file and capture in flatfile
Replies: 8
Views: 4302

Eliminate duplicates from file and capture in flatfile

ArndW wrote:Stage variables will work but you would also need to sort the data. ...



can you please tell what is the approach in transformer using stage variable after data being sorted.
by Jagan617
Fri Jul 24, 2009 7:41 pm
Forum: General
Topic: Eliminate duplicates from file and capture in flatfile
Replies: 8
Views: 4302

Eliminate duplicates from file and capture in flatfile

duplicates by specific columns ?
by Jagan617
Fri Jul 24, 2009 12:29 pm
Forum: General
Topic: Eliminate duplicates from file and capture in flatfile
Replies: 8
Views: 4302

Eliminate duplicates from file and capture in flatfile

Can anyone assist me in capturing all the duplicate records coming from csv file into a separate file without using aggregator.
by Jagan617
Fri May 29, 2009 8:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: need sessions information
Replies: 1
Views: 1085

need sessions information

Hi,

I would like to know how many sessions are logged in by a particular user thru the job and i need to send automatic alerts if more than 1 session is logged-in by a particular user. Can anyone help me on this. how can we know sessions related information in the designer.
by Jagan617
Fri May 29, 2009 10:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: what is the escape sequence in datastage 7.5.1?
Replies: 8
Views: 13230

Thannks....its solved ...i have used convert instead of trim

What 'output'? Where are you writing this, to a sequential file? I'm wondering if a) they are even really there and b) if something you are doing simply puts them back in the output, hence the question about your actual target. Or is that (a target sequential file) where you are using 000 for the q...
by Jagan617
Thu May 28, 2009 9:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: what is the escape sequence in datastage 7.5.1?
Replies: 8
Views: 13230

Re: trim(col1,' " ',"A") ..need to remove dou

trim(col1,' " ',"A") is not working.....can anyone give me the correct syntax . I have to remove the double quotes in the col1 where col1 is "Good Morning". If i use the above trim function, i have to get Good Morning with out quotes. Even i used 000 in quote character to s...
by Jagan617
Thu May 28, 2009 9:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: what is the escape sequence in datastage 7.5.1?
Replies: 8
Views: 13230

trim(col1,' " ',"A")

trim(col1,' " ',"A") is not working.....can anyone give me the correct syntax
by Jagan617
Thu May 28, 2009 4:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: what is the escape sequence in datastage 7.5.1?
Replies: 8
Views: 13230

what is the escape sequence in datastage 7.5.1?

I want to remove the quotes in a string using trim function, so can anyone suggest me what is the escape sequence in the 7.5.1 version.
by Jagan617
Fri Feb 27, 2009 1:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Migration from 7.x server to 8.x version
Replies: 1
Views: 880

Migration from 7.x server to 8.x version

Actually we have 7.x server edition, we are planning to migrate to 8.x(server or parallel). If we migrate from 7.x server to 8.x server, will there be any risks invloved and what abt the performance?. secondly if we migrate to 7.x server to 8.x parallel, will there be any risks invloved. Is there a...
by Jagan617
Fri Feb 27, 2009 1:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: No: of versions in Datastage 8.0
Replies: 2
Views: 1289

No: of versions in Datastage 8.0

How many versions are there in Datastage 8? what are the differences between the versions? Will all versions of 8.0 supports server jobs?if supports, will there be any performance improvements when compared to 7.x. Can any one pls provide me this information.
by Jagan617
Sat Sep 13, 2008 12:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Upgradation from Oracle8 to 10g stage in Datastage
Replies: 2
Views: 1079

Upgradation from Oracle8 to 10g stage in Datastage

Is there any utility in datastage which automatically converts Oracle 8 stage to Oracle OCI stage, since we are upgrading the oracle from 8i to 10g. Need assistance on this? If so, how we can use that utility in datastage with example.