Search found 14 matches

by becklesd
October 7th, 2022, 6:48 am
Forum: Other
Topic: getDeviceID returns different values on the same device
Replies: 4
Views: 2453

Re: getDeviceID returns different values on the same device

In my case, no randomizing is not on. But the result returned seems to depend on the network connection and whether a VPN is in use.
by becklesd
September 27th, 2022, 2:41 am
Forum: Other
Topic: getDeviceID returns different values on the same device
Replies: 4
Views: 2453

Re: getDeviceID returns different values on the same device

Hi Gregory,
Thanks for your reply. It's a good workaround, but I'll use savesetting/loadsetting instead of a file.
Any chance of getting a version of getdeviceID that works on Windows 10?

Best regards
Becklesd
by becklesd
September 26th, 2022, 4:29 am
Forum: Other
Topic: getDeviceID returns different values on the same device
Replies: 4
Views: 2453

getDeviceID returns different values on the same device

There is a problem with getdeviceid() on my Windows 10 laptop in that it does not always return the same value. Over the last few days it has returned: '00155d3c3d2e', '00155d6eb6da', '00155db5ac1b', '00155dd9c717' The hardware has not changed over that time. On Android the function behaves as expec...
by becklesd
April 26th, 2022, 1:18 pm
Forum: Synchronization
Topic: Paradata sync error: Could not insert events to the extracted paradata log
Replies: 1
Views: 769

Paradata sync error: Could not insert events to the extracted paradata log

Hi, When attempting to synchronize paradata with the CSWeb server we frequently, but not always, get one of the two following error messages: 1. After syncparadata(PUT), the message 'Paradata sync error: Could not insert events to the extracted paradata log' 2. After syncparadata(GET), the message '...
by becklesd
April 25th, 2022, 11:41 am
Forum: Synchronization
Topic: Error connecting to sync server:java.net.MalformedURLException
Replies: 2
Views: 1085

Re: Error connecting to sync server:java.net.MalformedURLException

Hi,
By trial and error, we've found that the error does not occur in either of the two following situations:
1. An Android 9 device is being used;
2. When both the optional parameters, username and password, are used in the call to syncconnect.

Hope that this helps someone.
BecklesD
by becklesd
April 22nd, 2022, 11:34 am
Forum: Synchronization
Topic: Error connecting to sync server:java.net.MalformedURLException
Replies: 2
Views: 1085

Error connecting to sync server:java.net.MalformedURLException

Hi, While trying to synchronize with the CSWeb server, we are getting the following message: Error connecting to sync server:java.net.MalformedURLException: no protocol: Pilot/token. The setup is: CSWeb version 7.7.0; CSEntry version 7.7.1, dated 11 Mar 2022; Android version 11 The problem also occu...
by becklesd
November 24th, 2021, 6:43 am
Forum: Synchronization
Topic: Could not load file or assembly
Replies: 1
Views: 1152

Could not load file or assembly

Hi, While trying to run a pff file to download data from CSWeb, we get the following message: Could not load file or assembly 'zDictCLR, version 7.6.2.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified. The setup is: CSWeb version 7.6; CSPr...
by becklesd
March 10th, 2021, 11:38 am
Forum: Tools
Topic: Data Viewer "Save As" greyed out
Replies: 2
Views: 2446

Re: Data Viewer "Save As" greyed out

Hi Gregory,
Thanks for that quick and most useful reply. "...learn something every day..."
Cheers
Beckles
by becklesd
March 9th, 2021, 12:42 pm
Forum: Tools
Topic: Data Viewer "Save As" greyed out
Replies: 2
Views: 2446

Data Viewer "Save As" greyed out

I'm finding that for about half the files the data Viewer's "Save As" option is greyed out. While a work-around is often possible it is a bit of a nuisance. Is there anything that can be done about this? Does anyone else have this problem? I'm using version 7.5.0 of the Data Viewer. Thanks...
by becklesd
June 9th, 2015, 2:52 pm
Forum: Other
Topic: Undocumented changes?
Replies: 0
Views: 17331

Undocumented changes?

I think that I have come across two changes in behavior between versions 6.0.1 and 6.1: 1. In 6.0 you could use the fileexist() function to determine if a folder existed by specifying the file name as ".", but this no longer works in 6.1. You now have to use the direxist() function. To be ...