cancel
Showing results for 
Search instead for 
Did you mean: 

How to enable Outbound Sync in 1811 Commerce for local build

Former Member
0 Kudos
531

We are having trouble bringing up the Outbound Sync (Under Integration UI Tool of backoffice) on 1811 Commerce (Local Build).

We were under the impression that it has to be build on 1811 Commerce Cloud; however, in this webinar (https://enable.cx.sap.com/media/0_c5d5tt8x) at 19:43 we found that a local build version of 1811 Commerce also enable Outbound Sync (see screencap below).

Thus we wonder how this setup can be done?

View Entire Topic
regina_moore
Explorer
0 Kudos

Hi, to enable Outbound Sync, you need to include the 'outboundsyncbackoffice' extension in your local extensions.xml. Let us know if you have any questions.

Thanks, Regina

Slava
Product and Topic Expert
Product and Topic Expert
0 Kudos

On 18.11 it might be integrationbackoffice extension. I don't remember whether we backported outboundsyncbackoffice to 18.11, but I doubt it.

Former Member
0 Kudos

After adding "extension name='outboundsyncbackoffice'/" in localextension.xml, I found the following error while running "ant clean all":

[jackey.t.wong@hybris-dev platform]$ ant clean all Buildfile: /opt/hybris-1811-scpi/hybris/bin/platform/build.xml [ysetplatformproperties] Error while evaluating file '/opt/hybris-1811-scpi/hybris/config/localextensions.xml'. Extension 'outboundsyncbackoffice' doesn't specify a path and no scanned extension was matching the name. Please check file /opt/hybris-1811-scpi/hybris/config/localextensions.xml.

Referring to https://help.sap.com/viewer/50c996852b32456c96d3161a95544cdb/1811/en-US/89003e5f607a45df808970b2c5b9... I also have had "extension name='integrationbackoffice'/" included in the localextension.xml

Another thing I spotted in the above document that this extension is located in hybris/bin/modules/integration-apis/outboundsyncbackoffice but such directory (hybris/bin/modules) is not available in my current version hybris.

I wonder where I can obtain such directory?

former_member213564
Participant
0 Kudos

Hi Jackey, I got the hybris/bin/modules after migrating to 1905. I'm not sure if it's available for 1811 because I never used it.

Kind regards

oakeshial
Explorer
0 Kudos

Hi,

Did you make the outbound sync work in local? Can you please explain it.

Thanks,

OL

former_member662645
Discoverer
0 Kudos

Hi

Filip is right, you need to include only these five extensions for outbound sync.

<extension name="outboundservices" />

<extension name="outboundsync" />

<extension name="integrationbackoffice" />

<extension name="integrationmonitoringbackoffice" />

<extension name="odata2webservices" />

<extension name="outboundsyncbackoffice" />

Make sure you execute all the impex manually (if you don't want initialize) from above extensions to get the integration perspective in backoffice.

Thanks