Search found 22 matches

by dhletl
Tue Sep 13, 2005 12:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job hanging while writing to odbc stage
Replies: 3
Views: 1738

Craig, Thanks - We tried that option to reduce teh transaction size to 5 or 1. However, still the problem persists. >>Sounds like your job is locking itself out - is that what you meant by "waiting for resources"? Yes >>And are you saying you have three output links all writing to the same...
by dhletl
Mon Sep 12, 2005 8:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job hanging while writing to odbc stage
Replies: 3
Views: 1738

Job hanging while writing to odbc stage

Hi - Problem in DS Server job (connecting to a database table)- I've a stream of data as input (consider a data file for simplicity). No of records 10-500. Based on conditional check in a transformer - I hv 2 outputs each writing to a table X in Oracle database using odbc stage. Further I hv another...
by dhletl
Thu Jul 07, 2005 8:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Handling data in UTF8 Character Set
Replies: 1
Views: 1159

Handling data in UTF8 Character Set

Hi - We hv a data migration project using only the DS Server components. In this, we would receive the source data in UTF8 character set, which also contains some special characters/non-ascii charcters as well - we need to handle them. Solution attempted- For this purpose, we changed the DS project ...
by dhletl
Tue May 17, 2005 8:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error -DSD.UVOpen Hash File is already in VOC file..
Replies: 4
Views: 5463

Thanks all.
Esplly Rama solution above helped..
by dhletl
Mon May 16, 2005 3:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error -DSD.UVOpen Hash File is already in VOC file..
Replies: 4
Views: 5463

Error -DSD.UVOpen Hash File is already in VOC file..

Hi - Job Description- I have a simple job which is reading a sequential file, passing the data to a Xformer and then preparing a Hash file as output. Error- On running the job I'm receiving the following FATAL error - DSD.UVOpen "<Hash File Name>" is already in your VOC file as a file defi...
by dhletl
Wed May 11, 2005 4:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple Routine Compilation
Replies: 11
Views: 5652

Thanks - I mean server routines... On importing a datastage project dsx -with all the jobs and routines involved - we would need to compile all of them (jobs and routines) right. In that case I am wanting to know - - what is the way to compile all the routines (multiple) ...in an easy way? Thanks, N...
by dhletl
Wed May 11, 2005 4:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple Routine Compilation
Replies: 11
Views: 5652

Multiple Routine Compilation

Hi -

Is there a way to compile multiple routines at one shot!?
(similar to the multiple job compile menu option - available in the DataStage client)

I'm using DataStage version 7.1.

Thanks,
Nitin
by dhletl
Fri Nov 19, 2004 1:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem in converting UTF8 Character set to ASCII
Replies: 6
Views: 3723

Ray, The junk characters coming out (in ascii file) are something like "^Z". Essentially, I require to read a UTF8 file as source file in one of my job. Subsequently in the process, all intermittent / temporary staging I want to stick to ascii character set. And I need to generate a final ...
by dhletl
Thu Nov 18, 2004 10:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem in converting UTF8 Character set to ASCII
Replies: 6
Views: 3723

Problem in converting UTF8 Character set to ASCII

Hi, I am facing problem with UTF8 character set. I have an input file in UTF8 character set - on reading that file using sequential stage I define the NLS as UTF-8. There is a join and a transformer stage in my designed job. Finally am taking a sequential file as output in ASCII mode. The file obtai...
by dhletl
Mon Oct 18, 2004 12:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_Locator Fatal Error
Replies: 2
Views: 2633

APT_Locator Fatal Error

Hi,

Am getting the folloing error on execution of a job - the source file and file path and there accordingly and the file can be read as well.

Error
"main_program: Fatal Error: this APT_Locator is invalid: Empty locator"

Any pointers to this problem?

Thanks,
Nitin
by dhletl
Thu Oct 14, 2004 3:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggregator O/p Data on summation
Replies: 3
Views: 2653

Thanks Ray..

Then...What is your suggestion on the simplest way to convert a field of data type double to a data type decimal of specific precision say decimal(22,2)

Rgds,
Nitin
by dhletl
Wed Oct 13, 2004 10:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggregator O/p Data on summation
Replies: 3
Views: 2653

Aggregator O/p Data on summation

Hi, In the aggregator stage, is there an option that the o/p of summation of a decimal field is produced in the desired decimal format - without any leading / trailing zeroes. From example -(i/p and o/p from aggregator based on a key) I/P --fld1 values--100,200, 300 O/P--Sum(fld)1---600.0 [and NOT 0...
by dhletl
Wed Oct 13, 2004 4:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join / Lookup Stage Reject Link
Replies: 7
Views: 9010

yes - am making sure that the output fields are allowed to take NULL values so that passing NULL values should not be a problem.
by dhletl
Wed Oct 13, 2004 3:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join / Lookup Stage Reject Link
Replies: 7
Views: 9010

Join / Lookup Stage Reject Link

Hi, Regarding the Lookup or Join Stage - Consider the scenario where records in driver file DO NOT find a match (reject) based on the Key in the lookup/ reference file. Then the fields which the lookup/ Join was supposed to pick up from the lookup file / reference file would be populated as blank or...
by dhletl
Wed Oct 13, 2004 3:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Producing files in UTF8 format
Replies: 4
Views: 2730

How do I make sure that the DataStage installation is done with NLS?
(I do not have admin rights on the DataStage installed on our server.)

Thanks
Nitin

[/img][/list][/list]