Skip to main content

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.

ScopeMessageNotes
ActionWarning - ACTION - Missed configurationThis error is raised when the code block has not been configured.
BreakERROR 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.
CallWarning - 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
CaseCheckInERROR SFCodeBlock of typeCase CheckIn, CaseUndoCheckOut and CaseSelect can be added toMAIN onlySFCodeBlock 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
CaseCheckOutFailure 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 RunnerWarning - CASE RUNNERACTION - MissedconfigurationThis error is raised whenthe code block has notbeen configured
Case Select(E) \<Case Select>Case not selectedSelf 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 availableCannot get SF Case (caseid null)
Case SelectWarning - CASE SELECT -Missed configurationThis error is raised whenthe code block has notbeen configured
Case SelectCaseSelect(); //Warning - WrongconfigurationInvalid expression.Mode(> 6)
Case SelectCaseSelect(Range); //Warning - Not SupportedCase Select with Range isnot supported
CaseUndoCheckOut(E) \<CaseUndoCheckOut> Error\<{Message}>Error during SF Case UndoCheckout action
Debug PrintDebug.Print(); // Error -Missing format !This error is raised whenthe code block has anempty message format
DictionaryVariableDictionary notinitializedoperand\<{Operand}>value \<{Value}>Expected dictionary valuefor an operand is notinitialized
End(E) Execution abortedby SFCodeBlockThe code block abortedthe analytic executionThe analytic executionhas been aborted by an\'End\' SFCodeBlock
EndERROR SFCodeBlock of typeAbort used outside MainThe \'End\' code blockcan only be used insidethe Main.
ExecAnalytic(E) Analytic exec\<{Code Block}> ayncmode, missed async tokendeclarationMissing 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 configurationThis 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 foundSee SubMessages
ExecAnalytic(E) \<Analytic Exec>Execution error\<{message}> no resultsSee SubMessages
ExecAnalytic(E) \<Analytic Exec>Execution error\<{message}> fatal errorSee SubMessages
ExecAnalytic(E) \<Analytic Exec>Execution error\<{message}> no inmemory resultsSee SubMessages
ExecAnalyticSFHub Service SFHStudionot responding, pleasecontact your systemadministratorCannot send ipc messageto SFHubStudio service
ExecAnalyticAnalysis {id} invalidcontextThis error is raised whenthe called analytic hasbeen deleted or renamed
ExecAnalyticStudio analysis execerror: af instance errorThis error can beoriginated by atemporarily connectionleak with the AF Serveror to missing userpermissions on the AFServer or database
ExecAnalyticStudio analysis execerror: {ex.Message}Generic error in analyticexecution
ExecAnalyticStudio analysis notstartedAnalytic has not started
ExecAnalyticAnalytic {id} notexecuted, resources limitexceededResources limit exceededoccurs when systemresources are not enoughto start the analytic
ExecAnalyticAnalysis {id} notexecuted, Fatal error:{ex.Message}Generic error in analyticexecution
ExecAnalyticMissed analysisThis error is raised whenthe called analytic hasbeen deleted or renamed
ExecAnalytic(E) \<Analytic Exec>Execution timeout - no results availableAnalytic execution timed out and no results are available (see analytic timeout settings).
ExecAnalyticStudio eval, incorrectcase {Case ID}Error in SFHStudioevaluation, cannot get SFcase
ExecAnalyticSequence block {CodeBlock ID} not foundFirst code block ofSFHStudio sequence notfound
ExecAnalyticAnalytic thread - FatalError\<{ExceptionMessage}>Fatal error during analytic execution
ExecAnalyticWarning - EXEC ANALYTIC -Missed configurationThis error is raised when the code block has notbeen configured
ExpressionsExpression\<{Expression}> cannotbe resolvedSyntax error is detected on the configured expression
ExpressionsToken \<{Token}> notresolvedExpression token not resolved
ExpressionsVariable \<{Token}> notfoundSelf explained
Expressionsvariable value notcorrectUnexpected variable value
ExpressionsColumn token \<{Token}>not resolvedCannot resolve column expression token
ExpressionsColumn not resolved\<{Token}>Cannot resolve column expression token
ExpressionsError \<Invalidexpression, right operandis empty>An invalid expression was configured in the codeblock
ExpressionsError \<Invalidexpression, left operandis empty>An invalid expression was configured in the codeblock
ForStep is not a number type\<{Type}> value\<{Value}>Step expressionevaluation result is nota number
ForFrom is not a number\<{Type}> value\<{Value}>The From parameter in theFor SFCodeBlock must be anumeric value
ForTo is not a number\<{Type}> value\<{Value}>The To parameter in theFor SFCodeBlock must be anumeric value
For Each(E) \<ForEach>Execution errorTable\<{Table}> notfoundThe For Each SFCodeBlock is configured on a notexisting table
For Each(E) Enumerator\<{Enumerator}> alreadydefinedThis error is raised whenthe enumerator name isalready used by a nestedFor Each loop
For EachExpression error\<{Expression}>Mode\<{Mode}>Error during for eachcode block execution
For Each(E) \<ForEach>Execution errorVariable\<{variable}>not a tableThe For Each SFCodeBlockhas been configured toiterate on a variablethat is not a table
For Each(E) \<ForEach>Execution errorVariable\<{variable}>not found or nullThe 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 EachWarning - FOR EACH -Missed configurationThis error is raised whenthe code block has notbeen configured
For EachWarning - FOR - MissedconfigurationThis error is raised whenthe code block has notbeen configured
FunctionsElement\<>Error\<Parameter\<parameter name> isnull >A parameter passed to thefunction was not found ornull
FunctionsElement\<> Error\< Tableoperator failed Keycolumn\<Tank2> Operator\<+> Column\<Mass>>
Function(W) \<Function>Function \<{Code BlockName}> is emptyFunction Code Block doesnot have at least a codeblock attached
If ThenWarning - IF THEN -Missing configuration !This error is raised whenthe code block has notbeen configured
If ThenElseWarning - IF THEN ELSE -Missing configuration !This error is raised whenthe code block has notbeen configured
InterfaceWarning - INTERFACE -Missing expressionThis error is raised whenthe code block has not been configured
MainMain Code Block {CodeBlock ID} without bodyMain code block doesn\'t have a ncode block to continue the execution
ReportWarning - REPORT- MissedconfigurationThis error is raised whenthe code block has not been configured
ReturnERROR SFCodeBlock of typeReturn used outside aFunctionThe \'Return\' code blockcan only be used inside a Function
SelectWarning - 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 spaceThe allocation of an Element Variable fails since the workling space is empty. Check the configured expression inprevious \'Select\'SFCodeBlock.
SetError setting variable\<{Token}> error\<{Message}>Variable set value is notgood
SetWarning - SET - MissingexpressionThis error is raised whenthe code block has notbeen configured
SFCodeBlockSFCodeBlocktype\<{Type}> exec error\<{Exception Message}>Error during code blockexecution
SFCodeBlockERROR - Missed next codeblock \<{Shape ID}>Next code block expectedbut missing
SFCodeBlockERROR 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 > MissedconfigurationMissing code block expression
Task AwaitWarning - TASK AWAIT -Missed configurationThis error is raised whenthe code block has notbeen configured
Task Run(E) \<Task run> Execution error not configuredMissing code block expression
Task Run(E) \<Task run> Execution error async token not configured orinvalidSelf explained
Task Run(E) \<Task run> Execution error task notstartedSelf explained
Task Run(E) \<Task run> Execution error task notstartedSelf explained
Task Run(E) \<Task run> Execution error missed functionSelf explained
Task RunWarning - TASK RUN -Missed configurationThis error is raised whenthe code block has notbeen configured
WaitAnalytic(E) <Wait for AnalyticCompletion> Executionerror <{message}>See SubMessages
WaitAnalyticAsync token {Analytic ID}not found
WaitAnalyticAnalytic {Name} not found
WaitAnalytic(E) <Analytic Wait> Async token not validThis 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 foundSee SubMessages
WaitAnalytic{message} token <{tokenID}> no resultsSee SubMessages
WaitAnalytic{message} token <{tokenID}> fatal errorSee SubMessages
WaitAnalytic{message} token <{tokenID}> no in memoryresultsSee 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 configurationThis error is raised when the Wait Analytic SFCodeBlock has not been configured.
WaitAnalyticWarning - WAIT FOR ANALYTIC - Missed configurationThis error is raised when the code block has not been configured
WhileWarning - WHILE - Missing configuration !This error is raised whenthe code block has not been configured
Write AttributeWarning - WRITEATTRIBUTE - Missed configurationThis error is raised whenthe code block has not been configured