Community Forum

Forum Replies Created

  • raghu.a_85
    Participant
    8 years, 10 months ago in reply to: Exception in the log file #5496

    Hello the issue you are facing because you are trying to create a table with a database keyword ‘Group’ which is not being accepted by database
    and hence throwing an exception.

    You might need to use the concept of prefixes to avoid this situation. After using the prefixes the result might look something like this,

    sfGroup or sf_Group.

    Please find the below link to add prefixes to table or column name,

    http://help.mydbsync.com/docs/pages/viewpage.action?pageId=7078471

    raghu.a_85
    Participant
    8 years, 10 months ago in reply to: Error in tomcat #5495

    Please try increase the following argument in catalina.bat

    set JAVA_OPTS=-Xms512m -Xmx1024m

    or

    set JAVA_OPTS=-Xms2048m -Xmx2048m

Viewing 2 posts - 16 through 17 (of 17 total)