Jump to content

Exception in SCD component for MYSQL


avshah2

Recommended Posts

 Hi,

  While executing a job (oracle -> mysql data transfer), it is showing following error.

 “Exception in component tMysqlSCD_1

com.mysql.jdbc.exceptions.jdbc4.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 'FROM `dw_product_scd`' at line 1”

It is showing error in code generated by tool.

Kindly help with the resolution of this error.

 

Thanks,

Amit.

Link to comment
Share on other sites

  • 2 weeks later...
  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Hi Amit,

 

As you can see from the error, there is a problem with your MySQL synthax. THere is no way to solve the issue without looking at the SQL and probably the whole job.

Try to check what can be wrong with the SQL synthax by checking with the SQL manuals. If you cannot solve the issue you may want to export and attach the job here so I can try and test it.

 

Cheers,

Stas

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...