Search found 53125 matches

by ray.wurlod
Mon Jan 19, 2004 3:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Server hit by lots of log queries
Replies: 31
Views: 6529

Having a Director (or more than one) open in log view doesn't help. Switch to Status view, or minimize Director, or (best) close Director. As far as running jobs hitting the logs is concerned (exactly how did you establish that this is happening?), find out what kind of things are being logged and s...
by ray.wurlod
Mon Jan 19, 2004 3:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Don't mark your posts "urgent" or request replies
Replies: 3
Views: 1823

Don't mark your posts "urgent" or request replies

Please don't mark your posts "urgent" or request replies "ASAP". There's no such thing in a forum such as this, indeed it's offputting for those of us who try to contribute - but still have to earn a living. We are not on line 24x7 merely to answer your questions. Turnaround time is not that bad, a...
by ray.wurlod
Mon Jan 19, 2004 3:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: timestamp format convertion
Replies: 4
Views: 1801

Just out of curiosity, WHERE did you do this?
Your original post suggested that you were using a parallel job, which limits the places that you can use BASIC functions such as Iconv() and Oconv(), and the square bracket notation for substringing.
by ray.wurlod
Sun Jan 18, 2004 11:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Database and Datastage job
Replies: 6
Views: 1525

Thanks. :D My job shall clear the table and insert only one row. However i do have an after-job routine which only touches a file. If anything sets the ErrorCode argument of your after-job routine to a value other than zero your job will abort. That is the documented purpose of the ErrorCode argume...
by ray.wurlod
Sun Jan 18, 2004 11:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Inner Circle Experts Design Dilemma
Replies: 13
Views: 4449

Thanks but this forum is just too time consuming. You guys seem to function just fine without me. We will never catch Ray anyway not that was ever a goal of mine. Ray's and Ken's knowledge covers a broader range of topics than mine ever will. Well, just wait till ADN catches on. Then there'll be ev...
by ray.wurlod
Sun Jan 18, 2004 11:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Ftp'ing multiple files from a UNIX to Windows using DS
Replies: 3
Views: 1996

Can the file names be grouped using a wildcard? If so, you can use MGET within FTP (or MPUT, depending on the direction you're travelling). Use PROMPT to toggle confirmation of wildcard matches. You can trigger this from DataStage or not, depending on your preference. If you want to do so, search th...
by ray.wurlod
Sun Jan 18, 2004 11:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: running administrator queries from UNIX
Replies: 26
Views: 6986

Just to rub it in, so to speak, DS_JOBOBJECTS is not part of the original DataStage respository design. It was introduced well into the life of the product. One of the reasons UniVerse was originally selected as the DataStage engine was this flexibility. No data types, nothing is enforced, so it's q...
by ray.wurlod
Sun Jan 18, 2004 7:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: After job subroutine not getting called
Replies: 4
Views: 1262

What you have created is a transformation function. Check in the routine properties; its type is in the drop-down list. To invoke a user-written function from DataStage BASIC (whether job control code, before/after subroutine code or even another transform function), you must first declare that func...
by ray.wurlod
Fri Jan 16, 2004 4:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Link Partitioner/Link Collector
Replies: 21
Views: 6760

Ok first where are the settings for throwing away incomplete rows....dont member that one from training classes Jim In the Sequential File stage go to the link properties (Outputs tab), select the Columns tab, then scroll the grid to the right using the horizontal scroll bar at its base. It's there...
by ray.wurlod
Fri Jan 16, 2004 3:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: UNIX dsapi_slave
Replies: 13
Views: 10587

When a DataStage client connects to the server, a dsapi_server process is started (by the dsrpcd daemon) to manage the connection between server and client. If any work has to be done, which is usually the case, the dsapi_server process will spawn a child dsapi_slave process. These processes are unr...
by ray.wurlod
Fri Jan 16, 2004 3:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Paramiter using Date datatype
Replies: 8
Views: 1899

Oconv(date(), "D-YMD[4,2,2]") should work, at least in my mind it should..but it does not. is there a better way to do this so that I have a constant load date, with out a time stamp? Jim Date() returns the system date. Prefer the system variable @DATE, which has its value set at the beginning of t...
by ray.wurlod
Fri Jan 16, 2004 3:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: relate data between Oracle tables (foreign key).
Replies: 12
Views: 3799

Ray, So, if I do this task in separate jobs how would I assign the ID from master table to foreign key of Detail table if I can't see the ID from Master table in the second job? I can not load a detail table without information for foreign key (derivation). Also, can you explain changing demantions...
by ray.wurlod
Fri Jan 16, 2004 3:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Insert into Hash table from a Routine
Replies: 5
Views: 1444

You can create the hashed file as indicated, or you can use a CREATE TABLE command called via DSExecute. For example: Stmt = "CREATE TABLE MyTable (" Stmt := " key INTEGER NOT NULL DEFAULT NEXT AVAILABLE," Stmt := " col1 VARCHAR, " Stmt := " PRIMARY KEY (ke...
by ray.wurlod
Fri Jan 16, 2004 3:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: After job subroutine not getting called
Replies: 4
Views: 1262

Before/after subroutines have exactly two arguments. Therefore you have not created a Routine whose type is "before/after". Therefore you cannot call it as a before/after subroutine. The two arguments of a before/after subroutine are InputArg, which is the contents of the Input Value field from the ...
by ray.wurlod
Fri Jan 16, 2004 3:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: A utility to convert XML to DSX
Replies: 1
Views: 1146

Enable server side tracing.
Do one in Manager (Import from XML, export to DSX).
Disable server side tracing.
Examine the trace file.
Mimic the subroutine calls in your BASIC routine. :mrgreen: