We have a scheduled task running a .bat file. The task successfully copies the file from source server to local folder.
Part two of the task invokes our Reflections FTP client software and sends single file via SFTP to the final destination which is failing. We are seeing the following error messages in our Application Event Logs and the task hangs in the running state.
.NET Runtime version 4.0.30319.0 - The profiler has requested that the CLR instance not load the profiler into this process. Profiler CLSID: 'AppDynamics.AgentProfiler'. Process ID (decimal): 363548. Message ID: [0x2516].
Please let me know, how to fix this issue
Hi @Neha.Dev,
I found this info:
This event log message is written by the windows .NET Runtime, not by the .NET Agent. It will write for each of the new running processes either it is .NET Process or a Non-.NET Process. If Profiler is able to load into the process level then it will write a success message else it will write as shared message details.
As per the message, AppDynamics Profiler dll is not loaded into the Process ID -> [Your ID would be here]
Hi @Neha.Dev,
I found this info:
This event log message is written by the windows .NET Runtime, not by the .NET Agent. It will write for each of the new running processes either it is .NET Process or a Non-.NET Process. If Profiler is able to load into the process level then it will write a success message else it will write as shared message details.
As per the message, AppDynamics Profiler dll is not loaded into the Process ID -> [Your ID would be here]