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

Re: BPM instlation on PO 7.4 single stack?

$
0
0
we are working PO 7.4 single stack as part in that we are migrating the BPM interfaces into as PO normal insterfaces.

 

PO7.4 is a bundle of PI+BPM+BRM. If you install PO in your landscape definitely BPM should be available.If you doubt, please check the post installation history using url http://host:port/sld/fun for the components enabled.

 

 

Thanks


Re: Definition PO DEV java system on PO QA system for grouping and transport

$
0
0

Create the business system INTEGRATION_ENGINE_JAVA manually and set the role to "Integration Server"

 

Unbenannt.JPG

 

Best Regards

Harald

Re: xsi:type tag

NullPointerException occurred with UDF for Dynamic URL parameters

$
0
0

I had a scenario SOAP -> PO 7.40 -> HTTP_AAE ,And Dynamic URL parameters。

 

My UDF:

UDF

DynamicConfiguration conf = (DynamicConfiguration)container.getTransformationParameters().get(StreamTransformationConstants.DYNAMIC_CONFIGURATION);

  DynamicConfigurationKey URLParam_uid = DynamicConfigurationKey.create("http://sap.com/xi/XI/System/HTTP_AAE", "URLParamOne");

  DynamicConfigurationKey URLParam_pwd = DynamicConfigurationKey.create("http://sap.com/xi/XI/System/HTTP_AAE", "URLParamTwo");

  DynamicConfigurationKey URLParam_mobile = DynamicConfigurationKey.create("http://sap.com/xi/XI/System/HTTP_AAE", "URLParamThree");

  DynamicConfigurationKey URLParam_srcphone = DynamicConfigurationKey.create("http://sap.com/xi/XI/System/HTTP_AAE", "URLParamFour");

  DynamicConfigurationKey URLParam_msg = DynamicConfigurationKey.create("http://sap.com/xi/XI/System/HTTP_AAE", "URLParamFive");

 

 

  conf.put(URLParam_uid, uid );

 

  conf.put(URLParam_pwd, pwd);

 

  conf.put(URLParam_mobile, mobile);

 

  conf.put(URLParam_srcphone, srcphone);

 

  conf.put(URLParam_msg, msg);

 

return uid;

 

 

when I tested it, NullPointerException occurred like this:

NullPointerException

 

Exception occured during processing /ns0:MT_YH0093_BST_RES/uid

Exception:[java.lang.NullPointerException: while trying to invoke the method com.sap.aii.mapping.api.DynamicConfiguration.put(com.sap.aii.mapping.api.DynamicConfigurationKey, java.lang.String) of a null object loaded from a local variable at slot 7] in class com.sap.xi.tf._MM_YH0093_BST_ method calculate[1, 2, 3, 4, 5, com.sap.aii.mappingtool.tf7.rt.Context@3ea227ea]

com.sap.aii.utilxi.misc.api.BaseRuntimeException: Exception:[java.lang.NullPointerException: while trying to invoke the method com.sap.aii.mapping.api.DynamicConfiguration.put(com.sap.aii.mapping.api.DynamicConfigurationKey, java.lang.String) of a null object loaded from a local variable at slot 7] in class com.sap.xi.tf._MM_YH0093_BST_ method calculate[1, 2, 3, 4, 5, com.sap.aii.mappingtool.tf7.rt.Context@3ea227ea]

at com.sap.aii.mappingtool.tf7.rt.MethodImplementedIteratorHelper.executeMethod(MethodImplementedIteratorHelper.java:188)      

 

 

Somebody could help me to solve this problem?

 

Thank you

Re: BPM instlation on PO 7.4 single stack?

$
0
0

Hi Pavan,

 

Thanks for your reply...

 

I have went to the above mentioned link but there i have not find any BPM or BRM component enabled/present.

 

Kindly tell me the perameter name that belowngs to NWBPM/BRM.

 

Regards,

Uday.

Re: Definition PO DEV java system on PO QA system for grouping and transport

$
0
0

Hi Harald,

 

Export integration engine tech. system on DEV system then import in QA sld it's done.

 

thank you for your support

Re: BPM instlation on PO 7.4 single stack?

Re: Do let me know if we can use database as Oracle Exadata 11.2.0.4 for PO system?

$
0
0

Hi,

 

Did you check the product availability matrix (support.sap.com/pam)? Navigate to the correct area and go to Technical Release Information -> Database platforms

 

Kind regards,

Dimitri


Re: PO 7.4: NW BPM How to create Data Objects.

$
0
0

Hi Sandeep,

Have you got it resolved? Can you please advise? Thanks.Arijit

Re: Do let me know if we can use database as Oracle Exadata 11.2.0.4 for PO system?

$
0
0

Thank you Dimitri.

It seems PO is supported by SAP.  Exadata is supported on SAP Products level wise not an application wise.

Re: Do let me know if we can use database as Oracle Exadata 11.2.0.4 for PO system?

$
0
0

Hi,

 

Process Orchestration (PO) is a SAP product. For sure it is supported.

Please make sure the complete set (PO version - database - operating system) is supported by SAP.

If not, you could face issues on future production systems in case problems occurs.

 

Kind regards,

Dimitri

Re: BPM instlation on PO 7.4 single stack?

Re: Exchange currency scenario in PO 7.4

$
0
0

Thanks Roberto for your reply!

 

I checked this and this REST works for SP 4 or more than that  but I am working SAP PO 7.4 SP 3.

 

Thanks,

Kumar

Re: Exchange currency scenario in PO 7.4

$
0
0

Hi,

 

It's not rest adapter, it's axis.

 

 

regards,

Roberto.

Re: Exchange currency scenario in PO 7.4

$
0
0

Yes Roberto .. AXIS adapter.. it was type mistake,,


Re: Exchange currency scenario in PO 7.4

$
0
0

"It seems that the very old AXIS adapter (available as of XI 3.0) can greatly help in this case"


I don't think you read on detail above link.



regards,

Roberto.

SOAP to JDBC synch interface timeout error

$
0
0

Hi,

 

we have SOAP to JDBC synchronous interface. And we are facing synch timeout error  in QA.

Messages will be in delivering status and later it gets into error status due to timeout.

if i restart the JDBC channel couple of times and then if i test the message again it starts working fine. But next day again we get the same time out error.

 

Logs details are as below:

Message1:

7/8/2015 11:34:19.717 PMInformationMessage status set to DLNG
7/8/2015 11:34:19.736 PMInformationDelivering to channel: JDBC_In_MCO
7/8/2015 11:34:19.736 PMInformationReceiver JDBC adapter: processing started; QoS required: BestEffort
7/8/2015 11:34:19.736 PMInformationMP: processing local module localejbs/CallSapAdapter
7/8/2015 11:39:19.696 PMErrorSynchronous timeout exceeded

 

Message2:

7/8/2015 10:35:13.287 PMInformationReceiver JDBC adapter: processing started; QoS required: BestEffort
7/8/2015 10:35:13.287 PMInformationMP: processing local module localejbs/CallSapAdapter
7/8/2015 10:37:45.872 PMInformationJDBC Adapter Receiver Channel JDBC_In_MCO: Processing started; party   / service MCK_MCO_Q
7/8/2015 10:37:45.911 PMInformationDatabase request processed successfully
7/8/2015 10:40:13.227 PMErrorSynchronous timeout exceeded

 

not able to understand if the delay is at DB side or in message processing within SAP PI itself.

Please help!

 

Thanks,

Jane

POT Creation

$
0
0

Hi,

 

I have gone through various blogs and documents available on help and SCN for POT and POB.

Still I am not able to find proper guide for POT configuration.

I would like to know, how Process Object Types are configured?

 

Thanks,

Hardik

WebfocusPIOracle

$
0
0

Hello All,

 

I have got requirement from my customer and he asked me do POC on PI.

 

They might have chance to use direct connection between webfocus and oracledatabase.but  that is little costly and need to pay licence cost. so they plans to use PI in middle.

 

 

Scenario flow:

 

 

1) Intial request comes from Webfocus to PI( on demand request)

2) PI gets retrieve data from Oracle database key as a initial request.

3) PI sends back data to Webfocus.

 

challenges:

 

1) how PI connects to Webfocus ? either use SOAP (or) REST- please clarify me on this? FYi  webfocus have their own adapters to connect SAP.

 

2) Oracle database may thousands datasets for one request. But webfocus wants data back to within seconds for ex: max 4 to 5 seconds, how I achieve on performance?

 

 

 


Please suggest your views.

 

Thank you.
Sateesh

Re: POT Creation

$
0
0

Hi Hardik,

 

Do you have more details/context? Do you face a specific problem?

Based on your initial post, I guess you will not get much information or a solution.

 

Kind regards,

Dimitri

Viewing all 2585 articles
Browse latest View live


Latest Images