Search found 13 matches

by davangeri
Mon Oct 25, 2010 11:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer Compilation Error: Cannot open include file
Replies: 9
Views: 4739

The .NET SDK installation that I have does have the include, Bin and Lib folders under the v1.1 folder. So its a valid path for me.

Rgds
Niraj
by davangeri
Mon Oct 25, 2010 7:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer Compilation Error: Cannot open include file
Replies: 9
Views: 4739

haha... you got it wrong buddy.

The C++ directories are C:\PROGRA~1\MSVCTK03\bin;C:\Program Files\MSVCTK03\include;C:\Program Files\MSVCTK03\lib.

The one that you are talking about is the .NET SDK folder

Rgds
Niraj
by davangeri
Sun Oct 24, 2010 9:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer Compilation Error: Cannot open include file
Replies: 9
Views: 4739

The DS documentation lists only the following for the compiler - Microsoft Visual Studio .NET 2003 The buildop and transformer stages in the Ascential DataStage Enterprise Edition on Windows require that the Microsoft Visual Studio .NET 2003 C++ compiler be installed on the conductor node. The compi...
by davangeri
Sun Oct 24, 2010 7:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer Compilation Error: Cannot open include file
Replies: 9
Views: 4739

All the ways, if you have a better compiler in mind, please let me know. I want to see the jobs working.
lstsaur wrote:It's the C++ compiler that you got (free download?) causing the problem because I know Microsoft never provides any software "FREE".
by davangeri
Sun Oct 24, 2010 7:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer Compilation Error: Cannot open include file
Replies: 9
Views: 4739

Microsoft indeed does offer it for free - Check this link out - http://msdn.microsoft.com/en-us/visualc/aa336490.aspx I am not sure of what compiler they have in that package but nevertheless, they offer it under the name "Microsoft Visual C++ Toolkit 2003". They claim its the same compile...
by davangeri
Sun Oct 24, 2010 6:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer Compilation Error: Cannot open include file
Replies: 9
Views: 4739

Transformer Compilation Error: Cannot open include file

Hi All, We just installed (fresh) DS7.5x2 on Win XP SP3 machine. We are trying to compile the first parallel job but are stuck with the below error. Tried hunting for relevant posts and indeed I found many posts but none of the solutions (posted in a rare few) worked. Hence this new thread. The foll...
by davangeri
Sat Oct 23, 2010 8:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cannot compile Transformer in Parallel job
Replies: 5
Views: 3130

Chin,

Can you please elaborate on the patch thing? I am facing a similar problem and this could be of help.
I am using DS 7.5x2 on Win XP SP 3.

Rgds
Niraj
by davangeri
Wed Mar 24, 2010 7:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting the sequence name using dsjob command :Howto
Replies: 5
Views: 3148

Sreeni, I only wish it was that easy. Thanks for a wonderful comment although I believe you are doing it only to gain some points :) Ray, I tried hunting the forum with the keywords "Job Controller" and I got my answer. I can use a dsjob -jobinfo to get the Controller's name. That should d...
by davangeri
Mon Mar 22, 2010 4:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting the sequence name using dsjob command :Howto
Replies: 5
Views: 3148

Ray, Thanks for the quick reply. But looks like your content is a premium content and comes with a price. I guess, I have to talk to the accounts people and get a m'bership arranged. That may take a while to close (and I am not sure that they will approve my request :(( ). is it possible for you to ...
by davangeri
Mon Mar 22, 2010 12:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting the sequence name using dsjob command :Howto
Replies: 5
Views: 3148

Getting the sequence name using dsjob command :Howto

I am on ds 7.5.1A. I have a job that is being called from multiple sequences and in quick succession (the same job called 2 times in a span of 3 minutes but from different sequences, only 1 instance of the job running at any time). At any given point in time, I want to know under which sequence is t...
by davangeri
Fri Nov 10, 2006 5:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using CurrentTimeStamp() but no microseconds are generated
Replies: 2
Views: 1379

Using CurrentTimeStamp() but no microseconds are generated

Hi, I am trying to use a CurrentTimeStamp() but somehow it does not generate microseconds. I tried changing the TimeStamp Format in my project to %yyyy-%mm-%dd %hh:%nn:%ss.SSSSSS. Even then the microseconds dont appear. Somebody please let know what changes more are required at my end. Thanks in adv...
by davangeri
Mon Nov 06, 2006 10:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Identify Null Values ...
Replies: 1
Views: 1272

Identify Null Values ...

Hi, I am doing a lookup on a table whose fields (all) have Nullable = No (DB2 Database). I am supposed to write these records to a reject file, if this lookup fails. I have 3 fields that are returned from the lookup table. The following expression, evaluated at the output of the lookup, does not eva...
by davangeri
Wed Oct 18, 2006 7:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem Regarding MQ(Message Queue)
Replies: 1
Views: 821

Problem Regarding MQ(Message Queue)

Hi, In my design there a sever job at which I am readig Messages from Message Queue and writing in to a sequential File and this file is used in other Jobs. So there are 10-15 Jobs which are designed in to a Sequencer. My question is " In the first job when I am reding the MQ, if the MQ is empt...