on 2019 Jun 11 1:11 PM
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?
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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?
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
User | Count |
---|---|
32 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.