Viewing 15 posts - 1 through 15 (of 66 total)
Found This:
Here’s the real cause of your error and the exact fix path, based on the latest information from Microsoft and GitHub.
Your issue is not your machine — it’s a...
March 20, 2026 at 4:53 pm
# Run in Powershell:
dotnet new install Microsoft.Build.Sql.Templates
#Verify
dotnet new sqlproj
March 19, 2026 at 6:12 pm
Right Click on Parameters .......add Parameter....Name It Locations.......get Values from a Query or Specify Values, and in your Dataset add @Locations in your where clause. do you want to report...
February 17, 2026 at 4:03 pm
I just update from 22.0.0 to 22.3.0 and no issues.
February 11, 2026 at 12:46 pm
UTF-8-safe argument
--output Somefile.txt.gpg
--encrypt
--recipient Somewhere@Someplace.com
--utf8-strings
Somefile.txt
January 18, 2026 at 12:16 pm
You should be sending the file ending in .gpg
January 16, 2026 at 8:15 pm
Which File are you sending? Somefile.txt.gpg or Somefile.txt, you should be sending the Somefile.txt.gpg
January 16, 2026 at 8:07 pm
Yes but in your Argument your sending the unencrypted file. Somefile.txt
January 16, 2026 at 7:58 pm
FYI: in your Argument your sending the unencrypted file. Shouldn't you be sending the Somefile.txt.gpg file instead?
Execute Process Task:
Executable: C:\blah\blah\bin\gpg.exe
Arguments: --output Somefile.txt.gpg --encrypt --recipient Somewhere@Someplace.com Somefile.txt
January 16, 2026 at 7:47 pm
You can try running this PS Script on the text file before encrypting it.
(Get-Content "C:\path\file.txt") |
Set-Content -Encoding UTF8 "C:\path\file_utf8.txt"
January 16, 2026 at 7:41 pm
January 16, 2026 at 7:25 pm
GnuPG = gpg.exe
January 16, 2026 at 7:21 pm
Is SSRS giving you an error message? If so, screenshot please. Try updating the DataSource on ssrs for the failed report.
November 12, 2025 at 3:17 pm
Viewing 15 posts - 1 through 15 (of 66 total)