The following steps illustrate how to install a permanent Ad Hoc Analysis icon on your desktop without logging in to Reports & Analytics:
-
Open the .jnlp file in the text editor of your choice. Notepad or Notepad++ is preferred for Windows. TextEdit is preferred for Mac OS. Do not use Microsoft Word.
Note:
WARNING: When you choose the program to open this file, make sure that "Always use this program to open this file type" is deselected. If this box is checked, all .jnlp files open in the chosen text editor.
-
Once opened in the text editor, scroll down to the bottom. Notice a snippet of code similar to the following:
<application-desc main-class="com.omniture.workbench.DiscoverClient"> <argument> oberon_token=[A hashed alphanumeric value] </argument> <argument> company=[Your login company name] </argument> <argument> user=[Your user name] </argument> <argument> sc-base-url=https://sitecatalyst.omniture.com/ </argument> </application-desc>
-
<argument> oberon_token=[A hashed alphanumeric value] </argument>
<argument> password=[Your password] </argument>
Note:
Do not put your password in this file if you are using a public or shared workstation. Instead, put the password argument in but leave the value after the equals sign blank. When launching the file, you are presented with a login screen.