Search found 331 matches

by mavrick21
Wed Jan 19, 2011 3:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Internal Error (39202)
Replies: 7
Views: 4097

Thanks Ray.

We'll change the value of TMPDIR to point to an existing directory with rwx permissions and monitor.
by mavrick21
Wed Jan 19, 2011 10:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Optimize hashed file
Replies: 9
Views: 4914

Hello, Finally I got overflowed groups reduced from 175337 to 1401 and 68 badly overflowed to 0. This time I picked a random high number for MINIMUM.MODULUS which is 2000003. But now there are 5459 empty groups. RESIZE HASH_OPTI_TEST1 DYNAMIC MINIMUM.MODULUS 2000003 Date/time stamp in file header ha...
by mavrick21
Wed Jan 19, 2011 10:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Internal Error (39202)
Replies: 7
Views: 4097

Ray, Sorry I didn't understand your question correctly the first time. Hope I've got it right this time. I did grep 'TMPDIR' /ps/dsadm/Ascential/DataStage/Projects/blah-blah/DSParams and here is what I got TMPDIR\General\-1\DirPath\\1\Project\Temporary directory\Temporary directory path. "TMPDI...
by mavrick21
Wed Jan 19, 2011 9:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Load the .jpeg file into DB2 database
Replies: 3
Views: 1740

Not sure if this helps but here goes

How about storing .jpeg file in a directory and storing its absolute path name in a varchar field in the table?
by mavrick21
Tue Jan 18, 2011 8:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Internal Error (39202)
Replies: 7
Views: 4097

Ray, Does project blah-blah have a relative pathname set as its TMPDIR environment variable? No. After I run dsenv and echo $TMPDIR, I see no values returned. The main problem is the internal 39202 error when trying to login to any of the clients. Then when I try to uv I get "Temporary director...
by mavrick21
Tue Jan 18, 2011 6:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Questions regarding Hash files and hash file stage
Replies: 54
Views: 52241

We're not dropping and recreating them every time.

Thanks Craig :)
by mavrick21
Tue Jan 18, 2011 6:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Internal Error (39202)
Replies: 7
Views: 4097

Internal Error (39202)

DS gurus, After reading through all the posts in this forum containing "Internal Error (39202)" I'm posting this. We had DataStage installed on our PROD box 2 years ago. Everything was running fine until 3 days back. We started getting the below errors frequently. From Designer: Failed to ...
by mavrick21
Tue Jan 18, 2011 5:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Questions regarding Hash files and hash file stage
Replies: 54
Views: 52241

Craig,

How about changing the values in Hashed file stage in the job after the Hashed file has been optimized? Isn't that necessary?

Thanks
by mavrick21
Tue Jan 18, 2011 5:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Optimize hashed file
Replies: 9
Views: 4914

Optimize hashed file

Hello, I've been reading a lot of posts since past few days to get a hang of what hashed files are and how to optimize them. I've been successful to some extent but don't feel very confident. With the help of Ray, Craig and other DS gurus (older posts and answers to my questions) I was able to fine ...
by mavrick21
Tue Jan 18, 2011 5:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Questions regarding Hash files and hash file stage
Replies: 54
Views: 52241

Ray / Craig, Once I've optimized the hashed file and have all the OVER.30 data moved over to DATA.30, do I have to modify the existing DataStage jobs? By modify I mean change the modulus and other values in the hashed file stage. Below are the various jobs which touch this hashed file 1) Initial job...
by mavrick21
Mon Jan 17, 2011 11:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Questions regarding Hash files and hash file stage
Replies: 54
Views: 52241

Craig/Ray, I found and read several posts, when I searched for RESIZE, and most of them had syntax to convert a 32-bit hashed file to 64-bit. Can I use RESIZE to restructure the existing dynamic hashed file? By restructure I mean increase the number of groups, change the GROUP.SIZE value and other p...
by mavrick21
Mon Jan 17, 2011 7:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Questions regarding improving inserts / updates
Replies: 6
Views: 2580

Ray & Craig,

Thanks!
by mavrick21
Mon Jan 17, 2011 5:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Questions regarding improving inserts / updates
Replies: 6
Views: 2580

Ray, (3) Almost certainly. To separate inserts/updates into different jobs which is the recommended Stage to stage data? In parallel jobs I used DataSets to stage data. In Server jobs, is it Hashed files? (1) Impossible to say - depends on many other factors, such as what indexes and constraints exi...
by mavrick21
Mon Jan 17, 2011 11:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Questions regarding improving inserts / updates
Replies: 6
Views: 2580

Forgot to ask - Is it very common / good practice to disable transaction log when writing to tables in Data Warehousing projects?

Thanks.