Search found 42189 matches

by chulett
Mon May 02, 2005 7:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Install on hp-ux 11 dsrpcd not up
Replies: 5
Views: 1353

Here's one from when I had the same problem. Hope it helps.
by chulett
Mon May 02, 2005 6:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Getting OLE error while designing Jobs
Replies: 3
Views: 1013

Are you the only one in yuour group having this issue? Sometimes something like that can be platform specific, so it might help to know what you are running the client software on. It could also mean that some of the dependant components have been stomped on by other software, so the first thing I'd...
by chulett
Mon May 02, 2005 6:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequential file size in DS7.1
Replies: 8
Views: 1929

So just go back and edit your first post, Arnd. You do know you can do that, right? This is not Usenet, ya know. :wink:
by chulett
Mon May 02, 2005 6:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Install on hp-ux 11 dsrpcd not up
Replies: 5
Views: 1353

Well, then that typically means the port is in use from what I recall. Can you guess what advice is coming next? Search the forum. Look for posts on the same subject, specifically with the keyword 'debug' in it. Something about adding a 'd9' flag? That will cause the process to log the reason for it...
by chulett
Mon May 02, 2005 6:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: smat -t ---where actully does this query get the data from
Replies: 5
Views: 1284

I think the answer to that would be pretty obvious - until you regenerate things, you are still using the 'old' values, default or not. It won't start using the changes that you've made until you do two things: regenerate and then stop/restart the server.
by chulett
Mon May 02, 2005 6:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to Delete Entry from Version Control
Replies: 11
Views: 3364

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. That would have been good informa...
by chulett
Sun May 01, 2005 10:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lookup from hashed file created with Use Account Name
Replies: 3
Views: 2413

Re: Lookup from hashed file created with Use Account Name

I would like to obtain rationale why looking from hashed created use Use Account Name is much faster than use Directory Path option. Where did you get this little nugget? AFAIK, the only difference is the physical location of the hash (even though you could 'path' one into your project if you reall...
by chulett
Sun May 01, 2005 10:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Schedule
Replies: 8
Views: 2737

I've done things like this both ways over the years and haven't had problems with either methodology. Places without external / Enterprise schedulers require creative use of job control to run those 'x times a day' jobs. That or schedule it in via DataStage multiple times. Now, without Job Control o...
by chulett
Sat Apr 30, 2005 2:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle OCI Connect Error
Replies: 17
Views: 6694

Sorry, didn't mean to confuse. During discussion of the problems of trying to get a routine to connect to Oracle, the use of an ODBC stage came up. And then an 'or' - or use an OCI stage. My only point was to encourage the use of a native stage, like an OCI stage, over the generic ODBC stage. Unless...
by chulett
Sat Apr 30, 2005 9:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Siebel connectivity issue
Replies: 1
Views: 705

I don't know anything about this specific product, but your message sounds like a typical 'path' problem. Meaning, the path / library that the component it is looking for lives in is not in your PATH. If you can find siebelbc.dll and then add where it lives to your path, you may be fine. You may hav...
by chulett
Sat Apr 30, 2005 7:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Packaging problem
Replies: 3
Views: 1369

Ugh. :? Once you've solved your packaging problem, you may want to reconsider the whole 'release - package - move package - install package' cycle you are using now and consider simply using Version Control.

Be happy to go over that, talk pros and cons if you like. Packaging is so... 90s. :lol:
by chulett
Sat Apr 30, 2005 7:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to Delete Entry from Version Control
Replies: 11
Views: 3364

I'm afraid those are your two choices... either delete individual entries or do an entire VC 'mulligan' by dropping and rebuilding the project. The latter is not as bad as it sounds. If you are at a point where you can safely say that you "don't need" the various older versions of the jobs you have ...
by chulett
Fri Apr 29, 2005 5:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle OCI Connect Error
Replies: 17
Views: 6694

ray.wurlod wrote:Or you can use an Oracle OCI stage, and thereby employ the OCI software directly.

What he said. :wink:

Don't use the ODBC stage unless you've really really got no other choice.
by chulett
Fri Apr 29, 2005 5:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to convert a FIXED DECIMAL type in using flat files
Replies: 7
Views: 2421

You may need to post the definition of the file you are receiving to make sure we are all on the same page. If your file truly has packed decimal fields and if they simply converted the entire record from EBCDIC to ASCII - then they have destroyed the packed fields in the process. Packed is packed, ...
by chulett
Fri Apr 29, 2005 12:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequential file error during the execution
Replies: 8
Views: 1972

Talk to your SA - find out if you are a ulimit victim and, if so, get them to up it (or make it unlimited) for you.