I am using ArcGIS Pro and ArcGIS Enterprise Portal.
In our organization, User1 has already registered a database with the portal. Now, I am signing in as User2 and need to connect to the same registered database to publish data. Here’s what I’ve done and the issue I’m facing:
Database Registration:
Publishing Data:
Questions:
Additional Details:
Portal Version: [ ArcGIS Enterprise Portal version11.3]
ArcGIS Pro Version: [ArcGIS Pro 3.3]
Database Type: [The Database is Enterprise SQL Server]
Permissions: I have confirmed that User2 has the necessary permissions to access the portal and publish data [ Publisher Role able to publish & register data, I thought that there are some privileges / permissions should give to user so I try with the portal Administrator and the same issue database appear in portal datastore but can select it to be my register data]
Solved! Go to Solution.
To use an existing registered data store, you need to connect to it the same way the data store was connected to when registering. For example, if an .sde connection file was used, you will need an .sde connection file with the same parameters (database, username, password, etc).
If it is a folder, the same path needs used. For example, if a UNC path was registered (\\servername\registeredfolder), you have to use UNC when publishing. You can not use a mapped drive to the same folder ( Q:\registeredfolder).
To use an existing registered data store, you need to connect to it the same way the data store was connected to when registering. For example, if an .sde connection file was used, you will need an .sde connection file with the same parameters (database, username, password, etc).
If it is a folder, the same path needs used. For example, if a UNC path was registered (\\servername\registeredfolder), you have to use UNC when publishing. You can not use a mapped drive to the same folder ( Q:\registeredfolder).