Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MSRDC plugin invalid query #124

Open
ydkhatri opened this issue Nov 6, 2024 · 2 comments
Open

MSRDC plugin invalid query #124

ydkhatri opened this issue Nov 6, 2024 · 2 comments
Labels
limitation not quite a bug

Comments

@ydkhatri
Copy link
Owner

ydkhatri commented Nov 6, 2024

It seems an update to Microsoft Remote Desktop may have broken the query. In the current sqlite db, there does not appear to be any link between tables ZBOOKMARKENTITY and ZCONNECTIONTIMEENTITY.

@mnrkbys This query is now invalid.

query = """SELECT ZSTARTTIME, ZMINUTESCONNECTED,

@ydkhatri ydkhatri added the limitation not quite a bug label Nov 6, 2024
@mnrkbys
Copy link
Contributor

mnrkbys commented Nov 7, 2024

That's right.
I checked with Windows App 11.0.6 (2417) and it appears that ZCONNECTIONTIMEENTITY is no longer used.
However, no alternative data seems to be stored.
This query returns nothing, but also does not generate an error when the plugin is run.
I don't think any code modification is necessary.

@mnrkbys
Copy link
Contributor

mnrkbys commented Nov 7, 2024

I have noticed that there is a column called ZCONNECTIONCOUNT in ZBOOKMARKENTITY.
This value indicates the number of times a connection was made to the computer.
It might be a good idea to add it to the plugin's results.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
limitation not quite a bug
Projects
None yet
Development

No branches or pull requests

2 participants