HuubGitHub / dwscript

Automatically exported from code.google.com/p/dwscript
1 stars 0 forks source link

Runtime Error: Script was stopped. #348

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. last version dws compiled
2. running demo DWSWebserver
3. running sqlite.dws or firebird version with UIB, or anydac version

script some time give "Runtime Error: Script was stopped.", not always, after 5 
or more request,

using xe3 delphi, system windows 7

coded anydac versiyon from dwsUIBDatabse...

Original issue reported on code.google.com by dgirgi...@amonra.com.tr on 9 Mar 2013 at 8:36

Attachments:

GoogleCodeExporter commented 8 years ago
This error corresponds to the execution timeout or a manual script abort, maybe 
your queries are taking too long? You could try increasing the timeout (execut 
parameter) or not setting a timeout.

Original comment by zar...@gmail.com on 9 Mar 2013 at 11:57

GoogleCodeExporter commented 8 years ago

Original comment by zar...@gmail.com on 12 Mar 2013 at 7:57

GoogleCodeExporter commented 8 years ago
hi
still same error. in debug mode always get error, after create database and in 
below functions; last dws downloaded and compiled, normal running error happen 
after several request
thank you

function TdwsAnyDacDataBaseFactory.CreateDataBase 

dwsCoreExprs 

procedure TVarExpr.AssignExpr(exec : TdwsExecution; Expr: TTypedExpr);

procedure TBlockExprNoTable.EvalNoResult(exec : TdwsExecution);

Original comment by dgirgi...@amonra.com.tr on 13 Mar 2013 at 9:20

Attachments:

GoogleCodeExporter commented 8 years ago
 interbase.dws script error message:  "Runtime Error: Script was stopped. [line: 14, column: 4]"

Original comment by dgirgi...@amonra.com.tr on 13 Mar 2013 at 9:22

GoogleCodeExporter commented 8 years ago
interbase.dws

Original comment by dgirgi...@amonra.com.tr on 13 Mar 2013 at 9:25

Attachments: