cancel
Showing results for 
Search instead for 
Did you mean: 

Deploy to SAPUI5 ABAP Repository: error "406 Not Acceptable" (Trial AS 7.52)

former_member185943
Participant
0 Kudos
1,232

Hello,

I created a project in my SAPWebIDE Personal edition (version 161201, running on Mac). I am trying to deploy it on my Trial AS 7.52 which runs on Virtual Box openSUSE on the same Mac host.

However, in the moment when I choose the NPL system from the "Deploy to SAPUI5 ABAP Repository" popup, I get a message "The message content is not acceptable. Accepted content types: application/atomsvc+xml".

I checked the console in Chrome Developer Tools and it contains:

GET http://localhost:8080/webidedispatcher/destinations/NPL/sap/bc/adt/discovery 406 (Not Acceptable)

Here is what I already tried:

The message header is as:

Request URL: 
http://localhost:8080/webidedispatcher/destinations/NPL/sap/bc/adt/discovery
Request Method: GET
Status Code: 406 Not Acceptable
Remote Address: [::1]:8080
Referrer Policy: no-referrer-when-downgrade 

Response:

<exc:exceptionxmlns:exc="http://www.sap.com/abapxml/types/communicationframework"><namespaceid="com.sap.adt"/><typeid="ExceptionResourceNotAcceptable"/><messagelang="EN">The message content is not acceptable. Accepted content types: application/atomsvc+xml</message><localizedMessagelang="EN">The message content is not acceptable. Accepted content types: application/atomsvc+xml</localizedMessage><properties/></exc:exception>

Here comes my NPL destination file:

Description=NPL SAP NW 752 Developer
Type=HTTP
TrustAll=true
Authentication=NoAuthentication
Name=NPL
ProxyType=Internet
URL=http://vhcalnplci:8000
WebIDEUsage=odata_abap,ui5_execute_abap,dev_abap,odata_gen,bs_execute_abap,odata_xs
WebIDESystem=NPL
WebIDEEnabled=true
sap-client=001

Please help me with your ideas / experiences!

Thanks in advance and kind regards,

Igor Barbarić

    View Entire Topic
    junwu
    SAP Champion
    SAP Champion
    0 Kudos
    URL=http\://vhcalnplci\:8000
    
    not sure if it will help.
    former_member185943
    Participant
    0 Kudos

    Hi, Jun Wu,

    Thanks for your input! Unfotunately, it didn't help.

    KR,

    Igor

    junwu
    SAP Champion
    SAP Champion
    0 Kudos

    when you create your app, are you able to connect to system and list down the available services?