Problem:
When the user uses VTune™ Analyzer GUI, "First Use Wizard" to create a new activity, will see a dialog to complain that target application has no debug information, actually debug information already exists within this application. If the user clicks "Finish" button, it says that target application is a script file.

Root-cause:
This is a known issue in "First Use Wizard", if the user builds any application and the name includes "text" sub-string. "First Use Wizard" treats such application as a script file.
Resolutions:
1) Build (generate) application without "text" sub-string.
-OR-
2) Use "Sampling Wizard" instead of "First Use Wizard"
[DISCLAIMER: The information on this web site is intended for hardware system manufacturers and software developers. Intel does not warrant the accuracy, completeness or utility of any information on this site. Intel may make changes to the information or the site at any time without notice. Intel makes no commitment to update the information at this site. ALL INFORMATION PROVIDED ON THIS WEBSITE IS PROVIDED "as is" without any express, implied, or statutory warranty of any kind including but not limited to warranties of merchantability, non-infringement of intellectual property, or fitness for any particular purpose. Independent companies manufacture the third-party products that are mentioned on this site. Intel is not responsible for the quality or performance of third-party products and makes no representation or warranty regarding such products. The third-party supplier remains solely responsible for the design, manufacture, sale and functionality of its products. Intel and the Intel logo are trademarks or registered trademarks of Intel Corporation or its subsidiaries in the United States and other countries. *Other names and brands may be claimed as the property of others.]

Comments
When I use "First Use Wizard" to find my code`s hotpoint,but it does not display the sampling result-summary. How can i get the summary and turn to the source code IDE in the Vtune?
1. Please use "Sampling Wizard" instead of "First Use Wizard", so Processes report will be displayed instead of Hotspot report, then find your application's process, drill down to modules report (your process relevant), then find hot functions, go to source view.
2. Your source code can be displayed with annotated performance data (samples) - only, if only samples are captured in your source. Please increase your workload in source, or change Sample-After-Value of events, ensure samples in source code are captured!
Thanks a lot! the issue solved yesterday! I use Intel tools fristly to analyzer duo-core threads based on Openmp/TBB.And my systerm is suse11,2.6.27-linux,vmlinuz.and is Vtune9.1 updata2 has any regiction on my linux?
Now latest version is v9.1 Update 7, which supports SuSE* Linux* Enterprise Server (SLES) 11.0, kernel 2.6.27.19-5
Thanks a lot!