Search found 50 matches

by arshi
Fri Jul 22, 2011 12:48 am
Forum: General
Topic: Sequencer Compilation Options
Replies: 2
Views: 1690

Sequencer Compilation Options

Hi,
In sequencer,Is it compulsary to enable below both options to impliment the job restart activity.Can you tell whats the difference between these 2 options.
- Add Checkpoints so sequence is restatable on failure
- automatically handle activities that fail

Thanks & Regards,
Arshi
by arshi
Mon May 04, 2009 4:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Timestamp data loading
Replies: 2
Views: 1514

Timestamp data loading

Hi, Facing the problem while loading the data from DB2 to Oracle , The Timestamp column data in the source not loaded correctly to Target . Using DB2 as source and Oracle as Target. Datastage server edition : 7.2.1 Source data like : 2009-03-06 13:40:02.000000 Datatype :VARCHAR of length 28 Target l...
by arshi
Thu Feb 05, 2009 6:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Remove Duplicates
Replies: 11
Views: 5121

Murthy,

Using Server Edition (7.5.1)
by arshi
Thu Feb 05, 2009 6:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Remove Duplicates
Replies: 11
Views: 5121

Hi Murthy, I didnot found any options tab in the sort stage . I am using the server edition (7.5) . Can you explain where it is exactly? Hi Sainath, As per my requirement I have to sort column1 and column2. Here, column2 having the date data (DDMMYYYY). If i use the sort stage its not giving the cor...
by arshi
Thu Feb 05, 2009 5:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Remove Duplicates
Replies: 11
Views: 5121

Hi,

First sort the data by using the Sort stage and use the stage variables to remove the duplicates.

By using the sort stage , It will work fine for a particular month data but not on entire data.

Any one have the solution for this.

Regards,
Arshi.
by arshi
Thu Feb 05, 2009 2:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Remove Duplicates
Replies: 11
Views: 5121

Remove Duplicates

Hi,

I want to remove the duplicate data on the DATE column data.
The date format is DDMMYYYY.

Using Datastage Server Edition (7.5) , source is Flat file.

Any one have the solution for this?




Regards,
Arshi
by arshi
Fri Dec 19, 2008 5:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to suppress the warning messages in the DS director
Replies: 1
Views: 1962

How to suppress the warning messages in the DS director

Hi, I am getting the following warning while running the job. [IBM][CLI Driver][DB2/AIX64] SQL0100W No row was found for FETCH, UPDATE or DELETE; or the result of a query is an empty table. SQLSTATE=02000 Source : Text file Target : DB2 Any one have the solution to overcome these warnings. Regards, ...
by arshi
Thu Dec 18, 2008 10:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: warning while running the job
Replies: 4
Views: 2741

Chulet,

How to demote the warning messages using message handler.

Regards,
Arshi
by arshi
Thu Dec 18, 2008 7:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: warning while running the job
Replies: 4
Views: 2741

warning while running the job

Hi, I am getting the following warning while running the job. [IBM][CLI Driver][DB2/AIX64] SQL0100W No row was found for FETCH, UPDATE or DELETE; or the result of a query is an empty table. SQLSTATE=02000 Source : Text file Target : DB2 Any one have the solution to overcome these warnings. Regards, ...
by arshi
Thu Dec 18, 2008 1:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_uvput():record contains characters not define in NLS Map
Replies: 3
Views: 2377

Hi,

Remaining all other jobs in the project running fine.

Also giving the Following Messages:

DataStage Job 123 Phantom 8934

In Phantom 8934 warning givining the message as:
Program "JOB.253038028.DT.1493569814.TRANS2": Line 432,

How to overcome this problem.

Regards,
Arshi
by arshi
Tue Dec 16, 2008 6:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_uvput():record contains characters not define in NLS Map
Replies: 3
Views: 2377

ds_uvput():record contains characters not define in NLS Map

Hi, I am facing problem while running the ETL job, In log its giving the message as ds_uvput() : record contains characters which are not defined in the file's NLS map. Also the job running very slowly along with warnings and some times aborted. Can you provide the solution to overcome this problem....
by arshi
Fri Oct 03, 2008 7:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Filter the string data
Replies: 7
Views: 3104

Its working fine by using Index() function

Thanks,
Arshi
by arshi
Fri Oct 03, 2008 4:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Filter the string data
Replies: 7
Views: 3104

Hi,

One of my source column data having the word 'Index' (this word is part of the Text).If the 'Index' word occured then I want to remove that particular row while populating to the Target.

I am trying with 'Matches' function.But unable to get the solution.

Regards,Arshi
by arshi
Fri Oct 03, 2008 2:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Filter the string data
Replies: 7
Views: 3104

Ray,

Once importing data into sequential file,how to build the mentioned filter logic(to filter the 5 character data from the source file ) .Can you give the solution for this.
by arshi
Fri Oct 03, 2008 1:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Filter the string data
Replies: 7
Views: 3104

Filter the string data

Hi, I have a requirement to filter the 5 character data from the source file and load the data into Target.Source data will provide in text file with pipe delimeter.How to impliment this logic and is there any function available in datastage. Datastage: Server edition(7.X) Source: Text File(Pipe del...