Search found 15603 matches

by ArndW
Fri Mar 21, 2008 5:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Difference Between Lookup and join stage
Replies: 6
Views: 4208

kcbland wrote:Section 3-3, middle of the page of the DataStage Enterprise Edition Parallel Job Developer's Guide. Read it for yourself.
by ArndW
Fri Mar 21, 2008 5:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance issue
Replies: 23
Views: 11039

Perhaps someone used "kill -9"? Are the any DataStage processes left? If you start datastage you should see a "dsrpcd" started as well.
by ArndW
Fri Mar 21, 2008 5:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance issue
Replies: 23
Views: 11039

Yes, but you need to wait a bit of time between the stop and start and make sure that all processes have terminated.
by ArndW
Fri Mar 21, 2008 5:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage DSR_PROJECT error
Replies: 7
Views: 3566

:oops:
by ArndW
Fri Mar 21, 2008 5:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance issue
Replies: 23
Views: 11039

It looks like process 1695892 might be hung. Do a "kill 1695892" and see if the defunct processes go away and if you can login to the client tools.
by ArndW
Fri Mar 21, 2008 4:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting the warning and droping those records
Replies: 7
Views: 2925

a) could you randomize that data a bit by editing your post and making the names and email addresses illegible?
b) did you cut off the last double quote by mistake?
c) which column is "AFFIL_EMAIL_CNTCT_IND"?
by ArndW
Fri Mar 21, 2008 3:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting the warning and droping those records
Replies: 7
Views: 2925

Your data is different in row 732966, I suggest you try

"head -732967 {SourceFile} | tail -3" to see one line before and one line after the incorrect one. The line length is short enough so that you should be able to detect the anomaly.
by ArndW
Fri Mar 21, 2008 3:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance issue
Replies: 23
Views: 11039

Those "defunct" processes shouldn't be there anymore. What does "ps -ef | grep 1695892" show? The PX jobs aren't using any system time, either. The processes show that you still have a couple of client tool sessions open on the system, though. If you still cannot login to any client tool it might be...
by ArndW
Fri Mar 21, 2008 3:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting the warning and droping those records
Replies: 7
Views: 2925

Your data and metadata need to match. You have rows which contain more data then your metadata allows for.
by ArndW
Fri Mar 21, 2008 3:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance issue
Replies: 23
Views: 11039

What is the output of "ps -ef | grep ds"?
by ArndW
Fri Mar 21, 2008 2:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage PX and Teradata V2r6.2 large decimals
Replies: 6
Views: 2663

I don't have any direct answers - but what about sending the decimal value to Teradata as a string and then doing the strnig-to-decimal conversion inside the database, would that work?
by ArndW
Fri Mar 21, 2008 2:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage DSR_PROJECT error
Replies: 7
Views: 3566

Do you have other projects on this installation and can you login to them?
by ArndW
Fri Mar 21, 2008 2:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance issue
Replies: 23
Views: 11039

It sounds like you have two problems - one is a long run for a job, and the other is no longer being able to login to DataStage from any client.

Is there still a process called "dsrpcd" running? If you do a "ps -ef | grep ds" could you post that output?
by ArndW
Thu Mar 20, 2008 12:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Import metadata (Uni data files)
Replies: 4
Views: 991

UniData is a different database; you won't be able to import those unless you have a UniData database system visible to your PC. I think you are lokoing for UniVerse hashed files.
by ArndW
Thu Mar 20, 2008 12:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Do i need to install NLS
Replies: 3
Views: 1131

Do not install NLS unless you know you need it. If you just need to read/write non-standard LATIN characters then that is not a reason to implement NLS. If you will need to do sub-string manipulations on multibyte data then you have a clear cause for implementing NLS.