Hi All,
I have Idoc to AS2(EO) scenario.7.4 single stack
Lots of messages are stucked in Adapter engine with status "To be delivered" and "Delivering" in our production system.
What might be the problem and how to solve it?
Thanks
Kavitha
Hi All,
I have Idoc to AS2(EO) scenario.7.4 single stack
Lots of messages are stucked in Adapter engine with status "To be delivered" and "Delivering" in our production system.
What might be the problem and how to solve it?
Thanks
Kavitha
Hi All,
I am facing an error while sending the file as an attachment to ECC inbound proxy. I have checked several blogs( http://scn.sap.com/thread/3184163) and followed the same but no luck.
Error:
Exception caught by adapter framework: com.sap.aii.af.sdk.xi.srt.BubbleException: <SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP:Header>
</SOAP:Header>
<SOAP:Body>
<SOAP:Fault xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/"><faultcode>SOAP:Client</faultcode><faultstring>Error during conversion of XI message</faultstring><faultactor>http://sap.com/xi/XI/Message/30</faultactor><detail><SAP:Error SOAP:mustUnderstand="1" xmlns:SAP="http://sap.com/xi/XI/Message/30"><SAP:Category>XIProxy</SAP:Category><SAP:Code area="ABAP">INTERFACE_REGISTRATION_ERROR</SAP:Code><SAP:P1>ifmmessif</SAP:P1><SAP:P2>SI_GUDIDDATA1_Majorversion_ECC_IB</SAP:P2><SAP:P3>http://www.varian.com/GUDIDDATA1/Majorversion/Inbound</SAP:P3><SAP:P4/><SAP:AdditionalText/><SAP:Stack>No implementing class registered for the interface (ABAP interface, request message SI_GUDIDDATA1_Majorversion_ECC_IB, request message, namespace http://www.varian.com/GUDIDDATA1/Majorversion/Inbound)
</SAP:Stack></SAP:Error></detail></SOAP:Fault>
</SOAP:Body>
</SOAP:Envelope>
[null "null"]
Please help me with solution. Appreciate quick reply!
Thanks
Gayathri.
Hi ,
Anybody have any idea on when messages will move to recovery status? what will be resolution to fix it.
I am facing some strange issue where some of the files processed successfully and some of the them going to recovery status.
I even checked the syntax of the files and its looks fine and no issue with configuraion part .
Checked the SDN, could not able to find any information.
Any help is greatly appreciated
KR,
Sagarika
Hello everybody,
I recently started to work with HCI but we met many problems implementing very easy scenarios.
This situation create a big irritation around here.
I try to ask a series of questions and I hope someone will help me. (I'm working with Eclipse Mars updated)
1)
the first problem encountered is relating a SuccessFactors sender adapter.
After the configuration, when I try to use Model Operation wizard, the entity list remains empty. It's strange because I tryed to use a wrong password , or wrong user, but the result don't change. I have not any error feedback.
2)
Logs.
OK, I decided to write "Operation Details" without use the "Model Operation".
I implemented a very easy scenario SSFF to SFTP, deployed....but nothing work, no one message in monitor.
I changed SFTP adapter in SMTP adapter and set some random parameters.
In this case I deploy and ...I have a message...obvsiuly in ERROR status.
I try to press button "View Trace" but I don't see any payload or envelope in Model Configuration.
No one message monitor or log or trace are present?? How is possible intercept errors?
3)
Last question for today is about SOAP adapter.
I tried to use a SOAP to SOAP adapter following a step by step document.
when I execute check I have an error on sender adapter:
"sender system SOAP or IDOC connector should use either basic autentication or an autorized client certificate for autentication"
I search inside adapter parameters but I not found any parameter regarding "basic autentication".
someone can help me?
best regards
Alessandro
Hi Everyone,
I am new to HCI and have 30 day trail period from SAP.
I dont have any server to test my scenerio end to end.
So I thought of going for SOAP -PI -SOAP scenerio to get understanding of the same.
Can anyone provide me the link from where I can get the structure for both ends ?
or is there any other way where I can do hands-on?
Thanks in advance
Hi Experts!
I need your help regarding an X2E generator mapping. I imported a XSD called "mymessage" to my project. The system automatically created an entry in the "XML" section:
As a next step I have chosen "CreateMappingXMLtoEdi"...
...and changed to the Test Environment view:
Does anyone know which SourceFile I have to choose? Do I have to do an additional step before I'm able to create the mapping? I already checked all documentation file but I wasn't able to solve it. If needed I can send the XSD via email because I was not able to upload it due to the 1 MB file size restriction.
Thanks in advance for your help!
Best Regards,
Christian
Hi,
We are planing to connect to third party from PI 7.11. For this 3rd party system has given file with .key as extension.
Please advice, if we can load this file in NW Key storage and use for authorization.
Also do we need any other info for loading this file.
Thxs
Dear all,
I'm trying to configure logical port in SOAMANAGER, to consume webservices of Successfactors. As I don't have neither HCI nor PI I'm willing to do it directly from SAP ECC to SF. The generation of proxy seems to be well done however I have some issue to configure the Logical port.
I actually have no clue how fill all those parameters and different URL (yes this is the first time for me ...)
However no matters what I enter, I always get a bad result when I ping web service.
any help would be much appreciated
Thank you
Hadrien
Hi All
I have a scenario,in which below are my target and source structure
how can we achieve this from message mapping
My source data contains multiple line items
Each item tag contains a parameter ZSECTION which has values (10, 20 or so on). I want to club these item values as SCETION tag in target structure
e.g Source
<E_PRTAB>
<item>
<ZSection>10</zsection>
<text>abcd</text>
</item>
<item>
<ZSection>10</zsection>
<text>second item under a scetion</text>
</item>
<ZSection>20</zsection>
<text>abcd</text>
</item>
<ZSection>20</zsection>
<text>abcddskfsd</text>
</item>
<E_PRTAB>
Target Structure:
<section>
<name>10</name>
<includedInTotal>0</includedInTotal>
<parameterList/>
<parameter>
<description>abcd<description>
</parameter>
<parameter>
<description>second item under a scetion<description>
</parameter>
</section>
<section>
<name>20</name>
<includedInTotal>0</includedInTotal>
<parameterList/>
<parameter>
<description>abcd<description>
</parameter>
<parameter>
<description>abcddskfsd<description>
</parameter>
</section>
Hello
I have a requirement for calling web service with user name token authentication so i configured the channel based on the blog
How to Configure AXIS Framework for Authentication Using the "wsse" Security Standard in SAP PI
and for AXIS adapter we have deployed all the required jar files as shown below.
but i am currently getting error as
Exception caught by adapter framework: nested exception is: java.lang.RuntimeException: java.lang.NoSuchMethodError: org.apache.xml.security.transforms.Transform.init()V; nested exception is: javax.ejb.EJBException: nested exception is: java.lang.RuntimeException: java.lang.NoSuchMethodError: org.apache.xml.security.transforms.Transform.init()V; nested exception is: javax.ejb.EJBTransactionRolledbackException: nested exception is: java.lang.RuntimeException: java.lang.NoSuchMethodError: org.apache.xml.security.transforms.Transform.init()V; nested exception is: javax.ejb.EJBException: nested exception is: java.lang.RuntimeException: java.lang.NoSuchMethodError: org.apache.xml.security.transforms.Transform.init()V
Is it something because of the version of Axis ar files deployed . Please help.
Regards
Sandeep
Hello Guys.
We have a single-stack PO 7.4 server installed in our landscape.
We want to implement an external stand-alone tool for executing various operations/functions in PO related to day-to-day monitoring and administration activities, e.g. display all failed messages, search for a PO message given an IDoc No or a filename or a PO Message ID and retrieve the details, the message status and the error description etc.
Do you know if there are available any Service definitions exposed as Web Services within PO server for executing such functions/operations from outside PO?
I already could find some from within the NetWeaver Administrator tool --> SOA --> Application and Scenario Communication --> Single Service Administration --> Service Definitions but they mainly concern the retrieval of PO design and configuration relevant objects, like Business Systems, Communication Channels etc.
Kind Regards,
Evaggelos Gkatzios
File to IDoc scenario: Multiple bapi's in file to be processed as multiple IDocs
Approach: Exported the IDoc as XSD and changed occurrence to "0 to Unbounded".
Used: External IDoc used in message mapping. Standard IDoc used in operational mapping. Standard Idoc used in ID as well.
PI version: PI 7.31 single stack
The same scenario is working in XI system, but failin gin PI system with below error at IDoc receiver channel.
Error before sending due to idoc parsing error: (7) IDOC_ERROR_PARSE_FAILURE: An IDocConversionException occurred while parsing IDoc-XML for type <WMMBID02>:
state=READING_FIELD_VALUE_TAG, charPosition=358, lineNumber=1, columnNumber=359
Hi Guys,
i am using a SOAP receiver with PayloadZipBean module to attach zipped xml to a soap message i am sending.
i need to change the Content-Type header from application/octet-stream to zip/xml
how can i do this?
(i am using PI 7.3 SP10)
Dear expert,
Hope you all fine,
We have created in our Communicational Scenario, CustomWebService communicational scenario for replicating invoice document form ECC. the mapping, endpoints configuration are completely Ok, the problem is that when we replicate it, idoc creates and is green but in web service message monitoring we can not find it, is not comming!
Can anyone help me about this, that what can cause this problem or what should I else should I have to check?
Regards
Sin
Hi Guys,
Just trying to do some hands on HCI. It looks like SAP is planning to replace PI altogether with HCI. Not sure though what they are actually planning.
Can you please share some really good docs or links thorough which I can get some idea on HCI. Already I have gone thorugh some really good blogs and got an overview and idea .
Is there any way I can install Eclipse Mars 4.5 in my Home PC and access HCI for sometime to do hands on. If it is can you please share the steps.
Really appreciate your valuable response.
Thanks,
Hi everyone,
I'm configuring a mapping between C4C and ERP with HCI, and when sending the iDoc to the ERP, I'm getting the error below :
Inbound processing in endpoint at /COD/ERP/QUOTE_TO_BUSINESSDOCUMENT failed with message "SoapFault:faultstring=I/VSCAN/033//SOAP_CORE/WS_RECEIVE (Virus scan profile /SOAP_CORE/WS_RECEIVE is not active); faultcode={http://schemas.xmlsoap.org/soap/envelope/}Client"
I didn't find anything about virus scan profile on the Internet. As anyone an idea ? Is there something to activate on the ERP ?
Best regards,
Julen.
Dear Friends,
I would like to know the behaviour of PI sender file adapter. Consider SAP ECC is creating the file in AL11.
The polling in PI is every 5 sec.
Concern:
In the ECC, as soon as OPEN DATASET statement is used the file gets created in AL11. If there are more entries to write exceeding 5 sec suppose 30 sec for TRANSFER statement, while the application program is still writing, PI would have already transferred the file .
Could you please suggest how to tackle this scenario.
Thanks in advance.
Regards,
Joshi
Hi Experts,
We have SAP PI System with SPS06 and i want to configure JDBC Rcv (Asynchronous Inbound) thread for one of my receiver namespace.
I read the blog Tuning the PI/PO Messaging System Queues and i identified that it is possible using Receiver Parallelism but somehow i am not able to get this configuration UI may be because of our lower SPS level.
Kindly suggest, how to achieve it?
I also read about "queueParallelism.maxReceivers" properties which is globally used to set maximum receiver per iterface.
How this "maxReceivers" property works and is it helpful for my current scenario?
HI Experts,
Interface is : IDOC to XML (XML should be encrypted using PGP),
As this interface deals with bank the target system requires by encrypting the data using PGP with AES_XXX.
When I google I could see few blogs supporting PGP by PI 7.11 and above. But we are into PI 7.0
Using PGP in Process Integration
Do we have any specific adapter modules available, If so please suggest.
Else should we develop a new adapter module from scratch and deploy in PI 7.0 please clarify.
Many Thanks,
--Kishore