ApplicationXtender Workflow Manager Reset

ApplicationXtender Workflow Manager Reset

You can do the following steps manually or put this in a batch file.  The following is for an x64 server.  If you have an x86 server please change the paths for the .NET temp. files.

net stop "AppXtender WIM"
net stop "Skelta - Workflow Engine"
net stop "Skelta - Task Scheduler"
net stop "Skelta - Communication Service"
net stop "Skelta - Advanced Server"
net stop "Skelta - Client Service"
iisreset /STOP
RMDIR /Q /S "%SYSTEMROOT%\temp\SkeltaBPMTemp"
CD "%SYSTEMROOT%\Microsoft.NET\Framework64\v2.0.50727\Temporary ASP.NET Files"
RMDIR /Q /S "./enterpriseconsole"
RMDIR /Q /S "./centralconfig"
RMDIR /Q /S "./appxtender"
CD "%SYSTEMROOT%\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files"
RMDIR /Q /S "./edb"
net start "AppXtender WIM"
net start "Skelta - Advanced Server"
net start "Skelta - Communication Service"
net start "Skelta - Workflow Engine"
net start "Skelta - Task Scheduler"
net start "Skelta - Client Service"
iisreset /START


    • Related Articles

    • Change WebAX URL in AppXtender Workflow Manager

      Issue: Which files reference the WX url for Workflow? Solution: The AXWebAccessURL is configured in the web.config files in these paths: C:\Program Files\XtenderSolutions\Content Management\ApplicationXtender Workflow Manager\Web\ECSite\web.config ...
    • Document Manager Crashes AX 7.1 Patch 8

      Each time a scanner is selected in Document Manager the client crashes with the following error.  "Full-Featured Client has stopped working". This is a known bug in AX 7.1 Patch 8. To fix temporarily revert back to patch 6.
    • Error Fix 'Unable to lock the document' ApplicationXtender Web Access

      Here are the steps to address this error: 1. Log into ApplicationXtender Administrator 2. Go to Monitoring - Locked Documents 3. Click the checkbox next to the document you want to unlock 4. Click the Unlock button. You will get this dialog telling ...
    • Enable remote access ApplicationXtender for SYSOP in Web Access

      The ability to log in to Web Access on machines other than the server as the default ApplicationXtender administrative account (SYSOP) user is disabled by default in Web Access. To enable remote login as SYSOP please perform the following steps ...
    • AppXtender Document Manager - Create Settings File

      Creating an .axs settings file allows you to configure Document Manager for access without having to set up Data Source Selector. Here are the steps to generate and load this file: 1. Log into Document Manager on any working client machine as any ...