I'm currently working with dbiproxy to transfer images from
are database server and your web-server. I'm running
in to a error.
DBD::Proxy::st fetch failed: Maximum message size of 65536 exceeded, u +se option 'maxmessage' to increase at /usr/local/lib/perl5/site_perl/ +5.6.1/RPC/PlServer/Comm.pm line 116. DBD::Proxy::st fetch failed: Maximum message size of 65536 exceeded, u +se option 'maxmessage' to increase at /usr/local/lib/perl5/site_perl/ +5.6.1/RPC/PlServer/Comm.pm line 116. DBI handle cleared whilst still active. dbih_clearcom (sth 0x344cb0, com 0x20ae98, imp DBD::Proxy::st): FLAGS 0x80195: COMSET Active Warn RaiseError PrintError PARENT DBI::db=HASH(0x207334) KIDS 0 (0 Active) IMP_DATA undef NUM_OF_FIELDS 6 NUM_OF_PARAMS 0 DBD::Proxy::db disconnect failed: Byte order is not compatible at blib +/lib/Storable.pm (autosplit into blib/lib/auto/Storable/thaw.al) line + 369 during global destruction, at /usr/local/lib/perl5/site_perl/5.6 +.1/RPC/PlServer/Comm.pm line 145 DBD::Proxy::db DESTROY failed: Byte order is not compatible at blib/li +b/Storable.pm (autosplit into <BR>blib/lib/auto/Storable/thaw.al) lin +e 369 during global destruction, at /usr/local/lib/perl5/site_perl/5. +6.1/RPC/PlServer/Comm.pm line 145


so I try to add maxmessage to my config file

example of config file
{ 'facility' => 'daemon', 'localport' => '12400', 'maxmessage' => '390000000', 'clients' => [ { 'mask' => ['155\.77\.229\.207','155\.77\.230\.90'], 'accept' => 1, 'users' => ['cwms'], } ] }

Example of command line tried ALL of these
dbiproxy --configfile=./config.cfg
dbiproxy --configfile ./config.cfg
dbiproxy --configfile ./config.cfg --maxmessage 600000


seems that it is not looking at the config file for the maxmessage

In reply to Having problems with dbiproxy maxmessage by heiths39

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.