Search found 339 matches

by vinothkumar
Fri Dec 06, 2013 5:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handling copyright symbol
Replies: 1
Views: 925

Handling copyright symbol

Hi, We are in process of migrating 8.1 to 9.1. In 8.1, we encountered issues, when values contains copyright symbols. To handle this, we added one environment variable NLS_LANG with value "AMERICAN_AMERICA.WE8ISO8859P1". But the same is not working for 9.1. Any comments please. Our target ...
by vinothkumar
Fri Dec 06, 2013 5:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Identifying load strategy
Replies: 2
Views: 1859

Identifying load strategy

Hi,
I have about 1000 jobs in on of my project and we need to find load strategy applied in each target table. Is there any automated way to achieve this, other than opening each job.

Thanks
by vinothkumar
Mon Aug 05, 2013 3:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting Decimals and stripping of dots
Replies: 2
Views: 2338

Change the output column data type as INTEGER in transformer and see..
by vinothkumar
Fri Aug 02, 2013 12:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: remove zero and a point from nvarchar
Replies: 2
Views: 3112

Else you can pass that value to a column whose type in INT.
by vinothkumar
Mon Jul 01, 2013 10:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to Process Untranslatable characters
Replies: 2
Views: 2379

Did you try setting client character set as LATIN01_A in Teradata stage.
by vinothkumar
Mon Jun 24, 2013 3:41 pm
Forum: General
Topic: Sequence job
Replies: 7
Views: 3028

You can do that only through unix script. Through DataStage you cant
by vinothkumar
Tue Jun 11, 2013 8:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: lookup output values
Replies: 9
Views: 4845

Have you tried like this

If IsNull(Col2) or Len(Trim(Col2))=0
Then '~'
Else Col2
by vinothkumar
Tue Jun 11, 2013 8:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: lookup output values
Replies: 9
Views: 4845

Check the nullability and datatype of the field that came from lookup. If it is Integer and not null, 0 will be populated.
by vinothkumar
Tue Feb 19, 2013 3:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Inconsistent run time for a simple job in Production
Replies: 1
Views: 1298

Inconsistent run time for a simple job in Production

Hi all, We have a simple job with source as DB2 and target as Teradata. Change capture stage is used to identify the delta records. Oracle connector is involved to generate audit fields. This job is a multi instance one. Job is running fine without any issues but it is taking more time than expected...
by vinothkumar
Mon Feb 18, 2013 2:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to reject records from target Oracle connector stage
Replies: 1
Views: 1187

Re: how to reject records from target oracle copnnector stag

Under Reject link properties, there will be some property to mention number of reject rows based on which job will abort. Default will be 1. Set it to 0.
by vinothkumar
Thu Nov 29, 2012 1:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Connecting to LDAP
Replies: 16
Views: 11070

Hi,
We are connecting to LDAP through Java Client stage in V8.0 in our project.
Properties to mention :
1. Transformer class name
2. Users properties
a) ldap driver
b) ldap connection URL
c) ldap user
d) ldap password
e) ldap sql
3. Java library path in JVM options.
by vinothkumar
Thu Nov 29, 2012 12:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning message
Replies: 5
Views: 4847

In which stage you are getting this warning. If you have any option to change character set, please try with LATIN 01A
by vinothkumar
Tue Sep 27, 2011 12:48 pm
Forum: General
Topic: Unzip the file using Execute Command activity
Replies: 3
Views: 2422

Try with this
unzip /da/st/test.zip -d
by vinothkumar
Wed Sep 21, 2011 2:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Calling SQL server stored procedure from datastage.
Replies: 23
Views: 21647

Have you tried with StoredProcedure stage.