1
0
-1

The source code was downloaded from : https://github.com/jogetworkflow/jw-community.git (Tried 3.1 & 4.0)

 

The DB was created using sql downloaded from: http://dev.joget.org/community/download/attachments/5341200/jwdb-mssql.sql?version=4&modificationDate=1359988440000&api=v2

followed below steps

1.In joget workflow right side tab choose settting
2. choose datasource and profile

3. key in below information

Driver name =com.microsoft.sqlserver.jdbc.SQLServerDriver
Url=jdbc:sqlserver://localhost:1433;DatabaseName=jwdb;SelectMethod=cursor
User=sa
Password=TTTT
New profile name = mssql_profile
4. click on save as new profile

Message from webpage: Are you sure you want to save as new profile
5. click on ok

 

After the db connection pointed to the ms sql server. All the links inside the workflow are not working and throws system error . Could you please advise on this

 

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Can't tell what the problem as you didn't provide any details on the error you are getting. But if you are switching between database types eg MySQL to SQL Server then you might need to restart tomcat first. 

        CommentAdd your comment...