- Home
- Blog
- Admin & Deployment
- How to Install and Connect EDGEBIC: First Launch t…
How to Install and Connect EDGEBIC: First Launch to First Schedule
To install production scheduling software at most shops used to mean a server, a database administrator, and a rollout weekend. Installing EDGEBIC by User Solutions is a Windows setup program, an administrator account, and a six-step wizard that ends with a scheduled job. This post walks the whole first run, then the connection screen you use later if you move to a shared database.
If you are still deciding between a single-user file and a shared server, read EDGEBIC deployment options explained first.
Step 1: Install
- Run the EDGEBIC setup program as an administrator (right-click, then Run as administrator).
- Follow the installation wizard. Accept the default installation directory unless your IT policy says otherwise.
- Choose any shortcuts you want and complete the installation. The .NET 8 runtime installs automatically if it is missing.
- Launch EDGEBIC from the Start Menu.
A loading screen appears while the application prepares its database. On a brand-new machine this takes a few extra seconds because the database file and all its tables are being created from scratch. You see that pause once.
For a single-user installation there is no database software to install and nothing to configure. EDGEBIC creates a single-file local database in your Windows local application data folder automatically on first launch.
Step 2: Create the Administrator and Sign In
The very first time EDGEBIC starts against a new database, it asks you to create the administrator account. Every later start goes straight to the sign-in dialog.
| Field | Required | What it does |
|---|---|---|
| Full name | No | Display name shown in the identity strip after sign-in |
| Email (optional) | No | Used for password recovery |
| Username | Yes | The name you sign in with |
| Password / Confirm password | Yes | The administrator's password |
The default policy is at least 8 characters with an uppercase letter, a lowercase letter, and a digit; the hint under the field shows your installation's actual policy. Click Create administrator, then sign in on the Sign in to EDGEBIC dialog.
This account is a protected system record: it holds every permission and it cannot be deleted, which guarantees the installation can never lock itself out. Create named accounts for the people who will actually use the system as soon as there is more than one of them. That is covered in how to set up users and roles in EDGEBIC.
Step 3: The First Time Setup Wizard
On a fresh, empty database the EDGEBIC First Time Setup Wizard opens. It walks the minimum data needed to schedule a first job, in the order those records depend on each other.
| Step | What you create | Example |
|---|---|---|
| 1. Data Source | Accept the local database, or point at SQL Server | Local file |
| 2. Shifts | Working hours | Day Shift, 08:00 to 16:00 |
| 3. Products | The item you make | Widget-A |
| 4. Work Centers | Machines and resources (at least three) | Saw-1, CNC-Mill-1, Assembly-1 |
| 5. BOR | A routing for the product | Cut, then Machine, then Assemble |
| 6. Orders | A manufacturing order | 100 of Widget-A, due in 14 days |
Three behaviors worth knowing while you are in it:
- Forward navigation waits for validation. The Next button enables once the current step's record is saved. If Next will not enable, the record on screen has not been saved yet.
- Backward navigation is always allowed. Click any completed step indicator, or Previous, to review. Nothing you created is lost.
- A Step Complete overlay appears after each of steps 2 to 6, asking whether to continue or add another record of the same kind ("Yes, Next Step" or "No, Add Another Shift").
On the last step the Next button reads Complete Setup, and the completion page offers Finish and Start EDGEBIC. The application restarts into the main window, ready to schedule.
You do not have to use the wizard. Every step is the normal editor for that tab, so if you close it, create the same records in the same order from the main tabs. What the walkthrough in the greenfield setup walkthrough adds is the arithmetic: what those six records actually produce when you run the first schedule, and why the operations land where they do.
Step 4: Connect to a Database (When You Need To)
You only need this when moving off the default local file, typically to share one plan between several planners.
- Open the Settings tab, then the DataSource sub-tab. The card at the top shows the active connection: a green Connected chip with the provider and the target, or a red failure indicator.
- Under Database provider, pick the provider.
For the local file, use Browse to pick an existing database file or Create to start a new one.
For SQL Server, fill in the connection fields:
| Field | Required | What it does |
|---|---|---|
| Server | Yes | SQL Server instance name, or host and port |
| Database | Yes | Database name. It does not have to exist; EDGEBIC creates it on the next start. Refresh lists databases already on the server |
| Authentication | Yes | Windows (your Windows sign-in) or SQL Server (name and password) |
| User / Password | Only for SQL authentication | The password is stored encrypted, tied to your Windows account, and never written to disk in readable form |
- Click Test connection. The status line is specific rather than binary: it distinguishes an unreachable server, a failed sign-in, and a reachable server with a successful sign-in where the database simply does not exist yet. That last message is normal on a first setup.
- A warning card reminds you that switching databases requires a restart, and offers Export current first (a backup of the database you are leaving), Cancel, and Apply & restart.
- Click Apply & restart. EDGEBIC restarts on the new connection and builds the schema automatically on first launch.
Switching providers does not move your data. The old database keeps everything and the new one starts empty. That is why Export current first exists, and why the move deserves a plan rather than a click. The full sequence is in moving from single user to shared server.
Two recommendations from the documentation: prefer Windows authentication for SQL Server, because there is then no stored password to break when a configuration reaches a different Windows account. And take an Export before every big change: one click creates a timestamped backup next to the database file, safe even while the application is running.
If the Application Will Not Start
A recovery window titled Database Connection Problem appears instead of the main window. It shows the error, embeds the same connection editor so you can fix things on the spot, and offers four actions:
| Button | What it does |
|---|---|
| Retry | Try the same connection again, after starting a stopped server |
| Reset to default local database | Relaunch on the default local file |
| Repair database | Rebuild internal version bookkeeping for a database whose structure is already current. Data is not changed |
| Exit | Close without changes |
Startup failures also write to a log file that support can read.
Finding Your Way Around After Setup
The main window is one row of navigation tabs, and their order is a map of how the product works.
| Group | Tabs | What lives there |
|---|---|---|
| Master data | Customers, Daily Hours, Product, work centers, BOR | Everything that describes your plant. Set up once, maintained occasionally |
| Scheduling | Schedule | Creating jobs, running the scheduler, and reading the result in Job View and Schedule View |
| Insight and administration | Dashboard, Reports, Settings | Analysis at one end, configuration at the other |
The toolbar above the tabs carries five actions worth knowing on day one: a reset button (which opens an administrative reset dialog, so read its prompts), Help with version and license information, Launch Kiosk for the shop floor terminal, Check for Updates, and Sign out beside the identity strip showing who is signed in.
One convenience that needs no configuration: every grid and tree remembers your personal column layout, including widths, order, visibility, sorting, grouping, and filters. The layout is restored when you open a screen and saved when you leave it. It is yours alone, so rearranging a grid does not affect anyone else, and new columns shipped in an update still appear even if you saved a layout before they existed. If a grid ever looks wrong, a saved layout is usually the reason, and there is a reset for layouts under Data Management.
After the First Schedule
Once a job is on the Gantt, the next three tasks are usually loading real master data, deciding who can do what, and tuning the scheduling policy:
- Load products, work centers, routings, and orders from spreadsheets with import masks, rather than typing them.
- Create roles and named accounts: how to set up users and roles in EDGEBIC.
- Set the site-wide scheduling policy: how to configure scheduling policy in EDGEBIC.
If you are coming from spreadsheets, the Excel to APS migration guide covers the data-shaping work that runs alongside the install.
Where to Go Next
Read EDGEBIC deployment options explained for the choice between local and shared, and deployment and database mistakes in EDGEBIC for the errors worth avoiding on day one. When a workstation is later replaced, moving EDGEBIC to a new computer covers both cases, carrying the local single-file database across or simply reconnecting to a shared SQL Server database. The full administrator's journey is in the EDGEBIC admin guide.
Bring a spreadsheet of your work centers to a demo of EDGEBIC, and we will import it on the call.
Expert Q&A: Deep Dive
Q: I closed the setup wizard by accident on the second step. Do I have to reinstall?
A: No, and nothing is lost. Every wizard step is just the normal editor for that tab, presented in dependency order. Create shifts under the Daily Hours tab, products under the Product tab, work centers under the work center tab, routings under the BOR tab, and orders under the Schedule tab's Drive Schedule sub-tab, in that same order. The order is the part that matters, not the wizard: each record depends on the ones before it, so a routing cannot reference a work center that does not exist yet. If the wizard was interrupted by an intentional restart during the data source step, it resumes where you left off on the next launch.
Q: Our first launch is taking noticeably longer than we expected. Is something wrong?
A: Almost certainly not. On a brand-new database EDGEBIC is creating the schema from scratch, which is a one-time cost of a few seconds while every table is built. You see it once per new database, never again on that connection, and it also happens the first time you switch to a fresh SQL Server database. If instead of the main window you get a recovery window titled Database Connection Problem, that is a different situation with its own buttons: retry the connection after starting a stopped server, reset to the default local database, repair the database's internal version bookkeeping if the message mentions migration history, or exit.
Frequently Asked Questions
Ready to Transform Your Production Scheduling?
User Solutions has been helping manufacturers optimize their production schedules for over 35 years. One-time license, 5-day implementation.

User Solutions Team
Manufacturing Software Experts
User Solutions has been developing production planning and scheduling software for manufacturers since 1991. Our team combines 35+ years of manufacturing software expertise with deep industry knowledge to help factories optimize their operations.
Share this article
Related Articles
How to Tell Whether Anything Is Actually Hosting Your Syncs
A healthy idle integration host writes no run rows, so run history cannot tell you whether anything is running. What the liveness beacon reports, including from workstations that host nothing.
Reading the EDGEBIC Scheduling Session Log
The scheduling session log is the third diagnostic surface: a decision-by-decision trace of one scheduling run. What it records, how to read it, and when to switch it off.
What to Decide Before Several Workstations Share One EDGEBIC Database
The software handles the mechanics of several planners on one database. These are the eight decisions it cannot make for you, and what each one costs if you skip it.
