« Previous Next »

Thread: Exchange 2007 + Visual sourcesafe 2005 = a lot of problems

Last post 05-08-2008 10:41 PM by Halinab. 11 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (12 items)

Sort Posts:

  • 05-06-2008, 2:57 AM

    • voja
    • Not Ranked
    • Joined on 05-06-2008, 6:42 AM
    • Posts 3

    Exchange 2007 + Visual sourcesafe 2005 = a lot of problems

    Hi,

    I have a windows server 2008 with exchange 2007 sp1 installed on it. I'm connecting to it with outlook, owa and via my mobile 6.0 phone. Everything worked fine untill I tried to install the web  part from sourcesafe 2005. The installation failed but after that I got a 500.0 error from the server. the solution for that was something with running 64 bit isapi filters under 32 bit worker process (explained here http://forums.iis.net/p/1149050/1868118.aspx).

    This solution solved a part of my problem. When I try to connect to owa I get a popup window asking me for my username/password and after that I get a empty windows bith a vertikal bar.

    Any ideas hos I can solve this problem?

    /Voja

  • 05-06-2008, 8:21 AM In reply to

    Re: Exchange 2007 + Visual sourcesafe 2005 = a lot of problems

    Have you tried a system restore to before the installation of SourceSafe?

    Jeff

    Look for Wrox's new book Professional IIS 7 in your local bookstore, or order now at Amazon.com
  • 05-06-2008, 8:52 AM In reply to

    • voja
    • Not Ranked
    • Joined on 05-06-2008, 6:42 AM
    • Posts 3

    Re: Exchange 2007 + Visual sourcesafe 2005 = a lot of problems

    No, I have not tried it. Will all my emails (in exchange) received after the restore point be gone?

    /Voja

  • 05-06-2008, 12:35 PM In reply to

    • anilr
    • Top 10 Contributor
    • Joined on 05-23-2006, 10:13 PM
    • Redmond, WA
    • Posts 2,343

    Re: Exchange 2007 + Visual sourcesafe 2005 = a lot of problems

    Seems like your app-pools (or at least the default app-pool) is set to run in 32-bit mode, I believe exchange 2007 is 64-bit only, so you would need to set your app-pool to run in 64-bit mode - of course, this may break web-part for source safe 2005 if that only runs in 32-bit mode - you can try separating those things into 2 different app-pools.

    Anil Ruia
    Senior Software Design Engineer
    IIS Core Server
  • 05-06-2008, 1:53 PM In reply to

    • voja
    • Not Ranked
    • Joined on 05-06-2008, 6:42 AM
    • Posts 3

    Re: Exchange 2007 + Visual sourcesafe 2005 = a lot of problems

    Unbelivable.

    I didn't think that anyone could solve my problem just bu reading some short description but you did it. It was the MSExchangeOWAAppPool that was configured with "Enable 32-bit applications" with True. After setting this to false and restarting the iis my OWA is working again.

    Thank you!! You saved my week.

    Do you think that all MSExchange*AppPool should be set to false?

     

    /Voja

  • 05-06-2008, 2:08 PM In reply to

    • anilr
    • Top 10 Contributor
    • Joined on 05-23-2006, 10:13 PM
    • Redmond, WA
    • Posts 2,343

    Re: Exchange 2007 + Visual sourcesafe 2005 = a lot of problems

    I guess it depends on whether that functionality is working correctly or not.

    Anil Ruia
    Senior Software Design Engineer
    IIS Core Server
  • 05-08-2008, 8:05 AM In reply to

    • Halinab
    • Top 500 Contributor
    • Joined on 10-01-2005, 9:02 AM
    • Posts 13

    Re: Exchange 2007 + Visual sourcesafe 2005 = a lot of problems

    I seem to be haing the same problem - and changed the app pool back to 32bit false but now I received the following error

     

    HTTP Error 404.17 - Not Found
    The requested content appears to be script and will not be served by the static file handler. Detailed Error InformationModule StaticFileModule
    Notification ExecuteRequestHandler
    Handler StaticFile
    Error Code 0x80070032
    Requested URL https://www.halinasplace.com.au:443/owa/auth/logon.aspx?url=https://www.halinasplace.com.au/owa&reason=0
    Physical Path C:\Program Files\Microsoft\Exchange Server\ClientAccess\owa\auth\logon.aspx
    Logon Method Anonymous
    Logon User Anonymous

     

    it is definately there...help!

  • 05-08-2008, 10:35 AM In reply to

    • anilr
    • Top 10 Contributor
    • Joined on 05-23-2006, 10:13 PM
    • Redmond, WA
    • Posts 2,343

    Re: Exchange 2007 + Visual sourcesafe 2005 = a lot of problems

    This probably means that you only have 32-bit version of asp.net registered in the handlers, but not the 64-bit version - not sure how you got into this state - but hopefully, you have all the versions registered globally and only the site/app in question has the subset registered - you may be able either revert the handlers section for this site/app to the inherited value or copy the missing asp.net mappings from the global scope.

    If the 64-bit mappings are also missing from global scope, you may need to uninstall/install the asp.net feature from under IIS.

    Anil Ruia
    Senior Software Design Engineer
    IIS Core Server
  • 05-08-2008, 9:19 PM In reply to

    • Halinab
    • Top 500 Contributor
    • Joined on 10-01-2005, 9:02 AM
    • Posts 13

    Re: Exchange 2007 + Visual sourcesafe 2005 = a lot of problems

    you were right all the handlers for the owa were pointing to the 32bit asp.net.

    I manually changed all the handlers to the 64 bit (is there a quicker way) for owa.

    The global handlers (default for the website) are also pointing to the 32 bit handlers.This is probably because I migrated my website from a 32bit iis6.0 to iis7.0 first.

    How should the setting look?

    Anyway this was not enough as the error I'm now getting is

     

    Server Error in Application "DEFAULT WEB SITE/OWA"Internet Information Services 7.0

    Error Summary
    HTTP Error 500.0 - Internal Server Error
    There is a problem with the resource you are looking for, so it cannot be displayed. Detailed Error InformationModule IsapiModule
    Notification ExecuteRequestHandler
    Handler PageHandlerFactory-ISAPI-2.0
    Error Code 0x8007007f
    Requested URL https://www.halinasplace.com.au:443/owa/auth/logon.aspx?url=https://www.halinasplace.com.au/owa/&reason=0
    Physical Path C:\Program Files\Microsoft\Exchange Server\ClientAccess\owa\auth\logon.aspx
    Logon Method Anonymous
    Logon User Anonymous

    Any suggestions?

  • 05-08-2008, 9:39 PM In reply to

    • Halinab
    • Top 500 Contributor
    • Joined on 10-01-2005, 9:02 AM
    • Posts 13

    Re: Exchange 2007 + Visual sourcesafe 2005 = a lot of problems

    ok - I got a little further - I edited the features for the aspx handler to include execute and I got a little further - get the owa login page - login, get the time zone change pagen then hit enter and then this

    HTTP Error 404.0 - Not Found
    The resource you are looking for has been removed, had its name changed, or is temporarily unavailable. Detailed Error InformationModule IIS Web Core
    Notification MapRequestHandler
    Handler StaticFile
    Error Code 0x80070002
    Requested URL https://www.halinasplace.com.au:443/owa/lang.owa
    Physical Path C:\Program Files\Microsoft\Exchange Server\ClientAccess\owa\lang.owa
    Logon Method Basic
    Logon User halinasplace\coach

    I'm assuming again it is the 64/32 bit problem conflict again - but there is hope.

    Where do I look now?

  • 05-08-2008, 10:22 PM In reply to

    • Halinab
    • Top 500 Contributor
    • Joined on 10-01-2005, 9:02 AM
    • Posts 13

    Re: Exchange 2007 + Visual sourcesafe 2005 = a lot of problems

    I can't seem to find the lang.owa file in te directory this time - bit it is a clean install of the client access role - done many times to fix this

    confused? 

     

  • 05-08-2008, 10:41 PM In reply to

    • Halinab
    • Top 500 Contributor
    • Joined on 10-01-2005, 9:02 AM
    • Posts 13

    Re: Exchange 2007 + Visual sourcesafe 2005 = a lot of problems

    ok - removed and added the owa virtual directories and it works!

    thanks

Page 1 of 1 (12 items)
Microsoft Communities