Search found 15603 matches

by ArndW
Mon Feb 19, 2007 4:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: finding the parameter type of a parameter
Replies: 4
Views: 1195

Although you can use integer values for the return value, you should always use the supplied constants as found in the documentation for the DSGetParamInfo() function, so code IF (v_paramType = DSJ.PARAMTYPE.INTEGER) THEN ... Note, you cannot change the value of a job's parameter after it ha...
by ArndW
Mon Feb 19, 2007 4:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem in using Command Stage
Replies: 8
Views: 1670

Does this XYZ folder actually get created by the batch? At compile time no checking is done for source and target file paths, so you won't see this error message then.
by ArndW
Mon Feb 19, 2007 3:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Use of combine records stage
Replies: 15
Views: 6766

Start with the sequential file error. Do you have a column called NAME and can you view data or read the file without the combine records stage?
by ArndW
Mon Feb 19, 2007 3:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routine Error Code
Replies: 12
Views: 3305

What will happen is that if the last run of the job you are checking has warnings or error or hasn't run since compilation your current job will abort.
by ArndW
Mon Feb 19, 2007 3:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: concern about REMOVE DUPLICATE STAGE..............
Replies: 15
Views: 23077

Since you have already sorted the data, you can use the server method of storing a row in stage variables and comparing it with the previous row's value. I'm not at a DS system now, but are you sure that no alternate output is allowed for a remove duplicates?
by ArndW
Mon Feb 19, 2007 3:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: finding the parameter type of a parameter
Replies: 4
Views: 1195

I'm not quite sure what your question is. The code snippets don't look incorrect (if you assign the appropriate parameter name to the v_paramName variable)
by ArndW
Mon Feb 19, 2007 2:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Use of combine records stage
Replies: 15
Views: 6766

dsguy - I apologize for my earlier post about assuming you hadn't tried anything.

What was your error message when you tried this?
by ArndW
Mon Feb 19, 2007 2:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel Job is hanging while excuteing through mastersequen
Replies: 9
Views: 2875

It would also be helpful if you could define "hanging" in this case. Does the job monitor show any rows processed or what is the status? Are the UNIX processes still running when this happens and is there any load on the system? If it accesses a database, are the connections open? How long do you wa...
by ArndW
Sun Feb 18, 2007 3:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Partition Table
Replies: 10
Views: 1983

laxmi_etl - you still haven't given us any error message with which to work. Please, post those details.
by ArndW
Sun Feb 18, 2007 12:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Partition Table
Replies: 10
Views: 1983

I give up.

p.s. Why did you quote your oringal post?
by ArndW
Sun Feb 18, 2007 12:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage 7.5 Installation Error
Replies: 8
Views: 2912

umamahes - I'm confused, why did you quote your original post, but add no comments?
by ArndW
Sun Feb 18, 2007 12:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage 7.5 Connection problem
Replies: 18
Views: 5036

Can you connect to "KISHORE" via your PC client's command line, using "TELNET KISHORE"? If not, perhaps you could add that host to your HOSTS file, or use the IP address to connect to the server machine.
by ArndW
Sun Feb 18, 2007 12:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Partition Table
Replies: 10
Views: 1983

Re: Partition Table

You are right, the Oracle log shows no errors.

laxmi_etl wrote:The error gives Oracle log file reference...


That is the error message whose contents could help.
by ArndW
Sun Feb 18, 2007 11:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Partition Table
Replies: 10
Views: 1983

Re: Partition Table

laxmi_etl wrote:...The error gives Oracle log file reference. And the log file does not show any errors. ...Any thoughts.

Sure, my thoughts are that you haven't posted the exact error message, so there isn't much to work with yet.
by ArndW
Sun Feb 18, 2007 10:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage 7.5 Installation Error
Replies: 8
Views: 2912

You have a bad media. One thing you might try is copying the CD to disk and installing from there. Or clean the CD. Or try another CD drive.