cancel
Showing results for 
Search instead for 
Did you mean: 

Promotions are not visible after upgrade

former_member836825
Discoverer
0 Kudos
1,436

Hi Experts,

We are doing upgrade from SAP commerce from 1905 to 2211, after the upgrade we are able to see the webs site and back office but one issue we are facing when we navigate to Promotion Rule Option in back office , getting the below error

any inputs are helpful, thanks in Advance

Regards,

Venkateswarlu

Accepted Solutions (0)

Answers (2)

Answers (2)

kk94vasishtha
Discoverer
0 Kudos

Hi yeshwant_mulli,

In upgrade version of Hybris, ProductRAO, CategoryRAO and ProductConsumedRAO are deprecated and removed.

ProductRAO -> product Code = OrderEntryRAO -> productCode (String)

CategoryRAO -> category code = OrderEntryRAO -> categoryCodes (Set<String>)

kk94vasishtha
Discoverer
0 Kudos

Hi Venkateswar,

This is due to the unavailability of the bean. This can be easily resolved by providing a custom bean with the same name.

For example:-

<bean id="AbstractRule_deploymentsAttributeHandler" class="com.training.trainingcore.ruleengineservices.dynamic.RuleDeploymentsAttributeHandler">
<property name="rulesModuleResolver" ref="rulesModuleResolver"/>
</bean>
0 Kudos

Hi Vashisth, Can you please let me know if you come across an issue related to the deprecated productRAO, where we are setting it to the OrderEntryRAO, but the ProductRAO attribute is missing in OrderEntryRAO and also the productConsumedRAO classes.

In promotions, what is the alternate for the AbstractRuleConfigurationAgendaFilter and RuleConfigurationRRD classes.