-
Notifications
You must be signed in to change notification settings - Fork 0
Troubleshooting
lstoess edited this page Sep 28, 2025
·
2 revisions
This page provides help for common issues users may encounter when working with the SME Adapter UI.
- Cause: Required fields are missing or invalid input has been provided.
-
Solution:
- Check that all mandatory fields (marked with
*) are filled in. - Make sure you entered valid values (e.g., Zip Code must be numeric).
- Try submitting again.
- Check that all mandatory fields (marked with
- Cause: The database tables have not yet been created.
-
Solution (for developers):
- Run the following command in the Package Manager Console:
Update-Database - This will create the required tables (e.g.,
Products) in the database. - Restart the application and try again.
- Run the following command in the Package Manager Console:
- Cause: The product is saved in the database, but the UI does not display a success message.
-
Solution:
- Check the Product List to confirm your entry was stored.
- (Planned improvement: The UI will show a success notification in future versions.)
- Cause: The database is empty or filters/search options are hiding entries.
-
Solution:
- Add at least one product via the input form.
- Reset any active filters.
- Cause: Fields were left empty during form input.
-
Solution:
- Edit the product entry and update missing details.
- Use consistent naming for Product Designation and Product Family.
- Cause: The local SQL Server instance is not running or the connection string is incorrect.
-
Solution:
- Ensure that SQL Server Express is installed and running (
localhost\SQLEXPRESS). - Check
appsettings.jsonfor a valid connection string:"Server=localhost\\SQLEXPRESS;Database=BlazorAppDb;Trusted_Connection=True;TrustServerCertificate=True"
- Ensure that SQL Server Express is installed and running (
- ✅ Always check that mandatory fields are filled in.
- ✅ Use consistent data formats (e.g., avoid mixing product codes with free text).
- ✅ If unsure about a field, click the Help button (?) next to it.
- ✅ For persistent errors, contact the system administrator.
Before reporting an error:
- Have you filled in all required fields?
- Is your database connection active?
- Did you check the Product List to confirm the save?
- Have you restarted the application after updating the database?
Getting Started
Your Company
Products
Product Submodels
- Nameplate
- Asset Properties
- Markings
- Technical Data
- Documents
- Carbon Footprint
- Component Characteristics
- 3D Models
Type Code
More