-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remote-Check does not work #268
Comments
The attribute: <remote_rfc_enabled> = ABAP_TRUE is set directly in the constructor of the Y_CHECK_BASE (all CHECKS inherit from this class). We thought the CI Framework would take care of the rest. Now, checking if there is still something else needed. |
Checked the documentation:
|
Is the code under inspection available in the remote system that will perform the inspection too? |
… no. That's the nature of an remote hub.
|
Both flags are set actually: REMOTE_ENABLED and REMOTE_RFC_ENABLED. We are checking... |
I tested here, and it works. However, you must have:
It looks like this feature will read the variant from the remote system only. If you have it all, I recommend you to check if an authorization is missing in the target system for the user set in the RFC. |
I have a working system environment, that means:
No auth problems
Working destinations
I have code pal installed in both systems.
I have code pal activated (full blown) in remote variant
Locally: findings, remote: nothing
|
For me, it does not make sense that the CHECKS have to be in the target system. But... |
@StefanRiedel-Seifert: Why did you close the issue? Could you reopen as it is not yet solved? We are on it. |
oh, may be a mistake from myside :-( |
... accidentally closed |
We are analyzing this carefully and will reply to you soon. |
Is there any update on this issue? We also want to use the code-pal checks via RFC from a central check system. |
Unfortunately, code pal only works in the system which has the object under scan as it consumes local tables like TRDIR, TADIR, REPOSRC, etc. These tables are required for code pal specific features like object automatic exemption, object creation date determination, the distinction between productive and test code, etc. Therefore, this feature is not available yet. To enable it, we have to change these database reads by a function module with RFC enabled. |
I want to implement a central ATC server, too and would also love to see the Code Pal RFC enabled. For companies with a big number of development system this feature totally makes sense. |
Hi colleagues. I created a draft version ( |
Demanding authorization to call the function module RFC_READ_TABLE is not a so good idea as this opens severe security problems. Couldn't you provide your own FM reading also your tables? |
The Codepal check seems to be remote-enabled, I have setup them in our Remote-CI-Hub, but the checks are not triggered: always passed without error, which is not correct.

On the local system, they work and the installation local and remote are absolutely identical.
I get no dumps on the remote system.
The text was updated successfully, but these errors were encountered: