Search found 6797 matches

by DSguru2B
Tue Jul 11, 2006 2:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL Server data type not supporte
Replies: 5
Views: 1650

Is your environment NLS enabled? If its not then why you using longnvarchar or even nvarchar, just use varchar.
by DSguru2B
Tue Jul 11, 2006 1:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OCI and Decimal type
Replies: 16
Views: 2634

gateleys wrote: but it was the OCI (since it overlooks the scale).

gateleys


Dont you hate it when such things happen. :roll:
by DSguru2B
Tue Jul 11, 2006 12:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Jobs not running
Replies: 5
Views: 1107

Looks like your system is heavily loaded. You think that might be it, check out this post
http://www.dsxchange.com/viewtopic.php?t=88070
by DSguru2B
Tue Jul 11, 2006 12:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Conflict of resources by two or more jobs
Replies: 3
Views: 764

We are glad to have you on board but please do not start multiple posts on the same topic.
by DSguru2B
Tue Jul 11, 2006 12:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OCI and Decimal type
Replies: 16
Views: 2634

Hey DSGuru2B, I am amazed that you never have had to work with Decimal-typed fields (with scale). I dunno if that makes you blessed, but certainly, you did not have to scratch your head (like me) and wonder 'what the heck could be wrong' when the CRCs did not match (when they were supposed to). And...
by DSguru2B
Tue Jul 11, 2006 11:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sybase OC stage - Reject capturing with BASIC transformer
Replies: 2
Views: 976

What link are you providing in the linkname.REJECTED. That linkname should be the one going into the database.
by DSguru2B
Tue Jul 11, 2006 11:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: sequencing jobs through UNIX
Replies: 8
Views: 1485

Yes very important. Just recently Ray mentioned that the user id must be entered in cron.allow and at.allow. That is, offcourse, if you are using these as schedulers.
by DSguru2B
Tue Jul 11, 2006 11:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: cleaning up project
Replies: 13
Views: 3625

If you have access to ADN, there is a job posted there (.dsx file) which clears all the log files. Very useful and handy, you might want to look it up.
by DSguru2B
Tue Jul 11, 2006 10:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: sequencing jobs through UNIX
Replies: 8
Views: 1485

Its all about design. You need to put down the psudo-code on paper. Then as mentioned by Krazykoolrohit, its just a mastery of unix, which you can master within a few days. Then its just a matter of translating that psudo-code into unix code.
by DSguru2B
Tue Jul 11, 2006 8:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sybase OC stage - Reject capturing
Replies: 6
Views: 1399

The rejected works properly only if you set the Array size to 1. Do you have a higher value set ?
by DSguru2B
Tue Jul 11, 2006 8:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hashfile key allowing null values
Replies: 5
Views: 1317

Problem is simple, your sending in null values.
Or maybe while building the hashed file you have one key defined and while reading the hashed file you have another key defined, or maybe the meta data is not identical. Look into it.
by DSguru2B
Tue Jul 11, 2006 7:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: sequencing jobs through UNIX
Replies: 8
Views: 1485

Get all the job names in a file, in the order they are supposed to be run and then you can do something like cat $joblist | while read job_names do dsjob -run -status $PROJ $job_names done This is very very, basic. Just to give you an idea. You will need much more commands and logic if you want to i...
by DSguru2B
Tue Jul 11, 2006 7:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Its very urgent!!Please reply
Replies: 28
Views: 12093

"How about you whack Client upside the head for us?" I vote for that. No Craig, i have seen in here and only here. No where else. There have been times when whacky clients have tried to take me over, but i stuck to my word and after a wild goose chase when no other option was of avail, "they" had t...
by DSguru2B
Tue Jul 11, 2006 6:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OCI and Decimal type
Replies: 16
Views: 2634

I guess i have been blessed then :P
Did not have that problem in hashed files. Well as a matter of fact, never got a chance to really load dollar amounts in a hashed file. Maybe thats why :twisted:
by DSguru2B
Tue Jul 11, 2006 6:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Its very urgent!!Please reply
Replies: 28
Views: 12093

I have never seen, at any place, where "they" tell you how to do your work. That means "they" know a better way out and therefore "they" should get it working :evil: