Hi I'm trying to use the DBI::Proxy / ProxyServer modules in order to move some perl scripts to Unix, yet maintain a link to an access database. While I've managed to run the ProxyServer on NT and connect to it with Proxy.pm I'm getting errors when I attempt to use it. (using DBI->trace(9)) On a delete query the query executes on the database but the following call stack is returned: Carp::croak(\'Cannot restore overloading on SCALAR(0xd0a60c) (package Win32::O...\') called at (eval 7) line 4 Storable::logcroak(\'Cannot restore overloading on SCALAR(0xd0a60c) (package Win32::O...\') called at blib\\lib\\Storable.pm (autosplit into blib\\lib\\auto/Storable/thaw.al) line 343 Storable::thaw(\'^E^D^B^@^@^@^F^J$DBI::ProxyServer::st=HASH(0x168a694)^J^A0^ J^A0^E^E^T^Q^SWin32::O...\') called at c:\\perl\\site\\lib/RPC/PlServer/Comm.pm line 144 RPC::PlServer::Comm::Read(\'RPC::PlClient=HASH(0xd6ca14)\') called at c:\\perl\\site\\lib/RPC/PlClient.pm line 112 RPC::PlClient::Call(\'RPC::PlClient=HASH(0xd6ca14)\', \'CallMethod\', \'DBI::ProxyServer::db=HASH(0xd42024)\', \'prepare\', \'DELETE FROM tAqtorTrade where TradeDate = #17-May-2001# AND Sour...\', undef, \'ARRAY(0xd099ac)\') called at (eval 16) line 5 RPC::PlClient::Object::DBI::ProxyServer::db::prepare(\'RPC::PlClient::Object ::DBI::ProxyServer::db=HASH(0x1332664)\', \'DELETE FROM tAqtorTrade where TradeDate = #17-May-2001# AND Sour...\', undef, \'ARRAY(0xd099ac)\') called at c:\\perl\\site\\lib/DBD/Proxy.pm line 366 eval {...} called at c:\\perl\\site\\lib/DBD/Proxy.pm line 366 DBD::Proxy::st::execute(\'DBI::st=HASH(0xd09994)\') called at c:/Dev/AqtorExport/Source/DTS/Aqtor/PerlModules/AqtorExportDecoder.pm line 188 Then, on a second Delete statement, there are errors writing to the socket and the ProxyServer dies as follows Thu May 17 09:47:28 2001 debug, Client executes method CallMethod Thu May 17 09:47:28 2001 debug, CallMethod: => DBI::ProxyServer::db=HASH(0xd42024),prepare,DELETE FROM tIntradayTrade where TradeDate = #17-May-2001# AND Source = 'AqtorExportReader_NonIndex',,ARRAY(0x168924c) Thu May 17 09:47:28 2001 debug, CallMethod: <= DBI::ProxyServer::st=HASH(0x16891a4),0,0,,,0 Thu May 17 09:47:28 2001 err, Child died: Storable binary image v92.0 more recent than I am (v2.4) at blib\lib\Storable.pm (autosplit into blib\lib\auto/Storable/thaw.al) line 342, <IN> chunk 1, at c:\perl\site\lib/RPC/PlServer/Comm.pm line 144 Thu May 17 09:47:28 2001 debug, Child terminating. I'm especially concerned about the version error - but I cannot find other versions of Storable (1.0.11) Has anyone had like errors and found solutions to these or is there something wrong I'm doing. The ProxyServer is running in single-connection mode but there is only one connection on it. Ans as far as I know the port I'm using should not be used elsewhere. Any hints, tips, suggestions are welcome. Thanks, Jeff Butler