Search found 15603 matches

by ArndW
Wed Aug 09, 2006 8:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SIGNIT error
Replies: 3
Views: 1404

SIGNIT doesn't exist, but SIGINT does. This is an unhandled UNIX interrupt and you would need to provide the actual error message in the logfile for anyone to be able to assist you.
by ArndW
Tue Aug 08, 2006 9:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Adding license key for Enterprise Edition
Replies: 2
Views: 649

You will need root access unless you installed with impersonation, in which case your datastage Administrator ID will be sufficient.
by ArndW
Tue Aug 08, 2006 9:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to get number of working days in a month
Replies: 5
Views: 2051

I you equate working days with weekdays then there are a number of functions in PX that will give you a number; but with both fixed holidays and complex moving ones (like Easter) you will need to use a solution that specifically flags dates as being workdays or not as Ken has already pointed out.
by ArndW
Tue Aug 08, 2006 6:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB Insert Error
Replies: 5
Views: 1470

Can you try to use your favorite SQL tool (or MSQUERY in a pinch) and execute the insert statement as it was generated by hand to see if the error persists? You could also post this SQL here.
by ArndW
Tue Aug 08, 2006 6:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB Insert Error
Replies: 5
Views: 1470

You have most likely done your own SQL and the number of parameters does not match the number of columns.
by ArndW
Tue Aug 08, 2006 6:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need help in converting packed decimals
Replies: 5
Views: 1373

Often if the mainframe packed data doesn't seem to be correct the real reason is that the file is being converted from EBCDIC to ASCII and thereby corrupts the packed data. If that is the case you can convert those fields back using the DB EBCDIC function and then apply your SDK function.
by ArndW
Tue Aug 08, 2006 4:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to get performance while using UserdefinedUpdate stmt
Replies: 5
Views: 1494

Madhu, all timings are relative, so nobody here can tell you what to do or even if these values are good or bad.
What is your effective speed if you do only inserts? Is your database partitioned? Do you have multiple constraints?
by ArndW
Tue Aug 08, 2006 3:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: operands for DSJOB command
Replies: 5
Views: 1429

I decided to follow Ken's suggestion and typed in "dsjob" at the command line. Lo and behold, I got the following output: Command Syntax: dsjob [-file <file> <server> | [-server <server>][-user <user>][-password <password>]] <primary command> [<arguments>] Valid primary command options are: -run -st...
by ArndW
Tue Aug 08, 2006 2:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob executable
Replies: 8
Views: 5403

Yes, the dsenv is used (required) in the server edition as well.
by ArndW
Tue Aug 08, 2006 2:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Line No in Job no
Replies: 8
Views: 2288

loveojha2 wrote:Open the RT_BP271 folder...
. That is correct, but the program that is causing the error in this case, "DSD.WriteLog", is a DS program and not found there.
by ArndW
Tue Aug 08, 2006 1:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Run-Time Error '6' Overflow
Replies: 3
Views: 4343

Re: Run-Time Error '6' Overflow

ICE, let us take things just one step at a time. You stated ...Whenever I select that job from DS director or DS mgr,I got that error msg and the application was shutting down... Does that mean you click on the job and your Windows client session fails? If yes, does it happen when you try it from an...
by ArndW
Mon Aug 07, 2006 3:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: batch SID
Replies: 16
Views: 3453

Even though you haven't told us what you are using as a "Batch SID", I'll assume that loveojha2 gave the correct interpretation of what it might be. In that case, what is wrong with using his suggestion of implementing KeyMgtGetNextValue()?
by ArndW
Mon Aug 07, 2006 2:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: batch SID
Replies: 16
Views: 3453

What is a Batch SID? If you could explain that then perhaps someone might answer. Could it be a "Session ID"?
by ArndW
Fri Aug 04, 2006 9:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unix AIX/DataStage
Replies: 13
Views: 3990

I'm a puTTY convert now as well.
by ArndW
Fri Aug 04, 2006 7:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: hardcode value
Replies: 3
Views: 797

prabu,

a hardcoded value will add that value for each row. If it doesn't then the error is elsewhere. Could you explain your job? Does your transform have constraints and what type of object are you writing to?