Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
sqlplus AIDADEV/<aidadevpassword><aidadbpassword> 

Run the updating procedure. This will look in the ELEMENT_MODELS which was updated by the APX load above, and, for every row that has a match in LCLS_ELEMENTS, it will update Aida's directory service with a name composed of the EPICS name of the device + '//twiss' and '//R', and tell Aida that that device's model is to be acquired from the XAL Aida data provider (service id 202).

...

Code Block
SQL> connect aidaprod/g1v_erdi<aidadbpassword>
Connected.
SQL> exec aida_all_changes;
SQL> @show_IA_given_serviceid 202

...