Jump to content

Exchange 2010 OWA - Not allowing use of the Enter or Apostrophe key!


Recommended Posts

Posted

Hi All,

 

This one has got be completely stumped, and there isn't much out there on Google. I'm hoping one of you may have come across this and cured it.

 

I'm getting multiple reports from users that they are unable to use the Enter or Apostrophe key when writing in the body of a new message / reply window using OWA.

This issue seems to affect users internally and externally, irrespective of hardware type.

 

My initial thoughts of keyboard mapping and/or different levels of windows updates seem to have been proven as false leads now.

 

Exchange 2010 is fully patched and running latest SP with latest OS updates on it.

 

Hope someone can help!

Posted

1. So you can reproduce the issue?

2. Checked different browsers?

3. Disabled add-ins in IE? Tried IE in safe mode?

4. All users effected?

5. Cleaned temp IE files?

6. Created as a test a new windows profile?

7. If you create a new user, same issue internally & externally?

Posted

I'd have to agree with sukh here. Only way is to try narrowing it down.

Test an XP machine with IE8, firefox and chrome (for example)

If possible test a vista/7 machine with IE9 and some other browsers.

 

We've had a similar report that a user can't reply to emails in OWA. she uses chrome yet i've tested on chrome myself and it works, so have asked her to try another browser and then another pc, in the hopes of narrowing down the cause

Posted

Just a quick update on this....

 

The issue has been resolved. It was due to an Adobe add-in within Internet Explorer (all affected machines had Adobe CS3 master collection installed).

The user opened IE which ran the add-in and presented them with a Windows Explorer tree window on the left hand side of IE.

Once a user closed that window/bar within IE the use of Enter and Apost keys was fine.

 

We've disabled the addin by GPO and created a KB article for external use.

(Not that this should matter going forward for us, as I placed the order for 5.5 last week!)

 

Hope the update helps someone in the future!

Posted
CS3 was evil, with bonjour making 0.0.0.0 gateways for a laugh!

 

Funny you should mention that.... that is our other issue at the minute!

Posted
I do have a temp fix but will have to wait till Monday (for machines that are currently imaged) plus I have a good script to get rid of bonjour on images

 

Would you be willing to share the script?

In the long term i'm hoping we won't need it as a result of the impending 5.5 installations, but if my guys haven't sorted the issue yet it might be useful?

Posted
just out of interest how did you disable the ie tree for adobe in gpo? can you pm me the details?

 

Hi glennda. I had one of my team look in to it. I belive it was just one setting to disable that addin.

I'm not back in the office until Tuesday afternoon but will ask them / have a look myself and get back to you.

Posted
Would you be willing to share the script?

In the long term i'm hoping we won't need it as a result of the impending 5.5 installations, but if my guys haven't sorted the issue yet it might be useful?

 

when I get into work MOnday will send it

  • Thanks 1
Posted

I put the below into a computer startup script:

 

netsh interface ipv4 delete address "Local Area Connection" addr=127.0.0.1 gateway=0.0.0.0

 

This was temp because bonjour 'updates' itself and re-adds 0.0.0.0 I corrected my images and bonjour is gone now though I have a script to remove it:

 

netsh interface ipv4 delete address "Local Area Connection" addr=127.0.0.1 gateway=0.0.0.0

 

 

"%ProgramFiles%\Bonjour\mDNSResponder.exe" -remove

sc stop "Bonjour Service"

sc delete "Bonjour Service"

sc stop "B"

sc delete "B"

 

regsvr32 /u/s "%ProgramFiles%\Bonjour\mdnsNSP.dll"

 

reg delete "HKLM\SYSTEM\ControlSet001\Services\WinSock2\Parameters\NameSpace_Catalog5\Catalog_Entries\

000000000004" /va /f

reg delete "HKLM\SYSTEM\ControlSet003\Services\WinSock2\Parameters\NameSpace_Catalog5\Catalog_Entries\

000000000004" /va /f

reg delete "HKLM\SYSTEM\CurrentControlSet\Services\WinSock2\Parameters\NameSpace_Catalog5\Catalog_Entries\

000000000004" /va /f

reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Components\

864614E012A08774EB1646AA5AEB0193" /va /f

reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Components\

413EF6387A735094090FFA2EF513C53A" /va /f

reg delete "HKLM\SYSTEM\ControlSet001\Services\Bonjour Service" /va /f

reg delete "HKLM\SYSTEM\ControlSet001\Services\Eventlog\Application\Bonjour Service" /va /f

reg delete "HKLM\SYSTEM\ControlSet003\Services\Bonjour Service" /va /f

reg delete "HKLM\SYSTEM\ControlSet003\Services\Eventlog\Application\Bonjour Service" /va /f

reg delete "HKLM\SYSTEM\CurrentControlSet\Services\Bonjour Service" /va /f

reg delete "HKLM\SYSTEM\CurrentControlSet\Services\Eventlog\Application\Bonjour Service" /va /f

reg delete "HKLM\SYSTEM\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy\StandardProfile\

AuthorizedApplications\List" /v "D:\\Program Files\\Bonjour\\mDNSResponder.exe" /f

reg delete "HKLM\SYSTEM\ControlSet001\Services\SharedAccess\Parameters\FirewallPolicy\StandardProfile\

AuthorizedApplications\List" /v "D:\\Program Files\\Bonjour\\mDNSResponder.exe" /f

reg delete "HKLM\SYSTEM\ControlSet003\Services\SharedAccess\Parameters\FirewallPolicy\StandardProfile\

AuthorizedApplications\List" /v "D:\\Program Files\\Bonjour\\mDNSResponder.exe" /f

 

ren "%ProgramFiles%\Bonjour\mdnsNSP.dll" "%ProgramFiles%\Bonjour\virus.vir"

del /q/f "%ProgramFiles%\Bonjour\*.*"

rd /q "%ProgramFiles%\Bonjour"

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...