Error :The import of dataStore could not be finalized: The data store was save

Error :The import of dataStore could not be finalized: The data store was saved but cannot be published: The data source [jdbc/SqlServerDataSource] cannot be reached or its configuration is invalid. Details: Could not find datasource

The following error was displayed when the application was imported with Data Store whereas when we removed the data store from the package the application was imported successfully.
Please suggest....

OriginalPostID-96780

OriginalPostID-96780

  Discussion posts and replies are publicly visible

Parents
  • Different databases should not cause any issue like this as there is an ORM tier in the middle that handles translation. What you do need to verify is if the database is correctly configured. For e.g. is the JNDI names the same for the two instances you are trying to work on and things like that. This is why I suggested you check the datastore configuration first. Did you manage to do that?
Reply
  • Different databases should not cause any issue like this as there is an ORM tier in the middle that handles translation. What you do need to verify is if the database is correctly configured. For e.g. is the JNDI names the same for the two instances you are trying to work on and things like that. This is why I suggested you check the datastore configuration first. Did you manage to do that?
Children
No Data