Workflow Soluiton

 View Only
  • 1.  LogicBase.ServerExtensions.exe Errors

    Posted Jan 23, 2014 07:51 PM

    Hello All,

    I've recently started working with workflow again after about a 2 year lapse. I've just installed Workflow 7.5 on a Windows Server 2008 R2 box and now I'm receiving the same two errors in the log viewer over and over again. The errors are posted below:

     

    Application Name : LogicBase.ServerExtensions.exe
    Process ID : 948
    Date :1/23/2014 4:47:33 PM
    Log Level :Error
    Log Category :LogicBase.ServerExtensions.JobInvoker
    Machine Name : TSTBPVSWF01
    Message :
    error invoking KeepAlive in service http://TSTBPVSWF01/ProcessManager/Userman/Userman.asmx

     

     

    Application Name : LogicBase.ServerExtensions.exe
    Process ID : 948
    Date :1/23/2014 4:47:33 PM
    Log Level :Error
    Log Category :LogicBase.ServerExtensions.JobInvoker
    Machine Name : TSTBPVSWF01
    Message :
    System.Net.WebException: The remote server returned an error: (500) Internal Server Error.
       at System.Net.HttpWebRequest.GetResponse()
       at LogicBase.Framework.DynamicProxy.GetServiceDescription()
       at LogicBase.Framework.DynamicProxy.AddMethod(DynamicWebMethod WebMethod)
       at LogicBase.ServerExtensions.Core.JobInvoker.Run()

     

    Not sure if its a rights issue...seems unlikely as I've given local admin rights to all the service accounts I'm using. Anyway, any insight on this would be most welcome.

     

    Thanks!

     

     



  • 2.  RE: LogicBase.ServerExtensions.exe Errors
    Best Answer

    Posted Jan 24, 2014 08:27 AM

    Open up Server Extensions and look for the Job to invoke the Userman KeepAlive method. I don't have Server Extensions up in front of me now, but I believe it's under a Job Invoker property you have to drill down to see. Delete it, save SE (extensions should restart), and the error should go away.



  • 3.  RE: LogicBase.ServerExtensions.exe Errors

    Posted Jan 24, 2014 11:33 AM

    That seems to have done the trick! Thanks for the advice. Will removing this attribute limit any functionality?

     

    Thanks!



  • 4.  RE: LogicBase.ServerExtensions.exe Errors

    Posted Jan 24, 2014 07:34 PM

    The primary reason for this job is to keep the ProcessManager DLL constantly loaded in memory so Active Directory syncs do not fail on IIS resets.

    I believe this might be addressed in a rollup (it actually introduces the fctn that it's trying to call). But if you're not concerned with syncs, go ahead and delete.