Reply to Message

View discussion in a popup

Replying to:
techguy129
Expert
Expert

Is it just one particular application or multiple ones?

I suggest disabling directflex for the application. If that doesn't help, try adding it to blacklist.xml.

My issue with thinapp and cisco spark:

The only issue we had was we needed to blacklist the cisco spark.exe as it was crashing with directflex.

<?xml version="1.0" encoding="utf-8"?>

<userEnvironmentSettings>

<setting type="blacklist" list="ciscospark.exe|cisco spark.exe" />

</userEnvironmentSettings>

----

To create and manage the BlackList.XML file:

  1. Create a new folder called DirectFlex within the \\Server\FlexConfigShare\General\FlexRepository folder.
  2. Within the DirectFlex folder, create a text file named Blacklist.XML.
  3. Add this content to the Blacklist.XML file:

    <?xml version="1.0" encoding="utf-8"?>
    <userEnvironmentSettings>
    <setting type="blacklist" list="" />
    </userEnvironmentSettings>
  4. Save the Blacklist.XML file with UTF8 encoding.
  5. Add the processes you want to blacklist in the field list="".

    For example:

    list="notepad.exe"
    Note: Use | to specify more than one process.
  6. Restart your system for the changes to take effect.

View solution in original post

Reply
0 Kudos