Search found 297 matches

by jhmckeever
Wed Aug 24, 2016 7:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Orchadmin - Unix error 10,061
Replies: 4
Views: 5585

Orchadmin - Unix error 10,061

Hi everyone, We're trying to use orchadmin commands on a Windows-based Information Server installation, but are not having much luck ... E:\MyDatasetDir>orchadmin describe dsMyData.ds <snip> ##I IIS-DSEE-TFCN-00006 10:36:57(001) <main_program> conductor uname: -s=Windows Server 2012; -r=; -v=6.2; -n...
by jhmckeever
Mon Jun 27, 2016 1:21 am
Forum: General
Topic: datastage development process
Replies: 6
Views: 10748

patpicos wrote:jhmckeever - would you mind doing a write up on the code validation steps that you have built? From a unit test perspective, are you testing unit tests against data or did you mean the code validation steps were your unit tests.
I'll send you a private message and we can discuss it.
by jhmckeever
Sun Dec 06, 2015 10:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Hierarchical Data - Issue with mapping in REST Step
Replies: 2
Views: 3483

Hierarchical Data - Issue with mapping in REST Step

Hi, I am trying to fetch data coming from a RSS Feed - http://www.theage.com.au/rssheadlines/business/article/rss.xml Below are the steps I have followed - 1. Choose hierarchical data stage to perform the operation. 2. Go to properties of hierarchical data stage, and click on Edit Assembly. 3. Add R...
by jhmckeever
Thu Dec 03, 2015 6:39 pm
Forum: General
Topic: datastage development process
Replies: 6
Views: 10748

Hi abyss, We've created a custom menu item in the DataStage Designer client which invokes a checkin-process. The process is execute by Atlassian Bamboo (a build automation tool similar to Jenkins or Hudson) which extracts the currently open DataStage job from XMETA, invokes a set of unit tests, then...
by jhmckeever
Mon Jan 27, 2014 10:41 pm
Forum: General
Topic: Jobs remaining at status 'Queued'
Replies: 6
Views: 5389

Not in a grid environment - Just a regular SMP environment using workload manager.
by jhmckeever
Thu Jan 23, 2014 9:44 pm
Forum: General
Topic: Jobs remaining at status 'Queued'
Replies: 6
Views: 5389

Jobs remaining at status 'Queued'

We've recently run into the scenario where jobs are entering the job queue and remaining at status Queued indefinitely, despite the system and queue policies being set such that the job should be executed. This occurs whichever queue we submit to, including newly created queues.

Any tips?

John
by jhmckeever
Tue Mar 12, 2013 5:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: replace function
Replies: 6
Views: 26657

You probably want to take a look at <a href="viewtopic.php?t=106358&highlight=PXEReplace">this post</a>.
by jhmckeever
Wed Mar 06, 2013 10:38 pm
Forum: General
Topic: Cannot delete routine
Replies: 4
Views: 1858

FYI, I fixed this using the following process: 1. Create a new routine (or use an existing one) and compile it 2. Export it 3. Edit the exported file and replace all instances of the routine's name with the name of the corrupt routine you can't delete 4. Import the renamed routine 5. Locate the rout...
by jhmckeever
Wed Mar 06, 2013 6:00 pm
Forum: General
Topic: Cannot delete routine
Replies: 4
Views: 1858

Nope ... Error message: An error occurred when executing the operation: Exception type: ReposAccessException Exception message: Exception source: IBM.DataStage.RepositoryAccess Exception stack trace: ... ... although I DID manage to rename the routine from within the routine editor window. Any idea ...
by jhmckeever
Tue Mar 05, 2013 7:33 pm
Forum: General
Topic: Cannot delete routine
Replies: 4
Views: 1858

Cannot delete routine

Hi,

I created a server routine then attempting to rename or delete it from the designer gave me the following error:

Code: Select all

Unable to rename the item.

The reference to entity "B" must end with the ';' delimiter.
Any thoughts anybody?

Thanks,
John.
by jhmckeever
Sun Feb 24, 2013 10:02 pm
Forum: General
Topic: Operations Console issues in 9.1
Replies: 5
Views: 15977

Ray - This wasn't my experience with either AIX or Windows installations. Certainly the WebSphere application is installed, but the underlying database isn't. You get the following message after logging in: DSODB is turned off for the selected engine (GREDO). Functionality in this application will b...
by jhmckeever
Sun Feb 24, 2013 4:39 pm
Forum: General
Topic: Operations Console issues in 9.1
Replies: 5
Views: 15977

Operations Console issues in 9.1

Hi, I've recently set up our development instance of Information Server 9.1 on AIX 6.1. I had a lot of fun (!) setting up Operations Console which is now far more complicated to install than on 8.7. We're using the bundled DB2 for xmeta but a separate Oracle repository to drive the Ops Console. Many...
by jhmckeever
Thu Jan 17, 2013 5:57 pm
Forum: General
Topic: Replace data on Image
Replies: 3
Views: 1971

Hi kennyapril , I don't believe IBM provide anything to do this, but as you're on Unix you could easily use imagemagick to mask the appropriate area by specifying the coordinates of the offending area on the image. See http://www.imagemagick.org/Usage/blur/ and http://www.imagemagick.org/Usage/maski...
by jhmckeever
Wed Nov 21, 2012 9:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQLFetch reported: SQLSTATE = 22018: Native Error Code 802
Replies: 5
Views: 12398

http://lmgtfy.com/?q=SQLSTATE+%3D+22018

:-)

Look like you're passing a string to something that doesn't accept a string.
by jhmckeever
Mon Nov 19, 2012 5:42 pm
Forum: General
Topic: Information Server version 9.1
Replies: 18
Views: 14236

Does anyone know when Information Server 9.1 will be available to download from IBM's Software Access Cataloge for business partners?

Thanks,
John.