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

TLS Version Mismatch

$
0
0

Dear All,

 

I have this inbound scenario from 3rd party to SAP, they are trying to send the message to our PI system but we are not able to receive it. In the firewall logs, we see the handshake error due to TLS version mismatch.

 

Our PI system web dispatcher version is TLS 1.2 and 3rd party vendor's TLS version is 1.0. Could it be the cause? Is there any way to resolve this issue?

 

 

Thanks,

Ankit


Array in JSON - REST Adapter

$
0
0

Hey All,

 

I am using Receiver REST Adapter to send JSON. Most of my JSON is correct except the Array. I have already enabled the setting in communication channel but I am still not getting array.

Can someone please help:

 

JSON_Request.png

 

Comm_Channel.png

SFTP Sender Adapter + Exception received: com.jcraft.jsch.JSchException: Session.connect: java.net.SocketTimeoutException: Read timed out

$
0
0

Hi Experts,

 

We have couple of SFTP interfaces with banks where we get file using SFTP sender adapter and it is not frequent but we do get following error notifications every now and then.

 

Exception received: com.jcraft.jsch.JSchException: Session.connect: java.net.SocketTimeoutException: Read timed out


Any idea on what is the issue. Network team suggests that connection is not properly closed.


Following are the parameters which I am using in SFTP sender adapter.


Server: abc.com

Port: 22

timeout (ms): 30000

Fingerprint: xxxx


Authentication Method: Password

User Name: xyz

Password: xxxx


FileName: zasdf

Directory: /abc/


Poll Interval: 1800


Under Processing Tab

Process Empty file: Create no message

Interval (msec) modification check: 100

Processing Sequence: Ascending by date

Stop processing after faulty file - checked



Please suggest towards the resolution.

 

Regards,

Nitin Patil

PO Alert time stamp issue

$
0
0

Hi Mates,

 

Please give some inputs on up gradation PO 7.4 SP 05 patch 0 to PO 7.4  SP12 patch 24.is there any issues will come and is there is any effects on previous interfaces.

 

Sap is given the note to change alert time stamp- 2304228. who will do this changes in system like basis or PI.

 

SAP solution: where we have to do this changes?

Solution

 

 

We provide a correction to make it possible to set user-specific time zones in the alert consumer job. The job AlertConsumerJobV2 offers a parameter "Additional" to add several advanced parameters. The additional parameter now allows a new setting for the time zone. The time zone can be set by adding "TimeZone=<time zone code>", separated by comma, to the additional parameter value. The time zone code can use one of the Java time zone ids. A full list of supported time zone ids is attached to SAP note 2088606 in file TimeZones.csv.

Example: Additional = TimeZone=Europe/Berlin,...

 

 

regards,

Raj

Communicating with Web-service through SAP PI

$
0
0

Hi All,

 

I have created a program which uses WSDL webservice(for this i have created logical port) and also XML RPC. I need to transport this to the customers system. But i have few question on this as follows:

 

1. The target system to which we want to transport doesn't have internet connection, but it is connected to SAP PI which has internet connection. Will this program work by communicating through SAP PI?

 

2. As we cant transport the logical ports, on which system do we need to create the logical port? on target system or SAP PI?

 

Please share any information on this this if you know.

 

Thanks in advance,

 

 

Kind Regards,

Value Mapping Mass Replication from ECC table

$
0
0

Hi Experts,

 

I need to create a value mapping replication from ECC table. I've gone through few many blogs and SCN treads.

 

I've generated the java proxy.

 

Still have few questions...

 

What would be the approach for single stack.. Can you please guide me.

 

What would be the receiver communication channel?-----> SOAP (XI)

 

Where does it point to? Do I need to create this channel under ECC business system?

 

Please guide me to solve this requirement.

 

Regards,

 

Suhale Shaik.

Enabling message logs in PI 7.4 Dual stack

$
0
0

Hi,

 

When i try to check the message logs in Adapter Engine i am getting the below error,

 

"Error retrieving data: java.lang.RuntimeException: No proper getter method exist.; check trace files or contact support for further assistance ".

 

If you ever come across this error kindly please share how you resolved it and also like to know how to enable the trace logs for adapter engine.

 

Note:- i have tried changing severity to info/debug in logs and traces --> Tracing locations for all the root folders. Certainly no use for it .

 

Thanks,

Tamil

exception caught with cause com.sap.engine.interfaces.messaging.api.exception.MessagingException: com.sap.aii.af.sdk.xi.srt.BubbleException: HTTP Response Received. Status Code = 500 [null "null"]

$
0
0

log.PNG

I am getting this error while testing a SOAP sender HTTP SOAP to SOAP receiver HTTP XI from web service navigator. We are in the process of migration from PI 7.3 to PO 7.5. Same web service was working fine on PI 7.3 system. Please help.


Mapping Runtime Cache Issue

$
0
0

Hi All,

 

We are getting below error when we are trying to activate object in our SAP PI production system.

 

Please help on this as soon as possible.

 

error.PNG

 

 

Regards,

Saket

Problem in calling a FM via RFC in IDOC scenario

$
0
0

Hi experts,

I have a file to IDOC scenario in which I call via UDF RFClookup a custom function module with a certain key to retrieve some values from a custom table of ECC.

In DEV and QTY env. it's all ok, XI retrieve the correct record.

In DSP XI retrieve always the first record of the table called by the FM.

It seems like there is some problem in accessing the FM with the key.

Any hints?

Thanks

Fabio

issue while inserting/updating date fields in DB

$
0
0

Hi Experts,

 

I have a requirement to insert data to DB for columns CreatedDate, UpdatedDate. I am using UPDATE_INSERT; for insertion the value in the two fields will be current system date and time; but while updating only UpdateDate should be modified with latest date, it shouldn't touch the CreatedDate.

 

If i map the above fields with SysDate then even in Updation also the CreateDate field will get updated which is not expected. Can someone please provide some idea on this. Thank You..

HCI Integration - Content Filter and XPath problem

$
0
0

Hi everyone,

 

I have a little question. On my integration project I'm trying to filter the informations of the incoming payload. For this I'm using a Filter with an XPath expression that match my needs (I'm trying to get a full node). After the Filter, the Content Modifier serve me to insert the node coming from the Filter in a well formed XML style :

 

<?xml version="1.0" encoding="UTF-8"?>

<SALESORDER_CREATEFROMDAT202>

  ${in.body}

</SALESORDER_CREATEFROMDAT202>

 

The ECC send back an error (SRT_CORE/131), but I managed to understand why without solving it.

The problem is the XPath expression or the way XPath is interpreted by HCI.

Let me explain my point : if your XPath is //foo/text(), the result is the textual value of a foo element. If you write //foo or //foo/node() you get a foo element.

 

Here is my problem with the behavior of XPath in HCI, I tried to get a node, and with ${in.body} insert it in the XML of the Content Modifier. When checking in transaction SRTUTIL, it just concatenate all textual value of my payload, discarding all the tags.

 

Do anyone know if it's standard behavior, or not ?

 

Best regards,

Julen.

PI Sender JMS RabbitMQ Integration

$
0
0

Hi All,

 

We have a successful configuration with JMS Receiver RabbitMQ, now we want to use JMS Sender Channel.  We did the configuration, I did ping to the channel and it was OK, but it never reads the message from JMS Queue. 

 

This is JMS Sender Channel configuration:

 

Configuration.jpg

 

And this is the queue with message ready to read, or Do we have to change the status of these message?

 

Queue.JPG

 

Thank you.

Alert rules for SFTP adapter

$
0
0

Hello Experts,

 

 

Could anyone let me know, how to create alerts for SFTP adapter Module bean level.

 

  • We have created Alerts at Adapter level for SFTP Adapter, and we are able to get Alerts if any  error occurs at TCP/IP level which means like if the file name is incorrect or folder path or server details incorrect.
  • But unable to get any Alerts if the same happens at Module level in PI  7.1

 

 

Thanks in Advance...

java.net.SocketTimeoutException: Read timed out (Reciever soap scenario )

$
0
0

Dear all ,

I am getting the below error once  ,every few days for the receiver soap adapter scenario .This scenario is PI to SOAP( wsdl-Microsoft Dynamics AX) .

Below is the error text .Now my question here is if its an configuration issue at the sap  side for which the sender server port i.e(local port 72000 to address 20.55.44.78 (istpan017) or at the Microsoft dynamics side (remote port 4444 to address 20.65.38.22)",

 

Also please let me know the steps to get the issue  corrected

 

ErrText": "java.net.SocketTimeoutException: Read timed out (local port 72000 to address 20.55.44.78 (istpan017), remote port 4444 to address 20.65.38.22)",

 

Thanks

Best Regards,

Anshu Kumar


Messages not delivering to Ariba Network

$
0
0
6/16/2016 09:40:48.647 PMInformationDelivering to channel: CC_PurchaseOrder_cXML_Receiver
6/16/2016 09:40:48.647 PMInformationMP: processing local module localejbs/ModuleProcessorExitBean
6/16/2016 09:40:48.647 PMInformationMessage entered AF MP exit bean and will now be passed to the JCA adapter
6/16/2016 09:40:48.655 PMErrorMP: exception caught with cause javax.ejb.TransactionRolledbackLocalException: nested exception is: java.lang.RuntimeException: java.lang.NoClassDefFoundError: sun/io/MalformedInputException; nested exception is: javax.ejb.EJBException: nested exception is: java.lang.RuntimeException: java.lang.NoClassDefFoundError: sun/io/MalformedInputException; nested exception is: javax.ejb.EJBTransactionRolledbackException: nested exception is: java.lang.RuntimeException: java.lang.NoClassDefFoundError: sun/io/MalformedInputException; nested exception is: javax.ejb.EJBException: nested exception is: java.lang.RuntimeException: java.lang.NoClassDefFoundError: sun/io/MalformedInputException
6/16/2016 09:40:48.659 PMErrorException caught by adapter framework: nested exception is: java.lang.RuntimeException: java.lang.NoClassDefFoundError: sun/io/MalformedInputException; nested exception is: javax.ejb.EJBException: nested exception is: java.lang.RuntimeException: java.lang.NoClassDefFoundError: sun/io/MalformedInputException; nested exception is: javax.ejb.EJBTransactionRolledbackException: nested exception is: java.lang.RuntimeException: java.lang.NoClassDefFoundError: sun/io/MalformedInputException; nested exception is: javax.ejb.EJBException: nested exception is: java.lang.RuntimeException: java.lang.NoClassDefFoundError: sun/io/MalformedInputException
6/16/2016 09:40:48.660 PMErrorTransmitting the message to endpoint <local> using connection IDoc_AAE_http://sap.com/xi/XI/System failed, due to: com.sap.engine.interfaces.messaging.api.exception.MessagingException: javax.ejb.TransactionRolledbackLocalException: nested exception is: java.lang.RuntimeException: java.lang.NoClassDefFoundError: sun/io/MalformedInputException; nested exception is: javax.ejb.EJBException: nested exception is: java.lang.RuntimeException: java.lang.NoClassDefFoundError: sun/io/MalformedInputException; nested exception is: javax.ejb.EJBTransactionRolledbackException: nested exception is: java.lang.RuntimeException: java.lang.NoClassDefFoundError: sun/io/MalformedInputException; nested exception is: javax.ejb.EJBException: nested exception is: java.lang.RuntimeException: java.lang.NoClassDefFoundError: sun/io/MalformedInputException

 

We are trying to send messages to Ariba Network, but getting above error.

 

We have checked following:

1) IDOC ORDERS05 arrives to PI,

2) Successfully tranlated by Ariba Purchase Order Interface

3) At Ariba Communication Channel level we are getting the above error.

 

What could be the issue with this?

1) Adapter not installed properly?

2) Missing configuration for Adapter?

3) Problem with Data?

4) Problem reaching the Ariba network?

 

Only above log is visible, there are no other details.

 

Details of PI System: PI 7.5 Single Stack.

HCI to SuccessFactors: Failed to Connect to OData system

$
0
0

hello everybody,

I'm triing to connect an HCI to Successfactors following this document:

 

SAP HCI: Integrate with Success Factors using OData API Query ($Select and $Expand)

 

I used OdataV2 message protocol but I have this error when I try to retrieve Message Operation:

 

Capture.JPG

Failed to Connect to OData system, reason [Connection failure. HTTP status code 401]. Please check service URL and proxy settings

 

any suggestion?

I tried to use SOAP protocol in successfactors adapter but I don't see any result.

 

thanks in advance

 

Alessandro

Execution of integration content in HCI and PO

$
0
0

Dear integration experts,

 

as I understood it is possible to execute the integration content of SAP HCI in two different runtime areas. One is SAP-HCI (cloud-based) and the second is SAP-PO 7.5 (on-premise).

 

My question is, is it the same with the integration content I create in SAP PI/PO? Or did I misunderstood something wrong with the execution of the HCI development artifacts?

 

Thank you in advance!

 

Best Regards

Patrick

Error while importing Standard Ariba DTD in SAP PI

$
0
0

Please let me know how i can rectify this issue so the file can be imported successfully.

 

IMAGE$3E28FA634329B2A1.jpg

 

Regards,

Hemant

how to cancel failed messages in PI ? Also how to find message id in PI

$
0
0

how to  cancel  failed messages in PI ?

 

Also how to find message id  in PI for exanple

 

0098c2d-3229-11e6-ca3c-00000666af0

 

 

Thanks

madhu

Viewing all 6719 articles
Browse latest View live


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