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

Function module to read XML file in ABAP

$
0
0

Hey guys

i know its not the best place to ask this question but i m in urgent need of a function module which can read an XML file in ABAP.

we are passing an XML file to Application server and we want an ABAP code to read that XML file.

is there any module to read this XML file directly?

thanx

ahmad


ICM_HTTP_CONNECTION_FAILED

$
0
0

I am getting following error while doing file -> XI -> abap proxy scenario.

 

  <SAP:Category>XIServer</SAP:Category>

  <SAP:Code area="INTERNAL">CLIENT_RECEIVE_FAILED</SAP:Code>

  <SAP:P1>400</SAP:P1>

  <SAP:P2>ICM_HTTP_CONNECTION_FAILED</SAP:P2>

  <SAP:P3 />

 

<SAP:AdditionalText><html><head><title>SAP Web Application Server

 

</td><td> <H2><b>404 Resource not found</b></H2><br><hr><br>Partner not reached<br><br><hr> <table border="0">

<tr><td>Detail:</td><td>Connection request from (30/178/0) to host: hostname, service: 8001 failed (NIEHOST_UNKNOWN) AP-T30, U178, 300 XIAFUSER, , 14:22:56, M0, W0, , 1/0</td></tr> </table>

 

  <SAP:Stack>Error when receiving by HTTP (error code: 400, error text: ICM_HTTP_CONNECTION_FAILED)</SAP:Stack>

500 Connection timed out

$
0
0

Hello,

 

I receive a 500 Connection timed out error.

I know that there are some threads to this error but I can´t find a solution for us.

 

This is the error description:

 

Error:            -5

Version:        7000

Component:  ICM

Date/Time:    Tue Mar 04 07:02:38 2008

Module:        icxxthr.c

Line:             2698

Server:         crmprod_CRP_01

Error Tag:     {-}

Detail:          Connection to partner timed out after 60s

 

Now I have found in this forum some information about the parameters icm/keep_alive_timeout, icm/conn_timeout and icm/server_port_*

 

Our settings for this parameters are:

 

icm/server_port_0 = PROT=HTTP,PORT=8001

icm/server_port_1 = PROT=SMTP,PORT=25

 

icm/keep_alive_timeout (sec.) = 600

icm/conn_timeout (msec.) = 5000

 

Can someone please explain me which parameters occurs this error and which parameters I can change that the connection time is longer than 60 seconds?

Where can I change the parameters?

 

Regards

Philipp

 

Setting Environment Variable CPIC_MAX_CONV

$
0
0

Hi Experts,

 

In of  the steps during POST INSTALLATION of PI7.0 it says to set the variable CPIC_MAX_CONV, using the transaction RZ10.

 

When i logged in to the abap system , and checked in RZ10,did find any variable of this name.

Do I need to create it first and then set the value gw/max_conn_per_wp.

 

If yes, give me the steps to do this. or else any other alternative.

 

Thanks in advance,

Younus

IDoc Sender Channel Error in PI 7.31 Single Stack (IDoc_AAE)

$
0
0

Hi all,

 

we are facing a problem while sending IDoc from SAP ERP to PI. We use PI 7.31 SP05 single stack with all latest patches until 2012-06-12. In sender system we created RFC destination in SM59 type T with registered programm ID. Connection check is successful. In PI we created sender channel with adapter IDoc_AAE and Integrated Configuration for message processing. Test for channel in channel monitoring is successful.

 

IDoc gets stuck in ERP system in SM58 and shows error

 

Commit fault: ASJ.ejb.005043 (Failed in component:

 

After that also channel monitoring shows error

 

Processing error = null

 

In log of NWA it shows

 

com.sap.conn.jco.JCoException: (104) JCO_ERROR_SYSTEM_FAILURE: Commit fault: ASJ.ejb.005043 (Failed in component: sap.com/com.sap.aii.adapter.idoc.app, BC-XI-CON-IDO) Exception raised from invocation of public void com.sap.aii.af.idoc.inbound.IDocReceiverBean.onCommit(java.lang.String) method on bean instance com.sap.aii.af.idoc.inbound.IDocReceiverBean@7335379c for bean sap.com/com.sap.aii.adapter.idoc.app*xml|com.sap.aii.adapter.idoc.ejb.jar*xml|IDocReceiverBean in application sap.com/com.sap.aii.adapter.idoc.app.; nested exception is: com.sap.conn.idoc.IDocRuntimeException (raised by system <domain>|EPICLNT000)

at com.sap.conn.jco.rt.MiddlewareJavaRfc.generateJCoException(MiddlewareJavaRfc.java:664)

at com.sap.conn.jco.rt.MiddlewareJavaRfc$JavaRfcServer.listen(MiddlewareJavaRfc.java:2443)

at com.sap.conn.jco.rt.DefaultServerWorker.dispatch(DefaultServerWorker.java:284)

at com.sap.conn.jco.rt.DefaultServerWorker.loop(DefaultServerWorker.java:369)

at com.sap.conn.jco.rt.DefaultServerWorker.run(DefaultServerWorker.java:245)

at com.sap.mw.jco.jra.JRA$ReaderThread.run(JRA.java:8292)

at com.sap.engine.services.connector.jca15.work.TaskImpl.run(TaskImpl.java:245)

at com.sap.engine.core.thread.execution.Executable.run(Executable.java:122)

at com.sap.engine.core.thread.execution.Executable.run(Executable.java:101)

at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:328)

Caused by: RfcException: [<domain>|EPICLNT000]

message: Commit fault: ASJ.ejb.005043 (Failed in component: sap.com/com.sap.aii.adapter.idoc.app, BC-XI-CON-IDO) Exception raised from invocation of public void com.sap.aii.af.idoc.inbound.IDocReceiverBean.onCommit(java.lang.String) method on bean instance com.sap.aii.af.idoc.inbound.IDocReceiverBean@7335379c for bean sap.com/com.sap.aii.adapter.idoc.app*xml|com.sap.aii.adapter.idoc.ejb.jar*xml|IDocReceiverBean in application sap.com/com.sap.aii.adapter.idoc.app.; nested exception is: com.sap.conn.idoc.IDocRuntimeException

Return code: RFC_FAILURE(1)

error group: 104

key: RFC_ERROR_SYSTEM_FAILURE

Exception raised by <domain>|EPICLNT000

 

at com.sap.conn.jco.rt.MiddlewareJavaRfc$JavaRfcServer.playbackTRfc(MiddlewareJavaRfc.java:2698)

at com.sap.conn.jco.rt.MiddlewareJavaRfc$JavaRfcServer.handletRfcRequest(MiddlewareJavaRfc.java:2537)

at com.sap.conn.jco.rt.MiddlewareJavaRfc$JavaRfcServer.listen(MiddlewareJavaRfc.java:2358)

... 8 more

 

Error raises also if IDoc is sent to PI from other SAP system.

 

Do you have any ideas? You are very welcome for every hint.

 

Best regards

Philip

ABAP Proxy setup SAP to PI (7.31 single-stack)

$
0
0

Hi,

 

I am trying to setup the proxy communication from SAP to PI (7.31 single-stack).

I went through this very good blog by Michal on how to set this up.

 

http://scn.sap.com/people/michal.krawczyk2/blog/2012/01/19/michals-pi-tips-how-do-you-activate-abap-proxies-with-aex--simplified-version

 

I created the outbound proxy from my Service Interface and activated succesfully.

 

Now when i test i get the following error

GET_BUSINESS_SYSTEM_ERROR An error occurred when determining the business system (COMMUNICATION_ERROR)

 

When i do SLDCHECK i get the following error (According to blog it shouldnt be necesary to create SAPSLDAPI)

2012-09-05_0922.png

 

What am i missing here?

CPACache Refresh Full under PI 7.11?!

$
0
0

Hi there,

 

is the URL for the CPACache Refresh under PI 7.11 also the same as on XI 3.0?

 

CPACache/refresh?mode=full

 

?

 

Cause i cannot use the URL

 

http://host:50000/CPACache/refresh?mode=full

 

with any user.. i tried every user.. user with SAP_ALL etc.. but alsoways 3 tries and then Error 401 Unauthorized?!

 

Can some help here?

 

Regards

ICM_HTTP_CONNECTION_FAILED

$
0
0

I am getting following error while doing file -> XI -> abap proxy scenario.

 

  <SAP:Category>XIServer</SAP:Category>

  <SAP:Code area="INTERNAL">CLIENT_RECEIVE_FAILED</SAP:Code>

  <SAP:P1>400</SAP:P1>

  <SAP:P2>ICM_HTTP_CONNECTION_FAILED</SAP:P2>

  <SAP:P3 />

 

<SAP:AdditionalText><html><head><title>SAP Web Application Server

 

</td><td> <H2><b>404 Resource not found</b></H2><br><hr><br>Partner not reached<br><br><hr> <table border="0">

<tr><td>Detail:</td><td>Connection request from (30/178/0) to host: hostname, service: 8001 failed (NIEHOST_UNKNOWN) AP-T30, U178, 300 XIAFUSER, , 14:22:56, M0, W0, , 1/0</td></tr> </table>

 

  <SAP:Stack>Error when receiving by HTTP (error code: 400, error text: ICM_HTTP_CONNECTION_FAILED)</SAP:Stack>


ICM_HTTP_CONNECTION_FAILED

$
0
0

Hi all

 

    Can anybody suggest me a way to solve the following error. I am getting this error while sending data through HTTP adapter.

 

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

- <!--  Call Adapter

  -->

- <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">

  <SAP:Category>XIAdapter</SAP:Category>

  <SAP:Code area="PLAINHTTP_ADAPTER">ATTRIBUTE_CLIENT</SAP:Code>

  <SAP:P1>400</SAP:P1>

  <SAP:P2>ICM_HTTP_CONNECTION_FAILED</SAP:P2>

  <SAP:P3 />

  <SAP:P4 />

  <SAP:AdditionalText />

  <SAP:ApplicationFaultMessage namespace="" />

  <SAP:Stack>HTTP client. Code 400 reason ICM_HTTP_CONNECTION_FAILED</SAP:Stack>

  <SAP:Retry>M</SAP:Retry>

  </SAP:Error>

 

 

 

Thankyou

HTTPIO_PLG_CANCELED in SM59 after upgrade to PI 7.11

$
0
0

Hallo,

 

we upgraded our PI (test) to 7.10 EHP1.

 

When setting up a connection in SM59 we get error code HTTPIO_PLG_CANCELED. When we create this connection on our production PI (without EHP1) we do not get any error.

When we want to send a message to this address, we get <SAP:Stack>Error while receiving by HTTP (error code: 110 , error text:

HTTPIO_PLG_CANCELED)</SAP:Stack> in SXMB_MONI.

 

Can someone tell us how we have to fix this?

 

Greetings.

Kris

Difference between SAP Proxy and RFC connections

$
0
0

Hi Experts

 

 

What is the difference between RFC and Proxy  and which one would be the best option to send the data to ECC either proxy or RFC.

 

and How does the proxy makes a difference or better solution than a RFC

 

Please let me know if there is any blog available that explains clearly difference between the systems

 

Thanks

PR

SAP PI Transactions

$
0
0

Hi All,

 

Can anyone provide me the list of all the SPA PI Transactions especially those used for Monitoring?

 

Thanks in advance.

PI 7.3 Technical documentation

$
0
0

I did a search and I couldn't find any technical documentation for the new features added into PI 7.3. I am just wondering is there PI 7.3 technical documation available at all?

How to Delete IDOC

$
0
0

Hi

 

can you tell me how to delete idocs from R/3 system

 

Regards

 

Nawa

what is SCADA and how to integrate with SAP

$
0
0

Hi all,

           

I am new to SCADA and i would like to know

1. what is SCADA

2. Purpose of SCADA

3. how to integrate SCADA with SAP

4. In SAP for which module we can use SCADA

5. Wether SCADA is used for only PM(Plant Maintanence) in SAP

 

 

 

Thnx in advance,

Vishnu


Setting Environment Variable CPIC_MAX_CONV

$
0
0

Hi Experts,

 

In of  the steps during POST INSTALLATION of PI7.0 it says to set the variable CPIC_MAX_CONV, using the transaction RZ10.

 

When i logged in to the abap system , and checked in RZ10,did find any variable of this name.

Do I need to create it first and then set the value gw/max_conn_per_wp.

 

If yes, give me the steps to do this. or else any other alternative.

 

Thanks in advance,

Younus

500 Connection timed out

$
0
0

Hello,

 

I receive a 500 Connection timed out error.

I know that there are some threads to this error but I can´t find a solution for us.

 

This is the error description:

 

Error:            -5

Version:        7000

Component:  ICM

Date/Time:    Tue Mar 04 07:02:38 2008

Module:        icxxthr.c

Line:             2698

Server:         crmprod_CRP_01

Error Tag:     {-}

Detail:          Connection to partner timed out after 60s

 

Now I have found in this forum some information about the parameters icm/keep_alive_timeout, icm/conn_timeout and icm/server_port_*

 

Our settings for this parameters are:

 

icm/server_port_0 = PROT=HTTP,PORT=8001

icm/server_port_1 = PROT=SMTP,PORT=25

 

icm/keep_alive_timeout (sec.) = 600

icm/conn_timeout (msec.) = 5000

 

Can someone please explain me which parameters occurs this error and which parameters I can change that the connection time is longer than 60 seconds?

Where can I change the parameters?

 

Regards

Philipp

 

ABAP Proxy setup SAP to PI (7.31 single-stack)

$
0
0

Hi,

 

I am trying to setup the proxy communication from SAP to PI (7.31 single-stack).

I went through this very good blog by Michal on how to set this up.

 

http://scn.sap.com/people/michal.krawczyk2/blog/2012/01/19/michals-pi-tips-how-do-you-activate-abap-proxies-with-aex--simplified-version

 

I created the outbound proxy from my Service Interface and activated succesfully.

 

Now when i test i get the following error

GET_BUSINESS_SYSTEM_ERROR An error occurred when determining the business system (COMMUNICATION_ERROR)

 

When i do SLDCHECK i get the following error (According to blog it shouldnt be necesary to create SAPSLDAPI)

2012-09-05_0922.png

 

What am i missing here?

ICM_HTTP_CONNECTION_FAILED

$
0
0

I am getting following error while doing file -> XI -> abap proxy scenario.

 

  <SAP:Category>XIServer</SAP:Category>

  <SAP:Code area="INTERNAL">CLIENT_RECEIVE_FAILED</SAP:Code>

  <SAP:P1>400</SAP:P1>

  <SAP:P2>ICM_HTTP_CONNECTION_FAILED</SAP:P2>

  <SAP:P3 />

 

<SAP:AdditionalText><html><head><title>SAP Web Application Server

 

</td><td> <H2><b>404 Resource not found</b></H2><br><hr><br>Partner not reached<br><br><hr> <table border="0">

<tr><td>Detail:</td><td>Connection request from (30/178/0) to host: hostname, service: 8001 failed (NIEHOST_UNKNOWN) AP-T30, U178, 300 XIAFUSER, , 14:22:56, M0, W0, , 1/0</td></tr> </table>

 

  <SAP:Stack>Error when receiving by HTTP (error code: 400, error text: ICM_HTTP_CONNECTION_FAILED)</SAP:Stack>

SAP PI Transactions

$
0
0

Hi All,

 

Can anyone provide me the list of all the SPA PI Transactions especially those used for Monitoring?

 

Thanks in advance.

Viewing all 971 articles
Browse latest View live


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