Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error message "The cache could not be updated...." when try to build a schema #7

Open
tlammer opened this issue Aug 21, 2015 · 0 comments

Comments

@tlammer
Copy link
Contributor

tlammer commented Aug 21, 2015

Issue: Error message - "The cache could not be updated. Error: MySQLSyntaxErrorException (You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-paleo(dwcinvert-paleoId int, 'catalogNumber' verchar (32), 'class' varchar (500),' at line 1).
the "-paleo(dwcinvert0paleoId" part of the error will change depending on the name of the Schema Mapping.

Cause: MySQL does not know how to interpret the "-" in the schema mapping name

Resolution: Need to remove "-" from schema mapping name.

@tlammer tlammer changed the title Receive error message when try to build a schema "The cache could not be updated...." Error message "The cache could not be updated...." when try to build a schema Sep 30, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant