Search found 299 matches

by swades
Fri Aug 10, 2007 12:38 pm
Forum: General
Topic: Mail Notification
Replies: 3
Views: 1813

You can use Sequencer activity in sequence job.Set Sequencer mode to "ANY"
and connect this stage to your job activity stage (whichever you want).And set triggers expression type to failed for that link in job activity.
by swades
Fri Aug 10, 2007 9:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Not able to connect perticular project
Replies: 2
Views: 895

Not able to connect perticular project

Hello, We have 42 different projects on the Development machine.out of these projects we are not able to connect one project neither from Designer,Director nor Manager. It is not giving any error or massage but it keeps trying running and then after sometime it gets hanged. 1.Do you have any idea wh...
by swades
Thu Aug 09, 2007 9:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Help for logic
Replies: 9
Views: 3284

How many possible value for type?It only just 3 or more? :?
by swades
Thu Aug 09, 2007 9:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Import Table Definition (ODBC) from Datastage Manager
Replies: 7
Views: 4365

nguyenh,

You have to set uvodbc.config everytime ,whenever you create new project.
:(
by swades
Tue Aug 07, 2007 1:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join Problem
Replies: 7
Views: 3523

kashif007 wrote: I am doing an inner join on that one column
What is Data Type for this column?
by swades
Tue Aug 07, 2007 12:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parameter Passing in sequence
Replies: 4
Views: 1533

Inside the jobactivity, where your specifying $CommandOutput, provide the following
Code:

Field(Execute_Command_2.$CommandOutput,@FM,1)

OR simply
Code:

Execute_Command_2.$CommandOutput<1>
by swades
Tue Aug 07, 2007 12:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join Problem
Replies: 7
Views: 3523

Try to Trim your data for Joining Keys.
by swades
Wed Aug 01, 2007 8:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Key Expression in transformer for Look Up
Replies: 7
Views: 3175

Sorry for being late, Arndw,
I am using my look up as Hashed_File_A and Hashed_File_B so can you please more explain about how I can implement logic which you said ?

Thanks in advance.
by swades
Fri Jul 27, 2007 3:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Key Expression in transformer for Look Up
Replies: 7
Views: 3175

Yes craig,I checked that if I used ''OR'' in Key Expression and condition on link Constraints then it is not working. So , In general 1. If I mapped only 1 coumn in Key Expression and Use 2 columns on Link Constrains, then will it work ? 2.Can anybody please explain working and uses of Key Expressio...
by swades
Fri Jul 27, 2007 8:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Key Expression in transformer for Look Up
Replies: 7
Views: 3175

Thanks Craig,
If I use (Source.Y=TableA.Y) OR (Source.Z=TableA.Y) in Key Expression for Column Y of TableA in Left pan AND again put the condition as constrain on appropriate Output Link then will it be fine ?

Can you please advise me ?

Thanks
by swades
Thu Jul 26, 2007 8:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Key Expression in transformer for Look Up
Replies: 7
Views: 3175

Key Expression in transformer for Look Up

I have 3 keys (X,Y,Z) in Source and for Look Up I have 2 table (Table A & Table B). For Table A there are 2 keys (X,Y) which I have to compare with that of Source. conditon for look-up this table is IF (Source.X=TableA.X) AND ((Source.Y=TableA.Y) OR (Source.Z=TableA.Y)) then get data from TableA...
by swades
Wed Jul 18, 2007 2:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: MQ Series Configuartion Problem
Replies: 6
Views: 2606

After you have installed MQ server, did you get your mqs.so registered successfully? MQ stage simply wouldn't work without registered msq.so. Also assuming that you have put /opt/mqm/lib/3.2:/opt/mqm/lib:/usr/lib in the LD_LIBRARY_PATH of your dsenv. so Istsaur, You mean i have to do following entr...
by swades
Tue Jul 17, 2007 8:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: MQ Series Configuartion Problem
Replies: 6
Views: 2606

In 7.5.x and earlier, this is the ONLY choice as it is the only supported scenario. You MUST have the MQ Server co-resident with DataStage Server. Ernie After installing the MQ server on UNIX environment where Data Stage server lies ,is there any configuration i have to made with Data Stage other t...