Wednesday, December 8, 2010

Closing Single Excel File Closes All Excel-Solved!!

Hi All,
Solved!!You might have facing this problem, like when you opened a Excel file and along with it you have open other Excel files, so when you Close any of the Excel files it closes all the Excel file,You can overcome this the Solution mention below.
1.Open the Windows Explorer-Go the Tools-Folder Options
2.Select Files Types.
3.Now Scroll Down to XLS and Click on Advanced4.Select Open , then Edit5.Here untick "Use DDE"
6.Change "Application Used to Perform this action" to
"C:\Program Files\Microsoft Office\Office12\EXCEL.EXE" "%1"7.If you are using Office 2003 you need to select "C:\Program Files\Microsoft Office\Office11\EXCEL.EXE" "%1"Click on OK

Now check by opening Multiple Excel file, you can see it normally, when you close a single Excel file it will close only single Excel.

Regards
Raju Gunnal

Tuesday, December 7, 2010

You may not power on a virtual machine in a virtual machine


HI All,
"You may not power on a virtual machine in a virtual machine" this kind of error comes when you run vmware vm , in Esx installed in VMware Workstation.
To rectify this error, you need to edit the .vmx file, follow the below given steps
1.Suppose you are running VMware Workstation in your physical box.
2.And you have installed ESX under the VMware workstation.
3.After Installing ESX you now tried to connect that ESX through Vsphere Client, and you got connected Successfully.
4.After the Vsphere Client connected Successfully, now here you will try to create a VM and after creating that VM, when you try to power on that VM you will get this error.
"YOU MAY NOT POWER ON A VIRTUAL MACHINE IN A VIRTUAL MACHINE"
5.To Rectify it, just go to the VM files , of the ESX,which you may have stored in your local HardDisk(The VM which you have created under VMware WorkStation).
6.Go to that ESX files location and locate .VMX file and open it with Notepad.
7.After opening the VMX file edit it with the following line.
monitor_control.restrict_backdoor="true"
8.Save that notepad file and exit.
9.Now start that ESX and connect through Vsphere Client and Start the VM which you have created.
It will start Normally,
Any issues just put a comments here.
All The Best

Regards
Raju Gunnal

Monday, December 6, 2010

Enable Remote Desktop Remotely

Hi All,
You can enable Remote system in a network, without going to the physical machine,just you are few steps have a look.
1.Go to Run-Regedit click on OK
2.Registry Editor will now open, now click on File then select Connect Network Registry.
3.A new window will appear, here enter the IP address or system name of the computer to which you want to enable remote Click OK
4.If you have logged in with local admin rights than , the other system registry will open directly, or else it will ask for user id and Password.
5.Now you can find the registry of that machine.
6.Now in registry browse to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server , here in the right panel side select fdenyTSConnection(REG_DWORD).
7.Change the value data from 1 (Remote Desktop Disabled) to 0 (Remote Desktop Enabled)
8.Now exit the registry.
That's it now you have completely enabled the remote connection to that machine, without restarting that machine you can now access it remotely.

Regards
Raju Gunnal

Friday, December 3, 2010

An authentication error has occurred (Code: 0x507) SOLVED

Hi,
"An authentication error has occurred (Code:0x507)" this kind of error you might have faced, usually you will get this error when you are accessing Windows Server 2008 OS remotely from Windows XP SP2 or SP3 ,Windows 7,Windows Server 2003, this error wont allow us to connect remotely, this happens because of NLA,and some Registry disturbance in local desktop, The solotion for it is:
1. Try to login with different user in that system where you used to code 0x507 error.
2.After login with other user name try to access remote of windows server 2008.
3.Now you can access Windows Server 2008.

Use the following steps if the above wont works for you.

1.Just rename the existing profile in that system.
2.Login with your id now and take Windows Server 2008 remote it will work fine.

Post comments if you got any issues

All The Best!!

Wednesday, December 1, 2010

Run VMware Vsphere 4.0 in VMware WorkStation 7

Hi All,
You can run VMware Vsphere 4.0 in VMware Workstation, i am providing the steps how to do that below.

1.Before Starting VMware Vsphere 4.0 in VMware Workstation 7 your Desktop or Laptop must meet the hardware requirement.
2.Your Desktop or Laptop should be 64 bit and VT must be enabled in the BIOS and should have good amount of memory.
3.Go the the BIOS of your system and enable VT or Virtualization.
4.Ok, now You can download a trial version of VMware Workstation 7 and VMware Vsphere 4.0 from VMware site.
5.Now, Run the VMware Workstation 7 in your system, its default installation go with next, next , next.. finish.
6.Once the VMware Workstation Installed,open it from Start Menu or from Desktop icon.
7.There you can create a new VM, in OS option select VMware Kernel 64 bit, and give the required HardDisk Space and importantly assign Memory minimum of 2 GB.
8.Now, Go to the settings of just created VM in CD place show the path ISO file which you have downloaded from VMware Site and above to that select CD connected when VM power on.
9.Click OK, Now go to the file where you have created that ESX VM, and select the .VMX file right click on it and open it with notepad.
10.Once you have Opened .VMX file with notepad go to the bottom of that file and add these line.

"monitor_control.backdoor_restrict=true"add above given line without any inverted comma's
10.Now, start the VM,once you start the VM you will find VM will start booting up and soon you will find the VMware Vsphere 4.0 Installation menu.
11.As you are installing it for test environment, you can go ahead with default installation, but for production installation you must follow with the VMware Vsphere 4.0 installation guide.12.In the installation process give the time zone,and root password whereever it ask and give one Static IP, ip should be in such a way that it should communicate with your physical BOX.
13.After installation finises, VM will reboot.
14.Now, you can find the VM Vsphere started completed onthe main screen you can find the url or ip which you have given it for installation.
15.Go to the browser of your physical system enter the ip which you have given in vm vsphere 4.0 installation and click on enter.
16.For first time when you open that ip you will get with SSL certificate message, add that SSL certificate.
17.Now , you will get the screen with the VMware Vsphere login page, there you will also get link to download Vsphere Client Download, just click on it and download it.
18.After Downloading Vsphere Client, install it on your physical machine.
19.Now open that client and give the IP of the vmware vsphere 4.0 which you have given and in username place give root and password of that.
20.Once you click on login you will again get the ssl message, select ignore and install.
21.Now the next screen will appear with your Vsphere 4.0 infrastructure.
22.Now in that you can create the VM also.

That'st it this way you can install VMware Vsphere 4.0 in your VMware Workstation 7.if you need any help or got any error while installating it you can post comments to me.

All The Best!!!!!!!!!!!

Friday, November 26, 2010

Unable to Connect VMware WebAccess

Hi All,
If you are unable to connect to esx through webaccess. You can connect it by this comman .
1.First login in the Esx server console.
2.Login with root or any other account which you have created while installing Esx.
3.Type "service vmware-webAccess start" without quotes.
4.Now try to connect Esx WebAccess.You can connect now.

Regards
Raju Gunnal

Friday, October 22, 2010

Use IIS without Local Administrator Rights

Follow the below steps to allow the user to manage IIS (Internet Information Services) without the local administrator rights:
1) First Login with the local administrator rights.
2) Than to Control Panel and then Add/Remove Programs and then Windows Components. Then, install IIS components.(with i386)
3) After installing IIS, you have to Download “IIS Resource Kit Tools” from the below given link
IIS Resource Kit Tools (http://www.microsoft.com/downloads/en/details.aspx?FamilyId=56FC92EE-A71A-4C73-B628-ADE629C89499&displaylang=en)
4) After Download "IIS Resource Kit Tool" , Install it.
5) Now you have to open file "Metabase Explorer” from the below given path
C:\Program Files\IIS Resources\Metabase Explorer
6) In “IIS Metabase Explorer” window, right click on the computer name and select the “Permissions” tab
7) Now Add the user to whom you want to provide IIS access and give permission as "Read".
8) Now right click on the "LM" node and click on permission
9)If any Security Warning dialog box appears, then just click on NO.
10) Now in Permission , add the user give him with "Read"
11)Than, expand “LM” node and then right click on “W3SVC” node and select Permissions.add the user and give him with "Full" Permissions
12) Now Expand "W3SVC"
13) Right Click on "Filters" and "Info" and select Permission and add the user with "Full" permissions
14) Now ext the Metabase Explorer.
15) You need to logoff now.
16) Now login with the user account to whom you have provided access rights and try to Manage IIS Manage Console.
It will work perfect

This way you can use IIS without providing the user's with Local System Administrator Rights.

Thanks
Raju Gunnal

Thursday, October 7, 2010

Unable to Connect Internet, But Able to Ping Google(all sites)

If you find your system is unable to connect to the internet,but you can able to ping Google and other sites,able to login in gtalk,Msn other messenger client. But Brower is not connecting to Internet. To rectify this Follow the following steps,you problem will be solved, as even i also faced the same kind of problem, by doing lot of R & D i got this Solution.

Steps:-

1. First Take the Registry backup, go to Start-Run-Regedit-Click OK
2. Select My computer right click on it and click on Export and select the location where you want to save your Registry backup.
3. Now Again go to Start-Run-Regedit-Click OK-go to the following location in registry
My Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Winsock
and
My Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Winsock
select it and delete both and exit the registry.
4. Now Reboot your System , its must
5.Now go to Control panel-Network Connections-Select the LAN, Right Click on it and select Properties.
6.Scroll Down until u get "internet Protocol(TCP/IP)" select it and Click on Install below.
7. Now a small window will open, Select Protocol-Click on ADD, again another window will open,There Select "Have Disk".
8. Now you will get another window, there you can find A:\ in that Place you need to give "c:\WINDOWS\inf" (without inverted commams).
9. Now Click on OK-OK-OK
10.Now again Reboot your system
11.Now check your brower open any website eg:- google now it will work, you can able to get that page.

Thanks
Raju Gunnal

Sunday, September 5, 2010

Connecting GPRS Internet From Karbonn Mobile to PC

HI,
Here is the way for connecting GPRS Internet from your Karbonn mobile to your PC.
1.First activate the GPRS plan on your mobile
(i suggest to take Airtel Rs/-98 for prepaid and Rs/-99 for postpaid)
2.Then, Download Karbonn Mobile Phone suite and USB Drivers from the given link
(http://www.karbonnmobiles.com/downloads.php)
3.Connect the Mobile with the Datacable given with the Phone,the movement you connect
USB cable there you can find three option 1. Mass Storage 2.Web Cam 3. Com Port
SELECT COM PORT there
4.Now Install the Karbonn USB drivers which you have downloaded from Karbonn mobile
site.
5.Now install the Karbonn Mobile Phone Suite which you have downloaded from Karbonn
mobile site.
6.After installing the phone suite you will get a new window of karbonn phone suite
willbe opened, there click on settings-and select the tab general-there in com prt section- select com port 4 or 7 or 5 any com port other than com port 1.
7. Now click on create connection-there select
Airtel_Office and click on create, these a new airtel_Gprs NIC LAN created,now click on Dial up tab, there select GPRS_Airtel_Office and click on Dial up, a small window appears, it will recognize mobile user id and password and connectes to airtel network,now the connection will be created, you can get a small popup appears on the taskbar, stating connected to gprs_airel_office.
8.That's now you are connected to Mobile to pc internet.

Thanks & Regards
Raju Gunnal

Thursday, March 4, 2010

Pen Drive unable to Detect or unable to format

Hi Friends,

If you are facing any problem with your pen drive like unable to format it or unable to copy files or folder ,here is the tool from HP by using it you can see your pen drive as it was before, you can download it from the below link

http://files.extremeoverclocking.com/file.php?f=197

Good Luck
Raju Gunnal

Tuesday, March 2, 2010

When you click on Word or Excel in any Browser(like Sharepoint,Projectserver ) it gets crashed.

Hi all,
When you click on any Excel , Word or PPT file on any Browser, your Browser gets crashed. Even i have faced the same kind of problem, but finally i SOLVED the problem, just go to the
C:\Program Files\Microsoft Office\Office 12\OWSSUPP.DLL and delete OWSSUPP.DLL and then
Run the MS Office Diagnostic Tool in your start menu (MS Office/MS Office Tools) ,

It should find one error and fix it for you.

then restart your system .That's it your problem will be solved.


Thanks
Raju Gunnal

A VMware ESX 4.x host becomes unresponsive and displays a purple diagnostic screen after changing the value of netPktHeapMinSize

To solve these Problem.
Before,
Prior to ESX 4.x, the netPktHeapMinSize value was measured in bytes. As of VMware ESX 4.x, the value is measured in megabytes.

In previous versions of ESX, you may have been directed to change the value of netPktHeapMinSize to a value of 16777216 to represent 16777216 bytes. The same value in ESX 4.x is interpreted as 16777216 megabytes or 16 terabytes. Allocating 16 terabytes of heap may have negative effects when attempting to boot the VMware ESX host.

To revert to the default value of 12 megabytes:

1. Go to the console of the ESX host and reboot the system.
2. When presented the boot menu, move the cursor keys to select Troubleshooting Mode and press Enter.
3. Log in as the root user when prompted.
4. At the prompt, run the command:

esxcfg-advcfg -k 12 netPktHeapMinSize

5. Reboot the server.
6. When presented the boot menu, move the cursor keys to select Normal Mode and press Enter.