This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

IDM 7.1 - Compiler error when Event for Process is defined

When we define Event for process we are getting compiler error:

[810086] Error compiling script Chain T2K-DS (9,0): 'Job_T2K_DS_' is not declared. It may be inaccessible due to its protection level.
    at VI.Tools.DBCompiler.CompileJobChains.Compile(ScriptCompilerOptions options, IDictionary`2 createdModules, IProgress`1 progress, CancellationToken ct)
    at VI.DB.JobGeneration.JobGenAssemblyBuilderBase.GenerateAssembly(Type parentType)
    at VI.DB.Scripting.ScriptCompiler.Compile(String[] preprocessorDefines)
    at VI.DB.Scripting.ScriptAssemblyCompiler.CompileSource(IScriptAssembly assembly, String source, String[] preprocessorDefines)

Without Event it's OK but this is not the case.

Parents
  • Did you use the local compile in Designer?

    I think the error message is coming from the fact, that you are trying to compile a process chain without any process step. When you do not assign an event, the compile will not compile the process at all.

    You should examine the process for errors before you compile it. 

     

Reply
  • Did you use the local compile in Designer?

    I think the error message is coming from the fact, that you are trying to compile a process chain without any process step. When you do not assign an event, the compile will not compile the process at all.

    You should examine the process for errors before you compile it. 

     

Children
No Data