Access cloud for customer Odata Service from HCP

Hi 
I have a UI(sapui5) which consumes ODATA Service from "cloud for customer" system.
I am using connectivity proxy servlet(using destinations) to avoid cross origin issue.  when i deploy and access this UI from cloud, the response of the odata service is " HTTP status 500 javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated".
I tried giving the http url and that says "502 bad gateway".
How to resolve SSL issue for cloud.?
Is there any other configuration that needs to be done to consume ODATA from "Cloud for customer" system
Regards
Priyal

Hi Priyal:
For the SSL handshake at the destination level either you would have to set the property "TrustAll=TRUE" or you have to create a JKS keystore which contains the Server Certificate for the Cloud for customer system and then upload this either via the Admin cockpit (at destination level) or deploy the same via the NEO console tool.
Best regards
Venki

Similar Messages

  • SAP HANA Cloud Portal : Configuration of HCP with Cloud For Customer

    Hi Experts,
    In our organization we have C4C system we have requirement to configuration with SAP HANA cloud Portal.
    1) What are the steps require in Cloud For Customer?
    2) What are the steps require to access the HANA Cloud Portal and Configure it?
    3) How to integrate Cloud For Customer with HCP?
    4) How to create Websites and Add the Widget for Tickets and Service request created from cloud for customer?
    Any Documentation for this Cloud For Customer and HANA Cloud Portal Configuration please share with me.
    Many Thanks,
    Mithun

    hi,
    Please find below the avilable public information about Support site edition -
    Support Site Overview : http://scn.sap.com/docs/DOC-50078
    Support Site (blog post)http://scn.sap.com/community/hana-cloud-portal/blog/2013/12/12/deliver-exceptional-customer-service-with-cloud-based-support-portal
    CAC Admin guide -  (search for configuring portal) - http://help.sap.com/saphelp_sapcloudforcustomer/en/PDF/EN-2.pdf
    Cloud Portal configuration guide - SAP Mobile Documents
    Soon we will put all public guides in a central location.
    Thanks,
    Inbal

  • Cloud for Customer 1405 Studio software is not available in Service market place.!

    Hi All,
    Cloud for customer 1405 studio software is not available in the service market place. Can any one know's from where we can download the 1405 studio software.??
    Regards,
    Mani

    Mani,
    The links will be updated soon with the 1405 version of the studio along with the release to market of the generic Cloud for Customer solution offering.
    I will update you as soon as the version goes live on the SMP via this thread.
    You may use the following link to access the studio with its versions on the SMP.
    Thank you.

  • What role needs to be assigned to the user to access existing custom OData services?

    Hi all,
    What role needs to be assigned to the user to access existing custom OData services?
    With SAP ALL its working. But cannot assign that to all users. Whats the specific role for this?
    I tried with /IWFND/RT_GW_USER. But it says the role does not exist.
    Thank you,
    Achu

    Hi,
    As usual you need to build a role by yourself based on your requirements. In case of Odata services there are two different TADIR services that needs to be added. One corresponds to authorization to execute logic on backend server and the other one to access service on front end server. You can get specific services by tracing one call using ST01. For Fiori apps from SAP you get role templates. You can use them for inspiration.
    Cheers

  • How to - Extract data from Cloud For Customer into SAP HANA system

    Hello Community,
    I have a requirement for extracting the existing data from Cloud for Customer into separate SAP HANA Box.
    Is it possible to achieve the same ? If yes, Please guide me for the same.
    Awaiting quick response.
    Regards
    Kumar

    Hi Kumar,
    In addition to what Thierry mentioned you could also use the C4C integration via standard Operational Data Provisioning (ODP) interfaces. This integration was acutally built for SAP BW and allows you to access any C4C data sources. From my perspective you can also build upon that for a native SAP HANA integration. Please also have a look at this guide: How To... load SAP Business Suite data into SAP... | SAP HANA.
    Besides that question let me also add the following: SAP Cloud for Customer already runs on SAP HANA since Nov. 2013. You may also use the powerful built-in analytics within C4C for analyzing data and any of your reporting demands. If your report should consider external data as well, you can combined the existing C4C data source with an external, so-called Cloud Data Source. More infomation is published in the C4C Analytics Guide: http://help.sap.com/saphelp_sapcloudforcustomer/en/PDF/EN-3.pdf.
    I hope this helps...
    Best regards,
    Sven

  • SAP Cloud For Customer : Integration of Service Request to CRM  Issue

    Hello Team,
    We have CRM integration using HCI working for most of the standard objects running. But for "Service Request" we are not able to see replication initiating from C4C to CRM. We have setup the required Communication Arrangement and artifact on HCI. Ping test gives 405 error which is as expected. But when we save the new ticket replication to CRM is not initiated.
    Kindly throw some light on this so as to understand why this replication is not initiated.
    Please let me know if any configuration missing to replicate "Service Request" from C4C to CRM.
    Thanks & Regards,
    Mithun

    Hi Ravi,
    We are not getting any messages under "Business Communication Monitoring" and web service messages monitoring.  
    Can you please suggest me which are the all configuration/activities require in cloud for customer for "Service Request".
    We have maintained the Transaction Type for "Service Request" in Code List Mapping too, however we are clueless where we have to maintain the "Item Category" for "Service Request" and map to which standard "Item Category" in cloud.
    What is the initiate point to trigger the "Service Request" from C4C to CRM?
    Many Thanks,
    Mithun

  • SAP Cloud for customer how to get the Account ID and UUID from cloud

    Hi Experts,
    I have small requirement in cloud for customer.
    How to get all the account id with UUID in excel sheet using any SDK or other ways?
    Any way to get this information because i have tried using "Mass Data Maintenance" but not getting any information. 
    anyone know how can i get this information in cloud system?
    Many thanks,
    Mithun

    Hi Mithun,
    In my understanding there SAP will not share IP address of tenant. If this is really urgent you should discuss to SAP Partner coach or any other representative. SAP network team will not directly communicate with you, this will require numerous approval inside SAP itself.
    Thanks
    Sunil Maurya

  • SL5 client accessing an secured (HTTPS) Odata service

    I have a SL5 client that is hosted on Windows Azure.
    I have some OData WCF services that work perfectly fine. Calling the odata services from the SL5 client works fine both running locally and remotely on Azure. The problem is https. I've uploaded the bought certificate and I can call the odata wcf services
    secure by using https from Fiddler2 and it gets the proper results.
    When I run the SL5 client locally in my VS2012 environment it also works fine calling the https endpoint. After deployment to Windows Azure the client stops working and the calls to the https endpoints don't work anymore :-(
    anybody has a clue?

    hi RiccardoBecker,
    Thanks for posting!
    Base on my experience, when hosted WCF service on windows azure, we could use Service Bus (http://msdn.microsoft.com/en-us/library/windowsazure/ee173579.aspx )to access
    it  on client side in intranet or internet. So if you used in intranet, I suggest you could create service bus to access it. Or if you use internet, I suggest you check your endpoint address setting. You need use your cloud address to access
    wcf service on client side. You could download those code sample (http://code.msdn.microsoft.com/windowsazure/CSAzureWCFServices-20c7d9c5 &
    http://www.codeproject.com/Articles/188464/Host-WCF-Services-in-an-Azure-Worker-Role ) and try it.
    Any question, please let me know.
    Regards,
    Will
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • SAP JAM integration with Cloud for Customer

    I'm in the middle of the setup of the SAP JAM to C4C integration and using the guide here https://websmp109.sap-ag.de/~sapidb/012002523100002202222015E/C4C_JAM_WP_1502.pdf.
    In section 2.4.1.1, it says "Contact your SuccessFactor, SAP Jam customer support or administrator to get the SuccessFactors Secured
    Token Service certificate for your SAPJam company."
    Since it is the first time I deal with SuccessFactors, I have no idea who to contact to get this "signing certificate". Do I need to contact the SF Cloud support team or is that something I can get on my own from our SuccessFactors instance?
    Cheers

    Hi Thierry,
    in general the guide refers to opening a ticket in the SuccessFactors support portal to request the ticket. As this is your first implementation you probably don't have a registered user in here.
    Question:
    Do you have someone else on the project/at the customer to help with the basic implementation of the SuccessFactors Platform? If yes, please ask this person to open a ticket with SuccessFactors support.
    If not, then you can also open the ticket directly in C4C and it should be internally routed to the appropriate support contact.
    Please note: In addition you will also need to do some basic configuration of the SuccessFactors Platform and SAP Jam. More information about initial steps to access and setup
    the SuccessFactors Platform for SAP Jam can be found in the document „Setting up SAP Jam for Integration with other SAP Solutions” included in the package “SAP Best Practice for SAP Cloud for Customer Integration” available at http://service.sap.com/rds-cfc-erp
    If you are interested in more information, please check out the respective training offerings for SuccessFactors Platform and SAP Jam available as "Academy Courses".
    Hope this helps,
    Ingo

  • Target Group Integration on Cloud for Customer

    Hi everyone,
    I just need to know if it´s possible to integrate CRM´s Target Groups in Cloud for Customer, i just checked the Integration Guide1405, but no information is displayed. But in Communication´s Arrangement functionality we have a scenario to manage Target Groups, so i understand we can import from CRM as backend in our Cloud for Customer system.
    Any idea of how to do it?
    Thanks in advance,
    Regards

    Hi Thierry,
    in general the guide refers to opening a ticket in the SuccessFactors support portal to request the ticket. As this is your first implementation you probably don't have a registered user in here.
    Question:
    Do you have someone else on the project/at the customer to help with the basic implementation of the SuccessFactors Platform? If yes, please ask this person to open a ticket with SuccessFactors support.
    If not, then you can also open the ticket directly in C4C and it should be internally routed to the appropriate support contact.
    Please note: In addition you will also need to do some basic configuration of the SuccessFactors Platform and SAP Jam. More information about initial steps to access and setup
    the SuccessFactors Platform for SAP Jam can be found in the document „Setting up SAP Jam for Integration with other SAP Solutions” included in the package “SAP Best Practice for SAP Cloud for Customer Integration” available at http://service.sap.com/rds-cfc-erp
    If you are interested in more information, please check out the respective training offerings for SuccessFactors Platform and SAP Jam available as "Academy Courses".
    Hope this helps,
    Ingo

  • CTI Connector project SAP Cloud for Customer

    Hello Experts,
    I am searching for the CTI Connector project used for enabling outbound calls as it is described in the SAP Cloud for Customer CTI Guide:
    "Download the CTI Connector project from the SAP Service Marketplace and install it."
    Unfortunately, I didn't find anything at the SAP Service Marketplace.
    Can anybody help me with that?
    Thanks & Regards,
    Daniel

    Hello, Venkitesh, following your advice we have created OSS ticket about subject of this post.
    And already got answer for our OSS ticket. In our ticket (1000000030 from tenant my307081) description we were talking about CTI_connector_project :
    "Hello, can you please provide us a link for downloading a CTI_Connector_Project that is mentioned in help section for enabling outbound calls. We can't download it from SAP Service marketplace"
    and the answer for our ticket was:
    CTI adaptor is available to download from C4C system. Please refer the attachment. We have also attached the same in incident.
    Request you to revert with error screen shot in case if you have any issue.
    Best Regards,
    SAP Customer Success Delivery"
    So, it's clear for me that we have misunderstand with SAP Customer Success Delivery employee.
    Could you please give us another advice how we can get CTI_connector_project or even direct link?
    BR,
    Anton.

  • Error while consuming Odata service from Gateway client i.e /iwfnd/gw_client

    Hello Experts.
       I am facing below an error while consuming the Odata service from GW client... The error is "No service found for the namespace /IWFND/,name ZTEST_STOREROOM_SRV,version 001". Even i have tried to deep dive in /IWFND/Error_log but no use..
      Actually what I was doing :- My aim is to connect multiple back end systems in the same server with the help of Aliasing concept.. I have created multiple aliases and added in the /IWFND/MAINT_Service transaction.. but i am not getting how to consume the service..
       I have followed the solution upto some extent in the link => Multiple Origin Composition - SAP NetWeaver Gateway Foundation (SAP_GWFND) - SAP Library
      Can you please let me know how to resolve this.. Also please let me know, the syntax for the URI...
      Your help is highly appreciated..
      Please find the screenshot attached.
    Thanks,
    Srinivas.

    Hello @Nrisimhanadh_Yandamuri
      Thanks for your reply..
      I have got all the required authorization.. But still I am not able to hit the service.. Please let me know what could be the solution..
    Thanks,
    Srinivas.

  • Getting Error while accessing the data using odata service

    Hi All,
    Iam new to SAP FIORI. 
    Iam getting the below error while accessing the data using odata service.
    "Failed to load resource: the server responded with a status of 404 (Not found)"
    "No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin "
    i have tried all the solutions like changing the url pattern "proxy/htttp".
    and disabled - security in chrome (Chrome is Updated version).
    i tried with IE still got the same problem.
    And installed all the required software in eclipse
    While installing GWPA plugin i got the following error.
    let me know if any one have idea.
    Thanks in advance.

    > Do you want to add and/or update the data in the already existing tables or do you want to replace the content completely?
    >
    > so in that way :
    > bot the options are fine what ever take less time.
    Sorry mate, but YOU have to know what you want here.
    I gave you an easy to follow set of steps.
    As you don't seam to mind the outcome, just might just use them...
    > I wanted to know weathe i can use the  loadercli for thie export import or not? if yes then is there any new steps to do before i do the export import?
    We had this discussion before...
    >
    > For that the easiest option would be just to drop the tables of SAPR3 and run the import again.
    >
    > For ease of use you could also just do:
    > - logon as superdba
    > - drop user SAPR3
    > - create user SAPR3 password SOMEPW not exclusive dba
    >
    > After these steps you can easily pump the data into the database again.
    >
    > So here in th above given steps , i am creating a new SAPR3 user and why it is not exclusive dba ?
    >  i already have that user SAPR3 can i use the same.
    Yes, you do have the SAPR3 user.
    But you don't seem to like to read documentation or learn about how the tools work or anything like that.
    Therefore I gave you s simple way to reach your goal.
    Of course it's possible to reuse the user.
    But then you would have to deal with already existing tables, already existing data etc.
    You don't seem to be able to do that. So, the easy steps might be better suited for your needs.
    regards,
    Lars

  • PI Integration between SAP ERP system and Cloud for Customer

    Hi,
    We have set up integration between Cloud for Customer tenant and our SAP ERP system via PI.
    For performing initial load, when we try to activate change pointers for Message types in the SALE transaction, we don't find the MATMAS_CFS and DEBMAS_CFS in the ERP system(IDES ECC 6.0 EhP6).
    CODERINT 600(SP1 &2) are installed and BC set COD_BYD_ERP_INT is activated in the system.
    Could anyone let us know what are we missing here, so that we can get the message types.
    Also we tried using Message type MATMAS for sending a message from ERP to Cloud for Customer. In PI message monitoring, the status shows as 'Processed successfully', however we do not find the message in Business Communication Monitoring in the Cloud system. neither do we see the Business Object created for that Material master.
    Please let me know how to debug such a scenario.
    Regards,
    Sangeeta

    Hi Vatsav,
    Yes the outbound works now with the following urls with channel id as param. With the 'BusinessSystem used as the sender(COD) business system ID. Thanks for your help and the document
    Customer Replication
    /XISOAPAdapter/MessageServlet?channel=:<business system>:COD_SOAP_BusinessPartnerReplication_Send
    Customer Address Replication
    /XISOAPAdapter/MessageServlet?channel=:<business system>:COD_SOAP_BusinessPartnerAddress_Send
    Customer Contact Replication
    /XISOAPAdapter/MessageServlet?channel=:<business system>:COD_SOAP_BusinessParterContact_Send
    Regards,
    Sangeeta

  • Middleware technologies used for data exchange in Cloud for Customer system

    Hi Techies,
                     I would like to know what are the different middleware technologies like ALE,EDI and IDOC, Web Services or any other technology plays role in data exchange between SAP ERP and SAP Cloud for Customer system.
    My project includes implementation of SAP Cloud for Sales, I've read many documents and seen various videos for ERP Configuration and Cloud Configuration, I see that there is a standard report that we want to execute and specify the type of data to be exchanged between Cloud for Customer and SAP ERP via SAP NW PI system.
    When executing the report we select the IDOC Type and run the report, so once after execution all data is copied to SAP Cloud for Customer system.
    What about configuration of IDOCS ? Do we need to maintain port, partner profiles, logical system etc ? as usual we do when working on Interface between SAP to SAP systems ?
    Or is it maintained when we make all the communication settings between SAP ERP <-> SAP NW PI <-> SAP Cloud for Customer system ?
    Can anyone help to understand this better ?
    Thanks,
    Gowri Shankar

    Hi Gowri,
    The standard report does exactly that.
    It generates, the ports, partner profiles, RFC destinations and other objects required for communication configuration in SAP to connect to C4C.
    If you are not using HCI, you can directly connect to C4C, otherwise you will have to manually edit the RFC destination and provide the HCI worker node URL.
    Note that this report is part of an Add On which is applicable only after a specific SAP ECC version.
    If you are on lower version, you will have to create them manually.
    regards,
    Anirudh Vyas.

Maybe you are looking for

  • How can I get the wireless hardware fixed on my HP photosmart C7250 all in one printer?

    I did the test by holding down the # 6 and it said that the wireless hardware needed service.  Any advice on where to get it serviced?  Thank you! 

  • Connecting tv to macbook pro

    what do I use to connect my macbook pro to my tv to watch movies

  • RFC to program sapftp failed when check in the document

    Dear Experts, I am facing an error while checking in the document in transaction CV01N / CV02N. The error is as below: RFC to program SAPFTP failed Message no. 04205 I have searched the forum, but could not get a right one. While searching I found in

  • Cs6 Design Standard がダウンロードできない

    cs6 Design Standardのアカデミック.ダウンロード版をAdobeストア以外のところで購入しました. そこでダウンロードリンクから下記のURLの通りダウンロードしてみて.手順5までは普通にできたのですが手順6の段階で Adobe Creative Suite 6 Design Standard installer WIN Illustrator_16_Content_LS16 InDesignFamily_8_Content_ALL の3つしかダウンロードされません. 説明にあるよ

  • How to prevent the multi gesture screen change

    Is there a way to prevent the multi gesture app switching function.  My daughter uses her new ipad for therapy but everytime i put on a app for her she figures out a way to switch it to something else.  She is not able to see anything but light and s