Read-only scenario issue in SAP BPC 7.0 SP07

Please do not post duplicate threads across forums.
Hi
This is related to SAP BPC.
The appset which runs on SAP BPC 7.0 SP07, is not able to write on read-only scenarios, while the appset which runs on SAP BPC 7.0 SP3, allows to write through script logic.
If a read-only scenario cannot be written even through a script logic, it is impossible to finalize working versions.
So, let me know if anyone came across such similar problem.And how was it resolved?
Thank you.
Divya
Edited by: Pravender on May 11, 2010 12:28 PM

Hi,
for BPC please the a look the these forums:
/community [original link is broken]
SAP Planning and Consolidation, version for SAP NetWeaver
SAP Planning and Consolidation, version for the Microsoft platform
Regards Matthias

Similar Messages

  • Performance issues with SAP BPC 7.0/7.5 (SP06, 07, 08) NW

    Hi Experts
    There are some performance issues with SAP BPC 7.5/7.0 NW, users are saying they are not getting data or there are some issues while getting data from R/3 system or ECC 6.0. Then what things do I need to consider to check, such as what DataSources or Cubes I need to check? So, how to solve this issue?
    What things I need to consider for SAP NW BI 7.0 u2013 SAP BPC 7.5 NW (SP06, 07, 08) Implementation?
    Your help is greatly appreciated.
    Regards,
    Qadeer

    Hi,
    New  SP was released in February, and now most of the new bugs should been caught ,This has a Central Note. For SP06 it's Note 1527325 - Planning and Consolidation 7.5 SP06 NetWeaver Central Note to fix any issues. Most of the improvements in SP06 were related to performance, especially when logging on from the BPC clients.There you should be able to find a big list of fixes/improvements and Notes that describe those. Some of the Notes even have test description how to reproduce that issue in the old version.
    hope this will help you
    Regards
    Rv

  • Read only table issue

    By default, read only table should take selected row as current row as long as we have
    selectedRowKeys & selectionListener within table definition. But, it doesn't, why?
    How to resolve this issue? Thanks.

    you can verify your selectionListener event by creating your own custom selection listener
    public void mySelectionListener(SelectionEvent selectionEvent) {
    FacesContext fc = FacesContext.getCurrentInstance();
    String me = "#{bindings.myViewObject1.collectionModel.makeCurrent}"
    MethodExpression myMethodExpr = fc.getApplication().getExpressionFactory().createMethodExpression(fc.getELContext(),me, null, new Class[] {SelectionEvent.class});
    myMethodExpr.invoke(fc.getElContext(), new Object[] {selectionEvent});
    RowKeySet rwKeySet = selectionEvent.getAddedSet();
    and in your jspx <af:table selectionListener="#{package1.view.backing_myBackingBean.mySelectionListener}"/>
    by that way you can atlest verify whats wrong... ,hope this helps,

  • Read only HDD issue

    I have read only issue when I connect my HDD to my MBA, I don't want to format my HDD, is there any other way to resolve this?

    you can verify your selectionListener event by creating your own custom selection listener
    public void mySelectionListener(SelectionEvent selectionEvent) {
    FacesContext fc = FacesContext.getCurrentInstance();
    String me = "#{bindings.myViewObject1.collectionModel.makeCurrent}"
    MethodExpression myMethodExpr = fc.getApplication().getExpressionFactory().createMethodExpression(fc.getELContext(),me, null, new Class[] {SelectionEvent.class});
    myMethodExpr.invoke(fc.getElContext(), new Object[] {selectionEvent});
    RowKeySet rwKeySet = selectionEvent.getAddedSet();
    and in your jspx <af:table selectionListener="#{package1.view.backing_myBackingBean.mySelectionListener}"/>
    by that way you can atlest verify whats wrong... ,hope this helps,

  • Read-only file issue in PQA

    We found an issue in the 1.0.0.4 version of PQA. When selecting a media reference file the 'Frames' indicator is not populated and the file path remains greyed-out if the file is marked as read-only. When it is not read-only everything is peachy keen. I didn't see anything about this in the documentation so it's possible a lucky Austinite just won a FREE CAR!
    CTA, CLA, MTFBWY

    I'd like to point out that this issue has been resolved as of PQA 2014.  You can download the latest version here.
    Paul Davidson
    Sound and Vibration Software Staff Product Support Engineer
    National Instruments

  • Read Only Barcode Issue

    I have a form that was imported from a PDF document in Adobe LiveCycle Designer ES 8.2.  I added a 3 of 9 barcode and the Default value is the form number (*1.764903.105NFS*).  I do not want a user to be able to click on the barcode, so I made it Read Only.  When this form is opened in Adobe Acrobat, I'm not able to click on the barcode, however, when this form is opened in Adobe Reader, I'm able to click on the barcode and the value displays (the form number) - which is what I do NOT want to happen. I have added Adobe Reader Extensions and I'm opening the form in Adobe Reader 9.4 and Adobe Acrobat Professional 7.0.
    Also having the same barcode issue with forms that are designed in LC Designer.

    you can verify your selectionListener event by creating your own custom selection listener
    public void mySelectionListener(SelectionEvent selectionEvent) {
    FacesContext fc = FacesContext.getCurrentInstance();
    String me = "#{bindings.myViewObject1.collectionModel.makeCurrent}"
    MethodExpression myMethodExpr = fc.getApplication().getExpressionFactory().createMethodExpression(fc.getELContext(),me, null, new Class[] {SelectionEvent.class});
    myMethodExpr.invoke(fc.getElContext(), new Object[] {selectionEvent});
    RowKeySet rwKeySet = selectionEvent.getAddedSet();
    and in your jspx <af:table selectionListener="#{package1.view.backing_myBackingBean.mySelectionListener}"/>
    by that way you can atlest verify whats wrong... ,hope this helps,

  • Add instance on Read only field issue

    I have a subform with two fields , one a date field to capture current system date and time and another is a Text field for some comments.
    Then there are two buttons ,one for Adding the instance for these two fields and another is a Save button which makes these two fields
    The requirement is that once both the fields are filled with data and i click on save button, the fields should become read only ,however when i click on the add instance button the instance is added successfully but the save button click is not making the new instance read only.
    The Code for Add Instance Button is :
    "New1.FileNote.instanceManager.addInstance(true);
    xfa.form.recalculate(true);"
    The code for Save button to make the fields read only is :
    New1.FileNote.DateTimeField101.access = "readOnly";
    New1.FileNote.TextField37.access = "readOnly";
    Please guide me as I am totally blank on how to code the same..Have a rough logic of using a for loop with index of the Add Instance but not getting the way out for the code.
    Thanks a lot for any help and guidance.

    Hi Steve,
    Thanks for your reply..I made it happen using the for loop with Index and resolve node. However there is another issue which occured after that..I have a date/time field in that repeating subform instance.
    The run time property is set to Current Date/Time. Now the issue is whenever i click on save, form.recalculate instance changes the existing time value in the previous subbform instance as well
    Is there a way to retain the existing value in the field of the previous instance ??
    Regards
    Kapil

  • IFolder shared read only folder issue

    I have a 3.8.4 ifolder that I shared with another user but only gave him read only rights to it. He can still go in and edit any file I put in there and save cha ges to the file. The changes will not sync back to my folder but we now have the same doc with different ainformatin in it. That is not what I call read only!Has anyone else seen this behavior?Dan

    Dchunt,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://forums.novell.com/

  • Read-Only Access to Specific SAP tables

    Is it possible to grant a user read-only access to a specific table or tables?
    For example, say I wanted to give someone SE16N capability for just EKKO/EKPO/EKBE and NO OTHER tables.  Is this possible?  How?
    Thanks.

    Hi,
    as it was mentioned the transaction SE16N checks for authorization object S_TABU_DIS. The problem in your case is that the tables EKKO, EKPO and EKBE are already assigned to the authorization group MA - MM Appl. table. But there are many more tables assigned to this group. Changing assignment of standard tables is not a good idea.
    Cheers

  • Read only filesystem issues

    Hello! I installed Archlinux and I got to the part where I am installing sound and video and other goodies like that. I just rebooted and logged in and it said this:
    -- taylor: /home/taylor: change directory failed: No suh file or directory
    Logging in with home = "/"
    as soon as i saw that i though oh no thats my root! I cant do anything with that!
    then out of curiosity i tried anyway. I typed:
    sudo pacman -S alsa-utils
    It said:
    sudo: unable to mkdir /var/db/sudo/taylor: Read-only file system
    (then it says that lecture from SA stuff)
    error: failed to init transaction (unable to lock database)
    error: could not lock database: Read-only file system
    well, sadly, I know enough terminal to spot the problem, but, I cant fix it. Oh well, I guess I'll learn from you guys right now! thanks for the help.

    https://bbs.archlinux.org/viewtopic.php?id=39256
    Check fstab for correct mount options for / , and also the bootloader (usually there should be "ro" at the end, though im not sure)
    If there is no /home:
    sudo mkdir /home/yourname
    sudo chown yourusername /home/yourname
    Good luck.

  • External WD Hard Drive suddenly Read only - Permissions Issue and Error 50

    After completing a recent OS update, I noticed my WD, External HD was no longer accessible. When trying the run a backup, via Time Machine, I would see the following error: "Time Machine Error. The backup volume is read only." If I tried the open the back up drive to see individual files, I would receive an error suggesting I did not have sufficient privileges to access the drive. Apple tech. support suggested I lot into my computer as the "root" user. Once I did this, I still received the Time Machine error, but, could open the Back Up drive in Finder and access files. It was still impossible to add files to the back up drive, but, at least they're accessible. Lastly, I would click the "Get Info"option for the backup drive. Once in the Info window, I would choose the sharing and Permissions tab. All privileges are set to "Custom". When I try to change them to "Read/Write" I see the following error, "The Operation could not be completed. An expected error occurred (error code -50). The tech. Apple tech. support rep. was stumped. Any ideas? Thanks so much.

    Your backups may be corrupted.
    See #A6 in Time Machine - Troubleshooting (or use the link in *User Tips* at the top of this forum).

  • Read only schema issues

    Hello everyone
    I have created a read only schema on oracle Apps and have granted select privileges to all synonyms and views and execute privileges to packages.
    The read only schema is unable to access some synonyms and views below is the example:
    conn to read only schema
    select * from HR_ALL_ORGANIZATION_UNITS
    'no rows returned'
    Note: - The above is a view, and the view's script contains 2 tables hr_all_organization_units and hr_all_organization_units_tl.
    Please help me on this
    Thanks and Regards
    Shahrukh Yasin

    Hi
    There is one function "show record" which is giving FALSE when i run the below query on read only schema
    select hr_security.show_record('HR_ALL_ORGANIZATION_UNITS',171) from dual
    and when i run it from APPS Schema it gived TRUE.
    I have already given execute privileges on ALL the database PACKAGE, PACKAGE BODY, FUNCTION, PROCEDURE to read only schema, but the problem is same
    Thanks and Regards
    shahrukh Yasin

  • How to open a view to a Item in "read only" mode directly from SAP Logon.

    Hello Gurus;
    We need to display a given portfolio item to the user in display (read only) mode.
    We have managed to open a view to the portfolio item using function INM_UI_NAV_GET_OIF_URL to obtain its URL and FM CALL_BROWSER to open it. The problem is that the item is opened in edit mode.
    Is there any way to open this item in read only mode (and disable the 'Edit' button as well)?
    Thanks in advance.
    Regards.

    Please, anybody can solve this?
    Regards.

  • Desktop appears to be Read Only - Permissions issue

    I believe I have an issue with Permissions that has caused me to lose access to the Dock and items on the Desktop. I was having an issue with my external FW Drive and was doing some troubleshooting with it. At one point I restarted the entire system and when it came back up there was a message I had never seen before. It was asking me to hold the power button until it restarted. The message was in several different langauges in the middle of the screen That was a new one to me. I was not able to get past that point
    I decided to try the Disk Utility on the OS X CD. I only had the 10.2 CD and couldn't find my 10.3 I ran the Repair Permissions and it fixed about 10 items. The Disk itself was coming back as OK.
    After a restart, I could move the mouse, but did not have the Dock and could not click on anything on the Desktop. I basically had to get around by using the Recently Used Apps list.
    I think it messed up the permissions somehow and I need to change them back. I was able to get around to enable Root access per the Apple docs. Now I just need to get the permissions correct.
    I updated the Hard Drive and my Desktop to verify that all entries had R+W. I also upsdated my entire user folder (house icon) to give R+W to the Group and Others.
    I'm still not getting access.
    Anyone else seen this?
    Would this have been caused by using the 10.2 CD instead of 10.3?
    Does anyone know where the different Group names are established? For example, one of them is called "Wheel". What does that reference?
    Thanks.
    G4 Digital Audio   Mac OS X (10.3.9)  

    I tried to adjust the permissions a little more and run the Disk Utility, but it didn't help. I went ahead and made the upgrade to 10.4 and that fixed it. I'm not really sure if there would have been another way to fix it, but that was probably the easiest.
    G4 Digital Audio Mac OS X (10.3.9)

  • Read only access issue after time machine migrate

    Having a small issues on my new rMBP. I recently switched from my MBA to this newer rMBP and I previously had a Time Machine backup that I migrated over. For some reason though..when accessing my external hard drive it keeps asking to authenticate the user and I have to put in a password anytime I edit or add files to this external drive. I was also having issues running some commands in Terminal where it said I didn't have access..my current user shows up as being admin but I'm not entirely sure how to get past all these restrictions and have read/write access  to everything.

    So I looked at the above images and noticed that the disk labeled "HD-PATU3" is almost entirely full - only 5GB of 1TB is available - so it's essentially "full".
    You said that this drive "was" used for Time Machine backups - is that still what you want to do with it in addition to your own files? If you do still want to use as TimeMachine that's OK, but you can't predict what TM will do with it as far as space goes unless you split the disk into two partitions. TM knows how to remove old "snapshots" to make room for new backups, but do you need space on there as well for your own stuff?  Some people think it's not a good idea to mix your own stuff and TM stuff on the same disk volume, so that has to be your decision to do.
    You might want to take a look at http://pondini.org/TM/6.html and read what he has to say (Pondini is a TM expert/god/phsychic - basically he recommends splitting up the drive into two partitions - one for TM and one for you - that way things are easier for your data as you don't have to live with issues the TM enforces on it's backup volumes. So answer the questions:
         1. how large is the internal drive on the rMBP?
         2. how much do you want the external drive to have for backups and your stuff - in fact is there a reason why you don't have all
             stuff on the internal drive? There are performance penalties for having your data and TM backups on the same disk. You
             probably have a nice large internal disk on the new rMBP so is this really what you want to do?
         3. Depending on the answers we can get more specific to solve your issue(s)
    later......

Maybe you are looking for

  • Multiple logins on 1 PC ... can't access Library

    My family has four logins on our home desktop. We have one iTunes account. But we can only access that account from the orginal login. I've tried enabling library "sharing" with no luck. How we ALL use that iTunes account?

  • I need some syntax help with reading some values from a selected row in an Access form.

    My goal:  to extract the data from 4 fields in a datasheet row and place them in another form. My problem:  I can only get the field values from the first row of the datasheet. I have tried using the Form_Click event as the location for the code I've

  • How can I get rid of Top Arcade Hits virus/malware?

    I noticed on the past month or two that on certain sites a little bar appears with thumbnails of things thtx are somewhat similar to what I have on screen. I figured it was just annoying adware. l I googled it and it seems the stuff is a virus or mal

  • Itunes freezes and cores shoot up 100 percent

    Custom computer. AMD 940 Black edition 3GHZ CPU8MB G. Skill RAM Biostar 8200 Motherboard GTX 260 GPU Windows 7 Ultimate 64Bit Iphone user for 5 years. Starting about 4 months ago when nothing had happened in a long time build wise to my computer I be

  • SQL 2012 user CAL Questions

    I tried to setup a SQL 2012 server with 5 SQL client PC. Those 5 PC use same application to connect to SQL server with same network user account. It's a 24/7 manufacture enviroment each PC use by 3 operators with 3 shifts. How many user CAL I need to