cancel
Showing results for 
Search instead for 
Did you mean: 

Web Dynpro error during deployment

Former Member
0 Kudos

Can someone help us to get rid of the error written below?

We are trying to create a webservice WSDL . and for that we r first deploying our EAR file on the j2ee engine.

during deployment we r getting this error.

The dictionary table has already been created and deployed onthe server and its SDA file has been created.

Caused by: com.sap.engine.services.connector.exceptions.BaseResourceException: ConnectionFactory "MM03_Table" does not exist. Possible reasons: the connector in which ConnectionFactory "MM03_Table" is defined is not deployed or not started.

Thanx

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

This would be the problem with data source name.

Expand your EJB module project>open persistent.xml>copy the Datasource name

Right click on your EAR project>New>select Meta-INF/data-source-aleases.xml-->paste the data source name.

Regards,

Naga

Answers (0)