Hi Experts,
Business wants to upgrade to PO 7.5 from PI 7.0. Please let me know if this comes along with licence to use NWBPM or not. If not then what needs to be done so that we have PO 7.5 and also use NWBPM if required.
PO 7.0 contains CCBPM...
Hi Experts,
IP address of the SAP PI server (version 7.5) is going to change after Operating system and Database upgrade. Please suggest what steps are needed after the change so that the business flows are not affected. What are changes required ...
Problem statement:
Please consider below payload structures
Source data structure
Target data structure
Suppose we need to create 4 Strc elements in target group with values from the field S1,S2,S3,S4 in source.
Solution:
The problem can be...
Problem statement : Files will arrive all through the day to an PI source directory. Once during end of the day PI needs to zip the files and send it to target locations. The files which arrive in PI might come with multiple file extensions or names....
Dear SCN Support,
When i type a query through google about sap issues . I get several answers and correct ones too but I fail to see names of member as they are shown to be "former member".
My question is SCN is a community which helps i...
Hi Ramu, you need Java mapping or adapter module in PI/PO use JDBC to store and retrieve information in Azure SQL Database. This might require use of Maven to obtain dependency classes. Details can be found here RegardsAnupam
Hi Ramu. In the error screenshot "readAddress(..)" failed is shown.The adapter is failing to read from IP address which is mentioned in readAddress("IP Address"). This is third party application issue.Please try to ping this IP address from PI ser...
Hi Syed,while using NWDS add the jar files by this method shown below though build path. This should fix all dependencies automatically. In case you are adding external jars for example apache classes then dependencies need to be resolved by adding e...
Hi Niyati,Please try following design approach 1. From ecc proxy message is triggered at regular intervals with payload<?xml version="1.0" encoding="UTF-8" ?>
<root>
<login>my_email@company.com</login>
<pword>my_password</pword>
</root>2. build a...
Hi Christopher, Please try removing all import statements related to java.protocol.handler.pkgs . Then try to execute the code containing on this part of the code.Java will show you exact error. RegardsAnupam