Skip to Main Content

GoldenGate

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

OGG Microservices: Adding PATH fails with OGG-08518 'The network connection could not be established

mariam.kupaApr 6 2019 — edited May 17 2019

I have created extract process EXT01. Now I am adding PATH (similar to DataPump in GG Classic Architecture) with the following parameters:

pastedImage_2.png

I can telnet to the mentioned <Receiver ip> : <Receiver port> and <Distributor ip> : <Distributor port>

If I just click Create Path without running it , and then try to start the path I receive the following picture:

pastedImage_3.png

This is an error message that I receive when starting path;

pastedImage_0.png

Do you have an idea?

Comments

661621
Do you want to change the linking between OIM Exchange connector and attribute proxy addresses? If you have the Exchange 9.1 connector that would be easy using attribute mapping. Could you specify the connector version.
661915
Hashtable ht = new Hashtable();
Vector msv = new Vector();
Vector msv1 = new Vector();
msv.add("SMTP:xxxx@gmail.com");
msv.add("smtp:zzzzzz@yahoo.co.in");
msv.add("X400:c=US;a= ;p=First Organizati;o=Exchange;s=gupta;g=vineet");
msv1.add("{26491CFC-9E50-4857-861B-0CB8DF22B5D7}");
ht.put("proxyAddresses", msv);
ht.put("msExchPoliciesExcluded", msv1);

and call Exchange apis passing this hashtable
1 - 2

Post Details

Added on Apr 6 2019
13 comments
5,122 views