Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Open file PerformerSuite.exe.config (..\PerformerSuite\Core)
  2. Open PerformerSuite.exe.config in a text editor (e.g. Notepad)
  3. Jump to line 333433, or search for "system.serviceModel"
  4. Add a new attribute sendTimeout="00:10:00" to the binding element "DpBoWebServiceClient"


    The time format is HH:MM:SS.
    The example is 10 minutes.

...

  1. Go to the folder ..\PerformerSuite\Core
  2. Find the file PerformerSuite.exe.config
  3. Open this file PerformerSuite.exe.config with a text editor
  4. Jump to line 236319RetrieveFoldersUseRestful and change the value from false to true
  5. Save the file
  6. Restart the Performer Suite
  7. Try again the sync or documentation

...

In some cases loading the folder structure fails, then we need a "false".

  • "false" does not show hides the "Favorite folders" in the BO folder tree
  • "true" shows the "Favorite folders" in the BO folder tree
  1. Go to the folder ..\PerformerSuite\Core
  2. Find the file PerformerSuite.exe.config
  3. Open this file PerformerSuite.exe.config with a text editor
  4. Jump to line 233316RetrieveFavoritesFolder and change the value from true to false
  5. Save the file
  6. Restart the Performer Suite
  7. Try again the sync

...