Cannot create new form in portal

hello
i have a problem creating a form in portal!
i log in portal with the username orcladmin, then i click on builder -> navigator -> providers -> open(any provider) -> create new form (or report or chart)
i get the error in internet explorer The page cannot be found (link =http://marpolas.marpol.si:7783/pls/portal/PORTAL.wwexp_api_engine.create_action)
in netscape the error is a little different
The requested URL /pls/portal/PORTAL.wwv_menu.menu was not found on this server.
it is imposible for me to create new forms in portal.
Any ideas?
thanks in advance
Marjan
p.s
i use portal on windows 2000 server, 1800mhz and 1gb ram

Sounds like a problem with the privileges.
Try creating a new user, say user_temp, and grant the user Manage privilege to All Portal DB Providers and Manage to All Schemas.
Try creating a form after logging in as user_temp.
The minimum privileges required to create a Portal DB provider component is Create privilege on the Portal DB Providers and Manage on the Portal DB Provider schema.

Similar Messages

  • Account active but cannot create new forms

    Why when I attempt to create new form in active account it asks me to upgrade.
    Anyone else have this experience and if so has it been resolved?

    See if this FAQ helps:
    http://forums.adobe.com/docs/DOC-3203

  • Problem with creating new user in portal = portlet is not visible

    Hi,
    I've got a problem with creating new users in portal. In the Administer tab of the builder is the user portlet not visible.
    How can I make this portlet visible?
    Please Help
    thank you...
    Gilbert

    Hi..my problem slightly similar.
    I created one new user, and didn't select anything from "Public Groups Assignment" and "Privilege Assignment" for him.
    I expect the user will be a public user.
    But, when he try to logged in the portal,
    He cannot see all the PORTLETS related to database values..
    All he can see just LINKS -that all in my portal right now beside the report from database that the user cannot see :)
    So, what did i do wrong?
    Plz Advise, and thanks.

  • Cannot create new folders in Outlook

    I just bought a new PC computer.  I installed MSFT Office Professional Plus 2010.  I opened Outlook and added in (i) the pst folder I had set up from my previous Vista
    computer (also with Outlook 2010), (ii) my hotmail account, (iii) my at&t/yahoo account and (iv) my gmail account.  I cannot create new folders in any of them.
    When I right click anywhere in the navigation pane and select "New Folder..." I get the following error message:
    "Outlook cannot read the registry information.
    -Close and restart Outlook.
    -Reinstall Outlook
    -Reinstall Microsoft Exchange or other e-mail system."
    I tried all three, including removing and reinstalling Office and removing all of the email accounts/pst files and re-adding and still have the problem.
    If I try to right-click properties on any of the accounts, I get the same error message, with the following additional language first:
    "Cannot display 'General' page. This page will remain visible, but is not available."
    Not sure what is left to try.
    Appreciate any ideas.

    Hi
    Thank you for using
    Microsoft Office for IT Professionals Forums.
    From your description, If the PC from clean install, you can follow these steps to test this issue.
    1.      
    Start the Outlook in safe mode,
    Press and hold the CTRL key,
    and then click Outlook.
    If the problem does not occur in the safe mode, this issue might be related to some third-party add-ins in the Office program, we can try to disable them.
    2.      
    Create a New profile & PST file to test this issue
    If this problem does not occur in the new Outlook profile & PST, the old Outlook profile is corrupted. We can delete that and use a new Outlook profile.
    3.      
    Make sure the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office
    key permissions to allow full permissions to all users
    Important: This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might
    occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how
    to back up and restore the registry, click the following article number to view the article in the Microsoft Knowledge Base:
    322756  How
    to back up and restore the registry in Windows
    a)     
    Exit Outlook if it is running.
    b)     
    Click
    Start, and then click Run. Copy and paste (or type) the following command in the
    Open box, and then press ENTER: regedit
    c)     
    Locate and select the following key:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office
    d)     
    On the
    Edit menu, click Permissions.
    e)     
    Click the registry key for the user who is currently logged on, and ensure that
    Read and Full Control permissions are both set to
    Allow.
    f)      
    Click the Advanced button, ensure that the user who is currently logged on is selected, that
    Full Control is listed in the Permissions
    column, and that This Key and Subkeys is listed in the
    Apply to column.
    g)     
    Click to select the Replace permission entries on all child objects with entries shown here that apply to child objects check box, and clear
    the check box
    Windows 7: Include inheritable permissions from this
    object’s parent
    Windows XP: Inherit from parent the permission entries that apply to child objects. Include these with entries explicitly defined here.
    h)     
    When you are prompted to continue, click Remove.
    i)      
    Click Apply, and then click Yes when you are prompted to continue.
    j)      
    Click OK, and then click OK again.
    k)     
    On the Registry menu, click Exit.
    Please take your time to try the suggestions and let me know the results at your earliest convenience. If anything is unclear or if there is anything
    I can do for you, please feel free to let me know.
    Hope that helps.
    Sincerely
    William Zhou CHNPlease remember to mark the replies as answers if they help and unmark them if they provide no help.

  • Scritps to create new user in portal

    Hi, anyone knows where can i get a script to create new users in portal?:
    add new user, add user in groups, set default group
    i've been trying to insert in the tables WWSEC_PERSON$ and WWSEC_FLAT$ but i couldnt get to see the user in portal application though its the tables. i guess i am forgetting some table (like something in the SSO)...
    Thanks
    Daniel Perez
    SJD

    Well, actually the api also adds the user to the group, but obviously, there's something that portal does when you add it manually that we are missing in the api, and that's what i need to discover.
    The code in the api, related to default group, is:
    /*In FUNCTION ldap_create_user */
    IF p_default_group is not null then
    BEGIN
    group_array := DBMS_LDAP.create_mod_array(14);
    user_vals(1) := 'cn=' || lower(p_default_group) || ',' || group_id;
    DBMS_LDAP.populate_mod_array (user_array, DBMS_LDAP.MOD_ADD, 'orcldefaultprofilegroup', user_vals);
    user_vals.DELETE;
    group_vals(1) := 'cn=' || p_oid_id || ', cn=users, ' || ldap_base;
    DBMS_LDAP.populate_mod_array(group_array, DBMS_LDAP.MOD_ADD, 'uniquemember', group_vals);
    group_vals.DELETE;
    retval := DBMS_LDAP.modify_s(user_session,'cn=' || lower(p_default_group) || ',' || group_id, group_array);
    DBMS_LDAP.free_mod_array (group_array);
    END;
    END IF;
    /*In FUNCTION portal_create_user*/
    IF p_default_group is not null then
    BEGIN
    wwsec_api.set_defaultgroup (p_groupid => wwsec_api.group_id (p_default_group),
    p_username => p_username);
    l_id := wwsec_api.id_sso(p_username => p_username);
    END;
    END IF;
    If i try to add the user to the group anyway with add_user_to_list:
    wwsec_api.add_user_to_list(p_person_id => wwsec_api.id(p_username),
    p_to_group_id => wwsec_api.group_id(p_default_group),
    p_is_owner => wwsec_api.NOT_OWNER);
    I get a User Defined Exception.
    I also can see the user in the list of members for the group and the group as the default group for the user in his profile.
    Anyway i still get the same message when trying to log in:
    Error: You do not have permission to perform this operation. (WWC-44131)
    Message was edited by:
    dani_sjd
    Message was edited by:
    dani_sjd

  • Cannot create new folder?

    I have just moved to a new hosting and have connected to it
    and I can edit files. When I try to add a folder to the remove I'll
    get
    "An FTP error occured - cannot create new folder .
    Access denied. The file may not exist or there could be a
    permission problem".
    Any idea?

    Hi,
    Did you make any changes before the issue appears?
    Before going further, you may try the
    system restore to go back to a previous status and check the result.
    Tracy Cai
    TechNet Community Support

  • Cannot Create New Mailbox

    Hi all,
    First of all I already create a similar thread : http://social.technet.microsoft.com/Forums/en-US/b8f88745-ca79-43f9-8857-3b87781e5c19/rbac-to-create-mailbox?forum=exchangesvradmin 
    I got a problem in my Exchange Server 2013 environment. I cannot create new mailbox (new user) from ECP. But I can create new mailbox and choose existing user.
    Active Directory operation failed on DC.mydomain.com. This error is not retriable. Additional information: Access is denied. Active directory response: 00000005: SecErr: DSID-031A121F, problem 4003 (INSUFF_ACCESS_RIGHTS), data 0 
    already try with no luck :
    re-inherit the permission.
    setup /prepareAD
    I create new user and assign Org Management & Domain Admin
    how to check whether the permission in my AD is correct ? or any idea should I start troubleshooting ?
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
    Krisna Ismayanto | My blogs: Krisna Ismayanto | Twitter:
    @ikrisna

    solved by executing setup.exe /preparedomain
    and I found one of the server in container ADSIEdit were disabled inheritance. execute setup.exe /prepareAD, reboot the server (because it
    ask for it), then execute setup.exe /preparedomain
    cheers ! :)
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
    Krisna Ismayanto | My blogs: Krisna Ismayanto | Twitter:
    @ikrisna

  • Create New Form

    I am trying to create a new form that is the exact size of my envelope. I click Start - Printers, then select my Photosmart C6180. Click File, Server Properties, but the create new form button is grayed out. I am using Mail Merge w/Open Office, and I can print a test of the first envelope on letter paper, but not on the envelope itself. I have Vista-64bit

    I made a mistake in explaining but I don't think it mattered but let me see if I can explain better.   I create a work order in frmWO that writes to tblWO.   A relationship exists between tblVehicles and tblWO where I select the
    VehicleID on the frmWO.  Also on the frmWO are four dates.  WOStartDate, WOEndDate, LoanStartDate and LoanEndDate.   Also on the frmWO is a WOStatus field.   This acts as a control for billing purposes.  The Status can be
    Scheduled, Active and Completed. As an example of what is common, I create a WO for the initial delivery.  More often than not, the WO's are completed the same day.  So on the initial WO, I would choose the vehicle and the Loan Dates along with the
    WO start and end dates.   For instance, I create the work order for today with 4/9/2015 as the WO start date, WO end date, and the Loan Start date.   The Loan End Date would be 4/16/2015.  What I want to happen is click a "Create
    Return WO" button that creates the return WO with the Loan Start Date and End Date being the same but the WO start and end date now become what was the Loan End Date (4/16/2015) from the WO I was on when I hit the "Create Return WO" button.  
    I would like the WO Status to be "Scheduled", the VehicleID to be the same and then the dates from Above to be brought in as described.  There are a few other fields I want to transfer to the new WO as well but I figured if I could get what
    I have mentioned to work then I am pretty sure I can get the other fields I need by reviewing the code and adjusting it as needed.   Does this explanation help Tom?  I am not sure how to use an Append Query as that seems like it would Append
    something existing whereas I need a whole new WO to be created based on the one being viewed when I click the create button.   Let me know if I can provide anything more that helps clarify?  Thanks, Troy

  • BO4 - cannot create new universe connections

    Hi,
    In Universe Design Tool, trying to create new universe connections but not allowing this.
    Doesn't show all the data access drivers we have installed.
    Can migrate connections fine from XIR2 fine and reports run O.K
    Why cannot create new universe connections
    Many Thanks

    Hi,
    there are some notes about this in the knowldge base. Here are a couple:
    For ODBC, Note   1272557 - Data Access Drivers missing while creating a new connection in Designer
    for JDBC, Note 1481410 - JDBC Drivers do not appear in the List Of Drivers when Creating a New Universe Connection in Universe Designer
    Can you hit www.service.sap.com/notes to look them up?
    Regards,
    H

  • After upgrade to 6.3.4 cannot create new bookmarks by dragging nor open existing bookmark properties

    Just upgraded to 3.64. Now I cannot create new bookmarks either by dragging a URL or trying to create a new one in organize bookmarks. For existing bookmarks when I hit properties on the pop up menu all I get is a title bar that says "bookmark properties for (name of bookmark)" but I can't resize it or otherwise manipulate the title bar to access information or change the properties

    Hello Victor.
    You may be having a problem with some Firefox add-on that is hindering your Firefox's normal behavior. Have you tried disabling all add-ons (just to check), to see if Firefox goes back to normal?
    Whenever you have a problem with Firefox, whatever it is, you should make sure it's not coming from one of your installed add-ons, be it an extension, a theme or a plugin. To do that easily and cleanly, run Firefox in [http://support.mozilla.com/en-US/kb/Safe+Mode safe mode] and select ''Disable all add-ons''. If the problem disappears, you know it's from an add-on. Disable them all in normal mode, and enable them one at a time until you find the source of the problem. See [http://support.mozilla.com/en-US/kb/Troubleshooting+extensions+and+themes this article] for information about troubleshooting extensions and theme. You can troubleshoot plugins the same way.
    If you want support for one of your add-ons, you'll need to contact its author.

  • Scritps to create new group in portal

    Hi, anyone knows where can i get a script to create new groups in portal?
    I found very good script on Metalink doc.id. 258751.1 for creating users. Does exist something like that but for groups?
    Thanks.

    Yes we have build a set of API's to create groups, add members to groups etc using wwsec_api.If you need further details post your email id and can provide additional details.

  • HT5577 i bought  recently a second hand apple i phone 4s but now i cannot creat new apple id

    i bought  recently a second hand apple i phone 4s but now i cannot creat new apple id .

    I suspect you're referring to the 3 free iCloud account limit on an iOS device. If so, there's no way around this. Once that limit is reached, you'll have to create the iCloud account on another iOS device or computer, then setup that account on your phone.

  • AME iExpenses: Cannot create new approver group

    We need to set up approver groups for iExpenses. I assigned myself Approvals Management Administrator and Aprovals Management Business Analyst roles. With these roles I can create new attributes and conditions. However, I cannot create new action types and approval groups. The create button for the approval group just does nothing.
    What am I missing? We are 11.5.10.2, AME.B

    Pl see if ML Doc 420387.1 (How to Create the Approval Transaction Type for AME.B or higher ?) can help
    HTH
    Srini

  • Cannot create new LWP?

    To test my Server process, I make a Client process to send numerous requests by creating one-connection-one-thread.
    Under same amount of connections (such as 50 connections), indefinitely, the process will be error as follow:
    libthread panic: cannot creat new LWP (PID:XXX LWP 2) stacktrace:XXXXXX
    my question is:
    If there are limits of LWP in a process?
    I use unbound thread and let the kernel to balance threads between LWP, must I use bound thread?

    I've seen this when my program used a lot of file descriptors. Using truss I could see that a call to open /dev/zero failed and a libthread panic message was displayed. Try using the ulimit command to increase your limit on open files.

  • Cannot copy or create new user in portal

    Hi all,
    I have tried to create new users in dual stack abap & java installation. However, j2ee_admin and sap* both display critical stop with message "An error has occured, contact your system administrator." Unfortunately, there is nothing more than this message in portal. I have used visual administrator from go.bat also but the result is the same with error:
    Caused by: java.lang.ClassNotFoundException: com.sap.security.core.persistence.datasource.PersistenceException
         at java.net.URLClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
    Any clues!
    Regards.

    Hi Eduardo/Jo,
    That's fine, I can see abap user in both visual administrator and portal's identity mgt area.
    However, when attempted to logon with an super admin role abap user, the portal displays, user is locked... okay, go to portal with j2ee_admin and unlock this user... again login and message user is still locked.... Go to visual administrator the same user appears as locked. click the pencil button and try to unlock, visual admin displays message "unable to unlock user. details are available in status bar".
    Following is the perhaps relevant part of the long error details.
    Caused by: com.sap.security.core.persistence.datasource.PersistenceException: Attribute "islocked" on namespace "com.sap.security.core.usermanagement" of principal "UACC.R3_DATASOURCE.MOHAMMAD" is not modifiable.
    So, all in all, portal cannot logon with super administrator becuase it appears locked in visual admin, cannot unlock this user in visual admin because of above error message.
    Any clues, please.
    Regards.

Maybe you are looking for

  • How to detect if a user has changed a record using a custom method?

    I am in the process of developing a test case application using ADF JSF and a collection of Java objects that are not populated by a database. Details of what I have developed so far can be found on this post: how to create a new record using a custo

  • Error 3014 Ipad 2 Update from ios 4.3.5 to ios 5.0.1

    As the title says... I have been trying to update my Ipad to ios 5.0.1 and I keep getting the error (3014), althought my iTunes is updated to the last version, my windows is fully updated, my Ipad is directly connected to my PC's USB... I even tryed

  • Nv4_disp.dll BSOD Errors (solved by driver rollback)

    http://projectm.us/murc/planetside/BSOD2.jpg It happens whenever im running a game or program that uses a lota ram. Ive completly replaced my drivers (uninstall/reinstall) and im going to try the MSI drivers, does anyone know how to fix this crap?

  • Specific question on seek

    Ok here is a specific question unlike my previous one. If i store records with a fixed record length something like : RandomAccessFile file = new RandomAccessFile("example.txt","rw");            long pos = inputLong("Type the record number for saving

  • ETL without tools

    Post Author: sony CA Forum: Olap 1.I am creating a data warehouse without using any  ETL tools from the OLTP.For this , i can fetch the  data by using  aggreegate concept. How many other ways by which i can fetch the data?2. How to use incremental ap