Search found 53125 matches

by ray.wurlod
Thu Sep 06, 2012 3:13 pm
Forum: General
Topic: Universe program does not run in 8.7
Replies: 12
Views: 3860

The program has probably not been compiled. That's why it does not appear in BP.O

Then it needs to be cataloged, but you may have bypassed this by manually creating the VOC entry.

Code: Select all

BASIC BP CCYCONV
CATALOG BP CCYCONV LOCAL FORCE
by ray.wurlod
Thu Sep 06, 2012 3:11 pm
Forum: General
Topic: DataStage project creation error
Replies: 23
Views: 7285

Engine credentials are different, and are set up under the Domain Management menu in the web console.
by ray.wurlod
Thu Sep 06, 2012 2:18 am
Forum: General
Topic: Operation Console issue - ODBQueryApp failed to run.
Replies: 3
Views: 4941

I guess that's why they specify version 9.7 of DB2 for the DSODB.
by ray.wurlod
Wed Sep 05, 2012 8:21 pm
Forum: IBM QualityStage
Topic: Unhandled Text from MNS Stage
Replies: 3
Views: 2565

You could concatenate them in a downstream Transformer stage. You could create pattern action language to handle $#^ (sharp followed by numeric at the end of the line) but this would need to be in your copy of the MNS rule set, not the out-of-the-box one. You could perhaps create an input pattern ov...
by ray.wurlod
Wed Sep 05, 2012 4:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage 8.1 unable to connect to DB2
Replies: 2
Views: 2178

It's the database management configuration file. You'll need to discuss with DBA. It's in DB2, not in DataStage.
by ray.wurlod
Wed Sep 05, 2012 4:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: what are the advantages of datastage 8.5 server jobs
Replies: 5
Views: 2246

Not entirely true. Though they were developed with parallel jobs in mind, you'll find that you can use Data Connections, Parameter Sets and Connector stage types in server jobs also.
by ray.wurlod
Wed Sep 05, 2012 4:05 pm
Forum: General
Topic: DataStage project creation error
Replies: 23
Views: 7285

Set umask to 0022 before creating the new project. And even then you may need to change the group associated with the project directory and everything in it, using a recursive (-R) chgrp command.
by ray.wurlod
Wed Sep 05, 2012 5:58 am
Forum: General
Topic: Read only access in DS v7.5
Replies: 1
Views: 1128

Not using roles. In your future there is a Super Operator role, which behaves exactly as you describe. You can probably use file system permissions, for example making DS_JOBS and DS_JOBOBJECTS read-only for that user. (Actually it might be worth checking whether the Super Operator role was back por...
by ray.wurlod
Wed Sep 05, 2012 5:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash File Size
Replies: 6
Views: 2663

Note that the RESIZE syntax Arnd gave relates to hashed files for which a VOC entry exists, and can be improved upon. Assuming that there is a VOC entry, prefer RESIZE {filename} * * * 64BIT USING {pathname} where pathname is a directory on a separate file system that has sufficient space to make a ...
by ray.wurlod
Wed Sep 05, 2012 5:50 am
Forum: General
Topic: DataStage project creation error
Replies: 23
Views: 7285

What permission does dsadm have to the parent directory in which you are seeking to create the project directory?

What value does dsadm's umask setting have?
by ray.wurlod
Mon Sep 03, 2012 10:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: poor performance after migration 7.5 server to 8.5 server
Replies: 5
Views: 1668

You will see a minor degradation, as data in server jobs have to transition through a conversion layer in order to execute in the Information Server parallel execution environment.
by ray.wurlod
Mon Sep 03, 2012 4:10 pm
Forum: General
Topic: dsjob command not working
Replies: 7
Views: 3091

Are your Engine credentials correct?
by ray.wurlod
Sun Sep 02, 2012 2:29 pm
Forum: General
Topic: dsjob command not working
Replies: 7
Views: 3091

Do you know what dsrpc error 80011 means?
by ray.wurlod
Sun Sep 02, 2012 1:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: string to date conversion
Replies: 7
Views: 2365

StringToDate() requires a format string that exactly matches the format in which the date is contained within your string. So does DateToString() to get the date into a different format. Even the delimiter characters have to be correct.
by ray.wurlod
Fri Aug 31, 2012 4:30 pm
Forum: General
Topic: Backup Complete Repository
Replies: 1
Views: 682

Short answer is yes. The tool you use depends on the exact version of Information Server you are using and which database you are using for your repository. For example version 8.7 allows you to quiesce the database and provides "complete" backup/restore utilities.