Versions Compared

Key

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

...

Code Block
SQL> exec aida_xal_names_update [Y];

PL/SQL procedure successfully completed.   <-- you should see this

At the time of writing aida_all_changes will overwrite the service id of all the matching names it finds in LCLS_ELEMENTS whose name it finds in the aida directory database, from service 63 (SLC Dimad) to 202 (XAL). That is, for the names in both SLC and EPICS namespaces, as writen, it will assign them to XAL. So, this should be changed before uploading a new model to AIDAPROD unless the XAL model in ELEMENT_MODELS is completely certifiedIt should tale only a few seconds.

You can see which names are assigned to the XAL model server by AIDA, use the following sql script

...