Search found 887 matches

by Sreenivasulu
Fri Jul 01, 2005 12:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to Convert data from excel to XML
Replies: 5
Views: 1825

I assume a ".so" file would be needed to read an excel in UNIX.


Regards
Sreeni
by Sreenivasulu
Thu Jun 30, 2005 4:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Loading only values of a particular attribute value
Replies: 4
Views: 1058

I faced this issue once. What i did was that i assigned the logic to the particular column instead of putting it as a stage vairable/constraint. It worked...
by Sreenivasulu
Thu Jun 30, 2005 4:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Replace function
Replies: 12
Views: 4279

U can use the REPLACE function of Datastage to do this.
by Sreenivasulu
Thu Jun 30, 2005 4:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: BAT executing
Replies: 5
Views: 1444

All the DX servers i have worked are in UNIX(where BAT would not work). I am surprised to see a windows server.

Regards
Sreeni
by Sreenivasulu
Thu Jun 30, 2005 4:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage BASIC Command
Replies: 7
Views: 3067

Generally writing BASIC commands is an iterative process.
Whatever u require...u can search from the BASIC.PDF and use it.


Regards
Sreenivasulu
by Sreenivasulu
Tue Jun 28, 2005 9:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: load order
Replies: 6
Views: 1938

You can control the order of input links
as well as the order of output links.


Regards
Sreeniv
by Sreenivasulu
Tue Jun 21, 2005 3:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to measure performance?
Replies: 19
Views: 6567

HI All, We are Measuring performance using the following ways 1. Suppose the target is a database. Convert the database stage to a sequential file and see whther it takes the same time. This would give us a knowhow whter the database connection to the target (generally remote connections) is slow or...
by Sreenivasulu
Thu Jun 16, 2005 9:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with Warning limits - Yes, I know it's an old topic!
Replies: 11
Views: 6069

Sorry Peter !!!

There is no setting for warnings in Administrator.

I got confused with the purging of job log.

Regards
Sreenivasulu
by Sreenivasulu
Wed Jun 15, 2005 8:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Option for Job to "Fail" if the "Before Job-R
Replies: 7
Views: 1801

I just found that the header of my message say datastage7.

The issue is in datastage 5.2.2

Sorry for this .
by Sreenivasulu
Wed Jun 15, 2005 8:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Option for Job to "Fail" if the "Before Job-R
Replies: 7
Views: 1801

Ray, I may not be clear in my question. The before job routine is calling a shell script. The shell script in turn calls a stored procedure. The paths are parameterized and when the shell script does not find the path of the storedprocedure it does not generate the log and the datstage job gets exec...
by Sreenivasulu
Wed Jun 15, 2005 8:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: To Get the First Duplicate Record from HashFile Output
Replies: 5
Views: 1325

Use "first" in Aggregrator stage to get the frist duplicate record
or "last" to get the last duplicate record

Regards
Sreenviasulu
by Sreenivasulu
Wed Jun 15, 2005 6:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Option for Job to "Fail" if the "Before Job-R
Replies: 7
Views: 1801

Option for Job to "Fail" if the "Before Job-R

Hi Guys,


Is there any option for the Datastage job to Fail if the Before Job-Routine
Fails ?


Regards
Sreenivasulu
by Sreenivasulu
Tue Jun 14, 2005 10:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with Warning limits - Yes, I know it's an old topic!
Replies: 11
Views: 6069

The seeting done at the administrator overrided whatever setting done in director.

But once the setting is changed in administrator you need to restart datastage

Regards
Sreenivasulu
by Sreenivasulu
Mon Jun 13, 2005 1:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-01722: invalid number
Replies: 3
Views: 3188

You can try 2 options

1. Check whether data loaded is really numeric
Redirect the data to a file instead of a table

2. Check with debug option in datastage

Regards
Sreeni
by Sreenivasulu
Thu Jun 09, 2005 7:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash File Seems Corrupted
Replies: 5
Views: 2519

When the jobs were corrupted. We rebuilt the indexes then it worked fine.

Hope the same could work for hash file corruption