cancel
Showing results for 
Search instead for 
Did you mean: 

Error while deploying my application

Former Member
0 Kudos

Hi,

I am getting the following error while deploying my application.

com.sap.mw.jco.JCO$Exception: (101) RFC_ERROR_PROGRAM: 'password' missing

at com.sap.mw.jco.MiddlewareJRfc.generateJCoException(MiddlewareJRfc.java:457)

at com.sap.mw.jco.MiddlewareJRfc$Client.connect(MiddlewareJRfc.java:1015)

at com.sap.mw.jco.JCO$Client.connect(JCO.java:3255)

at com.sap.dictionary.runtime.mdi.DataProvider.<init>(DataProvider.java:91)

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

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)

at com.sap.tc.webdynpro.progmodel.context.Context.init(Context.java:40)

at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:199)

at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.init(ClientComponent.java:430)

Thanks ,

nadh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Nadh,

please check this post.

/thread/283860 [original link is broken]

I think problem is with your JCO connections. Please check if JCO connection used is created. If it is created test the JCO connections used.

Thanks and regards,

Chinnu

Former Member
0 Kudos

Hi Nadh,

This is the code to execute RFCst

Z_Notification_Create_Input input = new Z_Notification_Create_Input();

wdContext.nodeZ_Notification_Create_Input().bind(input);

wdContext.currentZ_Notification_Create_InputElement().modelObject().addFlines(longText);

wdContext.currentZ_Notification_Create_InputElement().modelObject().execute();

Best regards,

Chinnu

Former Member
0 Kudos

Hi,

Solved.

Thank You.

Nadh

Answers (0)