Search found 53125 matches

by ray.wurlod
Sat Mar 10, 2012 12:50 am
Forum: General
Topic: Core usage of UV account
Replies: 9
Views: 3303

There's at least one thing you can't do without the UV account, and it's a biggie.

Without the UV account you can't start DataStage. Recall that the UV account contains its system tables, including records of the existence and locations of projects.
by ray.wurlod
Sat Mar 10, 2012 12:49 am
Forum: General
Topic: Core usage of UV account
Replies: 9
Views: 3303

Wrong. CONNECT localuv connects to the project itself, not to the UV account. And it locks you into a DataStage/SQL environment.
by ray.wurlod
Thu Mar 08, 2012 10:18 pm
Forum: General
Topic: INFORMATION SERVER 8.5 ON LINUX VM.
Replies: 3
Views: 1697

I have recently installed two production systems on virtual images of Windows Server 2008 R2. They are quite happy and stable.
by ray.wurlod
Thu Mar 08, 2012 8:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: searching a pattern
Replies: 4
Views: 1121

All of my suggestions relate to parallel jobs, because the original post was marked as "parallel" job type and was posted in the forum for parallel jobs.
by ray.wurlod
Thu Mar 08, 2012 4:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: searching a pattern
Replies: 4
Views: 1121

What do you mean by "pattern"? The Index() function can be used to detect the presence of a substring within a string. In a BASIC Transformer stage the Matches operator can be used to determine whether a string matches a particular pattern. Here the pattern is idiosyncratic to the product,...
by ray.wurlod
Thu Mar 08, 2012 3:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to find memory/resource utilisation by a job
Replies: 8
Views: 2644

My suggestion is to use the "generate operational metadata" option. This collects operational metadata into XML files that can be loaded into your metadata repository and analysed and reported on using Metadata Workbench. You can also use DataStage's internal Performance Analyzer. Again yo...
by ray.wurlod
Thu Mar 08, 2012 3:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date fields being created as timestamp(0)
Replies: 13
Views: 5150

Oracle DATE data type allows for storage of time. In effect, it's a timestamp.

Oracle is... different.
by ray.wurlod
Thu Mar 08, 2012 3:44 pm
Forum: General
Topic: Run-time error '440' Automation error
Replies: 5
Views: 10244

Objects in the design canvas are managed via an OLE Automation server. There has been a failure in this mechanism. This particular error code can be a huge number of things, so I'm not going to try to guess. It may, for example, that you have limited access on Windows XP/2000. May I suggest an inter...
by ray.wurlod
Thu Mar 08, 2012 3:41 pm
Forum: General
Topic: Inventory of object list
Replies: 1
Views: 888

Welcome aboard. The dsjob command has a hierarchy of "list" options. dsjob -lprojects dsjob -ljobs dsjob -lstages dsjob -llinks dsjob -lparams These should deliver all the information you seek. Where a link is an input link you have a write stage. Where a link is an output link you have a ...
by ray.wurlod
Thu Mar 08, 2012 3:38 pm
Forum: General
Topic: delete datastage jobs
Replies: 4
Views: 4043

Their approach to the local repository leaves a heap of orphan entries in DS_JOBOBJECTS. You still need to delete all the job's RT_ entries and DS_TEMPnnn table, so you still need to know the job number before deleting the job entry from DS_JOBS. I prefer the following approach, using DataStage SQL:...
by ray.wurlod
Thu Mar 08, 2012 3:19 pm
Forum: General
Topic: SOX requirements for InfoSphere 8.1 Application
Replies: 11
Views: 3363

No APAR of which I'm aware. This comes from private communication with Tony Curcio at IOD 2011 and subsequently.
by ray.wurlod
Thu Mar 08, 2012 3:13 pm
Forum: General
Topic: UserVariable Activity Execution on Sequence Restart
Replies: 2
Views: 1063

You can't. But you can generate the timestamp outside the loop, and mark that activity "do not checkpoint" if that is appropriate.
by ray.wurlod
Thu Mar 08, 2012 4:22 am
Forum: General
Topic: Core usage of UV account
Replies: 9
Views: 3303

No. These are not system tables. Indeed the DS_ and RT_ tables do not occur in the UV account. I mean system tables such as UV_SCHEMA, UV_TABLES, UV_USERS, UV.ACCOUNT.
by ray.wurlod
Thu Mar 08, 2012 4:20 am
Forum: Cognos (IBM BI)
Topic: Publish cognos report
Replies: 2
Views: 8984

Presumably the relevant Cognos manual or the Cognos Informaiton Center on the IBM web site.