- Print
- PDF
Error Message: 'Customer#, Invoice# Was not Delivered Because of a Print Management Setup Issue' and 'SQL Server Cannot Create a Row...Size of 8060'
When generating a document, you may get the following error message:
Error
Customer#, Invoice# was not delivered because of a print management setup issue
When the error message is expanded, the following additional error messages are shown:

This error is related to the standard Dynamics 365 Finance and Operations/SQL and is caused because the fetch to the SQL server is getting too complex. To resolve this issue, follow these steps:
Navigate to Lasernet > Common > Reports.
Open the Query wizard, select Build Query with Wizard, and click Relation/Layout.

In the Fetch dropdown, replace 1:1 with 1:n, which will simplify the SQL fetch and remove the error. 1:n should be the default fetch.
