cancel
Showing results for 
Search instead for 
Did you mean: 

Cannot navigate via outbound plug - error

Former Member
0 Kudos

Hi,

Currently we have upgraded our WAS server 6.40 from SP 9 to SP 19.In our application we are passing data from one dc to another dc via interface view controller.It was working pefectly with Sp9 and with sp 19 we are getting the below error.

com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Cannot navigate via outbound plug GoToETCA of view PenPersonListView because there is no navigational link attached to it

at com.sap.tc.webdynpro.progmodel.view.View.navigate(View.java:349)

at com.sap.tc.webdynpro.progmodel.view.View.navigate(View.java:292)

at com.telstra.ma.wdp.penpersonlistcomp.wdp.InternalPenPersonListView.wdFirePlugGoToETCA(InternalPenPersonListView.java:1820)

at com.telstra.ma.wdp.penpersonlistcomp.PenPersonListView.onActionLinkToETCA(PenPersonListView.java:1256)

at com.telstra.ma.wdp.penpersonlistcomp.wdp.InternalPenPersonListView.wdInvokeEventHandler(InternalPenPersonListView.java:786)

Any suggestions? or any solutions?

Regards,

Arun

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Please ensure that a navigational link is attached to your outbound plug from the src view to destination view.

thanks & regards,

Manoj

Answers (2)

Answers (2)

Former Member
0 Kudos

The navigation link was the problem and i recreated it and it working fine.

Former Member
0 Kudos

Hi,

It is very clear from the exception that you did not create navigation link to utbound plug GoToETCA of view PenPersonListView.Please create a navigation link to the out bound plug

Regards,

Sudhir

Former Member
0 Kudos

Thanks. But the same application works perfectly when deployed in SP 9 server.

Regards,

Arun

Former Member
0 Kudos

Hi,

Iam not sure why it worked with previous version,but if navigation link is not created for outbound plug,then deffinetly the above exception will be thrown in any version.

Regards,

Sudhir

Former Member
0 Kudos

Thanks sudhir. we are manually firing the plug here beacuse passing the data from one component to another component.

Regards,

Arun

Former Member
0 Kudos

Hi Arunkumar,

You may fire plugs manually,but the plug which you are firing should have a navigation link.

Regards,

Sudhir

Former Member
0 Kudos

sudhir,

There is a Navigational link from the view to the interface controller.i belive thats the reason it worked in Sp 9. and after the upgrade to Sp19 some reason the navigation link is not recognized.

Regards,

Arun

Former Member
0 Kudos

Hi,

Is your problem solved or still you are facing it.

Regards,

Sudhir