Quantcast
Channel: SCN : Popular Discussions - SAP Process Orchestration
Viewing all 1306 articles
Browse latest View live

New feature for handling technical errors in BPM

0
0

Hi all,

 

did somebody already have the chance to test the new feature in the latest SPs for NW7.31/NW7.4 concerning the handling of technical errors:

 

http://help.sap.com/saphelp_nw74/helpdata/en/1e/d8838f32204314bc0b6479f237fb78/content.htm?frameset=/en/8a/20f67a23c547a694c595c3195c1b0f/frameset.htm

 

When I try to add a boundary event to a automated activity, all I get is a Nullpointer:

 

java.lang.NullPointerException

at com.sap.glx.ide.share.ui.dialogs.ResourceSearchDialog$DialogItemsFilter.matchItem(ResourceSearchDialog.java:124)

at org.eclipse.ui.dialogs.FilteredItemsSelectionDialog$ContentProvider.add(FilteredItemsSelectionDialog.java:2681)

at com.sap.glx.ide.share.ui.dialogs.ResourceSearchDialog.fillContentProvider(ResourceSearchDialog.java:147)

at org.eclipse.ui.dialogs.FilteredItemsSelectionDialog$FilterJob.filterContent(FilteredItemsSelectionDialog.java:2182)

at org.eclipse.ui.dialogs.FilteredItemsSelectionDialog$FilterJob.internalRun(FilteredItemsSelectionDialog.java:2124)

at org.eclipse.ui.dialogs.FilteredItemsSelectionDialog$FilterJob.doRun(FilteredItemsSelectionDialog.java:2096)

at org.eclipse.ui.dialogs.FilteredItemsSelectionDialog$FilterJob.run(FilteredItemsSelectionDialog.java:2083)

at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

 

Please share your experience it is a very important feature to migrate ccbpm to ce-bpms.

 

Best Regards

Kris


How to configure CTS in Process Orchestration

Message Failure From BPM to PI

0
0

Hi,

 

I am trying to do a simple scenario with BPM to try to get used to the new functionality. However I am getting an error pretty much at the first hurdle.

 

I have an event which triggers the process (StartMsg). This is ok, but the next step is to send a message from BPM to PI (we have a dual stack so they are different system id's). Anyway at this step I am getting an error in the BPM system.

 

When i go to the message monitoring of this process I have a message in error because it is failing to send to PI. It gives the following error -

 

JPR failed, due to: com.sap.engine.interfaces.messaging.api.exception.MessagingException: JPR : Binding not found , please check the configuration. Details:  FromParty= FromService=...


Now I have checked the configuration for the integrated configuration and it seems fine. So why am I getting this error?


Is it possible that the message is trying to be sent to the wrong place?


How can I tell where the message is being sent to?


I hope you can help.


James

unable to open or move ccBPM

0
0

Hi Guys,

 

i try to open a ccBPM process on my environment but without success. I tried to search for some help on the portal but the only suggestion we found was OSS note 904833.

 

Any other suggestions?

 

Thank you very much.

Regards.

 

 

Iflow File-to-File receiver determination problem

0
0

Hi,

 

This is the Iflow:

 

 

Service interface is stateless XI30-Compatible to be able to use generic data type. Data type consists of one attribute. Operation mapping uses XSLT mapping.

 

Iflow consistency check goes through ok. Iflow has been activated and deployed. CC's are running fine.

 

Error is "Receiver Determination did not find any receivers at all". Recipient list has the Receiver set as 'TEST', no condition, no default receiver.

 

What am I missing ?

 

Kind Regards,

Jari

PO Installation and NWDS

0
0

Dear Experts,

 

We have a brand new PO Installation. After the installation according to the guide was done we wanted to connect to the CE system from NWDS using "SAP as Java" setting. We installed the latest NWDS from https://nwds.sap.com/swdc/downloads/updates/netweaver/nwds/nw/731/

https://nwds.sap.com/swdc/downloads/updates/netweaver/nwds/nw/731/

Under "SAP as JAva" Settings in NWDS after entrying  the "Instance Host name" and "Instance Number" and clicking ok the popup goes away and there is no entry in the list. Also no error message whatsoever. After i had a look in "Error log" I saw this:

 

com.sap.managementconsole.datamodel.exceptions.UnauthorizedException: Invalid Response code (401). Server [http://qpmr-nw01.sap:50113/SAPControl] returned message [Unauthorized]. Http proxy info:  none

          at com.sap.managementconsole.wsclient.jaxws.JaxWsDataConverter.checkAuthorization(JaxWsDataConverter.java:1013)

          at com.sap.managementconsole.wsclient.jaxws.JaxWsDataConverter.convertException(JaxWsDataConverter.java:987)

          at com.sap.managementconsole.wsclient.jaxws.JaxWsDataLoader.getLogFiles(JaxWsDataLoader.java:1357)

          at com.sap.enginemanagement.impl.SAPInstanceImpl.isAppropriateJavaInstance(SAPInstanceImpl.java:161)

          at com.sap.enginemanagement.impl.SAPInstanceImpl.retrieveInstancePropertiesFromServer(SAPInstanceImpl.java:146)

          at com.sap.enginemanagement.impl.SAPInstanceImpl.initInstance(SAPInstanceImpl.java:104)

          at com.sap.enginemanagement.impl.SAPInstanceImpl.<init>(SAPInstanceImpl.java:58)

          at com.sap.enginemanagement.SAPInstanceFactory.getInstance(SAPInstanceFactory.java:33)

          at com.sap.enginemanagement.impl.SAPSystemManagerImpl.getSAPInstance(SAPSystemManagerImpl.java:106)

          at com.sap.enginemanagement.impl.GenericSystemListenerImpl.systemChanged(GenericSystemListenerImpl.java:35)

          at com.sap.sapmc.control.notification.SAPSystemsController$EventThread.run(SAPSystemsController.java:201)

 

What are we missing here?

 

Thanks for the helps.

 

Regards,

Koray

Netweaver Developer Studio for PI/PO Tools

0
0

Hello Colleagues,

 

with SAP PI 7.31 respectively with SAP PO, "Tools" moving in the Netweaver Developer Studio (NWDS).

 

Enterprise Service Repository as well Integration Directory now new in NWDS.

 

But what about with SLD, Service Registry, Netweaver Administrator, Configuration and Monitoring Home, etc.?

 

I am not quite sure which tools are now at NWDS and how i have these to configure in NWDS?

 

Is there any documentation available regarding this?

 

Many thanks in advance!

 

Regards,

 

Jochen

How to configure CTS in Process Orchestration


Message Failure From BPM to PI

0
0

Hi,

 

I am trying to do a simple scenario with BPM to try to get used to the new functionality. However I am getting an error pretty much at the first hurdle.

 

I have an event which triggers the process (StartMsg). This is ok, but the next step is to send a message from BPM to PI (we have a dual stack so they are different system id's). Anyway at this step I am getting an error in the BPM system.

 

When i go to the message monitoring of this process I have a message in error because it is failing to send to PI. It gives the following error -

 

JPR failed, due to: com.sap.engine.interfaces.messaging.api.exception.MessagingException: JPR : Binding not found , please check the configuration. Details:  FromParty= FromService=...


Now I have checked the configuration for the integrated configuration and it seems fine. So why am I getting this error?


Is it possible that the message is trying to be sent to the wrong place?


How can I tell where the message is being sent to?


I hope you can help.


James

PI Number Ranges Single Stack

0
0

Dear

 

we are currently migrating a SAP PI 7.11 environment to a SAP PO 7.4 SP5.

We use a lot of number ranges that are currently based on the ABAP stack of the PI server. We would like to keep everything on the PO server and not use number ranges based on the ABAP stack on ECC.

In the presentation "Upgrade made easy: SAP Tools, Accelerators and Best Practices for migrating from SAP NetWeaver PI to SAP NetWeaver Process Orchestration", we see that the only remaining alternative is to create number ranges on the SQL database and access that database through the mapping.

According to the presentation, some standard Java classes should be available to access these objects, however I can't see any classes in the Javadoc  for this.

 

Does anyone know which classes are meant? Or is there a proof of concept available somewhere for this alternative?

Search on SDN didn't show up any results concerning this.

 

Thank you.

 

Best regards,

Nicolas

Send IDoc through adapter IDoc_AAE

0
0

Hi, guys!


We have SAP PO version 7.4

We need to setup the unloading of the IDoc from BI in PO

I used the following sources:

http://scn.sap.com/docs/DOC-31398 

http://help.sap.com/saphelp_nw74/helpdata/en/34/66c81241874285851e2497aa6f0573/content.htm?frameset=/en/c2/91865252c84716b3b8be394851c9c0/frameset.htm

http://scn.sap.com/docs/DOC-34155  

http://scn.sap.com/people/william.li/blog/2011/05/04/configuring-pi-730-java-idoc-adapter

http://scn.sap.com/community/pi-and-soa-middleware/blog/2013/08/05/connect-multiple-sap-ecc-clients-from-java-idoc-sender-adapter-by-resource-adapter-cloning

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

but it doesn’t work.

I created Jco provider xi_idoc_default_pid (where PID  replaced the SID BI system)

I created the RFC in PO for BI  xi_idoc_default_ destination _pid (ping successful)

in inboundRA have in ProgrammID:  xi_idoc_default_pid

in destination - xi_idoc_default_ destination _pid

I created Sender channel (manual and default)

I created in BI in sm59 RFC T

I input   the program xi_idoc_default_pid , which was created in the first step, in field, and input

gateway and host - my PO

but the test does not pass the RFC.

Could you please tell me,  what the problem is?

I configured IDoc_AAE receiver. data arrives in BI, help me to setup up  send IDoc  from BI in PO


Thanks.

SOAP XI Servlet returned "500 Internal Server Error"

0
0

Hi

 

Recently, we have NW 7.4 PO SP03 installed with CTC wizard steps executed as per (here). However, we are getting "500 Internal Server Error" when we tried to test the SOAP XI servlet URL by passing "http://<host>:<port>/XISOAPAdapter/MessageServlet?ximessage=true" in the browser. We are not sure what went wrong with this. Any steps we missed here?

 

Thanks!

Regards,

SP

PO Transport Landscape scenario

0
0

Hi experts !!

 

I´m new in this PO technology and I have some doubts about the transport & deploy in a PO (Single stack) scenario.

 

I came from working in CRM Webchannel and I manage my source version with NWDI, also the transport requests and deploys through systems are managed with NWDI using activities and tracks.


My doubt is why is recommended to use a CTS+ (ABAP) system with a NWDI in order to build a proper PO landscape, which part of the lifecycle envolves the CTS+ system that the NWDI can´t perform !?


Is it possible to build a complete PO landscape with DEV / QAS / PRO systems with a NWDI that handles the version and deploys of all the objects generated in PO NWDS projects !?!?


Maybe it´s a basic for you guys but I´m trying to understand why if a customer buy a single java stack, SAP recommend to have a CTS+ (ABAP) system to work against a NWDI.



Upgrade from NW PI 7.11 TO NW PI 7.4

0
0

Hi,

 

We are planning to upgrade out present PI (NW PI 7.11 ) to NW PI 7.4(I think NW 7.4 PO).

 

We are try to run MOPZ for the system we are all unable to find 7.4 , but we are see NW 7.3 SP10 .

 

I can see warning "

Dual Stack: Upgrade to NW 7.40 not possible. See note 1816819."

 

 

I am missing any step. Should I split ABAP and Java .

 

Is NW 7.4 single single stack system.

 

Please guide in right direction.

 

Regards,

Kiran M

Steps on configuring both sender and receiver scenario for IDOC_AAE

0
0

Hi, all

 

I am doing a proof of concept interface on PO 7.3.1 using the new IDOC_AAE adapter. I am setting up a receiver scenario now and running into the error:

<?xml version='1.0'?>

<!-- see the documentation -->

<SOAP:Envelope xmlns:SOAP='http://schemas.xmlsoap.org/soap/envelope/'>

  <SOAP:Body>

    <SOAP:Fault>

      <faultcode>SOAP:Server</faultcode>

      <faultstring>Server Error</faultstring>

      <detail>

        <s:SystemError xmlns:s='http://sap.com/xi/WebService/xi2.0'>

          <context>XIAdapter</context>

          <code>ADAPTER.JAVA_EXCEPTION</code>

          <text><![CDATA[

com.sap.engine.interfaces.messaging.api.exception.MessagingException: com.sap.engine.interfaces.messaging.api.exception.MessagingException: java.lang.Exception: IDoc: Connection factory name for channel IDOC_POC_Recv_IDOC is null

at com.sap.aii.adapter.soap.web.SOAPHandler.processSOAPtoXMB(SOAPHandler.java:743)

at com.sap.aii.adapter.soap.web.MessageServlet.doPost(MessageServlet.java:470)

 

I have gone through the 3 blogs:

http://wiki.sdn.sap.com/wiki/display/XI/Configuration+of+inboundRA+in+the+Java+IDoc_AAE+Adapter

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

http://scn.sap.com/docs/DOC-31398

 

Unfortunately, they are really for PI 7.3.1 which is dual stack, meaning there is a gateway. However, PO 731 is pure java and there is no gateway. So steps like "local = true" and creating a JCO pointing to local PI will NOT work. I have already installed a standa alone gateway server and still could not get it to work. The help.sap.com doc is also tailored for PI 7.3.1 which assumes there is a local PI gateway service. Not sure if SAP is serious about PO yet as the PO doc on help.sap.com is almost non-existent.

 

Has anyone been able to get these 2 scenarios working? I would really appreciate if you can share your knowledge.

Thanks,

Jonathan.


Failure when trying to start JSPM and SUM

0
0

Dear all,

 

I have a own PO system (running on windows with maxdb) out of the box install (so a 7.3.1.0) and I want to apply the newest stack.

 

I downloaded the stack and wanted to import it with JSPM.

When starting JSPM I get the error

Error while obtaining the SAPLOCALHOST parameter value from the instance with number <number> on host <hostname> using the SAPControl web service API. For more information, see SAP Note 1401712.

 

This issue I also get with SUM.

 

I read the specific note and the solution given there (changed the parameter setting from sdefault to default and restarted) but still getting the error

 

 

Nov 14, 2012 12:51:52 PM [Error ]: Error while obtaining the SAPLOCALHOST parameter value from the instance with number 4 on host htbn60205128a using the SAPControl web service API. For more information, see SAP Note 1401712.

Nov 14, 2012 12:51:52 PM [Error ]: The server sent HTTP status code 401: Unauthorized

Nov 14, 2012 12:51:52 PM [Error ]: The following problem has occurred during step execution: com.sap.sdt.tools.sapcontrolws.SapControlWsException: Error while obtaining the SAPLOCALHOST parameter value from the instance with number * on host ******** using the SAPControl web service API. For more information, see SAP Note 1401712.

com.sun.xml.internal.ws.client.ClientTransportException: The server sent HTTP status code 401: Unauthorized

.

 

what bothers me is that there still comes the Unauthorized part but I granted the <sid>adm rights on server as said in the installationguide.

 

Any one suffered the same problem and had a solution on this?

Doubt about SDOE_WB transaction.

0
0

Good morning gentlemen

I do not know if I'm asking in the right place.

I need to know how to use the SDOE_WB transaction.

In my company it is used to transfer data.

Can you give me links and documentation? Please?

Electronic Bank Statement BAI2- File to Tcode in SAP PO

0
0

Gurus,

 

Background :

We have fresh

installation of SAP PO 7.3 (Single Stack ) on SQL Server 2013.

 

I’m getting an Electronic Bank Statement  BAI2 file from Bank from there FTP server and have to place it in shared drive. Today the user then logs on tcode FF_5 and imports this file from the local directory. This is simple File to file.

 

Now we want to post it directly into SAP without user intervention. So what do I after I get a file? How do I post it in SAP tcode FF_5. There is NO BAPI/FM/IDOC as per functional

 

Thanks

 

I always award points for helpful comments

Netweaver Developer Studio for PI/PO Tools

0
0

Hello Colleagues,

 

with SAP PI 7.31 respectively with SAP PO, "Tools" moving in the Netweaver Developer Studio (NWDS).

 

Enterprise Service Repository as well Integration Directory now new in NWDS.

 

But what about with SLD, Service Registry, Netweaver Administrator, Configuration and Monitoring Home, etc.?

 

I am not quite sure which tools are now at NWDS and how i have these to configure in NWDS?

 

Is there any documentation available regarding this?

 

Many thanks in advance!

 

Regards,

 

Jochen

SAP PO as ESB to connect to SAP HANA and non SAP System

0
0

Hello,

 

I would like to know how feasible is SAP PO to be used as an ESB to connect to SAP HANA and non SAP systems (Salesforce, Oracle ERP ) ? Does it provide any connector to connect to Oracle or Salesforce as well ? Can we do real time calls with ERP's other than SAP ? How is the performance of SAP PO ?

 

Any document link that can help me understand below questions ?

 

Thanks,
Vinit Pugaliya

Viewing all 1306 articles
Browse latest View live




Latest Images