Author: actsupp-r0cks

Resilient File System (ReFS) New local file system introduced in Windows Server 8

Resilient File System (ReFS) is a new local file system introduced in Windows Server “8”, immediately addressing critical server customer needs, and providing the foundation for future platform evolution, for all Windows customers. The main goal behind ReFS is to improve resiliency and reliability, especially in instances when a power failure happens. NTFS could sometimes […]

Continue Reading

Asp / Asp.net errors

Server Application ‘/’ unavailable error This is a generic error message. If this related to asp error (you can identify this by checking the error message under the Server application ‘/’ unavailable error) Possible solutions: 1. Check the permissions for the domain folders. Assign Asp.net and network service permissions to it if it lacks. 2. […]

Continue Reading

SQL database Offline or Online

When you are working with the databases to restore or backup you may come across the error: “Cannot Backup/Restore (especially) when database is in use” So in order to over come the database status, Right Click on Database -> New Query: sp_dboption ‘dbname’,’offline’,’true’ (It will make the database to become offline) sp_dboption ‘dbname’,’offline’,’false’ (It will […]

Continue Reading

PDF printer – print locally from the server

To convert documents to pdf and save it on the local desktop from a remote server Primopdf (or similar) app should be installed in both client and server end. > Set primopdf as default printer in the client machine. > Enable the following configuration in the Server group policy Computer Configuration\Administrative Templates\Windows Components\Terminal Services\Terminal Server\Printer […]

Continue Reading