- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: %SYSTEM-F-MBTOOSML
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2005 06:51 AM
11-10-2005 06:51 AM
Thanks in advance for your help
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2005 07:20 AM
11-10-2005 07:20 AM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2005 12:04 PM
11-10-2005 12:04 PM
Re: %SYSTEM-F-MBTOOSML
Mailboxes have both a maximum message size and a buffer quota. Generally the quota should be bigger than the maximum.
As David has noted, the SYSGEN parameters DEFMBXMXMSG and DEFMBXBUFQUO define the default values for the $CREMBX parameters MAXMSG and BUFQUO.
IMHO any call to $CREMBX that depends on the default is incorrect! Depending on site specific SYSGEN parameter values is bad. I'm guessing that your error is just anther case supporting my opinion :-) Make sure you have explicitly set both BUFQUO and MAXMSG appropriate to your application.
$ HELP/MESSAGE MBTOOSML
MBTOOSML, mailbox is too small for request
Facility: SYSTEM, System Services
Explanation: This message can occur under two conditions:
o A write request to a mailbox failed because the message
exceeds the maximum message size specified when the mailbox
was created.
o In a call to $GETQUI or $SNDJBC or upon execution of a
queuing command (such as PRINT, SUBMIT, SHOW ENTRY, or
SHOW QUEUE), your process specifies more than the maximum
allowable number of identifiers.
User Action: Verify that the call is coded correctly. For a mailbox error,
verify the maximum message size specified for the mailbox and
increase the size if necessary. For a queuing error, limit the
number of identifiers to the current maximum.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2005 08:28 PM
11-10-2005 08:28 PM
Re: %SYSTEM-F-MBTOOSML
If you are working with a program which uses mailboxes then you may find the following free programs of mine useful
MBMON - A progam to copy messages written to a mailbox and display and/or record them for later display
ftp://ftp.process.com/vms-freeware/fileserv/mbmon.zip
MBU - VMS mailbox utility-- show lots of detail about a mailbox, create mailbox, read, write, view messages without reading
ftp://ftp.process.com/vms-freeware/fileserv/mbu.zip
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2005 11:04 PM
11-10-2005 11:04 PM
Re: %SYSTEM-F-MBTOOSML
MBMON is well worth looking at. Helped a lot when tracking down a tricky interaction bug.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2005 02:17 AM
11-11-2005 02:17 AM
Re: %SYSTEM-F-MBTOOSML
Purely Personal Opinion