Search found 183 matches

by trokosz
Wed Oct 04, 2006 9:15 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Trouble getting AnalysisServer to start
Replies: 5
Views: 4170

Trouble getting AnalysisServer to start

The AnalysisServer says the process is running when started and then when I do a status its not running and produces nothing in the MGXPgmInit.std.log or MGXPgmInit.log for me to look at......I beliebe my paths are right and the MessageSwitch is running just fine....any ideas? Almost like its runnin...
by trokosz
Thu Aug 31, 2006 9:12 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Allowing Muliple Users in a Oracle PSDB
Replies: 0
Views: 4015

Allowing Muliple Users in a Oracle PSDB

I have a Oracle Account called "psdb" which has the proper Oracle priviledges and works just fine logging into ProfileStage UID. But when we create other non "psdb" users they are failing with ORA-01031 or insufficient priviledges. These users have the proper role, priviledges an...
by trokosz
Thu Aug 03, 2006 7:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to read JD-Edwards source from ETL DataStage
Replies: 3
Views: 1991

Yes PeopleSoft E1 is best but you can always ODBC....
by trokosz
Wed Jul 19, 2006 7:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: server engine status
Replies: 12
Views: 5681

Just do a netstat -a | grep ds and you should see the dsrpcd in a LISTEN state on the port.....or as others said if you can login then it is Listening....or if your DataStage Admin then do a uv -admin -info.....But otherwise nothing per se "hangs"
by trokosz
Mon Feb 27, 2006 10:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lookup Table vs Hash file
Replies: 6
Views: 2752

I gave my opinion....no more no less.....
by trokosz
Mon Feb 27, 2006 8:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lookup Table vs Hash file
Replies: 6
Views: 2752

Well a Hash is the file that is used for lookups in a Server Job....Parallel Jobs uses either FileSets or DataSets via a Lookup Stage
by trokosz
Mon Feb 27, 2006 8:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: where to run dsjob command
Replies: 7
Views: 2334

You can run dsjob from the Unix command or DOS command line.....You can create a Unix Shell Script or a DOS BAT file and run it there.....You can have a Scheduler (e.g., Autosys) call the Shell Script and so on....
by trokosz
Mon Feb 27, 2006 8:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: getting this weired CANNOT OPEN FILE DS_JOBOBJECTS
Replies: 5
Views: 2532

Well before panic and corruption....try reindexing the Project.....
by trokosz
Thu Feb 16, 2006 7:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsrpcd not running
Replies: 4
Views: 7303

If you don't bring DataStage Engine down properly such as users still logged in or running/orphaned PIDs then you get this behavior. If DataStage comes up successfully and you get this error. Do a netstat -a | grep ds and the RPC daemon port should say LISTEN and if it doesn't then the port is grabb...
by trokosz
Thu Jan 05, 2006 8:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with Datastage Upgrade
Replies: 5
Views: 2449

Seems like you were trying to upgrade with DataStage not being stopped properly....PID's orphaned is a indicator.....
by trokosz
Tue Dec 20, 2005 12:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-01555 error
Replies: 11
Views: 7324

Well a 0 means commit after all rows are processed or one giant commit....when too many rows you can see this is not a good idea....for small dimension tables its typically done....

Best practice is to set Array Size high to lets say 5,000 when processing large amounts....
by trokosz
Tue Dec 20, 2005 11:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage version 8
Replies: 3
Views: 2283

Well first IBM/Ascential has not determined officially that "Hawk" will become version 8.0..... Second: 1) The Hawk version of DataStage will support EE (Parallel) and Server versions. 2) New customers will be provided EE and Server will not be presented stand-alone.....It's supported for ...
by trokosz
Tue Dec 20, 2005 11:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-01555 error
Replies: 11
Views: 7324

Have the DBA increase the amount of extents or better yet increase the "time" so the snapshot is not "too old"
by trokosz
Tue Dec 20, 2005 11:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job is been accessed by another user
Replies: 9
Views: 3689

The unlock suggestions are good but just to close the loop you may in addition have phantoms left out there.....even removing locks may still give you the error of exclusive so look for phatoms....

ps -ef | grep phan

kill -9 each phantom
by trokosz
Tue Dec 20, 2005 11:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to set no limits as warning while running the job
Replies: 5
Views: 3402

If your running via dsjob then set the parameter of -warn to 0