Search found 53125 matches

by ray.wurlod
Wed Jul 11, 2007 10:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage on Unix v/s Linux Environment
Replies: 3
Views: 2430

You will need to exchange your server licence. That would be true for any change-of-UNIX strategy (such as HP-UX to Solaris) - it's not specific to Linux. Make sure you have a compatible Linux; DataStage is very choosy about working on Linux - basically it won't work on unsupported ones, and even if...
by ray.wurlod
Wed Jul 11, 2007 10:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Difficult to reading the source file with multiple childs
Replies: 1
Views: 809

Welcome aboard. Three mechanisms spring to mind. One is to use stage variables as accumulators, and detect change of record type. The second is to pre-process the file (since you have counts of the number of child records) to flatten the multi-row "record" into a single record. The other is to use a...
by ray.wurlod
Wed Jul 11, 2007 9:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Regarding DATE.TAG function
Replies: 6
Views: 2332

Why not just use the CurrentDate() or CurrentTimestamp() function?

DATE.TAG is for server jobs.
by ray.wurlod
Wed Jul 11, 2007 9:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Importing Txt file Definition
Replies: 1
Views: 556

This suggests that you have some other application that is using the same name as one of the Visual Basic controls in the DataStage client, and this other application was installed after DataStage client so that it's DLL is the most recently loaded. From the error message there is no way to determin...
by ray.wurlod
Wed Jul 11, 2007 9:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle Temp Table not getting Load ( Seems weird Issue)
Replies: 7
Views: 1912

What is your Commit interval? For testing purposes, try running with rows per transaction and array size set to 1.
by ray.wurlod
Wed Jul 11, 2007 9:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Set auto purge through command line
Replies: 5
Views: 1625

With a great deal of caution you can add the appropriate entries to the DSParams file. Look at an existing project that has auto-purge set, and seek out the [Auto-Purge] section, which is four lines long including the header. In your script make sure it's not already present, then append to the DSPa...
by ray.wurlod
Wed Jul 11, 2007 9:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: HOw to restore the cleanup project files???
Replies: 11
Views: 1936

DS.REINDEX ALL may pause part way through waiting for you to "Press any key to continue...". Use the Respond button to provide that "any key".

You need EXCLUSIVE as well as ALL access to the project.
by ray.wurlod
Wed Jul 11, 2007 9:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem in reading an input file...in Datastage.
Replies: 4
Views: 1100

How many columns have you got in your Columns grid? Are you certain that this number of pipe-delimited fields exists in every row of your data? If not, have you set any of the "Missing Column" rules in the Columns grid? Which of the fields is supposed to be the decimal value? How are you trying to "...
by ray.wurlod
Wed Jul 11, 2007 9:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Ways to kill a job
Replies: 5
Views: 1668

(a) in Arnd's post includes the -stop option of the dsjob command. Note, however, that jobs - particularly parallel jobs - can take literally minutes to respond to such a request; give them that grace time before attempting anything more. Be patient. Like a run request a stop request is asynchronous...
by ray.wurlod
Wed Jul 11, 2007 9:21 am
Forum: General
Topic: Can i use .xls file as input stage in datastage.
Replies: 3
Views: 1191

Double comma indicates that the cell was empty. In the Columns definition right click on this particular column definition, choose Edit Row, and make the column nullable with a Null Field Value of "" (or a Null Field Length of 0).
by ray.wurlod
Tue Jul 10, 2007 11:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fetching two databases from single database Stage
Replies: 2
Views: 869

Of course, if you were to contemplate TWO database stages, the answer would probably be more to your liking.
by ray.wurlod
Tue Jul 10, 2007 11:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: setting array size in DB2/UDB Enterprise stage during insert
Replies: 4
Views: 1270

When Write Method property is set to Write, you are streaming rows into the database to be written directly into the table. Array size is not relevant.
by ray.wurlod
Tue Jul 10, 2007 11:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can anyone describe about Audit Stage
Replies: 2
Views: 1004

AuditStage is the product formerly known as Quality Manager. Its purpose is to profile source data, auditing conformity to business rules. Why not visit IBM's web site and search for some information there?
by ray.wurlod
Tue Jul 10, 2007 11:37 pm
Forum: General
Topic: New User ID, cannot log in to clients
Replies: 2
Views: 1266

The problem is almost certainly permissions at UNIX level. Check that your new UNIX user belongs to the group associated with all the file system objects (directories and files) in the DataStage project. There may also be a more general UNIX group, for accessing the software on the server, to which ...