1.2k questions

1.4k answers

361 comments

339 users

Categories

Sidebar
0 votes
1.0K views
by mike-r-7535 (13.8k points)

I am processing a large message that it cannot write to the database.  Within QIE, I see the following message:

Msg 37 [path=1-2-4] - could not insert: [com.qvera.qie.web.persistable.message.MessageQueue]

In the qie.log, I see the following:

Packet for query is too large (71239892 > 67108864). You can change this value on the server by setting the max_allowed_packet' variable. 

 

1 Answer

0 votes

With MySQL or MariaDB, I had to increase my max_allowed_packet length:

max_allowed_packet=128M

by mike-r-7535 (13.8k points)
...