Search found 53125 matches

by ray.wurlod
Sun Jan 22, 2006 1:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: login failing when trying to ftp server
Replies: 5
Views: 1587

Make sure that the name of the remote machine is mapped (in the /etc/hosts file) and use the name, rather than the IP address. FTP can sometimes be finicky about these things. It can sometimes also object to the password being redirected. If you can't get that to work, create a shell script to perfo...
by ray.wurlod
Sat Jan 21, 2006 3:48 pm
Forum: Site/Forum
Topic: Intellectual Honesty
Replies: 2
Views: 1783

Intellectual Honesty

Hearsay is not admitted as evidence in courts in most countries of the world. There has recently been a distressing (to me) tendency to introduce a thread with "I have heard a rumour that..." and inviting replies. Be advised that I shall no longer be reponding to such posts unless some verifiable ev...
by ray.wurlod
Sat Jan 21, 2006 3:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how execute script from my basic routine
Replies: 7
Views: 1364

...which is pretty much what DSExecute does.

Kim's reasoning probably has to do with the stripping of quote characters. But he didn't say.
by ray.wurlod
Sat Jan 21, 2006 3:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hw to get JobHandle for any job other than current job
Replies: 5
Views: 1015

You can establish the name of the job controller (the job sequence that is controlling this one) and attach to that, but why would you want to? Anything you can do with that job handle you could do in the parent job sequence itself.
by ray.wurlod
Sat Jan 21, 2006 3:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Inserting into Oracle table from Server Rouitne
Replies: 3
Views: 870

Derive the value in your routine, return it to the calling job, and use a stage type (OCI or ODBC) to insert row into Oracle table.

You've spent all that money on GUI software so that you can write your own ETL code? I don't think so.
by ray.wurlod
Sat Jan 21, 2006 3:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: functions for converting date and number
Replies: 6
Views: 1304

To re-word Craig's answer, there are no data types within DataStage server jobs. Thus data type conversion appears to be automatic. If you have a string containing a date, that's fine. If you have extracted a date from a database table, it may be a character string or it may be an internal date; it ...
by ray.wurlod
Sat Jan 21, 2006 3:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How can I wirte to a sequential file in a DS Routine
Replies: 6
Views: 1462

I see only one DSAttachJob call, and no DSDetachJob call. Did you create this as a transform function or as a before/after subroutine? I assume, because you've assigned a value to the variable called Ans, that it is the former. You have performed a 'D' conversion on a time. You should use 'MT' for t...
by ray.wurlod
Sat Jan 21, 2006 3:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: What can I do with Datastage checkpoints?
Replies: 4
Views: 7441

That's because there's not much to say. An activity that is checkpointed will be skipped next time the job sequence is run if there remain any checkpoints in the job sequence (that is, the entire job sequence did not complete successfully). If any activity must be run every time the job sequence is ...
by ray.wurlod
Fri Jan 20, 2006 7:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to acces a database table with BCI?
Replies: 11
Views: 3706

The database is objecting to EDWAPP.T_PARTY_ADDRESS - the error message is telling you that WAPP.T_PARTY_ADDRESS is a legal identifier. Please verify that you are using a schema.table combination that is valid. (I need to add that the routine is working correctly, being able to report this error. )
by ray.wurlod
Fri Jan 20, 2006 7:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Wierd Problem with Shared Container
Replies: 6
Views: 1871

Can you see the performance statistics inside the container, if you open it from the job design?
by ray.wurlod
Fri Jan 20, 2006 7:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS Version Control and UFS filesystem limitation
Replies: 9
Views: 3304

I have seen this limit on Solaris; max 32K subdirectories in a directory. In that case it was also the VERSION project (for Version Control); we got around it by converting dynamic hashed files (directories) into static hashed files (O/S files). Given that each version of each job creates dynamic ha...
by ray.wurlod
Fri Jan 20, 2006 7:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC stage - Column name with pound sign (#) not accepted
Replies: 17
Views: 13120

There is something in one of the manuals about these kinds of characters - I've read it quite recently. (As is usual on Saturdays I'm logged in from an airport lounge and can't check the details.) It may have been for DB2 stage. It may have been for parallel jobs. Open the Server Job Devloper's Guid...
by ray.wurlod
Fri Jan 20, 2006 7:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How can I wirte to a sequential file in a DS Routine
Replies: 6
Views: 1462

Please post your design documentation and, if you can, your code.

What you are trying to do is possible, but perhaps not sensible. What kind of routine are you using, and from where are you invoking it?
by ray.wurlod
Fri Jan 20, 2006 7:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Throw warning from DS Server custom Routine
Replies: 7
Views: 1526

Comment must be a separate statement. See CASE @TRUE line. code = trim(code) begin case case code = 'X' Ans = 1 case code = 'Y' Ans = 2 case code = 'Z' Ans = 3 case @true ; * (If any other value apperas for code) Ans = @null DSLogWarn("Unexpected code appeared":code,&qu...
by ray.wurlod
Fri Jan 20, 2006 7:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: New to parallel extender (help me-how to learn PX)
Replies: 2
Views: 848

Only if the account rep includes it. With some you have to ask for it to be included.

But you can always enrol (and pay) separately to the software purchase price.