Which PI adapter support acknowledgments?
We use web service to communicate other system through PI
Is it possible to use acknowledgments as transaction status?
Thanks.
Which PI adapter support acknowledgments?
We use web service to communicate other system through PI
Is it possible to use acknowledgments as transaction status?
Thanks.
Hi,
I am configuring Alert Messages for SAP PI 7.3 but im still not getting any alert in my Outlook mail.
I have done the following steps indicated in this document:Alert Configuration – Step by Step Guide
NOTE: I am successfully receiving messages in my Outlook and Alert inbox from ‘RSALERTTEST’ when I USE MY OWN ACCOUNT to execute the report. but when i use other people's account to execute the report i do not receive any message ONLY in ALERT INBOX.
5. Added new rule in RWB Alert configuration with settings: Active Rule and No Restrictions
I am receiving an alert message ONLY in Alert Inbox not in Outlook.I also checked SOST and no pending/error messages are displayed.
Any more suggestions?
thank you!
Hi All,
I am working currently on a requirement where the input is proxy and output is a file in excel format. I am using SAP PI 7.31 . While trying to search the SCN I came across the link FormatConversionBean - One Bean to rule them all!
I have some queries related to this.
Is the below the correct EAR that we need to deploy or it contains only the JSON2XML converter. My exact need is to convert XML to EXCEL but I want to try the FormatConversionBean as a whole. So do we need to deploy only the below EAR file?
com.equalize.xpi.af.modules.app.ear
I will provide feedback and updates once I am done.
I would also like to ask Eng Swee Yeoh who developed this and Avinash Ayanala who have implemented it successfully.
Anyone having used any other approach or have some idea please do share.
Thanks,
Shaibayan
Hi everyone,
I am getting this error in AS2 receiver adapter.
I have given the following Java System Properties for com.sap.aii.adapter.as2.app
http.client.connection.timeout 0
http.client.max.total.connection 20
http.client.socket.timeout 0
This is the error that I get:
Message cannot be delivered:java.net.ConnectException: Connection timed out (port xxx to address::ffff.xx.xx.xxxx)
Regards
Harish Babu
Hi,
I have the following mapping requirement :
Source : Multiple delivery document with delivery information like delivery numbers, item numbers, Material etc.
Target : One idoc per delivery number.
How can I write a UDF for this.
Regards,
Srinivas
Hi,
i have a scenario soap to soap. proxy is created on inbound interface. we are getting the below error in dapter engine message monitor.
SOAP: Call failed: com.sap.aii.af.sdk.xi.srt.BubbleException: System Error Received. HTTP Status Code = 200: However System Error received in payload ErrorCode = DYNAMIC_CALL_FAILURE ErrorCategory = XIProxy Parameter1 = Parameter2 = ZPRX_CL_abc_PROCESSING_ACT Parameter3 = abc_def_BY_ghi_ACCOU Parameter4 = Additional text = ErrorStack = Error during proxy processing
Message E 00 001 cannot be processed in plugin mode HTTP
[http://sap.com/xi/XI/Message/30^Error "DYNAMIC_CALL_FAILURE"]
Please suggest something.
Thanks
Sandhya
Hello,
Can you anybody let us know how to configure JMS Receiver and Sender adapters? If you have any documents then can you plz share it (With screen shots)?
The scenario will be RFC to JMS.
Regards,
Khaja.
Hello,
I want to do RFC-> JMS scenario, can anyone please let me know how to do JMS Adapter configuration at Receiver side and also Sender JMS also?
If you could share any document with screenshots then that would be help for me.
Regards,
Khaja.
We've implemented Async/sync without BPM scenario at PO 7.40
HTTP (Async) -> HTTP (sync) -> File (Async)
Configuration of sender channel:
Modules configuration:
1 AF_Modules/RequestResponseBean Local Enterprise Bean request
2 sap.com/com.sap.aii.adapter.http/HttpAdapterBean Local Enterprise Bean http
3 AF_Modules/ResponseOnewayBean Local Enterprise Bean response
parameters:
request passThrough true
response interface intrfSynchResp
response interfaceNamespace http://namespace/test
response replaceInterface true
Underneath is a log part:
4/9/2015 09:58:55.079 AM Information RRB: leaving RequestResponseBean
4/9/2015 09:58:55.079 AM Information RRB: suspending the transaction
4/9/2015 09:58:55.610 AM Information MP: processing local module localejbs/AF_Modules/ResponseOnewayBean
4/9/2015 09:58:55.612 AM Error MP: exception caught with cause com.sap.engine.interfaces.messaging.api.exception.ConfigException: No sender agreement configured that matches the message's header fields (sender party: "", sender service: "TEST_01", interface: "http://namespace/test intrfSynchSend", receiver party: "", receiver service: "TEST_01")
Interface intrfSynchSend is sending message synchronously and it seems it's not replaced by ResponseOnewayBean for the response message.
Does anybody knows if ResponseOnewayBean can work in 7.40 as it was in previous versions?
I'm trying to set up my Hana Cloud Integration tennant in Eclipse. I downloaded the add-ons and added the views.
There is a connection to my tennant and I'm able to deploy several artifacts, but nothing runs (I created a simple SF iFlow, there is no error, but also no output). In my web UI I see the following error message (attached). (I know also the email gives an error, but I think the other one is the main reason it fails now).
When I tried this program in the trial/demo it runned okay, so I think I need to deploy some keystores or credential artifacts. Is there a detailed maual so I can set up my HCI in eclipse?
Also, in the Web UI, I am not able to run deployed contact (attached)
Thank you in advance.
edit- I see a runtime error status on my tennant, (see attachment). Can anybody tell me what I need to do to fix that error?
edit2- According to this thread (Integration C4C - HCI - SAP R3) I need to deploy a ticket via component XX-INT-CLD-HCI-PI. Where can I find this ticket system?
edit3- Found the support site, send my ticket. Now we wait
Hello Experts,
I have a SFSF (SuccessFactor) to Soap scenario in PI7.31 ICO.
The SFSF channel was successfully working till some days back. Since last few days we're facing certificate issue. The error shown by channel is this.
This is the endpoint SFSF tries to access https://salesdemo4.successfactors.com/sfapi/v1/soap
Ping channel also results in this error.
Certificates and chain certificate in NWA is also correct.
We've verified it with the certificate we get from the above url. Moreover, we did not made any change in certificate or channel.
Please suggest.
Hi Friends,
I have tried a interface i.e sender is
web service system reviver is sap system (Soap to proxy). I have done alla the configuration and generated WSDL also.
And that wsdl i hav send to client and they consume in their network. here the problem is while sending the data through url, it is throwing some java null exception error
they are able to access webservices as well,but while posting the data through web requesr we are getting error as
'Java.Lang.NullPointerException'
which side is the problem, while checking the url in my system, it is showing below comment.
Message Servlet is in Status OK
Status information:
Servlet com.sap.aii.adapter.soap.web.MessageServlet (Version $Id: //tc/xpi.adapters/NW711_05_REL/src/_soap_application_web_module/webm/api/com/sap/aii/adapter/soap/web/MessageServlet.java#8 $) bound to /MessageServlet
Classname ModuleProcessor: null
Lookupname for localModuleProcessorLookupName: localejbs/ModuleProcessorBean
Lookupname for remoteModuleProcessorLookupName: null
ModuleProcessorClass not instantiated
ModuleProcessorLocal is Instance of $Proxy308
Plz give the solution for this interface.
Thanks in advance.
reg
raj
ModuleProcessorRemote not instantiated
Hi Friends,
we have requirement to get pull the file from SFTP server. I didnt find the SFTP adapter in SAP PO single stack . Please let us know the configurations requried to enable in NWA to get the SFTP adapter in the adapter types or let us know how to fetch the file from SFTP server.
Regards,
Hi!
We're migrating scenarios from old PI to new PI. We have installed a new version of Seeburger and right now I'm configuring new communication channels. However, under "Module" I see that it uses a bic mapping named Z_X2E_INVOIC_UN_D96A instead of See_X2E_INVOIC_UN_D96A which would be the default one.
This leads me to think that this mapping has been modified in some way. So, my question is, how can I migrate/export this modified BIC-mapping and import it to new PI system?
Hi,
In ECC we are using a program which consumes a web service developed by a third party.
The 3rd party changed some of the XSDs so the application started to fail. I imported the new XSD file in Message Mapping in SAP PI and also in External Definitions.
After this, I'm trying to regenerate in sproxy, but I'm getting a situation which I don't know how to deal with.
Below you can see a sequence of images where you can see how things look in sproxy before and after I click on regenerate button.
As you can see, some of the texts were changed, sequence turned into choice, and ABAP Type Ref. changed from TTYP Table Type to to TABL structure and so on.
What whould I do here? I just want to make the whole system asjust to the new XSD.
I am really new to PI.
Thanks a lot for your time.
Best regards.
Hi all,
My client wants to integrate Successfactors Employee Central with ADP. They want to make flat files for ADP using SAP PI.
Could you please let me know:
1. Is it feasible? If yes then is it going to be very complex ?
2.If there is a standard content available for this scenario?
3. What is the general architecture approach to be used ?
Regards,
Arijit
Hi Experts ,
i want know about the scenario file to file where the protocols are ftps and sftp. can u please give me detailed explination about each protocol .
1. when we will go for the ftps
2. when we will go for the sftp
3. what are the prerequisites to do in both the ftps and sftp.
4. what are the advantages of ftps and sftp as well as disadvantages.
Thanks
Giridhar.
Hi Experts ,
i had a query i.e. what is principal propagation?.
As per my knowledge the principal propagation is used to control access to users.so here my query is we are having this in communication channel and also in sxmb_adm screen .so when we will go communication channel option and when we will go for the sxmb_adm screnn option.please clarify me.
Thanks
Giridhar
Hi
I am working in single stack PO. We have to hand it over to the support team but we don't want them to make any change to the existing configurations.
So when we create a new user id for a person, what all roles should be added so that the person can only monitor the Java stack to check if messages have failed or not? He shouldn't be able to change the existing configurations in ESR, or ID or NWA
Any idea how to deal with this?
Harish