Search found 47 matches

by NBALA
Thu Aug 24, 2006 1:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problems with Null representation
Replies: 4
Views: 1944

Thanks Ray and guys.

I have faced similar issue with spaces in the date field from mainframe source. Before reading this post I used

Code: Select all

  If IsNull(Trim(lnk1.colA)) Then <defualt date> else lnk1.colA
It never worked.

Thanks again guys.

-NB
by NBALA
Wed Aug 23, 2006 11:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: error while creating job
Replies: 12
Views: 5692

Re: error while creating job

Hi,

Check the permissions on the directory..! Is only happening with this job are are all jobs?
provide more details if you have.

-NB
by NBALA
Wed Aug 23, 2006 9:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stored Procedure
Replies: 2
Views: 1358

Re: Stored Procedure

Hi !

You can use the ORAOCI itself for calling your store procedure. you can call stored procedure in ORAOCI stage ->OUPUT/INPUT -> SQL->after (or) before

Use

Code: Select all

CALL SP_YOURSP(<parameters>)
-NB
by NBALA
Mon Aug 21, 2006 2:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Remote Command Tools?
Replies: 9
Views: 5137

On success of SERVER2 DS Job, Include a routine activity and Use full path for the batch file in the routine .

\\SERVER1.yourdomain.com\Temp\Test.bat

-NB
by NBALA
Mon Aug 21, 2006 2:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: same problem
Replies: 13
Views: 4563

Can Moderator Change the Post Topic ?..Same Problem ..no one can guess what is inside !
by NBALA
Tue Aug 08, 2006 2:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB Insert Error
Replies: 5
Views: 2294

Hi,

Check all the columns are mapped with required data type and length. Run debug and verfy the log.

-NB
by NBALA
Mon Aug 07, 2006 12:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem With Comma Separated File
Replies: 10
Views: 3472

Thanks Ken,

In the meantime , I have requested the extract programmers to change the delimiter 'comma' to pipe "|". Works fine now.

-NB
by NBALA
Mon Aug 07, 2006 12:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem With Comma Separated File
Replies: 10
Views: 3472

Re: Problem With Comma Separated File

Hi Bapajju or All,
How you solved this?

I have the same issue name field contains comma like "Commerce, Inc."
Using 7.5 server edition on windows. How to handle this while defining the file?.

Thanks in advance
-NB
by NBALA
Mon Jul 31, 2006 1:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ceritification details on DataStage
Replies: 6
Views: 3435

Hi All,

You can find the certification details below link

http://www-03.ibm.com/certify/tests/obj415.shtml

Please someone update the FAQ also.

-NB
by NBALA
Mon Jul 31, 2006 11:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Look-up..
Replies: 2
Views: 672

Re: Look-up..

Meena,

Check the look up condition, if its alphaneumeric spaces may not be compared.

Also Check this post, sometime you might have duplicate in lookup
viewtopic.php?t=101343&highlight=duplicate


-NB
by NBALA
Mon Jul 24, 2006 8:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Joining Hash File and Flat File
Replies: 7
Views: 2648

Thanks All,

The literal with Key Expression - worked out Great for me. :)

Regards
-NB
----------
Nothing is so strong as gentleness. Nothing is so gentle as real strength.
by NBALA
Fri Jul 21, 2006 2:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Joining Hash File and Flat File
Replies: 7
Views: 2648

In Server Edition 7.5, The merge will support for only two flat files.
:?

-NB
by NBALA
Fri Jul 21, 2006 2:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Joining Hash File and Flat File
Replies: 7
Views: 2648

Joining Hash File and Flat File

Hi, I am facing one issue to join flat file and hashed file (created from Oracle table). Server edition 7.5 Issue: ==== Primary Source : Flat file has columns A,B.C,D And Hash File has column F (derive from table by SQL query) and this will have only one value like Max of some column. Now My Target ...
by NBALA
Thu Jul 20, 2006 1:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Ds_loadlibrary error
Replies: 8
Views: 3965

I have the local admin rights and installed. This is happening only I try to access the "View Data" or Run the job.

With DS admin user id/pwd it is working fine. For all rest of the users its giving the same error. Seems the issue is on the server side.

Thanks
-NB
by NBALA
Thu Jul 20, 2006 8:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Ds_loadlibrary error
Replies: 8
Views: 3965

Hi,

I am getting the same error with oraoci9.dll, But the message is Access denied.

Fatal ds_loadlibrary: Win32 error in LoadLibrary of oraoci9.dll - Access is denied.

Means the dll is not registered or I do not have the permission ?!

Thanks
-NB