US and Worldwide: +1 (866) 660-7555
+ Reply to Thread
Results 1 to 2 of 2

Thread: Error while running the transformation

  1. #1
    Join Date
    May 2008
    Posts
    232

    Default Error while running the transformation

    Hi all..
    I am running a simple transformation where i am just passing the value from one table to another.
    but i am getting the error like
    "Packet for query is too large (1523888 > 1048576). You can change this value on the server by setting the max_allowed_packet' variable."

    Can someone please help me in solving the above error. where will i find this "max_allowed_packet" variable??

    Thanks

  2. #2
    Join Date
    May 2006
    Posts
    4,882

    Default

    Guessing you're using MySQL... in the database? It's anyway not a setting native to PDI.

    From the internet (by searching for your error):

    [Solution]
    1. Try to modify my.ini or my.cnf.
    2. In [mysqld] section user can add
    max_allowed_packet = 16777216
    3. Save this file.
    4. Restart mysql server.

    Regards,
    Sven

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts