Run-time Error Messages
The analytics execution could raise error during their execution that are logged on the ERROR tab of the debug panel (see SFCode Block Debug Panel ).
The following table summarize the error messages.
| Scope | Message | Notes |
|---|---|---|
| Action | Warning - ACTION - Missed configuration | This error is raised when the code block has not been configured. |
| Break | ERROR SFCodeBlock of type Break used outside a Foreach or While cycle . | The \'Break\' code block can only be used inside a loop. |
| Call | (E) <Call\ Execution error Code Block \<{CodeBlock}> function is missed. | Code block does not have a next code block in the True port. |
| Call | Warning - CALL - Missed configuration- | This error is raised when the code block has not been configured. |
| CaseCheckIn | (E) \<Case CheckIn>Error checking in thecase\<{ExceptionMessage}> | Error in checking in theSF Case |
| CaseCheckIn | ERROR SFCodeBlock of typeCase CheckIn, CaseUndoCheckOut and CaseSelect can be added toMAIN only | SFCodeBlock of type CaseCheckIn, CaseUndoCheckOut and CaseSelect can be added toMAIN only |
| CaseCheckOut | (E) \<Case CheckOut>Error checking out thecase\<{Message}> | Error in checking out theSF Case |
| CaseCheckOut | Failure checking out thecase reason \<{Reason}> | The \'Case Checkout\'code block has failed forone of following reasons:- Lock Error- Case Not Found- Error Releasing Case- No Helper- Error Reserving Case- Not Executed CaseCheckedOut |
| Case Runner | (E) \<Case Runner>Execution error\<{Message}> | Error during SF caserunner action |
| Case Runner | Warning - CASE RUNNERACTION - Missedconfiguration | This error is raised whenthe code block has notbeen configured |
| Case Select | (E) \<Case Select>Case not selected | Self explained |
| Case Select | (E) \<Case Select>Previous case selectionerror current case\<{selected/unselected}>PreviousCase\<{selected/unselected}> | Error during previous SFcase selection |
| Case Select | (E) \<Case Select>Case not available | Cannot get SF Case (caseid null) |
| Case Select | Warning - CASE SELECT -Missed configuration | This error is raised whenthe code block has notbeen configured |
| Case Select | CaseSelect(); //Warning - Wrongconfiguration | Invalid expression.Mode(> 6) |
| Case Select | CaseSelect(Range); //Warning - Not Supported | Case Select with Range isnot supported |
| CaseUndoCheckOut | (E) \<CaseUndoCheckOut> Error\<{Message}> | Error during SF Case UndoCheckout action |
| Debug Print | Debug.Print(); // Error -Missing format ! | This error is raised whenthe code block has anempty message format |
| DictionaryVariable | Dictionary notinitializedoperand\<{Operand}>value \<{Value}> | Expected dictionary valuefor an operand is notinitialized |
| End | (E) Execution abortedby SFCodeBlock | The code block abortedthe analytic executionThe analytic executionhas been aborted by an\'End\' SFCodeBlock |
| End | ERROR SFCodeBlock of typeAbort used outside Main | The \'End\' code blockcan only be used insidethe Main. |
| ExecAnalytic | (E) Analytic exec\<{Code Block}> ayncmode, missed async tokendeclaration | Missing async token incode block definitionThis error is raised bythe \'Exec Analytic\'SFCodeBlock when theVariable Name parameterhas not been specifiedand Mode Async has beenselected. |
| ExecAnalytic | (E) Analytic exec,missed configuration | This error is raised whenthe \'Exec Analytic\'SFCodeBlock has not beenconfigured. |
| ExecAnalytic | (E) \<Analytic Exec>Execution error\<{message}> | See SubMessages |
| ExecAnalytic | (E) \<Analytic Exec>Execution error\<{message}> analyticnot found | See SubMessages |
| ExecAnalytic | (E) \<Analytic Exec>Execution error\<{message}> no results | See SubMessages |
| ExecAnalytic | (E) \<Analytic Exec>Execution error\<{message}> fatal error | See SubMessages |
| ExecAnalytic | (E) \<Analytic Exec>Execution error\<{message}> no inmemory results | See SubMessages |
| ExecAnalytic | SFHub Service SFHStudionot responding, pleasecontact your systemadministrator | Cannot send ipc messageto SFHubStudio service |
| ExecAnalytic | Analysis {id} invalidcontext | This error is raised whenthe called analytic hasbeen deleted or renamed |
| ExecAnalytic | Studio analysis execerror: af instance error | This error can beoriginated by atemporarily connectionleak with the AF Serveror to missing userpermissions on the AFServer or database |
| ExecAnalytic | Studio analysis execerror: {ex.Message} | Generic error in analyticexecution |
| ExecAnalytic | Studio analysis notstarted | Analytic has not started |
| ExecAnalytic | Analytic {id} notexecuted, resources limitexceeded | Resources limit exceededoccurs when systemresources are not enoughto start the analytic |
| ExecAnalytic | Analysis {id} notexecuted, Fatal error:{ex.Message} | Generic error in analyticexecution |
| ExecAnalytic | Missed analysis | This error is raised whenthe called analytic hasbeen deleted or renamed |
| ExecAnalytic | (E) \<Analytic Exec>Execution timeout - no results available | Analytic execution timed out and no results are available (see analytic timeout settings). |
| ExecAnalytic | Studio eval, incorrectcase {Case ID} | Error in SFHStudioevaluation, cannot get SFcase |
| ExecAnalytic | Sequence block {CodeBlock ID} not found | First code block ofSFHStudio sequence notfound |
| ExecAnalytic | Analytic thread - FatalError\<{ExceptionMessage}> | Fatal error during analytic execution |
| ExecAnalytic | Warning - EXEC ANALYTIC -Missed configuration | This error is raised when the code block has notbeen configured |
| Expressions | Expression\<{Expression}> cannotbe resolved | Syntax error is detected on the configured expression |
| Expressions | Token \<{Token}> notresolved | Expression token not resolved |
| Expressions | Variable \<{Token}> notfound | Self explained |
| Expressions | variable value notcorrect | Unexpected variable value |
| Expressions | Column token \<{Token}>not resolved | Cannot resolve column expression token |
| Expressions | Column not resolved\<{Token}> | Cannot resolve column expression token |
| Expressions | Error \<Invalidexpression, right operandis empty> | An invalid expression was configured in the codeblock |
| Expressions | Error \<Invalidexpression, left operandis empty> | An invalid expression was configured in the codeblock |
| For | Step is not a number type\<{Type}> value\<{Value}> | Step expressionevaluation result is nota number |
| For | From is not a number\<{Type}> value\<{Value}> | The From parameter in theFor SFCodeBlock must be anumeric value |
| For | To is not a number\<{Type}> value\<{Value}> | The To parameter in theFor SFCodeBlock must be anumeric value |
| For Each | (E) \<ForEach>Execution errorTable\<{Table}> notfound | The For Each SFCodeBlock is configured on a notexisting table |
| For Each | (E) Enumerator\<{Enumerator}> alreadydefined | This error is raised whenthe enumerator name isalready used by a nestedFor Each loop |
| For Each | Expression error\<{Expression}>Mode\<{Mode}> | Error during for eachcode block execution |
| For Each | (E) \<ForEach>Execution errorVariable\<{variable}>not a table | The For Each SFCodeBlockhas been configured toiterate on a variablethat is not a table |
| For Each | (E) \<ForEach>Execution errorVariable\<{variable}>not found or null | The For Each SFCodeBlockhas been configured toiterate on a not existin gvariable |
| For Each | (E) \<ForEach> Invalidvariable\<{Token}> | Error during for eachcode block execution,invalid variable token |
| For Each | Warning - FOR EACH -Missed configuration | This error is raised whenthe code block has notbeen configured |
| For Each | Warning - FOR - Missedconfiguration | This error is raised whenthe code block has notbeen configured |
| Functions | Element\<>Error\<Parameter\<parameter name> isnull > | A parameter passed to thefunction was not found ornull |
| Functions | Element\<> Error\< Tableoperator failed Keycolumn\<Tank2> Operator\<+> Column\<Mass>> | |
| Function | (W) \<Function>Function \<{Code BlockName}> is empty | Function Code Block doesnot have at least a codeblock attached |
| If Then | Warning - IF THEN -Missing configuration ! | This error is raised whenthe code block has notbeen configured |
| If ThenElse | Warning - IF THEN ELSE -Missing configuration ! | This error is raised whenthe code block has notbeen configured |
| Interface | Warning - INTERFACE -Missing expression | This error is raised whenthe code block has not been configured |
| Main | Main Code Block {CodeBlock ID} without body | Main code block doesn\'t have a ncode block to continue the execution |
| Report | Warning - REPORT- Missedconfiguration | This error is raised whenthe code block has not been configured |
| Return | ERROR SFCodeBlock of typeReturn used outside aFunction | The \'Return\' code blockcan only be used inside a Function |
| Select | Warning - SelectSFCodeBlock should onlybe used in the main andoutside any loop, ifthen, etc. | The \'Select\' code block can only be used insidethe Main |
| Set | (E) Set of avariable\<{Variable}>not allowed with emptyworking space | The allocation of an Element Variable fails since the workling space is empty. Check the configured expression inprevious \'Select\'SFCodeBlock. |
| Set | Error setting variable\<{Token}> error\<{Message}> | Variable set value is notgood |
| Set | Warning - SET - Missingexpression | This error is raised whenthe code block has notbeen configured |
| SFCodeBlock | SFCodeBlocktype\<{Type}> exec error\<{Exception Message}> | Error during code blockexecution |
| SFCodeBlock | ERROR - Missed next codeblock \<{Shape ID}> | Next code block expectedbut missing |
| SFCodeBlock | ERROR wrong configurationshape {Shape Type}\<{Exception Message}> | Error on generatingpseudo code for a codeblock |
| Task Await | (E) \<Task awaiting>Execution error \<Taskdid not start> | Self explained |
| Task Await | (E) \<Task awaiting>Execution error\<Synchronization error> | Self explained |
| Task Await | (E) \<Task awaiting>Execution error \<Wrong async token> | Self explained |
| Task Await | (E) \<Task awaitingerror > Missedconfiguration | Missing code block expression |
| Task Await | Warning - TASK AWAIT -Missed configuration | This error is raised whenthe code block has notbeen configured |
| Task Run | (E) \<Task run> Execution error not configured | Missing code block expression |
| Task Run | (E) \<Task run> Execution error async token not configured orinvalid | Self explained |
| Task Run | (E) \<Task run> Execution error task notstarted | Self explained |
| Task Run | (E) \<Task run> Execution error task notstarted | Self explained |
| Task Run | (E) \<Task run> Execution error missed function | Self explained |
| Task Run | Warning - TASK RUN -Missed configuration | This error is raised whenthe code block has notbeen configured |
| WaitAnalytic | (E) <Wait for AnalyticCompletion> Executionerror <{message}> | See SubMessages |
| WaitAnalytic | Async token {Analytic ID}not found | |
| WaitAnalytic | Analytic {Name} not found | |
| WaitAnalytic | (E) <Analytic Wait> Async token not valid | This error is raised by the Wait Analytic SFCodeBlock when the Token parameter has not been specified or it doe snot match any of the variable names specifie din the Exec Analytic where mode Async has been selected |
| WaitAnalytic | {message} token <{tokenID}> analytic not found | See SubMessages |
| WaitAnalytic | {message} token <{tokenID}> no results | See SubMessages |
| WaitAnalytic | {message} token <{tokenID}> fatal error | See SubMessages |
| WaitAnalytic | {message} token <{tokenID}> no in memoryresults | See SubMessages |
| WaitAnalytic | (E) <Analytic Wait> Waiting for all analyticserror | |
| WaitAnalytic | (E) <Analytic Wait> Waiting for async token\<{token ID}> | |
| WaitAnalytic | (E) <Analytic Wait> Waiting for analytic <{Name}> | |
| WaitAnalytic | (E) <Wait for Analytic Completion> Missed configuration | This error is raised when the Wait Analytic SFCodeBlock has not been configured. |
| WaitAnalytic | Warning - WAIT FOR ANALYTIC - Missed configuration | This error is raised when the code block has not been configured |
| While | Warning - WHILE - Missing configuration ! | This error is raised whenthe code block has not been configured |
| Write Attribute | Warning - WRITEATTRIBUTE - Missed configuration | This error is raised whenthe code block has not been configured |