This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

BSM 9.10: Error when trying to log into BSM

Hello,  

 

I am getting the below error from IIS.   I have checked everything on the Microsoft website for the article on this error. 

 

HTTP Error 500.0 - Internal Server Error Calling LoadLibraryEx on ISAPI filter "I:\HPBSM\bin\IIS\isapi_redirect.dll" failed

 

Does anyone have a clue as to hpow to resovle this or seen this with BSM 9.10 and IIS 7.5?

 

Any information greatly appreciated.

 

Thanks.

  • 0

    Check the handlers for the IIS.

    Also mention what handlers are enabled currently for the website.

     

    Regards,

    kumaran dp

  • 0 in reply to 

    1. Stop BSM.
    2. Open the cmd prompt.
    3. Go to the %topaz_home%\dat folder.
    4. Run iisremoveconfig.bat.
    5. Run iisconfig.bat
    6. Restart BSM

     

     

    Since IIS uses the process identity to load and run an ISAPI Filter, it means that the process identity failed to have ACL to load the ISAPI Filter DLL. For IIS6 in worker process isolation mode, the process identity is configurable and is at least a member of the IIS_WPG group

     

     

    Also Checked permissions of the file isapi_redirect.dll, shows
    Administrators (<hostname>\Administrators)
    SYSTEM
     
    On my (working) system there also is
    Users (<hostname>\Users) with Users : Read & Execute

    Changed that, now the filter loads.
    Restarted IIS and BAC

     

    Revert in  case you face any issue

     


    .

  • 0 in reply to 
    Hi Kumaran,

    Ensure the ID with which your BSM service is running is having admin rights on GW & DPS server.

    First stop BSM Service. Then run <BAC_install_dir>\dat\iisremoveconfig.bat and then again
    <BAC_install_dir>\dat\iisconfig.bat. It should fix the issue.
  • 0 in reply to 

    Hello Parkar and Rajasekhar,

     

    I performed the above requested steps and still I ge tthe same error.

     

     

    HTTP Error 500.0 - Internal Server Error Calling LoadLibraryEx on ISAPI filter "I:\HPBSM\bin\IIS\isapi_redirect.dll" failed

     

     

    I also cleared my cache and still get same error.

     

    Im running IIS 7.5

     

    Anything else I cna check or any ideas on how to resolve this?

     

    Thanks in advance.

  • 0 in reply to 

    Can you attach the supervisor log to see where it is having an issue. Also check that IIS is running without any issue. You can check System/Application event logs to see if IIS is starting fine when you try to restart IIS service. If it seems to that IIS is corrupted, you can stop BSM service and re-install IIS and then run the above config mentioned.

  • 0 in reply to 

    Can you attach the supervisor log to see where it is having an issue. Also check that IIS is running without any issue. You can check System/Application event logs to see if IIS is starting fine when you try to restart IIS service. If it seems to that IIS is corrupted, you can stop BSM service and re-install IIS and then run the above config mentioned.

  • 0 in reply to 

    Can you attach the supervisor log to see where it is having an issue. Also check that IIS is running without any issue. You can check System/Application event logs to see if IIS is starting fine when you try to restart IIS service. If it seems to that IIS is corrupted, you can stop BSM service and re-install IIS and then run the above config mentioned.

  • 0 in reply to 

    Make sure you have all the IIS7 roles installed

    Here is all the IIS7 roles required for BSM:

    ISAPI Extensions; ISAPI Filters; IIS Management Scripts and Tools.

     

    Danny Wang

  • 0 in reply to 

    Make sure you have all the IIS7 roles installed

    Here is all the IIS7 roles required for BSM:

    ISAPI Extensions; ISAPI Filters; IIS Management Scripts and Tools.

     

    Danny Wang

  • 0 in reply to 

    Make sure you have all the IIS7 roles installed

    Here is all the IIS7 roles required for BSM:

    ISAPI Extensions; ISAPI Filters; IIS Management Scripts and Tools.

     

    Danny Wang