Quantcast
Channel: SCN : Unanswered Discussions - Process Integration (PI) & SOA Middleware
Viewing all 6719 articles
Browse latest View live

SSL Issue with Sales Force

$
0
0

Hi All,

 

I am Integrating ECC with SalesForce, As a first step, I can successfully fetch session Id from SF system , created custom SOAP envelope with Session ID but facing SSL issue while pushing message along with session Id in soap envelope to sales force system.

 

Scenario in PI (PI 7.4 Single Stack : SP 08): Created Async Proxy to SF : PI receives Proxy message, fetch session id from system using Java Mapping, append it in SOAP envelope and trigger SOAP call to SF.

 

 

I am not using SSL authentication in SOAP Receiver channel as SF team said which is not required. Same was working fine in SOAP UI without certificate upload.

 

Error :

 

Failed to call the endpoint: Error in call over HTTP: HTTP 0 null

 

Error SOAP: Call failed: java.io.IOException: Failed to get the input stream from socket: iaik.security.ssl.SSLCertificateException: Peer certificate rejected by ChainVerifier

 

Error MP: exception caught with cause com.sap.engine.interfaces.messaging.api.exception.MessagingException: java.io.IOException: Failed to get the input stream from socket: iaik.security.ssl.SSLCertificateException: Peer certificate rejected by ChainVerifier

 

Error SOAP: Error occurred: com.sap.engine.interfaces.messaging.api.exception.MessagingException: java.io.IOException: Failed to get the input stream from socket: iaik.security.ssl.SSLCertificateException: Peer certificate rejected by ChainVerifier

 

Wondering its working with SOAP UI but not when PI pushes message.

 

Regards,

Mani


Messages in Holding status in production

$
0
0

Hi SDNites,

 

I have noticed that there are many message in PRD environment which are in HOLDING status. Also there are many messages whih are in System error status. Can you please guide what should be done to process the message with HOLDING status.

 

Regards,

Abhi

Error in File sender Channel- PI 7.4(PayloadZipBean Module)

$
0
0

Hi Experts,

 

We are facing issue in FIle sender Communication Channel where we have used PayloadZipBean Adapter Module to unzip the file which contains one pdf and txt file.

 

 

Files are not being picked up(it was working fine before). The channel log says ' Error: java.util.zip.ZipException: invalid literal/length code'.

Please help us  here.

 

Best Regards,

Prathap.

Access Sender RESTful URL

$
0
0

Hello & Good Morning...

 

My requirement is "Sender REST" - "File Receiver" scenario.

 

The partner provided an URL. Kind of PO has to launch on the partner "data dump". I have to access the URL on daily basis.

This is kind of API, but no request. when I access the URL in browser, I can see the required data in XML format.

 

Question: 1) Without BPM, how can we access URL data?

               2) Do I need to create a dummy File adapter and access REST URL with adapter modules?

                    2.1) So, scenario would be File (REST in adapter module) to File... correct?

 

Is there any simple way in PO?

 

Thanks,

RV...

How to test huge 60MB payload in Message mapping test area

$
0
0

Hi Everyone,

 

I Got a file which is 60 mb size, when I trying to load the payload in my Message mapping test area, it doesnt load atall.

 

If i save the file in xml format and tried to load the test instance then got an error as cant load test instances.

 

This is not the first time I am facing this issue, so plz guys help me out.

 

Is there possible way to test these type of big files.

 

Thanks in Advance,

Ramu

HTTP_AAE Receiver Adapter - SSL - How it works?

$
0
0

Hi Experts,

 

requirement is for sending PO data from Non-SAP system to Ariba, I am using HTTP_AAE Receiver adapter to connect to Ariba using Message protocol POST.

 

Following is the configuration used,

 

Adpater Type: HTTP_AAE

Type: Receiver

Transport Protocol: HTTP 1.1

Message Protocol: POST

Adapter Engine: Central Adapter Engine

 

General:

Addressing Mode: URL address

Target Host: service.ariba.com

Target Port: 443

Path: /service/transaction/cxml.asp

 

Security and Authentication:

Use SSL - Check box selected

Specify Client Certificate: Check Box Selected (only able to select the Private Key from the keystore and not the client certificate imported)

 

My understanding of Certificate hand shake is that Receiver Public key is imported in Sender system and sent over message which is accepted using Private Key of the Receiver but in my case I am unable to see the Public Key imported (under TrustedCAs) from receiver but only the Sender system Private key.

 

Also just want to mention that I have downloaded public key from the browser (view Certificate) : https://service.ariba.com/service/transaction/cxml.asp

 

Please help to understand following questions,

1. Difference between just selecting Use SSL check box and also selecting Client Certificate?

2. Only selecting Use SSL will help Receiver accept the message securely?

3. What setting needs to be done to select Ariba public certificate as I am unable to see the Ariba client certificate but only the Private keys.

 

Best Regards,

Nitin Patil

How to not process a message without failing it?

$
0
0

Hi Experts,

 

I have an inbound JMS-MQ to IDOC scenario. In this scenario lets say SAP PI is receiving an XML from JMS-MQ server with a field "Topic" which can have values 1, 2, 3, ....,19, 20. But the end R3 system is not interested in all 1 through 20 values of field "Topic". It wants IDOC to be triggered only if "Topic" have values equal to 2, 4 or 6. In this case PI shall reject other messages containing other values of field "Topic". When I say reject it means it should not trigger IDOC in R3 system, not even a BLANK IDOC.

 

Now the problem is when I am trying put a filter in mapping on "Topic" to be selective about it, whenever I am receiving values other than 2, 4, 6 I am seeing a red flagged message in sxi_monitor.

 

Can someone please suggest some generic to suppress/reject a message if it doesn't pass through filter, set in mapping? (without red flag failure in sxi_monitor).

 

Regards

Saurabh

Access JMS JNDI : QUEUE name

$
0
0

Dear All,

 

i have a requirement like

 

we have a JMS server 10.5 version at receiver side for that we are using "ACCESS JMS PROVIDER WITH JNDI" transport protocol.

 

Details::--

 

1. queue connection factory

2. JMS quiue name

3. JNDI initila context factory

4. user name

5. password

 

we have 5 different interface for the same JMS server for each interface we are using 5 different channels.

due to only queue name is different for each channel.

 

is there any possibility to change the queue name dynamically in communication channel?

                                   (or)

we have to use 5 different channels is the final way of approach?

 

if the interfaces is going to increase from 5-100 with same JMS server will that impact on PI performance?

 

Thanks

Nagesh.


OutOfMemory Error dump in PI 7.4 while running XML Archive job

$
0
0


Hi All,

 

We have configured XML DAS for archiving xml messages in PI 7.4. Messages are getting archived successfully into the file system. Now we are seeing an issue with our development server which is running on Single server node. When we ran the archiving job, it is throwing "OutOfMemory Error dump", due to which the server node is getting restarted, but before the error the messages are getting archived into the file system and also getting deleted from the DB.

 

Please provide any pointers on the same.

 

 

Regards,

Ram

REST receiver adapter passing parameter value to target webservice

$
0
0

Hello Gurus

 

We are setting up an interface with Sender REST and Receiver REST.

 

The target URL is : http://<domain_name>/faces/sp.do?action=<service>

This is a POST call.

 

We are able to transfer data successfully to the endpoint.

However the target application is getting <service> value as NULL in-spite of we putting it in the URL.

 

When we try testing the URL from Chrome rest client, the target application gets a perfect hit.

I tried testing the same URL using SOAPUI. The '?action=<service>' part comes up in the parameters tab.

Am i going wrong somewhere or is this a bug in the REST Receiver Adapter?

 

Any help is appreciated..

 

PS : PO 7.4 single stack SP10

 

Regards,

Xineohpi.

Which is better in terms of learning?

$
0
0

Hi All,

 

I am little confused.Please guide.

 

Which is better in terms of learning and future prospective.

 

SAS Implementation or Ariba Implementation?

 

Regards,

Abhinav Verma

PI SAP-SNC integration , Message not reaching to SNC system

$
0
0

javascript:;javascript:;Dear All , We have developed interface for PO process from R/3 to SNC via PI  , R/3 to PI its successful we got IDocs in PI also the same is successful in PI also like in the below moni , but it didnt reached to SNC system . so i have checked the same in the communication channel monitoring it saying SOAP destination is not there for the HTTP RFC ,

 

But i have created the H type RFC in the PI system that RFC is pointing to SNC system . I couldn't resolve this issue. Pls help me out

 

Thanks

 

Vignesh T

Capture_26.1.PNG

Capture_26.2.PNG

How to move SAP data to sql server using PI?

$
0
0

Hello Friends,

 

I am new to SAP. Actually I have did lots of google for move SAP data to sql server using PI, but everytime I lost from my goal.

 

I have google and understand below points,

- What is SAP PI  ( Process Integration )

- SAP PI - FILE to IDOC Scenario

 

I want to move data from RFC to sql server database.

 

As I know it is not a single step process. But if you can suggest steps by steps technical term to follow then it is very easy to go through on it.

 

Your guidence give me confidence to move ahead. I hope requirement is clear to you.

 

Regards,

Nirmal

How to handle attachments in HTTP_AAE

$
0
0

Hi,

 

We have a requiremnet,where thirdparty is sending the sesitive bank data to PI in XML format.In PI,they asked us to use HTTP_AAE adapter.We have below queries on HTTP adapter.

 

 

1. Can we handle attachmnets using HTTP adapter?If yes,how can we do that ?

2.Can encryption/decryption is possible in PI using HTTP adapter ?

 

 

Could you please share your valuable inputs.

Dynamically assign header mapping in receiver agreement

$
0
0

Hi All,

 

My interface between SAP -> PI - > external PI . so this File adapter - > XI adapter


We have two interfaces shared with same receiver agreement ( Two sender interface with one receiver interface) . So Receiver agreement with multiple operations. Here my challenge is based on the operation i have to insert the Sender party and sender component name dynamically at the header mapping of  receiver agreement.


Can we use a UDF like we used to modify Dynamic configuration . If so somebody please share the code for the UDF


Please guide me to achieve this.


System PI 7.4


Regards,

Balaji


How to update the field status in RUN time

$
0
0

Hi,

 

In my JDBC to file scenario when ever the JDBC channel picking the data of TXN_D field I want to update the STATUS field to 'Y' in oracle DB.

 

EX: I have 1 table XXX

 

      FIELDS:  TXN_ID         ,STATUS
          Data       10                       N

                         20                      N

                         30                      N

                         40                      N

When ever my JDBC sender channel picking the data of TXN_ID field then STATUS filed data had to be update to Y. Plese help me on this.

 

 

 

Regards,

Anji Reddy

CTS: Prevent autoactivation within integration directory

$
0
0

Hi all,

 

we transport our PI (SAP PI 7.4) development with CTS+. Now I have the problem that after the transport of integration directory objects that are activated automatically. In most cases (especially communication channels) it comes to an error. So I want to deactivate the autocativation for integration directory objects.

 

I was able to find out that I have to set the parameter

 

com.sap.aii.ibdir.core.ctstransport.autoActivation.default

 

within the Java system properties to fault. But when I check the properties I am not able to find the property.

 

java_system_properties.PNG

 

Is there a reason for?

 

Or do I have to add the parameter as a complete new parameter?

 

Every hint is welcome.

 

cheers,

Stefan

Is there a replcament for fixed values in b2b for mapping?

$
0
0

Hi Experts,

 

I have developed an interface which contains fixed values many times in message mapping.So I want to reduce the usage of fixed values.We are using b2b mapping tool kit.I have gone through the mapping functions but unable to find the solution. Can anyone help me regarding this?

 

Thanks in Advance.

 

Regards

Pallavi

PGP Encryption using HTTP_AAE adapter (PI 7.31 SP06)

$
0
0

Hello ,

 

We are currently on SAP PI 7.31 SP06. The requirement is to encrypt the data before sendign to banks using HTTPs protocol.

 

Is it possible to use PGP encryption in HTTP adapter like SFTP?

 

If not , If we use only SSL based upon certificates will that be a secure way of sending confidential information to banks?

 

 

Thanks

Regarding the prerequisites to learn the java mapping

$
0
0

Hi Experts ,

 

 

Can anybody please suggest me where to start for to do the java mapping and to develop the modules .Please share the useful links.

 

 

 

Thanks

Giridhar

Viewing all 6719 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>