Search found 21 matches

by ksk
Thu Mar 29, 2012 3:15 am
Forum: General
Topic: Login Failure
Replies: 4
Views: 2209

Lol !! They are also not sure how to proceed on this :(
by ksk
Thu Mar 29, 2012 1:49 am
Forum: General
Topic: Login Failure
Replies: 4
Views: 2209

Login Failure

Hi ,
While login into datastage 8.5 getting a error message like "Failed to authenticate the current user against the selected Services Tier
CORBA TRANSACTION_ROLLEDBACK"
I am not sure how to fix this error.
Please help me.
Thanks in advance.
by ksk
Fri Feb 25, 2011 2:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Usage of Oracle BLOB thru' DataStage
Replies: 2
Views: 5241

Hi ,

Possible with datastage 8.1 version , using connector use the longvarbinary type in source same at the destination .

ksk
by ksk
Thu Aug 19, 2010 2:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: critical problem
Replies: 5
Views: 3211

critical problem

SrcHashFile.LnkOtSrc: WriteHash() - Write failed for record id
by ksk
Wed Aug 04, 2010 8:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Passing parameter
Replies: 5
Views: 3463

What part are you having a problem with? :? Create two job parameters and include them in your SQL with pound/hash signs like normal. You'll need to create a mechanism to store the last value then retrieve and increment it properly, of course. That could be as simple as a flat file that you read an...
by ksk
Wed Aug 04, 2010 5:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Passing parameter
Replies: 5
Views: 3463

Re: Passing parameter

You can parameterize the query limit offcourse. Check on the records how would you like to filter that into six groups based on which you may use the query limits in that. You can create that parameter in the Job properties . Abhijit Hi I need like this i have parameter start limit and end limit th...
by ksk
Wed Aug 04, 2010 4:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash file Problem
Replies: 1
Views: 1621

Hash file Problem

Hi, I have designed two job which fetches data from external database to sequential files. In another job i have used those two sequential file. one as source and another one as reference, i have used like sequential file to hash file then to transformer in reference side , and source to transfomer ...
by ksk
Mon Aug 02, 2010 10:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Passing parameter
Replies: 5
Views: 3463

Passing parameter

hi,
i have a job which fetches 8 million record so i have planned to limit the row by using query limit . so for this i can use a parameter which will fed the limit 6 times .so please help me to do this.
Thanks
by ksk
Tue Jul 06, 2010 4:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: partition name in bulk loader
Replies: 4
Views: 2447

ray.wurlod wrote:What happens when you invoke on-line help from within the stage? ...
is it related to oracle partition methods?
by ksk
Tue Jul 06, 2010 3:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Droping index before bulk loading
Replies: 6
Views: 2880

How about a DROP INDEX statement (perhaps embedded in a stored procedure) executed from the "Before SQL" or "Open Command"? ... Is there is any other way without using jobs ? :idea: Don't have the index in the first place ? Is that an interview question ? What types of index do ...
by ksk
Tue Jul 06, 2010 3:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: partition name in bulk loader
Replies: 4
Views: 2447

partition name in bulk loader

Hi,

What is the use of partition name property in bulk loader

Thanks
by ksk
Tue Jul 06, 2010 12:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Droping index before bulk loading
Replies: 6
Views: 2880

ray.wurlod wrote:How about a DROP INDEX statement (perhaps embedded in a stored procedure) executed from the "Before SQL" or "Open Command"? ...
Is there is any other way without using jobs ?
by ksk
Mon Jul 05, 2010 11:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Droping index before bulk loading
Replies: 6
Views: 2880

Droping index before bulk loading

Hi,

The performance of bulk loader will increase if the destination table has no index so how to drop the index before bulk loading

Thanks
by ksk
Thu Jul 01, 2010 2:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date in oracle Timestamp in datastage
Replies: 4
Views: 4773

Date in oracle Timestamp in datastage

Hi,
I have extracted the data from oracle to datastage(oracle stage) .
but there is a change in the column data type.
when i extract a column of date type in oracle comes as timestamp in datastage why?

Thanks in davance
by ksk
Fri May 21, 2010 5:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Write Range Map
Replies: 1
Views: 2150

Write Range Map

Hi,
I have created a rangemap file .
Please say how to use that rangemap file.
when i execute the job i have some error called
"cannot open rangemap file"
whether range map file has any extension i have specified the extension as .txt

Thanks