Search found 266 matches

by sjfearnside
Mon Apr 17, 2017 9:13 am
Forum: General
Topic: Oracle DB Connectivity Test
Replies: 5
Views: 7893

I had the same issue with the Oracle Connector stage - Test connection function and this resolution solved my issues.

Thanks
by sjfearnside
Wed Dec 21, 2016 7:53 am
Forum: General
Topic: 11.5 QualityStage integration with 11.5 MDM
Replies: 1
Views: 1815

Found the issue.

The MDM team is trying to use the v9 MDM code in v11.5 MDM without upgrading/changing the code. The v9 MDM code use JAX_RPC framework and 11.5 QualityStage use the new JAX_WS framework so there was the issue with the integration.
by sjfearnside
Tue Dec 20, 2016 10:12 am
Forum: General
Topic: 11.5 QualityStage integration with 11.5 MDM
Replies: 1
Views: 1815

11.5 QualityStage integration with 11.5 MDM

We are trying to call the 11.5 QualityStage (QS) operations from 11.5 MDM using web service calls. The issue we are seeing is that the 11.5 QS is creating the MDMQS_Client jar file using the ISC console in the JAX-WS framework and the 11.5 MDM is expecting the MDMQS_Client.jar file to be in JAX-RPC ...
by sjfearnside
Tue Nov 22, 2016 11:29 am
Forum: General
Topic: 11.5 Installation
Replies: 0
Views: 2466

11.5 Installation

My topology has 3 VM Linux servers, on for repository, service and engine tier. The repository was installed separately using Oracle 12c. The service tier installed successfully. The engine tier had an issue during the installation - CDIIN2107E. The default port was not correct. It defaulted to 9443...
by sjfearnside
Fri Sep 16, 2016 2:10 pm
Forum: General
Topic: Datastage 11.5 active-active engine tier
Replies: 5
Views: 5497

If you are by chance referring to web services using the Information Service Director then load balancing is available. Please reference the following link:

http://www-01.ibm.com/support/docview.w ... wg21985065
by sjfearnside
Wed Sep 14, 2016 6:34 am
Forum: Site/Forum
Topic: Charter Membership Renewal
Replies: 21
Views: 64471

I would be glad to volunteer some time to help, but let's focus on the issue and how to get it resolved so the service can be restored and function properly. This site provide allot of good services. The last 2 years that I have been signed up as a premium member, I have also had issue getting my me...
by sjfearnside
Tue Sep 13, 2016 1:38 pm
Forum: Site/Forum
Topic: Charter Membership Renewal
Replies: 21
Views: 64471

Suggestion: Remove the fee based service till it can be properly supported.
by sjfearnside
Wed Mar 23, 2016 10:06 am
Forum: IBM QualityStage
Topic: MDM 11.3 and Quality Stage 8.5 compatibility
Replies: 2
Views: 5639

MDMv11 and QS v8.5

We are looking at moving to the MDMv11 and currently have DS/QSv8.5. Did you try the MDMv11 to QSv8.5 and was it compatible?

Thanks
by sjfearnside
Tue Nov 24, 2015 1:39 pm
Forum: General
Topic: double datatype weirdness
Replies: 7
Views: 4609

Could this have any thing to do with a difference in endianness? I converted many years back from a Linux to an AIX system and ran into this difference.
by sjfearnside
Fri Nov 20, 2015 12:42 pm
Forum: General
Topic: Error writing to jpfile
Replies: 1
Views: 1757

Error writing to jpfile

Received the following error: Error writing to jpfile

Issue: ran out of space on the project directory.

Solution: Add more space to the directory.

Wanted to document the error and solution for others.
by sjfearnside
Mon Sep 28, 2015 6:20 am
Forum: General
Topic: Audit New Parm
Replies: 7
Views: 3247

thanks
by sjfearnside
Fri Sep 25, 2015 8:09 am
Forum: General
Topic: Audit New Parm
Replies: 7
Views: 3247

Audit New Parm

Is there any record in the system to determine who and when a parameter was added to a project?
by sjfearnside
Wed Sep 09, 2015 10:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: get File from http server
Replies: 6
Views: 5952

Thanks Craig. So far that is the only option I have seen referenced.
by sjfearnside
Wed Sep 09, 2015 9:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: get File from http server
Replies: 6
Views: 5952

Since this is not an FTP server I am not able to use the FTP stage. This is a process where I am retrieving the NPI information from the CMS NPPES/PECOS web site. The file being downloaded is a zipped csv file and is available thru a link on the web site. If it is possible to use the FTP stage to do...
by sjfearnside
Wed Sep 09, 2015 8:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: get File from http server
Replies: 6
Views: 5952

get File from http server

We have a requirement to download a file from an http server. Having never done this before, I am looking for an example job or template for guidance. I have search the DSXchange site but did not find any examples. I reviewed a couple of postings from 2010 so I thought that someone would have build ...