App-V 5.0 SP3 SQL Script modifications (KB3031340) Required for both Management and Reporting Databases?

Can anyone confirm if I need to modify the InsertVersionInfo.sql and Permisioins.sql scripts for both the APP-V Management and Reporting databases?  KB3031340 only references the Management Database, but I suspect it is required for both.
Thank You!

It should only apply to Management Database. There weren't any changes to the Reporting DB AFAIK.
Steve Thomas, Senior Consultant, Microsoft
App-V/MED-V/SCVMM/Server App-V/MDOP/AppCompat
http://blogs.technet.com/gladiatormsft/
The App-V Team blog: http://blogs.technet.com/appv/
The MED-V Team Blog: http://blogs.technet.com/medv
The SCVMM Team blog: http://blogs.technet.com/scvmm/
“This posting is provided "AS IS" with no warranties, and confers no rights. User assumes all risks.”

Similar Messages

  • App failed due to java.sql.SQLException: [Microsoft][ODBC driver for Oracl

    Hello I developed a small applicaion for insert data into database.but i am getting exception in the server like this.
    app failed due to java.sql.SQLException: [Microsoft][ODBC driver for Oracle][Oracle]ORA-01401: inserted value too large for column
    And the code is given below..
    import java.io.*;
    import java.sql.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
    public class Jdbc1 extends HttpServlet
    public void service(HttpServletRequest request,HttpServletResponse response)throws ServletException,IOException
    PrintWriter out=response.getWriter();
    String no=request.getParameter("no");
    String name=request.getParameter("name");
    String age=request.getParameter("age");
    try
    System.out.println("1");
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    System.out.println("2");
    Connection con=DriverManager.getConnection("jdbc:odbc:rakesh","scott","tiger");
    System.out.println("3");
    Statement st=con.createStatement();
    System.out.println("4");
    st.executeUpdate("INSERT INTO ind VALUES('+no+','+name+','+age+')" );
    con.commit();
    con.close();
    catch(Exception e)
    System.out.println(" app failed due to "+e);
    }Please give solution for this....

    Hello sir..
    thanks for ur reply...
    for oracle 10g -----> we use XE as datasourse
    name..What?
    now i am using oracle 8i...Not so from the code you posted. Didn't I see "jdbc:odbc:..." in your first post?
    so what should i
    write...in the datasourse name...that means.......
    Connection
    con=DriverManager.getConnection("jdbc:oracle:thin:@loc
    alhost:1521:????????","scott","tiger");Do you really use the default username and password?
    What should i write in place of ?????????..The name of the database you wish to connect to, of course.
    Do you have your tnsnames.ora set up properly? Did you install this database?
    None of this has ANYTHING to do with the error you posted, of course. Fix that first and then worry about the thin driver. At least it appears that the code you posted managed to connect to the database.
    %

  • When i try to put apps on my ipod touch it says it not authorized for this computer and to go on the website and do it. but i dont know how?

    When i try to put apps on my ipod touch it says it not authorized for this computer and to go on the website and do it. but i dont know how?

    Hello Bobbie,
    Have you authorized your iTunes library yet to play and sync your iTunes purchases? To do this, head to the Store drop down menu and choose Authorize This Computer.  Then enter in your iTunes store account credentials and then try resyncing your iPod.
    B-rock

  • HT5622 My wife and I both have MacBooks and both are associated with my apple ID since I bought them. However, this means that Safari is linked for both her and I as well as our contacts etc. Can I still use mine for apps for her but associate hers with h

    My wife and I both have MacBooks (I have MacBook Pro and she has Air) and both are associated with my apple ID since I bought them. However, this means that Safari is linked for both her and I as well as our contacts etc. Can I still use mine ID for apps for her but associate hers with her own ID that I have yet to make?

    Well with the MS Hotmail/Outlook.com account that is hard. But she should be able to link all of it to the iCloud system using her Apple ID.
    I suggest you do a Google search for "link contacts, Calendars, iMessage with iCloud".
    For some stupid reason MS has limited the syncing/linking of only emails and Notes with the Hotmail/Live Mail/Outlook.com system.
    They have not included any Exchange features for syncing all that info. That is unless you are using Outlook 2013 and that is only for Windows.

  • Advice on improving graphics for app for both iPad and iPhone

    I am creating an app for both iPad and iPhone 4 and it looks terrible on the iPhone 4.
    I have created the Flash File in Flash CS5.5 IDE with Movie Size 1024 x 768 and I am using the following AIR for IOS settings:
    Rendering: CPU
    Device: iPhone and iPad
    Resolution: High
    All my graphics are vector so I assumed that it would look crisp on both devices. It is not as perfect looking on the iPad as it appears on my PC monitor but I can live with it. I can't however live with the iPhone 4 appearance.
    I am therefore seeking advice on how to improve the iPhone 4 appearance.
    As far as I am aware, there is not a way to use 2 sets of graphics, one for each device. Please correct me if this is wrong and it would offer me a solution.
    Would doing all the graphics as PNG be a solution?
    Btw I am using AIR 3.2 SDK if that has any relevance and my graphics are static.
    Thanks in advance.

    Thank you for the swift reply Colin. I do not recall setting a stage.quality setting - is the default setting low?
    I did a quick google search and see this appears to be the code I need. I assume I put this in the first frame of my Flash movie?
    stage.quality = StageQuality.MEDIUM;
    Thanks
    Paul

  • Help! Need to generate SQL script file in every build of every changes in database project on TFS

    Hi everyone,
                I want to accomplish a task in TFS that I need to auto generate the database changes as SQL script file in drop folder for every build.
    For ex.: If I add a table in a database and then check in the changes, I need to get that create table script in the drop folder as .sql file extension
    I want to automate the build too for every check in. Help me out and guide me a step by step procedure because since I am new to TFS build in visual studio.
    Thanks

    Check out SSDT:
    https://msdn.microsoft.com/en-us/data/tools.aspx
    It can generate a DACPAC which can be used to update a SQL Database through the commandline. To ensure that the .sql file executed is compatible with the target database schema it contains a compiled version of teh schema and will generate the change script
    on-the-fly.
    If you want, you call SqlPackage,exe to generate a SQL script if you want to inspect it before executing.
    https://msdn.microsoft.com/en-us/library/hh550080%28v=vs.103%29.aspx
    My blog: blog.jessehouwing.nl

  • How to run sql scripts using batch file for a web dynpro data dictionary

    Hi,
    I want to develop a sql script to be executed on the server alongwith the installation of a product to pre-populate web dynpro data dictionary tables required for the application.
    I further require to make the scripts independent of the database name,so that it can be run at any client environment.
    Your help will be appreciated and rewarded.

    See shoblock's answer
    call sql script from unix
    masterfile.sql:
    @file1 &1
    @file2 &2
    @file3 &3
    @file4 &4
    then just call the master script:
    sqlplus userid/password @masterfile <p1> <p2> <p3> <p4>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • How do you update an apps on iPad when it says "this update is for an app downloaded with a different Apple ID.  I have tried both mine and my husbands ID and it still won't work?

    I have tried to update an apps on my mini iPad but it says this update is for an app downloaded with a diffrent Apple ID.  Sign in with that Apple ID and try again.  I have tried both mine and my husbands ID and it still does not work.

    We'll you can either do as Niel suggested, delete it and download it again with one of the two Apple ID's, or if you want to be sure that one of the two you actually bought the app, look in the purchased tab of the App Store when you are signed into your ID and see if the app shows up in there and if not, then sign into your husband's ID and see if the app shows up with his ID.
    After you you figure out who actually bought the app, use that ID to update it. If it still doesn't work, try signing out of that ID, restart the iPad, sign in again and try to update again.

  • HT4623 I have an ipad mini.  When I tried to update my apps many of them have been showing a "waiting" message for two days and I cannot open the app or delete the app.  Any ideas?

    I have an ipad mini.  I did an app update and now many of them have been showing a "waiting" message for two days and I cannot open the app or
    delete the app.  Any ideas?

    Double tap the Home button to bring up the multi-tasking bar...tap & hold any app until they all start to wiggle...tap the red minus sign to remove every app shown. Tap the Home button when finished. Try to delete the app now.

  • HT204053 why does my ipad "Apple Store" app, not recognize me when i try to log in using my apple id?  i use only one apple id for both store and iCloud and know i am keying correctly.  hmmm.

    we use a pc to hold all of our media but are two ppl in the household.  we both log into itunes and apple store using our own passwords.  recently on my ipad i was no longer able to upgrade/log in the apple store because when it asks for my password it prompts for my partners password and it doesn't recognize me.  also, oddly, my partner added an app that i also want to add on his ipad.  when i attempted to add that app using my apple id log in it thinks i'm him and prompts for his password on my ipad therefore leaving me no way to have that app.  how do i get my app store to function again (recognize me) and how can we finally figure out how to separate the media so i don't get his apps on my devices and mine on his (and then not be able to access them b/c we don't share passwords)?  please help.

    Open the App Store app, go to the Featured pane, swipe to the bottom, tap the Apple ID and sign out. Tap again and sign in with the Apple ID of your choosing.

  • Looking for a good GTD app for both Mac and Windows

    I have looked around the internet quite a bit and haven't found anything that looks promising. Lots of great Mac-only task management/Get Things Done (GTD) software, but I need something that will also work with Windows. Any Suggestions?

    Look at Google apps. calendar and mail and text and spreadsheet

  • I have updated to IOS 6, the App store won't work, is stuck in update mode for 1 day and the battery now goes flat in 3 hrs without use. Can I go back to IOS 5?

    Hi, I was forced to upgrade to IOS 6 due to a restore.
    Since the upgrade, I have lost information, the App store is stuck in update mode, my battery drains in hours and many more problems.
    Is there a way to go back to the VERY RELIABLE IOS 5? This phone is nearly useless now.
    Thanks

    Just FYI - the situation is resolved.  I downloaded the new snow leopard 10.6.8 update for safari and now itunes works.  I have no idea what that has to do with anything - but I saw it on another forum and it actually worked.

  • TS3988 how do I get my song library and apps to icloud from my ipod? I have paid for the service and it only wants to delete what is on my ipod!

    I just got an ipad for christmas and I want to get what is on my ipod onto my ipad. I have my laptop with me and my Ipod. The main computer is not working well and is not available and won't be for a while...then it will probably take an entire day to get it to work with itunes (needs a reformat). I want to take what is on my ipod and get it to icloud then it can be available on mylaptop and my new ipad (mini). Is it possible to do?  I joined ipod match to do this. If it doesn't work, then ipad match isn't for me.  Cheers.

    First, restore the itunes library of the backup of the old drive to the new drive.  That will restore your music.
    Now, here's one thing to try (I have iTM but haven't gone from icloud down to a new mac), with iTunes Match, you could try using a new itunes library (assuming you lost the old one and have no backup), set up iTM as you did before, and see if the cloud data will come down to the new drive/computer.
    If that doesn't work, there are applications/apps that can connect a device to a mac (I assume also a pc) and let you transfer files to the computer.  As I recall, iFile may be one of them - look at the itunes app store.  There may be programs that run on the computer that can suck files from device to computer.  Google around for more info.

  • SQL Server 2012 Edition required for my case??

    Hi,
    I am setting up a SharePoint 2013 BI environment with minimal servers. Below is the configuration:
    1) WFE1 - Front End Server Role
    2) APP1 - Application Server Role with SSRS 2012, SSAS in SharePoint mode.
       SQL Server 2012 BI edition is used here for SSRS and SSAS in SharePoint mode
    3) DB Server  - SharePoint content databases only
    - Can this SQL Server be standard edition ? or does this server also need to have minimum BI features which means it should be BI or Enterprise edition?
    Thanks
    Sandeep
    Sandeep Nakarmi www.snakarmi.me

    Hi Sandeep,
    Thanks for posting your query, Below are the URLs that describe the situation to USE the SQL SERVER Standard or Enterprise Edition for BI features. Kindly go through these URLs once to get the difference.
    http://searchsqlserver.techtarget.com/feature/When-to-consider-SQL-Server-Enterprise-Edition
    http://searchsqlserver.techtarget.com/feature/SQL-Server-Standard-Edition-Why-its-worth-the-cost
    Of course, you will get more features for BI in as sequence SQL Server Edition mentioned below
    Express < Standard < Enterprise
    Moreover, browse the below mentioned URL to enable BI features in SharePoint
    http://blogs.technet.com/b/ldusolier/archive/2014/05/19/use-of-bi-capabilities-in-sharepoint-2013-with-sql-server-2012.aspx
    I hope this is helpful to you, mark it as Helpful.
    If this works, Please mark it as Answered.
    Regards,
    Dharmendra Singh (MCPD-EA | MCTS)
    Blog : http://sharepoint-community.net/profile/DharmendraSingh

  • Do I need to buy Keynote app for both iPad and Macbook Pro?

    Thus far, I use email to forward my Powerpoint from work (where I use a PC) to home (where I use a Macbook Pro).   This results in my occasionally having various forms of my presentations out there and I sometimes get confused as to which is the most current. 
    Using Keynote to "store" my presentations on the cloud when I'm not editing them would be great.  I guess I'm just wondering if I have to buy the app for my Macbook Pro AND buy it for my iPad, or would buying it for one device put it on all of my apple devices (including iPhone)? 
    Does anybody know?

    Yes, you do. The Mac OS X and iOS versions are separate products.
    (62854)

Maybe you are looking for

  • Oracle 10g and XP home edition

    Can any one tell me their experiences installing oracle database 10g on windows xp home edition. First of all is it compatible. thanks

  • Encore CS5: Trouble with 720p 59.94 fps mpeg 2 files

    Here are a number of problems i am having importing these files as assets into CS5 that i really need some help and guidance with. I have my quality presets for blu ray at 1280 x 720p  59.94 fps maximum quality. 1. I was able to successfully import a

  • Boot Camp - Windows XP not listed

    Due to work requirements, I had to install Windows XP on my MacBook to work with .NET framework and relative tools (MS VisualStudio, SQL Server, ISS, etc). The partitioning and installing stuff worked just fine but when I power up the laptop pressing

  • MATLAB R2007a to Mathscript

    Hi I have written MATLAB code to produce a squarewave at a certain frequency for 0.01 seconds. The code then loops back to produce a similar squarewave but at a different frequency, and then concatenates it to the end of the first squarewave. There a

  • [svn:osmf:] 14107: Fixing compile error in NetMocker, Metrics provider changed in the OSMF project.

    Revision: 14107 Revision: 14107 Author:   [email protected] Date:     2010-02-10 11:36:11 -0800 (Wed, 10 Feb 2010) Log Message: Fixing compile error in NetMocker, Metrics provider changed in the OSMF project. Modified Paths:     osmf/trunk/libs/adobe