$(function () { pageContext.i18n.modTalk = 'moderation talk'; pageContext.i18n.replyToComment = 'Reply'; pageContext.i18n.modTalkEmpty = 'moderation talk is empty'; pageContext.url.getModTalk = "/comments/%25ID%25/listModTalk.json"; pageContext.url.possibleCommentRecipients = "/comments/%ID%/possibleRecipients.json"; pageContext.url.commentEdit = '/comments/%25ID%25/edit.html'; pageContext.url.commentView = '/comments/%ID%/view.html'; pageContext.i18n.commentVisibility = { 'full': 'Viewable by all users', 'op': 'Viewable by the original poster', 'mod': 'Viewable by moderators', 'opAndMod': 'Viewable by moderators and the original poster', 'other': 'Advanced visibility', 'dialogTitle': 'Comment visibility', 'selectGroups': 'Visible to groups', 'selectOther': 'Other recipients', 'selectOriginalPoster': 'Original poster', 'selectModerators': 'Moderators', 'selectAssignees': 'Asked to answer users' }; pageContext.i18n.commentMenuLabels = { 'comment-edit': 'comments.menu.edit', 'comment-delete': 'comments.menu.delete', 'comment-convert': 'comments.menu.convert' };pageContext.i18n.answer= { bestAnswer: 'Best Answer', controlBar : { accept: 'Accept', unaccept: 'Unaccept', acceptCommand: 'Accept this answer as correct', cancelAcceptedCommand: 'Remove this answers accepted status' } }; window.croles = { u: false, op: false, m: false, og: false, as: false, ag: false, dc: false, doc: false, eo: false, ea: false }; tools.init({ q: { e: false, ew: false, eo: false, r: false, ro: false, d: false, dow: false, fv: false, c: false, co: false, p: false, tm: false , ms: false, mos: false }, n: { f: false, vf: false, vfo: false, vr: true, vro: true, c: false, co: false, vu: false, vd: false, w: false, wo: false, l: false }, c: { e: false, eo: false, d: false, dow: false, ta: false, tao: false, l: false }, a: { e: false, ew: false, eo: false, d: false, dow: false, a: false, aoq: false, ao: false, tc: false, tco: false, p: false, tm: false }, pc: croles }, { tc: true, nsc: true }); commandUtils.initializeLabels(); });
Skip to ContentHey Robert,
i was getting the same error, but could resolve it by setting the Internal WS port as same as the external WS port.
You should also connect to your ABAP ICM. Standart port is 8000 when using http
edit: Also have a look on previous steps, as they showing Warnings.
SLD Connection should be fine and your LMDB syncronized and checked before doing the JAVA Connectivity Setup.
Regards
Philipp Neubert
Hi !.
Since this is version 7.2 ABAP and Java is two different instances. In my case ABAP is 31, and Java is 32. So should the internal ICM port be related to the ABAP or the Java system? It says configuration Java in the http configuration.
// Claes
Hi Robert ,
Did you get the resolution for the issue. I am facing the same issue.
Can you please let me know if there is a way to solve the issue.
Thanks,
Subhashini.
In your screenshot I do not see ABAP Application server ICM???
Please look SAP note below
2319315 - Error "Logical port check failure" when testing connectivity for HTTPS ICM URL in step "Define Http Connectivity"
-Yogesh
I had the same error. The problem was that the SM_WS_INTERN user was not autocreated in the AS JAVA system. Even though the UME was configured to go to the ABAP Client where the user existed - i needed to create this user in AS JAVA for it to work. very strange indeed.
Add comment