I am getting a fatal error 0016 with the following command line and asn:
-----------------cmdline---------------------
C:\\usys103\\common\\bin\\ide.exe /asn=\\\\Luna\\EMPOWER\\system103\\uniface103_dev_uora73.asn /gensql /meta createtable *.dict ora
----------------ASN----------------------
[SETTINGS]
;$ioprint = 64
$V6LOADDEF = ON
;$testmode_descriptors
;$testmode_components
$dbms_objects
$variation=comspec
$enhanced_edit all
$ALLOW_NOBREAKSPACE = TRUE
$putmess_logfile c:\\usys103\\idf10.log
$TRANSCRIPT_LOG_FILE c:\\usys103\\idf10Transcript.log
$resources_output C:\\usys103\\UserData\\project\\resources\\
$SEARCH_OBJECT DBMS_FIRST
$LICENSE_OPTIONS=LM_LICENSE_FILE= 7188@pluto
$LISTING_LEVEL = 2
[FILES]
;usys:idf.aps usys:..\\components\\idf.aps
;usys:uu*.frm usys:..\\components\\uu*.frm
;usys:ur*.svc usys:..\\components\\ur*.svc
;usys:uu*.svc usys:..\\components\\uu*.svc
;usys:*.trx usys:..\\trx\\*.trx
;usys:usys*.frm usys:usys*.frm
;usys:usys*.svc usys:usys*.svc
;usys:usys*.jss usys:usys*.jss
;usys:usys*.dis usys:usys*.dis
;usys:usys*.dsc usys:usys*.dsc
;ulibrary.chm usysuniface:doc\\ulibrary.chm
usys:idf.aps usysuniface:components\\idf.aps
usys:uu*.frm usysuniface:components\\uu*.frm
usys:uu*.svc usysuniface:components\\uu*.svc
common:uu*.frm usys:..\\components\\uu*.frm
common:uu*.svc usys:..\\components\\uu*.svc
common:ur*.svc usys:..\\components\\ur*.svc
usys:*.xml usysuniface:misc\\*.xml
*.aps = \\\\luna\\empower\\components103\\*.aps
*.frm = \\\\luna\\empower\\components103\\*.frm
*.rpt = \\\\luna\\empower\\components103\\*.rpt
*.svc = \\\\luna\\empower\\components103\\*.svc
;*.bmp = \\\\luna\\empower\\components103\\*.bmp
;*.jpg = \\\\luna\\empower\\components103\\*.jpg
; put compile listings in their own directory
*.pro = \\\\luna\\empower\\pro8\\*.pro
*.log = \\\\luna\\empower\\pro8\\*.log
*.*LST = \\\\luna\\empower\\prolst\\*.*LST
; put print files in their own directory (explicity assign pratt 1st)
*.p* = \\\\luna\\empower\\printout\\*.p*
; put interface files in their own directory
*.int = \\\\luna\\empower\\int\\*.int
; put html skeleton files in their own directory
*.hts = \\\\luna\\empower\\html\\*.hts
; have one DOL and one URR in a central location
usys:uobj.dol = \\\\luna\\empower\\system103\\uobj.dol
usys:udesc.urr = \\\\luna\\empower\\system103\\udesc.urr
[PATHS]
$ORA ora:vesta|emp_dev|xxxxxxxx
$SRC ora:vesta|uniface103|xxxxxxxx
$DEF $ORA
$SSP $ORA
$UUU $SRC
$IDF $SRC
$SYS = $ORA
$Service_Stored_Procedure = $ORA
;
[ENTITIES]
; $sys is SYSENV & PRINTER application models (perms/prefs & PRATT)
user_tables.* = $ora:uniface_tables.*
*.sysenv = $SRC:*.*
; pratt explicity assigned so print files can go in a separate dir
pratt.printer = $SYS:pratt.*
[DRIVER_SETTINGS]
; for errors on missing stored packages
; for using rule based optimizer
;ORA = U6.4
ORA = U7.3
usys$ora_params = im,dhfr,dri,de,dpc,os,u4_compatibility
;[LOGICALS]
EMPOWER_HELP_LOC = C:\\EMPOWERHELP\\empower.chm
;
;
[USER_3GL]
irtl.dll
upop.dll
----------------------------------
any suggestions?