Search found 81 matches

by BugFree
Wed Jan 25, 2012 11:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: single quote vs double quote
Replies: 4
Views: 3458

Hi,

The same logic applies even if Parent key is having referencial integrety on different table.

The point is -1 should be made available in the table before you load actual record.
by BugFree
Wed Jan 25, 2012 11:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: single quote vs double quote
Replies: 4
Views: 3458

Hi, I will make some assumptions before suggesting something. ----I assume that the 'Parent Key' is having referential integrity on the primary key of the same table. So, both fields reside in same table. ----"-1" is the place holder value that you are trying pass incase of NULL\Space. If ...
by BugFree
Sun May 08, 2011 2:37 am
Forum: General
Topic: Can we install V8.5 client on 32-bit machine?
Replies: 6
Views: 5596

Can we install V8.5 client on 32-bit machine?

Hi all, Currently I have a requirement to work on both V8.1 and V8.5 DataStage jobs. We have 2 different servers; one for V8.1 and another for V8.5 and both are installed in windows environment. However V8.5 newly installed and we are in a process of installing the clients in multiple machines. 1. M...
by BugFree
Thu Dec 17, 2009 8:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Orchadmin - Sequence job does not stop.
Replies: 4
Views: 3034

I have not tried in command prompt. As I am new to the windows version I have limited knowledge on it. I used Execute command stage and also used Generic Stage seperatly. No. No luck with the copy of the job. I tried creating new sequence with Execute command and here in both these cases the Orchadm...
by BugFree
Thu Dec 17, 2009 8:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Orchadmin - Sequence job does not stop.
Replies: 4
Views: 3034

What I mean by not stopping is the sequence remains in Running status and never finishes. I tried to run orchadmin command using Generic Stage in another job and it executed. But the problem i am getting in the sequence job. The director log is having only 3 entires. First line -> Job starting info ...
by BugFree
Thu Dec 17, 2009 6:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Orchadmin - Sequence job does not stop.
Replies: 4
Views: 3034

Orchadmin - Sequence job does not stop.

Hi all, I built one sequence job having only Execute Command stage. I was using this stage to execute "orchadmin" command and also to execute "dsrecords" command (Manually changing the options). The sequence ran for both the cases successfuly for many times. However after 7-8 run...
by BugFree
Mon Dec 14, 2009 6:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fine tuning a parallel job
Replies: 12
Views: 4527

hi,

Need to know your exact job design. Whats the source, stages that you have used, target details etc.
by BugFree
Tue Aug 04, 2009 4:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Is it possible to pass a job parameter inside another?
Replies: 17
Views: 6004

One Parameter value directly into another parameter is not possible. If you have to achieve this, use a sequence activity variable stage to conctinate as mentioned in the earlier post and pass that as to the job.

Is that answers your question?
by BugFree
Tue Aug 04, 2009 4:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Is it possible to pass a job parameter inside another?
Replies: 17
Views: 6004

try in transformer --> 'alphabets' :#parcode#
by BugFree
Mon Aug 03, 2009 12:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to add tab space between two strings
Replies: 4
Views: 3319

Satish,

try -> "ABC" : CHAR(09) : "XYZ"
by BugFree
Fri Jul 31, 2009 1:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pass an entire SQLQuery as a parameter, in userdefined sql?
Replies: 3
Views: 2003

Yes. We can parameterize the query. No seperate syntax.
It worked for me for simple queries.
I am not sure about the complex/Huge queries.

One more thing is, if you are running this job at a time for different queries, make sure that you build this job with Multi Instance enabled.
by BugFree
Thu Jul 30, 2009 12:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Where can i know the username who created the job?
Replies: 2
Views: 2054

I would assume you can find it in director log.
by BugFree
Thu Jul 30, 2009 12:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CreateCopy/Save Error
Replies: 3
Views: 2667

Ray is correct. I had this problem for my job. I tried compiling the job directly, and the popup has come showing the simillar error. But surprisingly the job compiled and ran fine. After 2 days when I open the job it was not reflecting the changes made to that job. I created the copy of the job - i...
by BugFree
Wed Jul 29, 2009 5:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: warning in transformer
Replies: 2
Views: 2387

bachi,

This warning will come only if we change the defualt partition method to any other method (other than entire) in transformer stage.
So you can ignore the warning as you have explicitly changed the partition for your requirement.