Search found 53125 matches

by ray.wurlod
Mon May 02, 2005 9:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to load subroutine on host (30105).
Replies: 6
Views: 4664

FIX can remove or create system table entries, depending on whether the schema (project) is specified by name or pathname.

:!:
Never use FIX straight away. Always run VERIFY.SQL without FIX first, so that it reports to you what it intends to do.
by ray.wurlod
Mon May 02, 2005 9:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to register plug-in
Replies: 4
Views: 1196

How? Please share solutions, so that others can find out by searching. Makes life easier for all of us. :wink:
by ray.wurlod
Mon May 02, 2005 9:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: smat -t ---where actully does this query get the data from
Replies: 5
Views: 1284

If you change uvconfig but do not regenerate then smat -t will report the previous values. Whether they are default values or not is moot, and depends on whether an earlier regeneration ever took place.
by ray.wurlod
Mon May 02, 2005 9:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: TCP ports used by DataStage?
Replies: 3
Views: 2235

Could be. For example are you using QualityStage, Real Time Integration and so on?
by ray.wurlod
Mon May 02, 2005 6:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to Delete Entry from Version Control
Replies: 11
Views: 3366

Roy, I think that the problem at Arun's site is the sheer size of the Version Control project directory - they have already once hit the UNIX limit of number of subdirectories (= dynamic hashed files) in a directory. That's why I believe he's trying to delete some. Earlier I had suggested converting...
by ray.wurlod
Mon May 02, 2005 6:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using QS7.0 job in DS7.0
Replies: 3
Views: 1420

You need to use the DataStage Package Installer. Details are here on the QualityStage forum.
by ray.wurlod
Mon May 02, 2005 6:04 am
Forum: IBM QualityStage
Topic: QS7.0 Plug-in installation DS7.0
Replies: 3
Views: 2786

You must use DataStage Package Installer (find it via the Start menu).

Specify the pathname of the folder that contains QualityStage.dsp (it's probably called I386) when asked for the package location.
by ray.wurlod
Mon May 02, 2005 1:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem in Creating the Routinues
Replies: 2
Views: 1039

The Code tab is disabled until you give your routine a name. It needs this name to build a FUNCTION declaration.
by ray.wurlod
Mon May 02, 2005 1:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using QS7.0 job in DS7.0
Replies: 3
Views: 1420

There's another piece you need to install on the client machine, the QualityStage plug-in GUI.

I don't have one right now, but am fairly sure that GUI is part of its name. Search for it on the CD.
by ray.wurlod
Mon May 02, 2005 1:54 am
Forum: IBM QualityStage
Topic: QS7.0 Plug-in installation DS7.0
Replies: 3
Views: 2786

There's another installation needed on the client machine, the QualityStage Plug-In GUI.

I don't have one with me right now; search for it on your CD. I'm pretty sure GUI is part of the name.
by ray.wurlod
Sun May 01, 2005 10:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: smat -t ---where actully does this query get the data from
Replies: 5
Views: 1284

When DataStage starts, the tunable values are loaded into a shared memory segment. This is where smat -t gets its values from. This can be useful in determining whether the uvconfig file has been changed but not regenerated. Also useful to know is smat -t0 which suppresses the asterisk beside any no...
by ray.wurlod
Sun May 01, 2005 8:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to Delete Entry from Version Control
Replies: 11
Views: 3366

What you seek to do can be done, but only "under the covers" in the Version Control project (rather than from the Version Control client). You need to figure out exactly what it is you want to delete, then where it is stored (and where the versioning information associated with it is stored), and us...
by ray.wurlod
Sat Apr 30, 2005 4:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Packaging problem
Replies: 3
Views: 1369

Ah, yes, but is it the 1.1 version? Open the Stage Types branch in your Repository, open the properties of the OCI stage, and check. If it's the correct version, it may not have been registered correctly.
by ray.wurlod
Sat Apr 30, 2005 4:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequential file size in DS7.1
Replies: 8
Views: 1929

No limit imposed by DataStage. However your ulimit setting may impose a limit at the operating system level. Check with your UNIX System Administrator. You can find out what your limit is (for example by typing ulimit -a at an operating system command prompt), but superuser privilege is required to ...
by ray.wurlod
Fri Apr 29, 2005 5:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle OCI Connect Error
Replies: 17
Views: 6694

You can do either, but I'd recommend creating a new entry so that the original remains intact. In any case, as with any "system" file, make sure you've got a backup copy before changing it, and document any changes you make (so that someone else doesn't reverse them later!). Or you can use an Oracle...