Search found 15603 matches

by ArndW
Thu May 08, 2008 7:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sorting Date columns
Replies: 16
Views: 4943

in the source does "view data" show the data correctly for the date? If you sort via "date" then the order won't be as expected, since the format is dd/mm/yyyy; in order to correctly sort this ascending or descending you should convert the field to the internal format using ICONV(In.Date,"d4/DMY') a...
by ArndW
Thu May 08, 2008 7:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: parallel job converted to server job automatically
Replies: 8
Views: 2052

What about the contents of the job showing as "server"? Does it compile? Does it run? Does it contain PX or Server stages?
by ArndW
Thu May 08, 2008 5:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: parallel job converted to server job automatically
Replies: 8
Views: 2052

I know of no way to convert a PX job to a server job automatically. A "Save as" won't work. Does the server job actually compile & run?
by ArndW
Thu May 08, 2008 5:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting Varchar to Timestamp(Multiload Insert)
Replies: 5
Views: 3655

Why are you certain that the failure is due to this conversion? Have you changed the output to a PEEK stage in order to see if teh conversion works?
by ArndW
Thu May 08, 2008 5:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Left Outer Join and Timestamps
Replies: 2
Views: 660

Where are you checking the value? If in a view or peek I think it uses the *s to show a non-displayable value. To be 100% certain I'd dump that to a database nullable column and check the value there.
by ArndW
Thu May 08, 2008 4:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Difference between dataset and virtual dataset
Replies: 6
Views: 3222

One of them is on disk, the other exists only for the duration of the job.
by ArndW
Thu May 08, 2008 4:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting Varchar to Timestamp(Multiload Insert)
Replies: 5
Views: 3655

You have stated your format is both "2004 04 10 12 24 24" and "20040202122324". Which is it? Is this even an issue in the multiload insert?
by ArndW
Thu May 08, 2008 4:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: While importing a job
Replies: 5
Views: 929

Unless you have run out of disk space, the most likely cause is that your userid doesn't have OS level privileges to create files in that directory.
by ArndW
Thu May 08, 2008 4:09 am
Forum: General
Topic: problem of join stage
Replies: 5
Views: 1961

Re: problem of join stage

yulangok wrote:Fatal Error: Fork failed: Not enough space
is a message from your OS (you can look that up using google). What OS do you have, what are the ulimit settings, how many nodes in your APT_CONFIG file?
by ArndW
Thu May 08, 2008 4:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Character max length
Replies: 1
Views: 509

The maximum length is certainly much higher than either 1000 or 3600. If you look at your source file in an editor, are you certain that there are more than 1000 characters in the column that is being truncated?
by ArndW
Thu May 08, 2008 4:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Basic transformer error
Replies: 1
Views: 1327

Can you create a small dummy job, with just a single column row generator to a BASIC transform stage that just passes the single column out to a PEEK stage? Does that compile and run?
by ArndW
Thu May 08, 2008 4:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sorting Date columns
Replies: 16
Views: 4943

I didn't use any special sort settings, just defined the first column as a key.
by ArndW
Thu May 08, 2008 4:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting Varchar to Timestamp(Multiload Insert)
Replies: 5
Views: 3655

Try StringToTimestamp(In.Stringcolumn,"%yyyy %mm %dd %hh %nn %ss")
by ArndW
Thu May 08, 2008 3:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Calculating Service period using difference betweeen 2 dates
Replies: 4
Views: 905

vinodn,

please read the PDF first, then try what it says and if you still have problems, post it here.