ipsec Services: Only one usage of each socket address protocol network address port is normally permitted.
Friday, December 4th, 2009 Posted in Windows | No Comments »I have a servers that would not connect to the Internet, if I ping the gateway it says that: Destination unreachable. i found that the IPSec service was not stated. And if I start it it say: Only one usage of each ...
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 | No 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 ...
Exchange Active Sync test
Wednesday, October 28th, 2009 Posted in Computer, Exchange 2007, Windows | No Comments »Hvis nogen har brug for at teste Active Sync, men ikke lige syntes de vil ødelægge deres egen telefons opsætning for at teste en given opsætningen, kan produktet her anbefales: http://www.microsoft.com/DOWNLOADS/details.aspx?FamilyID=38c46aa8-1dd7-426f-a913-4f370a65a582&displaylang=en Det er en windows mobile emulator. For at få netværk til at ...
Office Communications Server 2007 R2: Installation failed with: Failure [0xC3EC78D8] Failed to read the Office Communications Server version information. This can happen if the computer clock is not set to correct date and time.
Monday, October 19th, 2009 Posted in Computer, Windows | No Comments »Its was solved by uninstall KB974571. Microsoft recommends to postpone installing KB974571 on any LCS 2005 / OCS 2007 /OCS 2007 R2 servers. “Microsoft is investigating this issue, and will determine the most appropriate way to address it. Customers who are not ...
Office Communications Server 2007 R2: Installation failed with: Failure [0x80070005] Access is denied.
Monday, October 19th, 2009 Posted in Computer, Windows | No Comments »If you installation failed with: Failure [0x80070005] Access is denied. This is a problems with administrator rights. Please check the following things: The user need to be a domain user. The user is member of: Domain Admins group and RTCUniversalServerAdmins group. (Remember to relogon ...
mySQL – Table is marked as crashed and should be repaired
Thursday, October 15th, 2009 Posted in Debian, Linux, Windows | No Comments »
if you got this error: Table <TableName> is marked as crashed and should be repaired This could be fixed by go to the path where mysql database files is located, on Debian this will be /var/lig/mysql Go into the database where the crashed ...
OWA is not working with “owaauth.dll failed to load”
Wednesday, October 7th, 2009 Posted in Computer, Exchange 2007, Windows | No Comments »The first error had an Error ID of 2214 and a description of: “Could not load all ISAPI filters for site 'DEFAULT WEB SITE'. Therefore site startup aborted.” The second error had an Error ID of 2268 and a description of: “The HTTP ...
Howto firmware upgrade a Procurve switch with TFTP
Wednesday, September 23rd, 2009 Posted in Computer | No Comments »In this examble we are using 10.10.10.1 for the switch, and the PC have 10.10.10.2 Telnet or attach the serial cable to you switch, then run these commands: enable configure terminal vlan 1 no ip add ip address 10.10.10.1/24 exit ping 10.10.10.2 copy tftp flash 10.10.10.2 k_12_02.swi y copy tftp flash ...
Problems with apt-get in ubuntu (NO_PUBKEY 9AA38DCD55BE302B NO_PUBKEY 4D270D06F42584E6)
Tuesday, June 30th, 2009 Posted in Debian | 2 Comments »I got this error: W: GPG error: http://mirrors.sunsite.dk stable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 9AA38DCD55BE302B NO_PUBKEY 4D270D06F42584E6 W: You may want to run apt-get update to correct these problems This can be resolve ...