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.

Parents
  • Check the handlers for the IIS.

    Also mention what handlers are enabled currently for the website.

     

    Regards,

    kumaran dp

  • 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.
  • 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.

  • 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

  • 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

  • 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

  • Are you using OutOftheBox setup or you changed the "default web site"?.

    Also, please check if  full path is used  in IISconfig.bat and IISRemoveConfig.bat? if not, you may open a ticket with HP support.

    HTH\Tarif_L

    Premium Services, TAM

    "Although I am an OpenText employee, I am speaking for myself and not for OpenText."
    If you found this post useful, give it a “Like” or click on "Verify Answer" under the "More" button

  • Rajeskare,

     

    Here are the supervisor log files attached.

     

    Let me know what you find.

     

    Thanks.

  • I don't see any issues on BSM side and there is no information about attaching to IIS. Have you tried re-installing IIS? Can you try again running the batch files manually from command prompt & provide the output?

    See the application/system event logs for any error information for IIS. One way to verify if your IIS is working fine is to remove topaz at the end BSM URL and open it in a browser. You should get "It Works" message.

    Just wondering if this is an upgraded environment from BAC 8.x to BSM 9.10 environment? If so, there is a bigger issue that need to be addressed.

    On the other note, is this a single server deployment & your DB installed on same server?
  • I don't see any issues on BSM side and there is no information about attaching to IIS. Have you tried re-installing IIS? Can you try again running the batch files manually from command prompt & provide the output?

    See the application/system event logs for any error information for IIS. One way to verify if your IIS is working fine is to remove topaz at the end BSM URL and open it in a browser. You should get "It Works" message.

    Just wondering if this is an upgraded environment from BAC 8.x to BSM 9.10 environment? If so, there is a bigger issue that need to be addressed.

    On the other note, is this a single server deployment & your DB installed on same server?
  • Looks to me like there was an upgrade and IIS settings (path to isapi_redirect.dll) have not been updated properly during the upgrade, causing access to BSM Gateway server to fail with HTTP error.

     

    The IIS configuration needs to be changed (via IIS applet in Windows) to reflect the new updated path.


    Can you try this, stop BSM services and on GW execute the following

     

    In the example below BAC 8.07 was installed in D:\HPBAC, BSM 9.12 was installed to D:\HPBSM,
    So the path needs to be changed from "D:\HPBAC" to "D:\HPBSM"

    start
     Internet Information Services (IIS) Manager
    on the left pane select
     <BSM_GW_host>
      IIS
    on the right pane click on
        ISAPI Filters
          Filter name : jakartaFilter
          Executable  : D:\HPBSM\bin\IIS\isapi_redirect.dll

    on the right pane click on
        ISAPI and CGI Restrictions
          ISAPI or CGI path : D:\HPBSM\bin\IIS\isapi_redirect.dll
          Description       : jakartaFilter
          Allow extension path to execute : checked

     


    --Sujith

  • Rajasekhar,

     

    IIS has not been reinstalled as it has been working prior to BSM isntall.

     

    I ran the batch scripts again and outputs are attahced.

     

    I can see IIS 7 is working fine and says "It works"

     

    No this is not an upgraded environment. This is a new clean install on W2K8 Server.

     

    This is a single server deployment.

     

    Also, I got this error after running the iisconfig.bat script:

     

     

    I:\HPBSM\dat>iisconfig.bat
    log4j:WARN No appenders could be found for logger (com.mercury.infra.utils.logge
    r.LogFactory).
    log4j:WARN Please initialize the log4j system properly.

     

    Thanks.

Reply
  • Rajasekhar,

     

    IIS has not been reinstalled as it has been working prior to BSM isntall.

     

    I ran the batch scripts again and outputs are attahced.

     

    I can see IIS 7 is working fine and says "It works"

     

    No this is not an upgraded environment. This is a new clean install on W2K8 Server.

     

    This is a single server deployment.

     

    Also, I got this error after running the iisconfig.bat script:

     

     

    I:\HPBSM\dat>iisconfig.bat
    log4j:WARN No appenders could be found for logger (com.mercury.infra.utils.logge
    r.LogFactory).
    log4j:WARN Please initialize the log4j system properly.

     

    Thanks.

Children
No Data