Quantcast
Channel: SCN : Discussion List - SAP Process Orchestration
Viewing all 967 articles
Browse latest View live

SAP PI integration with IS utilities

$
0
0


Hi ,

 

  I've requirement of integrating with IS utilities.

  Can any one provide any helpful links for integrating utilities with SAP PI as middleware. Its bit urgent. It would be great help if anybody suggest

  How PI integrate with utilities .any suggestions or ideas on integration. am new to this. please suggest.Thanks in advance

 

Aman


Cache error in PI 7.4 single stack

$
0
0

Hi All,

 

I am running PI 7.4 single stack

The scenario I have is a Proxy to Proxy  that is connecting ECC system to a TM system.

The issue I am facing is with cache. I see the error in the ECC system that is

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

 

<SAP:Category>XIProtocol</SAP:Category>

 

 

<SAP:Code area="PARSING">GENERAL</SAP:Code>

 

 

<SAP:P1/>

 

 

<SAP:P2/>

 

 

<SAP:P3/>

 

 

<SAP:P4/>

 

 

<SAP:AdditionalText/>

 

 

<SAP:Stack>com.sap.engine.interfaces.messaging.api.exception.MessagingException: com.sap.engine.interfaces.messaging.api.exception.MessagingException: Error encountered while executing mapping: com.sap.aii.af.service.mapping.MappingException: Unexpected exception caught while executing mapping: com.sap.aii.adapter.xi.routing.RoutingException: Unable to retrieve interface determination with object ID 480142452c8911e489ea000000607c96 from CPA cache at com.sap.aii.adapter.soap.web.SOAPHandler.processSOAPtoXMB(SOAPHandler.java:773)

Have you guys come across this error.
any help to figure this out would be great

Thanks
Nikhil




 

Help on PO->BPM Integration!

$
0
0

Hello people!

        Here I am again needing your knowledge of this suite. Im connecting my NWDS to the PO server and when I login into the server I can see this Iflow going from a legacy to the Integration Engine:

 

Untitled.jpg         

As you can see the Iflow ends with a SOAP Receiver channel pointing to http://.....:50000/bpm/demosapcom/opco/Start . I think this is the triggering of a BPM right? How is this address determined?

 

Then when I go to the Development Infrastructure perspective I see the following SC named ***_BPM with a object named opcont but I dont know how to see if that object is a BPM or what..

 

bpm.jpg

Basically I want to know how to go to the BPM that is called from the SOAP Receiver but going to the Dev Inf perspective doesnt help because i only see that opcont object. I also tried composite designer and process development perspective but they are empty.

 

Thanks a lot!

Table in PI JAVA only system & Report development in JAVA only system

$
0
0

Dear Experts ,

 

We are migrating from Dual to Single stack JAVA only PI system.

 

In Dual stack system all the message data are stored in ABAP table from which MONI pulls data .

But in JAVA only system how data is stored ..? and how to access those table ..?

 

we need a report to develop which will have these data .

Interface name

Date & time of run

Key Data (if possible would like to see key data from the run, for example po number, material number, part number, idoc number would all be considered key data)

Pass/Fail flag

Error Message (only required if the run failed)


How & where to write code to develop this report ...?


thanks

Shakif

Problems at receiving messages at RFC-Sender

$
0
0

Hi all,

 

i have configured the following scenario in NWDS for testing a message flow in PO:

 

SOAP request comes into PI -> map Request to RFC -> send request to ERP Test System -> wait for RFC Response -> send to PI -> map Response to SOAP -> send to File

 

Therefore i have, amongst others, created a RFC Channel for sending the RFC response to the mapping operation.When i run the scenario for the first time everything worked pretty well without any error messages. But after testing it the second time the message got stuck in the ERP Test System and couln't be forwarded anymore. It turned out that whenever i deployed the channel with some config changes, the message flow worked for the first time, but crashed after every following.

 

In the error log i get the following message:

 

java.lang.RuntimeException: Bean Z_PP_PDES_RESPONSE not found on host xxx, ProgId =RFC_HMC100_POD: Object not found in lookup of Z_PP_PDES_RESPONSE.
at com.sap.engine.services.rfcengine.RFCDefaultRequestHandler.handleRequest(RFCDefaultRequestHandler.java:121)
at com.sap.engine.services.rfcengine.RFCJCOServer$J2EEApplicationRunnable.run(RFCJCOServer.java:267)
at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
at java.security.AccessController.doPrivileged(Native Method)
at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:185)
at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:302)
Caused by: com.sap.engine.services.jndi.persistent.exceptions720.NameNotFoundException: Object not found in lookup of Z_PP_PDES_RESPONSE.

 

When i look in the message log at the same position of a successful message, the log says...

 

MP: processing local module localejbs/RfcAFBean

 

... which is actually the module defined in the channel.

 

So for me it looks like that after the first run something in the module config crashes and the channel tries to use Z_PP_PDES_RESPONSE instead of the RfcAFBean.

 

Any help very much appreciated!!!

 

Thanks,

Maurice

Testing ICO using WSNavigator

$
0
0

HI Folks,

 

I am getting a mapping error while using WSnavigator to test my SOAP to Proxy scenario.

PI server is PI7.3ehp1 SPS8

 

Error: com.sap.aii.mappingtool.tf7.IllegalInstanceException; Cannot create target element.

 

Reason being XML payload in message content looks like below:

<yq1:MT_Get_WorkOrder xmlns:yq1='urn://Ellipse_SAP/WAMMI_01/Ellipse/Get_WO' xmlns:SOAP-ENV='http://schemas.xmlsoap.org/soap/envelope/' xmlns:xs='http://www.w3.org/2001/XMLSchema' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'><WorkOrder_Details><Workrequest_Num>WR_1002</Workrequest_Num><Workrequest_Desc>TestRequest_Anurag2</Workrequest_Desc>

<Workorder_Num>WO_1002</Workorder_Num><Workorder_Desc>TestOrder_Anurag2</Workorder_Desc>

</WorkOrder_Details></yq1:MT_Get_WorkOrder>

 

I am not sure why message has been converted into this format.

Is it something wrong with WSnavigator?

 

While sending data from WSnavigator it looks like below:

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

<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

  <SOAP-ENV:Body>

    <yq1:MT_Get_WorkOrder xmlns:yq1="urn://Ellipse_SAP/WAMMI_01/Ellipse/Get_WO">

      <WorkOrder_Details>

        <Workrequest_Num>WR_1002</Workrequest_Num>

        <Workrequest_Desc>TestRequest_Anurag2</Workrequest_Desc>

        <Workorder_Num>WO_1002</Workorder_Num>

        <Workorder_Desc>TestOrder_Anurag2</Workorder_Desc>

      </WorkOrder_Details>

    </yq1:MT_Get_WorkOrder>

  </SOAP-ENV:Body>

</SOAP-ENV:Envelope>

 

Please comment what is possibly wrong here.

 

Many Thanks & Regards,

Anurag

Place Mail attachment in KM folder

$
0
0

Hello Experts,

 

I have a scenario

 

Mail----->PI------->KM

 

i need to save all mail attachments in KM Folder.

Please provide me some inputs

 

Thanks

Hari

Exchange profile error: dbconnect.prop: failed to load properties file .\dbconnect.properties

$
0
0

All,

 

We are using PO 7.4 with SP5, and we have an issue while accessing URL Exchange profile page (http://<host:port>/webdynpro/dispatcher/sap.com/com.sap.xi.exprofui/XIProfileApp) it throw's the below error.

 

dbconnect.prop: failed to load properties file .\dbconnect.properties

dbconnect.prop: failed to load properties file


Did some one seen this before and have resolved ? Any help is highly appreciated.


Thank you, Pranay


Idoc struck in sm58 and error in Log Viewer

$
0
0

Hi Experts,

 

We are working in Ecc-Idoc to file scenario.

we did complete all these settings.

 

http://scn.sap.com/community/pi-and-soa-middleware/blog/2010/10/21/pixi-pi-73-new-java-based-idoc-adapters-configuration-sender-receiver--teaser


now when i create send from Ecc i am facing this error message in sm58. Commit fault: ASJ.ejb.005043 (Failed in component: sap.com/com.sap.aii.ad


And when checked Log Viewer in NWA. the error message is .


[JRA] serverExceptionOccurred. Server XI_IDOC_DEFAULT_XD1, Managed_Application_Thread_35, connectionId=5-10.244.242.89|sapgw02|XI_IDOC_DEFAULT_XD1, Exception: 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@740b464d 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 txadbsnwhsc7|XI_IDOC_XD1_AEX)



checked many options but not working ..

help required...

 

thanks

Shakif

partner profile to send Idoc to PI 7.4 system from ECC

$
0
0

Dear Experts ,

 

Do we need a partner profile to send Idoc to PI 7.4 system from ECC.

 

or Just Port on TRFC is enough ..?

 

if i need to create a Partner profile ...how to define a logical system and how Assign Logical System to Client... when there is no client for JAVA only PI system ..?

 

thanks

Shakif

SAP BPM Beginner's question

$
0
0

Hello All,

 

I'm trying to learn SAP BPM but the tutorials I came across till now give explanations on how to create processes (looks like there are many different ways) but I didn't see anywhere detailing how to get NWDS connected to SAP PO system ( not CE system) and then start creating processes.

 

It will be very very helpful if someone could point me to the right tutorial.

Please note that I have knowledge on creating Iflows (to create PI interfaces only). I just now got the access to PO system and prior to this I have never worked on BPM, only PI.

 

Thanks in advance,

Ajeya G V

How to process the sequential file message with time gap PI7.4 dual stack

$
0
0

Dear Experts,

 

      I have a requirement File->PI->RFC normal scenario and its working fine end to end when PI server is up and when server get down the problem occur.

 

Issue in detail:

 

      Every 30mins one csv file will be placed in FTP folder and PI will pick that file, process it through RFC structure and updating in ECC table.

Suppose PI server gets down for 5hrs and now there is 10files in FTP, once server gets up PI will pick the files at once and pass it  through RFC at the same instance, So that first file will processed and for the second file the userid get locked in ECC and showing error as user id locked.

 

How to make a time gap between the files (I,e) one file processed successfully from FTP ->PI--RFC and other files to process one by one in order.

 

Kindly help and let me know the possible ways to sort out this sequential file issue in PI 7.4 dual stack.

 

 

Best Regards,

Monikandan.

Error while executing webservice composed using service composer

$
0
0

Hello Experts,

 

We have composed a service using service composer DC by consuming PI soap interfaces.(SAP NW 7.4 SP07)

Composed Webservice works perfectly fine for some time then it throws folowing error when tested from wsnavigator -

 

 

any idea what could be the problem??

 

Thanks in advance..

Priya

Intermediate Message Event Not working in CE 7.3 SP 11

$
0
0

Hi Experts,

 

I am working on CE 7.3 SP11.

I have designed 2 bpm processes, Parent and Child.

Parent process will invoke the child process from an Automated Activity by passing It's "ProcessID" and will be waiting @ Intermediate Message Event until the child process is complete.

Child process will trigger the Intermediate Message Event by passing the "ProcessID" it received from parent, just before the End event.

 

@Parent process the co-orelation condition add is "String-equals(ParentContext/ProcessID,ChildProcess/ProcessID)", So If both the ProcessID are same then the Parent Process will resume the flow.

 

Unfortunately this condition is not getting evaluated and the Parent process is waiting at Intermediate Message Event.

 

I guess the problem is with some configuration at Server level. Kindly let me know how to achieve this scenario.

 

 

Thanks In Advance,

Pavan

SAP PO Integration with ARIS 9

$
0
0

Hi all

 

We want to implement SAP Process Orchestration in our company , having already implemented SAP PI/XI and ARIS 9.

 

We want to inquire if we can use BPMN models from ARIS 9 in SAP BPM or can we directly integrate ARIS 9 with PI/XI.

 

What could be the possible architecture for the existing products and SAP PO.

 

We would really appreciate your professional advise.

 

Thanks & Regards

Sidra Hasan


Mapping error in PI 7.4 dual stack

$
0
0

Dear Experts,

 

    Recently we upgraded our system from PI 7.1 to PI 7.4 dual stack.

 

Scenerio is ECC->PI->SOAP(Webservice) synchronous

 

Issue in detail:

 

     We are creating a invoice in ECC system through PI its updating in third party site using SOAP webservice and will get a reference number from that site and then updating in ECC as in synchronous way.

 

Invoice data's are reached PI sucessfully from ECC but it not updating in the site and getting below mapping error after upgarded to PI 7.4.

 

 

mapping error.JPG

Your points will be highly appreciable.

 

Kindly help to sort out this issue.

 

Best Regards,

Monikandan

Changing existing classical scenarios in ID to ICo post PI upgrade

$
0
0

Dear Members,

 

Installed a test PI 7.11 system and restored primary PI DEV system backup on to the test PI system and then the test PI 7.11 system was upgraded to PO 7.4 dual stack system. Done with the post up-gradation activities and the test PO 7.4 system was up and running.

 

Now, all the ID config objects in the upgraded test PO 7.4 system remained as classical scenarios with sender agreement, receiver determination, interface determination & receiver agreement etc.,

 

Need a clarification here i.e., how to change the existing classical scenarios to ICo objects in the upgraded PO 7.4 test system..? Do we need to delete the existing sender agreement, receiver determination, interface determination, receiver agreement objects and manually build ICo objects for the respective scenarios (or) do we have any other alternative.


I suppose that the Content Migration Tool doesn't suffice my requirement, as the new PO 7.4 system is not a parallel system built against the existing

PI 7.11 system. I directly performed the upgrade activity on the test system and not on a parallel built system.

 

In this case, can someone advice how to change the existing classical scenarios to ICo objects i.e., manually (or) do we have any other alternative.

 

 

Br,

Saiganesh

Suspended process > resume automatically

$
0
0

Hi experts,

 

In our SAP NetWeaver administrator environment (manage processes: process instances), we encounter a lot of suspended processes (status = error, lifecycle status = suspended).

 

When we resume this 'suspended process' everything is fine again.

 

So we are looking for a way to schedule a job that does this for us.

 

Anyone an idea?

 

Regards,

Kenny

EDI Seperator Channel Issue - Single EDI File is Creating Two IDOCs

$
0
0

Hi Experts,

   We are facing a strange issue in our project. We are working on SAP PO 7.4 SP06. Our's is an EDI to IDOC Scenario. We are using standard EDI XSD's generated by B2B 2.0 Cockpit. Since yesterday our Quality server is behaving strangely. Its processing an EDI File and generating TWO IDocs out of it.

When we run the same EDI File in our DEV Environment it executes perfectly and creates only ONE IDOC.

Signature in OM and it is 1 to 1 and in MM Target IDOC header is mapped to "Constant".

 

Our Scenario is :

1st IFLow : File to EDISeperator

2nd IFlow: EDISeperator to IDOC.

 

Appreciate your valuable inputs.

connectivity for BPM external custom UIs

$
0
0

Hi all,

I'd like to use the new PO feature of BPM tasks based on custom UIs deployed on external servers as documented on the help

Of course the application implementing the UI will be connecting to the BPM engine to fetch process data.

My question is related to connectivity the other way around:

does the BPM engine strictly need connectivity to the remote server where UIs are deployed?

In my understanding it should not be necessary since the url configured in http destination is only used by the user browser.

However I'm not sure whether it might be required for proper behavior or SSO.

Could anyone please assist?

Thanks, regards

Vincenzo

Viewing all 967 articles
Browse latest View live


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