App-V 4.6 management server: list of packages (Excel)?

Hi,
I'd like to have an Excel list of all App-V 4.6 packages on a App-V 4.6 server.
There is a standard export in the GUI, but this does not show the subfolders (only rootfolders).
F.e.
Microsoft
 Excel
 Word
 Visio
Oracle
 Application1
 Application2
Please advise.
J.
Jan Hoedt
Note: this does not work: http://tryptrecords.com/appv/list/

Hello,
Most likely this is available in the database - I assume you could extract it from there?
I would not expect that you can get this from the GUI
Nicke Källén | The Knack| Twitter:
@Znackattack

Similar Messages

  • Installing App-V 5.0 Management Server

    I'm attempting to install the App-V 5.0  Management Server and DB on a 2012 R2 VM, and I'm running into an interesting issue. The local SQL server, as well as the required .NET/IIS roles, have been installed already. When I launch the installer, I get
    to the "Management Server Configuration" screen without issue.
    Upon filling in the admin account, as well as the site name/port, I'm getting an "Active Directory information could not be retrieved. Please refer to the logs at [user_temp_path] for more information" error. Upon opening the App-V install
    logs, I don't see any new information:
    AppvUX: Active Directory information could not be retrieved. Please refer to the logs at [user_temp_path] for more information.
    AppvUX: The specified directory service attribute or value does not exist.
    There is also nothing of use in the Event Logs. I've also googled these error snippets for a day or two without finding anything helpful.
    I initially thought it was a permission issue, but the account I'm using to install has full administrative privileges on the server, as well as read access to all of Active Directory, so I'm not entirely sure that's the case. Just to make sure that it wasn't
    a machine-specific problem, I tested access to AD via both AdFind as well as using the ADUC snapin. I don't seem to have any issue querying AD from this box, EXCEPT for through the App-V installer.
    For completeness' sake, since App-V 5.0, supports Server 2008 R2 and up, I also tested this on a 2008 R2 and vanilla 2012 VM -- same error at the same point. At this juncture I'm fairly perplexed as to what the underlying issue is.
    Any ideas? Thanks in advance.

    Though I'm not sure if it reall would solve that issue, you could try to use my App_V SQL prep script from http://kirxblog.wordpress.com/2013/12/30/remote-db-for-app-v-5-revised/
    It would allow you to specify a group that should get 'full' access to the App-V database, and you could add your installing user and the App-V server's
    computer account to that group. (don't forget to restart the App-V server after adding it to the group).
    Falko
    Twitter
    @kirk_tn   |   Blog
    kirxblog   |   Web
    kirx.org   |   Fireside
    appvbook.com

  • How to implement a singleton class across apps in a managed server}

    Hi ,
    I tried implementing a singleton class , and then invoking the same in a filter class.
    Both are then deployed as a web app (war file) in a managed server.
    I created a similar app , deployed the same as another app in the same managed server .
    I have a logger running which logs the singleton instances as well.
    But am getting two instances of the singleton class in the two apps - not the same .
    I was under the impression that , a singleton is loaded in the class loader level , and since all apps under the same managed server used the same JVM , singleton will only get initialized once.
    Am i missing something here ? or did i implement it wrong..?
    public class Test
       private static Test ref ;
       private DataSource X; 
       static int Y;
       long Z ;  
       private Test ()
          // Singleton
           Z= 100 ;
       public static synchronized Test getinstance()  throws NamingException, SQLException
          if(ref == null)
             ref = new Test() ;        
             InitialContext ic = new InitialContext();
             ref.X = (DataSource)ic.lookup ("jdbc/Views");
          return ref ;       
       public Object clone()throws CloneNotSupportedException
           throw new CloneNotSupportedException();
       public int sampleMethod (int X) throws SQLException
    public final class Filter implements Filter
         public void doFilter(ServletRequest request, ServletResponse response,FilterChain chain) throws IOException, ServletException
              try
                   Test ref = Test.getinstance();
                   log.logNow(ref.toString());
    }Edited by: Tom on Dec 8, 2010 2:45 PM
    Edited by: Tom on Dec 8, 2010 2:46 PM

    Tom wrote:
    Hi ,
    I tried implementing a singleton class , and then invoking the same in a filter class.
    Both are then deployed as a web app (war file) in a managed server.
    I created a similar app , deployed the same as another app in the same managed server .
    I have a logger running which logs the singleton instances as well.
    But am getting two instances of the singleton class in the two apps - not the same .Two apps = two instances.
    Basically by definition.
    >
    I was under the impression that , a singleton is loaded in the class loader level , and since all apps under the same managed server used the same JVM , singleton will only get initialized once. A class is loaded by a class loader.
    Any class loader that loads a class, by definition loads the class.
    A VM can have many class loaders. And far as I know every JEE server in existance that anyone uses, uses class loaders.
    And finally there might be a problem with the architecture/design of a JEE system which has two applications but which is trying to solve it with a singleton. That suggests a there might be concept problem with understanding what an "app" is in the first place.

  • App-v management server or SCCM 2012 integration?

    Hi,
    We are using App-V 5.0 integrated within SCCM 2012 for a while now but aren't happy with it.
    Hope was that in some update of sccm 2012 it would improve but it does not. That's why the idea arises to use the Ap-V management server again.
    Below a comparison of the two options, I was wondering what your opinion on this matter is.
    App-V via SCCM 2012:
    Pro:
    Full integration with SCCM 2012
    Contra:
    Dependency on SCCM 2012 client (when SCCM client doens’t work, App-V doesn’t work either)
    Slow responstimes before package arrives at user (SCCM needs to scan AD groups, SCCM client needs a policy refresh)
    App-V Management server:
    Pro:
    Deploy is also possible to computers as from App-V 5.0 management server
    http://virtualvibes.co.uk/enabling-computer-based-targeting-in-app-v-5-0/
    “the fact that we can now target machines instead of users when publishing packages”
    Fast respsonsetime: deploy & uninstall
    Automatic uninstall when user/computer isn’t member of AD group anymore
    Contra:
    Extra server needed
    Note: the migration from SCCM to the App-V Management server should be transparent, right? Unpublish existing packages via SCCM, publish via management server
    Please advise.
    J.
    Jan Hoedt
    Jan Hoedt

    How many data centres and sites are these RDS servers and desktops deployed across?
    If you read Rory's blog post, you'll get a sense of what the App-V Full Infrastructure's down sides are across multiple sites/DCs.
    Please remember to click "Mark as Answer" or "Vote as Helpful" on the post that answers your question (or click "Unmark as Answer" if a marked post does not actually
    answer your question). This can be beneficial to other community members reading the thread.
    This forum post is my own opinion and does not necessarily reflect the opinion or view of my employer, Microsoft, its employees, or other MVPs.
    Twitter:
    @stealthpuppy | Blog:
    stealthpuppy.com |
    The Definitive Guide to Delivering Microsoft Office with App-V

  • App-v management server

    Hi,
    Anybody works with app-v management server?
    Does it work the same way as App-v 4.6 management server? I preferred that concept: deploy an application to a user: it appears, remove it from a group: it dissapears.
    App-v 5.0 with sccm 2012 (which we use now) lacks this possibility which I fail to understand.
    Can we intergrate the management server with SCCM 2012?
    Pls advise.
    J.
    Jan Hoedt

    I believe apps are removed automatically when using the management server.
    SCCM however does not. There is a workaround however:
    http://www.vroom.cc/wordpress/index.php/uninstall-appv-5-0-package-automatically-from-an-user-based-collection
    And a slightly different (better?) way:
    http://sccmentor.wordpress.com/2013/11/15/creating-a-user-collection-based-on-users-not-in-a-ad-user-group
    Dan Gough - UK App-V MVP
    Blog: packageology.com
    Twitter: @packageologist
    LinkedIn

  • App-V Management server 5.0: deploy to pc?

     
    Hi,
    In App-V 4.6 management server, we deploy to users, I cannot see an option there either to deploy to computers (the tab “Access permissions” shows “Add and select the user groups”). Now we don’t have App-V 5.0 management server yet but
    we do have SCCM 2012 with App-V (not liking the integration at all, specifically for the reason of unpublishing App-v packages:
    http://henkhoogendoorn.blogspot.be/2013/07/configmgr-2012-sp1-with-app-v-50.html). So my question: can you deploy App-V packages with App-v 5.0 management server to computers? If no, is it documented somewhere?
    Thanks.
    J.
    Jan Hoedt

    Hi Jan,
    Yes you can use the App-V 5.0 Management Server to publish to computers aswell as users. The Management server console supports specifying a computer group for targeting. Make sure you enable global publishing on the client side too:
    http://virtualvibes.co.uk/enabling-computer-based-targeting-in-app-v-5-0/

  • SCOM 2012 - Additional Management Server - Database not Found (no errors)

    Hello,
    I am installing a second management server (SCOM 2012) and am running into an issue connecting to the existing database. 
    I selected Add a Management server to an existing management group.
    On the installer page Configuration/Configure the Operational Database, I enter the sql server name (fqdn) just as I did on the first management server (i took screenshots of the entire install so I could verify what I am
    doing). Then the installer takes over for a second to verify the server information.  There are no errors but the Database Name is blank, no choices in the drop down, nothing auto-populated.
    If I put an incorrect server name in there is an error (as is expected).  The port I am connecting on is the same one as the first management server: 1433.
    The servers are both running Windows Server 2008 R2 (64bit).  They were both created from the same template at the same time.
    I used the ODBC Data Source Administrator to test a connection to the SQL server from the Additional Management Server and the test completed successfully.
    I checked in the Operations Console to see if there was an entry in the Management Servers list for this second server and there is only the First management server listed there.
    Please let me know if you have any suggestions as to how I can see the database names when the server conneciton is not failing.  Thanks in advance.
    Zach

    Hi,
    Are the accounts permissions correct? Are you using the same account you used installing the first management server and is it a local admin on the 2nd management server?
    If all the above can be answered with yes please check if the 2nd management server is already known inside OpsMgr. If it is delete it from here and try again.
    You can also check the OpsMgrSetup.log for more detailed information.
    Your problem might be a known one:
    http://social.technet.microsoft.com/Forums/en-US/operationsmanagerdeployment/thread/25b05b2f-dd90-44e5-a5cb-c51c9e4944d2
    Hope this helps,

  • Managed server doesn't show in server list in JDev

    I have admin server (AdminServer) and managed server (soa_server1) configured in my domain. I started both server successfully, and in WL console, I see soa_server state is running, and soa-infra is Active; in em I see SOA node on the left panel, and soa_server1 status is up. When I tried to deploy my composite to server (I want to deploy it to soa_server1), I only see AdminServer in the SOA servers list, not soa_server1. how could I make soa_server1 shown?
    Edited by: wiky on 19-Jul-2011 6:30 AM

    To be more specific, this is what I did and the problem I am facing:
    1. configured admin server and manged server (soa_server1) on my domain(weblogic 10.3.5).
    2. started the admin server
    3. started soa_server1
    4. see both servers in WL control, both server state=running
    5. see both server in EM console, both server status are up
    6. in JDev(11.1.1.5.0), created an application server connection, and tested the connection successfully
    7. when I tried to deploy my composite from JDev, I selected the application server connection, on step "SOA servers", it only lists AdminServer.
    I want to deploy my composite to soa_server1. How could I make soa_server1 shown on the list?
    Edited by: wiky on Jul 18, 2011 2:46 PM
    Edited by: wiky on Jul 18, 2011 4:13 PM
    Edited by: wiky on 18-Jul-2011 5:45 PM
    Edited by: wiky on 18-Jul-2011 5:52 PM

  • Cannot edit outgoing SMTP server list in mail.app

    Did a fresh install of Snow Leopard on a new 13" Macbook Pro unibody and was trying to add an IMAP email account. After failing to connect, I was trying to specify the outgoing port and realized that I could not edit the outgoing SMTP server list.
    Steps to reproduce error:
    1. Open mail.app
    2. Go to Mail > Preferences
    3. Select "Accounts" tab and select any mail account
    4. Select "Account Information" tab and click Outgoing Mail Server (SMTP) drop down menu
    5. Select "Edit SMTP Server List..."
    After that point the instead of opening the list of servers with their settings, it simply returns to the "Account Information" screen. I'm a bit confused because I've never had this happen before in any other version of mail app. I cannot edit or delete any outgoing mail server accounts because of this. Any help will be much appreciated. Thank you for your time and consideration.

    This should not happen. Had you migrated back to the fresh install the Mail folder in User-Library? Or is this a clean setup? I would go to User-Library-Preferences, and drag the com.apple.mail.plist to the trash, then open Mail and try again.

  • Report deployment process failed to request management pack list from SQL RS Server. The operation will be retried.

    I am encountering following event log in SC2012 Operations Manager and Reporting Tab is not loading in Operations Console.
    Report deployment process failed to request management pack list from SQL RS Server. The operation will be retried.
    Exception 'WebException': The request failed with HTTP status 401: Unauthorized.

    Hi,
    Can you acess http://reportserver/reports from a web browser on the OpsMgr server?
    Moreover,you can use a UDL file to test various connectivity scenarios, create a simple text file, rename the extension from TXT to UDL, fill out the necessary information on the connection tab then test the connection, and troubleshoot
    as necessary if it fails to connect.
    For more information, please review the link below:
    The easy way to test SQL connectivity
    http://blogs.technet.com/b/michaelgriswold/archive/2014/01/06/the-easy-way-to-test-sql-connectivity.aspx
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • Removing Exchange 2007 Server from Management Console List

    Hello,
    We have an organization with a single Exchange 2007 Server running in production. It is working fine.
    However, we brought up another server (we'll call it the secondary server for purposes of this thread) and linked it into this organization several months ago. Our plans for this box changed and we have kept it powered off, unlicensed, and unused.
    Now, when we manage our production server, the management console keeps complaining about how the secondary server is almost at the end of its trial period, needs licensed, etc.
    Since we might or might not use the secondary server in the future, it is possible to "unlink" it (or set it dormant somehow) from the server list to stop the license warnings? Or is our only recourse to remove Exchange and take it down if we don't
    intend to license it and bring it into production? Our hope is that it can wait in the wings until such time as we decide to user & license it.
    What are the implications if we ignore the license warnings and continue not to use it? Will it impact management of the production server at all or just continue to annoy?
    TIA, Tom W.
    JTW

    Hello,
    "What are the implications if we ignore the license warnings and continue not to use it? Will it impact management of the production server at all or just continue to annoy?"
    You should have all production servers licensed but after trial period expiration the server will have all Exchange capabilities and features. Also trial period expiration should not have any negative impact on your environment. The EMC will simply prompt
    to license that server correctly.
    "Our plans for this box changed and we have kept it powered off, unlicensed, and unused."
    In my opinion it is bad idea to have Exchange server installed but powered off. Note that this server still resides as object in Active Directory and it may complicate any future modifications of your environment (migration to newer versions of Exchange
    etc.). I think you should use this server to provide some kind of high availability (and provide proper license for it) or remove it completely.
    Once again: trial expiration is not a problem from server's functionality perspective, Exchange server powered down - it can be a problem.

  • Problem: Deploy a web app from a managed server - Can someone answer:  Is this a bug?!

    We're running 6.0sp2 on both AIX and RedHat. Deploying or redeploying
    a web app to the managed server fails, works fine on the Admin server.
    War's work fine in the 'applications' dir. The browser fails with a
    404 on the managed server, with the following error in the log:
    ####<Aug 9, 2001 4:58:45 PM GMT> <Error> <J2EE> <szuinet5> <ect2>
    <ExecuteThread: '11'
    for queue: 'default'> <system> <> <160001> <Error deploying application
    DefaultWebApp
    ect2: Cannot deploy WebAppServletContext(4320491,DefaultWebAppect2) on
    ect2 because
    WebAppServletContext(2930053,DefaultWebApp_ect2) is already registered
    for path >
    Are we missing the point here? Or, is this a known bug? Also, we are
    not in a position to jump onto v6.1 at this time.
    Thanks in advance.

    Hi,
    Yes..it's a bug. I had the same problem and it has been reported to support
    but no indication if it's fixed.
    Rgds,
    E-Wan
    ppower wrote:
    We're running 6.0sp2 on both AIX and RedHat. Deploying or redeploying
    a web app to the managed server fails, works fine on the Admin server.
    War's work fine in the 'applications' dir. The browser fails with a
    404 on the managed server, with the following error in the log:
    ####<Aug 9, 2001 4:58:45 PM GMT> <Error> <J2EE> <szuinet5> <ect2>
    <ExecuteThread: '11'
    for queue: 'default'> <system> <> <160001> <Error deploying application
    DefaultWebApp
    ect2: Cannot deploy WebAppServletContext(4320491,DefaultWebAppect2) on
    ect2 because
    WebAppServletContext(2930053,DefaultWebApp_ect2) is already registered
    for path >
    Are we missing the point here? Or, is this a known bug? Also, we are
    not in a position to jump onto v6.1 at this time.
    Thanks in advance.

  • Workshop App Works on Admin but Not On Managed Server

    Hi all, I have a very simple test Workshop App that works fine on an Admin server
    but not on a Managed Server. I have all the JMS and JDBC resources that the apps
    need, the console does not complain, they deploy fine, but for some reason I get
    exceptions when deployed to the Managed server but works fine on the Admin server.
    What's the difference between both servers? I start one with startWebLogic.cmd
    and the other one with startManageWebLogic.cmd in the same domain directory. The
    only resource that I have not been able to target to the managed server is WSStoreForwardInternalJMSServercgServer
    which I have no idea what it is or if it matters. Some portions of the app works
    when deployed to the managed server so I know it has deployed fine and some simple
    pages compile and work fine but when using certain JAR files in the lib directory
    I get weird exceptions on the managed server and not on the Admin server.
    I'd appreciate any help.
    Thanks, Jose

    Hi all, I have a very simple test Workshop App that works fine on an Admin server
    but not on a Managed Server. I have all the JMS and JDBC resources that the apps
    need, the console does not complain, they deploy fine, but for some reason I get
    exceptions when deployed to the Managed server but works fine on the Admin server.
    What's the difference between both servers? I start one with startWebLogic.cmd
    and the other one with startManageWebLogic.cmd in the same domain directory. The
    only resource that I have not been able to target to the managed server is WSStoreForwardInternalJMSServercgServer
    which I have no idea what it is or if it matters. Some portions of the app works
    when deployed to the managed server so I know it has deployed fine and some simple
    pages compile and work fine but when using certain JAR files in the lib directory
    I get weird exceptions on the managed server and not on the Admin server.
    I'd appreciate any help.
    Thanks, Jose

  • Looking for app to manage client list

    I'm looking for an app/software that can manage scheduling, inventory, client formulas, client photos, client history, using Mac Address Book. I want to add/access this information using my macbook pro, i pad mini, and iphone. I understand Bento has changed and no longer interfaces with mac address book. Anyone have any other suggestions?

    Do a Google, Bing, Macupdate & CNET Mac Download search. 

  • Deploying BEA Portal App in Managed Server problems....

    Hello,
    I have a BEA portal application (exploded EAR) that I want to deploy in a managed server. I first created a regular portal domain (8.1 SP4). I then created a managed server via the console. When I went to deploy my portal application (in the console), I received an error indicating that the application was a Split Development Directory and that I would have to run the wlpackage Ant task against the application first. I ran the wlpackage ant task and it seemingly worked.
    I then used the wldeploy Ant task to deploy it in the managed server but got an error indicating that it could not find a JNDI name from one of the data sources. I went back to the console and targeted/deployed all of the default Connection Pools & Data Sources to the managed server thinking that was the reason the deploy failed.
    When I ran the wldeploy again I got the following error:
    Module: content.jar Error: Exception activating module: EJBModule(content.jar, status=PREPARED)
    Unable to deploy EJB: ValueBean from content.jar
    java.sql.SQLException: javax.naming.NameNotFoundException: While trying to lookup 'portalFrameworkPool; contentDataSource;weblogic.jdbc.jts.commercialPool' didn't find subcontext 'portalFrameworkPool;contentDataSource;weblogic' Resolved ; remaining name 'portalFrameworkPool;contentDataSource;weblogic/jdbc/jts/commercialPool'
    Has anyone run into this? Am I not suppose to deploy a portal application in a managed server?
    Any help would be greatly appreciated.
    Thanks - Peter Len

    Problem solved.......
    After targeting all the data sources and poolers to the managed server, I restarted the main domain but did not restart the managed server. After restarting the managed server all was well.
    Thanks - Peter

Maybe you are looking for