Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

SPROC error occurs when there is a problem saving the data to the database. Refer to the below for the most likely issues.

...

JOURNAL ENTRY

The most common cause for a SPROC error in Journal Entry is a duplicate transaction number.

...

This means the transaction number already exists in your general ledger. As the transaction number is a unique identifier in Eclipse, you cannot have duplicate transaction numbers.

  • Make sure to check the transactions have not already been posted under the same transaction number. To do this, search the Ledger Inquiry for the records already using the transaction number.

    • This is the most likely culprit in that either you or another user has already posted the data already, and the system is preventing you from duplicating the data.

  • If the transactions you are trying to post are not a duplicate then you will need to change the transaction numbers of your journals.

    • Highlight the transactions in Journal Entry and right-click. Select Excel to export these lines to a spreadsheet.

    • In the spreadsheet, remove the Tran and Line values from each record.

    • Now highlight all of the records from the first column to the last column (Do not include any blank spaces).

    • Copy these lines and right-click in the Journal Entry window and select Paste.

...

INVOICE and PETTY CASH ENTRY


1. A SPROC error means a field has been entered with too many characters.

  • This is most often either the Invoice Number / Envelope Number or a Description field for one of the Lines.

    • Trim the Invoice Number to 30 characters at most.

    • Trim the Line Description fields to 210 characters at most. Try to trim under 210 characters.

2. A SPROC error can also appear in if the Control Account has an Invalid Chart Code.

  • To check this, open  Control Table Control Accounts.

  • Open the Control Account that you have selected for the Invoice.

  • Click the Control Accounts tab and compare the codes to the Chart of Accounts module.

    • You can click the button to the right of each code to use the Chart Lookup.

  • Make sure each field in the Control Account is pointing to the correct code, and that code is postable.

    • If the code is not postable, make sure to change it to postable in the Chart of Accounts module.

...