Search found 81 matches

by dsxuserrio
Thu Mar 03, 2005 11:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 UDB LOAD
Replies: 4
Views: 3012

Raj I am not sure if I understood the problem correctly. Are you getting an error when you are writing to a unix file??? Where do you get error 2 Err2 : APT_CombinedOperatorController,0: Fatal Error: Fatal: [IBM][CLI Driver] CLI0131E Invalid string or buffer length. SQLSTATE=HY090 Why you want to us...
by dsxuserrio
Thu Mar 03, 2005 11:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to delete fileset
Replies: 13
Views: 11025

Rich For the problem about the scratch disk File_Set_5: When checking operator: No nodes with disk in "export" resource pool; using default disk pool instead You can add LFS or FS in your resource line in the config.apt file resource disk "/opt/apps/Ascential/DataStage/Datasets" ...
by dsxuserrio
Wed Mar 02, 2005 10:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: [HELP.....] Compilation of a simple parallel job hangs
Replies: 7
Views: 3833

Can you do a
type CC or whcih CC and make sure your compiler path is right??

/opt/SUNWspro/bin/CC
by dsxuserrio
Wed Mar 02, 2005 10:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 UDB LOAD
Replies: 4
Views: 3012

Raj
Welcome aboard.
Can you please give more info?? Is it happening in the source or target table?? Spilt the job into two and try to identify where it happens. Check the select query using command center.
by dsxuserrio
Wed Mar 02, 2005 10:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Buildop - doTransfer() function not working
Replies: 2
Views: 1960

If you are looking for a sample buildop look at the following posting
viewtopic.php?t=85975&
by dsxuserrio
Wed Mar 02, 2005 9:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ASCII to EBCDIC
Replies: 4
Views: 3183

First make sure your data is right. What is happening to the last two bytes??
by dsxuserrio
Wed Mar 02, 2005 9:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compilation issue
Replies: 2
Views: 1461

Did you try exporting the LICENSE_FILE as a variable in UNIX?? Find out where the license file is and export it as a variable. Hope this solves your problem. In case you are not able to solve this let me give you a small tip. When user A compiles , B can not use the copiler. Even after A has stopped...
by dsxuserrio
Wed Mar 02, 2005 6:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: What happens to the Job log when we rename the job?
Replies: 7
Views: 2423

However when you rename a job , the job goes into not compiled state and also the logs get purged. As Ray said the same RT_LOGnnn will be used. But old entries will be wiped out. That is the reason why you wont be able to rename a job when the log window in director is open for that job.
by dsxuserrio
Wed Mar 02, 2005 6:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Able to save job with same name
Replies: 6
Views: 1612

You can not have same job name for two jobs in the same category. Can you post the job and category names of the two jobs please??
by dsxuserrio
Tue Mar 01, 2005 4:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to delete fileset
Replies: 13
Views: 11025

Rich OK. When you cat your fileset or lookupfileset file in unix you can see exactly the location of the data. If your intention is to free space by deleting unwanted filesets and lookup filesets then you can delete the actual file which are pointed by the fileset --Orchestrate File Set v2 --LFile n...
by dsxuserrio
Tue Mar 01, 2005 7:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job search query
Replies: 11
Views: 3324

Here is a crude nonelegant way in case you just want to do it anyway.
Generate reports for all projects and store in a windows folder.
Do you search with column name in the text string.
by dsxuserrio
Tue Mar 01, 2005 7:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to delete fileset
Replies: 13
Views: 11025

Rich I ried again to delete some more filesets using orchadmin command. I could delete many of them but not all. I am getting the same errors as you were getting. It is not documented anywhere that filesets can be deleted using orchadmin, but I thought it would work because I could delete some of th...
by dsxuserrio
Mon Feb 28, 2005 11:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Warning while sending a Email using DSSendMail
Replies: 12
Views: 9978

Sudharshan
Please check your syntax again. Probably you left out a ( or some other character.
by dsxuserrio
Mon Feb 28, 2005 11:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Enterprise Stage
Replies: 4
Views: 3495

Another way of addressing the problem would be to load into empty work/staging table. From staging/work table to target (actual ) table could be done fully by oracle. (Using a package ). That works great for us with huge volumes.
by dsxuserrio
Mon Feb 28, 2005 10:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What replaced the substring?
Replies: 2
Views: 1588

It is still there. It is an implicit substring
DSLink3.FIELD_NAME[start,length]