Copy value from PhpStorm editor while "Data Sources and Drivers" is open - phpstorm

Is it possible to access the editor window of PhpStorm while a popup like Data Sources and Drivers is open? The popup doesn't let me focus the editor and thus prevents me from copying database credentials.
I'm on Windows 10, PhpStorm 2021.2.1

Related

Chrome request not making it to server

I have a Windows 2016 Server with IIS 10.0.14393.0 installed that is maintained within an isolated VM environment. (The entire VM environment is isolated from the real-world.)
The web server is configured with three websites through IIS, and each website is assigned a dedicated IP. The contents in each of these websites is a single "hello world" html page that can be accessed via a browser from from my development workstation using Microsoft Edge, but I cannot access these pages using Chrome. The simple hello world html page was created only to assist in troubleshooting this issue.
The error received in Chrome is ERR_TIMED_OUT and based on the IIS logs, the request is never reaching the web server. IIS logs do indicate the request/reponse when accessing using Edge.
From my workstation, I can successfully ping the web server, traceroute output does not indicate any unexpected hops, etc. From all indications, the problem appears to be isolated to Chrome and only when accessing the sites on that server. I have other servers (W2016 and W2019) in the real-world with a similar configurations and real applications deployed there that work as expected with any browser.
I am using the latest Chrome Version 105.0.5195.102 (Official Build) (64-bit) and can access other web based content within this VM environment using Chrome, just not on that one server.
I am almost to the point of deleting that VM instance and starting over so any ideas/suggestions are appreciated.
The error received in Chrome is ERR_TIMED_OUT
This is a communication problem indication that there is a problem with the user's local network connection. It can appear when your internet is too slow or your connection is taking too long, or the page or website you are visiting may be too busy, or when the website in question is not set up correctly, or even if the website is trying to perform more than your server can manage.
I'm not sure if you've seen the following methods, but you can try.
Method 1: Browse in Incognito Mode and Remove Extensions.
You should first browse the website in incognito mode to check if you
can open the website normally, if so then the culprit of the
ERR_TIMED_OUT error may be your plugin or extension. Therefore, you
need to enable extensions one by one to check for errors, and if there
is an error enabling an extension, you need to remove it from your
browser.
Method 2: Delete the Default Chrome Folder
Press Win + R keys at the same time to open the Run
Type %LOCALAPPDATA%\Google\Chrome\User Data\ in the box and click OK.
Close your Chrome if it is opened.
A new window pops out, find the folder named Default. Backup the folder anywhere else, then right-click the folder to choose Delete.
After you have deleted the folder successfully, open your Chrome and
then visit the webpage again that you searched before to check if the
error still appears.
Method 3: Update Network Drivers
If your network driver is out of date, you may encounter ERR_TIMED_OUT
errors. Here's how to update network drivers.
Right-click the Start button to select Device Manager.
Scroll down to find Network Adapters and click on it to expand it.
Right-click on your network device and select Update Driver.
Select Search automatically for updated driver software option to start to search and update your network driver to a new version.
After that, restart your computer and open the sites again with Chrome
to see if you can open them.
Method 4: Disable Firewall & Antivirus Software
Sometimes, your firewall or antivirus software may cause trouble.
Therefore, you should try to disable them and check if the problem can
be solved. If you find it helpful to disable these programs, you can
check the firewall settings. Allow Chrome to connect to public or
private networks. If it doesn't work. Permanently delete these
programs, and then use other antivirus software or firewalls.
Method 5: Check Hosts File
When you meet the ERR_TIMED_OUT error accessing a specific website,
you can check the Hosts file to see if the website has been blocked.
Here is the way to do that:
Press Win + E keys at the same time to open File Explorer and then go to the Local Disk C: > Windows > System32 > Drivers > etc.
Open the host file with notepad. If you see the web address that you cannot visit, delete that entire line from the host file and save.
After that, open the Chrome and see if you can open the specific
website.
Method 6: Reinstall Chrome Browser
If none of the methods above fix the ERR_TIMED_OUT error, then you
should try reinstalling Chrome. Here is the tutorial:
Press Win + R keys at the same time to open the Run box, then type appwiz.cpl and click OK to open a new window.
Find Google Chrome in the list, and then right-click it to choose Uninstall.
After uninstalling Google Chrome successfully, you also need to delete its leftover files. Open the Run box again, then type %appdata%
and click OK to open a new window.
Find the Google folder and then right-click it to choose Delete.
Go to Google Chrome’s site to download the latest version of the browser, and then install it.
The above methods are from the web article. To avoid link being unavailable, I have also presented the details. I am not sure if the above methods can help you, but I hope you can solve the problem soon.

Can chrome extensions reach user submitted console commands?

I'm wondering if it's possible for installed chrome extensions to reach the contents of the console on any web page?
What I mean is - user submitted commands, for instance, when I open a website and enable console, and type in
let a = "mystring"
will chrome extensions reach this command I typed through the console?

SSRS default location for ReportServer.mdf

I am trying to configure ssrs on a server and when I try to create the ReportServer and ReportServerTempDB I get the following error:
System.Data.SqlClient.SqlException: Directory lookup for the file "D:\microsoft sql server\data\ReportServer.mdf" failed with the operating system error 3(The system cannot find the path specified.).
I have tried changing the default data directory by right-clicking on the server in Object explorer then Properties>Database Settings then setting the paths here but I still get the error.
It looks like you don't have permissions to write to the folder you are specifying.
You need to make sure that the service account SQL Server is running under has write permissions on the folder path you are trying to write to.
Edit:
Use the following steps:
//SqlExpress
1.Click the Windows Start button, and then click Run. The Run dialog box appears.
2.Type Services.msc into the Open field, and then click OK. The Services
panel appears:
3.Right-click the SQL Server (SqlEx[ress) service, and then click Properties from the shortcut menu. The SQL Server (SqlExpress) Properties (Local Computer) dialog box appears:
4.On the Log On tab, select Local System account for the Log on as option.
5.Press Apply and then press OK on the dialog box that appears.
6.Click on the General tab and then press Stop the stop the service, and Start to restart the SqlExpress service.
7.Press OK and close the services Console.
8.Launch SqlExpress and attempt to now restore the database.

Unbind Access Project from source control

I'm using Access 2007 and the project is bound to a version control system. Everytime I open the project locally, it uses the version control connection info automatically by default. And I don't know how and where to change the connection info.
I know I can change the connection info by using "Open from Source Control". However, I'm curiouse how I can change the connection if I open it locally. And where is the version control info stored in the Access project? And How can I unbind the prject from source control?
Thanks in advance.

A fast way to get Reporting Services local site working?

I was here trying to figure out why my Reports manager is empty, there's no tabs at all.
I installed SQL Server 2008 complete,
but didn't not configure Reporting
Services.
When installing SQL Server
2008, this Windows 7 version didn't
have yet IIS installed, I installed
it later.
I don't see where is this
localhost/Reports physically on my
Hard Drive, where is the physic
folder?
I don't see on IIS where is Report folder, would it exist?
alt text http://lh3.ggpht.com/_bCvG6V5JTUk/TBkp71wepUI/AAAAAAAAAMM/nW69MqioXjM/iis-without-reportingservices.png
The site settings people
talk about, I can't find it.
The "Reporting Services" service is running on automatic at SQL Server Configuration Manager.
alt text http://lh6.ggpht.com/_bCvG6V5JTUk/TBknc9ypz_I/AAAAAAAAAME/NbmudObOFGk/report-manager-empty.jpg
How can I get Reporting Services this working without struggling?
(I can't see why is necessary to customize all these user permissions)
I get it working now.
The main problem is that the current user Junior-PC\Junior was not included in "System Administrator" role http://localhost/Reports.
Enable Administrator account in Start->Right click Computer->Manage-> Local users and groups ->Groups-> Administrators
Run IE as Administrator, type http://localhost/Reports
On the top of "Report Manager" window, click on link "Site Settings"
On the next page, on the left hand, click on link "Security"
On the same page, on the right side, click on the "New role assignment" button
Type the full domain and username (for example Junior-PC\Junior) and check the "System administrator" item, then click Ok.
Now you are able to log on http://localhost/Reports as System administrator.
And then, you can create a new Folder, a new shared Datasource and then your reports within the new folder.
You see, the physic reports folder is present where you have put your new "Folder".
I thought IIS would show up some "Reports" folder since localhost URL is being called.