8i lite - OCA 30021, error in creating new user

I Have installed 8i lite on my laptop running win 98 SE.
I created a new user from oracle 8 navigator ( 8.0.5.0.1). Right clicking on user does not give any Privilege tab.
Now I quit navigator & log on to Sql plus running OCA patch 6.0.5.35.0. The new user connects but you can practically do nothing.
eg
SQL> select * from system.emp ;
select * from system.emp
ERROR at line 1:
OCA-30021: error preparing/executing SQL statement
[POL-5150] access violation
pl note that I have give "select all table" , "DDL" , "ADMIN" privilege to the new user created , but it always give error OCA-30021.
Also does public synonym works in 8i lite ? I have create public synonym in SYSTEM, but it is not visible to any other user id.
Greatly apreciate if you could answer any of my question.
null

I have similar problems. Any advice?

Similar Messages

  • Error while creating new user in Oracle 11i EBS

    I am getting following error while creating new user. How solve this issue?
    “Unable to load java class % specified profile option SIGNON_PASSWORD_CUSTOM. Please verify that the class exists and that it implements the java interface oracle.apps.fnd.security.PasswordValidation”.

    Following is the text from Note for Custom Password Validation logic:
    Customers who wish to use their own password validation logic may do
      so by writing their own Java classes that implement the
      oracle.apps.fnd.security.PasswordValidation Java interface.  The
      interface requires 3 methods to be implemented:
      1) public boolean validate(String user, String password)
        - This method takes a username and password, and then returns true
      or false, indicating whether the user's password is valid or invalid,
      respectively.
      2) public String getErrorStackMessageName()
        - This method returns the name of the message to display when the
      user's password is deemed invalid (i.e., the validate() method returns
      false).
      3) public String getErrorStackApplicationName()
        - This method returns the application shortname for the
      aforementioned error message.
      After writing the Java class to perform customized password
      validation, the customer must then set the value of the profile option
      SIGNON_PASSWORD_CUSTOM to be the full name of the class.  If, for
      example, the name of the Java class is
      oracle.apps.fnd.security.AppsPasswordValidation, then the value of the
      SIGNON_PASSWORD_CUSTOM profile option must be
      oracle.apps.fnd.security.AppsPasswordValidation.  Note that AOL/J
      will attempt to load this class dynamically.  Hence it is necessary to
      make the class accessible by AOL/J.  This means that in Forms, the
      class must first be loaded into the database using the loadjava
      command.
    You will need to apply the following patches for 11.5.1:
       1344802
       1363919
       1472974
       1351004
       1377615
    You will need to apply the following patches for 11.5.2:
       1377615

  • Error while creating new user

    Hi
    I HAVE LOGGED INTO oracle Portal with user : portal30 passwd : portal30.
    After selecteing the administer tab when i click on create new users I am getting error
    Error: (WWC-00000) with a back link ( which does not work ). I didn't get anything other than this on screen.
    I have tried to found out the soln but never succeded. What you think would be the reason for getting this error?
    do tell me on [email protected]
    Regards and thanks in advance
    Kedar

    Kedar,
    You may be able to find help on this by searching the 9iAS Portal forum, this forum is for questons relating specifically related to the PDK.
    thanks,
    Sue

  • Error -14135 Creating New User In Workgroup Manager

    Hello,
    I'm running 10.5.8 on a Mac Server, and until today have had no issues adding new users with a preset I've created in Workgroup Manager. Today, I've received the message:
    Got unexpected error
    Error of type eDSRecordAlreadyExists (-14135) on line 1268 of SourceCache/WorkgroupManager/WorkgroupManager-361.2.1/PMMUGMainView.mm
    This error appears before I'm even able to enter any information.
    I would appreciate any suggestions! Right now I'm running Disk Utility and repairing permissions. I haven't found any other ideas online.
    Thank you!

    Following is the text from Note for Custom Password Validation logic:
    Customers who wish to use their own password validation logic may do
      so by writing their own Java classes that implement the
      oracle.apps.fnd.security.PasswordValidation Java interface.  The
      interface requires 3 methods to be implemented:
      1) public boolean validate(String user, String password)
        - This method takes a username and password, and then returns true
      or false, indicating whether the user's password is valid or invalid,
      respectively.
      2) public String getErrorStackMessageName()
        - This method returns the name of the message to display when the
      user's password is deemed invalid (i.e., the validate() method returns
      false).
      3) public String getErrorStackApplicationName()
        - This method returns the application shortname for the
      aforementioned error message.
      After writing the Java class to perform customized password
      validation, the customer must then set the value of the profile option
      SIGNON_PASSWORD_CUSTOM to be the full name of the class.  If, for
      example, the name of the Java class is
      oracle.apps.fnd.security.AppsPasswordValidation, then the value of the
      SIGNON_PASSWORD_CUSTOM profile option must be
      oracle.apps.fnd.security.AppsPasswordValidation.  Note that AOL/J
      will attempt to load this class dynamically.  Hence it is necessary to
      make the class accessible by AOL/J.  This means that in Forms, the
      class must first be loaded into the database using the loadjava
      command.
    You will need to apply the following patches for 11.5.1:
       1344802
       1363919
       1472974
       1351004
       1377615
    You will need to apply the following patches for 11.5.2:
       1377615

  • Error When Creating New User in UME - GRC 5.3, but works via Backend

    All,
    When I try to create a new user in the User Management (UME), I get a very generic error message: "An error occurred; contact your system administrator". However, if I create the new user in the ABAP - backend first then he/she will show up in the UME and I can add Java roles to the user in the UME and he/she can work without issues. Therefore: do you always have to create GRC administrator users in the backend first or should it work when first creating in the UME as well?
    Thanks, Joerg

    Hi,
    Is your system a dual stack (ABAP+JAVA)? In that case the ABAP stack will be the master. You can check if it's an ABAP data source if you go to UME >> Configuration >> Data Sources
    Regards,
    Vit
    More info in thread: How to create Roles in UME (ABAP+JAVA stack)
    Edited by: Vit Vesely on Apr 10, 2010 9:28 PM

  • Error while creating new user via new MDM API

    Hi
    I have two questions:
    1) Is it possible to create a user in MDM via MDM4J?
    2) I am trying to create a user through new MDM API (not the MDM4J). When I execute the command CreateUserCommand, I get following error:
    com.sap.mdm.commands.CommandException: com.sap.mdm.internal.protocol.manual.ServerException: MDM repository data is out-of-date or is locked by another MDM Server. Refresh the data and try the operation again. If the error persists, contact the system administrator.
         at com.sap.mdm.security.commands.CreateUserCommand.execute(CreateUserCommand.java:93)
         at demo.dm.GetRoleList.main(GetRoleList.java:206)
    Here is the code that I execute:
              CreateUserCommand createusercommand =
                   new CreateUserCommand(connections);
              createusercommand.setSession(repsessionId);
              UserProperties userpp = new UserProperties();
              userpp.setName("Vijendra");
              //userpp.setRoleIds(roleids);
              createusercommand.setUser(userpp);
              //createusercommand.setInChangeStamp(-1);
              //System.out.println(createusercommand.getOutChangeStamp());
              try {
                   createusercommand.execute();
              } catch (CommandException e) {
                   e.printStackTrace();
                   return;
    Thanks
    Vijendra
    Edited by: Vijendra Bhanot on Feb 22, 2008 6:42 PM
    Edited by: Vijendra Bhanot on Feb 22, 2008 6:49 PM

    Hi
    I am also getting same exception.
    com.sap.mdm.internal.protocol.manual.ServerException: MDM repository data is out-of-date or is locked by another MDM Server. Refresh the data and try the operation again. If the error persists, contact the system administrator.
    Please help me.
    Thanks & Regards
    Vinit

  • Error when creating new users

    My OBIEE enviroment is working fine except for the user and group creation process.
    I create a new user by going into the WebLogic Server Administration Console > Security Realms > myrealm
    I then click the Users and Groups tab, then Users tab.
    The URL starts like this:  http://[2002:888e:6097:0:0:0:888e:6097]:7001/console
    I type in the new user info into the form and click 'Ok'.
    I am then redirected to another page but I get this error:
    Server not found
    Firefox can't find the server at [2002.
    And I noticed that the URL is now:  http://[2002:7001/console
    I tried restarting the server, but I still get this error.
    Is there anyway to fix?
    Thanks!

    try to refer your old threads https://forums.oracle.com/thread/2573797 you have faced the same issue earlier in Aug

  • Persistence error when creating New User

    Hi All,
    I just installed NW2004s SP7, both the J2EE as well as the ABAP stack, with user management configured such that the users in the ABAP stack.
    When I log into the portal and try to create a new user, or change existing users, I get the following error on the screen "An error occurred in the persistence; contact your system administrator".
    I looked in the logs and I have the following error.
    #1.5#0015F2539C5C007600000015000003080004198837026C13#1153972736062#com.sap.security.core.wd.maintainuser.MaintainUserComp#sap.com/tc~wd~dispwda#com.sap.security.core.wd.maintainuser.MaintainUserComp.public void saveModifications( )#SAP*#25222#SAP J2EE Engine JTA Transaction : [0fffffffdffffff917a001168]#labnxi_NXI_16617850#SAP*#f481f4e01d2311dbb0d30015f2539c5c#SAPEngine_Application_Thread[impl:3]_18##0#0#Error##Java###Error in the persistence
    [EXCEPTION]
    {0}#1#com.sap.security.core.wd.exception.UmeUiPersistenceException: <b>The UME/ABAP user management connector is set to read-only mode and therefore rejects the creation request for user SAGARWAL</b>
         at com.sap.security.core.wd.umeuifactory.UmeUiFactoryCompInterface.handleThrowable(UmeUiFactoryCompInterface.java:2065)
         at com.sap.security.core.wd.umeuifactory.UmeUiFactoryCompInterface.createEntity(UmeUiFactoryCompInterface.java:380)
         at com.sap.security.core.wd.umeuifactory.wdp.InternalUmeUiFactoryCompInterface.createEntity(InternalUmeUiFactoryCompInterface.java:440)
         at
    Can anybody tell me how I can change the UME/ABAP user management connector so I can create users from the Portal.
    Thank you for your help.
    Sumit.

    HI,
    check <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/44/23f128dac25cf8e10000000a155369/frameset.htm">the SAP Help page</a> for details...
    Hth,
    Michael

  • Run time error while creating new user??????

    HI Gurus,
    when i am creating a user in crm 7.0 server it s going into dump.
    DESCRIPTION:
    Category               Internal Kernel Error
    Runtime Errors         DDIC_TYPE_REF_ACCESS_ERROR
    Application Component  BC-ABA-LA
    Date and Time          23.02.2012 22:36:02
    What happened?
    Error in the SAP kernel.
    The current ABAP "SAPLBUPA_INTERFACE_OUTBOUND" program had to be terminated
    because the ABAP processor detected an internal system error.
    Short text
        Internal error in DDIC structure description
    Error analysis
        There is an error in the structure description of the Dictionary type
        "BUS_EI_BUPA_CENTRAL". The type references the type "BUS_EI_BUPA_CENTRAL_DATA".
        Error type: "abap type or abap length inconsistent"
    Information on where terminated
        The termination occurred during generation of the ABAP/4 program
         "SAPLBUPA_INTERFACE_OUTBOUND".
        The termination occurred in line 13
        of the source code of program "LBUPA_INTERFACE_OUTBOUND$06" (when calling the
         editor 130).
    Source Code Extract
    Line  SourceCde
        1 *******************************************************************
        2 *   THIS FILE IS GENERATED BY THE FUNCTION LIBRARY.               *
        3 *   NEVER CHANGE IT MANUALLY, PLEASE!                             *
        4 *******************************************************************
        5 FUNCTION $$UNIT$$ BUPA_OUTBOUND_BPS_FILL_CENTRAL
        6
        7     IMPORTING
        8        REFERENCE(IV_MODE) TYPE !CHAR1 OPTIONAL
        9     TABLES
       10        !IT_IDLIST STRUCTURE !BUS_EI_INSTANCE OPTIONAL
       11        !IT_FRAGMENTS TYPE !BUS_EI_FRAGMENT_T OPTIONAL
       12     CHANGING
    >>>>>        REFERENCE(CT_BP_EXTERN) TYPE !BUS_EI_EXTERN_T .
    REgards,
    Rajesh.

    Following is the text from Note for Custom Password Validation logic:
    Customers who wish to use their own password validation logic may do
      so by writing their own Java classes that implement the
      oracle.apps.fnd.security.PasswordValidation Java interface.  The
      interface requires 3 methods to be implemented:
      1) public boolean validate(String user, String password)
        - This method takes a username and password, and then returns true
      or false, indicating whether the user's password is valid or invalid,
      respectively.
      2) public String getErrorStackMessageName()
        - This method returns the name of the message to display when the
      user's password is deemed invalid (i.e., the validate() method returns
      false).
      3) public String getErrorStackApplicationName()
        - This method returns the application shortname for the
      aforementioned error message.
      After writing the Java class to perform customized password
      validation, the customer must then set the value of the profile option
      SIGNON_PASSWORD_CUSTOM to be the full name of the class.  If, for
      example, the name of the Java class is
      oracle.apps.fnd.security.AppsPasswordValidation, then the value of the
      SIGNON_PASSWORD_CUSTOM profile option must be
      oracle.apps.fnd.security.AppsPasswordValidation.  Note that AOL/J
      will attempt to load this class dynamically.  Hence it is necessary to
      make the class accessible by AOL/J.  This means that in Forms, the
      class must first be loaded into the database using the loadjava
      command.
    You will need to apply the following patches for 11.5.1:
       1344802
       1363919
       1472974
       1351004
       1377615
    You will need to apply the following patches for 11.5.2:
       1377615

  • Portal Runtime Error while creating  new system in portal content

    Hi
      Can anyone  solve my problem, i am geting error while creating new system in p ortal content
    Portal Runtime Error
    An exception occurred while processing a request for :
    iView : pcd:portal_content/com.sap.pct/admin.templates/iviews/editors/com.sap.portal.templateSelection
    Component Name : com.sap.portal.admin.templateselectionwizard.default
    com/sap/portal/iviewserver/cache/OClass.
    Exception id: 11:29_26/12/06_0014_5891950
    See the details for the exception ID in the log file

    Hi,
    Check this link for creating system object
    http://help.sap.com/bp_epv260/EP_EN/documentation/EP/N03_BB_InstallGuide_EN_US.doc
    Regards
    Arun

  • SBO0001 error DBD:ORA12154 error while creating new connection

    Dear All,
    I have installed XIR3 on a windows 64 bit with oracle 10g R2 client.
    The CMS is up and running and I am able to connect to the infoview and view the lsit of all the migrated objects from BOXIR2.
    But, when I am trying to create a new connection for the universe or trying to execute the existing reports i am getting the following error.
    (i.e I guess BO is unable to connect to DB)
    *SBO0001 error DBD:ORA12154 error while creating new connection
    I tried various solution from BOB but still could not solve this. Please anyone suggest few tips regarding this case
    Business objects: CMS is running and able to connect to infoview and able to log on to CMC
    Database client: Able to log on to DB using sqlplus and tnsping is working.
    the details of the software are as follows
    *BO Server configuration
    OS: Windows Server 2008 R2 64 bit
    Business Objects XI R3 3.0
    Oracle client 10gR2 32 bit
    *Database server configuration
    Oracle 11g R2 64 bit
    Thanks,
    Mike

    Mike :
    I am having a similar issue with the BOE and Oracle.
    Can you please provide details of which Oracle client you ended-up using..?
    32-bit or 64-bit...?
    Oracle client version...?
    Specific client patches applied..?
    Thanks,
    Mark

  • RUNTIME ERROR WHILE CREATING NEW SYSTEM IN EP6

    Hi
    Can anyone solve my problem, i am geting error while creating new system PORTAL FOR to connect biw 3.5 system
    Portal Runtime Error
    An exception occurred while processing a request for :
    iView : pcd:portal_content/com.sap.pct/admin.templates/iviews/editors/com.sap.portal.templateSelection
    Component Name : com.sap.portal.admin.templateselectionwizard.default
    com/sap/portal/iviewserver/cache/OClass.
    Exception id: 11:29_26/12/06_0014_5891950
    See the details for the exception ID in the log file
    thanks in advance
    Rock

    hi,
    check the log file and let me the the error.
    manish

  • PDF Error while creating New PCR

    Hi All,
    i am getting belolw error while creating new PCR, it suppose to open PDF but with out opening it is giveing following error.
    The initial exception that caused the request to fail, was:
       com.sap.engine.services.webservices.jaxrpc.exceptions.InvalidResponseCodeException: Invalid Response Code: (401) Unauthorized. The requested URL was:"http://localhost:50000/AdobeDocumentServices/Config?style=document"
    com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentRuntimeException: Failed to  UPDATEDATAINPDF
    Request you guide me to resolve this problem
    Thanks,
    Srinivasu.Y

    Hello Srinivasu,
    It seems your Adobe configuration is not correct. Please use SAP note 944221 for troubleshooting.
    Also go through online help documentation-
    http://help.sap.com/erp2005_ehp_04/helpdata/en/2f/d7844205625551e10000000a1550b0/frameset.htm
    Configuration: Business Package for Manager Self-Service->Configuring Adobe Document Services
    Regards
    Pooja

  • MSS Error in creating new requisition request

    Hi All,
              I am getting a error when I try to create a new requisition request .
    I had looked in to the below mentioned thread but i am not clear what I need to do ?
    MSS Error in creating new requisition request
    Can you please explain me in details what I need to do to overcome this error?
    I am also getting the error saying "Hiring manager Personnel number is required " when I try to create a new requisition request for hiring process?
    According to the above mentioned  thread I had created a Position and assigned a personnel number to that position. I am not sure what is mean by :
    You have to maintain the one more manager position (i mean requister line manager) and give the proper reporting relationship and ren the program RCF_CREATE_USER, it automatically creates the CP relationship.
    What the report "RCF_CREATE_USER" will do??
    Thanks for your help in advance.
    Thanks,
    Greetson

    Hello Deepak Kumar Sharma ,
                                                  Thanks for your reply. My main concern is to overcome the error Ia m getting. I know about the functionality of this program.  the reason why I had asked about the functionality of this report is because of this thread :
    MSS Error in creating new requisition request
    In this thread they had mentioned after creating a position and run this report the "hiring manager personnel number required" error is solved. Thst is the reason. Hope you understand my situation.
    I had tried this by creating this position and run that report as well.
    Let me know if you have any questions.
    Thanks,
    Greetson

  • Ess error & unable to create new user

    hi gurus...
    i new to portal and i m facing problem in ess and user creation ...
    1 .)   my ess is showing the following error
    Service cannot be reached
    What has happened?
    URL http://wind:8000/webdynpro/dispatcher/sap.com/pcui_gp~xssutils/XssMenu call was terminated because the corresponding service is not available.
    Note
    The termination occurred in system EC1 with error code 404 and for the reason Not found.
    The selected virtual host was 0 .
    What can I do?
    Please select a valid URL.
    If you do not yet have a user ID, contact your system administrator.
    ErrorCode:ICF-NF-http-c:000-u:SAPSYS-l:E-i:wind_EC1_00-v:0-s:404-r:Notfound
    HTTP 404 - Not found
    Your SAP Internet Communication Framework Team
    2) In user management .. when i m clicking on create new user tab... it shows an error and says "An error occurred; contact your system administrator "   while i m the admin here and having all the right with me.
    pls help me regarding this....

    Hi,
    Did you install pcui_gp sca file suring deployment of ESS/MSS business package.?I think that sca file is missing
    1 .) my ess is showing the following error
    Service cannot be reached
    What has happened?
    URL http://wind:8000/webdynpro/dispatcher/sap.com/pcui_gp~xssutils/XssMenu call was terminated because the corresponding service is not available.
    2) In user management .. when i m clicking on create new user tab... it shows an error and says "An error occurred; contact your system administrator " while i m the admin here and having all the right with me.
    Is data dource configured to ABAP? then create in abap system such that users will be visible into portal.
    Regards,
    Koti Reddy

Maybe you are looking for

  • GL A/c No.

    hi,   what is the table name for HKONT (GL A/C no).

  • Mac App Store version and ASL files

    Hello Some days ago I updated my Photoshop Elements for Mac to Version 11 (Mac App Store version). Accidentally I noticed mysterious activity though Photoshop Elements wasn't running. For example these files have been created or modified /private/var

  • Search Tab in WebHelp Not Displaying Any Topics

    Let me preface this thread by saying that I JUST figured out the answer to my own problem. I tried to post this thread about 2 hours ago, but the forum was having issues...I got unexpected errors, and such. Although I figured out the answer a moment

  • How well does website filter work in parental controls?

    Hello there, I'm curious to know how well the adult filter works ok the ios7 built in parental controls. I noticed they have a websites option now to filter different levels of the internet. Does this also work across the entire device in 3 party in

  • Yahoo toolbar will not install - what's up??

    I HAVE INSTALLED SEVERAL TIMES IN THE LAST 3 DAYS, SINCE YAHOO UPDATED. IT WILL WORK WITH IE, BUT NOT FIREFOX. I PREFER FIREFOX. I HAVE DELETED, UNINSTALLED, RE-INSTALLED - NO SUCCESS. HELP!