database symix was not be connected

rainylsh

Member
I study to run queue using batch cmd. but when i try to run the batch cmd , it shows some error msg. like:database symix was not be connected in batch\rpt.p (1006), I also try to run r-code file :batch\rpt.r, but still faild, can you tell me why? and help me to solve?
my database name is sl, how to connect symix? as i know it is the alias of active database.
 

rainylsh

Member
I've found the way, fill the follow in the beginning of the source:
def new shared var call-num as int.
{menu/cachedef.i "new"}
run lib/db-alias.p.
 
Top