Not logged in - Login

General Notes

3/18/15 jQuery dialog close button offset

The X in the jquery ui dialog box close button is offset outside of the close button. The problem is in a css element .ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; } Removing the margin definition resolves the issue.

3/18/15 HierarchyID compatibility issue

The file system tracking table in the database utilizes the sqlserver datatype hierarchyid. This datatype is incompatible with the asp.net interfaces to sqlserver. An update should be made to the asp.net interfaces but until then the hierarchy id field should be excluded from any queries or stored procedures which are read from asp.net.

10/2/14 IIS Error

If you encounter the error: "The Web Application Project EDMFAPP is configured to use IIS. Unable to access the IIS metabase. You do not have sufficient privilege to access IIS web sites on your machine." Run Visual Studio as an Administrator

7/31/2014 SSMS access to VADER

To enable remote access to SQL Server on VADER it was necessary to modify the firewall rules. Within the "Windows Firewall with Advanced Security" tool there were two similar rules Titled "Air Data - SQL Server Port 1433" One had a Profile of Domain with a limited scope of Remote Addresses : 10.0.0.0/24 10.1.1.0/24 129.82.108.0/23 The other had a Profile of Public, Private with no limited scope. The solution was to disable the unlimited scope rule, and change the profile of the scoped rule to Domain, Private, Public