SAP PO vs SAP Business Connector ?
I'm going to set upa SAP PO proof of concept. The objective of thePoCisto replacethe existingSAP Business Connector. Is theredocumentation ofhow wecan representElsterin SAPPO?
View ArticleRe: SAP PO vs SAP Business Connector ?
Please start with Note 1293294 - Adv. ret. for tx sls/pur. w/ Elster and PI 7.10, 7.11, 7.30, minimum requirement is PI, so you do not necessarily need PO if you only want to use it for Elster.
View ArticleRe: Alerting of message orchestration in transactional situations
Hello Matt, The reason why I didn't document this process is that this tool is not recommended by SAP due to the memory consumption issue. However I haven't faced this issue in our PROD environment....
View ArticleRe: NWDS Integration Flow (iFlow) Cache Refresh
you should try to undeploy the iFlow instead of deleting it. The Integration Flow is very buggy at this stage and we experienced a lot of weird issues. Try to use integrated configuration if possible...
View ArticleIssue when deploying BPM process in NWDS
Hi everybody, I'm new to developing BPM processes in NWDS and I'm facing an issue when deploying. First of all, I created a simple BPM process using version of NWDS SAP NetWeaver 7.3 SP08 PAT0005...
View ArticleRe: Issue when deploying BPM process in NWDS
Hi , can you please downlaod the NWDS from below linkhttp://nwdsupdate.wdf.sap.corp:57000/updatesite/nwds.installation.core-NW731CORE_SP_RELthis is ehp1 731 NWDS..Hope i understand your question...
View ArticleRe: Issue when deploying BPM process in NWDS
Hi Luis, There is a simple rule with NWDS and that is it should be the same version as the system you are deploying to, i.e. your target run time system. So if you are going to deploy your objects to...
View ArticleRe: Issue when deploying BPM process in NWDS
Hello, thanks a lot for your replies, they were really helpful. We got the issue resolved! Thanks,Luis
View ArticleBPM monitoring. Find discarded messages.
Hi! I have question about monitoring in BPM. In this blog Boost your Correlation Scenarios with Conditional Starthttp://scn.sap.com/community/bpm/blog/2013/04/04/conditional-start-monitoring-47 said:...
View ArticleRe: BPM monitoring. Find discarded messages.
Did you examine the BPM application log as mentioned in http://scn.sap.com/community/bpm/blog/2013/04/04/conditional-start-monitoring-47#One_More_Thing_The_Application_Log?
View ArticleRe: BPM monitoring. Find discarded messages.
Yes, i did. Category "Application/BPM/Correlation" is empty. See below my test's screenshot. 1. Request from SOAPUi. Start Condition = string-equal(get(MT_test_bpm/item,0)/val,"1") 2. PIMON3. nwa/logs...
View ArticleBPM JMS CorrelationID
Hi,I have a BPM scenario (AsyncSyncBrige) JMS to WS (Request) and back at JMS for the confirmation (Response). I’m having issues with the JMS CorrelationID, PI is not returning anything back in the...
View ArticleRe: BPM monitoring. Find discarded messages.
Hi again, I recommend to post a link to this question as comment in the blog
View ArticleRe: BPM JMS CorrelationID
Hi, Are you using BPM for achieving the above scenario ? Are you using PO for the above scenario... Can I know the reason why you didn't opt for request response bean for this ? RegardsRajesh
View ArticlePI 7.3 EHP1 Async-sync bridge using IDOC_AAE
Hi, I have a requirement to send Purchase Order idocs from ECC 6 to a third party Vendor. This has to be implemented using an Idoc (ORDERS05) at the ECC end and a synchronous web service at the Vendor....
View ArticleRe: PI 7.3 EHP1 Async-sync bridge using IDOC_AAE
You can debug the SOAP call with Fiddler. Install Fiddler, and configure the proxy in the receiver channel to route the request through Fiddler. Like this you can monitor request/response....
View ArticleRe: PI 7.3 EHP1 Async-sync bridge using IDOC_AAE
Hi Martin, Thanks for your reply. An issue I have with this is that the third party service is called via HTTPS so I won't be able to see the contents of the call if using something like Fiddler. I'm...
View ArticleRe: PI 7.3 EHP1 Async-sync bridge using IDOC_AAE
Try to send with HTTP via Fiddler, you might be able to see and compare the requests at least Another thing: when you test with soapUI, the SOAP sender channel you use, does it have quality of service...
View ArticleRe: PI 7.3 EHP1 Async-sync bridge using IDOC_AAE
Hi, Also Try using the file adapter in place of idoc adapter and check if that works...just a thought if something wrong with java idoc adapter...for Async - sync Scenarios... Post your update after...
View Article