cancel
Showing results for 
Search instead for 
Did you mean: 

Business Object Extension Activation error

gnseo
Explorer
0 Kudos

Hi,

I've met a weird problem.

I'd create a business object extension and a script with AfterModify Event on that.

And both were activated, but if I click on business object extension in solution explorer, it becomes unactivated, even nothing changed.

Then I can't activate it anymore. It shows error message like this.

If I delete the script item below the extension, it could be activated again.

So I guess, if I want the extension be activated, I must not have any script item under it.

Does anyone have any suggestion?

Regards.

Accepted Solutions (1)

Accepted Solutions (1)

anant_acharya
Advisor
Advisor
0 Kudos

Dear GoonNahm Seo,

This error usually happens because there's a variable in backend is taking system time and date to register the ABSL scripts. The first time activation goes through because BO activation doesn't call the registration function or class. However, when ABSL script is created, registration of those scripts happens and the class takes system date and time as input. If the operating system language is set to non-English language, the activation fails.

Resolution :1

Change your operating system language to English

OR

Resolution :2

Change date and time of your operating system into the format which not contain any characters or only contain numbers.

e.g. Change time format to 24 hours format so that AM or PM doesn't come.

After implementing this your issue should be solved.

Regards

Anant

gnseo
Explorer
0 Kudos

Solved.

Thank you very much.

Answers (0)