Search found 3835 matches

by eostic
Wed Sep 30, 2009 6:33 am
Forum:
Topic: Metadat -Import from SQL Server (Cognos Data Manager)
Replies: 17
Views: 10413

...apologies not needed! These things are procedural...and part of the learning curve. Tutorials...others on this site may have better suggestions than I.... as for other sources --- this site itself, of course is a great resource "as is", many professionals on this site do videos and trai...
by eostic
Wed Sep 30, 2009 5:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML - Mapping 2 source columns to single destination tag
Replies: 3
Views: 1743

Yes..."contact method" is a repeating element....so you would need a separate row for the email, and another for the phone details. Alternatively, "if" these are the only two columns, you might just consider having a transformer upstream that builds the "contact method"...
by eostic
Wed Sep 30, 2009 5:39 am
Forum:
Topic: Metadat -Import from SQL Server (Cognos Data Manager)
Replies: 17
Views: 10413

...ok....that just means that the environment hasn't been configured as you require it... you or someone needs to define an ODBC System DSN with all the requisite connection details, at the Windows level, that correctly points to the Database in the remote SQL Server system that you are looking for....
by eostic
Tue Sep 29, 2009 12:52 pm
Forum:
Topic: Metadat -Import from SQL Server (Cognos Data Manager)
Replies: 17
Views: 10413

: ) use the import method to get the "metadata" into DS.... now you have to write your DS jobs to move the actual "contents" of those tables...
by eostic
Tue Sep 29, 2009 12:49 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Need help on SOA design
Replies: 11
Views: 6881

How does this contrast with the first entry in the thread? (you noted that things deployed succesfully)? Second, your comment is interesting that it works from the Director....a job with WISDInput makes no sense running directly from the Director, I would expect that one to abort strangely. Sounds l...
by eostic
Tue Sep 29, 2009 6:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: MQ in v7.5.2 and v8.1
Replies: 3
Views: 1365

Look in your 8.1 doc set...there is a dedicated pdf for MQ. It includes both the Plugin and the new Connector options. lstsaur nailed the big enhancements. It also has a few other goodies, like end-of-wave support, better functionality with reply-to functions and other esoteric bits of MQ. It (at 8....
by eostic
Tue Sep 29, 2009 6:33 am
Forum:
Topic: Metadat -Import from SQL Server (Cognos Data Manager)
Replies: 17
Views: 10413

Windows XP and Windows Server? You should be able to make that connection directly thru various Windows protocols..... Did I mis-read? is there a DataStage "unix" platform involved? If so, then yes, as Ray notes, you'll need a gateway of some type....DataDirect is the one we often see peop...
by eostic
Mon Sep 28, 2009 3:51 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Need help on SOA design
Replies: 11
Views: 6881

; ) Yes, indeed.... a valuable discussion. The use case for a simple topology, or "batch job as a service" [for instance a basic normal job that reads from a flat file and goes to db2] is to provide the simplest way possible for a .NET or java programmer to put a button on a page somewhere...
by eostic
Mon Sep 28, 2009 3:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Active-to-Active Link
Replies: 12
Views: 2793

An alternative is to avoid the general setting and instead use the IPC Stages to do "inter-process" row buffering only where you designate. Wherever you put these stages you will then create a process boundary. ...be careful, because now you are actually creating additional processes on th...
by eostic
Mon Sep 28, 2009 12:13 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Need help on SOA design
Replies: 11
Views: 6881

SOA and ISD is not for this type of requirement. What you are looking for is some type of Changed Data Capture. Do some searches here in this forum and all around....tools like InfoSphere Changed Data Capture will "watch" your relational logs and move data the instant it is committed to th...
by eostic
Mon Sep 28, 2009 9:49 am
Forum:
Topic: Metadat -Import from SQL Server (Cognos Data Manager)
Replies: 17
Views: 10413

The metadata for your "data" in SQL Server is probably best/easiest imported using ODBC. This can be done from within DataStage (import...table definitions....ODBC... or via the Import Connector Wizard)....and/or also from within FastTrack and/or Info Analyzer. This will be for the tables ...
by eostic
Mon Sep 28, 2009 9:46 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Need help on SOA design
Replies: 11
Views: 6881

It will help if we start higher and understand your goals. ISD is best used when there is a portal application, with java, .NET or other such clients, and you would like to share a certain Transformation, lookup, QualityStage, or other such DataStage/QualityStage logic with them. What are you trying...
by eostic
Mon Sep 28, 2009 7:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Active-to-Active Link
Replies: 12
Views: 2793

...this performance feature is great...but always be sure to do your testing, and don't just "turn it on" and blindly re-roll the job into production. One of the options (for example), "inter-process" row buffering, can make subtle changes to the behavior of your jobs. There are ...
by eostic
Mon Sep 28, 2009 7:41 am
Forum:
Topic: Metadat -Import from SQL Server (Cognos Data Manager)
Replies: 17
Views: 10413

Hi... Tell us a little bit more about your environment and what you are trying to do... Do you only have Metadata Workbench, or do you also have DataStage/QualityStage, and/or FastTrack, and/or Information Analyzer? Do you have the Import/Export Manager installed? Are you looking to import the table...
by eostic
Mon Sep 28, 2009 4:57 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Need help on SOA design
Replies: 11
Views: 6881

Hi.... Great job so far. You've created a wISD job and deployed it via SOAP, and have the WSDL. You now have an always on Job for performing Transformations.... Let's look at your questions. (1). It already is 24 by 7. Having wISDInput automatically means that it will be "always on". Check...