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

Cronjob with SAP Integration: No Base Store active!

Former Member
0 Kudos
1,467

The goal is to pull data from a SAP CRM System on Demand. The call needs to be synchronous, so the data hub is no option. It is implemented as a Cronjob loading the data using JCO. But as soon as the Backend Object try to access the SAP Configuration in hybris, the following error message is returned:


[SAPConfigurationServiceImpl] SAP Configuration service exception: No Base Store active!

What do I need to do to use the SAP Configuration Service in a cronjob without a BaseStore in the Session?

There is no error in the settings.

  • RFC Ping works

  • connection via data hub works

  • direct request from the storefront via RFC works

View Entire Topic
padma_1968
Explorer
0 Kudos

Same error occurs in a custom Business process action execution. Do we need to set the basesite inside every action of the business process Marwa?

juliancookie
Explorer
0 Kudos

Hey padma_1968 , i have the same issue. Can you tell me how you solve it? thanks and regards