<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: SQL error with Backup for a server in HPE Morpheus Enterprise Software</title>
    <link>https://community.hpe.com/t5/hpe-morpheus-enterprise-software/sql-error-with-backup-for-a-server/m-p/7246987#M161</link>
    <description>&lt;P&gt;5.4.16&lt;/P&gt;</description>
    <pubDate>Fri, 05 May 2023 12:51:29 GMT</pubDate>
    <dc:creator>rajmartha</dc:creator>
    <dc:date>2023-05-05T12:51:29Z</dc:date>
    <item>
      <title>SQL error with Backup for a server</title>
      <link>https://community.hpe.com/t5/hpe-morpheus-enterprise-software/sql-error-with-backup-for-a-server/m-p/7246986#M160</link>
      <description>&lt;P&gt;We are seeing the below error for only one server… have you guys seen this error before?&lt;/P&gt;
&lt;P&gt;ERROR o.h.e.j.b.i.BatchingBatch - HHH000315: Exception executing batch [java.sql.BatchUpdateException: Data truncation: Data too long for column ‘result_archive’ at row 1], SQL: update backup_result set config=?, result_base=?, executor_ip_address=?, size_in_mb=?, duration_millis=?, result_archive=?, last_updated=?, end_date=?, zone_id=?, result_bucket=?, status=?, result_path=? where id=?&lt;/P&gt;
&lt;P&gt;Data truncation: Data too long for column ‘result_archive’ at row 1&lt;/P&gt;
&lt;P&gt;ERROR o.h.e.j.s.SqlExceptionHelper - Data truncation: Data too long for column ‘result_archive’ at row 1&lt;/P&gt;
&lt;P&gt;RROR c.m.b.BackupService - Error in handling message: could not execute batch; SQL [update backup_result set config=?, result_base=?, executor_ip_address=?, size_in_mb=?, duration_millis=?, result_archive=?, last_updated=?, end_date=?, zone_id=?, result_bucket=?, status=?, result_path=? where id=?]; nested exception is org.hibernate.exception.DataException: could not execute batch&lt;BR /&gt;
2023-05-04_15:51:40.66924 'org.springframework.dao.DataIntegrityViolationException: could not execute batch; SQL [update backup_result set config=?, result_base=?, executor_ip_address=?, size_in_mb=?, duration_millis=?, result_archive=?, last_updated=?, end_date=?, zone_id=?, result_bucket=?, status=?, result_path=? where id=?]; nested exception is org.hibernate.exception.DataException: could not execute batch&lt;BR /&gt;
2023-05-04_15:51:40.66925       at org.springframework.orm.hibernate5.SessionFactoryUtils.convertHibernateAccessException(SessionFactoryUtils.java:216)&lt;BR /&gt;
2023-05-04_15:51:40.66925       at org.grails.orm.hibernate.GrailsHibernateTemplate.doExecute(GrailsHibernateTemplate.java:305)&lt;BR /&gt;
2023-05-04_15:51:40.66926       at org.grails.orm.hibernate.GrailsHibernateTemplate.execute(GrailsHibernateTemplate.java:241)&lt;BR /&gt;
2023-05-04_15:51:40.66927       at org.grails.orm.hibernate.GrailsHibernateTemplate.execute(GrailsHibernateTemplate.java:120)&lt;BR /&gt;
2023-05-04_15:51:40.66927       at org.grails.orm.hibernate.AbstractHibernateGormInstanceApi.performSave(AbstractHibernateGormInstanceApi.groovy:247)&lt;BR /&gt;
2023-05-04_15:51:40.66928       at org.grails.orm.hibernate.AbstractHibernateGormInstanceApi.save(AbstractHibernateGormInstanceApi.groovy:164)&lt;BR /&gt;
2023-05-04_15:51:40.66929       at org.grails.datastore.gorm.GormEntity$Trait$Helper.save(GormEntity.groovy:153)&lt;BR /&gt;
2023-05-04_15:51:40.66930       at org.grails.datastore.gorm.GormEntity$Trait$Helper$save$10.call(Unknown Source)&lt;BR /&gt;
2023-05-04_15:51:40.66930       at com.morpheus.backup.BackupResult.save(BackupResult.groovy)&lt;BR /&gt;
2023-05-04_15:51:40.66930       at com.morpheus.backup.BackupResult.save(BackupResult.groovy)&lt;BR /&gt;
2023-05-04_15:51:40.66930       at org.grails.datastore.gorm.GormEntity$save$0.call(Unknown Source)&lt;BR /&gt;
2023-05-04_15:51:40.66931       at com.morpheus.backup.BackupService.updateBackupStatus(BackupService.groovy:2351)&lt;BR /&gt;
2023-05-04_15:51:40.66932       at com.morpheus.backup.BackupService$updateBackupStatus$28.call(Unknown Source)&lt;BR /&gt;
2023-05-04_15:51:40.66932       at com.morpheus.ApplianceJobService.executeApplianceJob(ApplianceJobService.groovy:819)&lt;BR /&gt;
2023-05-04_15:51:40.66933       at jdk.internal.reflect.GeneratedMethodAccessor547.invoke(Unknown Source)&lt;BR /&gt;
2023-05-04_15:51:40.66933       at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)&lt;BR /&gt;
2023-05-04_15:51:40.66933       at java.base/java.lang.reflect.Method.invoke(Unknown Source)&lt;BR /&gt;
2023-05-04_15:51:40.66934       at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:107)&lt;BR /&gt;
2023-05-04_15:51:40.66934       at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:323)&lt;BR /&gt;
2023-05-04_15:51:40.66934       at org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:351)&lt;BR /&gt;
2023-05-04_15:51:40.66934       at org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.callCurrent(PogoMetaClassSite.java:61)&lt;BR /&gt;
2023-05-04_15:51:40.66935       at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:203)&lt;BR /&gt;
2023-05-04_15:51:40.66935       at com.morpheus.ApplianceJobService$_onApplianceJob_closure2.doCall(ApplianceJobService.groovy:277)&lt;BR /&gt;
2023-05-04_15:51:40.66935       at com.morpheus.ApplianceJobService$_onApplianceJob_closure2.doCall(ApplianceJobService.groovy)&lt;BR /&gt;
2023-05-04_15:51:40.66935       at jdk.internal.reflect.GeneratedMethodAccessor546.invoke(Unknown Source)&lt;BR /&gt;
2023-05-04_15:51:40.66935       at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)&lt;BR /&gt;
2023-05-04_15:51:40.66937       at java.base/java.lang.reflect.Method.invoke(Unknown Source)&lt;BR /&gt;
2023-05-04_15:51:40.66937       at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:107)&lt;BR /&gt;
2023-05-04_15:51:40.66937       at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:323)&lt;BR /&gt;
2023-05-04_15:51:40.66937       at org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:263)&lt;BR /&gt;
2023-05-04_15:51:40.66938       at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1035)&lt;BR /&gt;
2023-05-04_15:51:40.66938       at org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:38)&lt;BR /&gt;
2023-05-04_15:51:40.66938       at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:130)&lt;BR /&gt;
2023-05-04_15:51:40.66938       at com.morpheus.ApplianceJobService$_onApplianceJob_closure3.doCall(ApplianceJobService.groovy:344)&lt;BR /&gt;
2023-05-04_15:51:40.66938       at jdk.internal.reflect.GeneratedMethodAccessor545.invoke(Unknown Source)&lt;BR /&gt;
2023-05-04_15:51:40.66939       at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)&lt;BR /&gt;
2023-05-04_15:51:40.66939       at java.base/java.lang.reflect.Method.invoke(Unknown Source)&lt;BR /&gt;
2023-05-04_15:51:40.66939       at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:107)&lt;BR /&gt;
2023-05-04_15:51:40.66939       at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:323)&lt;BR /&gt;
2023-05-04_15:51:40.66940       at org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:263)&lt;BR /&gt;
2023-05-04_15:51:40.66941       at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1035)&lt;BR /&gt;
2023-05-04_15:51:40.66941       at groovy.lang.Closure.call(Closure.java:412)&lt;BR /&gt;
2023-05-04_15:51:40.66941       at groovy.lang.Closure.call(Closure.java:406)&lt;BR /&gt;
2023-05-04_15:51:40.66942       at com.morpheus.util.BoundedExecutor$2.run(BoundedExecutor.java:47)&lt;BR /&gt;
2023-05-04_15:51:40.66942       at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)&lt;BR /&gt;
2023-05-04_15:51:40.66942       at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)&lt;BR /&gt;
2023-05-04_15:51:40.66942       at java.base/java.lang.Thread.run(Unknown Source)&lt;BR /&gt;
2023-05-04_15:51:40.66943 Caused by: org.hibernate.exception.DataException: could not execute batch&lt;BR /&gt;
2023-05-04_15:51:40.66944       at org.hibernate.exception.internal.SQLStateConversionDelegate.convert(SQLStateConversionDelegate.java:115)&lt;BR /&gt;
2023-05-04_15:51:40.66944       at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:37)&lt;BR /&gt;
2023-05-04_15:51:40.66945       at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)&lt;BR /&gt;
2023-05-04_15:51:40.66945       at org.hibernate.engine.jdbc.batch.internal.BatchingBatch.performExecution(BatchingBatch.java:131)&lt;BR /&gt;
2023-05-04_15:51:40.66946       at org.hibernate.engine.jdbc.batch.internal.BatchingBatch.doExecuteBatch(BatchingBatch.java:106)&lt;BR /&gt;
2023-05-04_15:51:40.66947       at org.hibernate.engine.jdbc.batch.internal.AbstractBatchImpl.execute(AbstractBatchImpl.java:148)&lt;BR /&gt;
2023-05-04_15:51:40.66947       at org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl.executeBatch(JdbcCoordinatorImpl.java:198)&lt;BR /&gt;
2023-05-04_15:51:40.66948       at org.hibernate.engine.spi.ActionQueue.executeActions(ActionQueue.java:633)&lt;BR /&gt;
2023-05-04_15:51:40.66948       at org.hibernate.engine.spi.ActionQueue.lambda$executeActions$1(ActionQueue.java:478)&lt;BR /&gt;
2023-05-04_15:51:40.66948       at java.base/java.util.LinkedHashMap.forEach(Unknown Source)&lt;BR /&gt;
2023-05-04_15:51:40.66949       at org.hibernate.engine.spi.ActionQueue.executeActions(ActionQueue.java:475)&lt;BR /&gt;
2023-05-04_15:51:40.66949       at org.hibernate.event.internal.AbstractFlushingEventListener.performExecutions(AbstractFlushingEventListener.java:344)&lt;BR /&gt;
2023-05-04_15:51:40.66949       at org.hibernate.event.internal.DefaultFlushEventListener.onFlush(DefaultFlushEventListener.java:40)&lt;BR /&gt;
2023-05-04_15:51:40.66950       at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:107)&lt;BR /&gt;
2023-05-04_15:51:40.66950       at org.hibernate.internal.SessionImpl.doFlush(SessionImpl.java:1391)&lt;BR /&gt;
2023-05-04_15:51:40.66951       at org.hibernate.internal.SessionImpl.flush(SessionImpl.java:1378)&lt;BR /&gt;
2023-05-04_15:51:40.66951       at org.grails.orm.hibernate.AbstractHibernateGormInstanceApi.flushSession(AbstractHibernateGormInstanceApi.groovy:285)&lt;BR /&gt;
2023-05-04_15:51:40.66952       at jdk.internal.reflect.GeneratedMethodAccessor673.invoke(Unknown Source)&lt;BR /&gt;
2023-05-04_15:51:40.66952       at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)&lt;BR /&gt;
2023-05-04_15:51:40.66952       at java.base/java.lang.reflect.Method.invoke(Unknown Source)&lt;BR /&gt;
2023-05-04_15:51:40.66952       at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:107)&lt;BR /&gt;
2023-05-04_15:51:40.66954       at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:323)&lt;BR /&gt;
2023-05-04_15:51:40.66954       at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1268)&lt;BR /&gt;
2023-05-04_15:51:40.66954       at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1035)&lt;BR /&gt;
2023-05-04_15:51:40.66955       at org.codehaus.groovy.runtime.InvokerHelper.invokePogoMethod(InvokerHelper.java:1029)&lt;BR /&gt;
2023-05-04_15:51:40.66955       at org.codehaus.groovy.runtime.InvokerHelper.invokeMethod(InvokerHelper.java:1012)&lt;BR /&gt;
2023-05-04_15:51:40.66955       at org.codehaus.groovy.runtime.InvokerHelper.invokeMethodSafe(InvokerHelper.java:101)&lt;BR /&gt;
2023-05-04_15:51:40.66955       at org.grails.orm.hibernate.AbstractHibernateGormInstanceApi$_performSave_closure3.doCall(AbstractHibernateGormInstanceApi.groovy:250)&lt;BR /&gt;
2023-05-04_15:51:40.66956       at jdk.internal.reflect.GeneratedMethodAccessor631.invoke(Unknown Source)&lt;BR /&gt;
2023-05-04_15:51:40.66957       at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)&lt;BR /&gt;
2023-05-04_15:51:40.66957       at java.base/java.lang.reflect.Method.invoke(Unknown Source)&lt;BR /&gt;
2023-05-04_15:51:40.66957       at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:107)&lt;BR /&gt;
2023-05-04_15:51:40.66958       at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:323)&lt;BR /&gt;
2023-05-04_15:51:40.66958       at org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:263)&lt;BR /&gt;
2023-05-04_15:51:40.66958       at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1035)&lt;BR /&gt;
2023-05-04_15:51:40.66958       at groovy.lang.Closure.call(Closure.java:412)&lt;BR /&gt;
2023-05-04_15:51:40.66959       at org.codehaus.groovy.runtime.ConvertedClosure.invokeCustom(ConvertedClosure.java:50)&lt;BR /&gt;
2023-05-04_15:51:40.66960       at org.codehaus.groovy.runtime.ConversionHandler.invoke(ConversionHandler.java:110)&lt;BR /&gt;
2023-05-04_15:51:40.66960       at com.sun.proxy.$Proxy211.doInHibernate(Unknown Source)&lt;BR /&gt;
2023-05-04_15:51:40.66960       at org.grails.orm.hibernate.GrailsHibernateTemplate.doExecute(GrailsHibernateTemplate.java:297)&lt;BR /&gt;
2023-05-04_15:51:40.66961       … 45 common frames omitted&lt;BR /&gt;
2023-05-04_15:51:40.66962 Caused by: java.sql.BatchUpdateException: Data truncation: Data too long for column ‘result_archive’ at row 1&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2023 16:27:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-morpheus-enterprise-software/sql-error-with-backup-for-a-server/m-p/7246986#M160</guid>
      <dc:creator>rajmartha</dc:creator>
      <dc:date>2023-05-04T16:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: SQL error with Backup for a server</title>
      <link>https://community.hpe.com/t5/hpe-morpheus-enterprise-software/sql-error-with-backup-for-a-server/m-p/7246987#M161</link>
      <description>&lt;P&gt;5.4.16&lt;/P&gt;</description>
      <pubDate>Fri, 05 May 2023 12:51:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-morpheus-enterprise-software/sql-error-with-backup-for-a-server/m-p/7246987#M161</guid>
      <dc:creator>rajmartha</dc:creator>
      <dc:date>2023-05-05T12:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: SQL error with Backup for a server</title>
      <link>https://community.hpe.com/t5/hpe-morpheus-enterprise-software/sql-error-with-backup-for-a-server/m-p/7246988#M162</link>
      <description>&lt;P&gt;yep, i have opened the case 70378.&lt;/P&gt;</description>
      <pubDate>Fri, 05 May 2023 13:30:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-morpheus-enterprise-software/sql-error-with-backup-for-a-server/m-p/7246988#M162</guid>
      <dc:creator>rajmartha</dc:creator>
      <dc:date>2023-05-05T13:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: SQL error with Backup for a server</title>
      <link>https://community.hpe.com/t5/hpe-morpheus-enterprise-software/sql-error-with-backup-for-a-server/m-p/7246989#M163</link>
      <description>&lt;P&gt;Furtoher researching,  Server that failed have a 12 hard drives, so the “result_archive” column have varchar 255 only, and the vaule ended up 288 chars. increasing then length might fix our issue temparerly, but not sure if this will stay same if we upgrade the morpehus in the future&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2023 17:14:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-morpheus-enterprise-software/sql-error-with-backup-for-a-server/m-p/7246989#M163</guid>
      <dc:creator>rajmartha</dc:creator>
      <dc:date>2023-05-04T17:14:31Z</dc:date>
    </item>
    <item>
      <title>Re: SQL error with Backup for a server</title>
      <link>https://community.hpe.com/t5/hpe-morpheus-enterprise-software/sql-error-with-backup-for-a-server/m-p/7246990#M164</link>
      <description>&lt;P&gt;What version are you currently on?&lt;/P&gt;</description>
      <pubDate>Fri, 05 May 2023 09:12:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-morpheus-enterprise-software/sql-error-with-backup-for-a-server/m-p/7246990#M164</guid>
      <dc:creator>dgaharwar</dc:creator>
      <dc:date>2023-05-05T09:12:48Z</dc:date>
    </item>
    <item>
      <title>Re: SQL error with Backup for a server</title>
      <link>https://community.hpe.com/t5/hpe-morpheus-enterprise-software/sql-error-with-backup-for-a-server/m-p/7246991#M165</link>
      <description>&lt;P&gt;The value seems to be the same in our QA environment as well so if you can raise a case with our support for this then our dev team can take a look.&lt;/P&gt;</description>
      <pubDate>Fri, 05 May 2023 13:14:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-morpheus-enterprise-software/sql-error-with-backup-for-a-server/m-p/7246991#M165</guid>
      <dc:creator>dgaharwar</dc:creator>
      <dc:date>2023-05-05T13:14:48Z</dc:date>
    </item>
  </channel>
</rss>

