Error Message

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
chowmunyee
Participant
Posts: 32
Joined: Wed Dec 28, 2005 9:02 pm

Error Message

Post by chowmunyee »

Hi,

I'm using the server edition to do the parallel job. but when i using the informix (source) pointing directly into another informix (target)

but when i checkout the source to view data. It gives me some errors like this :
##I TFCN 000001 14:40:45(000) <main_program>
DataStage XE Parallel Extender V7.0.1
Copyright (C) 2003, 1997 - 2002 Ascential Software, Inc.
All Rights Reserved


##I TOSH 000002 14:40:45(001) <main_program> orchgeneral: loaded
##I TOSH 000002 14:40:45(002) <main_program> orchsort: loaded
##I TOSH 000002 14:40:45(003) <main_program> orchstats: loaded
##I TFSC 000001 14:40:45(004) <main_program> APT configuration file: /ascential/dsadm/Ascential/DataStage/Configurations/default.apt
##W TCOS 000049 14:40:48(000) <main_program> Parameter specified but not used in flow: DSProjectMapName
>##E TOSH 000205 14:40:48(001) <main_program> PATH search failure:
>##E TOSH 000000 14:40:48(002) <main_program> Could not locate operator definition, wrapper, or Unix command for "xpsread"; please check that all needed libraries are preloaded, and check the PATH for the wrappers
##W TOSH 000004 14:40:48(003) <main_program> Operator xpsread does not exist in the registry.
>##E TCOS 000029 14:40:48(004) <main_program> Creation of step finished with status = FAILED



may i know what is mean of "xpsread"? is it something need to install?

thank you
Last edited by chowmunyee on Wed Aug 30, 2006 1:37 am, edited 2 times in total.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

It isn't possible to use the server edition to write a parallel job. So you have the XE version of the softare. You should post your query into the appropriate PX forum to get an answer.
"xpsread" is used to read informix (xps stands for Extended Parallel Server). Since this cannot be found in the path you will need to ensure that you followed the installation instructions and added the correct path into the dsenv file. I'm not at a DS system right now, but if you attach to $DSHOME and go up one directory and then issue a "find . -name xpsread -print" you will find the directory with the program and then you need to make sure that this is in your path
chowmunyee
Participant
Posts: 32
Joined: Wed Dec 28, 2005 9:02 pm

Post by chowmunyee »

Sorry.....updated into parallel

thanx :lol:
Post Reply