A Basic Application Could Not Be Started Wincc 75 Best [upd]
"A basic application could not be started" in WinCC 7.5 usually indicates a critical failure in the underlying project management services, often tied to SQL Server software version incompatibilities missing system updates Immediate Solutions Check Version & Updates
Ensure you have the latest updates for your specific version. For example, users of WinCC 7.5 SP2 on Windows 10 (22H2) have reported that installing or higher resolves this issue. Microsoft Edge Fix
: If you are using Windows 10 version 20H2, an outdated Edge browser can break the SQL Server installation used by WinCC. Update Edge to version 86.0.622.56 or higher and restart. Verify SQL Server Services Services.msc and ensure the SQL Server (WINCC) instance and the SIMATIC Project Manager Service are running.
If they are failing to start, check that your computer name does
contain special characters (like underscores), which can corrupt SQL installations. Run Reset_WinCC Navigate to your WinCC installation directory (typically C:\Program Files (x86)\Siemens\WinCC\bin ) and run the script Reset_WinCC.vbs
Restart your computer immediately after the script finishes. Re-Initialize the Security Controller Security Controller a basic application could not be started wincc 75 best
tool (found in the Siemens folder in the Start Menu) and click "Repeat Settings"
to ensure all DCOM and firewall permissions are correctly applied. Deep-Dive Troubleshooting
WinCC 7.5 / "A basic application could not be started" message
The error "A basic application could not be started" in WinCC 7.5 typically indicates issues with software compatibility, licensing, or corrupted project registration. Primary Troubleshooting Steps
Verify OS Compatibility: Ensure your version of Windows 10/11 is compatible with WinCC 7.5 SP1/SP2. Users have reported this error when running WinCC on unsupported Windows builds (e.g., Windows 10 22H2 without necessary updates). "A basic application could not be started" in WinCC 7
Run Reset_WinCC: Use the built-in reset tool to clear hanging processes. Close all WinCC applications.
Navigate to C:\Program Files (x86)\Siemens\WinCC\bin (or similar path) and run Reset_WinCC.vbs or use CCCleaner.exe -terminate via command line.
Check Software Licenses: This error is frequently tied to missing or invalid licenses. Open the Automation License Manager (ALM) and confirm you have a valid WinCC RC (Release/Configuration) or RT (Runtime) license active.
Validate SQL Server Instance: WinCC relies on a specific SQL instance. Ensure the ...\WINCC instance exists and is running in the SQL Server Management Studio. If the SQL server was installed incorrectly or the computer name contains special characters (like underscores), WinCC may fail to start. Advanced Fixes
WinCC 7.5 / "A basic application could not be started" message Press Win + R , type services
It sounds like you're encountering the error "A basic application could not be started" in WinCC (version 7.5). This is a known startup issue, typically related to the Basic Process Control or WinCC Basic Application component failing to launch.
Here’s a structured troubleshooting guide to resolve this issue on WinCC 7.5.
1. Check Windows Services (Most Common Fix)
The Basic Application relies on specific Windows services. Verify they are running.
- Press
Win + R, typeservices.msc, press Enter. - Look for these services:
- Siemens Basic Application Service (or
CCBasicApplicationService) - Siemens Autostart Service
- SQL Server (WINCC) instance
- Siemens Basic Application Service (or
- Ensure they are Started and set to Automatic.
- If stopped: Right-click → Start. If it fails, reboot the PC.
Solution 2: Check Configuration Files
- Check configuration files: Verify that configuration files are not corrupted or missing:
- Navigate to the WinCC configuration directory (typically
C:\Program Files (x86)\Siemens\WinCC\Config). - Check if all necessary files are present and not corrupted.
- Navigate to the WinCC configuration directory (typically
- Reset configuration: If configuration files are corrupted, try resetting the configuration to its default state:
- Run the WinCC Configuration Tool (typically located at
C:\Program Files (x86)\Siemens\WinCC\CCEdit.exe). - Select "File" > "Reset configuration."
- Run the WinCC Configuration Tool (typically located at
Understanding the Error: Why Does This Happen?
Before diving into the fixes, it is crucial to understand the architecture of WinCC. The "basic application" refers to the core Windows processes that WinCC relies on, such as:
- SQL Server (2014, 2016, or 2017 for WinCC 7.5)
- WinCC License Manager
- The Automation License Manager (ALM)
- Windows Process Communication services
When WinCC says a basic application could not be started, it means one of these foundational pillars failed to initialize. Common triggers include: corrupted project files, permission issues, SQL Server conflicts, or license malfunctions.
Let’s move to the 7 best solutions, ranked from quickest to most advanced.
2. Run WinCC as Administrator
Lack of permissions often blocks the basic application.
- Right-click WinCC Explorer → Run as administrator.
- Also do this for any User Archive or Basic Process Control configuration tools.