|
POST
|
Hi Michael, I apologize you are having trouble with the Solutions Deployment Tool, I took a look at your support incident and it looks like you identified the issue with the firewall and will be working to setup a dedicated machine to deploy the solutions. In regards to your question about the pop-up configuration. The solution is using a custom pop-up attribute display. You will want to add the following html: <font face="Avenir Light">The <b>{PROJNAME}</b> project will accomplish the following: <br /><br />{PROJDESC}<br /><br /></font><font face="Avenir Light"><b>Schedule</b><br /><br />Planned Start Date: <b>{PLANSTART}</b><br />Actual Start Date: <b>{ACTSTART}</b><br /><br />Planned Completion Date: <b>{PLANEND}</b> <br />Actual Completion Date: <b>{ACTEND}</b><br /></font><font face="Avenir Light"><br />
<span><b>Phase</b></span>
<table style=" border-collapse: separate; border-spacing: 6px 4px; width: 100%; table-layout: fixed;">
<tbody><tr height="16">
<td style="{expression/expr2}"></td>
<td style="{expression/expr3}"></td>
<td style="{expression/expr4}"></td>
<td style="{expression/expr5}"></td>
</tr>
<tr height="24" style="text-align: center;">
<td>PreDesign</td>
<td>Design</td>
<td>Construction</td>
<td>Closeout</td>
</tr>
</tbody></table>
</font><font face="Avenir Light"><b>Budget</b><br /> <br />The project is </font><b><font face="Avenir Light"><font color="#228b22">{expression/expr0}</font><font color="#ff0000">{expression/expr1}</font><font color="#000000">.<br /> </font></font></b><font face="Avenir Light"><br />If you have any questions, please contact:<br /><br /><b>{POCNAME}<br /></b>T: {POCPHONE}<br /><a href="mailto: {POCEMAIL}" target="_blank">{POCEMAIL}</a> </font> Next you will need to add some attribute expressions: First add an attribute expression called Under Budget if ($feature.actcost <= $feature.estcost) {
return Text(Abs($feature.actcost - $feature.estcost), '$#,###') + ' under budget'
}
return Add an attribute expression called Over Budget if ($feature.actcost > $feature.estcost) {
return Text(Abs($feature.actcost - $feature.estcost), '$#,###') + ' over budget'
}
return Add an attribute expression called PreDesign if ($feature.projphase == 'PreDesign') {
return 'background-color:#1987bb'
}
return 'background-color:#DDDDDD' Repeat the previous step for the phases Design, Construction, and Closeout replacing the text in the code with the appropriate phase. This should be everything you need to define the custom pop-up display. I see in the technical support incident you also had a question about how to change the project to funded and then after that how you edit the actual start date, actual cost, project phase or other active project information. To edit the project phase you are going to use the Capital Project Review application and to edit information about the active projects you will want to use the Capital Project Reports application.
... View more
01-18-2018
07:44 AM
|
1
|
9
|
4188
|
|
POST
|
This bug has been resolved in the latest version of the X-Ray add-in. -Chris
... View more
08-02-2017
07:18 AM
|
1
|
0
|
2000
|
|
POST
|
Thanks John, so were you able to get the add-in to work by adding an exception for that folder? I also wanted to note for anyone else who might come across this post in the future that this AssemblyCache folder is used by all add-ins so if you are having an issue with add-ins causing ArcGIS Pro to crash, this might be the cause.
... View more
08-01-2017
07:03 AM
|
0
|
1
|
845
|
|
POST
|
I am wondering if it specifically doesn't like writing .dlls to that folder. Could you try changing the add-in file extension to .zip and then extracting the contents. Next inside the install folder copy/paste everything into the AssemblyCache/{a8c04e88-6d5d-498d-ad00-b76b409b5cd3}. It should paste successfully and not prompt you to run as an administrator.
... View more
07-31-2017
10:46 AM
|
0
|
3
|
845
|
|
POST
|
Do you see the folder called {a8c04e88-6d5d-498d-ad00-b76b409b5cd3} in the assembly cache folder? If not could you try creating it, and are you able to create a new text file in that directory? If it still fails could you send me the new crash dump?
... View more
07-31-2017
09:05 AM
|
0
|
5
|
3718
|
|
POST
|
Hi John, Below is the exception that is being thrown that is causing the crash. When ArcGIS Pro starts it attempts to unpack any installed add-ins to an AssemblyCache folder in your user profile. This is where the add-in is executed from. It is crashing due to an exception being thrown because your user doesn't have permissions to access that folder. This is different from the folder the add-in is originally installed to, you don't have control over where the add-in dll is unpacked. However, what is confusing is your user should have access to all folders under your user profile unless an administrator on the machine has restricted access. Is it possible that there could be some custom permissions set on your user profile folders? Could you try browsing to the AssemblyCache folder referenced below? Are you able to create new folders and files in that directory? Exception object: 0000000003a5fbe0 Exception type: System.UnauthorizedAccessException Message: Access to the path 'C:\Users\brockwj\AppData\Local\ESRI\ArcGISPro\AssemblyCache\{a8c04e88-6d5d-498d-ad00-b76b409b5cd3}\Newtonsoft.Json.dll' is denied. InnerException: <none> StackTrace (generated): SP IP Function 00000000001DE570 000007FEF4396A23 mscorlib_ni!System.IO.__Error.WinIOError(Int32, System.String)+0x1a3 00000000001DE5C0 000007FEF448E716 mscorlib_ni!System.IO.FileStream.Init(System.String, System.IO.FileMode, System.IO.FileAccess, Int32, Boolean, System.IO.FileShare, Int32, System.IO.FileOptions, SECURITY_ATTRIBUTES, System.String, Boolean, Boolean, Boolean)+0x376 00000000001DE690 000007FEF43C807F mscorlib_ni!System.IO.FileStream..ctor(System.String, System.IO.FileMode, System.IO.FileAccess, System.IO.FileShare)+0x7f 00000000001DE740 000007FEED5A9F14 System_IO_Compression_FileSystem_ni!System.IO.Compression.ZipFileExtensions.ExtractToFile(System.IO.Compression.ZipArchiveEntry, System.String, Boolean)+0x84 00000000001DE7B0 000007FE9752A1C0 UNKNOWN!ArcGIS.Desktop.Framework.Registry.Script.ExtractFolder(System.IO.Compression.ZipArchive, System.String, System.String)+0x1b0 00000000001DE830 000007FE97529F6F UNKNOWN!ArcGIS.Desktop.Framework.Registry.Script.UnzipToAssemblyCache(System.IO.Compression.ZipArchive, System.String, System.String ByRef)+0x11f 00000000001DE890 000007FE97529D84 UNKNOWN!ArcGIS.Desktop.Framework.Registry.Script.UnpackAddIn()+0x44 00000000001DE8E0 000007FE9751E3D2 UNKNOWN!ArcGIS.Desktop.Framework.Registry.CustomizationRegistry.ProcessPlugIns(System.Collections.Generic.List`1<ArcGIS.Desktop.Framework.AddInEntry>, System.String)+0x4d2 00000000001DEA00 000007FE972F71AD UNKNOWN!ArcGIS.Desktop.Framework.FrameworkApplication.Initialize()+0x30d 00000000001DEA50 000007FE972E9B86 UNKNOWN!ArcGIS.Desktop.Core.ProApp.Load()+0x446 00000000001DEAC0 000007FE972E399F ArcGISPro!<Module>.main(System.String[])+0x1f StackTraceString: <none> HResult: 80070005
... View more
07-31-2017
05:59 AM
|
1
|
7
|
3718
|
|
POST
|
Hi John, Would you mind sharing the crash dump file with me? The knowledge base document below describes where you can find the crash dump on your machine. This will be helpful in debugging what is going on.I worked with several users who have been able to successfully install the add-in and use it so I am really interested to see what may be occurring in your case so we can prevent it from happening for other users. FAQ: Where are the ArcGIS crash dump files saved when an error report is generated? Thanks, -Chris
... View more
07-28-2017
05:34 AM
|
0
|
4
|
3718
|
|
IDEA
|
The issue with the domains not being able to be reordered in the solution deployment tool is resolved in Pro 2.0.
... View more
07-25-2017
08:52 AM
|
0
|
1
|
2070
|
|
IDEA
|
Although you can't sort you can right click a row and move it up or down in the list to reorder the domains. There was a bug in Pro at 1.3 and 1.4 with that parameter where order wasn't observed but at Pro 2.0 this will now work.
... View more
07-25-2017
08:47 AM
|
4
|
0
|
7523
|
|
POST
|
Based on the screenshot and the icon next to the esriaddinx file, the Pro install didn't properly associate that extension with the RegisterAddin exe. Could you right-click the esriaddinx file, select open with and then browse to C:\Program Files\ArcGIS\Pro\bin\RegisterAddIn.exe and select it. This should bring up the install dialog.
... View more
07-25-2017
08:31 AM
|
0
|
1
|
1387
|
|
POST
|
Hi Joe, I just want to clarify what you have described above to understand your process. Is it correct that you are installing the add-in by double-clicking it outside of ArcMap in windows explorer? You then click install and it says the install was successful? You then say that you go into the add-in manager and set the folder to the path it was installed. You shouldn't have to do this step because by doing the first part it should automatically copy the add-in to a well known folder that ArcMap already knows about. Are you finding that add-in manager isn't reporting the add-in as installed. Do you see the add-in in your Documents\ArcGIS\AddIns\Desktop10.1 folder?
... View more
01-24-2017
12:49 PM
|
0
|
1
|
941
|
|
IDEA
|
We just released an add-in for ArcGIS Pro that allows you to browse a catalog of ArcGIS Solutions and deploy them to an ArcGIS Online organization. In addition, the add-in provides tools to configure the feature layers after they have been deployed and one of the tools we provided can be used to modify domains of hosted feature services. To learn more about the add-in see ArcGIS Solutions Deployment Tool | ArcGIS Solutions.
... View more
01-17-2017
04:54 PM
|
6
|
1
|
7523
|
|
POST
|
Chris, Could you try enable debugging and sharing the debug log? Below is a link to a help topic that describes how to modify the attribute assistant config file. You will want to enable the log and specify the log location. Then launch ArcMap change the Streetname ID and then close ArcMap and the operation should be written to the log file. Configure Attribute Assistant - Attribute Assistant | ArcGIS Solutions
... View more
09-27-2016
10:37 AM
|
1
|
1
|
2637
|
|
POST
|
Hi Chris One thing I see from your screenshot is that rules with a higher weight or higher value will run first. So as configured the Expression rule will run first and then the Copy Linked Record rule will run, which would explain why the expression why the Full Address field is not being updated with the value populated by Copy Linked Record. Could you try reversing these weights? I created a really simple repro case with the 2 rules below and when I changed the StreetNameID it processed both rules successfully on 10.4.1 with the latest add-in.
... View more
09-27-2016
08:00 AM
|
1
|
3
|
2637
|
|
POST
|
Hi Steve, Good catch, as you described that expression is going to cause problems as you modify the address number prefix or suffix. Your solutions sounds like a solid approach. We will look into resolving this in a future release. Thanks, -Chris
... View more
06-17-2016
06:47 AM
|
0
|
2
|
3065
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 11-07-2025 07:59 AM | |
| 1 | 11-06-2025 07:04 AM | |
| 1 | 08-28-2025 08:25 AM | |
| 1 | 03-06-2023 06:12 AM | |
| 1 | 04-17-2025 08:50 AM |
| Online Status |
Offline
|
| Date Last Visited |
12-02-2025
06:52 AM
|