Active Reports 2 Install Issue on Win 10 - activereports

We are trying to install Active Reports 2 on a Windows 10 system for a legacy report. We are getting this error. We tried installing .Net 2 SP2 and get the same error. Have you seen this error before? Also I was not able to locate an installer for MS Help 2.x run time if anyone knows where that might be.
Thanks

if you have vs 2003/2005 installed, the Ms help 2.x runtime should be installed. Make sure you run the installer as admin (right click, Run as Administrator), otherwise it will fail at multiple steps.

Related

SQL Developer will not start on Windows 8.1

I have been trying to install Oracle SQL Developer on my 64bit Windows 8.1 machine. I have tried to install it with the embedded jdk and without the jdk. when I remove Java and I start SQL Developer it comes up and asks for the location of Java, I then tell it where it is. In either situation when starting SQL Developer it come up and starts to install for about 10 seconds, the progress bar says loading and the SQL Developer screen goes away with no errors and no explaniation. I have been trying this for days. I have removed and redownloaded all files and I get the same result.
Please if anyone can help I would be grateful. I need this for my course and I am unable to get anything completed.
Thank you for any help you can provide.
I had the same problem. I created an account with Oracle, accept the Terms and licences agreement. Search for the version you are trying to install and make sure it is the right one for the OS, 32 OR 64 bits with JDK 8. After extracting the files make sure you run as Admin, your SQL will complete installing. When you are installing they go into a default folder in C-drive or you can choose the path. Hope it helps.

Upon creating a Maintenace Plan in SSMS 17.6, SSMS automatially restarts upon attempting to schedule the task to run

The architecture is Server 2016 with SQL 2016 Standard. SSMS has been set to run as administrator. SSMS 17.6 has been installed and re-installed. All Microsoft updates have been installed to the serer and the application.
Creating a Maintenance Plan and manually executing does not cause an issue.
today i ran into exact same issue at a system from my customers. It looks like a version specific issue.
Errors i got:
.NET Runtime Event ID 1026
Application Error ID 1000
Windows Error Reporting Event 1001
CLR20r3
System.NullReferenceException
Environment:
New Windows Server 2016 with all updates,
latest SQL Server 2016 Standard available,
SQL Server Management Studio 17.6.
I'm also not able to edit the scheduler for the maintenance sub-plans. While clicking on the icon to modify the scheduler, the application crashes and restarts automaticly.
Uninstalling all SSMS 17-Versions and reinstalling a previous version solved the issue for me. I have tested it with version 17.4 and 17.5 without problems. As long 17.6 was installed, also 17.4 shows the same effect, so uninstalling 17.6 seams to be mandatory in this case.
best regards,
Sven
This appears to be a known issue with SSMS 17.6, the suggested workaround is to uninstall 17.6 and reinstall 17.5 (or earlier) until the fix can be released in the next version of SSMS.
Per https://learn.microsoft.com/en-us/sql/ssms/sql-server-management-studio-changelog-ssms?view=sql-server-2017
There is a known issue where SSMS 17.6 becomes unstable and crashes when using Maintenance Plans. If you use Maintenance Plans, do not install SSMS 17.6. Downgrade to SSMS 17.5 if you already installed 17.6 and this issue is affecting you.
As of 2018-08-11, SSMS 17.8.1 is available for download. The scheduler button under each subplan section for each Maintenance plan does NOT crash or restart the studio.

While installing PostgreSQL on windows getting an popup "Microsoft Visual C++ 2013 Redistributable (x64)-12.0.40660 has stopped working"

I am trying to install the PostgresSQL on windows7 (64-bit). I have referred the installation steps, downloaded the postgresql-9.4.12-1-windows-x64.exe file.
But when I am running this file, an popup occurs and installation gets interrupted.
getting this pop up
Then I tried to install the postgresql-9.6.3-3-windows-x64.exe also but facing same error.
After searching for the solution and then I tried several ways like
"Run as administrator",
modified the file name to "postgresql-9.4.12-1-windows-x64.exe --install_runtimes 0",
installed the other visual c++ packages from microsoft support.
But still facing the same error popup.
Could someone help me to understand why I am getting this and suggest any solution for this.
You get this message because you are on an unsupported state (Windows 7 RTM without Sp1 and any update with the version 6.1.7600.16385).
To be able to install new Visual C++ Runtimes, you need to install the Windows 7 Sp1, next the April Servicing Stack update and June 2016 Rollup, reboot, run Windows Update, scan for new updates and install all offered updated.
Reboot and now install postgresql-9.4.12-1-windows-x64.exe.

PowerShell 3.0 Installation Error on Windows 7 SP1

I have been trying for a couple days to get Windows Management Framework 3.0 to install on my Windows 7 Enterprise, SP1 desktop machine. The installation seems to go fine, and at the end it requests a reboot as it should. After the reboot, it says installation has failed and rolls everything back out.
In the System Setup Logs it shows the following error:
Package KB2506143 failed to be changed to the Installed state. Status: 0x80070005.
I definitely meet the pre-requisites. I have uninstalled .NET 4.5 and 4.0 and re-installed both, with reboots in between. It always comes back with that same error.
Any ideas?
Make sure you run the installation as Administrator. It's not sufficient to be logged on with an account that has local admin privileges; you need to select Run as administrator from the context menu, or run it from an elevated command prompt. I ran into that error the first time I tried to install Management Framework 3.0 by just double-clicking the downloaded .exe file. It worked when I launched it from an elevated prompt (Run as administrator would have the same effect).
For me the problem was the .Net Framework WoW64 features were missing. More specifically mscoree.dll couldn't be found. Installing the NetFx2-ServerCore-WoW64 & NetFx3-ServerCore-WoW64 features fixed the problem for me.
http://josheinstein.com/blog/2011/09/solved-this-program-cant-start-because-mscoree-dll-is-missing-from-your-computer/

Error when installing SQL Server 2012 Express

When I attempt to install SQL Server 2012 Express, I get an error
However, I have installed service pack 1. BTW, I am using windows 7.
Could someone help me?
My best guess is that you're trying to install 64bit Sql Server on 32bit Windows 7. Other than that, make sure you right click and choose "Run as Administrator" when starting the installer, and that your copy of Windows evaluates as "genuine".
Sql Server also requires .Net and PowerShell, but if either of those were the problem I would expect to see a different error, or even just a prompt to allow them to be included with this installation.