0

I'm getting the following error while trying to access the Worklight server deployed in my machine:

Error 500: Worklight Console initialization failed.Logged Exception: 
java.lang.RuntimeException: FWLSE0206E: The project /worklight failed to initialize, because the project database schema for data source jdbc:db2://xxxxx:50000/WRKLGHT is from version N/A, which is not supported by the server from version 6.1.0.00.20131126-0630. Use the Worklight ant tasks to upgrade the project database schema. [project worklight] 
Idan Adar
  • 44,156
  • 13
  • 50
  • 89
Vinay
  • 89
  • 6
  • You will need to explain what you have done with your database setup. Right now it sounds like you are trying to connect to a database not created with Worklight 6.1 – Idan Adar Feb 19 '14 at 15:03

1 Answers1

0

Follow what the error message suggests.

Make sure that the database schema you use for your DB2 database is one that fits Worklight 6.1

Idan Adar
  • 44,156
  • 13
  • 50
  • 89