Exchange Server Forums

Forums | Register | Login | My Profile | Inbox | RSS RSS icon | My Subscription | My Forums | Address Book | Member List | Search | FAQ | Ticket List | Log Out

OMA problem

Users viewing this topic: none

Logged in as: Guest
  Printable Version
All Forums >> [Microsoft Exchange 2003] >> Outlook Web Access >> OMA problem Page: [1]
Login
Message << Older Topic   Newer Topic >>
Limited time MSExchange.org offer! -- 1.Sep.2008 1:00:00 PM
TechGenix and SolarWinds have partnered to provide free copies of SolarWinds Exchange Monitor to all visitors who join the MSExchange.org Forums. SolarWinds Exchange Monitor is a handy desktop dashboard that continuously monitors Microsoft Exchange to deliver real-time insight into Exchange services, mail queue sizes, and host server health. Learn more about Exchange Monitor and the free offer!
OMA problem - 15.Sep.2005 11:33:51 PM   
MODCAR

 

Posts: 22
Joined: 14.Sep.2005
Status: offline
Cant connect to outlook mobile access, by mobile or pc.

event log gives this error:

An unknown error occurred while processing the current request:
Message: The remote server returned an error: (403) Forbidden.
Source: Microsoft.Exchange.OMA.ExchangeDataProvider
Stack trace:
  at Microsoft.Exchange.OMA.ExchangeDataProvider.OmaWebRequest.GetRequestStream()
  at Microsoft.Exchange.OMA.ExchangeDataProvider.ExchangeServices.GetSpecialFolders()
  at Microsoft.Exchange.OMA.ExchangeDataProvider.ExchangeServices..ctor(UserInfo user)
Message: Exception has been thrown by the target of an invocation.
Source: mscorlib
Stack trace:
  at System.Reflection.RuntimeConstructorInfo.InternalInvoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean isBinderDefault)
  at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
  at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
  at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
  at Microsoft.Exchange.OMA.UserInterface.Global.Session_Start(Object sender, EventArgs e)
Message: Exception of type Microsoft.Exchange.OMA.DataProviderInterface.ProviderException was thrown.
EventMessage: 
UserMessage: A System error has occurred while processing your request. Please try again. If the problem persists, contact your administrator.
Source: Microsoft.Exchange.OMA.UserInterface
Stack trace:
  at Microsoft.Exchange.OMA.UserInterface.Global.Session_Start(Object sender, EventArgs e)
  at System.Web.SessionState.SessionStateModule.RaiseOnStart(EventArgs e)
  at System.Web.SessionState.SessionStateModule.CompleteAcquireState()
  at System.Web.SessionState.SessionStateModule.BeginAcquireState(Object source, EventArgs e, AsyncCallback cb, Object extraData)
  at System.Web.AsyncEventExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute()
  at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.


I cannot work out whats wrong!
Post #: 1
RE: OMA problem - 16.Sep.2005 1:23:48 PM   
bej

 

Posts: 636
Joined: 3.May2005
From: Sweden
Status: offline
Check your SSL settings and make sure Integrated Authentication is enabled.
http://support.microsoft.com/default.aspx?scid=kb;en-us;817379

_____________________________

Bengt Jonsson
MCSE:MESSAGING
MCITP Enterprise Messaging Administrator

(in reply to MODCAR)
Post #: 2
RE: OMA problem - 16.Sep.2005 8:08:56 PM   
MODCAR

 

Posts: 22
Joined: 14.Sep.2005
Status: offline
Thank you so much, all fixed.

(in reply to bej)
Post #: 3
RE: OMA problem - 5.Oct.2005 8:48:22 AM   
bartvincke

 

Posts: 4
Joined: 5.Oct.2005
Status: offline
I have the exact same problem with OMA
When I put 'require ssl' on for the website it does not work

I have followed the artikel from the knowledge base but since I'm running on windows 2000 server and thus have IIS 5 I cannot save the config to a file and reimport it. I have tried creating the virtual dir from scratch, pointing it to the exact same location as the current 'exchange' virtual dir, setting the same options and security
I followed the rest from the kb article ( reg edits ) but the oma still reports the error it cannot connect to the mailboxes.

fyi: if I turn ssl required off and use the standard exchange virutal dir, it does work

So basically, does anyone know how to get this working on windows 2000 server ?

(in reply to MODCAR)
Post #: 4
RE: OMA problem - 5.Oct.2005 11:36:06 AM   
Lebanese_007

 

Posts: 36
Joined: 20.Aug.2004
From: USA
Status: offline
i have the same problem, as soon as i installed and configured SelfSSL
i have windows 2003 server, exchange 2003 sp1, seflssl.
My configuration is:
oma\properties\Directory Security\Authintication and access control\
1) "Enable anonymous access" Not Checked
2) "Integrated Windows authintication" Not checked
3) "basic authintication" is checked.
4) ".NET..." is Not Checked
5) "Default domain" is our domain
6) "Realm" is empty

When i open internet explorer and type https://mail.mydomain.com/oma, it asks me for my username and password once, and then it gives me this error on the page "


A System error has occurred while processing your request. Please try again. If the problem persists, contact your administrator."

in the event log, it gives me
Event Type: Error
Event Source: MSExchangeOMA
Event Category: (1000)
Event ID: 1503
Date:  10/5/2005
Time:  11:35:45 AM
User:  N/A
Computer: MAIL
Description:
An unknown error occurred while processing the current request:
Message: The remote server returned an error: (403) Forbidden.
Source: Microsoft.Exchange.OMA.ExchangeDataProvider
Stack trace:
  at Microsoft.Exchange.OMA.ExchangeDataProvider.OmaWebRequest.GetRequestStream()
  at Microsoft.Exchange.OMA.ExchangeDataProvider.ExchangeServices.GetSpecialFolders()
  at Microsoft.Exchange.OMA.ExchangeDataProvider.ExchangeServices..ctor(UserInfo user)
Message: Exception has been thrown by the target of an invocation.
Source: mscorlib
Stack trace:
  at System.Reflection.RuntimeConstructorInfo.InternalInvoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean isBinderDefault)
  at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
  at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
  at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
  at Microsoft.Exchange.OMA.UserInterface.Global.Session_Start(Object sender, EventArgs e)
Message: Exception of type Microsoft.Exchange.OMA.DataProviderInterface.ProviderException was thrown.
EventMessage:
UserMessage: A System error has occurred while processing your request. Please try again. If the problem persists, contact your administrator.
Source: Microsoft.Exchange.OMA.UserInterface
Stack trace:
  at Microsoft.Exchange.OMA.UserInterface.Global.Session_Start(Object sender, EventArgs e)
  at System.Web.SessionState.SessionStateModule.RaiseOnStart(EventArgs e)
  at System.Web.SessionState.SessionStateModule.CompleteAcquireState()
  at System.Web.SessionState.SessionStateModule.BeginAcquireState(Object source, EventArgs e, AsyncCallback cb, Object extraData)
  at System.Web.AsyncEventExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute()
  at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.


if i enabled "Integrated Windows authintication", and opened ie again and typed https://mail.mydomain.com/oma
it gives me "A System error has occurred while processing your request. Please try again. If the problem persists, contact your administrator.
Home"
*Notice that there is the word "Home" now

in the event log i get,

Event Type: Error
Event Source: MSExchangeOMA
Event Category: (1000)
Event ID: 1502
Date:  10/5/2005
Time:  11:37:39 AM
User:  N/A
Computer: MAIL
Description:
No Basic credentials were found in the HTTP request. To fix this problem, verify that Basic authentication is turned on and all other authentication methods are turned off on the Outlook(R) Mobile Access virtual directory.
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.

and


Event Type: Error
Event Source: MSExchangeOMA
Event Category: (1000)
Event ID: 1503
Date:  10/5/2005
Time:  11:37:40 AM
User:  N/A
Computer: MAIL
Description:
An unknown error occurred while processing the current request:
Message: Object reference not set to an instance of an object.
Source: Microsoft.Exchange.OMA.UserInterface
Stack trace:
  at Microsoft.Exchange.OMA.UserInterface.Global.Application_PreRequestHandlerExecute(Object sender, EventArgs e)
  at System.Web.SyncEventExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute()
  at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.


any ideas?

Thanks in advance

< Message edited by Lebanese_007 -- 5.Oct.2005 11:47:27 AM >

(in reply to bartvincke)
Post #: 5
RE: OMA problem - 6.Oct.2005 8:01:02 AM   
Lebanese_007

 

Posts: 36
Joined: 20.Aug.2004
From: USA
Status: offline
After i posted the previous post, i followed this link http://support.microsoft.com/default.aspx?scid=kb;en-us;817379 and did Method 2. and i still was getting this line after i log in. 
"A System error has occurred while processing your request. Please try again. If the problem persists, contact your administrator.
Home"

so i gave up, after a while i got an e-mail from one of the users that has treo saying that it is working now.

I went back and opened ie, and typed https://mail.mydomain.com/oma, asked it for my username andpassword once, and then i got this message
"A System error has occurred while processing your request. Please try again. If the problem persists, contact your administrator.
Home"

I clicked on home, and i was able to see my messages.

Thanks for all your help guys...


(in reply to Lebanese_007)
Post #: 6
RE: OMA problem - 6.Oct.2005 2:43:54 PM   
MODCAR

 

Posts: 22
Joined: 14.Sep.2005
Status: offline
quote:

ORIGINAL: Lebanese_007


I went back and opened ie, and typed https://mail.mydomain.com/oma, asked it for my username andpassword once, and then i got this message
"A System error has occurred while processing your request. Please try again. If the problem persists, contact your administrator.
Home"

I clicked on home, and i was able to see my messages.

Thanks for all your help guys...




Remove the https and replace with http, you will find it works better :)

(in reply to Lebanese_007)
Post #: 7
RE: OMA problem - 9.Oct.2005 5:45:32 AM   
bartvincke

 

Posts: 4
Joined: 5.Oct.2005
Status: offline
quote:

ORIGINAL: MODCAR


Remove the https and replace with http, you will find it works better :)


I think you're missing the point here

this is just about getting OMA to work with https installed ( and set to required , at least on the /exchange folder )

(in reply to MODCAR)
Post #: 8
RE: OMA problem - 10.Oct.2005 6:16:29 PM   
kidego

 

Posts: 101
Joined: 3.Nov.2003
From: Atlanta GA
Status: offline
Is there only the one exchange 2003 server? Or do you have a front end server involved here?

_____________________________

David Wilhoit<br />MCSE <br />Exchange MVP

(in reply to bartvincke)
Post #: 9
RE: OMA problem - 10.Oct.2005 11:58:44 PM   
tad_braun

 

Posts: 7
Joined: 17.Apr.2004
From: san diego
Status: offline
Hello,

I've got a single server scenario, and I'm still getting the HTTP_440 error. It sounds as though I need to run that fix mentioned above (KB817379), but that requires some registry editing on my production Exchange Server, and I don't know for sure that'll fix this error. I'm interested in your ideas on this...

---Thaddeus B.

(in reply to kidego)
Post #: 10
RE: OMA problem - 11.Oct.2005 1:18:11 AM   
bartvincke

 

Posts: 4
Joined: 5.Oct.2005
Status: offline
just this server, nothing fancy

if only I could get that second virtual dir in IIS5 working, I'd be ok I guess

(in reply to kidego)
Post #: 11
RE: OMA problem - 11.Oct.2005 10:04:15 AM   
kidego

 

Posts: 101
Joined: 3.Nov.2003
From: Atlanta GA
Status: offline
Understood. I use a FE server so it's much cleaner and easier. So you've followed the article and it still doesn't work? Does your new OMA folder belong to the corect application pool?

_____________________________

David Wilhoit<br />MCSE <br />Exchange MVP

(in reply to bartvincke)
Post #: 12
RE: OMA problem - 12.Oct.2005 3:26:43 AM   
bartvincke

 

Posts: 4
Joined: 5.Oct.2005
Status: offline
quote:

ORIGINAL: kidego

Understood. I use a FE server so it's much cleaner and easier. So you've followed the article and it still doesn't work? Does your new OMA folder belong to the corect application pool?


I took the same settings the exchange vdir is already running under

application : none ( default application pool )
execute permissions: none

(in reply to kidego)
Post #: 13

Page:   [1] << Older Topic    Newer Topic >>
All Forums >> [Microsoft Exchange 2003] >> Outlook Web Access >> OMA problem Page: [1]
Jump to:

New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts