User Tools

Site Tools


jas:upgradeto14

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
jas:upgradeto14 [2025/04/14 19:14] – [2025 04 07] donaldjas:upgradeto14 [2025/04/19 16:06] (current) – [To Do] donald
Line 11: Line 11:
   * test jads **DONE**   * test jads **DONE**
   * fix "counting records" in jacs when no JADS is present   * 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 ===== ===== 2025 04 14 =====
  
-  * Instantiations replied leave off the server: "jaswhich is in the jacs.ini+  * Running with all instruments blows up with "too many open cursors" 
-  * restored the 14 Oracle map, re-packaged, and hci and sim run.+  * 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 ===== ===== 2025 04 07 =====
jas/upgradeto14.1744658040.txt.gz · Last modified: 2025/04/14 19:14 by donald