Search found 3835 matches

by eostic
Thu Sep 22, 2011 7:49 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: How to Use REST in Datastage
Replies: 2
Views: 3439

For different reasons I had to test a URL scenario today...it still works (I was using 8.5.1 with xmlOutput Stage for this particular test). This was for a fixed xml document that was sitting up at a web site, but it's a good sign that it will probably be transparent whether it's a REST service deli...
by eostic
Wed Sep 21, 2011 6:50 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: How to Use REST in Datastage
Replies: 2
Views: 3439

I haven't had a chance to try it, but it's possible that you can use the xmlOutput Stage or the new xml Stage to pick up the url for your REST service and then process the document that you receive. Maybe someone else on the forum has tested this as a source. Get either Stage working first against a...
by eostic
Wed Sep 21, 2011 6:45 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: MQ Connector Usage in an always-on Job
Replies: 16
Views: 16161

That's odd....end of wave should take care of it.....for testing, you might want to try another target Stage type....like DB2 API, to see what happens with commit=1 and also end of wave.

Ernie
by eostic
Wed Sep 21, 2011 10:03 am
Forum:
Topic: Business Metadata lineage reports
Replies: 1
Views: 1181

Business Lineage is a "summary" lineage view. It shows objects like tables, files, Extended Data Sources, and BI reports.......

Data Lineage shows all of that, as well as any Extension Mappings or DataStage/QualityStage Jobs that are "in between" the objects above.

Ernie
by eostic
Wed Sep 21, 2011 10:02 am
Forum:
Topic: Metadata workbench supports
Replies: 2
Views: 1533

Metadata Workbench can represent all of it, though not all with automatic imports.... Business Objects and Embarcadero are supported for import via the Import/Export Manager.....the others can be represented by Extensions...... there are partners such as Accantec and Compact (www.accantec.com and ww...
by eostic
Wed Sep 21, 2011 9:59 am
Forum:
Topic: Datalineage and Imapact analysis report
Replies: 1
Views: 1087

For Extension Mappings alone, the two will be the same....they are very closely related --- if you also use FastTrack, impact analysis will include those mappings....there are other things that impact analysis extends to, such as ISD projects and services, but they may not apply in your scenario. Er...
by eostic
Tue Sep 20, 2011 7:11 am
Forum: DSXchange Testimonials
Topic: I think it has been a little too long...
Replies: 2
Views: 8687

ditto....but thanks also for everyone's contributions, and to so many of those not directly mentioned. I learn more just from thinking about the real-world issues that everyone runs into and how to solve them...
by eostic
Mon Sep 19, 2011 3:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Iway Enterprise executes twice
Replies: 8
Views: 2679

...it could be like MQ though...it might simply repeat the SQL statement and get duplicate rows..... check it carefully. ...and look in your Job Parameter env variables for the APT_CONFIG_FILE .....

Ernie
by eostic
Mon Sep 19, 2011 3:26 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Java class For SOAP 1.2
Replies: 3
Views: 2702

...that may not necessarily be an issue with 1.1, 1.2 or anything else.... ...it could be with something far simpler, like handling arrays, or a strange datatype.. ...describe the error that you are having. It's certainly possible that it is having a SOAP version issue, but we need to know more...su...
by eostic
Mon Sep 19, 2011 12:54 pm
Forum:
Topic: MWB query
Replies: 3
Views: 1881

Metadata Workbench collects and can show Operational Metadata...but it is not designed for doing any kind of deep operational reporting --- it is designed for doing data lineage and showing light stats on Jobs and the tables they write to. It will work --- give it a try --- you can certainly collect...
by eostic
Mon Sep 19, 2011 12:49 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: SOAP and REST
Replies: 3
Views: 2721

ISD (Information Services Director) is the tooling you use to publish a DataStage Job "as" a Service (where a DataStage Job is the actual code and processing behind a hosted web service). Alternatively, ISD can also publish a SQL Query as a service. It supports an array of options for REST...
by eostic
Mon Sep 19, 2011 10:50 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: SOAP and REST
Replies: 3
Views: 2721

It depends on the context. ISD and the Web Services Pack support some things about SOAP 1.2, and not others.... there is no feature for SOAP with Attachments, for example.

REST is fully supported for Services that you publish via ISD.

Ernie
by eostic
Mon Sep 19, 2011 6:12 am
Forum:
Topic: MWB query
Replies: 3
Views: 1881

I would take a look at things like ETLStats (see kim duke's web site and entries here in the forum) and other solutions that pull data via dsjob api or command line. MWB Operational Metadata could work too, but it sound like you have some very creative specifications for things you want to collect a...
by eostic
Fri Sep 16, 2011 11:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Stage Convert from Old v6.1 to new V8.1
Replies: 29
Views: 10346

For right now, forget the old Job...key is meaningless in the old xmlWriter Stage....it has a far different meaning and impact in the xmlOutput Stage....the functionality and behavior of the two stages, especially for "key" is entirely different...... ...as noted in the thread, this exerci...
by eostic
Fri Sep 16, 2011 6:32 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Passing XML Data with CDATA Section
Replies: 1
Views: 2960

...eliminate the header in any of your xmlOutput Stages by checking the Generate XML Chunk box... As for the CDATA, if it's not appearing in some cases, it "sounds" like the <web:request> element might be null. Make sure that the value of that column (where you build the header and has xpa...