Your Ad 
Here

Wednesday, June 29, 2011

Currently Mapped Using a Different User Name and Password. Use differnt user name and password, Error.How to fix it?

The Network Folder Specified is Currently Mapped Using a Different User Name and Password. To connect using a differnt user name and password, first disconnect any existing mappings to this network share.
How to fix it?

You get the above error message even though you don't have any mapped drives to the share you are connecting to.It happens mostly when you use runas (Connect using a different user name) command.The current user credential is already used towards that server, so even though you don't see the mapped drive its session is already with that server. So you need to disconnect the loged on user session by running the following command.

Net Use /DELETE \\server\share

Then use the runas command to connect with the another user credential.

Friday, June 24, 2011

eCopy sharescan 5 errors and solutions

When add a new device you get the following error
"Failed to retrieve configuration data for:ipaddress. Could not locate eCopy client"

Solution 1.Make sure the sharescan application is installed on the scanner with license.(For that you need a .jar file and a .lic file)
Solution 2.Stop and start the sharescan application on the scanner.
Solution 3.Check if any firewall in between canon scanner and the eCopy manager server.
Solution 4.A canon technician will have to reinstall the MEAP firmware on the scanner. Needs physical access to the scanner.

You get the following error in the eCopy sharescan5 administrator console/activity monitor or the users are complaining getting this error.
"Error occured while trying to update 'userdirs.txt'."
Solution: Make sure everyone group has full control access to the file userdirs.txt in the server.

How to update Canon scanner firmware remotely?
Use the following url to connect to meap service management service
http://IP Address:8000/sms

How to upgrade sharescan application 4 to 5.0.11105.0?
Connect to the meap service management service url
disable existing license file and uninstall the license file.
Uninstall the existing sharescan application.
Logoff and login.
Install the new .jar and .lic file
Start the application.
Check the installed date and the version information to make sure it is updated.

Thursday, June 23, 2011

How to find domain logon id from the oulook address?

On the outlook double click the address.In General, right side you see Alias box- that is the lan id or domain logon id of the user.

In this example gadams is the AD logon user name.

Thursday, June 16, 2011

How to change the input locale language in Windows Unlock computer screen?

On Windows security user locked computer screen, press left side keyboard Alt Shift together to switch between the languages tab.

Wednesday, June 15, 2011

How to recover forgotten ESX root password?

So, you forgot the ESX root password? Maybe you just need to change it after a staff change? To save yourself the hassle of reinstalling ESX on all of your hosts follow this simple process:

Use Virtual Center to Vmotion all of the VMs to other ESX hosts. (if you have a stand alone host then power down all your VMs)
Put the host in Maintenance Mode
Reboot your ESX host.
Physically go to the ESX console. You will not be able to use a remote console like WinSCP for the next few steps.
At the first menu type “a”
At the next prompt type “single”
After ESX finishes booting you will end up at a # prompt
Type “passwd” and enter a new password
re-type the new password again when prompted
Reboot the ESX server normally. ( just type “reboot” at the # prompt)
Don’t forget to take the host out of Maintenance Mode in Virtual Center.
Yes it’s that easy. It emphasizes how critical physical security is to your data center!

Friday, June 10, 2011

How do you find the local open ports on Windows?

To find the local open ports on Windows run the following command in the command prompt.

All the listening ports are open ports.

netstat -an |find /i "listening"

To remotely verify a port is open or closed use the following sites.This will help you to find a server is running or a firewall or ISP is blocking certain ports.

http://www.canyouseeme.org/

also

http://www.yougetsignal.com/tools/open-ports/

Thursday, June 09, 2011

Not enough storage is available to complete this operation error

Error message when you use a Windows Server 2003-based domain controller to join a Windows XP-based client computer to a domain: "Not enough storage is available to complete this operation"

http://support.microsoft.com/default.aspx?scid=kb;EN-US;935744

To resolve this problem, increase the Kerberos token size. To do this, follow these steps on the client computer that logs the Kerberos event.
1. Click Start, click Run, type regedit, and then click OK.
2. Locate and then click the following registry subkey:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\Kerberos\Parameters
Note If the Parameters key is not present, create the key. To do this, follow these steps: a. Locate and then click the following registry subkey:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\Kerberos
b. On the Edit menu, point to New, and then click Key.
c. Type Parameters, and then press ENTER.
3. On the Edit menu, point to New, and then click DWORD Value.
4. Type MaxTokenSize, and then press ENTER.
5. On the Edit menu, click Modify.
6. In the Base area, click Decimal, type 65535 in the Value data box, and then click OK.

Note The default value for the MaxTokenSize registry entry is a decimal value of 12,000. We recommend that you set this registry entry value to a decimal value of 65,535. If you incorrectly set this registry entry value to a hexadecimal value of 65,535, Kerberos authentication operations may fail. Additionally, programs may return errors. For more information, click the following article number to view the article in the Microsoft Knowledge Base:
297869 (http://support.microsoft.com/kb/297869/) SMS administrator issues after you modify the Kerberos MaxTokenSize registry value

7. Exit Registry Editor.
8. Restart the computer.

Tuesday, June 07, 2011

Why Outlook 2007 attachment appears in the body? not under the subject of the email.

Why Outlook 2007 attachment appears in the body? not under the subject of the email.
When you compose the new message, make sure your message format is HTML or Plain Text.That will make the attachment to appear down below the Subject line.If your message format is Rich Text, the attachment will show up in the body of the message.