This is a migrated thread and some comments may be shown as answers.

Create New Client Id IF A Client Id Doesn't Exist

1 Answer 433 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Majar
Top achievements
Rank 1
Majar asked on 14 Dec 2018, 07:19 AM

Hi,

Sometimes we are getting an error saying "Client ID with <client id> not found". Is there any way to (programmatically)create a new client id and use it when the client is not found or expired?

Thanks,

Majar

1 Answer, 1 is accepted

Sort by
0
Todor
Telerik team
answered on 18 Dec 2018, 03:29 PM
Hello Majar,

ClientId is the unique identifier that a client (viewer) is assigned after the Register Client request - check HTML5 Report Viewer and Reporting REST services article. With this request the client session gets stored in the service cache. Upon client session expiration the experienced error will be thrown by the service.

Note that ClientSessionTimeOut property sets a value in minutes indicating how long a client (viewer) session will be preserved in the service storage after the last interaction initiated by this client. You may increase this value to avoid the error. Check also Error Client with ID 'xxxxxx-xxxx' not found. Expired troubleshoot article.

You may also refresh the viewer on a given interval or refresh the whole page to simulate interaction with the viewer.

If you repeat the Register Client request a new client will be registered. By default it will not be able to access the state (e.g. generated reports) of the previous client.

Regards,
Todor
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
General Discussions
Asked by
Majar
Top achievements
Rank 1
Answers by
Todor
Telerik team
Share this question
or