<?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: Alfresco Migration in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-migration/m-p/195255#M148385</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have identified the root cause for this issue. That is the issue with bit column type. In MSSQL, the column type is tinyint and I am migrating data using the linkedserver method like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;/*Data for the table alf_node_properties */&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;insert into alfresco.dbo.alf_node_properties(node_id,actual_type,multi_valued,persisted_type,boolean_value,long_value,float_value,double_value,string_value,attribute_value,serializable_value,qname) SELECT * FROM openquery(MYSQL, 'SELECT * FROM alfresco.alf_node_properties');&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This query is screwing up data. It converts "True" for false bit data also. So, the code is looking for serializable properties and it is null.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I also have found that following tables =&amp;gt; Columns are bit types. I need to manually analyze and set data properly. Is there any automated way available to convert this data effectively in the database migration?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;alf_access_control_entry allowed&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;`alf_access_control_list` `inherits`&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;`alf_applied_patch` `was_executed`, `succeeded`&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;`alf_attributes` `bool_value`&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;`alf_audit_fact` `filtered`, `fail`&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;`alf_child_assoc` `is_primary`&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;`alf_node_properties` `multi_valued`, `boolean_value`, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;`avm_node_properties` `multi_valued`, `boolean_value`&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;`avm_node_properties_new` `multi_valued`, `boolean_value`&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;`avm_nodes` `is_root`, `primary_indirection`, `opacity`&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;`avm_store_properties``multi_valued`, `boolean_value`,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;`jbpm_action` `ISPROPAGATIONALLOWED_`, `ISASYNC_`, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;`jbpm_job` `ISSUSPENDED_`, `ISEXCLUSIVE_`, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;`jbpm_node` `ISASYNC_`, `ISASYNCEXCL_`, `CREATETASKS_`, `ENDTASKS_`, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;`jbpm_processdefinition` `ISTERMINATIONIMPLICIT_`, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;`jbpm_processinstance` `ISSUSPENDED_`, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;`jbpm_task` `ISBLOCKING_`, `ISSIGNALLING_`, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;`jbpm_taskinstance` `ISCANCELLED_`, `ISSUSPENDED_`, `ISOPEN_`, `ISSIGNALLING_`, `ISBLOCKING_`, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;`jbpm_token` `ISABLETOREACTIVATEPARENT_`, `ISTERMINATIONIMPLICIT_`, `ISSUSPENDED_`, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Senthil.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Jan 2009 04:07:12 GMT</pubDate>
    <dc:creator>csvalavan</dc:creator>
    <dc:date>2009-01-23T04:07:12Z</dc:date>
    <item>
      <title>Alfresco Migration</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-migration/m-p/195254#M148384</link>
      <description>Hi:I am in the process of migrating MYSql of Alfresco 2.1 to MSSQL 2005. I have done the following steps and I get Null pointer Exception after I start alfresco.1. Migrated MYSQL data to SQL Server by creating linked server and executing query (insert select) for each table. This has worked without</description>
      <pubDate>Thu, 22 Jan 2009 12:27:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-migration/m-p/195254#M148384</guid>
      <dc:creator>csvalavan</dc:creator>
      <dc:date>2009-01-22T12:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Migration</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-migration/m-p/195255#M148385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have identified the root cause for this issue. That is the issue with bit column type. In MSSQL, the column type is tinyint and I am migrating data using the linkedserver method like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;/*Data for the table alf_node_properties */&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;insert into alfresco.dbo.alf_node_properties(node_id,actual_type,multi_valued,persisted_type,boolean_value,long_value,float_value,double_value,string_value,attribute_value,serializable_value,qname) SELECT * FROM openquery(MYSQL, 'SELECT * FROM alfresco.alf_node_properties');&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This query is screwing up data. It converts "True" for false bit data also. So, the code is looking for serializable properties and it is null.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I also have found that following tables =&amp;gt; Columns are bit types. I need to manually analyze and set data properly. Is there any automated way available to convert this data effectively in the database migration?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;alf_access_control_entry allowed&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;`alf_access_control_list` `inherits`&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;`alf_applied_patch` `was_executed`, `succeeded`&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;`alf_attributes` `bool_value`&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;`alf_audit_fact` `filtered`, `fail`&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;`alf_child_assoc` `is_primary`&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;`alf_node_properties` `multi_valued`, `boolean_value`, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;`avm_node_properties` `multi_valued`, `boolean_value`&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;`avm_node_properties_new` `multi_valued`, `boolean_value`&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;`avm_nodes` `is_root`, `primary_indirection`, `opacity`&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;`avm_store_properties``multi_valued`, `boolean_value`,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;`jbpm_action` `ISPROPAGATIONALLOWED_`, `ISASYNC_`, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;`jbpm_job` `ISSUSPENDED_`, `ISEXCLUSIVE_`, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;`jbpm_node` `ISASYNC_`, `ISASYNCEXCL_`, `CREATETASKS_`, `ENDTASKS_`, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;`jbpm_processdefinition` `ISTERMINATIONIMPLICIT_`, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;`jbpm_processinstance` `ISSUSPENDED_`, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;`jbpm_task` `ISBLOCKING_`, `ISSIGNALLING_`, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;`jbpm_taskinstance` `ISCANCELLED_`, `ISSUSPENDED_`, `ISOPEN_`, `ISSIGNALLING_`, `ISBLOCKING_`, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;`jbpm_token` `ISABLETOREACTIVATEPARENT_`, `ISTERMINATIONIMPLICIT_`, `ISSUSPENDED_`, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Senthil.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2009 04:07:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-migration/m-p/195255#M148385</guid>
      <dc:creator>csvalavan</dc:creator>
      <dc:date>2009-01-23T04:07:12Z</dc:date>
    </item>
  </channel>
</rss>

