19
Views
3
Comments
[ardoJSON] Update resulted in Error in Module consuming ardoJSON
ardojson
Service icon
Forge asset by João Barata
Application Type
Service

Hello,

I'm creating this post since when we updated ardoJSON from version 1.10.5 to 1.10.9, we started having some errors with one of our modules that uses ardoJSON.

The error from the logs is the following:

  • Method not found: 'Void OutSystems.NssardoJSON.IssardoJSON.MssJSONSelect(System.String, System.String, Boolean, System.String ByRef)'.

We also tried with version 1.10.8 and we got the same outcome. For now the workaround was to rollback to the version we had.

I wonder if someone already faced this issue and if so, what may be the root cause of it and how may we fix it.

Thank you in advance.


Best regards,

Rodrigo Marques

2022-08-03 04-32-50
Ravi Punjwani

Hi Rodrigo,

Did you update the references in consumer module after upgrading the ardoJSON component?

UserImage.jpg
Rodrigo Marques

Hi Ravi,

Thank you for your reply.

I've republished the whole solution just to be sure every dependency would be updated.

Only the applications consuming  this module that uses ardoJSON and also another extension is throwing this error. Could this be a incompatibility between ardoJSON and the other extension?


Best regards,

Rodrigo



2022-08-03 04-32-50
Ravi Punjwani

Hi Rodrigo,

It is possible that your whole "solution" might not contain some applications that were being used. Solution only contain a specific set of apps, not necessarily all the apps in your environment.

I recommend looking at the Service Center > Factory > Modules > Status > "with errors and warnings" to see if any modules are having error. Usually there would be a long list of those modules which you don't use it too frequently. But make sure your required module doesn't have any error or warnings.

Also check the module itself from Factory > Modules > search by name > Module Name link > Dependencies tab. See if you find any dependencies outdated. If all good here, then check same in the Producer modules one by one and check their Dependencies.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.