final int timeOut = param.getInt(PropertyName.TIME_OUT);
param.put(PropertyName.TIME_OUT, new Integer(4 * timeOut));
final XMultiServiceFactory msf = (XMultiServiceFactory) officeProvider.getManager(param);
officeProvider.backupUserLayer(param, msf);
param.put(PropertyName.TIME_OUT, new Integer(timeOut));
if (msf == null) {
failed("Could not connect the office");