SmartStarter Time Management

  • 1 November 2016
  • 2 replies
  • 1 view

Badge +6

Hi Expert,

 

I am a beginner on K2 and had download some application from smartstarter. One of it is Time Management.

 

However, when i try to edit the workflow from K2 Designer, i encounter an error as shown below:

 

Server Error

Unrecognized attribute 'smapSecurity'. Note that attribute names are case-sensitive. (E:Program Files (x86)K2 blackpearlHost ServerBinK2HostServer.exe.Config line 146)

 

Please advise so i can continue with my learning process.

 

Thank you.


2 replies

Userlevel 5
Badge +18

It looks like there may be a typo in the configuration file that is causing an issue; was SmartActions security perhaps recently added?


https://help.k2.com/onlinehelp/k2blackpearl/userguide/4.6.11/webframe.html#k2_smartactions_email_security.html


 


This may need to be:


 


'spamSecurity'


 


instead of 


 


'smapSecurity'

Badge +6

Hi Tin,

 

Thank you for your reply. Yes, try to comment out the below line before change from SmapSecurity to SpamSecurity and it works.

 

<system self="K2:abck2service" enableListeners="True" allowAmbiguity="true">

<security SmapSecurity="off"> -->

<!-- Default is InternalMail-->

<!-- A list of trusted domains that are checked against the RECEIVED-FROM header. -->

<authorizedDomains>

<add domain="*.abc.com.my" />

<add domain="*.efg.com.my" />

</authorizedDomains>

</security>"

</system>

 

Now change it from smapSecurity to spamsecurity.

 

Thank you very much.

Reply