Hi ...
I am facing a serious problem while trying to run the Web Dynpro application.
The JCO connections are tested fine while trying from WAS server, but giving the following error when tried to run ...
com.sap.tc.webdynpro.services.exceptions.WDTypeNotFoundException: type extern:com.sap.model.examples.types.IFlightsModel:com.sap.model.examples.types.Bapisfldst could not be loaded: com.sap.dictionary.runtime.DdException: failed to create provider: null
Please help.
Hi,
it seems that your JCO-Destinations are not defined in a proper way..
It is important, that you use two JCO-Destinations;
one for the Dictionary Data and the other one for the Application-Data.
You have to define two differnt Destinations, one of Type 'Dictionary Meta Data' and one of Type 'Application Meta Data'. Both point to the same R3 System!
The first one could access the R3 System only via MessageServer, so you have to take care, that accessing the R3-System via MessageServer must work properly.
Hope this helps, Frank.
Add a comment