cancel
Showing results for 
Search instead for 
Did you mean: 

Entity Read Problem

Former Member
0 Kudos

Hi,

We are developing an application with multiple read-only MBOs and just a few editable.

We developed the read-only MBOs connecting through JDBC and SOAP connections without no trouble.

Now we are trying to add an entity read operation to a editable MBO but we found an error.

When I try to make a deploy after the adition of the entity read operation, I always get this error:

org.eclipse.core.runtime.CoreException: Deploy error:

endpoint_creation_warning:

    ----Endpoint creation warning: The endpoint cannot be created: endpoint enterprisename_SGT_MBO_NAME_credential has already been created for Unwired Server.

endpoint_creation_warning:

    ----Endpoint creation warning: The endpoint cannot be created: endpoint enterprisename_SGT_MBO_NAME_create_credential has already been created for Unwired Server.

endpoint_creation_warning:

    ----Endpoint creation warning: The endpoint cannot be created: endpoint enterprisename_SGT_MBO_NAME_update_credential has already been created for Unwired Server.

endpoint_creation_warning:

    ----Endpoint creation warning: The endpoint cannot be created: endpoint enterprisename_SGT_MBO_NAME_credential has already been created for Unwired Server.

endpoint_creation_warning:

    ----Endpoint creation warning: The endpoint cannot be created: endpoint enterprisename_MBO_NAME_create_credential has already been created for Unwired Server.

endpoint_creation_warning:

    ----Endpoint creation warning: The endpoint cannot be created: endpoint enterprisename_SGT_MBO_NAME_credential has already been created for Unwired Server.

endpoint_creation_warning:

    ----Endpoint creation warning: The endpoint cannot be created: endpoint enterprisename_SGT_MBO_NAME_finalizarPedido_credential has already been created for Unwired Server.

endpoint_creation_warning:

    ----Endpoint creation warning: The endpoint cannot be created: endpoint enterprisename_SMBO_NAME_Pedido_entityRead_credential has already been created for Unwired Server.

ds_deploy_error:

varify_failed:

    ----Verify failed for deployment with mode VERIFY.

    at com.sybase.uep.tooling.deploy.uepserver.UEPDeploySession.deploy(UEPDeploySession.java:154)

    at com.sybase.suade.deploy.core.operations.ExecuteDeploymentOperation.deployPackages(ExecuteDeploymentOperation.java:354)

    at com.sybase.suade.deploy.core.operations.ExecuteDeploymentOperation.run(ExecuteDeploymentOperation.java:103)

    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)

The strange part is that errors occur in many MBOs, not only in the one withe the entity read.

Any idea about this problem?

Have you ever worked with entity read?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Sent to Sybase.

Developer team is dealing with this.