Search found 218 matches

by Nageshsunkoji
Tue Apr 18, 2006 10:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: About UDB API stage
Replies: 21
Views: 6266

Hi Nripendra,

I am getting the same problem like padding of spaces is not happening for a charcter field in DB2 EE stage. If you have any solution for this problem. Please pass it, it will be helpful to me.

Thanks&Regards
Nagesh.
by Nageshsunkoji
Mon Mar 13, 2006 10:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Substr of Decimal
Replies: 7
Views: 3679

Hi,

Use the following rounding function in the transformer. It will give your expected result.

DecimalToDecimal(ColumnName,'round_inf')

Regards
Nagesh.
by Nageshsunkoji
Thu Mar 09, 2006 10:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Trim Function in Modify Stage
Replies: 21
Views: 15058

ray.wurlod wrote:Is EmpName a string[nn] (Char) or a string[max=nn] (VarChar) data type?
Hi Ray,

My attribute EmpName is Char Data Type and I am generating the spaces in the Empname data by using Row Generator.

Thanks & Regards
Nagesh.
by Nageshsunkoji
Wed Mar 08, 2006 11:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: View data on seq not working
Replies: 10
Views: 5039

Hi Smita, I think in your metadata you have columns with Nullability YES in the Data set ( Source). So, you have to handle this nulls while you are using Sequential file as Target. Just try this out , go to the Sequential file Metadta and select the columns which have the Nullability YES and double ...
by Nageshsunkoji
Wed Mar 08, 2006 9:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Trim Function in Modify Stage
Replies: 21
Views: 15058

Hi vmcburney

I tried the function mentioned by you

Empname= string_trim(Empname)

still i am not getting proper result. Its not removing the Trailing and leading spaces.

Regards
Nagesh.
by Nageshsunkoji
Tue Mar 07, 2006 10:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Trim Function in Modify Stage
Replies: 21
Views: 15058

Hi Rgandra,

I tried out the function mentioned by you

Empname= string_trim[" "](Empname)

But i didn't get the proper result.

Its not removing Leading and Trailing spaces.

Regards
Nagesh.
by Nageshsunkoji
Mon Feb 27, 2006 1:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequence Error
Replies: 9
Views: 4583

Hi,

I think one of your job was not in a runnable state, means one of your your job is not in Compile position,either it is in Abort position or Not compiled position. So , check the position of your jobs if its not in compiled position compile it.

Regards
Nagesh.
by Nageshsunkoji
Fri Feb 24, 2006 2:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to avoid about sort requirement related warning
Replies: 6
Views: 2739

Hi,

Just try this out, do the hash partition in Sortstage and select 'SAME' partition type in Remove Duplictae stage. I think it will solve your problem.

Regards
Nagesh.
by Nageshsunkoji
Thu Feb 23, 2006 10:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to avoid about sort requirement related warning
Replies: 6
Views: 2739

Hi,

Further Inputs from my side.

If you are doing Hash Partition in Sort stage then keep 'SAME' as a partition method in the remove duplicate stage.

Regards
Nagesh.
by Nageshsunkoji
Thu Feb 23, 2006 10:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to get Job log before compilation ?
Replies: 13
Views: 4104

Hi Ray & Arnd,

Great Inputs .

Thanks for your Inputs.

Regards
Nagesh.
by Nageshsunkoji
Wed Feb 22, 2006 10:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset column limit
Replies: 2
Views: 1526

Hi Keshav,

I dont think so , it is a problem with Dataset. In our project we have 200 columns in different datasets.Its running smoothly.Check the environment varibales if any to get the ORCHHOME limitation in your project level, override the default values.

Regards
Nagesh
by Nageshsunkoji
Wed Feb 22, 2006 10:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Processing Error found :Not enough space in /node1 directory
Replies: 4
Views: 2811

Hi Ananda, What Force option you selected in the Copy stage after Teradata stage? If Force=False make it Force=True then copy stage will work as a Optimiser. I think it will solve your problem. If your doing the above one already then think about Lookup, lookup reference file unable to store the hug...
by Nageshsunkoji
Wed Feb 22, 2006 10:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to get Job log before compilation ?
Replies: 13
Views: 4104

Hi All,

Thanks a ton for your inputs.
Now i am able to see the DS_AUDIT table in the TCL server.

Is it possibel to get this details in the Text file by using Shell script ?

If so suggest me how to write the shell script to get this details ?

Thanks & Regards
Nagesh.
by Nageshsunkoji
Wed Feb 22, 2006 3:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to get Job log before compilation ?
Replies: 13
Views: 4104

Hi Ray & Arnd, I executed the query in TCL but i am getting following message : sac@lpar5m:/dstage/dsadm/Ascential/DataStage/DSEngine:$ . ./dsenv sac@lpar5m:/dstage/dsadm/Ascential/DataStage/DSEngine:$ bin/dssh DataStage Command Language 7.5 Copyright (c) 1997 - 2004 Ascential Software Corporati...
by Nageshsunkoji
Wed Feb 22, 2006 2:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to get Job log before compilation ?
Replies: 13
Views: 4104

Hi Ray, Thanks for your reply. You gave me good information regarding DS_AUDIT table. But, as of now i don't have Administrtaor Privileges to perform this query. Can you suggest me how to get the same information as developer point of view. Presently i have access of DS designer and Director. My ope...