Search found 15603 matches

by ArndW
Wed Jan 25, 2006 6:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset issue in Datastage
Replies: 10
Views: 3665

Yes, you can read a dataset in append mode. What happens when you do a UNIX "orchadmin describe {the path in your error message}"; does that work?
by ArndW
Wed Jan 25, 2006 5:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: generate filename dynamically and pass as parameter
Replies: 2
Views: 808

The PX sequential file stage lets you use a wildcard pattern for reading multiple files; this should be your simplest solution.
by ArndW
Wed Jan 25, 2006 4:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset issue in Datastage
Replies: 10
Views: 3665

How about access to the .ds dataset file - are you running with the same userid?
by ArndW
Wed Jan 25, 2006 4:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: command stage
Replies: 4
Views: 969

Just pretend that you have your flat file and you have a DOS command window open. What command would you use to import the file? This is the exact same command you would use from DataStage once the file has been created.
by ArndW
Wed Jan 25, 2006 4:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: TMPDIR variable usage
Replies: 4
Views: 2160

Per the manual: TMPDIR. This defaults to /tmp. It is used for miscellaneous internal temporary data, including FIFO queues and Transformer temporary storage. As a minor optimization, it can be better to ensure that it is set to a file system separate to the DataStage install directory. Most of the t...
by ArndW
Wed Jan 25, 2006 4:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fixed width files
Replies: 6
Views: 1410

If one column is not fixed width then the file cannot be fixed width. Your requirements to consider the sequential file as fixed width don't change that fact. If you saved the file from Excel then it is a variable length delimited file, and you should declare it as such in PX. You need to know your ...
by ArndW
Wed Jan 25, 2006 4:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problems linking File with Look up
Replies: 1
Views: 821

Tania,

lookups to hashed files need to specify the full key, there are no range lookups supported. If you search the forum for "range lookups" and hashed files you will find that this problem has surfaced many times and there are various solutions available depending upon your requirements.
by ArndW
Wed Jan 25, 2006 4:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Universe Plugin
Replies: 2
Views: 856

UniVerse is a post-relational database that is also known as a "Pick Database". It also happens to be the database system that the current engine is written in.
by ArndW
Wed Jan 25, 2006 4:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable toStart Datastage resource Engine Service
Replies: 5
Views: 1873

Ronin-sama, Even though a server reinstallation won't cause you to lose your projects, you might not need to have to do that. If you use a DOS session and attach to your E:/Ascential/Datastage/Engine directory and try a "bin/uvregen" it should regenerate your .uvconfig file and perhaps let you resta...
by ArndW
Wed Jan 25, 2006 3:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Auto Clearing Status File With Jobs
Replies: 13
Views: 4653

Manually clearing the STATUS file of any job is not a good idea, it can cause a lot of problems. If you start your jobs from sequences you can specify the Job Activity to reset the job if required prior to a run. The same result can also be achieved if you start your jobs via the UNIX dsjob command,...
by ArndW
Wed Jan 25, 2006 3:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset issue in Datastage
Replies: 10
Views: 3665

Are you running the job with the same configuration file that you are using to view the data?
by ArndW
Wed Jan 25, 2006 3:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: command stage
Replies: 4
Views: 969

Vijay, the manual that you already read explains that the command stage lets you execute OS commands; so there is no exhaustive list of commands. DataStage itself is a great tool to generate files, so you might not even have to use an external command. What command do you want to call? What is the f...
by ArndW
Wed Jan 25, 2006 2:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Auto Clearing Status File With Jobs
Replies: 13
Views: 4653

Nick,

DataStage does not inlude a programmatic call to clear the log file for a job; it can be done explicitly (and the methods have been posted here) if necessary, but it is preferable to use the purge settings to automatically clear aged log entries either by age or number of previous runs.
by ArndW
Wed Jan 25, 2006 2:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Audit / Run-Time Information in Datastage
Replies: 7
Views: 2741

There is not difference at the hashed file level between UNIX and Windows; in neither implementation can these files be accessed from the OS. You need to use one of the methods listed above on either platform.
by ArndW
Wed Jan 25, 2006 2:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset issue in Datastage
Replies: 10
Views: 3665

nasimul,

could you tell us what the error message was?