cancel
Showing results for 
Search instead for 
Did you mean: 

Logon to system TRL failed

ged_hurst
Participant

hi there,

In following the tutorial to set up a connection from ADT to my SCP trial account (https://developers.sap.com/tutorials/abap-environment-trial-onboarding.html) I get the message "Logon to system TRL failed (The message content is not acceptable. Accepted content types: application/vnd.sap.adt.core.http.session.v2+xml)" when I try to connect to the service instance. This is after deleting and recreating the trial account as described in the blog 'https://blogs.sap.com/2020/10/23/how-to-delete-and-recreate-your-sap-cloud-platform-trial-account/'

Any advice?

Thanks

Ged

Accepted Solutions (1)

Accepted Solutions (1)

ged_hurst
Participant

Hi there,

What worked for me was the answer proposed by mumali above: install the latest version of eclipse and the associated SAP plug-ins. For developers used to working with ABAP on-premise, we must keep in mind that we need to keep the desktop versions of ADT (or Business Application Studio, etc) up to date if we want to use the latest ABAP Cloud feature set (or be able to logon to the SCP trial account!)

Cheers

Ged Hurst

Answers (8)

Answers (8)

Mumali
Participant

Hi, I am not sure if this will work, but try to ensure you are using Eclipse Version: 2020-06. Install JVM 8 and set it as the JRE. You will navigate to Windows > Preferences > Java > Installed JRE and navigate to Java version 8.

Also, ensure the correct path to JRE is set both in the eciplse.ini file as shown here:

himanshush137
Explorer
0 Kudos
Hello mumaliI also got the same error, and followed the steps to provided by you, but still no luck. Still, I am not able to connect my trial account with eclipse. Can you suggest any other way around ?
Joachim
Participant

Just in case someone else is running into the same issue as I was:

Make sure you also have your eclipse update sites for ABAP development tools set to the latest branch, in case you already have an existing eclipse installation. I had my update site still set to 2019-12 and got the same error message.

Changing the ABAP development tools update site to

https://tools.hana.ondemand.com/latest

instead of https://tools.hana.ondemand.com/2019-12 did the trick for me.

Kind regards
Joachim

geert_nackers3
Explorer
0 Kudos

This one worked for me

timmcardle
Explorer

I did this plus the JDK and it worked for me 😉

Thanks!

former_member444759
Discoverer
0 Kudos

Uninstalling the previous version of Eclipse and reinstalling the latest version worked for me after trying all the solutions listed to no avail.

shivangbhatt
Explorer
0 Kudos

Hi All,

I am also facing the same issue despite updating Eclipse to latest version.

My Java version shows JDK12 default. Do I still need to change it?

Thanks

Shivang

danilodepolli
Discoverer
0 Kudos

I installed the new version of Eclipse and latest version of ABAP Tools and works fine to me.

Thanks for share the solution.

ziyi_han
Employee
Employee
0 Kudos

I faced the same problem after I imported the service key into 2019-09 Eclipse IDE. Later, I downloaded ABAP eclipse and it worked fine. So I suspect it had something to do with IDE version.

kyo_choi2
Participant
0 Kudos

Same here.

Sudhakaran
Participant
0 Kudos
  1. Update eclipse to latest version
  2. Update ADT and other development tools (use https://tools.hana.ondemand.com/latest/ )
  3. Update the JDK if asked

I got the same error and this solved the issue.

Regards, Sudhakaran

former_member669062
Discoverer
0 Kudos

i have same issues , do you have any advice ?

After struggling a lot i found solution for this .Here it is

Install JDK - jdk-11.0.9

Set Environment Variable ( User variable ) :

JAVA_HOME C:\Program Files\Java\jdk-11.0.9

Set Environment Variable ( System variable ) :

JAVA_HOME C:\Program Files\Java\jdk-11.0.9\bin

And also download and install Eclipse for java developers ( Version: 2020-12 (4.18.0) )

Note : This Eclipse version requires JVM 11 ( hence we need to install JAVA JDK 11 as a pre-requisite )

Add Following components using https://tools.hana.ondemand.com/latest

ABAP Development Tools for SAP HANA

SAP cloud for business application tools for eclipse

SAP HANA Application development

Note : Avoid installing BW components it might create some problems

Happy coding

Thanks