Perform report action "Go to report" in RDL file - reportingservices-2005

I want to perform Report Action on RDL file but without uploading RDL file to report server. Is there any way to set the report path of Local directory? I knew about below link:
https://learn.microsoft.com/en-us/sql/reporting-services/lesson-7-add-drillthrough-action-on-parent-report?view=sql-server-2017
But I want to set path of Local Directory in "Go to report".

Related

How do I save the installer metadata in the folder with the installed application?

I have an app for Windows. I build the installer for this application using InstallForge.
Task: transfer metadata from the installer file (1 specific parameter) to the folder with the installed application.
For example: InstallerMyApp.exe contains in its metadata the parameter "Modification date" with value "01.02.2023". During the installation I specify the path C:\Program Files\my app.
As a result, I want the installer to create in the folder C:\Program Files\my app the file "Modification date.txt" which will have the value "01.02.2023".
To paraphrase, I need to automatically save the installer metadata in the folder where the application is installed.
How is it possible to do this?
I would be grateful for even the slightest hint.
Frankly, I have no idea what to do.Perhaps I should give up InstallForge.

How to overcome the save: couldnot find backup file error in jmeter

I have jmx file that I have saved in a folder in downloads, I have opened it on JMeter did some changes and when I click on save I get a error in log viewer panel as:
ERROR o.a.j.g.a.Save: Could not backup file! Backup directory does not exist, is not a directory or could not be created! <C:\Program Files\apache-jmeter-5.4.3\backups>
How to overcome this error?
JMeter's default backup directory is backups located inside JMeter Home, in order to be able to get benefits from backups you need to have write access to this folder.
So either make sure that the user has write permissions to C:\Program Files\apache-jmeter-5.4.3\backups
or change the backup folder location to the folder where your user has write access (normally it's home folder) by adding the next line to user.properties file:
jmeter.gui.action.save.backup_directory=C:/Users/your-user-name-here/jmeter/backups
JMeter restart will be required to pick the property up.
More information:
Configuring JMeter
JMX Backup configuration
Apache JMeter Properties Customization Guide

"Real remote" FTP project with PhpStorm

Presently I'm using phpDesigner 8. I like, it can create a "real remote" FTP project, phpDesigner not downloading all project files to local, it shows me the remote tree, and I download only the file, that I'd like to edit. When I save, the file automatically uploaded with FTP.
I'd like to do this with PhpStorm. I tried "New Project from Existing Files", then "Web server is on remote host, files are accessible via FTP/SFTP/FTPS". I turn on Tools/Deployment/Automatic Upload (always), and PhpStorm immediately uploads the saved files via FTP. This good. But I don't need a local copy any of the remote files. I need to download the remote files only to editor, not to locally, and saves to remote.
Is there any way to do this?
Is there any way to do this?
Well ... you cannot create 100% Remote FTP project -- because you still have to create actual project ... which has to be local. It can be completely empty (no actual project files) but it will still contain config files in .idea subfolder (e.g. your FTP details).
But yes -- once such empty project created -- just go to Settings/Preferences and configure Deployment.
Once it's properly set up -- go browse Remote Host and choose to edit file remotely -- IDE will download that file in temp location and upload it back as needed -- https://blog.jetbrains.com/phpstorm/2015/04/remote-edit-in-phpstorm-9-eap/.
NOTE: missing stuff when editing remotely -- https://stackoverflow.com/a/36850634/783119

Create output JTL or log files when running with runTestNonGui argument

SmartMeter does not create output JTL or log files when running with runTestNonGui argument.
It creates output files just fine if I open GUI and run it from there.
You have to add the Listener / et#sm - Controller Summary Report to your test plan. It outputs to results/[TIMESTAMP]-report.jtl.
The reason it works in GUI mode is that this component is added automatically (if missing). Unfortunately, it is not added automatically in NO GUI mode.

How to connect to source control server using TF command line utility

I'm trying to run a commands using Tf Command-Line Utility I'm getting errors when trying to connect to TFS server. I'm not sure what tf tool is expecting as far as parameters.
It tells me to connect to workspaces by running tf /collection:TeamProjectCollectionUrl'
To get the TeamProjectCollectionUrl I went into Visual Studio Team Explorer, looked at properties of a project and copied URL property. The url starts with vstfs://
You want to use the standard HTTP or HTTPS URL to specify your project collection. (This is the same URL that's shown in the connection dialog in Visual Studio.) For example:
http://tfs.contoso.com:8080/tfs/DefaultCollection
TFS installs on port 8080 by default, and (beginning in TFS 2010), the name of your project collection is the suffix.
Alternately, you shouldn't need to specify the project collection - if you run the tf resolve command from one of your working folders, it will determine the server information automatically. That is, if you have the workspace mapping:
$/Project/Source -> C:\Work\Source
If your current working directory is C:\Work\Source and run the tf command line client, it should locate your TFS workspace automatically.
1- Add "C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE" path into Environment variable path.
2 - Create a batch file (simply copy and modify the below commands and save into file with ext .bat)
CLS
tf get $/Project/Source /recursive /force
Pause
exit
3- Copy .bat file and place into your local Mapped folder and run.

Resources