cancel
Showing results for 
Search instead for 
Did you mean: 

Using Dynamic Configuration in PI 7.4 for TargetURL

david_pauley2
Participant
0 Kudos

Dear Experts,

We have setup PI 7.4 (single stack) on our sandbox and I have begun to experiment with it.  I have one scenario (File to HTTP) where I pick up an XML file and send it via HTTP to our vendor.  Due to vendor requirements, I had used dynamic configuration in PI 7.1 to set TargetURL to the vendors URL.

This worked fine in PI 7.1 however I am having a time figuring this out in PI 7.4.  First, in the HTTP_AAE receiver adapter, advanced parameters, adapter-specific message properties, the TargetURL is not available.  Is it no longer possible to use dynamic configuration to set URL in TargetURL?  I looked at the Adapter Meta data and TargetURL is still there.  In the mapping I changed the namespace to use the new adapter meta data.

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

All helpful information will be rewarded.

Thanks,

David Pauley

Accepted Solutions (1)

Accepted Solutions (1)

former_member184720
Active Contributor
0 Kudos

As per the note 1742088 - FAQ: PI 7.30 / PI 7.31 HTTP_AAE Adapter

  • Q4: Is it possible to send the Host & Port details HTTP_AAE adapter to form an HTTP URL(using Dynamic Configuration)?
  • A: It is not possible to make use of Dynamic Configuration for URL parameters like Host & Port.

will check further..

Samething confirmed @ http://scn.sap.com/thread/3310477

Also have a look at the below note if it helps..

http://search.sap.com/notes?id=0001873415

Message was edited by: Hareesh Gampa

david_pauley2
Participant
0 Kudos

Thanks Gampa for your response.

To SAP: this sucks big time.  Fix it!!

Answers (0)