cancel
Showing results for 
Search instead for 
Did you mean: 

failed to create or init instance JCO Error

Former Member
0 Kudos

Getting this error when i execute the RFC

failed to create or init instance of model 'org.sfrc.finance.reports.model.MO_FinalReports' in scope APPLICATION_SCOPE with instanceId 'null'

Same Jco dest names are working fine for other application, even after rebuild and restart i am getting the same error.

Thanks

Karthi D.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Karthi,

check this link

basically you need to close the modesl once you are done with calling the RFC

Thanks

Bala Duvvuri

Answers (1)

Answers (1)

yogesh_galphade
Contributor
0 Kudos

Hi

There is nothing wrong with jco destination name, check with rfc which you are calling in controller; in wdinit of ctller check you have initialized the rfc instance correctly.