-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
Receiving "No transaction handler is installed. Unable to process tRFC/qRFC requests." Error on Generic RFC Communication #75
Comments
Hi - I've used the |
Hello @tom-j-irvine, Now, we are trying to |
Sorry, it is really clear what you need help with. Your originally handler code looks okay, though you need to provide two different sets of connection information. When calling Then, it would be assumed you have an RFC destination setup with the same Program ID. Then, when calling a function from SAP, you would do something like this:
This function needs to be defined in the SAP system (this is where your server will get the metadata about the function). Finally, you may need to look at the RFC Gateway security in your system (in SMGW) to make sure it allows outbound RFC calls to your program id/host, etc... |
Whether is it possible to enhance the |
@ssamsundar - First, I am not one of the developers. To date, I have used the RFC server functionality of the library and helped a little bit with testing, etc. So, to the possibility of adding the functionality, I'll have to defer to the developers for their input. The only thing I can add is that the implementation of a tRFC server would be quite a bit more complex as it needs to maintain state of transactions (likely in some sort of database). |
Hello,
We've used the GenericServerHandler to receive messages via RFC. Server Launch is able to establish the connection between service and SAP. When we try to send any data to service, it shows "No transaction handler is instanlled. Unable to process tRFC/qRFC request"
Can you please provide details on how to register generic handler listener.
Here's the code
The text was updated successfully, but these errors were encountered: