Error accessing Inventory Collaboration Hub (ICH) BSP Pages

Hi
I am trying to access basic ICH page in SCM 4.0 as well as SCM 4.1. I am getting the following error:
BSP exception: Access to page default.htm requires HTTPS. HTTPS has not been configured on this server.
Regular BSPs are working fine in both the servers.
Initially we had HTTP and SMTP configured and based on the error message I tried configuring HTTPS.
SMICM status shows HTTPS with port but not active. When I tried to activate HTTPS in SMICM, i am getting
'Operation failed(rc=1)'
Do we really need HTTPS to get default ICH login page.
Please guide on this to get ICH page.
Regards
Ragavan.

Hi
I had configured the SAP Web AS to display BSP pages.
General BSP applications are working fine.
But when I tried to access ICH related BSP pages, i am getting the following exception:
BSP exception: Access to page default.htm requires HTTPS. HTTPS has not been configured on this server.
Is there any document for HTTPS configuration in SAP Web AS in order to get ICH BSP pages, as my understanding is we need to have HTTPS configured properly to make ICH BSP pages working.
Thanks in advance for comments and helps.
Ragavan.

Similar Messages

  • Error accessing Inventory Collaboration Hub (ICH) in SAPSCM4.0

    Hi,
    While I am trying to access the ICH page from SAP SCM4.0, am getting the following error,
    500 SAP Internal Server Error
    Error message: Program ZSCMBMDL_LOCPROD_SERVICE not found. ( type of termination: RABAX_STATE )
    The standard BSP pages in WAS are working fine. Can anyone provide hints to resolve this problem.
    Regards
    Bharanidharan

    I've checked the settings of activating all the services for BSP pages and this service in SICF transaction. But am unable to connect to the ICH. Sometimes it connects to the ICH server and timesout immediately.
    Regards
    Bharanidharan

  • What is Inventory Collaboration Hub

    What is Inventory Collaboration Hub in SAP?
    Madan

    ICH is now part of SAP SCM (Supply Chain Management). You can use the SAP Inventory Collaboration Hub (SAP ICH) to optimize collaboration with your suppliers and customers. You and your suppliers or customers use SAP ICH as a common platform to control and monitor the replenishment process for products.
    For more detail, please check
    http://help.sap.com/saphelp_scm50/helpdata/en/b4/f20483605b0d4fa856354a986e900d/frameset.htm
    Regards,
    Richard

  • DBCA Fails with error accessing inventory - OEL5.3 DB11g SE install

    Hello,
    We're trying to install ODB11g for x86_64 on a OEL5.3 and after having prep'd the environment, kernel, etc... The oracle user runs the runInstaller script, everything passes with flying colors until... the DBCA when in the step of completeing "Database Creation" gives an error which is logged in the: emConfig.log and suggests we re-execute the emca script...
    +"Enterprise manager configuration failed due to the following error - error starting Database Control+
    +Refer to the log file /.../dbca/orcl/emConfig.log for more details.+
    +You can retry configuring thsi database with Enterprise Manager later by manually running+
    +/.../bin/emca"+
    After searching the logs, we find that the oraInst.loc file does not exist or there are no permission, the /etc/oracInst.loc exists but the emConfig.log file says this is the error (or one of them maybe):
    Aug 12, 2009 4:24:56 PM oracle.sysman.emcp.util.OUIInventoryUtil getInstallInventory
    CONFIG: Error accessing inventory.
    oracle.sysman.oii.oiii.OiiiInventoryDoesNotExistException: The inventory pointer location /etc/oraI
    nst.loc is either not readable or does not exist
    ... this is a clean install. Any sugestions?? (we've tried re-running the config steps according to the documentation but maybe we've missed something???)
    Thanks for any help!!
    LMA.
    Edited by: user8678312 on Aug 12, 2009 1:38 PM
    Edited by: user8678312 on Aug 12, 2009 2:59 PM

    No luck with either workaround... the DBCA runs smooth until it gets to the emca where the oraInst.loc keeps on annoying... checked its permissions 644, owner root... ran the emca manually heres the results:
    Aug 12, 2009 8:29:48 PM oracle.sysman.emcp.EMConfig perform
    SEVERE: Error creating the repository
    Refer to the log file at /u01/app/oracle/cfgtoollogs/emca/orcl/emca_2009_08_12_20_28_33.log for more details.
    Could not complete the configuration. Refer to the log file at /u01/app/oracle/cfgtoollogs/emca/orcl/emca_2009_08_12_20_28_33.log for more details.
    the log turns out the same error regarding the oraInst.loc.
    any other suggestion perhaps?
    thx!!

  • Collect Error Message from SAP program to BSP Page

    Hi Experts,
    I am displaying an error message in the form of pop-up Message  in a Screen based on a condition using BADI on R/3 screen , but when i am calling the screen from Portal (BSP PAge) I am unable to see the Error Message which is being displayed as a pop-up in r/3..
    How to catch the error and display in BSP Page.....
    I have searched the forum but didnt find any suitable replies....
    Plz help
    Regards,
    Srikar

    Hi Srikar,
    It depends.
    Generally though you display a message in SAPGUI it does not display automatically in BSP.
    Some times you have to manually write some code to populate and display a message in BSP.
    First you need to find the BSP page and write some code to display error messages in the same..
    Regards,
    Sreekanth

  • Error while calling the PDF in BSP pages in ECC6.0: Question BSP Gurus

    Hi BSP experts,
    Any Experts have solutions for below.
    We recently moved BSP pages into ECC 6.0 .Iam getting the error in BSP page while calling the PDF.
    The scenario is like this: The PDF is getting called the via URL:
    The code is like this
      CALL FUNCTION 'GUID_CREATE'
        IMPORTING
          ev_guid_32 = guid.
      CONCATENATE runtime->application_url '/' guid '.pdf'    INTO   URL.
    <u><b>This URL is called in the front end LAYOUT.</b></u>
    <iframe src="<%= URL %>" width="100%" height="600px">
    </iframe>

    you missed one question of mine  <b>Do you create the PDF after creating the GUID ?</b>
    try giving a fixed URL just to test.
    Aman

  • Error Passing an internal table between BSP pages

    Any time there is data in the internal table and I try to pass it from one BSP page to the next I get an Web error.  I've heard that it is possible to pass an internal table from one page to the next.  can anyone point me in the right direction here?

    You can do this with the navigation object only if the table is very small. Overwise it overflows 2+KB limitation of URLs.
    Alternative ideas is to use server side cookies (search forum for many examples).
    If stateful, just hang stuff of your application class.

  • BSP Application Error : Access Denied

    Hi Gurus,
    I have developed a BSP application with an input field and a search help. I am using Java script to popup the search help window and "opener.document.<form>.<field>.value=value;" to pass selected value from search help window to main page. At BSP application level I have checked "Allows Portal Integration" check box. Now, when I try to select the value from search help at runtime, I am getting an error "Access Denied". It works perfectly fine when the check box "Allows Portal Integration" is unchecked. How do I resolve this issue keeping the check box checked.
    Thanks in advance
    John
    <* Input Field *>
    <htmlb:inputField id            = "sales_order"
                       value         = "<%= controller->sale_order %>"
                       maxlength     = "30"
                       showHelp      = "TRUE"
                       onValueHelp   = "showSalesOrderHelp()"
                       submitOnEnter = "X"
                       size          = "30" />
    <* Java script routine to popup search help window *>
    function showSalesOrderHelp()
       newDialog =    window.open("salesOrderHelp.htm","_blank","resizable=no,height=500,width=475");

    The problem is that your popup windows probably do not have their domain relaxed. (Usually popp windows are implemented in an iframe, which must also be relaxed in the same way as the main page.)

  • BSP error : access to URL is forbidden

    Hi,
    We have a BSP page embeded into the CRM WEB UI. we have a search page. It used to work fine but after an SP6 upgrade we are facing the below error.
    SAP Note
    The following error text was processed in the system:
    BSP exception: Access to URL /sap(bD1lbiZjPTAwMQ==)/bc/bsp/sap/Y_RMS_CONTACTS/https& is forbidden
    I tried the various options like
    1) Ruuning the application in internet explorer in compatability mode.
    2) The service of BSp is active.
    please help

    Hi,
    I checked the link. It is pertaining to EP.
    The scenario is that.. I have a BSP opened in CRM WEBUI. on click of a button a new BSP search application is opened,.
    After search on clicking of the Assign button, the above error is popping up.
    regards

  • Getting error while accessing the OAF forms in ADF page.

    Hi ,
    I am trying to get/access the Oracle forms on ADF page.
    I am following http://static.commit-consulting.com/oraformsfaces developers guide for guidlines.
    while runnign my page getting the error in popup look like java script error.
    the pop up contente is :
    Failed to execute java script
    Check for JavaScript errors, if the Forms server is running and if your browser can download a javaScript from http://bdc6oracle001.gdnindia.com:8005/forms/frmservlet?config=OraFormsFaces
    http://bdc6oracle001.gdnindia.com:8005/forms/frmservlet?config=OraFormsFaces is my server EBS server where oracle forms exist.
    Please help me on this.
    Thanks,
    MadhavaReddy

    You're probably better off asking the OraFormsFaces people for help

  • Error In BSP Page

    Dear All,
    can any one tell me how to display error message in the status bar of the BSP page.
    Regards,
    shiva

    Dear Shiva,
    We can dispaly the message in the status bar as Anubhav said. For that do the following things,
    1. declare message variable in page attributes.
    2. assign ur message to this variable 'message' in oninputprocessing
    3. In layout set a condition within the script.
    <% if message is not initial. %>
    window.status="<%= message %>" ;
    <% endif. %>
    Appreciate if its Helpful.
    Regards,
    Anita Vizhi Arasi B

  • BSP Authorisation error when trying to view BSP page from workitem

    Hi All,
    I developed a bsp application that initiates a workflow.
    The application generated successfully and the workflow was activated and no errors appear in the workflow log.
    When I try to view the bsp from the workitem, I get an error message
    u2018You are not authorized to view this pageu2019
    If I was to view the page from bsp application, I would have to login again to the bsp application.
    Is this what is stopping me viewing the bsp page directly from the workitem?
    How can I create this login to the bsp server from my workflow?
    Can I remove this login to the bsp server?
    thanks

    Hi Brendan Gibbons,
    The authorization for viewing the bsp application through se80 is different from viewing the bsp application from the workitem.
    For example
    I am abap developer, i have authorization for se38 and i have authorization to view/change the program what i have created, but i can view the program what some one has created but i dont have authorization for changing it. The same apply's here too.
    Kindly check with the basic consultant.
    Thanks and Regards
    Balaji E.

  • BSP Page Error on ECC 6.0

    Hi Friends,
    I am facing strange error between BSP page to page interaction on ECC 6.0 Version and also we are using SAP provided bsp application i.e " HTMLB_samples ". This is first time we are executing the bsp application after system migrated to ECC 6.0 Version.
    The BSP page error behavior is as follows.
    When a call is made to other bsp page and corresponding page is able to identify as well displaying, however I am getting a javascript  error message which is notified on the status bar of the browser stating that error on page. If I double click the same error message then I can see the following error messsage.
    Line 22
    Char 23
    Error Object Expected
    Code 0
    http://<host name>:9000/sap(bD1lbiZjPTQwMg==)/bc/bsp/sap/htmlb_samples/breadcrumbSample.htm.htm?
    FYI - All other standard BSP application are facing same error after system is migrated to ECC 6.0.
    Can anyone please let me know the reason as to why a java script error is being thrown ?
    Thanks in advance..
    Best Regards,
    Suresh

    Hi,
    Check once the javascript,there might be error in the script.
    I too faced the same problem while doing BSP application.there was problem in the script.
    Regards,
    jaya

  • BSP Page for Common Access

    Dear Expert,
    I need a help,
    I have a unique development system.
    We are trying to create a web page that can be accessed by web user,
    and they can post a question also.
    Once the question is submitted, CRM will create a new service request.
    We are about to create a web page using BSP Page in our website.
    We have an idea, that we might create an user account that'll be used to sign-in to our CRM backend,
    to create a service request.
    Is it possible to do so? since we have might meet boundaries in sign-in to our CRM application.
    Please expert,
    I'm very indeed of your guidance.
    BR,
    Robin

    Using SICF and create a communication ID and set it in the settings

  • BSP - 500 Internal Server Error  Access via 'NULL' object reference not possible.

    Hello Colleagues, I'm new to BSP maybe someone could help me.
    I’m taking data from a DB table through select an put them into htmlb tables. 
    The layout looks like:
    &lt;htmlb:tableViewColumn columnName="PK_Terms"
    <%--wrapping="true"--%>
    width="50"
    horizontalAlignment = "center"
    verticalAlignment = "middle"
    fixedColumn="true">
    &lt;/htmlb:tableViewColumn>
    After I select the vendor (first table), another table appears with additional Info (see screenshot). I've set the the visible row count to 10 and the data appears without errors, but when I click the next page button or type  page number to see the next 10 rows, following error message appears:
    The ABAP call hierarchy was:
    Method: _ONINPUTPROCESSING of program CL_O2DH4AGZFD1H3VPXDQ9541G8559CP
    Method: %_ONINPUTPROCESSING of program CL_O2DH4AGZFD1H3VPXDQ9541G8559CP
    Method: DO_REQUEST of program CL_BSP_PAGE===================CP
    Method: ON_REQUEST of program CL_BSP_RUNTIME================CP
    Method: IF_HTTP_EXTENSION~HANDLE_REQUEST of program CL_HTTP_EXT_BSP===============CP
    Method: EXECUTE_REQUEST_FROM_MEMORY of program CL_HTTP_SERVER================CP
    Function: HTTP_DISPATCH_REQUEST of program SAPLHTTP_RUNTIME
    Module: %_HTTP_START of program SAPMHTTP
    My select statement:
    if tv_data->row_key is not initial.
    select ekko~lifnr ekko~ekorg as po ekpo~netwr as netwr ekko~bukrs as cc
    ekpo~ebeln    from ekpo join ekko on ekpo~ebeln eq ekko~ebeln
    into corresponding fields of table lt_ek1
    where lifnr eq tv_data->row_key.
    Whats wrong ?

    Hi Pramod,
    we have already checked and maintain also.
    but no use.
    and this user moved to QUA and maintain Personnel number also it is working well in QUA.
    but it is not working in PRD. it is having all authorizations also.
    once we deleted user in PRD and then created in PRD assign all roles but no use.
    we got same error in particular USER only.
    and clear the cache in portal side and browser side also there is no use.
    and PMS documentation update it.but no use.
    what is missing authorization to particular user and how to solve this issue please suggest us.
    regards
    nagendra

Maybe you are looking for

  • The volumn is very low on the computer or playing CD's.

    I do not Skype or anything like that - all I want to do is to listen to & burn CD's, but I haven't been able to do so as the volumn is too low.  I attached speakers (speakers which were on my old computer & worked fine), but the volumn is very faint

  • IDoc XML Conversion Issue

    Hi Exerts, When IDoc sent from R/3 got successfully loaded with all segments in WE02 wihtout overlapping, I find the data gets overlapped in XML only for a deep routed structure in sxi_monitor, while WE02 has no issue for it. Analysis made: 1. IDoc d

  • How to create an inbound Idoc from an inbound IDoc in same client

    How to create an inbound Idoc from an inbound IDoc in same client Idoc will come from XI as an inbound idoc to SAP, now I have to read this inbound Idoc and split it into Several Inbound Idocs and now needs to be posted in the same client. please let

  • Help.. My pictures keep disappearing in all of my blackberry groups

    HELLLLPPPP... I just bought torch 9810. firstly, all my groups disappeared after a couple of hours after restoring all my data. So I created new groups since I was the administrator, the asked to be reinvited to other groups. Then a couple of hours l

  • Nokia N8 & PR1.2 experience

    Applied the PR1.2 last week on my Nokia N8 (not carrier-locked having PR1.1 The upgrade was smooth and in this one week I noticed following improvements .. 1) Minor postive impact on battery life 2) Mail syncronisation really works well now 3) The FM