mandriva

Ticket #805 (closed defect: fixed)

Opened 2 years ago

Last modified 21 months ago

Table "Memory, column "'Frequency' is too short

Reported by: nrueff Owned by: oroussy
Priority: High Milestone: 1.2.5
Component: pulse2-inventory-server Version: 1.2.4
Severity: Minor Keywords:
Cc:

Description

Seen in logs while injecting a HP Z600 Workstation inventory :

adding locations in context for user root
/var/lib/python-support/python2.4/sqlalchemy/databases/mysql.py:1488: Warning: Data truncated for column 'Frequency' at row 1
  cursor.execute(statement, parameters)
Thread 1 : done : 1267456225.46

And the corresponding XML :

    <MEMORIES>
      <CAPACITY>2048</CAPACITY>
      <CAPTION>CPU0 DIMM3</CAPTION>
      <DESCRIPTION>DIMM</DESCRIPTION>
      <NUMSLOTS>3</NUMSLOTS>
      <SERIALNUMBER>XXXXXXXX</SERIALNUMBER>
      <SPEED>1333 MHz (0.8 ns)</SPEED>
      <TYPE>&lt;OUT OF SPEC&gt;</TYPE>
    </MEMORIES>

Regards,

Nicolas.

Attachments

Change History

Changed 21 months ago by oroussy

  • status changed from new to closed
  • resolution set to fixed

corrected in :

warning :

  • in a new install the modification is in the sql/schema-009.sql
  • in an update, the modification has to be executed from sql/schema-009b.sql

Add/Change #805 (Table "Memory, column "'Frequency' is too short)

Author



Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.