Search found 7201 matches

by admin
Tue Feb 19, 2002 1:18 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: job schedule overview
Replies: 7
Views: 1220

job schedule overview

Hi, Does anybody know how you can get an overview of scheduled jobs, also jobs that are scheduled with a user id different from your own userid ? thanks & regards Luc Luc Huygelen Data Engineering EDS (Electronic Data Systems) Noorderlaan 147 2030 Antwerpen (Belgium) * +32 (0)3 544 6026 or 8932 6026...
by admin
Tue Feb 19, 2002 10:09 am
Forum: Archive of DataStage Users@Oliver.com
Topic: Rejecting a row in a tranform stage?
Replies: 7
Views: 993

Hi Don, in your case u cant use "Reject constraints" because the steps in the transformes stage are executed sequentially from top (i.e. stage variable) to buttom (i.e. output fileds derivation). I suggest u to define a stage variable and use your Routine in the stage variable derivation. Then in th...
by admin
Tue Feb 19, 2002 8:47 am
Forum: Archive of DataStage Users@Oliver.com
Topic: Meaning of
Replies: 1
Views: 346

Meaning of

In a routine I have the following lines :

If Trim(Output) "" Then
Message = "*** Output from command was: ***":Output

What is the meaning of the ?

Thanks,

Kasia
by admin
Tue Feb 19, 2002 8:22 am
Forum: Archive of DataStage Users@Oliver.com
Topic: Customizing the Designer Palette in 5.1
Replies: 2
Views: 534

If you have the Repository tree window open in the Designer, you can drag and drop any stage type from the tree onto the canvas, whether they are also on the palette or not. The help text seems to be out of step - I think the Insert menu has indeed gone away. Cheers.........Len > -----Original Messa...
by admin
Tue Feb 19, 2002 6:40 am
Forum: Archive of DataStage Users@Oliver.com
Topic: Rejecting a row in a tranform stage?
Replies: 7
Views: 993

Not entirely correct Craig. Any link can be marked as a reject link. It is only the reject link which has no constraint which is the catch-all for rows which have not gone down any other link. -----Original Message----- From: Craig Hulett [mailto:Craig_Hulett@rsausa.com] Sent: Tuesday, February 19, ...
by admin
Tue Feb 19, 2002 6:30 am
Forum: Archive of DataStage Users@Oliver.com
Topic: Error Message
Replies: 2
Views: 1780

Have a look at the sort column in the aggregation stage and make sure it is not set to a number, this error appears when you tell datastage the data that is input to the stage will be sorted in this sequence. -----Original Message----- From: Celeste Lim (COS-HO-IT) [mailto:celeste@kurnia.com.my] Sen...
by admin
Tue Feb 19, 2002 4:30 am
Forum: Archive of DataStage Users@Oliver.com
Topic: Error Message
Replies: 2
Views: 1780

Error Message

Dear all, Have any of you encounter such error message? This occurs when I tried to do aggregation on dates. I have changed the SQL type to Varchar and data element to String in the Transformer stage. But the error still exists. Im running on DS 4.1, Windows 2000. The error message is, mtmasttesting...
by admin
Tue Feb 19, 2002 1:03 am
Forum: Archive of DataStage Users@Oliver.com
Topic: Rejecting a row in a tranform stage?
Replies: 7
Views: 993

Ray and Craig, Youve given me a lot of options. Ill implement a simple one now using either the stage variables Craig suggested or the @USER.RETURN.CODE that Ray suggested. However, for future jobs Ill Try some of the other suggestions of having a pre transform stage to do some data cleansing (rejec...
by admin
Mon Feb 18, 2002 11:46 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Rejecting a row in a tranform stage?
Replies: 7
Views: 993

Don, What causes a row to go down a link marked as a Reject Row is the fact that the data has gone down *no other link* in the transform. In other words, the only time data goes out a Reject Row is if it has no place else to go. Now, you can put constraints on the reject row, but typically it would ...
by admin
Mon Feb 18, 2002 11:32 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Rejecting a row in a tranform stage?
Replies: 7
Views: 993

I assume you meant the DSTransformError() function. The purpose of this function is to log a message, including the input argument values for the function. It does not signal back to the Transformer stage at all. You essentially have three choices. 1. On the output link that handles valid rows, set ...
by admin
Mon Feb 18, 2002 10:45 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Rejecting a row in a tranform stage?
Replies: 7
Views: 993

Rejecting a row in a tranform stage?

I have written a routine which is called from a Transformer Stage as the derivation of an output column. The routine simply validates and translates an input column to a different value. If the input column is not in a valid range, the Routine calls the DSTransformFunction to log a warning message. ...
by admin
Mon Feb 18, 2002 10:21 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Automatic export of MS Access to Text for DS input
Replies: 1
Views: 1264

Brad, You dont have to use the same names in datastage as are in the access db. You can use your own names for the columns in datastage and then specify the Access names in the derivation field of the ODBC stage. If the column name has a space (or something else undesirable) in it then try putting t...
by admin
Mon Feb 18, 2002 10:13 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: WARNING: (was Job Locked... How to Reset??)
Replies: 4
Views: 1344

WARNING: (was Job Locked... How to Reset??)

In an earlier email on this thread Himanshu Patel wrote that you can use the command UNLOCK ALL to reset a locked job. I would counsel most strongly against using this command for this purpose. This is because it will release EVERY lock held by DataStage processes, not just the one that is preventin...
by admin
Mon Feb 18, 2002 10:03 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Administrator Commands
Replies: 0
Views: 459

Administrator Commands

Clicking Help while in the Administrator client gives you access to online help. There is also a manual for DataStage Administration, installed with the other manuals in the DOCS folder wherever you installed your DataStage client software. Ray Wurlod Trainer - Asia Pacific Region IBM Informix Train...
by admin
Mon Feb 18, 2002 8:29 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: 5.1 FTP Stage Problem
Replies: 4
Views: 1573

The only additional light the trace has put on this problem is this: Event #:947 Event type:Info Message: GItcFtpFileVipsInt..Ftp_Data_File.IDENT2: Entered row_to_buffer Event #:948 Event type:Info Message: GItcFtpFileVipsInt..Ftp_Data_File.IDENT2: Finished row_to_buffer Everything looks fine in the...