EPLAN Recommendations
- Make sure that your logged-in Windows user is stored in the SQL Manager. Alternatively, keep the username and password for the SQL-System Admin Account wide.
- In version 2024, EPLAN article management requires the "ODBC Driver 17" to connect to a SQL server. The latest downloadable version of this driver can be found on the Microsoft Download Center Web site.
Download Microsoft ODBC Driver 17 for SQL Server
- To create a SQL database for item management, the following permissions are required:
- dbCreator = To create a new database
- dbOwner = For users who have permission to convert a database (e.B. for use in a newer / more recent EPLAN version)
- dbDatareader = For read access to the database
- dbDatareader + dbDatawriter = To edit the database
- VIEW SERVER STATE = For the migration of the article database to the new database format
- Make sure that your EPLAN Client reaches the SQL server via the network.
- Make sure that the SQL Server service and the SQL TCP/IP connection are running.
Create a database
- On the ribbon, select the Master Data tab > Parts command group > Management > Drop-down "Settings: Parts" button.
- The "Settings: Parts (user)" dialog opens.
- Create a new schema. Press the + button (New) and create a personal schema starting with your company ID (XYZ) e.B. "[XYZ] Article Data SQL".
- Optionally, add a short, meaningful description.
- In the Database Source "SQL Server" section, select the + button (New).
- Now create your new SQL database.
- Enter your SQL server name and instance.
- Select the desired login to connect to your SQL server.
- Now enter your desired database name, starting with your company ID (XYZ) e.B. "XYZ_Parts".
- Confirm your entry with [Ok], the database is created in the SQL server.