Quantcast
Channel: SCN : All Content - Process Integration (PI) & SOA Middleware
Viewing all 7030 articles
Browse latest View live

soap receiver channel error :unable to create socket

$
0
0

Hi,

 

I am working on scenario file to soap synchronous scenario in PI7.0 version.

 

I am getting error logs as below

 

7.01.2016 19:21:02.703 Error SOAP: error occured: com.sap.aii.af.ra.ms.api.RecoverableException: Communication over HTTPS/PROXY. Unable to create a socket: java.io.IOException: Communication over HTTPS/PROXY. Unable to create a socket

27.01.2016 19:21:02.703 Error MP: Exception caught with cause com.sap.aii.af.ra.ms.api.RecoverableException: Communication over HTTPS/PROXY. Unable to create a socket: java.io.IOException: Communication over HTTPS/PROXY. Unable to create a socket

27.01.2016 19:21:02.704 Error Exception caught by adapter framework: Communication over HTTPS/PROXY. Unable to create a socket

27.01.2016 19:21:02.704 Error Delivery of the message to the application using connection SOAP_http://sap.com/xi/XI/System failed, due to: com.sap.aii.af.ra.ms.api.RecoverableException: Communication over HTTPS/PROXY. Unable to create a socket: java.io.IOException: Communication over HTTPS/PROXY. Unable to create a socket. Setting message to status failed.

27.01.2016 19:21:02.707 Error The message status set to FAIL.

27.01.2016 19:21:02.709 Error Returning synchronous error message to calling application: com.sap.aii.af.ra.ms.api.RecoverableException: Communication over HTTPS/PROXY. Unable to create a socket: java.io.IOException: Communication over HTTPS/PROXY. Unable to create a socket.

 

1)file channel getting below error

 

*Returning synchronous error notification to calling application: com.sap.aii.af.ra.ms.api.RecoverableException: Received HTTP response code 500 : Timeout

 

2)Soap channel getting below error

 

Error SOAP: call failed: java.io.IOException: Communication over HTTPS/PROXY. Unable to create a socket

 

I have check in blogs , but i haven't found any solution

 

where the same scenario is working fine in Development system.But in QA system i am getting the errors

 

*ports are open and telnet also happening with target system.

 

* URL is also working checked in browser and at server level

 

*Host entries maintained .

 

kindly help

 

Regards

Pavan


Odata API FO_CostCenter: [APPLICATION_ERROR] Operation completed with application error: Invalid request message! Error: Undefined field: costcenterexternalobjectid

$
0
0

Hello Guys,

  I am trying to make the replication of cost center to Success Factors thru ODTF_CCTR01 using BOOMI. When I send the IDOCS to Success Factors, the BOOMI log shows the following message.


[APPLICATION_ERROR] Operation completed with application error: Invalid request message! Error: Undefined field: costcenterexternalobjectid

 

I have checked the XML that was sent by ERP to Success Factors and that tag was mentioned with error really exists in XML.

 

<FO_costCenter>

<externalCode>STAR0000001040</externalCode>

   <end_date>9999-12-31</end_date>

<start_date>2014-01-01</start_date>

   <status>Active</status>

<costCenterExternalObjectId>0000001040</costCenterExternalObjectId>

   <name>ADM.CONTAS A PAGAR</name>

</FO_costCenter>

 

However, I have checked the ODATA API FO_CostCenter in Success Factors and this field not really  exists in the ODATA API.

 

FO_CostCenter.png

Please, someone knows if there is a procedure to update the ODATA API FOCostCenter and insert the field costCenterExternalObjectId on Structure of ODATA.


Thanks and Regards

Douglas Duarte

PI help

$
0
0

Hello,

 

I am new to SAP PI.

I am creating  a scenario where - 

source message format is as below :

 

<Record>

<text>

emp id, joining_date [dd.mm.yy],name,address,reporting_date [dd.mm.yy]

</text>

</Record>

 

destination message format is as below :

 

<Record>

<emp id>

<joining_date [yyyymmdd]>

<name>

<address>

<reporting_date [yyyymmdd]   ---- if reporting date is less than 2 days from current date, 00000000 will get populated in this field.

</Record>


I am facing problem in UDF creation in java message mapping.

Can anyone please guide me regarding this ?


Regards,

Murari

Exchange Rates website to IDoc

$
0
0

Hello Gurus,

 

        I have a scenario to be done in SAP PI 7.11 in which I need to fetch the exchange rates from a website http://xyz/abc.xml on daily basis and sent to SAP EXCHANGE_RATE01 IDoc.

 

        Could you please suggest me how to implement this scenario. Thanks alot in advance.

 

Thanks

Ravi

Exchange Rates website to IDoc

$
0
0

Hello Gurus,

 

        I have a scenario to be done in SAP PI 7.11 in which I need to fetch the exchange rates from a website http://xyz/abc.xml on daily basis and sent to SAP EXCHANGE_RATE01 IDoc.

 

        Could you please suggest me how to implement this scenario. Thanks alot in advance.

 

Thanks

Ravi

How size PI7.0 will accept to process the messages

$
0
0

Hello Experts,

 

Good Evening...

 

We need small help here, as we are using the PI7.0 dual stack, But here around hundreds MB file is coming from ECC.

 

Could you please confirm, PI7.0 how much file size is processing and let me know if anyone have sap note for this.

 

 

Regards,

VB.

Deploy a bpm to different server

$
0
0

Hello Experts,

 

I have an BPM proces which I need to deploy to our other server. Until now I used to deploy all my projects to SPD system which actually I had in "Management Console" since I installed NWSD, but now I need to add a new system, when I add system, enter Host and Instance numer:addsystem.PNG

 

I am getting prompt for user name and password, my sap pi user doesn't work here. Do I need to enter OS system credentials ? If yes I would have to ask basis and I am not sure if I should have it. Is it necessary to have SAP PI OS user credentials to deploy bpm's to server ?

 

Best

SAP SUM how to get stack.xml ?

$
0
0

Hi experts,

 

I want to apply on SAP PI (7.4 dual stack) server a notes. So I downloaded SUM 14 sp. On step 3 [Select Target] a have a problem with stack.xml file. I do not understand how I can get this file ?

 

o2.png

 

Please, help me!


Manupulating queue context and their values through UDF

$
0
0

Hi

 

I am writing UDF to handle below requirement. Need help on java code rather than pointing me for links.

 

I have two queues with same number of context changes (17). Queue 1 may have multiple values in a single context.

Need to copy Queue 1 to Result(output), by replacing each context value (including text USER#)  starting USER# with corresponding context value of Queue 2 starting with DR#(entire values including text DR#).

 

While other values in the context of Queue 1, not starting with text USER#, should not be replaced and remain same.

Appreciate any help on java code for this requirement.

 

Capture_SCN.PNG

Thanks

Kumar

Sender File Adapter move XML File with wrong XML Structure

$
0
0

Hi All,

 

I have a question regarding the Sender File Adapter.

 

My Scenario: File to IDoc iFlow

 

File_to_IDoc.PNG

 

Recently the File Adapter transmitted a File successfully eventhough the XML File Structure was incorrect. I got an Error in the Monitoring but the File has been moved from the "to Process"-Folder to "Success"-Folder.

 

the XML File miss severeal closing tags:

 

Wrong_XML.PNG

 

Tried Solution:

 

I enabled the Option "XML Validation by Adapter " in the Sender File Adapter. And tried to Send the File , and this time also the File has been transfered from "to process" to "Success" Folder.

 

XML_ValidationbyAdapter.PNG

 

Why is not PO moving this File to Archive due to Error in XML Structure ?

 

What I want to achieve:

 

If there is an XML Structure error in the File that should be transfered from Sender File Adapter, the File should land in Error-Folder.

 

 

Thank you for you help.

 

 

If a Sourcefile is faulty, it should go to this defined Source:

ArchiveFaultySourceFile.PNG

 

br Gireesh

FileAct and FIN messages to SWIFT Network

$
0
0

Hi experts,

 

I have a requirement to pick files (FileAct and FIN in separate interfaces) from BCM (Unix file system) and send to SWIFT network and get the acknowledgement files back. BCM creates only a Payment file which has got the signature in it and the requirement is to send 2 files, a payment file and an instruction file to SWIFT. As per my understanding I have built the following:

 

We are on PI 7.31 Single stack.

 

1. Imported and installed the SWIFT 622 package provided by SAP.

2. Created the communication channels as per the configuration guide (Guide not very clear)

     a. File sender (NFS) channels for FileAct and FIN files (to pick files from file system)

     b. File receiver (FTP) channels for FileAct and FIN files (to send to SWIFT)

3. Added the adapter modules in the communication channels.

 

My questions:

 

1. Where is the Instruction file generated? In PI or somewhere else?

2. Is FTP the correct way to send files to SWIFT network?

 

 

Many thanks.

Ramesh.

need to place file in two different location after picking from SFTP location

$
0
0

Hi experts,

 

I have a scenario where i need to pick the file from SFTP folder(2 different file name) and place it to our folder in 2 different folder location as per the different file names.

 

eg: SFTP folder:  abc.txt  and xyz.txt

 

Destination folder 1: abc.txt

Destination folder2: xyz.txt

 

No ESR part for this scenario.

 

i have checked with 2 different receiver channels with 2 different receiver agreements. i have given conditions in interface determination filename="abc*" for one receiver SI and filename="xyz*" for 2nd receiver SI. But it is not working for me.

 

Kindly suggest if m doing wrong somewhere.

 

Thanks in advance !!

 

Regards,

Gaurav Kant

Type H RFC destination connection test

$
0
0

Hi,

 

Is there any way I can make the connection test of type H RFC destination without using SM59.

 

Like any function module?

 

I want to test type H destination using a function module or any other possible way and need it's result inside ccBPM.

 

We are on SAP PI 7.31 SP16 dual stack. Thanks in advance.

 

Regards,

Aditya Vempati

exception caught with cause com.sap.engine.services.jndi.persistent.exceptions720.NameNotFoundException: Object not found in lookup of EDIDataSplitChar

$
0
0

HI All.

 

I've deployed a module to SAP PO 7.4 as mentioned below using NWDS 7.31

 

s1.PNG

 

and i called the module (EDIDataSplitChar) to receiver adapter as mentioned below.

s2.PNG

 

while testing i'm getting an error as mentioned below

s3.PNG

please note:

if i change the module name as "localejbs/EDIDataSplitChar" also i facing the same above error.

 

if i change the module name as "AF_Modules/EDIDataSplitChar" also i facing the same below (similar) error.

s4.PNG

 

all deploy method followed with the help of the reference of the blog  http://scn.sap.com/community/pi-and-soa-middleware/blog/2014/08/08/pi-74--adapter-module-creation-using-ejb-30# .

 

please suggest to how fix this error.

 

Best Regards

Ramesh

File is picked and moved to archive but Error

$
0
0

File is picked and moved to archive but

 

Some of the idocs created some of idocs are not.

 

Please tell me the reason also if knows, why it happens?


Issue with consuming an external webservice

$
0
0

I’m trying a scenario in SAP PI to consume an external web service :  http://www.webservicex.com/globalweather.asmx?WSDL

 

SAP ECC <--->PI  <-----> external web service.

Created all the ESR and IB configuration in PI. I'm on PI 7.3 java stack only.

 

 

Steps I have followed:

  1) Import  third party WSDL as external definition in the ESR

 

  2) Created inbound interface based on External message types

 

  3) Created Data types/Message types and Outbound interface

 

4) Created Message mapping and operation mapping

 

  5) In Integration builder created Comm channel for  SOAP receiver

  6) created communication component and CC for ECC system for SOAP sender.

 

  7) created integrated configuration using the interfaces, comm channels and operation mapping

 

 

 

Now when I go to my ECC system, generate the proxy and try to execute, I’m seeing an error “PARSING.GENERAL”.

 

 

 

This is the error in message log in PI.

 

20.jpeg

 

 

Even the payload is blank

 

21.jpeg

 

 

Please help !!

 

Thanks in advance.

Mapping Function Doubt

$
0
0

Dear SCN Users,

 

What are the below Fuctions and the uses in the Graphical Mapping.

 

Boolean- isNil

 

Constants- XSI:Nil.

 

Let me know the use cases,Any link or example also should be fine.

Xstring to proxy

$
0
0

I have to create an outbound proxy to a web service, this web service requires that the xml files has to be signed.

 

I´m able to sign the xml file in abap in a xstring, but I do not know how to send a xstring to an outbound proxy.

 

Does anybody know how to send the xtring directly to a proxy?

 

Thanks.

MP: exception caught with cause com.sap.engine.services.jndi.persistent.exceptions720.NameNotFoundException: Object not found in lookup of EDIDataSplitChar.

$
0
0

Hi All.

 

I've deployed a custom module from NWDS7.31 to SAP PO 7.4 as mentioned below.

s1.PNG

and i've mentioned the module name in receiver file adapter channel as mentioned below

s2.PNG

while processing i'm getting an below error

s3.PNG

 

please note:

1. if i change the module name as "lacalejbs/EDIDataSplitChar" also i'm facing the above same error.

2. if i change the module name as "AF_Modules/EDIDataSplitChar" also i'm facing the below (similar) error.

s4.PNG

3. for deploying the module I referred  the blog PI 7.4 - Adapter Module Creation using EJB 3.0

 

please suggest how to fix this error.

 

Regards

Ramesh

Channel Update

$
0
0

Hi

 

We need to do a system copy and would like all the channels to be inactive while taking this copy.

 

so that when the new system comes up, it doesn't get started automatically.

 

We are currently using PI7.4 dual stack.  Mass channel update is useful only on migration.

 

any suggestions please?

 

Regards

Sam

Viewing all 7030 articles
Browse latest View live


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