Saturday, November 24, 2007

Virtual PC Console - Maximize option disable

Virtual PC Console - Maximize option disabled

Edit options.xml file located at %appdata%\Microsoft\Virtual PC (C:\Documents and Settings\Administrator\Application Data\Microsoft\Virtual PC) folder .In this file under verify values for and . (You can change these to 10,10)

<window> <console> <height type="integer">254</height> <left_position type="integer">10</left_position> <top_position type="integer">10</top_position> <visible type="boolean">false</visible> <width type="integer">359</width> </console>

This may caused because you may changed your display settings.

Tuesday, November 20, 2007

Office Communication Server 2007 - Errors and Warnings

Office Communication Server 2007 - Errors and Warnings

Failure[0xC3EC796C] One or more errors occurred during execution of the wizard; the wizard was unable to complete successfully. Please check the log file for more information
http://blogs.lanlogic.net/blogs/tom/archive/2007/08/24/ocs-activation-error.aspx

-------------------------------------------------------------------
Failure[0xC3EC78B4] Office Communications Server Archiving Service is not installed on the server.
http://www.microsoft.com/downloads/details.aspx?FamilyID=52627734-b354-4f74-a6ed-e298259cda19&DisplayLang=en

------------------------------------------------------------------

Failure[0x800706BA] The RPC server is unavailable.
If you solved this problem correctly Failure[0xC3EC78B4] Office Communications Server Archiving Service is not installed on the server.This won't occur.
Else try this way Change your Remote Procedure call service log on to Local System account.

--------------------------------------------------------------------

Warning[0x03EC78E3] No DNS record is found for the pool FQDN. Please register the pool FQDN with DNS before deploying Office Communications Server in the pool.
--------------------------------------------------------------------

Error: Service : Office Communications Server Archiving and CDREventLog Error: The Office Communications Server Archiving and CDR service terminated with service-specific error 3222142979 (0xC00E0003). Failure[0xC3EC79E6] Service failed to start as requested.
---------------------------------------------------------------------

Monday, November 12, 2007

MIX08 is an intimate opportunity for cutting-edge technical

Details for MIX08, Vegas, US‏

Join Microsoft’s CEO Steve Ballmer in exploring the latest wave of opportunities and help redefine the boundaries between content and commerce, PC and TV, Windows and the Web.
>> MIX2008 >>


MIX sold out well in advance last year, sign up early to make sure you aren’t left out!

Sunday, November 11, 2007

Install MSMQ on Windows Server 2003

Install MSMQ on Windows Server 2003

Simply we can say this way.

Control Panel -> Add/Remove Programs -> Add/Remove Windows Components -> Application Server -> Message Queueing

For step by step process follow these
  • In the Control Panel, double-click Add or Remove Programs.
  • Click Add/Remove Windows Components in the left pane.
  • In the Windows Components wizard, select Application Server, and then click Details.
  • Check Message Queuing, click OK, and then click Next to complete the installation.
  • In the Control Panel, double-click Administrative Tools, and then double-click Computer Management.
  • Expand Services and Applications, and then click Services.
  • Right-click Message Queuing in the services list, and then click Properties.
  • Note Be sure to right-click the Message Queuing service in the services list on the right side of the window. Do not confuse it with the Message Queuing folder in the tree view.
  • Click the Recovery tab, set the first, second, and subsequent failures to Restart the service, and then click OK.

Tuesday, November 06, 2007

New in SQL Server 2008 July CTP

Do you have passion for technology? Do you want to make a difference? Then try out a SQL Server 2008 Community Technology Preview (CTP). The SQL Server development team uses your feedback from CTPs to help refine and enhance product features.

connect>

SQL Server 2008 Product Overview: Whitepaper
learn more>

Monday, November 05, 2007

Microsoft’s largest annual technical conference

Microsoft’s largest annual technical conference - Tech·Ed 2008!



Microsoft’s largest annual technical conference, Microsoft Tech·Ed. For the first time, Tech·Ed U.S. is evolving from a one week conference to two separate back-to-back conferences: Tech·Ed U.S. 2008 Developers, June 3-6, and Tech·Ed U.S. 2008 IT Professionals, June 10-13, in Orlando, FL.

More>>

ASP.NET MVC - Sport Facility Booking system

  The project relies on some external service providers. Thus accessing them via their API requires authentication. An API Key need to be su...