Inbound Queue Requires More Disk Space

Problems such as orphaned transactions and connection failures force stable queues to hold more transactions than anticipated.

If the inbound queue requires more disk space, you see a message similar to this in the Replication Server error log:
_SQM_ADD_SEGMENT: Going to wait for a segment to be
freed. Administrative action is needed.
To determine which stable queues hold the segments, log in to the RSSD and execute:
select q_number, q_type, count(*)
 from rs_segments
 group by q_number, q_type
The output of this query shows the number of segments each stable queue is using. Each segment is 1MB of disk space. Look at the queues with the largest number of segments:
Related concepts
Data Server Interface Problems
Replication Server Interface Problems
Related tasks
Checking for Orphaned Transactions