Bruce,

I've had another look at this and the problem is actually happening in JReceiver and not tRio.

Do you know how to use mysql? If not, look at the Verify Database Initialization step in the jreceiver install instructions (http://jreceiver.sourceforge.net/jrec-install-server.html).

Please run the following query in mysql:

select * from mfile where src_id = 7200;

The 2nd value this returns is the key into the folder table. Then run this query (changing nnnn to the key value) and let me know what you get:

select * from folder where id = nnnn;

Cheers
Paul
_________________________
Paul (the tRio guy)