When I run my dynpro application, I am getting the above error.
com.sap.tc.webdynpro.services.exceptions.WDRuntimeException:
Failed to resolve JCO destination name 'WD_RFC_META' in the SLD. No such JCO
destination is defined in the SLD.
at
com.sap.tc.webdynpro.serverimpl.wdc.sl.JCOClientConnection.resolveConnectionParameter(JCOClientConnection.java:420)
at
com.sap.tc.webdynpro.serverimpl.core.sl.AbstractJCOClientConnection.init(AbstractJCOClientConnection.java:243)
at
com.sap.tc.webdynpro.serverimpl.core.sl.AbstractJCOClientConnection.<init>(AbstractJCOClientConnection.java:228)
at
com.sap.tc.webdynpro.serverimpl.wdc.sl.JCOClientConnection.<init>(JCOClientConnection.java:84)
at
com.sap.tc.webdynpro.serverimpl.wdc.sl.SystemLandscapeFactory.getJCOClientConnectionUnMapped(SystemLandscapeFactory.java:151)
...
70 more
As far as i can see it is happening the preprocessing phase.
com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Exception was
thrown in preprocessing phase of application session
I have migrated my old ARFC1 to ARFC2 model and created the destination in NWA and did not create my JCO destination in webdynpro admin. When I went and created the WD_RFC_META, the application ran fine. Please do note I created only the META destination in JCO and it worked (application destination still exist only in NWA)
Just curious if I am missing the migration steps? or did my migration fail (I no longer have the context menu to migrate to ARFC2). I am not familiar enough with this dynpro to recreate the model.Only difference between my other applciations is that sap.authentication is turned on for this application (application properties). other application did not have it turned on and there was no problem migrating to ARFC2