Search found 42189 matches

by chulett
Thu Nov 18, 2010 7:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS Routine issue - Job aborting
Replies: 3
Views: 1424

Worst case you could always post your routine for us to examine and offer opinions on. :wink:
by chulett
Thu Nov 18, 2010 4:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SFTP syntax
Replies: 3
Views: 3360

So... it works but still says "uri is having invalid syntax"? :?
by chulett
Thu Nov 18, 2010 4:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ISSUE: Teradata Connector Properties Interface
Replies: 4
Views: 2266

I don't think Vista has ever been a supported platform, so you may be on your own but have you involved your official support provider?
by chulett
Thu Nov 18, 2010 4:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SFTP syntax
Replies: 3
Views: 3360

FTP uses port 21, SFTP uses 115. Silly question, perhaps, but are you running the version of the stage that officially supports secure ftp?
by chulett
Thu Nov 18, 2010 4:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Query Error
Replies: 1
Views: 970

What actual error did you get? Is your dblink setup properly between the two instances? Meaning can you run your first query from Toad connected to GWH22?
by chulett
Thu Nov 18, 2010 2:11 pm
Forum: General
Topic: Recover Datastage 7.5.2.1 from Error calling subroutin
Replies: 2
Views: 2636

"We did some cleanup"? Can you tell us what you decided was ok to delete? Regardless, it sounds like too much was removed and it's time to start looking into restoring a backup but I'd still be curious if you kept track of what you deleted.
by chulett
Thu Nov 18, 2010 2:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Mainframe low values
Replies: 10
Views: 4123

Did you try convert?

Code: Select all

Convert(CHAR(255)," ",YourField)
by chulett
Thu Nov 18, 2010 2:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: In which directory we run dsjob command?
Replies: 13
Views: 16343

Or if you cd'd to the bin directory then you could use "dot slash":

Code: Select all

./dsjob -run <projectname> <job name> 
Or you could update your $PATH to include that bin directory and then it wouldn't matter where you were when you launched the command.
by chulett
Thu Nov 18, 2010 8:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Improving Job performance
Replies: 16
Views: 6419

All target OCI stages? If that's the case then your upserts don't seem to be the issue, the hashed lookups are. You said that 'cached writes' were enabled, which doesn't make sense with the design you've posted - did you mean cached reads?
by chulett
Thu Nov 18, 2010 8:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Two versions of Jobs repository?
Replies: 9
Views: 2855

Not sure why he asked about 'one and the other', but you misunderstood Ray's response. Regardless, might still be helpful to answer his question. Or not. :?
by chulett
Thu Nov 18, 2010 7:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: data scrubbing/scrambling
Replies: 4
Views: 2598

Of course you would extend that to include all possible characters. And, of course, anything 'scrambled' like that can be easily unscrambled.
by chulett
Thu Nov 18, 2010 7:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stored Procedures in Oracle connector stage
Replies: 13
Views: 15613

Did you let the Stored Procedure stage generate the SQL or did you do it manually? It will build the anonymous block that is needed, hence the question. :?
by chulett
Thu Nov 18, 2010 7:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Infosphere in the cloud
Replies: 4
Views: 1480

Vincent? :wink:

(ok, or Ernie)
by chulett
Thu Nov 18, 2010 7:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job error
Replies: 4
Views: 3420

More details, please. What stages are you using? Database? User defined sql or generated?
by chulett
Thu Nov 18, 2010 7:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job with Merge Stage Abort
Replies: 6
Views: 2178

The Server Merge stage uses hashed files under the covers to do the actual work, so size would very well be the issue. How 'wide' are your records?