<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.28.3">
</HEAD>
<BODY>
I managed to install the magma server on a pharo 1.1 image including the OBMagmaBrowser.&nbsp; It appears to work fine.&nbsp;&nbsp; I can browse the repository.<BR>
<BR>
In a second image I loaded the client.&nbsp; When I run <BR>
<BR>
session := (MagmaRemoteLocation <BR>
host: 'server'<BR>
port: 51969) newSession.<BR>
<BR>
It appears to work properly give me an instance of a Magma Session.&nbsp; But when I go to connectAs: 'user' on the session I get the following message:<BR>
<BR>
MagmaReadServerTooFarBehind: MaSaveAndExitImageRequest cannot have variable sized instances<BR>
<BR>
Any Ideas?&nbsp; I tried using MagmaSession host: port: and&nbsp; I get the same result.<BR>
<BR>
Thank you. <BR>
<BR>
Tim
</BODY>
</HTML>