<?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 FileNet P8 5.x =&amp;gt; error when executing a search in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/filenet-p8-5-x-gt-error-when-executing-a-search/m-p/262464#M215594</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 deployed OpenWorkdesk on a WebSphere and tested it against my FileNet P8 5.0 =&amp;gt; when I click on a search template or on a virtual eFile ("VirtualSearchTemplate.xml ") then I get the following error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Caused by: com.wewebu.ow.server.exceptions.OwObjectNotFoundException: Error in search template 'VirtualFolder': Could not resolve property 'MimeType'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at com.wewebu.ow.server.ecm.OwStandardSearchTemplate.getPropertyClassInternal(OwStandardSearchTemplate.java:2177)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at com.wewebu.ow.server.ecm.OwStandardSearchTemplate.scanSearchNode(OwStandardSearchTemplate.java:1879)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at com.wewebu.ow.server.ecm.OwStandardSearchTemplate.scanSearchNode(OwStandardSearchTemplate.java:1814)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at com.wewebu.ow.server.ecm.OwStandardSearchTemplate.init(OwStandardSearchTemplate.java:1454)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at com.wewebu.ow.server.ecm.OwStandardVirtualFolderObjectFactory.createSearchTemplate(OwStandardVirtualFolderObjectFactory.java:1448)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at com.wewebu.ow.server.ecm.OwStandardVirtualFolderObjectFactory.getSearchTemplate(OwStandardVirtualFolderObjectFactory.java:1420)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am absolutely sure that the property "MimeType" exists and that it is available =&amp;gt; do you have any hints how to solve this issue? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Jul 2012 14:10:45 GMT</pubDate>
    <dc:creator>popeye</dc:creator>
    <dc:date>2012-07-04T14:10:45Z</dc:date>
    <item>
      <title>FileNet P8 5.x =&gt; error when executing a search</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/filenet-p8-5-x-gt-error-when-executing-a-search/m-p/262464#M215594</link>
      <description>Hi,I have deployed OpenWorkdesk on a WebSphere and tested it against my FileNet P8 5.0 =&amp;gt; when I click on a search template or on a virtual eFile ("VirtualSearchTemplate.xml ") then I get the following error:Caused by: com.wewebu.ow.server.exceptions.OwObjectNotFoundException: Error in search tem</description>
      <pubDate>Wed, 04 Jul 2012 14:10:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/filenet-p8-5-x-gt-error-when-executing-a-search/m-p/262464#M215594</guid>
      <dc:creator>popeye</dc:creator>
      <dc:date>2012-07-04T14:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: FileNet P8 5.x =&gt; error when executing a search</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/filenet-p8-5-x-gt-error-when-executing-a-search/m-p/262465#M215595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Popeye,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Problem here seems to be a minor bug in OpenWorkdesk 3.2.0.0 in combination with FileNet P8 5.x, when the "Display Name" and the "Symbolic Name" of your object store(s) are different. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To workaround your issue you should use the "Display Name" for the object store(s) definition(s) and not the "Symbolic Name" in your search templates. This issue will be resolved with the next available fix pack 3.2.0.1 which is currently scheduled for 20th of July.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please edit your search templates and replace ALL "Symbolic Name" definitions with the "Display Name". I assume that you currently have something like "P8 Config ObjectStore" defined as objectsore name in your templates, which must be changed to the "Display Name" like in the follwoing search template excerpt:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;objectstores mergeoption="union"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;objectstore name=" P8ConfigObjectStore" id="{1234ABCD-ABCD-1345-P8L9-45DF2DFG7894}"/&amp;gt;&lt;BR /&gt;&amp;lt;/objectstores&amp;gt;&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Adapting your search template should solve the problem. As soon as the 3.2.0.1 fixpack was installed, you can revert definition back to the "Symbolic Name".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please let me know if this solved the issue.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jul 2012 14:39:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/filenet-p8-5-x-gt-error-when-executing-a-search/m-p/262465#M215595</guid>
      <dc:creator>deko</dc:creator>
      <dc:date>2012-07-04T14:39:27Z</dc:date>
    </item>
  </channel>
</rss>

