Description
Python code is being incorrectly interpreted by Business Analyst. For example, the following code:
j = 7
if j != 0:
pass
if j != 0:
pass
returnValue(333)
would be read as:
j = 7
if j getValue(u'= 0:
pass
if j ')= 0:
pass
returnValue(333)
Solution
To help you better locate the problem, Business Analyst has implemented python script logging in Diagnostic Mode.
To activate Diagnostic Mode, press Ctrl-Alt-M to launch the Diagnostic Monitor and run the process that triggered the error. In the Diagnostic Monitor window, click the Log tab. Choose the error and view the available options.