Can´t write in a Planning form as user "admin"

Hi! I can´t write in a new form that I create from a Planning Aplication. The option "read only" is not tilded and all dimensions in the form are level 0.
I am connected as user admin and I can´t enter data from SmartView connected to Planning or Essbase nor from the form in Wokspace. I need help so I can submit data. Thanks!

was it a domensional level security ? How did you resolve ?

Similar Messages

  • Can I write java/EJB in forms 6i builder

    Can I write java/EJB in forms 6i builder? As I want to know except PL/SQL, what other programming languages can be used in forms 6i

    There are a couple of different ways - You can use ORA_FFI to call out to other foreign functions. You can use the Java Importer which creates PL/SQL wrappers to call Java. You can also integrate Java on the client side (Java Beans and Pluggable Java Components).
    Info on this can be accessed from the on line help and there are a couple of good papers on OTN about the Java integration.
    Regards
    Grant Ronald
    null

  • Can't write to samba shares as any user but root.

    I can mount shares, and I've specified every parameter I think could make a difference, but can't write to shares as any user but root.
    archangel $ sudo mount -t cifs -o guest,uid=barrucadu,gid=users,file_mode=0777,dir_mode=0777,rw //masonlap/share /share/mason/
    archangel $ touch /share/mason/file
    touch: cannot touch `/share/mason/file': Permission denied
    This doesn't help either:
    archangel $ sudo chmod 777 -R /share
    archangel $ touch /share/mason/file
    touch: cannot touch `/share/mason/file': Permission denied

    By hand, here's my smb.conf
    [global]
    workgroup = HOME
    server string = Linux SAMBA Server
    security = user
    hosts allow = 192.168.1. 192.168.0. 127.0.0.1
    load printers = no
    log file = /var/log/samba/%m.log
    max log size = 50
    dns proxy = no
    [share]
    comment = SAMBA File Sharing
    path = /srv/share
    read only = no
    public = yes
    writable = yes
    create mask = 0777
    guest ok = yes
    browseable = yes
    Last edited by Barrucadu (2009-01-17 14:41:47)

  • How can i create my own search form/A user defined search form

    Hello All,
    I have a simple table name employee with two fields, they are Emp_id and Name having 10 recrods.
    I have a form with a text box and a button labled Search.
    I want to search the employee in my employee table. I write the Emp_id in the text box field if the entry (Emp_id) does not exist in the employee table having 10 records then i want a message appear "There is no such employee Code "0001" try again.
    On the other hand if i found some employee in my employee table then it will open the employee form and go to the specified record and show me that record.
    How can i accomplish this task in Oracle Form 6i?
    If anybody help me in this regard i am thankfull to you..
    Please write all necessary code as well.
    Thanks in advance.

    try this one here is :vemp is textitem ,i hope you know how to create button and buttonn's trigger to embed this code
    DECLARE
      cnt           NUMBER := 0;
      RECORD_NUMBER NUMBER;
      VCNT          VARCHAR2(20);
    BEGIN
    GO_ITEM('EMP.empno');
    FIRST_RECORD;
              BEGIN
                   RECORD_NUMBER:=:SYSTEM.CURSOR_RECORD;
                   LOOP
                     IF :EMP.empno = :vemp THEN
                       cnt := cnt + 1;
                       RECORD_NUMBER:=:SYSTEM.CURSOR_RECORD;
                     END IF;
                     EXIT WHEN :SYSTEM.LAST_RECORD = 'TRUE' OR cnt > 0;
                     NEXT_RECORD;
                   END LOOP INNER;
                   IF cnt=0 THEN
                           message('No record found..');
                   END IF; 
                   GO_RECORD(RECORD_NUMBER);
              END;
    NEXT_ITEM;
    END;Khurram

  • Can't write to some mounted partition from user

    fstab:
    /dev/sdb1 /home/vu/11 ext3 rw,user 0 1
    cat /proc/mounts
    rootfs / rootfs rw 0 0
    proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0
    /sys /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0
    /dev /dev devtmpfs rw,nosuid,relatime,size=1030692k,nr_inodes=218496,mode=755 0 0
    /run /run tmpfs rw,nosuid,nodev,relatime,mode=755 0 0
    /dev/sda2 / ext3 rw,relatime,user_xattr,acl,barrier=1,nodelalloc,data=ordered 0 0
    devpts /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0
    shm /dev/shm tmpfs rw,nosuid,nodev,relatime 0 0
    tmpfs /tmp tmpfs rw,nosuid,nodev,relatime 0 0
    /dev/sda1 /home ext4 rw,relatime,user_xattr,acl,barrier=1,data=ordered 0 0
    /dev/sda3 /var ext3 rw,relatime,user_xattr,acl,barrier=1,nodelalloc,data=ordered 0 0
    /dev/sda6 /boot ext3 rw,relatime,user_xattr,acl,barrier=1,nodelalloc,data=ordered 0 0
    /dev/sdb1 /home/vu/11 ext3 rw,nosuid,nodev,noexec,relatime,user_xattr,barrier=1,nodelalloc,data=ordered 0 0
    So i cant write anything to sdb6. Only if i am root. Can't understand
    *sorry, sdb1
    Last edited by Vufer (2012-03-15 20:20:59)

    aking9 wrote:
    did you mount it as root?
    ls -l /home/vu/
    please
    -rw-r--r-- 1 vu users 446237 марта 8 22:30 0_38006_c0959088_XXXL.jpe
    -rw-r--r-- 1 vu users 343769 марта 10 19:46 0_e8973_5d9e2d29_XXXL.jpe
    drwxr-xr-x 4 root root 4096 марта 15 22:44 11
    drwxr-xr-x 3 vu users 4096 марта 9 09:04 core
    drwxr-xr-x 2 vu users 4096 марта 5 22:41 Desktop
    drwxr-xr-x 6 vu users 4096 марта 8 00:15 Видео
    drwxr-xr-x 7 vu adbusers 4096 марта 14 22:31 Документы
    drwxr-xr-x 9 vu adbusers 4096 марта 13 21:16 Загрузки
    drwxrwxr-x 11 vu adbusers 4096 марта 12 16:54 Книги
    drwxr-xr-x 17 vu adbusers 4096 янв. 20 23:41 Музыка

  • Can a member be READ-ONLY in a row of some Planning forms?

    Hi,
    Can a member be READ-ONLY in a row of some Planning forms?
    For example, I have a member called Salary as a row in a Form that is used to maintain employees. We allow Planners to update Salary in "Employee Detail" form.
    However, in another form , we roll up Salary to "ALL EMPLOYEES IN DEPT" member and we do not want users to update that as it is added up by a calc script.
    What is the best way to restrict users from updating in this 2nd form but allow update to Salary in first form.
    Thanks.

    Hi,
    You can use Asymmetric Rows and set the member you want to be read only, for more information on how to create them on forms have a read of http://download.oracle.com/docs/cd/E12825_01/epm.111/hp_admin/ch06s03s14.html
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Can I write to a text file on local HDD from forms appl?

    Hi All,
    We have 8i database being accessed by 6i forms application using web-based arch. Clients are on windowsNT/window2000. Is it possible to dump some data in a text file from forms application (by pressing a button) on local hard disk? User is looking something similar to sqlplus spool in forms 6i. Is this possible? User is specific about file being created in local machine and not on server(utl_file/dbms_pipe). Any ideas?
    Thanks.

    You can find explanation and a quick start guide on PJCs on the Forms Upgrade Center at:
    I think the following code can give you a starting point for a PJC (based on text_item) that will do it.
    Also you will need to sign this JAR because you want to access the client machine - see the sigining paper on OTN.
    To activate this PJC you will use something like SET_CUSTOM_PROPERTY ('text_item1', 1, 'WRITE', :text_item1);
    In your form.
    import oracle.forms.ui.VTextField;
    import java.io.FileOutputStream;
    import oracle.forms.properties.ID;
    public class textio extends VTextField
    public final static ID WRITE = ID.registerProperty("WRITE");
    String a = "hello";
    public textio()
    public boolean setProperty(ID p0, Object p1)
    if (p0==WRITE)
    try
    FileOutputStream fileOut = new FileOutputStream("c:\\temp\\textio.txt");
    fileOut.write(p1.toString().getBytes());
    fileOut.close();
    } catch (Exception ex)
    ex.printStackTrace();
    }

  • How can I write the action attribute of a form dynamically using JSP

    I would like to do something like this:
    If the 'Accept-Language' of the http request is 'en', write out this in JSP:
    <form name='myform action="http://127.0.0.1/myservlet/en/>
    else if
    the 'accept-language' is 'es', write out this instead:
    <form name='myform action="http://127.0.0.1/myservlet/es/>
    else if no match
    <form name='myform action="http://127.0.0.1/myservlet/default/>
    How can I do that in JSP? I think this is simple enough so that I don' t need to use any of the Java Web framework/Java Beans.
    Thank you for any help.

    you can use a simple javascript for this:
    function setAction(lang){
       if(lang=="en"){
         document.forms[0].action="putYourservletUrlhere";
       }else if(lang=="es"){
         document.forms[0].action="putYourservletUrlhere";
       }else{
         document.forms[0].action="putYourservletUrlhere";
    }

  • Exporting Planning forms security using exportsecurity.cmd

    Is there a way to export only the planning forms security info using exportsecurity.cmd ? I am using Planning 9.3.1.2.
    I can export dimension level security, group level and user level. I am not able to figure out a way to export only the form security.
    Any suggestions?

    If I remember correctly you can import security on forms but it doesn't seem to export it (my mind may be playing tricks and I could be wrong), from 11 I know you can definitely import and export permissions on forms.
    If it is not possible you can always run a query against the planning application relational repository for example
    select formname.object_name as "Formname", username.object_name as "Username/Group",
    case acc.access_mode
    when 1 then 'Read'
    when 3 then 'Write'
    when -1 then 'None'
    end as "Access"
    from
    hsp_access_control acc, hsp_form form, hsp_object formname, hsp_object username
    where acc.object_id = form.form_id
    and formname.object_id = form.form_id
    and acc.user_id = username.object_id
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Security issue with page drop down on planning form 11.1.1.3

    I'll buy a round of Newcastles for anyone that can fix this issue.
    Planning 11.1.1.3 a given user is given @idescendants write access to a cost center rollup that has shared members underneath. The stored members are in a primary rollup higher up in the hierarchy. The webform has the cost center selection on the page drop down. The first child in the rollup does not display. This occurs for every rollup, the first child member is not visible i nthe drop down. So for example, the outline looks like this:
    primary cost center hierarchy (stored)
    rollup1
    --ccxxx stored
    --ccyyy stored
    alternate hierarchy (shared members)
    rollup2 <--------------user has write access to @Idescendants of this rollup
    --ccxxx shared
    --ccyyy shared
    In the page drop down, only the ccyyy member shows. Not the ccxxx. Dev has the same access applied and both show correctly. I've tried refreshing security, pushing filters from plan to essbase (even though this is metadata security in planning) and nothing fixes. Webforms are identical. My next step is to restart the planning service when i get down time but was wondering if anyone else has seen this issue.Always the first child of the shared rollup that doesnt display.
    Edited by: EssbaseInAz on Nov 4, 2009 3:11 PM

    Exports are identical. In fact, prod security was cleared and reloaded using an export from dev. after the upload i re-exported prod and compared the export to what was loaded (export from dev). Security is identical. This only for users with security set on the alternate hierarchy rollups up. Admin members are fine. One test i did do was to give access to the first child that is not displaying up on the stored member. If i do that, the member will show. But that's not really feasible in this security setup and it does not explain why the exact same security works fine in dev.
    I thought about about the second issue you raise. it does seem to behave like that. but the part is tagged never share, not label. Same as in dev, which works. plus like you said, that situation only seems to arise when the members are on the row and even then, the member displays, it's just set to read only. I'm wondering if there's some flag set in the relational backend that's causing an issue or something like that. I've pushd the filters to essbase and using a test id setup i can replicate this issue, but with an excel retrieve i can obviously see the member (since metadata security isnt applied in excel) and i can also see the data for the missing cost center. So, its somewhere in planning where the metadata security is applied. I might poke around the planning tables and compare to dev to see if i can find any smoking guns. Really bizarre. Plus tomorrow i've got a window to restart the planning service to see if that helps.
    Thx for the response Jake and if you have any other suggestions i'm open. If i find a solution i'll let you know.
    Pete

  • How can I write to 4 different tables in database at the same time

    I have .mdb file which has 4 tables for each hardware, I have a labview main program which calls 4 sub programs for each hardware, all these 4 subprograms run parallely.
    One might finish one test early or late by milli seconds or seconds, the data has to be written to database file which has 4 tables inside.
    I am planning to open reference in main program and use the reference in sub programs, I will write to Table 1 for first sub program , table 2 for second sub program and so on,
    My question is can we write into one database file having 4 tables parallely/simulataneously? If no why?

    Try it.  It should work.  As long as you are opening the database once, and passing the reference around, I don't see how it would not work. 
    You may run into troubles if two subvi's are trying to write simultaneously.  If so, use semiphores to lock out the action until done. 
    Or you could use a producer consumer architecture where the producer would queue up the table name and data, and the consumer would write to the database.  The producer can be replicated in each subvi.  In other words, each subvi will contain its own enqueue code.  All subvi's and the consumer loop would have to run in parallel.
    - tbob
    Inventor of the WORM Global

  • How can I write a program that compiles without warnings?

    I tried the following with the 1.5 beta-compiler (build 28; I think):
    class Y {
         public static final class Pair<X,Y> {
           private X fst;
           private Y snd;
           public Pair(X fst, Y snd) {this.fst=fst; this.snd=snd;}
           public X getFirst() { return fst; }
           public Y getSecond() { return snd; }
           public String toString() { return "("+fst+","+snd+")"; }
      public static void main(String... args) {
         Pair[] pairArr = new Pair[10];              // supposed to be an array of Pair<Integer,Integer>
         for (int i=0; i<pairArr.length; i++)
             pairArr[i] = new Pair<Integer,Integer>(i,i);
         for (int i=0; i<pairArr.length; i++) {
             Pair<Integer,Integer> p = pairArr; // unchecked warning
         System.out.println(p);
         Integer first = p.getFirst();
         Integer second = p.getSecond();
    // ... more stuff ...
    It turns out that I get an unchecked warning when I extract an element from the array of pairs. Okay, that's fine. How can I avoid the warning? I had expected that an explicit cast would help.
      Pair<Integer,Integer> p = (Pair<Integer,Integer> )pairArr;
    With a cast I'm telling the compiler: "I _know_ what I'm doing; please trust me." But the compiler still issues a warning.
    How can I write a warning-free program in this case? The only thing I can think of, is not using the parameterized type Pair in its parameterized form. But it's not the idea of Java Generics that I refrain from using parameterized types. What am I missing?

    It turns out that I get an unchecked warning when I
    extract an element from the array of pairs. Okay,
    that's fine. How can I avoid the warning? I had
    expected that an explicit cast would help.
    Pair<Integer,Integer> p = (Pair<Integer,Integer>
    )pairArr;
    With a cast I'm telling the compiler: "I _know_ what
    I'm doing; please trust me."  But the compiler still
    issues a warning.  Yes, but at least you were able to change the warning from "unchecked assignment" to "unchecked cast" which is a little shorter ;-)
    Seriously , since arrays of generic types are disallowed, there is probably no way to get rid of these warnings - which makes a strong point for eliminating "unchecked" warnings altogether (see the other thread "selectively suppressing compiler warnings")
    Cheerio,
    Gernot

  • Display Popup or Dialog Message window when opening planning form?

    Is there a way to setup a planning web form to display a dialog box or message when the user opens a planning web form or expands a folder in planning? Or, is there a way to change the background color on a web planning form (input is yellow and would like to change it to some other color (light orange))? We are currently using Hyperion v9.3.0.1 on Unix Solaris. I tried attaching a Biz rule with runtime variables but the form errors with message indicating can not have run time variables on the form load option when opening a form.

    Hi,
    You can use custom javascript to add an alert message in a web form, you will need to read up on using custom javascript in planning, have a read here
    As for the colors used in web forms you can customize the css being used, have a read here
    Ok?
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • What do I have to write when in compilation form they ask about url website?

    I am trying to complete the compilation form create a sell books account. I can't go on because I don't know what do I have to write when in compilation form they ask about url website (in Physical Address and Contact Information section).
    Sorry for my english
    Thank you

    Just as the message says, she can't search places in Canada.
    Unfortunately, location based Siri searches are only supported in the U.S. for right now.  They are coming to other places such as Canada but we don't know when.

  • How to Display the Percentage (%) Sign in Planning Form..???

    Hi All,
    How to display the percentage sign in the planning form in an account..?? I've an account that already set as the percentage for the data type.
    What I want is, when I type 50 in my cell, then in my form will be show 50%
    Now, I can't see the % sign on my form.
    Any Idea..??
    Thanks.
    Regards,
    VieN

    I know it's an obvious one but has caught me once or twice before when I've changed many properties numerous times in one day: Make sure you've deployed since you last set the properties!

Maybe you are looking for

  • Multiple 11i instances in 10g OID.

    Hi All, I have added second 11i(11.5.10) instance to OID for SSO(10g ). After adding the second instance in OID, users which are common in both the 11i instances are not able to login thru SSO. Unique users are able to login thru SSO successfully. Bu

  • Equium A100-549: Blue Screen error during Recovery CD installation

    Hey, I recently purchased a Toshiba laptop, everything worked perfectly until my laptop was attacked. I got rid of the virus and went to reformat due to lots of problems occurring. The main one being a error has accursed and "Blah Blah" program needs

  • Numeric or value error problem

    Hi, I created the following function on Oracle 8i: create or replace function get_pub_info(p_inbox in varchar2) return varchar2 deterministic is cursor c_pub(p_inb varchar2) is select a.pub_name, a.pub_code,      b.fprocess_id from pub a, fprocess b

  • Botton on selection screen

    Hello gurus ,            guru I want to make a selection screen like fint tcode . suppose I have two button one is open and another is close , when user will press the open button one bolck will come wih close button and open button will disappear ,

  • Dictionary iOS 5 Not Working

    When  I select a word on my iPhone the "define" Option does not show.