| 
             
                POST		  
                
             
         | 
        
        
 
					
							     Kelly,    Sorry for taking so long to get back to you.  I tried what you suggested and found that:    1. Mac OS, Visual Studio Code, Chrome (59.0.3071.115) -> Does not work  2. Windows 10, Visual Studio Code, Chrome (same version as Mac) -> Works!    To eliminate all potential typos, I copied and pasted the code between the two environments.  Is the Mac supported?    Of course, the Windows 10 is running as a VM (VMWare Fusion 8 Pro) on the Mac, so there shouldn't be a network/firewall issue.    Thank you for your help.    -Ryan   
						
					
					... View more
				 
			
			
			
			
				
			
			
			
			
			
			
		
			
    
	
		
		
		07-17-2017
	
		
		11:37 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		          | 
        
             
                
                0
             
         | 
        
             
                
                1
             
         | 
        
             
                
                    
                
                4091
             
         | 
    
| 
             
                POST		  
                
             
         | 
        
        
 
					
							     Sorry - bad example - that was some debug code.  This is what I currently have, and it is not working.     require([  "esri/views/MapView",  "esri/WebMap",  "esri/config",  "dojo/domReady!"  ], function (WebMap, MapView, esriConfig) {      esriConfig.portalUrl = "https://mydomain.com/myportal"    var webmap = new WebMap({   portalItem: { // autocasts as new PortalItem()   id: "49d4ffe63e7a4f60ab9ba93ae6d65ce5"   }  });   var view = new MapView({   map: webmap, // References the map object created in step 3   container: "viewDiv" // Reference to the DOM node that will contain the view   });  });    
						
					
					... View more
				 
			
			
			
			
				
			
			
			
			
			
			
		
			
    
	
		
		
		06-21-2017
	
		
		09:34 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		          | 
        
             
                
                0
             
         | 
        
             
                
                3
             
         | 
        
             
                
                    
                
                4091
             
         | 
    
| 
             
                POST		  
                
             
         | 
        
        
 
					
							     Jayanta,    As I mentioned in my original post, portalUrl does not seem to help.    Thanks,    -Ryan   
						
					
					... View more
				 
			
			
			
			
				
			
			
			
			
			
			
		
			
    
	
		
		
		06-19-2017
	
		
		11:36 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		          | 
        
             
                
                0
             
         | 
        
             
                
                0
             
         | 
        
             
                
                    
                
                4091
             
         | 
    
| 
             
                POST		  
                
             
         | 
        
        
 
					
							      require([  "esri/views/MapView",  "esri/WebMap",  "esri/config",  "dojo/domReady!"  ], function (WebMap, MapView, esriConfig) {      portalUrl = "https://www.-------.com/---gis" //THIS DOES NOT SEEM TO DO ANYTHING   var webmap = new WebMap({   portalItem: { // autocasts as new PortalItem()   id: "49d4ffe63e7a4f60ab9ba93ae6d65ce5"   }  });   var view = new MapView({   map: webmap, // References the map object created in step 3   container: "viewDiv" // Reference to the DOM node that will contain the view   });  });    
						
					
					... View more
				 
			
			
			
			
				
			
			
			
			
			
			
		
			
    
	
		
		
		06-19-2017
	
		
		11:34 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		          | 
        
             
                
                0
             
         | 
        
             
                
                5
             
         | 
        
             
                
                    
                
                4091
             
         | 
    
| 
             
                POST		  
                
             
         | 
        
        
 
					
							     I'm not able to add a WebMap from Portal to my 4.x application - it looks like it needs something other than portalUrl.  My code works fine for a webmap in arcgis.com.  Does anyone know what I might be missing?  The webmap is shared with everyone and I don't need to log into Portal to see it.   
						
					
					... View more
				 
			
			
			
			
				
			
			
			
			
			
			
		
			
    
	
		
		
		06-18-2017
	
		
		09:46 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		          | 
        
             
                
                0
             
         | 
        
             
                
                11
             
         | 
        
             
                
                    
                
                6612
             
         | 
    
| 
             
                POST		  
                
             
         | 
        
        
 
					
							     Dan,    The error is the generic "DBMS Error", which doesn't tell us much about what might be going on.  All the tables/feature classes that have more than 8 will fail - there are about 6 of them.  All of those that have less work fine.    I am running this with ArcGIS 10.5 now and it does appear to be working fine.  It gives a more detailed error message ("Specified Index does not exist") for 2 tables, so it does appear that there are some issues at the Database level.     Due to some feature class extensions, I would prefer to have this run at 10.2.1, but at least it looks like using 10.5 will be a reasonable workaround for now.    Thank you for your help    -Ryan   
						
					
					... View more
				 
			
			
			
			
				
			
			
			
			
			
			
		
			
    
	
		
		
		05-21-2017
	
		
		08:10 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		          | 
        
             
                
                0
             
         | 
        
             
                
                1
             
         | 
        
             
                
                    
                
                888
             
         | 
    
| 
             
                POST		  
                
             
         | 
        
        
 
					
							     The Rebuild Indexes tool seems to fail if a feature class or table has more than 8 attribute indexes (includes OBJECTID and GLOBALID) and the "ALL" option is used.  "ONLY_DELTAS" works fine.    Does anyone know why there would be an 8 index limit?    ArcGIS 10.2.1, Oracle 11g.   
						
					
					... View more
				 
			
			
			
			
				
			
			
			
			
			
			
		
			
    
	
		
		
		05-13-2017
	
		
		05:26 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		          | 
        
             
                
                0
             
         | 
        
             
                
                3
             
         | 
        
             
                
                    
                
                1477
             
         | 
    
| 
             
                POST		  
                
             
         | 
        
        
 
					
							     Uma,    You are absolutely right - I should have examined the error log a little closer.  I had 2 projects in the branch (One AddIn and one Configuration) and both projects were being built on check-in.  One had the correct settings and was working, but the other project with the incorrect settings did not.      Thank you for your help.    -Ryan   
						
					
					... View more
				 
			
			
			
			
				
			
			
			
			
			
			
		
			
    
	
		
		
		05-01-2017
	
		
		11:49 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		          | 
        
             
                
                0
             
         | 
        
             
                
                0
             
         | 
        
             
                
                    
                
                773
             
         | 
    
| 
             
                POST		  
                
             
         | 
        
        
 
					
							     I have set up a build server for TFS 2017 following the instructions here: ProConcepts Advanced Topics · Esri/arcgis-pro-sdk Wiki · GitHub .    However, it is still asking for an ArcGIS Pro install folder on the build server.  Does anyone know what step I might be missing?    2017-05-01T15:54:25.7009038Z ##[error]C:\Program Files\ArcGIS\Pro\bin\Esri.ProApp.SDK.Desktop.targets(77,5):   Error MSB4018: The "PackageAddIn" task failed unexpectedly.  System.InvalidOperationException: Install location of ArcGIS Pro cannot be found. Please check your registry for HKLM\SOFTWARE\ESRI\ArcGISPro\InstallDir  at proapp_sdk_MSBuild.MSIHelper.GetInstallDirAndVersionFromReg()  at proapp_sdk_MSBuild.MSIHelper.GetInstallDirAndVersion()  at proapp_sdk_MSBuild.PackageAddIn.Execute()  at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute()   at Microsoft.Build.BackEnd.TaskBuilder.<ExecuteInstantiatedTask>d__26.MoveNext()    Thanks,    -Ryan     
						
					
					... View more
				 
			
			
			
			
				
			
			
			
			
			
			
		
			
    
	
		
		
		05-01-2017
	
		
		09:14 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		          | 
        
             
                
                0
             
         | 
        
             
                
                2
             
         | 
        
             
                
                    
                
                1202
             
         | 
    
| 
             
                POST		  
                
             
         | 
        
        
 
					
							     If the PerfTools Add In is installed, the Start Page of my custom configuration is skipped.  It loads the Splash Screen and goes straight into ArcGIS Pro, creating a new project by default (i.e. MyProject_).  Is there a setting that will allow PerfTools and the Start Page to co-exist?   
						
					
					... View more
				 
			
			
			
			
				
			
			
			
			
			
			
		
			
    
	
		
		
		02-14-2017
	
		
		11:36 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		          | 
        
             
                
                0
             
         | 
        
             
                
                2
             
         | 
        
             
                
                    
                
                1602
             
         | 
    
| 
             
                POST		  
                
             
         | 
        
        
 
					
							     The question was not regarding the limit in Oracle, but the fact that ArcGIS Pro appends the feature dataset name to the feature class, resulting in a name that exceeds the 30 character limit.   
						
					
					... View more
				 
			
			
			
			
				
			
			
			
			
			
			
		
			
    
	
		
		
		08-20-2016
	
		
		05:00 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		          | 
        
             
                
                0
             
         | 
        
             
                
                1
             
         | 
        
             
                
                    
                
                1874
             
         | 
    
| 
             
                POST		  
                
             
         | 
        
        
 
					
							     I'm doing a simple copy/paste of a feature dataset from a file geodatabase into an Oracle SDE database.  The process appends the name of the feature dataset to all of the feature classes.    Is there a reason why this functionality was added?  As soon as the combination of feature dataset + feature class exceeds 30 characters, the load of the data into Oracle fails.   
						
					
					... View more
				 
			
			
			
			
				
			
			
			
			
			
			
		
			
    
	
		
		
		08-14-2016
	
		
		11:07 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		          | 
        
             
                
                0
             
         | 
        
             
                
                5
             
         | 
        
             
                
                    
                
                3642
             
         | 
    
| 
             
                POST		  
                
             
         | 
        
        
 
					
							    So far, it seems to be working...  The key was to add ArcGIS.h to the "Objective-C Bridging Header" setting under Swift Compiler - Code Generation of Build Settings.  
						
					
					... View more
				 
			
			
			
			
				
			
			
			
			
			
			
		
			
    
	
		
		
		06-08-2014
	
		
		04:11 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		          | 
        
             
                
                0
             
         | 
        
             
                
                0
             
         | 
        
             
                
                    
                
                1001
             
         | 
    
| 
             
                POST		  
                
             
         | 
        
        
 
					
							    Interesting...     You're right - it still works.  I thought that it was missing because it didn't show up in Intellisense.  If I just manually enter the method, it compiles.  
						
					
					... View more
				 
			
			
			
			
				
			
			
			
			
			
			
		
			
    
	
		
		
		08-06-2012
	
		
		10:29 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		          | 
        
             
                
                0
             
         | 
        
             
                
                0
             
         | 
        
             
                
                    
                
                401
             
         | 
    
| Title | Kudos | Posted | 
|---|---|---|
| 1 | 12-06-2017 02:21 PM | |
| 1 | 04-20-2021 08:45 AM | |
| 1 | 12-06-2017 03:10 PM | |
| 1 | 03-14-2019 03:48 PM | |
| 1 | 04-17-2018 09:40 AM | 
| Online Status | 
					
			 
	
			
					Offline
				
		
 
		
				 | 
			
| Date Last Visited | 
					
			 
				
    
	
		
		
		01-10-2023
	
		
		03:25 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
			 
		
				 |