Kenneth Qvistgaard Dalbjerg, IT Konsulent i århus
Citrix Certified

Backup msSQL server – Operating system error 5(error not found).

Monday, September 19th, 2011 Posted in Ahsay, MSSQL | No Comments »

If you want to take a backup from Microsoft SQL Server management Studio, and get this error: Operating system error 5(error not found), then the problems is that the user running SQL Server services dosen't have access to the destanation ...

Ahsay restore Microsoft SQL (MSSQL) server database

Wednesday, September 14th, 2011 Posted in Ahsay, MSSQL, Windows | No Comments »

If you want to restore a Microsoft SQL database, from a fuld backup, and put some transaction log file into it.  (This backup has backup by ahsay) This is the why to do it: Start Microsoft SQL Server Management Studio Right click on ...

Microsoft Exchange 2010 – Ahsay restore to recovery mailbox database / storage group.

Friday, September 9th, 2011 Posted in Ahsay | No Comments »

Ahsay have no support for native restore to Exchange recovery group, but here is a workaround of that problems. First create a recovery storagegroup New-MailboxDatabase -Recovery -Name RDB1 -Server exch2010 -EdbFilePath "F:\Backup\Restore\Data\rdb1.edb" -LogFolderPath "F:\Backup\Restore\Log" Where RDB1 is the name of the Recovery database ...

TMG and Internet Explorer 9 – file:///C:/Program%20Files/Microsoft%20Forefront%20Threat%20Management%20Gateway/UI_HTMLs/Generic.htm?guid=

Tuesday, May 31st, 2011 Posted in Exchange, Windows | No Comments »

Hello If you have Internet Explorer 9 and TMG / UAG installed on the same machine you need to apply this patch, else you will get: file:///C:/Program%20Files/Microsoft%20Forefront%20Threat%20Management%20Gateway/UI_HTMLs/Generic.htm?guid=%7B1FC3773B-C941-450C-BA39-224904EFD093%7D * Open "C:\Program Files\Microsoft Forefront Threat Management Gateway\UI_HTMLs\TabsHandler\TabsHandler.htc" Search for the 3 lines which contain "paddingTop", and ...

Microsoft C5 åbner og lukker med det samme igen

Wednesday, March 23rd, 2011 Posted in Windows | No Comments »

Hvis du har problemer med at C5 2010 bare lukker med det samme nå du åbner det, så skyldtes det sikkert at der i ini filen er en linie med -usupervisor Slet denne linie

Microsoft Excel har fundet en fejl og afsluttes. Vi beklager ulejligheden ved afslutning af Excel

Thursday, January 20th, 2011 Posted in Computer, Windows | 2 Comments »

Nå du lukker et Excel ned, så kan den komme den og sige: Microsoft Excel har fundet en fejl og afsluttes. Dette kan muligvis løses ved at gå ned i start og vælg kø, skriv her: regedit og tryk kør Gå ...

Howto shrink / truncate SQL transaction log file in SQL Server 2005

Friday, October 15th, 2010 Posted in MSSQL, Windows | No Comments »

USE <databasename> GO DBCC SHRINKFILE('<logfilename-logical name>', 1) BACKUP LOG <databasename> WITH TRUNCATE_ONLY DBCC SHRINKFILE('<logfilename-logical name>', 1) GO

Exchange 2007 – Ahsay restore to a recovery group

Tuesday, May 25th, 2010 Posted in Ahsay, Exchange, Windows | No Comments »

Ahsay have no support for native restore to Exchange recovery group, but here is a workaround of that problems. First create a recovery storagegroup new-storagegroup -LogFolderPath F:\Backup\Restore\Logs -Name ExchangeRestore -SystemFolderPath F:\Backup\Restore\Data -Recovery Then create a empty database new-mailboxdatabase -mailboxdatabasetorecover "Mailbox Database" -storagegroup ExchangeRestore -edbfilepath ...

A significant number of invalid certificates have been provided by remote IP address 205.188.153.55 / 64.12.162.248

Thursday, December 3rd, 2009 Posted in Windows | No Comments »

AOL has change there Root Certificate. You can download them at https://pki-info.aol.com/AOL/ These 2 need to be imported in all Office Communication Server T - rusted Root Certification Authorities You can see a video on howto import these 2 certificates here: http://simsbury.members.winisp.net/Update-AOL-Root-CA.wmv There errors ...

Remote principal name is not configured in trusted server list.

Friday, November 6th, 2009 Posted in Computer, Windows | 2 Comments »

After buying a CA sign certificate from Geotrust i got this in my Event viewer: Remote principal name is not configured in trusted server list. The subject name sip.XXX.com of the certificate assigned to process AVMCUSvc(1788) was not found in the trusted ...