Survey Forums

HomeHomeSurvey Project ...Survey Project ...Installation & ...Installation & ...Error creating database for V2.3 FinalError creating database for V2.3 Final
Previous
 
Next
New Post
7/28/2015 4:24 PM
 

Hello,

when I run the script to create the database in my SQL Server 2012 express e get these warnings. What did I do wrong?

The module 'vts_spAnswerMatrixAddNew' depends on the missing object 'vts_spAnswerMatrixChildAddNew'. The module will still be created; however, it cannot run successfully until the object exists.
The module 'vts_spAnswerMatrixUpdate' depends on the missing object 'vts_spMultiLanguageTextUpdate'. The module will still be created; however, it cannot run successfully until the object exists.
The module 'vts_spAnswerTypeAddNew' depends on the missing object 'vts_spUserAnswerTypeAssignUser'. The module will still be created; however, it cannot run successfully until the object exists.
The module 'vts_spAnswerTypeSetBuiltIn' depends on the missing object 'vts_spUserAnswerTypeUnAssignAllUser'. The module will still be created; however, it cannot run successfully until the object exists.
The module 'vts_spAnswerUpdate' depends on the missing object 'vts_spMultiLanguageTextUpdate'. The module will still be created; however, it cannot run successfully until the object exists.
The module 'vts_spAnswerUpdate' depends on the missing object 'vts_spMultiLanguageTextUpdate'. The module will still be created; however, it cannot run successfully until the object exists.
The module 'vts_spAnswerUpdate' depends on the missing object 'vts_spMultiLanguageTextUpdate'. The module will still be created; however, it cannot run successfully until the object exists.
The module 'vts_spFileAddNew' depends on the missing object 'vts_spFileDeleteExpired'. The module will still be created; however, it cannot run successfully until the object exists.
The module 'vts_spFolderDelete' depends on the missing object 'vts_spSurveyDeleteByID'. The module will still be created; however, it cannot run successfully until the object exists.
The module 'vts_spQuestionCloneByID' depends on the missing object 'vts_spQuestionSectionOptionClone'. The module will still be created; however, it cannot run successfully until the object exists.
The module 'vts_spQuestionCloneByID' depends on the missing object 'vts_spQuestionGetDetails'. The module will still be created; however, it cannot run successfully until the object exists.
The module 'vts_spQuestionCopy' depends on the missing object 'vts_spQuestionSectionOptionClone'. The module will still be created; however, it cannot run successfully until the object exists.
The module 'vts_spQuestionCopyToLibrary' depends on the missing object 'vts_spQuestionSectionOptionClone'. The module will still be created; however, it cannot run successfully until the object exists.
The module 'vts_spQuestionCopyToSurvey' depends on the missing object 'vts_spQuestionSectionOptionClone'. The module will still be created; however, it cannot run successfully until the object exists.
The module 'vts_spQuestionGetResults' depends on the missing object 'vts_spVoterFilter'. The module will still be created; however, it cannot run successfully until the object exists.
The module 'vts_spRegularExpressionAddNew' depends on the missing object 'vts_spUserRegularExpressionAssignUser'. The module will still be created; however, it cannot run successfully until the object exists.
The module 'vts_spSurveyClone' depends on the missing object 'vts_spSurveySkipLogicRuleCopyToSurvey'. The module will still be created; however, it cannot run successfully until the object exists.
The module 'vts_spSurveyClone' depends on the missing object 'vts_spSurveyGetDetails'. The module will still be created; however, it cannot run successfully until the object exists.
The module 'vts_spVoterAddNew' depends on the missing object 'vts_spVoterUIdAddNew'. The module will still be created; however, it cannot run successfully until the object exists.


 
New Post
7/28/2015 5:50 PM
 
Hello,

You can ignore these "warnings". The installation will run without problems.

Warnings are caused by the order of excuting commands in the sql script but have no impact on the endresult.

 
Previous
 
Next
HomeHomeSurvey Project ...Survey Project ...Installation & ...Installation & ...Error creating database for V2.3 FinalError creating database for V2.3 Final