Previous Topic

Next Topic

Inhoudsopgave

Book Index

IsahDBPatcher Errors

When an error occurs while patching an Isah database, please contact Isah Product Support. An error occured if one of the following buttons become active:

Sometimes, both the buttons Show patch tool errors and Show IsahData errors are inactive, while there still are errors. In this case, the errors are reported in the logs that you open by clicking either the Show patch tool output button or the Show IsahData output button. See below, for some examples of both output without errors and output containing errors.

Note: You can find these output files in the following directory: C:\Users\Public\Documents\Isah\IsahDBPatcher.

Output in Show patch tool output

 

Lines containing:

Example

Correct output

Dropping

DROPPING PROCEDURE [IP_sel_DatasetParamRS]

 

Creating

Creating PK_T_Action...

 

Altering

Altering [dbo].[IP_prc_SyncEngBOMProdBOM]...

 

Checking

Checking existing data against newly created constraints

 

PostDeployment

PostDeployment - CreateUDDTs.sql

Output with errors

An error occurred

An error occurred while the batch was being executed.

 

Failed

 

 

Failing

 

Output in Show IsahData output

 

Example: text below 'Untrusted foreign key constraint'

Correct output

<None>

Output with errors

FK_FROM_T_ReportMain_TO_T_ScriptList

FK_FROM_T_ReportSpecialLayout_TO_T_ReportMain_02