When ringing up customer, one register shows this error:
Server Failure 111: A sever failure occurred while attempting to create
a journal entry.
Error #-2147217900
Could not allocate space for object “dboJournal” in database
“GWPOS02” because the “PRIMARY” filegroup is full. Create disk space
by deleting unneeded files, dropping objects in the filegroup, adding
additional files to the filegroup, or setting autogrowth on for existing
files in the filegroup.
(Source: Microsoft OLE DB Provider for SQL Server)
(SQL State: 42000)
(NativeError: 12105)
No help file available
SET NOCOUNT ON
INSERT INTO Journal (StoreID, Batch Number, TransactionType,
ReferenceID, OrderHistoryID, Cashier ID, CustomerID, ReceiptText,
ReceiptCompressed, Compressed)
VALUES (??????????)
SELECT @@IDENTITY As JournalID
This error along with "ok" option stays on screen until ok is clicked. Transaction gets cleared out, and register receipt tape prints aborted transaction. I was able to recreate this by ringing up a mock transaction with multiple items, then pressing escape button.
*This post is locked for comments