Newforma’s support team has identified an occurrence happening at some of our customer sites. There is a requirement that the MySQL and Newforma data on the Newforma Project Center Server be excluded from back-ups and anti-virus documented in installation guide, a portion of which reads:
Microsoft has identified in article # 209304 that backing up catalog files created by the Microsoft Indexing Service is a common cause for catalog corruption. This happens when you run a backup or virus scan against the directory containing the catalog files while the Index Server is running. Because the Index Server keeps many of the files in that directory open and mapped into memory, a backup process can potentially corrupt them as it may lock them in order to back them up. To work around this, either stop the Index Server (CISVC) or simply remove that directory from the list of directories you back up.
Similarly, the MySQL database should be excluded from backup and antivirus scanning as corruptions and/or service shutdowns can occur.
Attempts to restart the Newforma Service (without first restarting the MySQL service – an easy step to overlook) will fail and the following error can be returned:
Backup routines such as VERITAS Backup Exec may lock one of the database files, causing the instability for the database server application.
It is recommended to exclude from the backup and antivirus scans the following directories from the root drive on which MySQL and Newforma Project Center Server were installed:
and
\Newforma (for the Indexing database)
and
C:\WINDOWS\temp (this is where MySQL generates temp files used to fulfill certain queries) - Specifically, the “.MYI” extension needs to be excluded from scanning in the temp directory.
Posted by Steve Burri - Support Manager on 09/19 at 10:18 AM
In a somewhat related issue, users may get this error when attempting to access the contacts of a project:
“Could not load project team form database… .MYI (Errcode:13)”
Note: This ‘temp’ directory and extension may also need to be excluded from scans on the workstations.
C:\WINDOWS\temp (this is where MySQL generates temp files used to fulfill certain queries) - Specifically, the “.MYI” extension needs to be excluded from scanning in the temp directory.
by Eric Buterbaugh - Newforma Customer Support on 04/27/2009 - 8:03AM