Search found 53125 matches
- Tue May 20, 2008 7:46 am
- Forum: General
- Topic: Corrupted Datastage Project
- Replies: 7
- Views: 6165
- Tue May 20, 2008 7:44 am
- Forum: IBM QualityStage
- Topic: osh is unavailable. Please install or configure
- Replies: 7
- Views: 2349
osh (Orchestrate shell) is the underlying architecture required for parallel execution. It lives in a directory called something like /.../DataStage/PXEngine/bin Its parent directory must be visible on all machines mentioned in the configuration file. The configuration file's pathname is specified b...
- Tue May 20, 2008 3:44 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Basic Transformer Stage
- Replies: 11
- Views: 5481
- Tue May 20, 2008 3:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to Abort/Fail PX job
- Replies: 6
- Views: 2102
- Tue May 20, 2008 3:35 am
- Forum: General
- Topic: Getting uvsh help
- Replies: 22
- Views: 6431
- Tue May 20, 2008 12:11 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Warning "main_program: Step has no operators"
- Replies: 4
- Views: 2476
- Tue May 20, 2008 12:09 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to find the job warning limits in director log
- Replies: 4
- Views: 1651
- Tue May 20, 2008 12:07 am
- Forum: General
- Topic: UVSH - HELP
- Replies: 12
- Views: 9003
Nope. BCI emulates the ODBC API. The mechanisms for setting device width and length are SET.TERM.TYPE and TERM (the former is preferred). Setting column width is done in the query itself (like the FMT qualifier I used earlier.) There is no URL with UniVerse HELP, however the UniVerse manuals are all...
- Mon May 19, 2008 11:13 pm
- Forum: General
- Topic: UVSH - HELP
- Replies: 12
- Views: 9003
And it's only in unqualified help - the List Command works properly in, for example, HELP SQL or HELP BCI. If you want just a list of help topics you can execute a query. SELECT @ID HELP_TOPIC FMT '40L' FROM SYS.HELP ORDER BY 1; Note that this is UniVerse help - not all of the commands are used by D...
- Mon May 19, 2008 11:11 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Metadata
- Replies: 2
- Views: 1029
- Mon May 19, 2008 11:09 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Database Connection limit exceeded error
- Replies: 11
- Views: 5959
Re: Database Connection limit exceeded error
Can somebody help me in resolving this issue. I've no clue first of all that why Data Stage are creating 2 connection per Sybase OC or ODBC relational connections into the database. Let me guess: your configuration file specifies two processing nodes. Each processing node does all the work you've d...
- Mon May 19, 2008 11:05 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to find the job warning limits in director log
- Replies: 4
- Views: 1651
Designer (I believe) ignores anything you give in Job Run Options and uses the defaults (set using Tools menu in Director). There does not appear to be any mechanism in Director for recovering the run and warning limits with which a job was run, even when non-default values are given. If you really ...
- Mon May 19, 2008 10:49 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Inserting data into nested tables in oracle 10g
- Replies: 3
- Views: 1656
- Mon May 19, 2008 10:47 pm
- Forum: General
- Topic: What is the difference between Stored Procedure and View?
- Replies: 3
- Views: 1190
From a DataStage perspective, a view must be accessed via some kind of SQL-using stage, which a stored procedure must be accessed only via ODBC or Stored Procedure stages. A view is a combination of rows and columns from one or more tables. A stored procedure is an object in the database that can pe...
- Mon May 19, 2008 10:44 pm
- Forum: General
- Topic: UVSH - HELP
- Replies: 12
- Views: 9003