====== Upgrade to 14 ======



===== To Do =====

  * the last/lon change to a blue bse blew up the sim. why?
  * the allthatjas wiki is globally writable.
  * fix all create/delete/config batch files
  * test all packaged images
  * test jads **DONE**
  * fix "counting records" in jacs when no JADS is present
  * xp vm to test jacs lite install use A1's machine?
 
===== 2025 04 16 =====

  * at 37.7825132243475 there is a AirToGroundStrikeAirFlightAction JefEntity [BseId:RED_SSM_BDE_01, JefEntityId:426]
  * need breakpoint where AirToGroundStrikeAirFlightAction get created.

===== 2025 04 15 =====

  * breakpoints in readEnvKeys.st work in 9.2 32 bit 453
  * also work in 14.0 32 bit 573
  * do not work in jas **WRONG**
  * jasDevJso is broken. it calls the __packaged sim__ instead of running in the open image. this can be seen in the jacs log **WRONG**
  * problem was specifying a //packaged image// in the run def under the developer tab instead of an open image.

===== 2025 04 14 =====

  * Running with all instruments blows up with "too many open cursors"
  * This code shows that Oracle is started with an spfile
  * <code>SELECT DECODE(value, NULL, 'PFILE', 'SPFILE') "Init File Type" 
       FROM sys.v_$parameter WHERE name = 'spfile';</code>
  * There is an "open_cursors=300" in C:\app\Jas\product\11.2.0\dbhome_1\database\SPFILEJAS.ORA
  * This file does not have even read permissions and cannot be edited.
  * You can view it from an admin shell by typing it.
  * Start sqlplus with //sys/jwars as sysdba//
  * //shutdown;//
  * //create pfile from spfile;//
  * edit pfile and change open_cursors=500
  * save pfile
  * //create spfile from pfile;//
  * quit sqlplus
  * type the spfile to confirm changes
  * From: https://asktom.oracle.com/ords/asktom.search?tag=spfile-parameter
  * open_cursors=500 blows up
  * open_cursors=1000 works

===== 2025 04 07 =====

  * Instantiations replied leave off the server: "jas" which is in the jacs.ini.
  * restored the 14 Oracle map, re-packaged, and hci and sim run.

===== 2025 04 03 =====

  * emailed Instantiations
  * got the rest of the JAS maps exported from 9.2 and imported into 14.0.0.

===== 2025 04 02 =====

  * hci 14 gets Ora-12154 - TNS could not resolve the connect identifier specified
  * current version of //AbtOracle8DatabaseManager>>connectToDataSourceNamed: aDataSourceName logonSpec: aLogonSpec promptEnabled: aBoolean ifError: anErrorBlock// is the problem.
  * created AbtDbmOracleBaseApp V 14.0.0 [573].1 with previous version.
  * updated DK - All Oracle, DK - All Oracle XD, DK - Jacs Oracle, and DK - Oracle Back End which is unused. 
  * updated and repackaged HCI, Sim, Jacs, Env, and VP. All work.
 

===== 2025 04 01 =====

  * hci 14 cannot connect to Oracle. hci 13 can.
  * vp 14 cannot find map, then blows up looking for geoviewer.dll.
  * vp 9.2 from 1/24 runs ok with no explicit path in ini file
  * vp 14 runs ok with no explicit path in ini file after re-copying jas*.dlls from jas9
  * vp Help -> About is ok

===== 2025 03 31 =====
 
  * merged 13.0.1 mgr.dat with mgr14.dat
  * redid vmcfg.ini using progFilesx86/.../abt.ini
  * copied progFilesx86/.../xml to progData/jas/xml
  * copied progFilesx86/.../nls to progData/jas/nls
  * copied gdk.cat to progData/jas/nls
  * copied progFilesx86/.../bitmaps to progData/jas/bitmaps
  * updated all config maps
  * all maps load and package
  * copy abt.exe to wHCI.exe and wVP.exe


