Portlet Preparer and Project

Hello:
I'm using Portlet Preparer to port JRS 168 portlet (RSSPortlet) to WebLogic Portal and it works fine. However, the port is per Portal Web Project. How would one port TWO JSR 168 portlets to a WL Portal Project? As it stands right now, each port is going into a separate Portal Web Project. So, I would have to have TWO projects.
Can someone shed some lights to this, please?
Thanks!

Try these links - they are specifically about Oracle BPM 11g Project Templates:
http://download.oracle.com/docs/cd/E14571_01/doc.1111/e15176/projs_procs_bpmpd.htm#BPMPD194
http://download.oracle.com/docs/cd/E14571_01/doc.1111/e15176/projs_procs_bpmpd.htm#BPMPD179
http://download.oracle.com/docs/cd/E14571_01/doc.1111/e15176/projs_procs_bpmpd.htm#BPMPD200
http://download.oracle.com/docs/cd/E14571_01/doc.1111/e15176/projs_procs_bpmpd.htm#BPMPD201
http://download.oracle.com/docs/cd/E14571_01/doc.1111/e15176/projs_procs_bpmpd.htm#BPMPD202
http://download.oracle.com/docs/cd/E14571_01/doc.1111/e15177/wrk_proj_projtemps_bpmcu.htm#BPMCU234
http://download.oracle.com/docs/cd/E14571_01/doc.1111/e15177/dataobj_expression_bpmcu.htm#BPMCU453
http://download.oracle.com/docs/cd/E14571_01/doc.1111/e15176/model_bus_procs_bpmpd.htm#BPMPD343
Dan

Similar Messages

  • Error -34 and error -50 message while preparing a project for iDVD

    I keep getting an error -34 and and error -50 message when I try to prepare a project for sharing in iMovie. Does anyone know why this might be please?
    I managed to create a DVD before with this project but then went back in and changed some of the text clips to centred as they were not showing up when I played it on my TV (they were partially hidden - but that's another question!)
    I also got a message that there was not enough space on the disc although it was only 1 hr 13 mins and the DVD-R disc is 120 mins.
    thanks

    Memory is RAM and should not be confused with hard drive space.
    Open any Finder window and you will at the bottom of the window hor much free space you have. Less that about 20GB and you may have troubles.
    As you have an external hard drive (and assuming that this is not also full!) move files and documents etc to that, but keep your application on the internal startup drive.
    I have about 4 hours of video that I want to download onto a DVD
    You can't get 4 hours of video on one DVD. Even on a dual-layer DVD that will be difficult.

  • I made a imovie project and it has many transitions and stills and music soundtrack and rolling comments and text embedded in it. . I try and export it and it wont prepare the project beyond 16 minutes and shuts down every time. I have tried exporting it

    i made a imovie project and it has many transitions and stills and music soundtrack and rolling comments and text embedded in it. . I try and export it and it wont prepare the project beyond 16 minutes and shuts down every time. I have tried exporting it to movies idvd itunes,and quicktime in a variety of sizes although not the smallest as I want to watch it on my computer and tv. All videos were recorded on an iphone. Apple store couldn't help me and suggested I redo part of the project. It is a really good project and would take hours to redo it . I just want to export it. Can any one please help???

    Hi
    Trying to get a picture of it.
    • Free Space on Your Start-Up (Mac OS) Hard Disk. How Much ?
    • Any other hard disks connected ?
    • If so - Formatted as ?
    Yours Bengt W

  • OC4J not running after creating workspace and projects.

    Created one workspace and added six projects. Added PostGes jar to library manager. Before doing this, the OC4J would run a test application successfully. After creating the workspace and project, I created another simple workspace with two JSP, on linked to the other. When trying to run this project get the following:
    Apr 17, 2008 10:51:53 AM com.evermind.server.jms.JMSMessages log
    INFO: JMSServer[]: OC4J JMS server recovering transactions (commit 0) (rollback 0) (prepared 0).
    Apr 17, 2008 10:51:53 AM com.evermind.server.jms.JMSMessages log
    INFO: JMSServer[]: OC4J JMS server recovering local transactions Queue[jms/Oc4jJmsExceptionQueue].
    Apr 17, 2008 10:51:55 AM oracle.j2ee.util.LoggingUtils logAndReturnMessage
    WARNING: Exception creating connection pool. Exception: oracle.oc4j.sql.config.DataSourceConfigException: Unable to create : org.postgresql.Driver
    08/04/17 10:51:55 SEVERE: ApplicationStateRunning.initConnector Error occurred initializing connectors. Exception is: Exception creating connection pool. Exception: oracle.oc4j.sql.config.DataSourceConfigException: Unable to create : org.postgresql.Driver
    08/04/17 10:51:55 SEVERE: ApplicationStateRunning.initConnector Stack trace: oracle.oc4j.sql.DataSourceException: Exception creating connection pool. Exception: oracle.oc4j.sql.config.DataSourceConfigException: Unable to create : org.postgresql.Driver
         at com.evermind.server.ApplicationStateRunning.initDataSourceConnectionPool(ApplicationStateRunning.java:2072)
         at com.evermind.server.ApplicationStateRunning.initDataSourceConnector(ApplicationStateRunning.java:2017)
         at com.evermind.server.ApplicationStateRunning.initConnector(ApplicationStateRunning.java:1272)
         at com.evermind.server.ApplicationStateRunning.initConnectors(ApplicationStateRunning.java:345)
         at com.evermind.server.ApplicationStateRunning.initializeApplication(ApplicationStateRunning.java:206)
         at com.evermind.server.Application.setConfig(Application.java:438)
         at com.evermind.server.Application.setConfig(Application.java:339)
         at com.evermind.server.ApplicationServer.addApplication(ApplicationServer.java:1895)
         at com.evermind.server.ApplicationServer.initializeDeployedApplications(ApplicationServer.java:1651)
         at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:1034)
         at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:131)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: javax.resource.ResourceException: oracle.oc4j.sql.config.DataSourceConfigException: Unable to create : org.postgresql.Driver
         at oracle.oc4j.sql.spi.ResourceAdapterImpl.createDataSourceConnectionPool(ResourceAdapterImpl.java:106)
         at oracle.oc4j.sql.DataSourceUtils.getDataSourceConnectionPool(DataSourceUtils.java:330)
         at com.evermind.server.ApplicationStateRunning.initDataSourceConnectionPool(ApplicationStateRunning.java:2053)
         ... 11 more
    Caused by: oracle.oc4j.sql.config.DataSourceConfigException: Unable to create : org.postgresql.Driver
         at oracle.oc4j.sql.config.DataSourceConfigUtils.createConnectionFactory(DataSourceConfigUtils.java:283)
         at oracle.oc4j.sql.DataSourceConnectionPoolImpl.<init>(DataSourceConnectionPoolImpl.java:108)
         at oracle.oc4j.sql.spi.ResourceAdapterImpl.createDataSourceConnectionPool(ResourceAdapterImpl.java:99)
         ... 13 more
    Caused by: oracle.classloader.util.AnnotatedClassNotFoundException:
         Missing class: org.postgresql.Driver
         Dependent class: oracle.oc4j.sql.config.DataSourceConfigUtils
         Loader: oc4j:10.1.3
         Code-Source: /C:/Jdeveloper10/j2ee/home/lib/oc4j-internal.jar
         Configuration: <code-source> in META-INF/boot.xml in C:\Jdeveloper10\j2ee\home\oc4j.jar
    Remove the posgres jar from the library manager and still not able to run simple two page applications.
    All the projects in the other workspace compile fine. The prolblem is that now I am not able to use the internal OC4J. I remove the workspace with the five projects, and the JARs and the two page app will not run.
    The OC4J is running when launched from the IDE, ti just can find the pages.
    New install of JDEV and the two page app will run fine. Add two user two user libraries and the app will not run.
    Thank you,
    Ben Carter

    Do you have a database connection to postgress defined in JDeveloper?
    JDev might be picking this up and trying to add a datasource for it to the embedded OC4J - so try removing it, or alternatively add the postgress JDBC driver jar files to the libraries node under tools->embedded OC4J preferences.

  • Dimension  and project auto Updates for Balancesheet GL

    Dear All,
    I have implemented SAP B1 in our company. In company it has 2 manufacturing units and 3 Trading units, apart from that it also having branches. I have mapped branches through dimension as it requires for revenue generation and to identify branch wise sales purpose only.
    I am not using account segmentation as it disable .
    I need your help in following issues.
    a.) How to update dimension and project for balancesheet Item at document level .( AR/AP).
    b.) I s it okay to change account type of balncesheet gl code from others to expenditure/sales.Is it affects any Financial reports.
    c.) I want to generate seperate balancesheet for Manufacturing and Trading without dimension It is not possible.
    Please guide...
    Regards,
    Harshad Surve

    hi harshad
    if u want to update project or dimesion at documnet level then at each documnet prepared and save in teh sytemn should have a project determining the deal belongs to which dimesion of which location
    and as per this process u would be bale to [prepare seperate balance sheet for all dimesions / locations/ projects codes
    but for that u would require to creat  a seperate balance sheet template for all dimesion/location/projecy and accordingly u would have to map the accounts in balnce sheet
    but for all thhis process u if accounts are mapped per warehouse it would be more effective and easy
    Regards,
    Manish

  • Portlet look and feel

    Is it possible to modify the portleet look and feel with JSR-168 the same as we
    can do with page flow portlet. I don't want to display the Maximize/Minimize as
    well as the portlet title.
    Is it something that can be configured in the portlet.xml file ? otherwise can
    i modify the portal framework files ?
    Thanks

    I have a portlet developed using JSF in sun creator studio and imported to the Weblogic workshop after running the portlet preparer tool. However the Maximize/Minimize button shows up but does not work on this portal.
    Here is the portal.xml file
    <?xml version='1.0' encoding='UTF-8' ?>
    <portlet-app xmlns='http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd'
    xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd' version='1.0'>
    <portlet>
    <description>
    Created By Java Studio Creator
    </description>
    <portlet-name>
    components
    </portlet-name>
    <display-name>
    components Portlet
    </display-name>
    <portlet-class>
    com.sun.faces.portlet.FacesPortlet
    </portlet-class>
    <init-param>
    <name>com.sun.faces.portlet.INIT_VIEW</name>
    <value>/home.jsp</value>
    </init-param>
    <expiration-cache>0</expiration-cache>
    <supports>
    <mime-type>text/html</mime-type>
    <portlet-mode>VIEW</portlet-mode>
    </supports>
    <supported-locale>en</supported-locale>
    <portlet-info>
         <title>components</title>
         <short-title>components</short-title>
         <keywords>Creator</keywords>
    </portlet-info>
    </portlet>
    </portlet-app>
    How do I get the Maximize/Minimize button behaviour?
    Also, how can I take out Maximize/Minimize buttons in JSR-168 portlets?.

  • Collaboration, Communities, and Projects

    I need to determine what community a project is a member of. I have access to project objects however I can't find an api call to determine what community it is a member of. The data is available in the database in a project table. Thanks.

    They can open Project Explorer from any of the intrinsic portlets, or from a collab project itself.
    That is the only way to see a list.
    Alternately you can provide them with a custom portlet to the Project Explorer also.
    The link will be in the format:
    http://<YOUR SITE>/portal/server.pt/gateway/PTARGS_0_242_218_452_13925_43/http%3B/<REMOVE SERVER FOR COLLAB>%3B11930/collab/do/project/explorer/initialize
    The PTARGS security from my link won't work for you though, unless by some miracle our portals share a lot in common:)
    Another option, which we employe, is to create a community called "Collaboration" and add the intrinsic collab portlets and all of the Collab Projects to it.
    We find that to be a far easier way to get folks to use collab than having them poking around trying to pick and choose in the My Pages (which we've recently hidden).
    We have around 50 projects in the list.
    Vivekvp wrote:
    Hello,
    Is there anyway a Collaboration user can see what projects they can access in a list from the Portal?
    Thanks,
    V

  • How to get all permissions on server level and project collection level via tfs java sdk?

    i need to list project-collection level's permission and project level's permission on my project. now i have connected to tfs and i have got project collection list and user list via tfs java sdk. but i can't find the way to get the permission name list
    and permission list. how can i do to get that?
    i have checked the database, and find that the actions have some discrepancies with the tbl_securityaction'data.
    Can anyone give me some advice on that?
    davy

    David, Thanks for your reply.
    I have test the code above, but still get error. here is my code:
    final TFSTeamProjectCollection tpc = SnippetSettings.connectToTFS();
    final DefaultClientFactory factory = new DefaultClientFactory();
    final IIdentityManagementService2 ims = (IIdentityManagementService2)factory.newClient(IIdentityManagementService2.class, tpc);
    final String scopeId = null;
    final String[] propertyNameFilters = null;
    TeamFoundationIdentity[] appGroups = ims.listApplicationGroups(scopeId, ReadIdentityOptions.EXTENDED_PROPERTIES, propertyNameFilters, IdentityPropertyScope.BOTH);
    error message:
    java.lang.NullPointerException
    at com.microsoft.tfs.core.clients.webservices.IdentityManagementService2.listApplicationGroups(IdentityManagementService2.java:92).
    davy

  • Inventory Report for actuals  and  projected?

    Hi,
    currently i am doing APO-BI Project. I have a requirement to extract the Opening stock from ECC and Projected(Forecasted) Opening stock from APO.
    both are 2 different key figures 1 is from ECC and another one is from APO. I need to display in Bex report in
    say for example, if we have 53 weeks in a year. if i run the report in week 25, in the bex report it has to display the Opening stock values from ECC up to week 25 and remaining weeks till 53 weeks it has to display Projected Opening stock values in the same line.
    plz provide me the logic to achieve this report.
    regards
    venuscm

    Hi,
    Create Two Cubes one is for APO and another is 0IC_C03 for Inventory. then build a MP on both and create reports.
    Use 2LIS_03_BX, 2LIS_03_BF, 2LIS_03_UM to 0IC_C03 Cube and design the report.
    Use :See the steps how to load the data to 0IC_C03.
    Treatment of historical full loads with Inventory cube
    Setting up material movement/inventory with limit locking time
    If it is BI 7 then for BX in in DTP in Extraction Tab you need to select Extacrion mode = NON-Cumulative option.
    0VALSTCKVAL      " For Value
    0VALSTCKQTY      " For Qty
    0CALMONTH        " For Month
    Use the above combinations in New Selections in columns and go it.
    For Qty Opening:
    New Selection, drag and drop following InfoObjects
    0VALSTCKQTY     " For Qty
    0CALMONTH       " For Month and restrict with less then or equalto option variable (single value, user input)  and set the offeset
                    " value = -1 bcoz if user will give 12.2009 , so it will display 11.2009 closing stock, this is opening for 12.2009.
    For Qty Closing:
    New Selection, drag and drop following InfoObjects
    0VALSTCKQTY    " For Qty
    0CALMONTH      " For Month and restrict with less then or equalto option variable (single value, user input) .
    In the same way build for Value and other Keyfigures on 0IC_C03.
    And
    Drag & drop
    0MATERAIL
    0PLANT  " Give some Input Variable.
    Thanks
    Reddy

  • Split valuation with batch management and project stock

    Dear Gurus,
    I need to combine two following requirements:
    1. split valuation with batch management (valuation type = batch number)
    2. project stock
    These two functionalities work fine separately but not together.
    I receipt PO for material with spiit valuation on a batch level into a project stock. Posting is OK and material document (MSEG table) seems to be OK (batch number, valuation type and project stock are in this table). The problem appears when I want to display material in this valuation type (MM03) or batch (MSC3n). They don't exist!!!  Short investigation showed that during goods receipt table MBEW (valuated stock) was not updated with this valuation type.
    But If PO is receipt into normal stock first and then posted into project stock everything is OK.
    Have you had or heart about such issue? I would appreciate any sugestion. 
    Thsnks in advance.
    Marcin Bernat

    Hi,
    As you already know ,u are using project stock and doing goods receipt against project, stock table QBEW will be updated and not MBEW. MBEW only updates in case of plant stock valuation. If u receive any goods against project stock it does not contribute to plant stock. Irrespective whether your material is managed in split valuation or not, If it is received against project stock it only updates QBEW. There is no need to update MBEW, if u r using split valuation in project. QBEW also have valuation type as another level like MBEW. If u want to see material price for project stock, it can be  seen in QBEW -valuation type and not in mm03.
    As u r receiving goods against project stock this is d only reason QBEW is updated and not MBEW.
    QBEW will store all information like MBEW for batch number, valuation type and project stock assignment.
    Hope it answers your question.
    Deepak.

  • Moving Average Price for Sales stock and Project stock of a material

    Hiya Gurus,
                     I am developing a report to display inventory details. My requirement is that I have to display the Moving average price of a material for all Valuation type. I also need to display the Moving average price if a material has got Project stock or Sales stock.
                     In MBEW table I can get the Valuation type and its Moving average price, but how can I find the moving average price for the same material if it has got Sales stock and project stock. Please let me know the table and field where I could get the relevant data.
                    Kindly help me on this, it would be deeply appreciated.
    Cheers,
    ZIa

    Hi
    can you look at tables
    EBEW                             Sales Order Stock Valuation
    QBEW                             Project Stock Valuation
    Nat

  • I open FCPX, see Events and Projects, then they disappear

    Here's what's going on:
    1. Was using macbook to edit, via an external drive (with events and projects folders on root level)
    2. Tried using Imac to edit, so I closed everything out,  Unmounted  drive and mounted it on iMac before opening Final Cut.
    3. Opened FXP X and found that one of the elements was simply not in any of the projects that used it. It is possible, I suppose, that During the creation of these elements I was using a clip stored not in the elements folder, so it was lost track of, but there's no red frames saying I've got detached Video.
    4. Tried opening the backup I'd made of events and project folders on my second external drive (events and projects folders also on root level.
    5. At first when FCP X opens, I see the projects and events that I want to see, including the missing event appearing in the project list thumbnail sorta timelines in the project browser, but within seconds, projects and events diappear, leaving FCP looking like there are no projects or events.  Clean Slate.
    6. I notice that the events and projects browsers at first show events and projects as being contained in the external drive. When all disappears, it seems to be because the external drive is no longer recognized or superseded by the Macintosh HD, which becomes the only HD shown in either browswer.
    Not sure if the 1st issue (disappearing element) and the 2nd (disappearing events and projects before my eyes) are related.
    But at a loss.
    Thoughts?

    Projects and events can disappear if they are exact copies, clones of other projects and events on other drives.

  • How can I move my Events and projects to an exterior disc?

    When working in FCPX, I have been getting an alert that my (laptop) startup disc is nearly full, and I should delete files to make more space.
    How can I move my final cut events and projects to my external drive?
    I have already copied the folders Final Cut Pro Events and Final Cut Projects to a LaCie 2T drive, but I hesitate before emptying the trash on my laptop, afraid that FCPX will not be able to see my projects/media.
    I am running FCPX 10.0.5 on a MacBook ProRetina with version 10.7.5 OS
    Thanks for any help you can give me.

    In that version, as I recall, you can simply move the projects and events from one mounted drive to another working from within the FCP UI.  Since you've already  copied the files, see whether they open. You may need to use the Organize (or Consolidate – can't remember) command if your files are not all within the moved event.
    Russ

  • Moving Events and Projects from one location to another on the same hard drive.

    Hello.
    I've searched in the FCP X User Manual, on this forum and in Google, but have found no explanation of how to do this, so I'm posting this here in hopes that someone in our community will be able to help.
    I've previously stored my FCP X Events and Projects folders on an external 3TB hard drive, because there is more room on it than on the internal 1TB hard drive, but, since then, I've worked with other media apps, for video, photography and audio, the files for which are also stored on the external hard drive, and this has created a bit of clutter with no folder structure to keep it tidy.
    I like an organised file structure on my system, to keep it uncluttered, easy to navigate and efficient to use, so I put all the files for my photography, video and audio apps into their own folders, which are, in turn, stored in their appropriate folders for Audio, Photography and Video, and those three folders are stored in a folder called Media, and then I directed each app to its own files.
    The only app with which this has been a problem is FCP X. While there is a way of relocating projects and events from within FCP X, it allows the user to move them from one hard drive to another, and not, as I want, from one place to another on the same hard drive.
    I'm not sure if it matters, but perhaps it's relevant to mention before the next paragraph that the files that had previously been imported as events are, to save hard-drive space, stored in the events folder as shortcuts to the original files, which are stored elsewhere on the drive, rather than as duplicates of those files.
    In Finder, I copied the Events and Projects folders to their intended new locations and tried in the app to link the events and projects to their new Finder location. It seemed to have worked, until I moved the original folders to the Trash. On re-opening FCP X, it was clear that the linking hadn't worked. I returned the original folders from the Trash to their original location, but that didn't entirely reverse the problem. I noticed also that, in the original and duplicated Events folders, the shortcuts had lost their links to the original files stored elswehere on the drive.
    Fortunately I had run a backup before starting, so I restored the original folders and the app from the backup, and all was back to normal.
    I'd be grateful if anyone could advise me on whether or not it's possible to move FCP X events and projects from one place to another on the same hard drive with the app's compliance.
    Thank you.

    Ludio wrote:
    I'd be grateful if anyone could advise me on whether or not it's possible to move FCP X events and projects from one place to another on the same hard drive with the app's compliance.
    I
    Message was edited by: Russ H Apparently mis-read the questions.

  • Office 2013 with Visio and Project Error - Package manifest is invalid

    In July I successfully created an App-V install of Office 2013 VL using the ODT. This week I decided to try just doing Visio as we don't install it or Project on all systems. I used my same customconfig.xml and just changed the ProPlusVolume to VisioProVolume
    and changed the source path. Everything downloaded and packaged fine. I was able to import into SCCM just fine and create a deployment to my test collection. However when I run the install out of Software Center I get (as part of a much longer error) the message
    in AppEnforce.log that the package manifest is invalid. Thinking that maybe I had to include Office as long with Visio I tried packaing all three items but still get the same error. Has anyone else seen this behavior and/or ideas how to fix it? Can I sequence
    just Visio or just Project? I'm including my config.xml just in case I've got something wrong with it that I haven't caught. Thanks
     <Configuration>
      <Add SourcePath="<networkpath>\Microsoft\AppVOffice2013\Sept\" OfficeClientEdition="32" >
        <Product ID="ProPlusVolume">
        <Language ID="en-us" />
        </Product>
        <Product ID="VisioProVolume">
        <Language ID="en-us" />
        </Product>
        <Product ID="ProjectProVolume">
        <Language ID="en-us" />
        </Product>
      </Add>
      <Display Level="None" AcceptEULA="TRUE" />
      <Logging Name="OfficeSetup.txt" Path="%temp%" />
      <Property Name="AUTOACTIVATE" Value="1" />
    </Configuration>

    Hy. I'm having the same problema.
    I'm trying to create na app-v package (v.5 SP2) of Office 2013.
    I downloaded the Office Deployment Tool for Click-to-Run from here:
    http://www.microsoft.com/en-us/download/details.aspx?id=36778
    I installed it into C:\Office2013pck shared that folder as 
    \\APPVMANAGER\Office2013 and mapped as Z:\.
    I changed the configuration.xml file to:
    <Configuration>
    <Add OfficeClientEdition="32" >
    <Product ID="ProPlusVolume">
    <Language ID="en-us" />
    </Product>
    <Product ID="VisioProVolume">
    <Language ID="en-us" />
    </Product>
    </Add>
    </Configuration>
    Then I ran in na elevated cmd:
    >Z:
    >\\APPV-CL-WIN7DEF\Office2013\setup.exe /download
    \\APPV-CL-WIN7DEF\Office2013\configuration.xml
    and
    >\\APPV-CL-WIN7DEF\Office2013\setup.exe /packager
    \\APPV-CL-WIN7DEF\Office2013\configuration.xml
    \\APPV-CL-WIN7DEF\Office2013\Appv
    Everything seemed to work fine.
    The creted folder had Office\Data\15.0.4649.1001 folder (I guessed this is a version number)
    When I tried to add the package to App-V Server (in the Console) I get the following error:
    An unexpected error occurred while retrieving AppV package manifest. Windows error code: 1465 - Windows was unable to parse the requested XML data.
    I tryied to publish it from powershell, getting the same error message agalluci image post shows.
    From the Event Log I got this additional information:
    There was a problem retrieving the requested package \\APPVMANAGER\AppVpck\Office\VisioProVolume_ProPlusVolume_en-us_x86.appv for import. Error message: Unspecified error
    Element '{http://schemas.microsoft.com/appv/2010/manifest}UsedKnownFolders' is unexpected according to content model of parent element '{http://schemas.microsoft.com/appx/2010/manifest}Package'.
    I haven't found any indication of which file is the manifest app-v file.
    I also haven't found any .xml with the "UsedKnownFolders" tag (I changed the .appv package extension to .zip and explored some of the files).
    I tryied creating a package for 32 and 64 bits, only office, office and visio, and office visio and project running Windos 7 and Windows 2012.
    Thanks in advance for any help.

Maybe you are looking for

  • Read only row

    Is it possible to control which columns are read-only in a specific row on a treetable?

  • Adobe ID Sign in worked on 1 computer but not another

    I installed Photoshop CS6 beta on my Windows 8 Tablet PC, signed in with the same Adobe ID that I am using now... everything worked fine.  I do the same on a Windows 7 x64 workstation connected to an Active Directory domain and signing in with the sa

  • Mac OS X Lion Invitation

    Today I received a confidential email from "AppleSeed Software Customer Seeding". The message, which was entitled "Mac OS X Lion Invitation", invited me to participate in an OS X Lion seeding project. In order to respond, I am instructed to visit a c

  • Maintain payment program in Transaction FBZP

    How to use Payment medium workbench in Payment method/Country insted of assigning customised program in option (use classic payment medium prgrams) in transaction FBZP for F110. I need to write into a credit file from transaction f110 in printout/dat

  • 10g download linux 64bit

    Hi, when I try to download disk 2 of this set it downloads what appears to be disk 3 instead. I'm using Firefox 1.0 and when it asks me to save it has a filename indicating it is disk 2 but this isn't what comes up in download manager. Also the file