Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
4998 Discussions

amplxe:Error :System error 0x5

myron_m_
Beginner
376 Views

When I run VTune hotspots Collect, Igot the following error:

amplxe-cl -collect hotspots -no-auto-finalize -r F:\def C:\TGPtest\setup\tgp_daemon.exe 

amplxe:Error :System error 0x5: CreateProcess:Access denied 

amplex:Using result path 'F:\def' 

amplxe:Executing action 0% done

OS:WIN7 x64 Pro

Compiler: VTune Amplifier XE 2013

0 Kudos
1 Reply
Peter_W_Intel
Employee
376 Views

If tgp_daemon.exe is a daemon program, you can start tgp_daemon.exe manually, then -

Open a cmd as administrator, do "amplxe-cl -collect hotspots -no-auto-finalize -r F:\def  -target-process tgp_daemon.exe"

0 Kudos
Reply