Select to view content in your preferred language

Load Data Using Workspace on rest service

913
5
Jump to solution
07-02-2025 01:15 AM
gpgisandsky
Frequent Contributor

Hi,

Im using the tools Load Data Using Workspace directly on rest service putting the url of  layer (like this https://mygis.map.com/arcgis/rest/services/UN/MyUtilityNetwork/FeatureServer/1 ) in field target of DataReference.xlsx

The loading of data work fine but the data are imported on default version. is there a way/parameter to import the data specify another version? 

thank you

0 Kudos
2 Solutions

Accepted Solutions
TedHoward2
Esri Contributor

Loading data to a branch version is not supported in the Data Loading toolset. It's a good question though and it has come up before. I'll make note of this in our backlog.

View solution in original post

TedHoward2
Esri Contributor

Hello @gpgisandsky, I wanted to let you know we have enabled this in the Pro 3.7 release. It would require manually updating the path to your branch version in the DataReference workbook with the following syntax:

FeatureServerURL;VERSION=VERSIONNAME/LAYERID

Example:

https://example.esri.com/server/rest/services/ExampleService/FeatureServer;VERSION=user123@example.com.version_name/3

 

View solution in original post

5 Replies
TedHoward2
Esri Contributor

Loading data to a branch version is not supported in the Data Loading toolset. It's a good question though and it has come up before. I'll make note of this in our backlog.

gpgisandsky
Frequent Contributor

hi Ted,

thank you for your replay and to make note in your backlog. Please, let's me know where there are some news.

0 Kudos
gpgisandsky
Frequent Contributor

Hi @TedHoward2, are there good news?

0 Kudos
TedHoward2
Esri Contributor

Hello @gpgisandsky, I wanted to let you know we have enabled this in the Pro 3.7 release. It would require manually updating the path to your branch version in the DataReference workbook with the following syntax:

FeatureServerURL;VERSION=VERSIONNAME/LAYERID

Example:

https://example.esri.com/server/rest/services/ExampleService/FeatureServer;VERSION=user123@example.com.version_name/3

 

gpgisandsky
Frequent Contributor

Hi@TedHoward2 excellent! this is a good news! thank you!

0 Kudos