Search found 3835 matches
- Tue Jan 12, 2010 1:56 pm
- Forum: General
- Topic: Server jobs vs Parallel jobs
- Replies: 3
- Views: 1594
There are also some very special situations/techniques/approaches that require Server..... Some of this is a factor of Job design, and other methods are possible with Enterprise Edition, but here are two that only Server can easily do....(I'm sure there are others...and in the context of this discus...
- Mon Jan 11, 2010 6:45 am
- Forum: General
- Topic: Calling a DataStage job from a java program
- Replies: 7
- Views: 7876
- Mon Jan 11, 2010 6:44 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Getting XML filename while reading from folder stage
- Replies: 2
- Views: 1123
- Mon Jan 11, 2010 6:41 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: XML File Stage
- Replies: 6
- Views: 2466
- Sun Jan 10, 2010 5:31 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: WebService architecture for flexible SQL-WHERE condition
- Replies: 3
- Views: 1260
- Fri Jan 08, 2010 4:28 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: WebService architecture for flexible SQL-WHERE condition
- Replies: 3
- Views: 1260
Michael.... One key thing I don't think we talked about earlier was the frequency of calls.... how often is this service invoked? How many times per day, per hour, per minute, per second......? That will also help determine the necessity of doing this as a lookup technique vs a pure parameter based ...
- Fri Jan 08, 2010 7:31 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Is MQ server needs to be installed on datastage 8.0 server
- Replies: 1
- Views: 1361
Search thru some threads here for more details, but here is the summary..... when you install 8.x, you are asked at install time if you want MQ, and then, if you want Server or Client (Server means that MQ Server must be co-resident). The MQ Connector can do either....but the MQ Plugin is dependent ...
- Fri Jan 08, 2010 7:29 am
- Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
- Topic: configuration of web services
- Replies: 12
- Views: 6518
- Fri Jan 08, 2010 7:28 am
- Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
- Topic: configuration of web services
- Replies: 12
- Views: 6518
- Thu Jan 07, 2010 4:04 pm
- Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
- Topic: configuration of web services
- Replies: 12
- Views: 6518
- Thu Jan 07, 2010 4:01 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: XML Validation
- Replies: 6
- Views: 2486
Ok....then you should be ok, but there may be some fix/patch issues to consider (again...suggest that you search thru the forum here and also call your support provider). Also --- try it in a Server Job to see if there are any differences...there were situations in the past where it worked in one jo...
- Thu Jan 07, 2010 3:58 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reading from Active Directory in Datastage 8.1
- Replies: 5
- Views: 3138
- Thu Jan 07, 2010 12:07 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: XML Validation
- Replies: 6
- Views: 2486
- Thu Jan 07, 2010 12:06 pm
- Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
- Topic: configuration of web services
- Replies: 12
- Views: 6518
Here are the basic steps.... a) create a simple job...like WISDinput to Transformer to WISDoutput. b) enable it to be a service (job properties...check box below multi-instance) c) compile it d) go into the Info Server console. e) create a new Info Services project (this is not a DS project) f) find...
- Thu Jan 07, 2010 7:27 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: XML Trigger Output
- Replies: 3
- Views: 1179
Nope. Another post process is needed. I usually end up processing triggers in this way so that I can slice off individual documents for individual MQ series messages......I have seen scenarios where someone picks up my messages for other reasons and then writes them out in another application (java)...