You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.
The add-in continually displays this dialog after I selected an existing enterprise GDB that already has a milsym schema:
Repro Steps
Create a new project
Create a new DB connection
Launch MSE
Click on Settings hyperlink. It will prompt you to select flavor of MilSym schema.
Browse to newly connected enterprise DB
Note: MilSym schema will be created in enterprise GDB
Create new project
Click on Settings hyperlink to set MilSym schema flavor
Navigate to existing enterprise GDB that has an existing MilSym schema
This is where the above dialog keeps on popping up. MSE add-in "knows" an existing GDB has a schema but for some reason it "thinks" schema doesn't exist.
Workflow Discussion
We have to consider when creating the schema in an enterprise GDB is who "owns" the schema. MSE needs to be intelligent enough to determine that the MilSym schema can be created and owned by various users in an enterprise GDB. This is important in the scenario when MSE prompts a user to navigate to a DB with an existing schema, MSE needs to determine if the schema is available based on the user that's referenced in the DB connection.
The text was updated successfully, but these errors were encountered:
Issue - Current Behavior
The add-in continually displays this dialog after I selected an existing enterprise GDB that already has a milsym schema:
Repro Steps
Settings
hyperlink. It will prompt you to select flavor of MilSym schema.Note: MilSym schema will be created in enterprise GDB
Settings
hyperlink to set MilSym schema flavorThis is where the above dialog keeps on popping up. MSE add-in "knows" an existing GDB has a schema but for some reason it "thinks" schema doesn't exist.
Workflow Discussion
We have to consider when creating the schema in an enterprise GDB is who "owns" the schema. MSE needs to be intelligent enough to determine that the MilSym schema can be created and owned by various users in an enterprise GDB. This is important in the scenario when MSE prompts a user to navigate to a DB with an existing schema, MSE needs to determine if the schema is available based on the user that's referenced in the DB connection.
The text was updated successfully, but these errors were encountered: