Quantcast
Channel: Devolutions Forum - Recent Posts
Viewing all 19717 articles
Browse latest View live

Topic "4K screens and high DPI" a message from David Zamolo

$
0
0

Hi David,

I'm currently running DRM 12.0.2.0 and operating with the following setup; W10 Pro laptop 3200x1800 with 200% dpi and an external display 3840x2160 with 150% dpi. Everything was working great until a recent DRM 11.x upgrade where all the resolutions settings that were previously working went out of wack, that is high screen resolution, no scaling, tiny text etc. I can't recall which 11.x upgrade caused the issues but it was one of the last couple of ones prior to the 12.x upgrade.

I was hoping the DRM 12.x upgrade would fix the issues with the resolution settings but unfortunately this wasn't the case and now the issue is starting to have an impact on productivity. You mentioned previously that the issue was with Microsoft however, I don't recall any Microsoft updates at the time. Are you able to provide any further insight into exactly what Microsoft had changed recently that was now affecting the ability to properly manage the screen resolution settings? Is the issue at the client end or the server end? I only connect to W7 and W2008R2 end points so I don't have any feedback to report on anything else.

What should the Remote Desktop Size and Screen Size Mode be set to? I was after a remote desktop that would scale as well as resize depending on the workspace area. I can't recall now what combination worked in the past but nothing I try now seems to work anymore. I've tried to uncheck the UI option Disable display scaling on high DPI settings as well but it didn't result in the outcome I was looking for.

There was a link provided earlier in the post to a Microsoft KB which had a fix for W7 and W28R which I haven't tried as I wasn't sure exactly what was the issue and why is why now happening. I'm reluctant to simply apply updates to production systems without first understanding more what the root cause of the issue is.

Regards
Dave


Topic "Palo Alto GlobalProtect script" a message from Ben Penney

$
0
0

Hi all,

I have been damned with the new Palo Alto GlobalProtect VPN which is a very poorly supported client.

Here is how I got it to mostly play nicely with Remote Desktop Manager.

Install AutoHotKey and create the following script files in the install directory,
PaloAltoOpen.ahk
----

run &quotC:\Program Files\Palo Alto Networks\GlobalProtect\PanGPA.exe&quot
Sleep, 1000
Send, %1%+{tab}%2%+{tab}%3%{enter}

----

PaloAltoClose.ahk
----

run &quotC:\Program Files\Palo Alto Networks\GlobalProtect\PanGPA.exe&quot
Sleep, 1000
Send, {enter}

----

Then on your connection use the following VPN options,
General > Type = Custom
Settings > Host = Portal line in GlobalProtect
Settings > Executable = C:\Program Files\AutoHotkey\AutoHotkey.exe
Settings > Opening arguments = &quotC:\Program Files\AutoHotkey\paloaltoopen.ahk&quot $VPN_PASSWORD$ $VPN_USERNAME$ $VPN_HOST$
Settings > Closing arguments = &quotC:\Program Files\AutoHotkey\paloaltoclose.ahk&quot
Settings > Username = username
Settings > Password = password


Note: at the time of writing this the $VPN_PASSWORD$ variable was not working and I have logged a bug notification for it. While it is broken replace the variable with the actual password in the opening arguments line.
EDIT: Okay so it is not broken but it is a security option that has to be ticked on in the security tab of each connection.

This was tested on GlobalProtect, Version 3.1.4-7

Let me know what you think and if you have any other ideas.

Topic "Custom VPN parameters" a message from Ben Penney

$
0
0

Hi,

How do you manage the allow password check box in the example where you configure the VPN on the folder with inheritance on each connection?

Looks like I would have to enable it on each connection one at a time....

Thanks,

Topic "Errors everywhere since upgrading to version 12" a message from Stuart James

$
0
0

And I'm not getting this when (as an administrator) I try to edit a connection:

image

Topic "Unable to initialize security provider" a message from bbeaulieu

$
0
0

Client 4.0.0.0
Devolution Server 4.0.1


I get this error when the data source opens. The left pane says Not Connected..


[12/4/2016 7:31:45 PM]ERROR SILENT The operation couldn’t be completed. (OSStatus error -2147416032 - CSSMERR_CSP_OPERATION_AUTH_DENIED)
[12/4/2016 7:31:45 PM - 4.0.0.0]ERROR System.Exception: Unable to initialize the security provider
at A.cbbb560bfd0154564f3a0626f8038689f.cc215c098d9d30db01ad4833019a25cf4 (A.c323b374042cd3040715f1835f9a00a5c c6001ae751a83ae74954d848ad5dee7b4) [0x0023b] in <cfacec4d63cc405f85162d94c22b785b>:0

Topic "12.0.2 - All sessions types on the same list. Credentials and tools" a message from Snir Hoffman

$
0
0

Hi,

Installed 12.0.2 - All sessions types on the same list. Credentials and tools, when I remove not to show credentials the entries disappear but the folders remain.


Snir

Topic "Jump License Expired Message" a message from Hermann Zingl

$
0
0

Hi together,

since a few days i receive reports from clients that are using RDMS 11.7.2.0 that they receive the message &quotYour Jump license is now expired&quot.
The strange thing is that we manage the licenses server side (devolutions server) and refreshed the licenses about a month ago (license was expiring 01.12.2016)

Most of the clients did not receive this message, but some do. The fix is quite easy, i have to type in the new serial on the client itself and the message disappears. But this tells me that this clients are not taking the serial from their server, how can i change that? Both serials (RDMS & Jump) are already setup in the data source settings and working for the most clients.

Thanks for your time,
Hermann

Topic "NoMatchingPrincipalException: An error occurred while enumerating the groups.  The group could not b" a message from Erica Poirier

$
0
0

Hello,

What version of RDM are you using?

What version of Devolutions Server are you using?

Best regards,


Topic "Select open tab using connection list in navigation panel" a message from Hubert Mireault

$
0
0

The issue has been fixed internally and the change will be available in the next beta version of RDM 12 (12.0.4.0).

Regards,

Topic "Devolutions Server 4.0 - Nested Groups dont work anymore" a message from Maurice Cote

$
0
0

We have tried to reproduce the COMException that you are experiencing, but without success.

I have added locking instructions to protect a certain pathway. As soon as I have a build we would like to test it.

We will keep you posted


Best regards,

Topic "mariaDB datasource + pam_auth.so plugin" a message from Stefane Lavergne

$
0
0

I'm not an expert of mariaDB or pam_auth.

I've researched but couldn't find anything definitive. If you know what a ADO.NET driver connection string with pam_auth looks like can use the Advanced Settings of RDM data source configuration Advanced tab to set it the missing property accordingly.

Here is the list of allowed connection string options: http://dev.mysql.com/doc/connector-net/en/connector-net-connection-options.html

If an option you want use does not exist in the screen simply double click on an existing option and rename it accordingly.

image

You could try updating the MySQL.Data.dll, you can download the latest version from here: https://dev.mysql.com/downloads/connector/net/
Open the zip and copy over the MySQL.Data.dll contained in the RDM folder.

Best regards,

Topic "Issue with AutoType macro (12.0.2.0)" a message from Jean-François Dagenais

$
0
0

Hello,

I have been able to reproduce your issue.

A ticket has been opened to our engineering department.

Best regards,

Topic "Ping/Continuous ping/Taceroute in RDM 11.7.6" a message from David Grandolfo

$
0
0

Bonjour,

Je ne réussis pas à reproduire la problématique exacte avec la version 11.7.6. J'aurais quelques questions pour vous.

Est-ce que ce problème est présent avec plusieurs types d'entrées ? (SSH, RDP...)
Est-ce que les adresses Host sont des adresses IP ou des FQDN internes ?
Dans, Files, options, General, Proxy, avez-vous un proxy présent de configuré ?
Si vous faites la commande ping en mode commande (cmd.exe) avez-vous la même erreur ?
Avez vous changer, si vous avez Windows 10, le command-line avec powershell ?

Merci

Topic "App crash" a message from Paolo P

$
0
0

Hi,
when I dig down the password tree to the second level, the app crashes.
I'm on a HTC One M9
Android 6.0

This issue is present since the first version of the app.


Hope you find a solution for this.

Thanks

Topic "Get Passwords via RDM-Powershell from Lastpass" a message from Patrick


Topic "RDM 11.7.3.0 crashing" a message from Clayton Olley

$
0
0

Mine is still crashing frequently as well... it's getting very frustrating and I'm going to start looking for a different product. I can't believe you guys are still using ActiveX technology!!


Faulting application name: RemoteDesktopManager64.exe, version: 12.0.2.0, time stamp: 0x583ddf98
Faulting module name: mstscax.dll, version: 10.0.14971.1000, time stamp: 0x1bae01f4
Exception code: 0xc0000005
Fault offset: 0x0000000000010940
Faulting process id: 0x6128
Faulting application start time: 0x01d25009ecf723f4
Faulting application path: C:\Program Files (x86)\Devolutions\Remote Desktop Manager\RemoteDesktopManager64.exe
Faulting module path: C:\WINDOWS\system32\mstscax.dll
Report Id: dac9f593-e41e-44d4-a1bc-ecd7277c461a
Faulting package full name:
Faulting package-relative application ID:

Topic "User Interface Streamlining" a message from Reuben Brown

$
0
0

Hi Team,

Not so much a feature request as more of an improvement request: could some effort be spent on cleaning up the user interface a little? All small changes, but one of the things we've noticed as new users is that the interface looks clunky. Close investigation shows that every element in the interface is bounded by a box, with 1-3 pixels of overlap and slightly misaligned edges. Using the new HiDPI interface makes it all the more apparent.

Attached images: Capture1 shows a few edges misaligned (the E symbol's left side, the top of the tab vs. navigation pane's top edge). Capture 2 shows the border around an RDP session, 1px on the left edge, 2px on the top edge.

Removing the bounding boxes would give the app a more 'seamless' appearance and cleanup the multiple grey shades, and fixing the edge alignments would make the app so much more polished and high quality (and increase usable space ever so slightly!).

Thanks!

Topic "Office 365 Integration" a message from David Hervieux

$
0
0

Hi,
Do you mean like a console instead of the web page?

Regards

Topic "Terminal Server Console - User Idle time / Kill processes" a message from David Hervieux

$
0
0

Hi,
I have entered a feature request. I will check how hard it is to add the idle time and the Kill user process.

Regards

Topic "Duplicate tab categories" a message from Chad

$
0
0

I don't recall seeing this in 12.0.2.0 so I think this may have only started in 12.0.3.0, but may be wrong.
The tab categories are showing duplicates of each category.

Viewing all 19717 articles
Browse latest View live