More servicesWindows Live
HomeHotmailSpacesOneCare
 
MSN
Sign in
 
 
Spaces home  <!--SQL Server + Perfor...PhotosProfileFriendsMore Tools Explore the Spaces community

<!--SQL Server + Performance Point Server + .net & Dynamics-->

October 08

This CPU is VT-capable, but VT is not enabled (check your BIOS/firmware settings).

I was trying to run Virtual Machine which contains windows server 2003 R2 64bit using VM workstation 6.0 and I faced the attached two errors :

 This CPU is VT-capable, but VT is not enabled (check your BIOS/firmware settings).

AND

Windows could not start because of a general computer hardware configuration problem.
Attempting to load an x64 operating system. however this CPU is not compatible with x64 Mode.
Please install an X86 32-bit operating system.

Resolution:
 
1. try to check if your processor supporting x64 or not, if it's not supporting x64 then you have to try your VM on another Processor that supports x64.
2. if your processor supports the x64 do the following:
3. restart the server and enter the BIOS setup.
4. check in the advanced options ->Processor Options -> Virtualization Technology
5. you will find it disabled , make it enabled.
6. save your work and try again to run the VM.
 
Note: the steps above may be differs from BIOS to BIOS but you should follow the same concept.
 
Error 1 Error 2
 
August 13

MUI Provisioning failed. Error: Cannot insert duplicate key row in object 'dbo.LocalizedLabel' with unique index 'ndx_LocalizedLabel_ForSingleSelect'.

I was trying to enable a language pack in MS CRM 4.0 and the following error appears "Error Occured" 
 
I checked the  application folder in the event viewer and I found the following error:
 
MUI Provisioning failed. Error: Cannot insert duplicate key row in object 'dbo.LocalizedLabel' with unique index 'ndx_LocalizedLabel_ForSingleSelect'.
The statement has been terminated.
 
to solve this error install this hotfix from microsoft:
 
June 30

How to deploy Performancepoint dashboard on MOSS ?

You can find the steps to configure the your MOSS web site so you can deploy on it PPS dashboard in this link that I found on the PerformancePoint Official Blog
 
 
June 22

PerformancePoint Server 2007 Charter Member

I passed the Microsoft PerformancePoint server 2007 MCTS exam on last thursday with score 1000 and I got Charter Member Cerficate from Microsoft, it's very nice exam follow the study guide, I studied from this book McGraw.Hill.Business.Intelligence.with.Microsoft.Office.PerformancePoint.Server.2007
 
Good Luck to you all.
 
MCTS(rgb)_1096
June 14

SQL Server 2008 RC0 fails to complete installation because of Windows Installer 4.5

sWhen you will try to install SQL Server 2008 RC0 , sometimes it fails to initiate the installation becauscan't install Windows Installer 4.5 , you will have to download it by yourself and intitate the installation again, you can download it from here

SQL Server 2008 RC0

You can download Microsoft SQL Server 2008 RC0 from here
also you can download Microsoft SQL Server 2008 Reporting Services Add-in for Microsoft SharePoint Technologies from here
and you can download the Microsoft SQL Server 2008 Feature Pack RC0, June 2008 from here
May 31

Free Controls and Dynamic Link Libraries

I decided to wrap up some of my controls and dlls and put them for free on the Internet and here is the first dll , it's a Logging Helper contains methods to log your errors on the system log, simple file and database.
take it and use it.
May 29

Outlook Attachments Alarm

Do you send emails to board members that they supposedly have attachments without attaching those attachments ??? , well I have some friends who are doing this, so I heard about an addon that you can use in Outlook and it will help you to remmeber wheter you forgot the attachment or not ...
well , you can download it from here
May 21

How to assign Strong name to 3rd party dll ?

I faced this problem during working and I found that I have two approaches to acheive this :
 
either I ask the 3rd party developer to assign strong name to the dll or you do the following:
 
you should use Ildasm.exe tool to dissamble the *.exe or *.dll assembly to *.il and *.res (compile resource script)
you can find Ildasm.exe tool at this path on your machine C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bin
 
open the *.exe or *.dll assembly you want using the IL DASM and follow the images to dissamble the file
 
 
img1
 
img2
 
 
img3
 
then you reassemble the *.il file again using Ilasm.exe and passing to it the strong name you desire and here is the code
you can find Ilasm.exe tool at this location C:\WINDOWS\Microsoft.NET\Framework\[your version of asp.net] Ex. v2.0.50727
 
first you will need to create your strong name key using sn.exe tool which you will find it in this location C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bin
 
so to create a strong name key type in the visual studio 2005 command prompt the following sn.exe -k name_of_the _key.snk.
 
after you create the strong name key you will find in this location C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bin
then use the Ilasm.exe to reassemble the *.il file again by typing the following code in the visual studio 2005 command prompt Ilasm.exe filename.il /key:name_of_the_strongnamekey.snk this will generate *.exe file from the *.il
if you want to generate *.dll file you will have to add the following option /dll to the code to be like this  
Ilasm.exe filename.il /dll /key:name_of_the_strongnamekey.snk
 
references:
 
 
 
 
 
 
May 11

Google Free Chart API

Anyone who needs to use nice good looking charts in his work and they can't afford thier price or they can't find a free product that going that , they should try Google Chart API , it's amazing...
View more entries
 

Public folders

Folders shared with the world
Updated 3/6/2008
Updated 1/24/2007
Updated 1/8/2007
Updated 10/8/2008