the .stor file is used to store queued data, and broker adapter code (IC’s, Co’s), and document types. You can see it’s utilization in the broker admin screens (in IS V601), or thru the old manager tool.
Because of the way the file is sliced for different document sizes, you may still show available space but not really have a place for documents of a specific size.
I always increase the size to atleast 1G.
You can add additional .stor (or .log files) by using commands similar to the below (these are all one command, but may be wrapped in the display below) Note the ‘2’ in the file name. See the broker admin guide for details:
Adding a log file
E:\webMethods\Broker\bin>server_config storage E:\webMethods\Broker\data\awbrokers60\default -qs_log_file E:\webMethods\Broker\data\awbrokers60\default\Broker.qs2.log 256M
Adding a stor file
E:\webMethods\Broker\bin>server_config storage E:\webMethods\Broker\data\awbrokers60\default -qs_storage_file E:\webMethods\Broker\data\awbrokers60\default\Broker.qs2.stor 6000M 1000M
Note: Your .log file for the broker must be big enought to handle any transaction/document the broker is requested to handle. This includes .adl files you want to import (old EI code stuff).
#webMethods#Integration-Server-and-ESB