Search found 3835 matches

by eostic
Tue Nov 06, 2012 7:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XALAN error in XML input stage
Replies: 11
Views: 4427

one more. e) test it with a Server Job, using a Folder Stage to feed the xml Input Stage. Use the built in "Folder" table definition on the link. To mimic the behavior of the External Source, choose to fully qualify the filename at the Folder Stage and specify the filename column at the xm...
by eostic
Tue Nov 06, 2012 7:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XALAN error in XML input stage
Replies: 11
Views: 4427

Can't say for sure, but here are some things to try: a) try another document, especially if this is your first time doing xml stage. b) make sure that you have "url" checked at the input link of the xmlInput Stage c) send the External Source to a sequential file Stage directly. Are you get...
by eostic
Mon Oct 29, 2012 9:24 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Web Service invocation fails
Replies: 3
Views: 4239

To be certain the environment "works" and that it isn't simply something else, find out if the provider of the service has an http edition of it (without any security).

Also try some other services, so that you know it is "this" one that is giving you a problem.

Ernie
by eostic
Mon Oct 29, 2012 6:40 am
Forum: General
Topic: Big Data
Replies: 2
Views: 1078

good exercise for us all...especially considering all the food we ate..... ; )
by eostic
Fri Oct 26, 2012 1:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Input stage Error Handling
Replies: 2
Views: 1475

Depends on the type of error... The XML Stage is "shredding" the document...if the document has a problem (bad tags, invalid xml via the schema, etc.), then the WHOLE document will be rejected. When you say it is one of your 100 rows, what exactly do you mean? Is it one of the 100 "re...
by eostic
Fri Oct 26, 2012 1:17 pm
Forum:
Topic: Import Cognos Reports in XML Format to the Repository
Replies: 2
Views: 1944

The Cognos bridge uses a direct connection to the cognos metadata repository.......there is no way to bring in xml exports from cognos into Information Server. Separately, where are they exported from? I've seen the export from Framework Manager, but haven't seen one from anywhere else....are these ...
by eostic
Fri Oct 26, 2012 1:14 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Using SSl with WSDL
Replies: 1
Views: 2796

I haven't done anything with certificates and keys in awhile...maybe someone else has and can comment........but I would certainly encourage you (especially considering the other post, which already indicates that this is a complex scenario) to make sure you have a test service available that doesn'...
by eostic
Fri Oct 26, 2012 1:11 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: WSDL Implementation using XML as Input
Replies: 2
Views: 3288

This can potentially be a very complex process...."if" the wsdl describes nothing but a single large column to be sent to the service, then this is the general methodology.... (xmlinput to wsTransformer or wsClient, passing the xml in a single large column)... ...but if the real scenario i...
by eostic
Fri Oct 26, 2012 1:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem in XML ouput to MQ connector
Replies: 3
Views: 1764

...it sounds as though you are able to successfully write the messages to a sequential stage? We will assume that you have one column on the output link, and it has a long length and a single "/" in the Description property?...and that you can write it to a file and it's the perfect xml th...
by eostic
Fri Oct 26, 2012 1:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Generate XSD using Datastage
Replies: 3
Views: 3230

A formal tool like lstsaur notes is the best way....I like also Oxygen XML and xmlSpy......but you can also google and download "trang"...it's a decent open source command line utility that will create xsd's from straight xml documents.

Nothin' fancy, but it works.

Ernie
by eostic
Fri Oct 26, 2012 12:59 pm
Forum: General
Topic: How to Get Metadata Info from XML Export file of DS Job?
Replies: 8
Views: 3675

No. You must have formally installed DataStage on the other machine in order for all of the underlying meta-model bits of xmeta to be in place for using/storing the DataStage metadata. You don't have to ever "run" or "compile" the jobs, but there must have been a formal instsall ...
by eostic
Fri Oct 19, 2012 11:24 pm
Forum:
Topic: Linage doesn't work with BO reports
Replies: 6
Views: 3112

You don't need another app. Do some careful reviews of the metadata that you've imported successfully..... You should have three object types....some new tables in the Implementation Model --- some BI model objects....and some reports. Look at the implementation model tree and also the BI Reports an...
by eostic
Fri Oct 19, 2012 11:17 pm
Forum:
Topic: Establish relation between Jobs/mapping docs in FastTrack
Replies: 4
Views: 2025

Hmm. As Ray notes, "if" the FastTrack Mapping was used for direct Job generation, then the relationship will be automatic. If a particular FastTrack Mapping was not used as the source for Job Generation, then it is a bit more interesting......the FastTrack mapping in Metadata Workbench in ...
by eostic
Thu Oct 18, 2012 7:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Mq stage for pulling .xml large files
Replies: 2
Views: 1515

That's still a very small document. Some things to check and consider: a) There's an APT variable APT_DEFAULT_BLOCKSIZE or something like that (I never seem to be able to memorize its name and always have to look it up here or in DS and I don't have DS up and running right now...someone will correct...
by eostic
Wed Oct 17, 2012 7:38 pm
Forum:
Topic: How to import stored procedures using Asset Mgr or Imp/expor
Replies: 1
Views: 1361

I've noticed that "formal" rdbms Stored Procedure objects will get imported into Information Server when you use a modeling tool. Try reverse engineering your rdbms into ERwin or IDA or other modeling tool and then importing that physical model. The "Extended Data Source" type of...