Search found 53125 matches

by ray.wurlod
Mon Dec 03, 2007 2:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob error processing
Replies: 4
Views: 1460

Then maybe the command that sets up your shared library search list in dsenv is incorrect. You have to do some detective work. Use the find command. Look for the named object (libvmdsapi.so), not for any "dll".
by ray.wurlod
Mon Dec 03, 2007 2:12 pm
Forum: General
Topic: New Problem Diagnosis Method
Replies: 3
Views: 1396

I find that, not having access to your environment, I am unable to answer your question cogently.
by ray.wurlod
Mon Dec 03, 2007 5:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problems running a routine to compile a single job
Replies: 15
Views: 4984

Is it even valid to call DSD.Init after DSR.SUB.JOB.RELEASE ?
by ray.wurlod
Mon Dec 03, 2007 5:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob error processing
Replies: 4
Views: 1460

Your shared library search list (LD_LIBRARY_PATH or similar) is inadequate. This is probably because the user invoking dsjob has not executed the dsenv script in the DataStage engine directory.
by ray.wurlod
Mon Dec 03, 2007 5:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: KeyMgtGetNextValue
Replies: 7
Views: 2695

While you can, you don't need to. The first time you use any of the key management routines the SDKSequences hashed file will be created. Or you could even create it manually. I suggest that you probably don't want to reset the sequences to their values in the other project.
by ray.wurlod
Sun Dec 02, 2007 10:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Any function to subtract 1month from the given date
Replies: 7
Views: 1593

You've made it a DB2 question - surely you should be asking it in a DB2 forum somewhere. There is a perfectly good AddMonths routine available here but, no, you want to do it in SQL. Fine, go for it: it's no longer a DataStage question.
by ray.wurlod
Sun Dec 02, 2007 8:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error Compiling parallel transformer (Lookup)
Replies: 7
Views: 5818

Whe you say your "old server" do you mean a version 8 server or an earlier version? As you might be aware, the underlying security mechanism has changed for version 8 - you need to set up IIS, or "suite", users then allocate credentials within Information Server. DataStage role-based security is bui...
by ray.wurlod
Sun Dec 02, 2007 8:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not able to see environment variables in Administrator
Replies: 11
Views: 3653

If you mean migrating the changes wrought in one project to another project, then the answer is no. The vendor has never given any official reason for this though, off the record, the view was expressed that one would expect the environment variables to be different in different projects and therefo...
by ray.wurlod
Sun Dec 02, 2007 7:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to set oracle paremeter for particular DS project
Replies: 5
Views: 1778

Our answer is unchanged. Each DataStage job is a separate instance of an Oracle client; there is no common session.
by ray.wurlod
Sun Dec 02, 2007 7:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SAP Pack Not Visible
Replies: 1
Views: 777

Install the SAP PACK in your new project. To do this use the Package Installer on the DataStage server machine.
by ray.wurlod
Sun Dec 02, 2007 7:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Command format for uvregen
Replies: 3
Views: 3289

:oops:
Sorry about that, Chief!!
by ray.wurlod
Sun Dec 02, 2007 2:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: MS SQLServer Binary datatype issue
Replies: 1
Views: 973

Read the part of the DataStage manual where it informs you that binary data type is not supported.
by ray.wurlod
Sun Dec 02, 2007 2:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Command format for uvregen
Replies: 3
Views: 3289

Welcome aboard. It's not so much the syntax as the fact that you must be attached to the DataStage engine directory to execute this command. cd $DSHOME pwd bin/uv -admin -stop bin/uvregen bin/uv -admin -start If you do not have the DSHOME environment variable set, prefer cd `cat /.dshome` for the fi...
by ray.wurlod
Sun Dec 02, 2007 2:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Join Vs Merge in DS Server
Replies: 3
Views: 1584

Just to make life complicated, what the Merge stage does in server jobs is to join two flat files!
by ray.wurlod
Sun Dec 02, 2007 2:29 pm
Forum: General
Topic: Error while trying to retrieve text for error ORA-12154
Replies: 18
Views: 12009

The uv command is in bin, as are all the other executables. In your case, I guess this is /ardent/bin/uv. It doesn't really matter where in dsenv you set your Oracle environment variables, though after any DataStage-specific ones seems to be somewhat of a convention. Also make sure that PATH and LD_...