Discussion Feed
10-29-2019
06:53 AM
1 Kudo
Hello Eric, I think the result of the property $architecture.OSArchitecture changed according to the Power Shell version since the creation of the script. The developer was expecting "64-bit" but the acresult is "64 bits". Thanks
... View more
10-28-2019
12:27 PM
2 Kudos
Hello I fixed that: changed function Get-64ArchitectureShared()
{
Write-Verbose "Checking OS architecture"
$architecture = Get-WmiObject -Class Win32_OperatingSystem | Select-Object OSArchitecture
return $architecture.OSArchitecture -eq "64-bit"
} for function Get-64ArchitectureShared()
{
Write-Verbose "Checking OS architecture"
$architecture = Get-WmiObject -Class Win32_OperatingSystem | Select-Object OSArchitecture
return $architecture.OSArchitecture -like "*64*"
} Thanks
... View more
10-28-2019
09:35 AM
Hello Eric, I'm talking about this: https://www.appdynamics.com/community/exchange/extension/dotnet-agent-installation-with-remote-management-powershell-extension/
... View more
10-28-2019
08:52 AM
1 Kudo
If you talk about .net: https://www.appdynamics.com/community/exchange/extension/dotnet-agent-installation-with-remote-management-powershell-extension/
... View more
10-28-2019
08:49 AM
Hello I'm trying to install a .NET agent using the script. I generated the template and now, when trying to install it in the local machine I have the following error: PS C:\Users\RBOL122\Desktop> Install-Agent .\dotNetAgentSetup64-4.5.15.0.msi Carte de performance WMI service is already started Application système COM+ service is already started Agent install file is not found. Au caractère C:\Users\RBOL122\Desktop\appdynamics.psm1:1131 : 17 + Throw "Agent install file $setup_file is not found." + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : OperationStopped: (Agent install file is not found.:String) [], RuntimeException + FullyQualifiedErrorId : Agent install file is not found. PS C:\Users\RBOL122\Desktop> Install-Agent C:\Users\RBOL122\Desktop\dotNetAgentSetup64-4.5.15.0.msi .\SavedSetupConfiguration.xml Carte de performance WMI service is already started Application système COM+ service is already started Agent install file is not found. Au caractère C:\Users\RBOL122\Desktop\appdynamics.psm1:1131 : 17 + Throw "Agent install file $setup_file is not found." + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : OperationStopped: (Agent install file is not found.:String) [], RuntimeException + FullyQualifiedErrorId : Agent install file is not found. PS C:\Users\RBOL122\Desktop> The installation and xml file are inside the directory in which I'm tryng to install.
... View more
10-18-2019
12:13 PM
Hello
When I Drill Down in a specific transaction to see the Call Graph of an ASP.NET MVC 5 application, it show only
- Asynchronous:ASP.NET entry
System.Web.Mvc.Controller:BeginExecute
System.Web.Mvc.Controller:EndExecute
in the Call Graph.
Other methods like method calls for database access are not shown.
... View more
09-24-2019
09:34 AM
That's it! Thank you Eric.
... View more
09-24-2019
08:20 AM
Hello I' m trying to install a EUM server using silent installer and it shows me the message "This text field must not be left empty" but it does not specify which field. I got the response.varfile from the documentations and changed it accordingly. # ./euem-64bit-linux-4.5.13.29096.sh -q /progiciel/apm/response.varfile Unpacking JRE ... Preparing JRE ... Starting Installer ... The installation directory has been set to /opt/AppDynamics/EUM. This text field must not be left empty.
... View more
Latest Activity
- Got a Kudo for Re: Install-Agent not working. 12-06-2019 09:40 AM
- Got a Kudo for Re: Install-Agent not working. 11-05-2019 09:36 PM
- Posted Re: Install-Agent not working on NET (Agent, Installation). 10-29-2019 06:53 AM
- Got a Kudo for Re: Install-Agent not working. 10-28-2019 12:31 PM
- Posted Re: Install-Agent not working on NET (Agent, Installation). 10-28-2019 12:27 PM
- Got a Kudo for Re: What is the best way to install 100 agent at a time?. 10-28-2019 11:30 AM
- Posted Re: Install-Agent not working on NET (Agent, Installation). 10-28-2019 09:35 AM
- Posted Re: What is the best way to install 100 agent at a time? on NET (Agent, Installation). 10-28-2019 08:52 AM
- Posted Install-Agent not working on NET (Agent, Installation). 10-28-2019 08:49 AM
- Posted Drill Down not showing methods in .NET application on Controller (SaaS, On Premise). 10-18-2019 12:13 PM
- Tagged Drill Down not showing methods in .NET application on Controller (SaaS, On Premise). 10-18-2019 12:13 PM
- Tagged Drill Down not showing methods in .NET application on Controller (SaaS, On Premise). 10-18-2019 12:13 PM
- Tagged Drill Down not showing methods in .NET application on Controller (SaaS, On Premise). 10-18-2019 12:13 PM
- Tagged Drill Down not showing methods in .NET application on Controller (SaaS, On Premise). 10-18-2019 12:13 PM
- Posted Re: EUM demo Silent Installer not working on End User Monitoring (EUM). 09-24-2019 09:34 AM
- Posted EUM demo Silent Installer not working on End User Monitoring (EUM). 09-24-2019 08:20 AM
- Tagged EUM demo Silent Installer not working on End User Monitoring (EUM). 09-24-2019 08:20 AM
- Tagged EUM demo Silent Installer not working on End User Monitoring (EUM). 09-24-2019 08:20 AM
- Tagged EUM demo Silent Installer not working on End User Monitoring (EUM). 09-24-2019 08:20 AM
- Tagged EUM demo Silent Installer not working on End User Monitoring (EUM). 09-24-2019 08:20 AM
Community Stats
Date Registered | 09-16-2019 06:49 AM |
Date Last Visited | 02-24-2021 05:44 PM |
Total Messages Posted | 8 |
Total Kudos Received | 4 |