Will79
(Will)
February 18, 2019, 3:05pm
1
When trying to print our Ship ticket,m we get the following error:
Cannot read the next data row for the dataset OrderHed. —> System.Data.SqlClient.SqlException: Cannot create a row of size 13778 which is greater than the allowable maximum row size of 8060.
utaylor
(Utah Taylor)
February 18, 2019, 4:15pm
2
Are you printing out the base SSRS report?
Will79
(Will)
February 18, 2019, 4:16pm
3
It is a custom form. I have went into developer mode and selected base, and still gives same error.
utaylor
(Utah Taylor)
February 18, 2019, 4:17pm
4
Are you using a custom report data definition too?
utaylor
(Utah Taylor)
February 18, 2019, 4:18pm
6
What did you add to the data definition?
Will79
(Will)
February 18, 2019, 4:18pm
7
Several fields, but this is the same we had in our old system for years. Nothing recent except for ResDelivery recently.
utaylor
(Utah Taylor)
February 18, 2019, 4:19pm
8
What was your old system?
utaylor
(Utah Taylor)
February 18, 2019, 4:20pm
9
You should get rid of any fields you don’t use in your linked tables. This goes for the labels as well. Include only the labels and columns you need.
Will79
(Will)
February 18, 2019, 4:20pm
10
10.1.400.37, currently in 10.2.300.8. System would be wrong word. Sorry about that.
utaylor
(Utah Taylor)
February 18, 2019, 4:27pm
11
I think you are running into a sql server limitation on bytes per row. Maybe someone more technical can help me out?? I would say try to exclude any columns and fields that are not necessary and start there.
Will79
(Will)
February 18, 2019, 4:38pm
12
I have excluded 5 columns and labels. and nothing has changed. Will keep excluding and hopefully it works.
utaylor
(Utah Taylor)
February 18, 2019, 4:48pm
13
Remember that there is an Exclude all option when you have a table selected and then you can go back through the fields and unmark only ones you want. Try it in your test environment of course. I just don’t get why it would have changed from one version to the next.
Will79
(Will)
February 18, 2019, 4:58pm
14
I added into the SSRS Query the ResDelivery from OrderHed last week. I am wondering if that may have something to do with it.
Will79
(Will)
February 18, 2019, 5:03pm
16
No, I added it to the query, and then, in SSRS said If ResDelivery is true, say Residential Delivery Address, otherwise nothing.
utaylor
(Utah Taylor)
February 18, 2019, 5:03pm
17
Okay, so I would start with that table. Select it in the report data definition and exclude all labels and columns and include only the ones you want.
Banderson
(Brandon Anderson)
February 18, 2019, 5:33pm
18
I have no idea how to fix it, But I think you and @Kimberley are having the same problem, even if it’s different forms.
I know I have posted about this issue before but I find it very frustrating. Most forms here are customized to at least add company logo and a few extra fields. Nothing to crazy on most. I just ran into this issue again with the PO Form. It is...
Reading time: 1 mins 🕑
Likes: 2 ❤
Will79
(Will)
February 18, 2019, 5:33pm
19
Yeah, I saw that. @aidacra Any ideas or info that may help us here?