BI content incomplete

Dear All,
I am trying to configure the follwoing scenario (Available in BI 7.0) in my BW system, which is BW 3.5.
I'll be creating 'Z' objects with help of this help link.
http://help.sap.com/saphelp_nw2004s/helpdata/en/43/13286e8d5c6f3fe10000000a422035/frameset.htm
But there are some Data store objects which are not described here.
DataStore obj.: 0AU_DS02 and 0AU_DS05.
I need these two DataStore obj but their description is not available in this file. This file says that 'The current application triggered a termination with a short dump' when I click on these DataStore Obj.
If somebody have worked on Audit Management then please help me doing this.
I want to know that how to find the details for them and where can I look for such development.
Kindly help, if any link or doc is there then please do send me.
Regards,

It was real test of patience ,copy paste...however as u requested
<b>0AU_DS02</b>
Characteristic     
     Search Field - Audit Question      0AUD_QSF
     Priority      0AUD_PRIO
     Calculation of Result and Degree of Fulfillment      0AUD_CALC
     Audit      0AUD_AUD
     Valuation Proposal ID      0AUD_ASSU
     Valuation Selection ID      0AUD_ASRE
     Question Weighting      0AUDWEIGH
     External ID - Audit Question      0AUD_QXID
Packet Dimension Chars
     BW Delta Process: Update Mode      0RECORDMODE
Characteristic
     Valuation Profile - Question      0AUDASPRO
     Audit Questions      0AUDQUEST
     Valuation of Question Recorded      0AUDASREC
     No. of Points and Result of Question Corrected      0AUDQSCMA
     Question Created On      0AUDQCRON
     Question Created By      0AUDQCRBY
     Question List in Audit Changeable      0AUDQCHAN
     Parent Audit Question      0AUDPARQU
     Question - Not Relevant      0AUDNOREL
     Corrective/Preventive Action Required      0AUDCOREQ
     Valuation Proposal for Question      0AUDASSUG
     Confirmation of Question Valuation      0AUDASRES
Key Figure
     Degree of Fulfillment for Question in %      0AUD_QPCT
     Minimum Result That Must Be Achieved for Question      0AUD_QMIN
     Evaluation Proposal for Question      0AUDSUGSC
     Recorded Number of Points for Question      0AUDSCREC
     Maximum Number of Points Possible for Question      0AUDSCMAX
     Calculated Result for Question      0AUDQSCRS
<b>0AU_DS05</b>           
Characteristic
     GUID Audit Role      0AUDROLID
     Audit      0AUD_AUD
     Audit Action      0AUD_ACT
     GUID of Business Partner      0BP_GUID
     Business Partner      0BPARTNER
Packet Dimension Chars
     BW Delta Process: Update Mode      0RECORDMODE
Characteristic
     Audit Role      0AUDROLNR
Hope it Helps
Chetan
@CP..

Similar Messages

  • Library Contents Incomplete

    Gotta say, though the new library's a big, helpful feature, I can't always figure it out.
    Right now, right after I create a new software instrument, the library only shows me Jam Pack 1, though I have all of them installed. The loop browser sees them, but not the library.
    I also have LP8 on my Macbook, and a new software instrument sees them all.
    Anyone have any ideas how to fix this?

    Doh!
    I figured this out myself. I'm just postingin case anyone else gets this wrong.
    The problem was that, though I'd installed my Jamp Packs on an external drive, I'd never actually installed their instruments on my boot drive. Whoops.

  • Some abnormality between java 1.5 and 1.4 swings code

    Hi
    my requirement: i need to show the popup size of a combo box(whose size is preffered size) to be as large as largest item in the combobox items. so i have written a popupmenu listener. which works fine in java 1.4 but in 1.5 the popup is shown abnormally.
    abnormality is combobox list content is centered in the popup and also shows the list content incompletely.
    below is the fragment of code for popup listener
    import java.awt.Component;
    import java.awt.Dimension;
    import javax.swing.JComboBox;
    import javax.swing.JComponent;
    import javax.swing.JPopupMenu;
    import javax.swing.JScrollPane;
    import javax.swing.JViewport;
    import javax.swing.event.PopupMenuEvent;
    import javax.swing.event.PopupMenuListener;
    public class ComboBoxPopupMenuListener implements PopupMenuListener{
         public void popupMenuCanceled(PopupMenuEvent e) {
         public void popupMenuWillBecomeInvisible(PopupMenuEvent e) {
         public void popupMenuWillBecomeVisible(PopupMenuEvent e) {
              JComboBox box = (JComboBox) e.getSource();
              Object comp = box.getUI().getAccessibleChild(box, 0);
              if (!(comp instanceof JPopupMenu)) {
                   return;
              JComponent scrollPane = (JComponent) ((JPopupMenu) comp).getComponent(0);
              if (scrollPane instanceof JScrollPane) {
                   JScrollPane sp = (JScrollPane) scrollPane;
                   Dimension size = scrollPane.getPreferredSize();
                   Component []comps = ((JScrollPane) scrollPane).getComponents();
                   for (int i = 0; i < comps.length; i++) {
                        if(comps[i] instanceof JViewport)
                             JViewport view = (JViewport) comps;
                             size.width = (int) (view).getViewSize().getWidth();
                   sp.setHorizontalScrollBarPolicy(JScrollPane.HORIZONTAL_SCROLLBAR_AS_NEEDED);
                   scrollPane.setPreferredSize(size);
    i have an alternative to this as providing tool tips or changing combo box to list. but can you please tell me where i am doin wrong                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    below is the fragment of code for popup listenerand what do you expect us to do with that?

  • File Content Conversion Generate Incomplete XML

    Dear Expert,
    I am doing the File Content Conversion ...
    Process in sender file adapter is working fine. However, when I check in the receiver folder, the XML file is incomplete after 4 records ...
    The Flat File structure :
    20100120;SAPQL0;0000000013380325
    20100120;SAPQL0;0000000013380332
    20100120;SAPQL0;0000000013380333
    20100120;SAPQL0;0000000013380334
    20100120;SAPQL0;0000000013380337
    20100120;SAPQL0;0000000013380338
    20100120;SAPQL0;0000000013380402
    20100120;SAPQL0;0000000013391225
    20100120;SAPQL0;0000000013394988
    20100120;SAPQL0;0000000013416842
    20100120;SAPQL0;0000000013420424
    20100120;SAPQL0;0000000013420616
    20100120;SAPQL0;0000000013420621
    20100120;SAPQL0;0000000013420624
    20100120;SAPQL0;0000000013420627
    The XML result was truncated(incomplete) :
    <?xml version="1.0" encoding="UTF-8"?>
    <ns0:MT_EDIFILE_LOG xmlns:ns0="http://zasp.edi.siemens.com/zedi/contentconversion">
    <Record>
      <EDIFILE>
        <credate>20100120</credate>
        <port>SAPQL0</port>
        <idocnumber>0000000013380325</idocnumber>
      </EDIFILE>
      <EDIFILE>
        <credate>20100120</credate>
        <port>SAPQL0</port>
        <idocnumber>0000000013380332</idocnumber>
       </EDIFILE>
       <EDIFILE>
        <credate>20100120</credate>
        <port>SAPQL0</port>
        <idocnumber>0000000013380333</idocnumber>
       </EDIFILE>
       <EDIFILE>
        <credate>20100120</credate>
        <port>SAPQL0</port>
        <idocnumber>0000000013380334</idocnumber>
       </EDIFI
    Please kindly suggest, which area should I check and correct...
    Thank you very much expert.
    Best Regards,
    Y

    Dear All,
    I believe that the file adapter has finished writing the file. Not sure, How to check whether the adapter is still working or not since from the SXMB_MONI, I see the mssage processing has been completed.
    Further information
    The data type structure :
    1. DT_EDIFILE_LOG     
    1.1         Record --> occurence 1               
    1.1.1      EDIFILE --> occurence 1..unbounded
    1.1.1.1   credate --> occurence 1
    1.1.1.2   port  --> occurence 1
    1.1.1.3   idocnumber --> occurence 1
    In content conversion parameters :
    Recordset Name : Record
    Recordset Structure : EDIFILE,*
    Thank you very much for your suggestion.
    Best Regards,
    Y
    Edited by: Yonisiwa on Jan 22, 2010 3:34 PM

  • When Cached Web Content reaches about 30-50 MB, webpages are loaded incomplete

    Webpages are incomplete: only headlines HTML style, no pictures, etc.
    After emptying the cached web content, page load fine. Until 30-50 MB is reached, etc.

    Reload the webpage while bypassing the cache using '''one''' of the following steps:
    *Hold down the ''Shift'' key and click the ''Reload'' button with a left click.
    OR
    *Press ''Ctrl'' + ''F5'' or ''Ctrl'' + ''Shift'' + ''R'' (Windows and Linux)
    *Press ''Command'' + ''Shift'' + ''R'' (Mac)
    Let us know if this solves the issues you are having.

  • Captivate 4 - unable to bookmark content slides with a Quiz and maintain Incomplete status

    When creating a presentation that has content slides before a quiz the Captivate content is recorded as Failed when exited early in the LMS.
    I am trying to allow the user to view content pages that bookmark when they ahve to exit the course. This should set a status of Incomplete which will allow the user to return to the last page (slide) viewed and continue. Once all slides are viewed they are then presented with a Quiz that requires an 80% to pass.
    I have tried the reporting setting "quiz results and slide views" in Captivate but if I exit on any content slide it is recorded as Failed with a 0 score. The LMS I am using is OutStart Evolution.
    Thanks in advance for any assistance.

    surf_easy922,
    As discussed privately - you needed to click the "continue" button at the Quiz Results screen, in order to successfully complete the content in the LMS.  There are a number of options that you can employ to resolve this:
    - Change settings in the Quiz Manager to "Quiz Results, only"
    - Remove the Quiz Results screen and insert your own certificate
    - In this case (because of where the content originated) you should use Adobe Presenter
    For building your own certificate - I have written an article on building your own Flash-based certificates for Adobe Presenter and Adobe Captivate.  The article can be found here:  http://www.connectusers.com/tutorials/2009/02/certificates/
    I am in the process of revamping that article, because it is *very* technical and doesn't need to be.  I think a lot of people are confused (justly so) by the article and really how easy it is to use the template/sample certificates I've provided in the article for their own purposes.  While I am working on that update, here is a walkthough of how you can use any of the sample FLA's in the article, above for your own custom certificate:  http://www.learningconsulting.com/content/adobe/connect/CertificatesInCpPr/CertificatesInC pPr_customizing.htm
    Finally, I think for your purposes and based on how you are building your content, you should look at the Adobe Presenter tool.  It is a PowerPoint plug-in that provides the same functionality that you have in your Captivate file (but you work within PowerPoint, so you do not need to import the PPT file - you work directly with it).  Captivate is an awesome tool and should be used for your simulations and more complex interactivity, but in this case Presenter is the more appropriate tool for your needs.
    I hope this helps.
    Regards,
    Andrew

  • Incomplete Contacts backup done by Content Copier

    I was trying to copy contacts from my N85 to my N95 8GB, so I opened Content Copier and ticked the Contacts checkbox for the N85, then restored contacts from the backup file on the N95 8GB. However only 12 of my 600-or-so contacts were restored on the N95 8GB. Since all my contacts on the N85 are stored in the phone's memory rather than on the SIM, I thought I also needed to check the "files from the phone's internal memory" checkbox in the backup file, but after doing that, the result was the same. I also used the Nokia Contacts Transfer tool ( http://nds1.nokia.com/files/support/global/phones/software/Nokia_Contact_Transfer.exe ), which did exactly the same job as Contact Copier. After taking a look at the .NBU backup file (viewed as a plain-text ASCII file), it seems the contacts were incompletely *backed up* rather than incompletely *restored*, since in the .NBU file I can see traces of only those 12 contacts' names. What could be the problem here?...

    For some reason, the text of my post had all line breaks deleted.. Hopefully it will be easier to read below:
    I was trying to copy contacts from my N85 to my N95 8GB, so I opened Content Copier and ticked the Contacts checkbox for the N85, then restored contacts from the backup file on the N95 8GB. However only 12 of my 600-or-so contacts were restored on the N95 8GB.
    Since all my contacts on the N85 are stored in the phone's memory rather than on the SIM, I thought I also needed to check the "files from the phone's internal memory" checkbox in the backup file, but after doing that, the result was the same.
    I also used the Nokia Contacts Transfer tool ( http://nds1.nokia.com/files/support/global/phones/software/Nokia_Contact_Transfer.exe ), which did exactly the same job as Contact Copier.
    After taking a look at the .NBU backup file (viewed as a plain-text ASCII file), it seems the contacts were incompletely *backed up* rather than incompletely *restored*, since in the .NBU file I can see traces of only those 12 contacts' names.
    What could be the problem here?...

  • I accidentally moved the "contents" of the Preview app outside of it and now it's "incomplete"-what do I do?!

    I thought that maybe I didn't need the app, Preview, and so I moved the "contents" to the trash. Then I realized I couldn't delete the app anyways, so I moved the "contents" back to the applications page, but now I can't move them back into the app, Preview. How do I fix this?!

    At startup hold down the Command + Option/Alt + r keys and hold them down until you see a globe on the screen.
    You will need to login to your WiFi signal so have the password for that handy.
    Once that fully starts the computer you will have a screen like this.
    Select the second option, "Reinstall Mac OS X" and click the Continue button. It will ask you were to install to, select Macintosh HD and click continue or OK. OS X will be downloaded from the internet and when that finishes the installl will start.
    Don't worry all your files won't be touched. You are doing a reinstall over the top of the current install and that will just replaced system files.
    Once that is all done and the system restarts use Software Update to bring everything back up to date.

  • Business Content, CCA - Incomplete Activation

    Activated Cost Center Accounting Business Content of BW 3.3 without errors.
    However, some objects are not available - in particular, 0COSTELMNT.
    From RSA1 / Workbench, InfoObjects tab in Modeling, search does not find 0COSTELMNT.
    However, RSA1 / Workbench, Source Systems tab in Modeling, after requesting Object OverView - 0COSTELMNT is reflected as activated.  Also, from RSA1 / Workbench, InfoSources tab in Modeling for 0CO_OM_CCA_1, 0COSTELMNT is reflected in Transfer and Communication Structures.  Furthermore, 0COSTELMNT can be drilled down into / opened for review.
    Failure of 0COSTELMNT to completely activate prevents activation of other objects, including CCA_1 InfoCube.
    Have attempted to re-activate total CCA Business Content in both foreground and background, without success.
    Have attempted to re-activate 0COSTELMNT in both foreground and background without success.
    Have attempted to force re-activation by specifically selecting Install option in Business Content - overriding Match status reflected, again without success.
    Has anybody else encountered this or a similar problem ?
    Any ideas how to achieve complete activation of InfoObject 0COSTELMNT, as well as related objects ?
    THANKS.

    Hi Lyle,
    You are thanking a poster for his answer.
    Please next time also give him points.
    See: /people/mark.finnern/blog/2004/08/10/spread-the-love
    This time I did it for you.
    Remember: When you ask a question you also assume the responsibility to assign points.
    Please check your other questions and if the answers were good.
    Spread the love and give some points.
    Thanks in advance, Mark.

  • Incomplete/Inaccurate Functional Table of Contents

    I created my new template based on Apple's 'Contemporary' iba template. By doing so, I must have deleted some formating: My E-book has been rejected from iBookstore several times by now, because of the 'table of contents' issue. I may assume, it is because the section headings have no blue border anymore. If I chose the virgin Apple template and start typing in a new section heading text, the whole selection heading text has a blue border - but not in my modified template. How can I turn back to the blue bordered section heading, in order to correct that TOC issue?

    Finally, I had to start from scratch: take the original Apple template and modifiy the two, three points important to my own 'corporate identity', save it as iba template and start copying-pasting contents from the messed-up old document into the new one. I am pritty sure, this will solve not only the TOC isue but also the version number issue and eventually the portrait view TOC issue...
    (b.t.w. These blue frames can easily be deleted and do not re-appear if all the framed characters have been deleted once. Some formating is far far away to normal users.)

  • ICE content exchange - Incomplete tranfers

    Dear all,
    I have come across a rather strange system behavior in our Portal Installation. While trying to transfer KM content between
    two of our Portal 7.00 SP21 instances, all the folders and files are transferred at first and then some of them are automatically
    deleted.
    The method we are using to transfer the content is the ICE transfer (subscriber-syndicator). The offer from the syndicator
    runs periodically on the subscriber instance (every 5 minutes). On the first run all the contents of the source path are
    transfered to the subscriber but after a while certain files and folders disappear from the KM repository and are not
    restored from the subsequent offer runs.
    After checking the trace files I noticed that there are several entries like these: "HARD_REF: false OBJECT" and "Could not set all
    properties on resource ...".
    Does anyone know how to resolve this issue?
    Kind Regards,
    Kontogianni Eleni

    Hi Lars
    The ICE protocol caters for incremental updates of content. To keep the volume of data low, only deltas are transported when an update takes place. The syndicator records information on which subscriber has received which document. It also records the time when the document was received. This information is stored in the syndicator’s system in the document properties.
    If you want to carry out an incremental update,  all  repositories that are referenced in an offer must support the application property service. If an offer contains a component that references a repository without an active application property service, the system carries out a full update of the entire offer.
    When the system puts together an update package, it determines for each subscriber the documents that have been created, changed, or deleted since the last update. When a document is created or changed in the source repository, it is embedded in the ICE package. If a document has been deleted from the source repository, this information is transmitted to the subscriber, and the document is deleted accordingly from the target repository.
    Regards,
    Pratyush

  • Incomplete BI Content Help

    Dear All,
    I am trying to configure the follwoing scenario (Available in BI 7.0) in my BW system, which is BW 3.5.
    I'll be creating 'Z' objects with help of this help link.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/43/13286e8d5c6f3fe10000000a422035/frameset.htm
    But there are some Data store objects which are not described here.
    DataStore obj.: 0AU_DS02 and 0AU_DS05.
    I need these two DataStore obj but their description is not available in this file. This file says that 'The current application triggered a termination with a short dump' when I click on these DataStore Obj.
    If somebody have worked on Audit Management then please help me doing this.
    I want to know that how to find the details for them and where can I look for such development.
    Kindly help, if any link or doc is there then please do send me.
    Regards,

    Dear Arun,
    My BW system is BW 3.5 and patch lavel is 3.5.3.
    But client don't want to upgrade right now, and our SRM is 5.5, which is having BI content 7.0. So I'll be creating 'Z' objects for this Audit Management Scenario.
    Now for this I got that link, which is not having complete details of those two ODS and structure of Char and KFs.
    Could you help to find those details...

  • Incomplete installation Technical Content

    Hello,
    Again I have a problem with Techincal Content. I've installed TC with transaction SPRO, and the installed dataflows were not complete (4-5 Multiproviders). I tried to (re)install it manually by choosing one Multiprovider at the time and the "dataflow before" option in RSA1-> BI Content.
    One example is Multiprovider DTP-statistics (0TCT_MC22), which has two dataflows "before", both coming from the same datasource 0TCT_DS22. One flow, where next to the technical name of the datasource it says ABDCLN100 (our BW development environment) is installed correctly and there is no need to reinstall it.
    Buttt, the flow "coming" from the same datasource and where the AEDCLN400 (our ECC development environment) is stated next to the technical name of datasource, cannot be installed. The message is that several datasources (including 0TCT_DS22 ) does not exist for QS AEDCLN400.
    I hope my story is clear, if not I made a screenprint.
    Regards,
    Danijela

    As I have stated earlier, this is the wrong way of Installation of COCKPIT.
    In your case, you have installed by choosing both the source system thats why you can see two entries.
    For the Duplicate entries of data sources from the R/3 you need to remove the assignment and delete the entry present in RSA1.
    If its too complex for you, then leave it... and try reinstalling the COCKPIT for your BW system alone and check if all the objects comes properly or not?
    Delete the entries present in the transport which was stored earlier during the COCKPIT installation.. And try collecting the objects once again using transport connector and also make sure that you choose the BW source system for collecting the objects.
    Hope this solves your problem.
    Hope this helps..
    Murali

  • Activation Business Content end Incomplete

    Hi All,
    I tried activating a standard cube, using data flow before and installing it background, when completed I noticed the particular infocube is greyed out nit installed and M version is different from A version. I have checked on the source system assignment its ok.
    Please advise
    Thanks
    Nathan

    Hi,
    It is always better to Install the Business Content With option Install, as background installation cannot be traced where exactly it has gone for Short dump or where exactly the process failed.
    The dependent Info Objects to be Activated / Installed for Info Cube with all required Routines with Transfer Rules/Update Rules / Info Sources for Cube.
    Try to Group all necessary objects with Install option, and monitor the Business Content (Better to choose Transfer objects manually instead of choosing Transfer all without dialogue )
    Hope it helps and Clear.

  • Adobe Functional Content and the Creative Cloud

    Hello All
    To any Adobe Employee who may read this, can you please get someone at Adobe to take control of this issue and see that the library, templates and all other functional content gets packaged correctly and enabled as a download and "sub-install" for the parent product inside the Adobe Application Manager.
    I think as subscribing users we should get better service and direction from Adobe in regards to this functional content. As I type this I have more than 10 tabs open, each one leading to a thread that has something to do with how to install and fix a problem with the Functional Content for After Effects, Premiere Pro and Encore.
    See if you can in less than 30 minutes figure out exactly what to do to activate this content by reading these threads:
    http://forums.adobe.com/message/4447237#4447237
    http://helpx.adobe.com/x-productkb/multi/library-functional-content-missing.html
    http://forums.adobe.com/message/4418591#4418591
    http://forums.adobe.com/message/4400620#4400620
    http://forums.adobe.com/thread/1006810?start=0&tstart=0
    http://forums.adobe.com/message/4511169#4511169
    http://forums.adobe.com/thread/1028055?tstart=0
    http://forums.adobe.com/message/4417092#4417092
    http://forums.adobe.com/thread/1002454
    http://forums.adobe.com/message/4417092#4417092
    I have been very reluctant to do anything because I am reading a lot of conflicting and incomplete information. This link in particular, http://helpx.adobe.com/x-productkb/multi/library-functional-content-missing.html, is really unhelpful because there are 3 methods to do something but reading it I am not sure if each method does the same thing or if each does one part of the 3 sets of missing Functional Content. Additionally "solution" 3 presents a place to put the content but then leaves out the path we are to do it to.
    Most disappointing is the fact that the first "solution" did not get me the menu buttons I am looking for in Encore and I don't know if I screwed up or if the install was incomplete for some reason.
    Do I now need to install one of the other "solutions"? Those of you in the community that are about to hit reply, please don't. Do not answer that question.
    Here is why...
    Adobe is responsible for delivering us customers a product. It is Adobe's responsibility to fix the mess that a number of paying customers are having regarding this Functional Content.
    TO ADOBE:
    Here is what I and I think a lot of other subscribers want you to do:
    You already have a Solution in place. One that doesn't require a lot of user intervention and doesn't require anyone to pick a "solution" and screw it up, search for more help and spend hours of their time fixing a mess.
    Adobe Application Manager. Create the proper installation packages. Put them on the servers, tell the AAM how to clean up the mess any users who have tried these "solutions" have made. Then have it install the proper packages as a "Sub-Installation" for each of the parent software that it is for.
    This solution will not only make things better for us end users, but you will also make the manageability of the Functional Content easier for your teams as well. And if your teams wanted to add additional Functional Content to any program that is part of the creative cloud or that the Adobe Application Manager manages, then it would be a simple matter of creating an installation package and adding it to the AAM's list of installable programs.
    You just did this exact thing with Lightroom 4.1! Why can you not do this for the Functional Content?!?
    Back to the Community Members that want to answer my post. Don't. Instead if you agree with me or even if you don't, sign off on this thread or indicate your virtual thumbs down. Either way I don't want an answer, I want an action from Adobe, the only ones who can fix the mess.
    I really believe that the Application Manager is the most elegant solution. If any of you have ever used Steam, you know what a great feeling it is when you can download a game demo, try it, buy it and just have everything take care of itself. I don't even have to worry about updates; Steam takes care of my games. And the thing that makes it really valuable? I DON'T PAY $50 A MONTH TO USE STEAM AND HAVE IT JUST WORK, IT IS FREE!
    All I want at this point is Functional Content that I don't have to read a 50+ page manual to install. I know that is an exaggeration, but honestly if it is 1 badly written set of instructions or 50 what does it matter? I don't pay Adobe so I can read up on how to install their software; I just want to use it.
    I guess I should also point out that this is now the second large hold up to my project that I started subscribing for. The first was a problem that I again had to figure out the solution to by working around it, when again Adobe seems to be unable to correct the problem, here, here, here and here.
    And now here I am again at a slight stand still because I can't use my DVD authoring software to create a button on a Wedding DVD menu.
    Okay, you can go ahead and reply... but I would still prefer no answers, just /agree or /disagree.

    Did you even read the post?
    Jeff A Wright wrote:
    For now though please reference Library, title templates, template projects missing: Premiere Pro, After Effects, Encore CS5 - CS6 - http://helpx.adobe.com/x-productkb/multi/library-functional-content-mi ssing.html for information on how to obtain the additional content.
    Have you read the page in your link?
    Can you correctly install from the instructions on that page?
    And I quote:
    Additional Solution: Install the Resource Central library content   
    Download the extra library content
    Choose your language to begin the download:
    English French German Japanese Italian Spanish Korean
    Extract the Library content to the Library folder
    Extract the zip file that you just downloaded. This will create a .7z file, eg. en-US.7z.
    Extract the .7z file to any convenient location, eg. Desktop. This will create a folder based on the language you selected.
    Copy the contents of the language folder (eg. en-US) to the following location:
    Keywords: cpsid_85388
    Where? Copy the contents to where? I don't see a path written there... is it a secret? Do I have to highlight the hidden text? Nooo... that didn't work...
    Honestly I must appologize for my brashness and sarcastic attitude. I find it questionable to expect the paid subscribing creative but not technically inclined customers to do the work of fixing this problem when Adobe has the means and the tools to fix it for us.
    Jeff Bellune wrote:
    Not an employee, but I am a forum moderator.  Please stop spamming the forum with links to this topic.  They have all been deleted.
    Jeff
    Ok. Fair enough, I will admit that last night in my anger and frustration I was being a little childish.
    But as a Community Professional don't you believe that you would be better served by Adobe if they were to make one easy simple Adobe Application Manager download for the content that should have been published right at the launch of the new version? Wouldn't your time be better spent actually working on your projects rather than fixing Adobe's mess and responding to people in 10 different forums trying to help them?
    All of this also makes me wonder how Adobe prioitizes the "bugs" that people are dealing with. Wouldn't it be quick to put a someone or a couple of people on the problem of gathering the functional content and getting them to package it and ready it for publishing through the AAM? The process of adding it to the list of installs might be more complicated but a package that knows where to put the content? I would think that something like this could be give a get it done now priority as it would aleviate a lot of the forum posts and something like the missing export choices in Media Encoder or Premiere Multicamera Issues would take more time due to investigation and so you put them on a priority based on the number of users affected.
    It just seems to me that a month after launching a new version is an awfull long time for the publishing of an update to add functional content that was in all the previous versions.
    I guess I will stop "ranting" now. Thanks for responding Jeff AW, at least I have official word that there will be some sort of update on this issue.

Maybe you are looking for

  • Can not see i phone in the I tune and hence cant sinc the same

    When I phone/ I pad is connected the device is not seen on I tune. Hence no syncing possible

  • Software Update Server is Unavailabl​e

    I'm not going to pretend to know what I'm talking about, someone gave me my Bold for free and until now I've only used it to text/call. I was trying to get into the BlackBerry World app thing but when I click on it, a message pops up saying "App Worl

  • Af:popup content display problem in Internet explorer 9

    Hi All, I have Jdev version 11.1.1.5. The content of dialog window has not been displayed on click of Popup. It displays fine on Firefox and Chrome browsers. It's displaying blank popup window on Internet Explorer 9. Can anyone please help me on this

  • Autocomplete oddity in Safari 4

    How does Safari decide how to autocomplete a URL that you're typing? There seems to be no consistency. For example, typing "linkedin" will either result in "http://linkedin/" (which Safari cannot, obviously, find) or "http://www.linkedin.com" (which

  • Automatic dispatch of Planned Order - Reg.,

    Hi Here i'm trying to dispatch a planning order automatically, when a work center capacity got fully loaded. What is the necessary settings has to be done? Kindly explain clearly Regards, Gopi