By reporting abuse, a moderator will be asked to review the content of this interaction to take further action, if necessary.
But when the cluster name is used in the URL, DocumentUltimate throws an error and will not load the document, "Status: parsererror HTTP 200: SyntaxError: Unexpected token < in JSON at position 0".
//Using a UNC share for document location //User Name can be speficied as Domain\User, User@Domain (UPN format), MachineName\User //or User (local user). If a value contains semi-colon character, that value should be enclosed //in single quotes (eg. Password='PASSWORD') or double quotes (eg. Password="PASSWORD"). documentViewer.DocumentLocation = @"Path=\\server\share; User Name=USERNAME; Password=PASSWORD"; //Same as above documentViewer.DocumentLocation = new PhysicalLocation { Path = @"\\server\share", UserName = "USERNAME", Password = "PASSWORD" }; //Now set Document property as a relative path for this location. //In this example "\\server\share\SomeFolder\Document.docx" will be loaded documentViewer.Document = @"SomeFolder\Document.docx";
Trouble logging in? Simply enter your email address OR username in order to reset your password.
For faster and more reliable delivery, add notify@gleamtech.com to your trusted senders list in your email software.