Installed addons and settings

I would like to see a list of installed addons and settings (manual/mandatory/active etc.).
I want to run a query in SQL server to get this information.
Is this information stored in any table?
I want to get this info by query in SQL server because it is faster than logging into each database and checking the addon administration.
Thanks

Hi Maeve,
The Addon information is split between the SBO-COMMON database (which holds details of which addons are installed on the whole system) and the OARI and ARI1 company tables which hold information on which addons are enabled in the current company and what user-specific startup settings have been defined:
select
     T1.AddOnId, T1.PName as [Addon Manufacturer], T1.AName as [Addon Name],
     T1.AddOnVer as [Addon Version], T0.AStatus as [Active in Company],
     case T0.EGroup when 'D' then 'Disabled' when 'M' then 'Manual' when 'A' then 'Automatic' else 'Mandatory' end as [Default Startup],
     T2.USER_CODE as [User Code], T2.EnableFlag as [Enabled],
     case T2.AddOnType when 'D' then 'Disabled' when 'M' then 'Manual' when 'A' then 'Automatic' else null end as [User Startup]
from
     OARI T0
     inner join [SBO-COMMON]..SARI T1 on T0.AddOnID = T1.AddOnId
     left outer join ARI1 T2 on T0.AddOnID = T2.AddOnId
The query above will show you details on the addons defined in Addon Administration in the current company. If any users have a startup option that is different from default then they will be shown as separate records. If all the users have the defaul settings for the addon then you'll see a single row of the addon with null values in the user columns.
Note: Make sure you don't return the ABinary column in the [SBO-COMMON]..SARI table. This column holds a binary copy of the addon installer and can be MBs in size which will make the query very slow.
Kind Regards,
Owen

Similar Messages

  • During an aborted migration attempt from old Macbook Pro to new machine running Yosemite my recently installed apps and settings have been placed in a deleted user folder. How do I reinstate them?

    During an aborted migration attempt from old Macbook Pro to a new machine running Yosemite my recently installed apps and settings have been placed in a deleted user folder. How do I reinstate them?

    I suggest starting over. Boot into Recovery mode, wipe the HD, reinstall the OS, and, on first boot, use the steps in Pondini's Setup New Mac guide to do the migration.'

  • How to install plugins and settings?

    New to Aperture, from iPhoto. v3.01. Downloading Hydra2, Simone Vitalle presets, other plugins and presets without directions I can find to install them. Help please.

    When you are in the adjustments tab, click on the presets drop down, click on edit presets. You are then given a new window with presets on the left side. Click on the cog icon at the bottom left and add a new preset group. This gives you a new untitled folder. Name it. Click again on the cog icon - import. Find the presets you want to install. Once they are loaded in, you will need to move them into your new folder (the one you just renamed). click ok -you're good to go!

  • How do I install Snow Leopard while keeping files, applications, and settings

    I need to update my system, I realized that I need Snow Leopard (quiet late) before Maverick. My question is, how can I install it keeping files and all the data. I found this on Internet, does it work?
    Install Snow Leopard while keeping files, applications, and settings
    If you follow these steps, the installer will replace your operating system if one is already present, but will preserve your account information and personal files.  You may have to reinstall some applications, however.
    Insert the install disc (or the first install disc if you have more than one) into your disc drive. Restart your computer while holding down the c key. This causes your computer to start up from the install disc rather than your hard drive. When you see the gray Apple insignia, release c . 
    The Mac OS X installer should open automatically. Follow the on-screen prompts to read and accept the license agreement and begin the installation. When prompted to choose a destination disk, select your preferred location and click Install. 
    When the Mac OS X installation finishes with the disc, restart your computer. After the installation completes, a configuration program may begin automatically if you are installing for the first time. You will need to supply basic setup information for your computer. 
    Update your system software to ensure that you have the most recent operating system components.  From the Apple menu, select Software Update... , and then follow the instructions on the screen. Often, you will have to restart your computer, and you may have to run Software Update multiple times before it can completely update your system.

    That's why you need to back it up. You won't need to restore the backup immediately afterwards unless something goes wrong during the upgrade, but you'll need it later; the drive will eventually fail.
    (105428)

  • I read the article on how to remove Bing; however, it does not show up on my list of installed programs and it does not show up in the list of extenstions under "Tools" and "Addon" yet it is installed as an extention to the right of the addlress line.

    I read the article on how to remove Bing; however, it does not show up on my list of installed programs and it does not show up in the list of extenstions under "Tools" and "Addon" yet it is installed as an extention to the right of the addlress line. It is not my home page. Help!!!

    See also:
    *https://support.mozilla.com/kb/Removing+the+Search+Helper+Extension+and+Bing+Bar
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes
    *http://kb.mozillazine.org/Resetting_preferences

  • How can I remove all my preferences and settings from mail and do a clean install of mail app?

    How can I remove all my preferences and settings from mail and do a clean install of mail app?

    Open mail > Preferences > Accounts
    Select the account and click the minus button at the bottom of the column.
    Quit mail
    ~/Library/Preferences/com.apple.mail.plist move this file to the trash and empty it.
    ~/Library/Mail/ and move all of the items in that folder to the trash and then empty it.

  • I want to go back to 3.6 because 4 is dangerous and 5 does not work with essential addons and websites. How do I find previous versions to install?

    The new major update cycle is way too fast. I want to get off. Please tell me how to uninstall 4.0.1 and reinstall 3.6.4 (MacOS-X). Reading up on the critical vulnerabilities for 4.0 convinced me that I don't need this headache. I've only installed 4.0 on one of my three computers (home). Wait! I see that 3.6.dmg is still in my downloads! Now, I just need to figure out how to uninstall 4.0!

    Due to security vulnerabilities, rolling back to Firefox 4.0.1 is not recommended. Firefox 3.6.18 would be the safer choice.
    Here's the process to roll back:
    First, I recommend backing up your Firefox settings in case something goes wrong. See [https://support.mozilla.com/en-US/kb/Backing+up+your+information Backing up your information]. (You can copy your entire Firefox profile folder somewhere outside of the Mozilla folder.)
    Next, download and save Firefox 3.6 to your desktop for future installation. http://www.mozilla.com/firefox/all-older
    Close Firefox 5.
    You could install Firefox 3.6 over it (many have reported success) or you could uninstall Firefox first. If you uninstall, do not remove your personal data and settings, just the program.
    Unless you have installed an incompatible add-on, Firefox 3.6 should pick up where you left off. If there are serious issues, please post back with details.
    Note: I haven't actually tried this myself!

  • I wish to use the previous version not the one that has today been automatically installed. My settings were to let me know and I decide to install when I'm ready

    I wish to use the previous version not the one that has today been automatically installed. My settings were to let me know and I decide to install when I'm ready, how do I go back. This because one of the previous Plugins does not work with this version, and they have no fix for it yet!

    FOR ASSISTANCE WITH ORDERS - iTUNES STORE CUSTOMER SERVICE
    For assistance with billing questions or other order inquiries, please refer to our online support page by clicking here: http://www.apple.com/support/itunes/store/. If you cannot find the answers you are seeking in our robust knowledge base, you can contact us by visiting the following URL http://www.apple.com/support/itunes/store/, clicking on the appropriate Customer Service topic, then using the contact button or email form at the bottom of the page. Responses to emails will be provided as soon as possible.
    Phone: 800-275-2273 How to reach a live person: Press 0 four times
    Hours of Operation: Mon-Fri: 9am-5pm ET
    Email: [email protected]
    How to report an issue with Your iTunes Store purchase
    http://support.apple.com/kb/HT1933
    How to Get a Refund from the App Store
    http://gizmodo.com/5886683/how-to-get-a-refund-from-the-app-store
    Canceling a Digital Subscription
    http://gadgetwise.blogs.nytimes.com/2011/10/14/qa-canceling-a-digital-subscripti on/
     Cheers, Tom

  • Installed Plugins and Checked Settings Still not playing Videos on Safari

    Hello,
         I installed java and a dish tv plugin to watch videos and still shows the same page that they haven't been installed. I checked safari settings everythings good. Checked computer and everything is installed. Why is it not playing? Any help would be appreciated!
    Thanks,
         Ryan

    If you're sure you've installed the latest version of Flash, take each of the following steps that you haven't already tried. After each step, relaunch Safari and test. For a "missing plug-in" error, start with Step 4.
    1. If you're getting a "blocked plug-in" error, then from the menu bar select
     ▹ System Preferences… ▹ Flash Player ▹ Advanced
    and click Check Now. Quit and relaunch your browser.
    2. Triple-click the line below to select it:
    /Library/Internet Plug-Ins
    Right-click or control-click the highlighted text and select
    Services ▹ Open
    from the contextual menu. A folder should open. Delete the following item, or anything with a similar name, if present:
    Flash Player (failing).plugin  
    You may be prompted for your login password.
    3. Re-download and reinstall Flash. Download it from this page:
    Adobe - Install Adobe Flash Player
    Never download a Flash update from anywhere else.
    4. If you get a "missing plug-in" error, select
    Safari ▹ Preferences... ▹ Security
    from the Safari menu bar and check the box marked Enable plug-ins.
    5. Select
    Safari ▹ Preferences... ▹ Extensions
    from the Safari menu bar. If any extensions are installed, disable them.
    6. In the Safari preference window, select
    Privacy ▹ Remove All Website Data
    Close the window. Then select
     ▹ System Preferences… ▹ Flash Player ▹ Advanced
    and click Delete All. Close the preference pane.

  • Why does firefox put hotmail on the edge of the page and keep losing installed addons?

    I have recently been trying out various addons and then deleting those I found unsatisfactory. I finally just kept Adblock Plus. I have also adjusted the settings for Mozilla. As a consequence Mozilla keeps putting my hotmail on the lefthand edge of the page making it impossible to view.
    Also the Addon disappears as if I have reset Mozilla. This morning it opened as I had set it . Then later it once again did as I have mentioned. I look forward to your suggestions, yours PPPE

    I know Adblock is not active and despite so called successful installation it remains inactive.
    Hotmail and any other site uses one third of the page with the remaining space used by the Mozilla home page.
    Settings are default settings as set by resetting Mozilla.
    I didn't realize I was impacting on the display options.
    I've tried reset several times and still have the same result.
    Regards Peter

  • HT5278 I have an iPhone 4, and I go to Settings, General, Software Update, and it says iOS 5.1.1 and I tap on the Install Now, and Agree, then i get the verifying update, and then it says "unable to install update, an error occured installing iOS 5.1.1

    I have an iPhone 4, and I go to Settings, General, Software Update, and it says iOS 5.1.1 and I tap on the Install Now, and Agree, then i get the verifying update, and then it says "unable to install update, an error occured installing iOS 5.1.1

    I have exactly the same problem.  iPhone 4S, never been jailbroken.  Not behind a firewall and it happens whether I am on my home compute (iTunes) or directly thru Settings_Update.
    Looks like loads of people are having the same problem - and as far as I can see, Apple's sole reply is jailbreak or behind firewall/ security settings/anti-virus.  None of those apply here!

  • How do you re-install Lightroom 5, with all data and settings, if your drive has crashed?

    I have a virus which may mean I will have to wipe my HD and re-install software.
    I am concerned about losing data and settings when I re-install LR5.
    Is everything recoverable through the LR catalogue?

    So who do I believe?
    Blog:  http://www.jamoroki.com
    James King
    about.me/jamoroki
      <http://about.me/jamoroki>

  • Trying to download iTunes 10.4.1.  I have windows xp.  iTunes would not load.  I followed the directions from this sight to uninstall everything.  When I try to install, I get this message:  C:\Documents and Settings\Kelley\Local Settings\Temporary Intern

    launch so I am trying to reinstall.  I followed the directions from this site about uninstalling and deleting files and making a backup.  When I try to
    install I get this message:  C:\Documents and Settings\Kelley\Local Settings\Temporary Internet Files\Content.IE5\AFYW6D11\iTunesSetup[1].exe is not a valid Win32 application.  I click ok.  Nothing happens.  Any ideas?

    Hi - thanks for your help and sorry not to have replied before - I've been away.
    I use mainly Chrome but also tried IE8 just in case - no difference.  However I finally remembered that when I had a similar problem downloading/installing OS4 for my iPhone (which crashed it and caused total lockup for about 4 days, resolved only after hours of calls to iPhone helpdesk) it turned out that the problem was caused by my home wi-fi connection.  When I hard-wired the network connection the problem was solved.  I tried it with iTunes - and it installed first time.
    Don't know what would cause this problem, which as far as I can see affects only Apple software.  Everything else seems to download and install over the wi-fi without glitches. 
    Best,
    John

  • Just installed iOS5 and iCloud on iPod Touch, and in Settings, I can't get the on/off switch to stay on for Automatic Downloads.

    I just installed iOS5 and iCloud on 4th gen iPod Touch. All is well EXCEPT that I can't get the on/off switch in "Settings" to stay on for automatic downloads of music and apps. Has anyone else had this problem? Am I missing some previous set-up step?
    Thanks for your help.

    to enable icloud you tap "settings" -> "icloud". Make sure you sign in with a valid iCloud Apple-ID. Then you can turn on the various features that are part of iCloud.
    Video or Music Syncing is not a feature of it.  Instead you use itunes in the cloud which let's you re-download purchases. This however depends if the service is available in your country.
    Worldwide only purchased books and apps are supported for free-of-charge-redownload on your devices.

  • I received the message 'The registry settings used by the iTunes drivers for importing and burning CD's and DVD's are missing. Please reinstall iTunes.'  I have re-installed iTunes and still receive this message.  Any suggestions?

    I received the message 'The registry settings used by the iTunes drivers for importing and burning CD's and DVD's are missing. This can happen as a result on installing other CD burning software. Please reinstall iTunes.'  I have re-installed iTunes and still receive this message.  Any suggestions?

    I'd start with the following document, with one modification. At step 12 after typing GEARAspiWDM press the Enter/Return key once prior to clicking OK. (Pressing Return adds a carriage return in the field and is important.)
    iTunes for Windows: "Registry settings" warning when opening iTunes

Maybe you are looking for