Search found 15603 matches

by ArndW
Mon Apr 28, 2008 6:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with Charachter handling in Dataset
Replies: 10
Views: 2475

Try output to a PEEK stage - is it correct there?
by ArndW
Mon Apr 28, 2008 4:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with Charachter handling in Dataset
Replies: 10
Views: 2475

Are you using NLS? What is the Oracle character set setting and what are you using in DataStage?
by ArndW
Mon Apr 28, 2008 4:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Import Orchestrate Schema - Database Name Textbox Disabled
Replies: 11
Views: 6866

I'm sorry but I don't have Oracle installed here and am working on V8, so probably cannot assist.
by ArndW
Mon Apr 28, 2008 3:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datasets
Replies: 6
Views: 1512

DataSets are complex binary files and can only be read within DS. The descriptor file is stored where you specify it, then the actual data file(s) is/are stored in the location specified by the active APT_CONFIG file.
by ArndW
Mon Apr 28, 2008 3:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Optimisation of job with hashed files
Replies: 8
Views: 1927

Type 18 might not be the best algorithm to use, it is certainly a slower computation than my favorite, Type 2 (which usually results in a pretty good distribution regardless of key type). What are your keys - do the match any (or none) of the documented hashing algorithms? You can revert to a Type 3...
by ArndW
Mon Apr 28, 2008 2:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dataset problem
Replies: 2
Views: 1033

You can use the DataStage command "orchadm" to do this. The options are: $ orchadmin dump ##I IIS-DSEE-TFCN-00001 10:52:14(000) <main_program> IBM WebSphere DataStage Enterprise Edition 8.0.1.4665 Copyright (c) 2001, 2005-2007 IBM Corporation. All rights reserved ##I IIS-DSEE-TUTL-00031 10:52:14(001...
by ArndW
Mon Apr 28, 2008 1:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Import Orchestrate Schema - Database Name Textbox Disabled
Replies: 11
Views: 6866

When I try to import using Orchestrate Schema (via orchdbutil) my box for database name is not greyed out.
by ArndW
Mon Apr 28, 2008 1:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Timestamp Conversion Errors in Oracle
Replies: 3
Views: 1124

Most likely you are getting the warning with the milliseconds. Add a "Peek" stage to your transform stage and output both your source timestamp column and the result of your StringToTimeStamp() call.
by ArndW
Sun Apr 27, 2008 10:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job is being strucked
Replies: 4
Views: 3463

In this case the truss output isn't of any help. I wonder if the job is not progressing because it is waiting for Oracle to complete? If you change the job to not write any changes to the database does it complete? Can you have your DBA monitor the DB while this job is running?
by ArndW
Sun Apr 27, 2008 5:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: protect my job
Replies: 6
Views: 2757

You have already posted these questions in a new thread - there is no reason to hijack this thread with a completely unrelated question. this is the active thread
by ArndW
Sun Apr 27, 2008 5:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: datastage installation issue: SQL1762N Unable to connect
Replies: 1
Views: 2333

This is not a DataStage, but a DB2 problem. The relevant DB2 settings can be lookup up at LOGPRIMARY and/or LOGFILSIZ
by ArndW
Sat Apr 26, 2008 7:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Server Job Compilation
Replies: 12
Views: 7331

Ag_Ram - I've already answered too many questions for you on this subject. You need to show some initiative and delve a bit yourself instead of expecting all answers to any questions to be given to you. For example, although it has been suggested several times, you have not looked at any VLIST outpu...
by ArndW
Sat Apr 26, 2008 6:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: I got an error while running a job
Replies: 2
Views: 962

Are there any more warning or error messages, particularly Oracle ones?
by ArndW
Fri Apr 25, 2008 10:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Version Control In DataStage
Replies: 1
Views: 566

binay - I don't know where you read that, but it isn't correct. Each job (and routines as well as other objects) has an internal version number. But "Version Control" is a separate topic which has it's own documentation which you can look at on your system; unfortunately the application is phased ou...
by ArndW
Fri Apr 25, 2008 10:12 am
Forum: General
Topic: Wrapper jobs
Replies: 8
Views: 3063

Everyone uses a different definition of a what a "wrapper job" could be. In my case I look at job sequences as wrapper jobs.