Telerik Forums
Telerik Control Panel Forum
1 answer
143 views

I posted this as an answer on the thread https://www.telerik.com/forums/cannot-log-into-progress-control, but because it's preventing my team from deciding whether to go with Telerik or one of its competitors, I thought I'd repost it as a question.

When attempting to install a trial version of the Blazor UI controls, I am unable to progress beyond the Login step. This is unfortunate as without the trial I can't make the case that my company should spend thousands of dollars on Telerik instead of, say, Syncfusion. I have to say this experience is not encouraging.

I examined the conversation between the installer and the mothership using Fiddler. The endpoint dle.telerik.com:443 responded with HTTP202 (Accepted) to this POST:

POST https://dle.telerik.com/metrics/v1/events/errors HTTP/1.1
Accept: application/json
Authorization: Bearer {snip}
Accept-Encoding: gzip,deflate
Content-Type: application/json
Host: dle.telerik.com
Content-Length: 1211

{"Type":"HandledError","SessionId":"f2ee3acd-37dc-487a-b5ea-1b2647a2eeb3","Source":"Installer","SourceVersion":"2023.3.1012.0","Timestamp":"2023-10-23T21:10:19.7047547Z","OS":"Windows 10 Enterprise 64-bit v.10.0 ","CLR":"4.8","MachineId":"6uI7wmYbX4Q9h0+vgpSj5xbBF4o=","Exception":{"OS":"Windows 10 Enterprise 64-bit v.10.0 ","CLR":"4.8","MachineId":"6uI7wmYbX4Q9h0+vgpSj5xbBF4o=","Message":"The system cannot find the file specified","Type":"Win32Exception"},"ErrorDetails":"   at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)\r\n   at System.Diagnostics.Process.Start()\r\n   at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)\r\n   at Telerik.Sso.SsoClient.MakeAuthorizationRequestInBrowser(Int32 port, String appProtocol, String appName, String productCode)\r\n   at Telerik.Sso.SsoClient.GetAccessToken(String appProtocol, String appName, String productCode)\r\n   at Telerik.CommonInstaller.DataAccess.RuntimeServiceClient.GetAccessToken(String appProtocol, String appName, String productCode)\r\n   at Telerik.CommonInstaller.Application.Services.AuthenticationService.Login(String user, String password, Boolean rememberCredentials, Boolean useRemembered)"}

HTTP/1.1 202
Cache-Control: private
Content-Type: application/json
X-Frame-Options: DENY
Strict-Transport-Security: max-age=31536000; includeSubDomains
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
Date: Mon, 23 Oct 2023 21:11:55 GMT
Content-Length: 0

So, something is throwing an exception and keeping me from evaluating whether to give Telerik money.

One thing which may be important: the installer requested local disk access that required me to run it as a local Admin account. That account is not the domain account I used to register for Telerik. Not that it should matter; since the admin account has never seen the Telerik account, I would expect that the installer would ask for credentials instead of trying to use non-existent cached credentials.

It occurs to me that a better response to a login failure with cached credentials might be to ask for new credentials. Otherwise the end user might get frustrated and file a very snarky bug report.

Please advise. I'm expecting to give my informal evaluation to my team tomorrow at 3pm CDT/20:00 UTC. I'd hate to exclude Telerik from consideration merely because we couldn't load the free trial.

Vesko
Telerik team
 answered on 24 Oct 2023
2 answers
277 views

This is log in question for the Progress Control panel. It says I need to log in but immediately times out. I tried un-installing and re-installing the progress control panel many times but still get same issue. version 23.2.802.0 I have the same Progress Control Panel on another development laptop and it logs me in correctly

 

David
Top achievements
Rank 1
 answered on 23 Oct 2023
1 answer
94 views

I am using telerik version 2014.3.1024.45 with Asp.Net Webforms and Recently i have upgraded to jQuery Version from 2.0.3 to 3.6.3.

i am using Telerik Grid control in my application. Every row in a grid has a checkbox. if clicked on checkbox or on a row, that particular row will get selected. This functionality is used to work with jQuery 2.0.3. but after upgrading jQuery Version to 3.6.3, row is getting selected only when clicked on row, row is not getting selected when clicked on checkbox.



Neli
Telerik team
 answered on 24 Apr 2023
1 answer
96 views

Hi,

Been trying to install/update the Progress Control, but I get an error every time and it never installs or update. Error "The feature you are trying to use is on a network resource that is unavailable."

Vesko
Telerik team
 answered on 20 Feb 2023
3 answers
376 views

Hi,

after last update I got a timeout trying to login to control panel.

I tried to uninstall/reinstall control panel, but always I got timeout.

When I login the app redirect me to website, I type my credentials, thenafter succesfully login, the browser show me the message I will be redirected to desktop app but nothing happens and desktop app return timeout.

Vesko
Telerik team
 answered on 07 Feb 2023
6 answers
342 views

As the title suggest, when I install Terlik controls by running the control panel as a local administrator account, the tools don't properly setup in Visual Studio 2017 for my standard account.

Due to company policy, installations on our desktop have to be completed with an administrator account different than our regular user account.    So, the only way for me to install the tools is via a different account.   This installation "works", and all Telerik is installed on my desktop, but Visual Studio does not recognize Telerik when I run my standard account which is used for development (see "StandardView.jpg" attached).

If I run Visual studio under the administrator account, the Telerik menus, toolbars, etc.. show up in Visual Studio (see "RunAsAdmin.jpg" attached), but then I am unable to develop due to our security policy restrictions.  I have to develop in an account different than this administrator account, but cannot with the Telerik tools.

Is there a method to make this automatically install for my standard account as well when installing with the admin account?

 

Thanks,

Russell

Rajeev
Top achievements
Rank 1
 answered on 14 Jul 2022
1 answer
172 views

I'm having a very weird error when trying to install any application using the Progress Control Panel, it doesn't matter if it's a trial or a free app or one of my licensed products.

My network connectivy it's just fine, I can log in to the app sucessfully and even I can access my account from the web and download the .msi for any application/package.

Log of the error:

Telerik.CommonInstaller.Operations.Download.DownloadOperationException: DownloadFailed ---> System.AggregateException: One or more errors occurred. ---> System.Net.WebException: The remote server returned an error: (403) Forbidden.
   at System.Net.HttpWebRequest.GetResponse()
   at Telerik.Installers.Downloader.ByteRangeDownloader.ProcessSegmentCore(DownloadContext context, Segment segment)
   at Telerik.Installers.Downloader.ByteRangeDownloader.<>c__DisplayClass9_0.<ProcessSegment>b__0()
   at Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.RetryPolicy.<>c__DisplayClass28_0.<ExecuteAction>b__0()
   at Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.RetryPolicy.ExecuteAction[TResult](Func`1 func)
   at Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.RetryPolicy.ExecuteAction(Action action)
   at Telerik.Installers.Downloader.ByteRangeDownloader.ProcessSegment(DownloadContext context, Segment segment, RetryPolicy retryPolicy)
   at Telerik.Installers.Downloader.ByteRangeDownloader.<>c__DisplayClass8_0.<Start>b__5(Object state)
   at System.Threading.Tasks.Task.InnerInvoke()
   at System.Threading.Tasks.Task.Execute()
   --- End of inner exception stack trace ---
   --- End of inner exception stack trace ---

Jorge
Top achievements
Rank 1
 updated question on 11 Jul 2022
1 answer
286 views

Like most things with Telerik these days, the progress control panel is quite confusing? Is it dead and not supposed to be used? If not, why isn't it on the download page? And if it is dead, are we actually supposed to add necessary NPM source manually?

 

What is the recommended way to install and maintain Telerik products and configuration?

Nikola
Telerik team
 answered on 21 Mar 2022
0 answers
162 views

Hello,

 

I want to use custom button in telerik Radgrid. can you please let me know how to use it on client side and how to get value on server side?

When I click on custom button that time open one dialog box with generate dynamically textboxes.

Ruchi
Top achievements
Rank 1
 asked on 07 Mar 2022
2 answers
355 views

Is there a problem with the current version of the control panel installer? When I run it, it extracts to a folder under the users Temp folder (AppData\Local\Temp). It previously used to install itself into the program files (x86)\Progress folder. Any current installation does not get updated and every time you try run it, you get the message that the control panel is outdated and needs to be updated. Except that the file for the new version does not do that

 

Version is: 2021.2.1110.4

PaulRajesh
Top achievements
Rank 1
 updated answer on 16 Feb 2022
Narrow your results
Selected tags
Tags
+? more
Top users last month
Dominik
Top achievements
Rank 1
Giuliano
Top achievements
Rank 1
Dominic
Top achievements
Rank 1
Glendys
Top achievements
Rank 1
Iron
NoobMaster
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Dominik
Top achievements
Rank 1
Giuliano
Top achievements
Rank 1
Dominic
Top achievements
Rank 1
Glendys
Top achievements
Rank 1
Iron
NoobMaster
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?