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

ESR Object does not appear in the PO.

0
0

Hi Experts,

 

We are in the midst of migrating our PI 7.11 to PO 7.4. I tried to export the objects of one of the interface from the production server in PI and import the TPZ file into the development server in PO 7.4. However, the objects does not appear at all in the namespace in the PO. I have tried the below steps but it is not helping. Any idea how to solve this? Hope to get it solved. Thanks.

 

Steps taken:

  1. Checked in the cache status overview of the ESR and it shows that it was imported successfully.
  2. Refresh the SLD Data Cache and re-import it again.

 

Regards,

Shawn


Post Installation Activities in PO 7.4

0
0

Hi Experts,

 

 

      I have installed PO 7.4 package in windows server 2008 with DB6 database. Please anyone explain me what are all the post installation  i need to carry out to get my system ready...

 

Regards,

Vetri

Process Orchestration Install

0
0

Could someone please help me. I would like to see a guide on the hardware and os requirments for a PO 7.31 installation dual and single. Please point me to a thread or document or write it here

 

regards

 

vince

Dynamic File name SFTP (SFTP ADAPTER 1.0)

0
0

Hello,

 

I am using simple SFTP (SFTP ADAPTER 1.0) to proxy scenario in our SAP PO.

 

I am trying to assign source file name using below UDF:

 

 

public String getFileName(Container container) throws StreamTransformationException{

try{

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

 

 

DynamicConfigurationKey key = DynamicConfigurationKey.create("http://sap.com/xi/XI/System/File","FileName");

 

 

String SourceFileName = conf.get(key);

 

 

if( SourceFileName == " "  )

{

SourceFileName  =  " LTB_CBUR_MissingFile" ;

}

 

 

conf.put(key, SourceFileName);

 

 

}

catch  (Exception e)

{

String exception = e.toString(); 

return exception; 

 

 

return "1"; 

 

We are getting null pointer exception.. I have tick marked set adapter specific message attributes on sender CC.

 

Thank you

John

Best transport options in SAP PI 7.31 single stack

0
0

Hello everybody,

 

We are going to finished the installation of new SAP PI 7.31 + BPM (SAP PO) single stack. I have a doubt refered how to choose the correct architecture of transports.

 

  Before it was possible to choose several types of installations (File transport or CTS+ or CMS).

  For me CTS+ is the best choice for transport PI objects but now I think the best installation should be CTS+ and NWDI. NWDI for transport iflows and module adapters and CTS+ for standard PI Objects.

 

  At this point I have the following questions:

 

  -  Is posible to use CTS+ in NWDS?

  -  Must CTS+ be configured in SAP Solution Manager?

  -  For integration flows, how can I transport those objects? If they are java deployed objects I supposed that NWDI should be used. Is ok this assumption?

 

I didn't found any information in SDN.

 

Best regards and thank you in advanced

Iván Prieto

Use of Mail Adapter in PO 7.40

0
0

Hi Expert,

I configured in my IFLow the use of Mail Adapter and works fine, but now I have the need to extend my interface also use the CC field in the email.

I have already add the parameter CC in my IFlow and in my Operation Mapping as I already do for the parameter TO and this part is ok or that's how it seems.

 

IFLow.jpg

The problem/error appears in the java mapping when I manage this new parameter and insert it in the structure, see code below:

 

...

      String to = getInputParameters().getString("TO");

      String cc = getInputParameters().getString("CC");

...

      this.rootElement = new XMLElement("ns1:Mail", XMLElement.XML_TYPE_ELEMENT, null);

      this.rootElement.addAttr("xmlns:ns1", "http://sap.com/xi/XI/Mail/30");

      if ((sid.equals("I3O")) || (sid.equals("K3O"))) {

     this.rootElement.addElement("Subject", 1, " Lieferterminmeldung fuer fehlerhafte Auftraege - " + sid);

      } else {

     this.rootElement.addElement("Subject", 1, " Lieferterminmeldung fuer fehlerhafte Auftraege");

      }

      this.rootElement.addElement("From", 1, "a@a.com");

      this.rootElement.addElement("To", 1, to);

      this.rootElement.addElement("Cc", 1, cc);

      this.rootElement.addElement("Content_Type", 1, "text/html");

      this.rootElement.addElement("Content", 1, content);

...

 

The error that I found on Message Monitor is:

ErrMail.jpg

Could someone help me  figure out where is my mistake?

 

Thanks in advance for any help

Viewing all 1306 articles
Browse latest View live




Latest Images