Search found 63 matches

by Andet
Sun Sep 06, 2009 3:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: 80011 and libgciudt6.so
Replies: 6
Views: 2614

copying the whole filesystem.
no new names or directories. dismounting old, mounting new.
I don't see anything sensitive to devices.

any suggestions?
by Andet
Fri Sep 04, 2009 3:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: 80011 and libgciudt6.so
Replies: 6
Views: 2614

uvsh works just fine.
why do you think a cp -p by root would not work? Datastage is not sensitive to devices...

Ande
by Andet
Fri Sep 04, 2009 11:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: 80011 and libgciudt6.so
Replies: 6
Views: 2614

80011 and libgciudt6.so

moving from one data device to another, Datastage was brought down, the /opt/dstage/Ascential filesystem was copied -p by root to the new device. now cannot log into any client, including admin, by any id, including dsadm. can start and stop the server using /bin/uv; can get into universe using uvsh...
by Andet
Tue Aug 19, 2008 12:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error calling subroutine: DSD.Browser (Action=5)
Replies: 0
Views: 1046

Error calling subroutine: DSD.Browser (Action=5)

a misguided attempt to remove user permissions in DB2, resulted in a major mess. Remaining is the referenced problem. They returned execute and bind to dsadm and I reran the bind to db2 successfully. I can access the database (designer view) with no problem as dsadm. Users get the referenced error. ...
by Andet
Thu Jul 10, 2008 12:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pivot Error
Replies: 4
Views: 2673

I'm having the same problem and wondering what the problem is. My LIBPATH: /.dslibs:/opt/dstage/Ascential/DataStage/branded_odbc/lib:/opt/dstage/Ascential/DataStage/DSEngine/lib:/opt/dstage/Ascential/DataStage/DSEngine/uvdlls:/opt/dstage/Ascential/DataStage/DSEngine/java/jre/bin/classic:/opt/dstage/...
by Andet
Thu Dec 27, 2007 6:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: not able to use load method
Replies: 9
Views: 5315

very often a permissions problem can occur if the file delivery or processing has changed or someone has modified a umask.
Since loads are done under the dba's id, not the user's, make sure the group and other permissions are read on the file being loaded.

Ande
by Andet
Fri Jun 22, 2007 1:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error Connecting from Client in Windows to DS Server in Unix
Replies: 19
Views: 8203

I am able stop and start the server wiith the following commands. (it asks for dsadm password) $DSHOME/bin/uv -admin -stop $DSHOME/bin/uv -admin -start I don't think it should ask you for password. Try to start the engine while loged in as root. We have similar problems as you (something missconfig...
by Andet
Thu Mar 29, 2007 5:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ERROR in DB2 stage
Replies: 10
Views: 4957

well, if all you have on DB2 is some example data, you're fine. Now if you really have a partitioned db2 database, your path is wrong an pointing to the wrong set of db2 libraries and sqllib. Partition number 0 is usually used for the DB2 catalog. One partition does not make a partitioned database. ...
by Andet
Wed Mar 28, 2007 4:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ERROR in DB2 stage
Replies: 10
Views: 4957

The db2nodes dataset is in the sqllib directory. Check your db2 path. The file will have the node, host, and partition number. The host, has to exactly match your specifications of fastname. Some files have more that one name specified and that's okay, as long qs you have a fastname matching that sp...
by Andet
Wed Mar 28, 2007 1:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ERROR in DB2 stage
Replies: 10
Views: 4957

Also make sure the server host names in the db2 nodes configuration files exactly match the host names in the datastage configuration file.

Ande
by Andet
Tue Mar 27, 2007 1:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Comparing non key columns , with mulltiple inputs
Replies: 1
Views: 1268

I think it all depends on what you're doing when the year matches.
You can use a lookup stage. You might be better off doing an outer join with the table(s).

Ande
by Andet
Tue Mar 27, 2007 1:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ERROR in DB2 stage
Replies: 10
Views: 4957

okay; an 'educated' guess.
1. Check permissions to catalog tables
2. Verify configuration file has all the nodes of the database defined.

It looks like confusion over the node definitions and descriptions.
Do other jobs against these table(s) run clean?
by Andet
Fri Mar 16, 2007 9:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Logic to reject
Replies: 1
Views: 1211

You might have to resort to writing the file out to a temporary space and then reading it back in, keeping the grouping information that you desire. We've done some of this using external routines, so DataStage doesn't even see the writing and reading. The problem, as I see it, doing this in DataSta...
by Andet
Fri Mar 16, 2007 9:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: special character oddity
Replies: 5
Views: 1821

Sounds like you're moving less than the number of characters defined into a character field. If a character column is say, 10 characters, and you move 5 characters into that field, what would you expect to be in the rest of the field? Probably your default fill character, usually a null '\0' or blan...
by Andet
Wed Feb 21, 2007 9:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with Parallel custom Stage(Build)
Replies: 8
Views: 4697

well, you know as well as I do (or probably better, if you are Brian) that C is intregal to C++.
We use both plain C and C++ contrruction in our external routines.