Search found 558 matches

by ketfos
Wed Jul 14, 2004 3:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: 10g problem
Replies: 7
Views: 2666

Hi,
Is Oracle 10g supported in DataStage 7.1?
This may be a reason for the error message.

Ketfos
by ketfos
Wed Jul 14, 2004 1:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: 10g problem
Replies: 7
Views: 2666

Hi,
Can you specify what errors/messages you encounter while trying to retreive the data?

Ketfos
by ketfos
Wed Jul 14, 2004 10:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Exception Handler
Replies: 2
Views: 1386

Hi,
You can use Expression Type and associate Triggers with them.

Ketfos
by ketfos
Wed Jul 14, 2004 10:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date values out of and into Microsoft Access
Replies: 11
Views: 3685

Hi, 1. You have mentioned that you cannot see the TimeStamp function in Designer and it is marked as red when you use it. ?? What happens when you run the job uisng the TIMESTAMP function in the transformer, even though it is marked as red. I have seen many times, even if their is red signal in the ...
by ketfos
Tue Jul 13, 2004 10:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS Project Naming
Replies: 4
Views: 1982

Hi,
The latest version of DataStage (7.5) allows you to use Underscore ("-") character in job names

Ketfos
by ketfos
Tue Jul 13, 2004 10:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Balancing input and output record counts
Replies: 13
Views: 4823

Hi,
You are having three links - input, output and Reject.
Use Show Performance Statitics option, while running your job.
This will give you records read from source, written to output link and written to Reject link.

Ketfos
by ketfos
Mon Jul 12, 2004 5:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Removing quotes from strings
Replies: 8
Views: 3183

Hi,
Are you loading sequential file into a database or writing it to another file?

Ketfos
by ketfos
Thu Jul 08, 2004 3:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: difference between Datastage's release 6x and 7x
Replies: 6
Views: 2787

Hi,
In DS 7x, you can pass parameter to DSGetJobInfo to find if you can run multiple instance of a given job

Ketfos
by ketfos
Wed Jul 07, 2004 5:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unlocking a job
Replies: 6
Views: 2735

Hi,
Go to DataStage Director and choose CleanUp resources.

Select the PID# and Release it.

Ketfos
by ketfos
Wed Jul 07, 2004 5:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Importing a Progress Database table definition
Replies: 8
Views: 3063

Hi,
It could be PROPATH problem or file permissions.
Make sure file is in PROPATH and is readable to the application under the enviornment it is run.

Ketfos
by ketfos
Mon Jun 28, 2004 5:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Anyone seen this error?
Replies: 13
Views: 5641

Hi,
Can you please explain what you are trying to achieve along with inputs ?

Thks
Ketfos
by ketfos
Thu Jun 24, 2004 9:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: UniVerse display length vs. character length
Replies: 6
Views: 4207

Hi, 20 stands for length of the output string. e.g Ans =Len(FMT("1234567", "20T")) will give a value of 20 Below is from HELP in DataStage Syntax Fmt (string, format) string is the string to be formatted. If string is a null value, null is returned. format is an expression that d...
by ketfos
Thu Jun 24, 2004 9:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sys Date Comparison
Replies: 7
Views: 1553

Hemant,
What values you have in the following fields for one record in table/file

RecordDate
LAST_INCDR_DATE

Then check the result of the following functions

Iconv(RecordDate,"D-YMD[4,2,2]")

Iconv(LAST_INCDR_DATE[1,10],"D-YMD[4,2,2]")

This debugging might help you.

Ketfos
by ketfos
Tue Jun 22, 2004 10:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: One row missing
Replies: 7
Views: 3863

Hi,
I also had the similiar problem.
I set the ARRAY SIZE = 1 and TRANSACTION SIZE = 1 in the input tab of ORACI8 stage.
Earlier the ARRAY SIZE was = 500
By changing Array Size = 1 , it got resolved.

Ketfos
by ketfos
Tue Jun 22, 2004 10:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: User Defined Routine with Built-in Transforms
Replies: 6
Views: 4109

Thanks Ray,
You are correct and I apologize for the same.

Ketfos