Tagged with troubleshooting - Visokio Forums http://forums.visokio.com/discussions/tagged/troubleshooting/feed.rss Mon, 30 Oct 17 14:40:14 -0400 Tagged with troubleshooting - Visokio Forums en-CA Server Problem - "No linked source configured" http://forums.visokio.com/discussion/3219/server-problem-no-linked-source-configured Wed, 08 Mar 2017 06:41:53 -0500 JohnMR 3219@/discussions turning to refresh data with a server license but I keep getting the error "No linked source configured".
What does that mean?
Thanks,
John. ]]>
Security: SPNEGO Troubleshooting http://forums.visokio.com/discussion/2571/security-spnego-troubleshooting Tue, 27 May 2014 05:05:11 -0400 Veaceslav 2571@/discussions Mobile Web Server Authentication

SPNEGO Troubleshooting


  • Error Java Cryptography Extension (JCE) Unlimited Strength is not enabled.
    LDAP/Active Directory (AD) server may send tickets that have been encrypted using AES 256 bits (or larger) which is not enabled in Java (JRE) by default and therefore SPNEGO authentication may fail

    Java Cryptography Extension (JCE) Unlimited Strength includes two jar files that contain only configuration settings enabling unlimited strength cryptography algorithms in Java.

    To enable JCE unlimited strength download it from http://www.oracle.com/technetwork/java/javase/downloads/jce-7-download-432124.html

    The downloaded file contains three files

    • local_policy.jar
    • US_export_policy.jar
    • README.txt

    Read and follow the instructions outlined in the README.txt file.

    To install JCE unlimited strength, the client needs to put these two jars in
    - {OMNISCOPE LOCATION}\x86\lib\security
    - {OMNISCOPE LOCATION}\x64\lib\security
    while creating a backup for the existing (default) two files and restart the application

]]>