Oracle JDE EnterpriseOne and MTXW HELL!
Share
Ok, so this has come up before, but it’s been awhile and I totally forgot about it.
After an update package deployment, when a user tried to login many of the iSeries jobs went in to a MTXW (mutex wait) state. So, we bounced services. Nothing. Then, we brought all services down and deleted all SQLPKGs (SQL Packages) that were owned by ONEWORLD. Nothing. Then, after much frustration I deleted the following files from the IFS system:
- dddict.ddb
- dddict.xdb
- ddtext.ddb
- ddtext.xdb
- glbltbl.ddb
- glbltbl.xdb
These files get re-generated on-the-fly.
What ever was corrupt was in these files.
Author
Stewart Schatz
Average Rating
4 thoughts on “Oracle JDE EnterpriseOne and MTXW HELL!”
Leave a Reply Cancel reply
This site uses Akismet to reduce spam. Learn how your comment data is processed.
More Stories
How to Print a Directory Structure Using PowerShell: Step-by-Step Guide
If you need to print out the directory structure and list the files within, this PowerShell script will help you...
Quick Tip: IBM Navigator for i Default URL
This is a really quick one but I keep forgetting it: http://<SERVERNAME>:2004/ibm/console
Windows God Mode… What!?!
Windows God Mode is a hidden feature in the Windows operating system that allows users to access all of the system’s control panel options and settings in a single place.
How To Test A SQL Server Connection
There is an easy way to test your SQL Server connection when running Windows without any special software. I found...
4 Lines To Export Outlook Rules To Excel/CSV Using PowerShell
I used to use a ton of Outlook Rules to organize the thousands of emails that I receive each day....
Get The Size & Record Count Of All Tables In A SQL Server Database
Use the SQL query below to display the size and record count of all tables in an SQL Server database....
Hi Stewart.
Where do I find these files? Were they local to your system or are they a part of IBM package?
Thank you.
The files are in the IFS on the iSeries in the “specfile” directory in the “pathcode” directory.
/root/DV910/specfile
/root/PY910/specfile
/root/PD910/specfile
Hope that helps!
Any idea what causes the spec files to become corrupt? We just had this happen last week and after clearing the spec files, the issue was resolved.
Great question, John! And boy do I with I knew the answer. Sorry, your guess is as good as mine.