Versions Compared

Key

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



...

Html

...

Html
<div id="fb-root"></div>
<script>(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = 'https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.11';
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>

...

Html
<div class="fb-like" data-href="https://confluence.wildix.com/x/jweIAQ" data-layout="button_count" data-action="recommend" data-size="large" data-show-faces="true" data-share="true"></div>


Info

This Article explains how to debug Wildix Integration Service and related components.

Permalink: https://confluence.wildix.com/x/jweIAQ

Table of Contents

Check the Integration version 

All integrations/ components can be installed from Collaboration - > Settings - > Extensions:

Image Added


If an integration/ a component is not yet installed, click INSTALL to download a package and launch the installation.

If a new version is available, click UPDATE  to get the latest one.  


Image Added

If the latest version is installed, RE-INSTALL option is displayed.


How to collect logs from Wildix integrations - MacOS

Collect WIService logs

  • Open "Go to Folder" window by pressing Shift+Cmd+G
  • Insert the path of the folder: ~/Library/Application Support/com.wildix.wiservice 
  • Сlick Go

Or

  • Go to macOS status menu
  • Click on Wildix Integration Service icon 
  • Select About and click Logs

Image Added

To view logs, open wislog.txt file.

Collect Screen Share logs

  • Open "Go to Folder" window by pressing Shift+Cmd+G
  • Insert the path of the folder: ~/Library/Application Support/com.wildix.screenshare
  • Сlick Go

Or

  • Go to macOS status menu
  • Click on Screen Share icon 
  • Select About and click Logs

Image Added

To view logs, open vnclog.txt file.

Collect Headset Integration logs

  • Open "Go to Folder" window by pressing Shift+Cmd+G
  • Insert the path of the folder: ~/Library/Application Support/hilog.txt
  • Сlick Go

Or

  • Go macOS status menu 
  • Click on Headset Integration icon
  • Select About and click Logs

Image Added

To view logs, open hilog.txt file.

How

...

to collect logs from Wildix integrations - Windows

Collect WIService logs

  • Open Windows Explorer (File Explorer)
  • Insert the path of the folder: %APPDATA%\Wildix\WIService

Or

  • Go to Windows Quick Launch toolbar
  • Click on Wildix Integration service icon
  • Select About and click Logs

Image Added


To view logs, open uilog.txt and wislog.txt files.

Collect Outlook Integration logs

  • Open Windows Explorer (File Explorer)
  • Insert the path of the folder: %APPDATA%\Wildix\OutlookIntegration

Or

  • Go to Windows Quick Launch toolbar 
  • Click on Outlook Integration icon
  • Select About and click Logs 

Image Added

To view logs, open log.txt file.

Collect Screen Share logs

  • Open Windows Explorer (File Explorer)
  • Insert the path of the folder: %APPDATA%\Wildix\SS

Or

  • Go to Windows Quick Launch toolbar
  • Click on Screen Share  icon 
  • Select About and click Logs 

Image AddedTo view logs, open vnclog.txt file.

Collect Headset Integration logs

  • Open Windows Explorer (File Explorer)
  • Insert the path of the folder: %APPDATA%\Wildix\HI

Or

  • Go to Windows Quick Launch toolbar 
  • Click on Headset Integration icon
  • Select About and click Logs 

Image Added

To view logs, open hilog.txt file.

Restart WIService - MacOS

To restart Wildix Integration Service, run the following commands:

Code Block
launchctl unload /Library/LaunchDaemons/com.wildix.WIService-wd.plist

...

Code Block
su -l wildix -c '/bin/launchctl unload /Library/LaunchAgents/com.wildix.WIService.plist'

...

Uninstall WIService - MacOS

To delete Wildix Integration Service, run the following commands:

Code Block
sudo launchctl unload /Library/LaunchDaemons/com.wildix.WIService-wd.plist
/bin/launchctl unload /Library/LaunchAgents/com.wildix.MenuIntegration.plist
/bin/launchctl unload /Library/LaunchAgents/com.wildix.WIService.plist
sudo rm /Library/LaunchDaemons/com.wildix.WIService-wd.plist
sudo rm /Library/LaunchAgents/com.wildix.MenuIntegration.plist
sudo rm /Library/LaunchAgents/com.wildix.WIService.plist
sudo rm -r /Library/Services/WIService

...

Uninstall Fax Printer - MacOS

To delete Fax Printer component, run the following commands:

Code Block
sudo launchctl unload /Library/LaunchDaemons/com.wildix.WIService-wd.plist
/bin/launchctl unload /Library/LaunchAgents/com.wildix.MenuIntegration.plist
/bin/launchctl unload /Library/LaunchAgents/com.wildix.WIService.plist
sudo rm /Library/LaunchDaemons/com.wildix.WIService-wd.plist
sudo rm /Library/LaunchAgents/com.wildix.MenuIntegration.plist
sudo rm /Library/LaunchAgents/com.wildix.WIService.plist
sudo rm -r /Library/Services/WIService
sudo rm r /Library/PDF\ Services/Wildix\ Fax

WIService Log files 

MacOS:

/Users/<your user>/Library/Application\ Support/com.wildix.wiservice/wislog.txt 

Windows:

...


Html
<div class="ask-question">
		<div class="text-before-buttons">
			<span style="font-size: 24px; text-align: center;">Not finding the help you need?</span><br>
Join the Facebook group to ask a question!
		</div>
<div class="fb-buttons">
<span style="align: center;"><a href="https://www.facebook.com/groups/wildixtechwizards" target="_blank"><img src="https://manuals.wildix.com/wp-content/uploads/2017/03/facebook_tech-wizards.png" alt="facebook_tech-wizards" width="282" height="80" align="center"/></a></span></div>
	</div>
</div>

...