Workflow Error

When i try to create a metadata using workflow but couldn’t to do so ? I am getting an error “MetadataRetrieveException”.

Hello Harika,

Could you share the Helical Insight Version you are using ? ( you can find details in the “About” tab at the top-right )

Regards,
Helical Inisight Team

Thank you for the details.

For solving the issue, you need to go to file system of Helical Insight. Then,

spring-security.xml
file needs to be configured.

File Path:

C:\Helical Insight\apache-tomcat-7\webapps\hi\WEB-INF

Steps :

  1. Open the spring-security.xml file in a text editor.
  2. Add the following code given below :
  3. <beans:bean class="org.springframework.beans.factory.config.MethodInvokingFactoryBean"> < beans:property name="targetClass" value="org.springframework.security.core.context.SecurityContextHolder"/> <beans:property name="targetMethod" value="setStrategyName"/> <beans:property name="arguments">  <beans:list>       <beans:value>MODE_INHERITABLETHREADLOCAL</beans:value>  </beans:list>     </beans:property> </beans:bean>

  4. Now, save the file.
  5. Restart the Helical Insight Server.
  6. Once the server gets started, then try to create a meatadata using workflow.

Regards,
Helical Insight Team

How to restart the Helical Insight Server ?

Following are the steps to restart Helical Insight Server :

  1. Open run.exe
  2. enter "services.msc"
  3. Search "HIApplication"
  4. Right Click and then select restart
  5. Regards,
    Helical Insight Team