cancel
Showing results for 
Search instead for 
Did you mean: 

Webdynpro Error-Message

Former Member
0 Kudos

Hi,

do somebody know the following message? I don't know, if I did someting wrong, or if it's a error from SAP.

The initial exception that caused the request to fail, was:

com.sap.tc.webdynpro.progmodel.context.ContextConfigurationException: DataNodeInfo(InterviewInitialisation.Z_Test_Input.Output.O_Felder): structure field Benutzerrolle not found

at com.sap.tc.webdynpro.progmodel.context.DataAttributeInfo.init(DataAttributeInfo.java:299)

at com.sap.tc.webdynpro.progmodel.context.NodeInfo.initUnmappedAttributes(NodeInfo.java:687)

at com.sap.tc.webdynpro.progmodel.context.DataNodeInfo.doInit(DataNodeInfo.java:238)

at com.sap.tc.webdynpro.progmodel.context.NodeInfo.init(NodeInfo.java:671)

at com.sap.tc.webdynpro.progmodel.context.NodeInfo.init(NodeInfo.java:674)

... 50 more

There was a change of the model with adding this field "Benuterrolle". I have made a model reimport, and in Webdynpro I can see and use the model without any problems.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

This is a very common error after model re-import...just restart the server node to remove this error...or u can try one more thing...Refresh the ARFC cache from webdynpro console in System Administration in portal ...but there is a possibility that it may not work...But restarting the server node will surely solve the error...Nothing wrong in ur code...

Regards

nikhil_bose
Active Contributor
0 Kudos

stephan,

After the meta model change, the easiest way is recreating the model. This is easy if the model name and the package are kept intact.

Use the same package and model name for re-creating the model. only the mappings needs to be completed for Component controller and view controller.

Can you see Z_Test_Input.Output mapping in controller ? I think the mapping is broken.

Cheers

-Nikhil