You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment TraceX only works properly if just 1 EDC is configured for a company / BPN. In real life this scenario won't work, because companies will have multiple EDCs.
Example
[
{
"bpn": "BPNL000000000CX4",
"connectorEndpoint": [
"https://EDC-Cof-Test-01.cofinity-x.com",
"https://EDC-Cof-Test-05.cofinity-x.com",
"https://controlplane.preprod.cofinity-x.com"
]
},
{
"bpn": "BPNL0000000017BL",
"connectorEndpoint": [
"https://controlplane-trace-x.preprod.cofinity-x.com"
]
}
]
Impact
Additional information
I'm willing to contribute to this feature
The text was updated successfully, but these errors were encountered:
Description
At the moment TraceX only works properly if just 1 EDC is configured for a company / BPN. In real life this scenario won't work, because companies will have multiple EDCs.
Example
[
{
"bpn": "BPNL000000000CX4",
"connectorEndpoint": [
"https://EDC-Cof-Test-01.cofinity-x.com",
"https://EDC-Cof-Test-05.cofinity-x.com",
"https://controlplane.preprod.cofinity-x.com"
]
},
{
"bpn": "BPNL0000000017BL",
"connectorEndpoint": [
"https://controlplane-trace-x.preprod.cofinity-x.com"
]
}
]
Impact
Additional information
The text was updated successfully, but these errors were encountered: