Database error

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Database error

Sachin
Hi everyone,

I am trying to create table in database it is not working.

I tried to create a table and in webtools I am getting error like:

org.ofbiz.widget.screen.ScreenRenderException: Error rendering screen [component://webtools/widget/EntityScreens.xml#FindGeneric]: org.ofbiz.base.util.GeneralException: Error running Groovy script at location [component://webtools/webapp/webtools/WEB-INF/actions/entity/FindGeneric.groovy] (SQL Exception while executing the following:SELECT BLOG_TITLE, ENABLED, BLOG_SUB_CATEGORY_NAME, BLOG_SPEAKER_ID, BLOG_CONTENT, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP FROM NEW_BLOG (Table 'ocp.NEW_BLOG' doesn't exist)) (Error running Groovy script at location [component://webtools/webapp/webtools/WEB-INF/actions/entity/FindGeneric.groovy] (SQL Exception while executing the following:SELECT BLOG_TITLE, ENABLED, BLOG_SUB_CATEGORY_NAME, BLOG_SPEAKER_ID, BLOG_CONTENT, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP FROM ABCDEFGH (Table 'ocp.NEW_BLOG' doesn't exist)))


Please assist me on this

Waiting for the reply