Search found 42189 matches

by chulett
Thu Jul 13, 2006 10:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Scheduling a job
Replies: 2
Views: 992

Re: Scheduling a job

mab_arif16 wrote:A sequence needs to be fired every hour by cron tab

Every hour, or very hour by cron? Cron in and of itself is not sophisticated enough to handle that situation. You'll either need to handle it as Ray notes, or use an Enterprise scheduler (like Control-M) rather than cron if you have one.
by chulett
Thu Jul 13, 2006 9:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Runnig a script in datastage
Replies: 17
Views: 4144

ps. That's not a script. :wink:
by chulett
Thu Jul 13, 2006 8:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Concatenating Timestamp With a Sequential file
Replies: 33
Views: 9458

opdas wrote:well I can create a file at the same path using touch command.

Code: Select all

touch output_2006-07-13_19:28:50.txt

Then to me it looks like it's coming down to an issue with the ancient version of DataStage you are running. Can you contact Ascential Support and verify?
by chulett
Thu Jul 13, 2006 8:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Concatenating Timestamp With a Sequential file
Replies: 33
Views: 9458

We are using AIX 5.3 Looks to be specific to AIX. Can you check with your UNIX sysadmins and find out if the colon is not allowed in a pathname? Or at least what characters are not allowed? You might also try creating the file by hand at the command line, see if possibly it's an issue with your ver...
by chulett
Thu Jul 13, 2006 8:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Concatenating Timestamp With a Sequential file
Replies: 33
Views: 9458

Because once this file is built. If it needs to be accessed again in some other job, the sequential file wont read it then due to that pesky space. Or it can, am i missing something here ??? Yes. The sequential stage can handle it just fine, it's the peoples that have the problem. Typically, you ju...
by chulett
Thu Jul 13, 2006 7:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Concatenating Timestamp With a Sequential file
Replies: 33
Views: 9458

They work fine, you just need to know how to handle them. :wink:
by chulett
Thu Jul 13, 2006 7:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: slow changing dimensions Type 2
Replies: 22
Views: 6022

Now if we do a hash and we dont find them in Target. Both these records go as Inserts Not necessarily. That's your choice based on the job design. If you need the first to go as an insert and the second as an update - update the hashed file! It other words, write any hashed 'misses' into the same l...
by chulett
Thu Jul 13, 2006 7:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Concatenating Timestamp With a Sequential file
Replies: 33
Views: 9458

There is no problem with either spaces or colons in UNIX pathnames. And using the DSJobStartTimestamp macro in a sequential filename works fine as I just built a quick test job to verify that fact for myself. It will also 'open in the sequential file stage' (aka View Data) just fine as well with th...
by chulett
Wed Jul 12, 2006 7:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Extended Edition
Replies: 5
Views: 2035

It's been discussed before and still confuses folks, like Ken it seems. :wink:

The Enterprise Edition (EE) is Server and PX. The Extended Edition (or XE) is, as noted, Server and MetaStage bundled - and is far from a 'new' product.
by chulett
Wed Jul 12, 2006 4:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: slow changing dimensions Type 2
Replies: 22
Views: 6022

Kim hosted it on his website for us. There is a post in the Site forum noting this, somewhere where it wouldn't immediately 'roll off'. :wink:
by chulett
Wed Jul 12, 2006 3:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sorting any order
Replies: 14
Views: 2863

No clue... and you should ask over there if you want to pursue it.
by chulett
Wed Jul 12, 2006 3:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: cleaning up project
Replies: 13
Views: 3625

Ray? And it was more of a 'Married with Children' reference rather than a Texian one. :wink:
by chulett
Wed Jul 12, 2006 2:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sorting any order
Replies: 14
Views: 2863

Stage / Properties tab, Sort Specifications field.
by chulett
Wed Jul 12, 2006 12:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sorting any order
Replies: 14
Views: 2863

:D This comes from 'back in the day' when I needed to do something very similar. Pre-DSXchange, so no insta-help... just did it the old fashioned way - checked the help and applied liberal amounts of grey matter. Oh, and it was uphill. Both ways. Barefoot. In the snow. :lol:
by chulett
Wed Jul 12, 2006 11:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Wrong Parameters being passed while scheduled.
Replies: 5
Views: 1614

If you're trying to use the 'short name', the old 8.3 that hides under the long names that are allowed now - you need a number, more than likely a '1':

Code: Select all

\\servername\Groups\Alaris~1\ETL\production\Sales