CRFCN0352E

The project could not be connected to.

The project is not Java based. This message is displayed in these instances:
  • The subtype of the datastore project does not match the runtime type. Datastore project subtypes and runtime types must match for connections to be established.
  • FtInstallOptions.ALLOW_VBNET_REMOTE_TESTING is not true.

This indicates that the current setting has to be a Java project only. The valid project subtype is JAVA_PROJECT_SUBTYPE.

Do one these steps, and then try the operation again:
  • Use a Java project.
  • Verify that the datastore subtype and the runtime type match.
  • Make FtInstallOptions.ALLOW_VBNET_REMOTE_TESTING true in ivory.properties file.