Search found 71 matches

by Terala
Tue Feb 24, 2009 1:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: LIST.DICT
Replies: 10
Views: 4120

Thanks for the commands Ray.

So we need to execute all the above insert statements, right?

What do you mean by

Code: Select all

Beware that the column names list varies. 
Thanks
by Terala
Mon Feb 23, 2009 11:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: LIST.DICT
Replies: 10
Views: 4120

Tried

Code: Select all

LIST DICT DS_AUDIT
same result. 1 record

How can we find the person who did this?


Please show us how to re-build these metadata manually.

Thanks alot
by Terala
Mon Feb 23, 2009 1:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: LIST.DICT
Replies: 10
Views: 4120

LIST.DICT

we have around 1400 jobs in one of our project and trying to get the list of jobs and their modification times, we are querying the DS_AUDIT table for each project. LIST.DICT DS_AUDIT The command ONLY returns 1 records listed. Also ran this command SELECT * FROM DS_AUDIT WHERE CLASS = '2' Result - D...
by Terala
Tue Feb 03, 2009 11:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: chmod: WARNING message after DS recycle
Replies: 6
Views: 2484

Permissions are 775 and dsadm can write in that directory.
by Terala
Mon Feb 02, 2009 3:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: chmod: WARNING message after DS recycle
Replies: 6
Views: 2484

we do not have dstmp file in the path you mentioned.

Code: Select all

/Ascential/DataStage/DSEngine> ls -l dstmp*
dstmp*: No such file or directory
we use dsadm to stop and start datastage services
by Terala
Fri Jan 30, 2009 10:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: chmod: WARNING message after DS recycle
Replies: 6
Views: 2484

we do not have any TEMP variable set in our Environment.
by Terala
Thu Jan 29, 2009 12:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance issues after migrating from 7.5 to 8.0 server ed
Replies: 8
Views: 4817

jdmiceli wrote:Hi Bryceson,

The Administrator from our company said he was going to post it up somewhere, but I haven't seen it either. I know there is more going on yet though, because the problem still is not fixed.

:(
Hi John,
do you have the patch details that were applied on your system?
by Terala
Wed Jan 28, 2009 1:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: chmod: WARNING message after DS recycle
Replies: 6
Views: 2484

chmod: WARNING message after DS recycle

Hi , After we bounce DS Server we get this warning message. chmod: WARNING: can't access /dir1/Ascential/DataStage/DSEngine/dstmp.090128.144007A /dir1/Ascential/DataStage/DSEngine/sample/ds.rc: /dir1/Ascential/DataStage/DSEngine/dstmp.090128.144007A: cannot open DataStage Engine 7.5.3.1 instance &qu...
by Terala
Wed Jan 14, 2009 11:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: executArray is having 1 record - warning
Replies: 7
Views: 2062

[quote="Mike"]Unique key violation... you attempted to insert rows with the same key from different processing nodes. The message is telling you to change the commit interval to 1. Doing so will result in one processing node inserting the row and the other processing node updating the row....
by Terala
Wed Jan 14, 2009 11:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: executArray is having 1 record - warning
Replies: 7
Views: 2062

[quote="kandyshandy"]Warning or Fatal?

In the UPSERT mode, did you specify sub property "Insert Array size = 1"?[/quote]
-Warning
-no array size is defined in sub property
by Terala
Wed Jan 14, 2009 8:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: executArray is having 1 record - warning
Replies: 7
Views: 2062

executArray is having 1 record - warning

we are loading a seq file to db2 stage using upsert method and getting this warning message in db2 stage
[code]
Failure. Error code SQL0803N. Execute array one element at the time.
[/code]
what does this warning message means. Please advise as we are getting alot of them.

Thanks
by Terala
Tue Jan 13, 2009 4:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: secondary Index hashed file
Replies: 1
Views: 1174

secondary Index hashed file

How to check if we have a secondary index on a hashed file?
by Terala
Tue Dec 30, 2008 3:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stopping DS gracefully
Replies: 3
Views: 1745

Stopping DS gracefully

I need to recycle DataStage Server but there is one Established connection which I am unable to kill. bin/uv -admin -info shows no DataStage process DS-TOOLS shows no locks or active semaphores ipcs command shows no memory shared segments But when I execute netstat -an|grep 31538, there is one estab...
by Terala
Mon Dec 08, 2008 4:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage Server Installation issue on Solaris 10
Replies: 1
Views: 1009

DataStage Server Installation issue on Solaris 10

Hi All, we are installing DS 7.5.3 on Solaris 10 and the installation hangs at this point Unpacking support libraries - ERROR: cannot unpack libdslic.so Excerpt from dsinstall log file - First run cpio: Bad magic number/header. 1 errors Excerpt from dsinstall log file - Second run cpio: Can't read i...