cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Could not perform auto publish for pool SAPORDER_OUTBOUND_POOL because no target systems were found.

Former Member
0 Likes
431

Hi,

I am getting the below message when trying to connect to SapErpSystem

Could not perform auto publish for pool SAPORDER_OUTBOUND_POOL because no target systems were found.

sapcoreconfiguration.autopublish.targetsystemsbypools=GLOBAL.HybrisCore,GLOBAL.SapErpSystem,SAPCUSTOMER_INBOUND_POOL.HybrisCore,SAPCONSUMER_INBOUND_POOL.HybrisCore,SAPCONSUMER_OUTBOUND_POOL.SapErpSystem,SAPCONTACT_OUTBOUND_POOL.SapErpSystem,SAPORDER_OUTBOUND_POOL.SapErpSystem,SAPORDER_INBOUND_POOL.HybrisCore,GLOBAL.HybrisInvoiceInstallation,SAPOAASITE_INBOUND_POOL.HybrisCore,SAPOAARSI_INBOUND_POOL.HybrisCore

Thanks Aparna

Accepted Solutions (1)

Accepted Solutions (1)

mansurarisoy
Contributor
0 Likes

I'm guessing you enabled IN_MEMORY mode as suggested by Hybris. In this case, you need to add target.system.publication.configuration property. The property is set like sapcoreconfiguration.autopublish.targetsystemsbypools property, so in your case you should add the following line to your properties file, and commented out the sapcoreconfiguration.autopublish.targetsystemsbypools property.

 target.system.publication.configuration=GLOBAL.HybrisCore,GLOBAL.SapErpSystem,SAPCUSTOMER_INBOUND_POOL.HybrisCore,SAPCONSUMER_INBOUND_POOL.HybrisCore,SAPCONSUMER_OUTBOUND_POOL.SapErpSystem,SAPCONTACT_OUTBOUND_POOL.SapErpSystem,SAPORDER_OUTBOUND_POOL.SapErpSystem,SAPORDER_INBOUND_POOL.HybrisCore,GLOBAL.HybrisInvoiceInstallation,SAPOAASITE_INBOUND_POOL.HybrisCore,SAPOAARSI_INBOUND_POOL.HybrisCore

You can find the related documentation from the following link: https://help.hybris.com/6.7.0/hcd/7cb1b38932bd4da0a4f02c5ccdaad0ce.html

Hope this helps,
Mansur

Answers (0)