Search found 3835 matches

by eostic
Wed Aug 08, 2018 7:24 pm
Forum: General
Topic: InfoSphere and WebSphere?
Replies: 2
Views: 2747

These are just brandnames. WebSphere generally for the app server parts of Information Server (WAS websphere application server) and infosphere for everything related to information server and its related offerings.
by eostic
Wed Aug 08, 2018 7:26 am
Forum:
Topic: How to transfer job design metadata to new host?
Replies: 3
Views: 3944

The metadata has to be formally migrated to the Information Server instance where IGC exists. ...and.... you need to formally install DataStage Engine on that Information Server instance. ...but you can name the Project anything that you want. Perhaps the project name could indicate that this is not...
by eostic
Wed Aug 08, 2018 4:42 am
Forum: General
Topic: RabbitMQ Connection from DataStage
Replies: 3
Views: 3696

The nice thing about using java is that the java integration stage provides you with a lot of flexibility for interfacing with the ds engine and it is likely that rabbbitMQ provides strong support of JMS and we provide a very nice JMS example on devWorks for the java integration stage.

Ernie
by eostic
Thu Jul 26, 2018 2:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Stage in Datastage
Replies: 2
Views: 2426

Not sure "exactly" what is happening here because there could be a lot of things going on, depending on the expectation of those nodes and whether they repeat (or not), but I've seen things like this with child nodes when they don't have a unique identifier. One thing that might help with ...
by eostic
Wed Jul 25, 2018 4:45 am
Forum: General
Topic: Can you interface Information Analyzer with Informatica?
Replies: 3
Views: 3639

Another thought might be to do something with Data Rules and command line or REST API....with the other ETL tool generating those commands after preparing data for analysis. ...or more simply, "invoking" a complete Discover process (analysis, data classification, automated term assignment,...
by eostic
Tue Jul 17, 2018 10:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Hierarchical Stage Produces No Rows
Replies: 9
Views: 8446

Still having issues with this xml?
by eostic
Mon Jul 16, 2018 6:19 pm
Forum:
Topic: Open IGC - New objects Mainframe Jobs, Shell scripts +
Replies: 5
Views: 4731

Hi. It can be done without an application data source. First, if you are using EMDs, create one manually in the GUI and then export it. Use the gui for selecting source or target and pick your data file directly after havinf imported it via imam. Second....if using datastage, the seq stage, file con...
by eostic
Fri Jul 13, 2018 3:32 am
Forum:
Topic: Transfer glossary assets from one IIS server to another
Replies: 3
Views: 3865

This will work perfectly fine, assuming that "that" named asset exists on the other instance of Information Server (with the desired hostname). The assigned asset section of a normal xml export is fully name based...... This is done often even for new imports, when the xml is created from ...
by eostic
Thu Jul 12, 2018 9:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Migration from 8.5 to 11.5 - Handling of carriage return
Replies: 9
Views: 5818

Perhaps Trim is doing something....but be sure it isn't the Source stage you are using. Prior to the trim, put in a Stage, as outlined prior, so that you can write out, or peek, the actual hex value BEFORE it goes into the trim and immediately after you read it from the source. By the way, what is t...
by eostic
Thu Jul 12, 2018 9:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: WebService call with SSL authentication
Replies: 3
Views: 3223

Hi Tom. It's been a long time since I've done it, but any confusion probably depends mostly on how you obtain the WSDL. The "client" has to be able to go out and get the wsdl. "Sometimes", the access to the WSDL is protected, so you might need to go thru some twists and turns to ...
by eostic
Thu Jul 12, 2018 9:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Migration from 8.5 to 11.5 - Handling of carriage return
Replies: 9
Views: 5818

I would probably first run the data thru an OCONV with the MX control(if memory serves correctly...or other similar transform function...and put the result into the log or another sequential file) in both releases to see in a transformer "upstream" from the target what the hex values are.....
by eostic
Wed Jul 11, 2018 1:23 am
Forum:
Topic: Open IGC - New objects Mainframe Jobs, Shell scripts +
Replies: 5
Views: 4731

Please provide more details on the questions you have or the problems you are running into.... OpenIGC provides a good framework for defining your processes (COBOL programs, batch JCL, etc.) and you can then connect such assets to your mainframe tables, files, etc.

Ernie
by eostic
Wed Jul 11, 2018 1:10 am
Forum: General
Topic: Apps from Datastage code
Replies: 4
Views: 4051

Describe what you mean by "application"? ...that can be a very broad term.....

Ernie
by eostic
Wed Jun 20, 2018 9:48 am
Forum: General
Topic: Combining multiple XSD's
Replies: 3
Views: 3717

Here are some other guidelines to research/consider/think-about/play-with/test.... 1. For any given output link, you can pull in everything from one "path" of your hierarchy. So if you have (say) school, with department nodes under that, and student nodes under that, and classes under that...
by eostic
Tue Jun 19, 2018 5:32 am
Forum: General
Topic: Combining multiple XSD's
Replies: 3
Views: 3717

Combined xsd's is the norm. So that should be fine....at least one or more of them probably has an import or include statement. Chances are they are all four intertwined. Were they in a single zip file? You can import the whole zip file into a single library entry....or import each resource. Ultimat...