|  |     Hello Fernando,
    
    Sory I could not answer this earlier.
    
    I have a few remarks and questions concerning your problem.
    
    1. You talk about 17 partitions, with each a min of 4MB memory; that's
    a total of 68 MB, spread over the two machines; are you 100% sure
    your page files can handle this ??? 
    
    2. Instead of starting the entire application, did you try to start
    each partition independently ?
    If you did, did you supply trace flags, so as to catch exceptions ?
    There is one which apply to V2.0, and maybe also to V1.2 (I can't
    remember), which you should always use if you don't want to lose
    important exceptions:
    	trc:lo:25
    
    That's the important message : catch as much exceptions as you can.
    At run-time, not everuthing is caught as in the development
    environment.
    
    Hope this will help you for a start.
    
    Kind regards,
    
    Jean-Michel
 |