getRemoteAttributes In some situations when the Service Assurance Manager is retrieving a large number of notifications from an underlying server, a problem such as a delay in the Service Assurance Manager processing the request or the Service Assurance Manager not responding could occur due to the time it takes to retrieve the information from the underlying server. A work around for this issue has been coded. As each notification is received at the presentation Service Assurance Manager, it checks to see if it has a copy of the object in its local repository. If it does not, it creates a new one. To get all the attributes, a number of remote calls to the aggregate Service Assurance Manager must be made. The work around is to bypass these remote calls, as the information passed in the notification is sufficient for the Notification List display. The remainder of the attributes are filled into the repository during the topology synchronization. Important: Customers experiencing this symptom need to add the following parameter to the dxa-sam.conf file: getRemoteAttributes FALSE This parameter is located in the conf/ics/dxa-sam.conf file. Before updating the dxa-sam.conf file, back up the file.