} catch (DevFailed exception) {
AuthServerMessageManager.notifyReadAttributeErrorDetected(m_strAuthPath, "externalName",exception);
}
try {
DeviceAttribute deviceAttribute = proxy.read_attribute("inHouseName");
strIntProjDir = deviceAttribute.extractString();
if (strIntProjDir == null) {
strIntProjDir = "";
}
} catch (DevFailed exception) {
AuthServerMessageManager.notifyReadAttributeErrorDetected(m_strAuthPath, "inHouseName",exception);