Filter by product:
February 22, 2019

Improvements in the MIB loading process

The system’s behaviour (TM&TC) generally remains consistent with previous versions, but the system is more rigorous in checking the loaded contents, especially where duplicates appear after merging several MIB’s.You are not obliged to clean up duplicates immediately, but you will see warnings. These warnings are correct, and you should clean up as soon as it […]

July 10, 2018

Text and numeric curves are allowed to have the same name

Therefore, remember to set a proper PCF_CATEG depending on calibration curves.The new release enforces that when a curve is textual (TXF/TXP) PCF_CATEG must be set to “S”, and not “N”. MIB ICD 6.9 page 46 specifies this.The reason is that SCOS2000 allows curves in CAF and TXF to have the same name, distinguished only by […]

Stored procedure permission with MySQL

The treatment for an error “Execute command denied for routine”.It may happen, when MySQL is the configured database, and TMIDX is getting large, that user ‘ccsuser’ doesn’t have sufficient privileges to execute stored procedures. Some users encounter this problem after a CCS upgrade, and ‘ccsuser’ had not previously been configured with these privileges.In this case, […]

March 29, 2018

TC stage and status can now be compared numerically

It is now possible to compare TC stages and states numerically.This can be useful to check when a TC has reached a stage or state “greater than or equal” to an expected one.It allows you to write TOPE scripts that can efficiently detect when a stage or state has passed before you checked it. Previously […]