Invalid user ID

Hello

I am using the application designer to connect to a database of the PS Financials 9.1 (2 levels). I use the default people/peop1e and VP1/VP1.
When I try to connect with a customer of level 3, everything works fine, but when it connects directly to the database (Oracle 11 g 2) I get "Invalid User ID and password for the access code.
I can connect as peple/peop1e via sqlplus and VP1 user is not locked.
I also looked around to find that the re-run of the connect.sql and the grant.sql script could do the trick - not in this case unfortunately.

There is a problem, I've observed and I don't know what the problem is when I run the script to grant the specified tables are not available for the 'people' to access:
[oracle@vm-psfin91-db unix]$ sqlplus sysadm/SYSADM@FC91DB

SQL*Plus: Release 11.2.0.1.0 Production on Tue Sep 21 14:18:42 2010

Copyright (c) 1982, 2009, Oracle.  All rights reserved.


Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options

SQL> grant select on PSSTATUS to people;
grant select on PSOPRDEFN to people;
grant select on PSACCESSPRFL to people;
commit;

Grant succeeded.

SQL> 
Grant succeeded.

SQL> 
Grant succeeded.

SQL> 
Commit complete.

SQL> connect people/peop1e@FC91DB
Connected.
SQL> select * from PSSTATUS;
select * from PSSTATUS
              *
ERROR at line 1:
ORA-00942: table or view does not exist


SQL>
I think that this could be the problem I have to solve - granting select permissions for 'people '.
Any help is appreciated.
Thank you
Honza

Could someone please confirm this behavior? The client alias must match the database SID for application designer you can connect to 2 levels... Thank you.

The customer tnsnames.ora file must have an entry according not not the SID, but the DBNAME in table PSDBOWNER.
It is one of the first test when a connection of two levels: "SELECT OWNERID OF THE PS. PSDBOWNER WHERE DBNAME =: 1 "(coincent: 1 étant la base de données nom dans l'écran de démarrage)."
A few months ago I wrote articles describing the connectivity, and it is one of the essential:
http://Gasparotto.blogspot.com/2010/03/PeopleSoft-database-connectivity-part.html

Nicolas.

Tags: Oracle Applications

Similar Questions

  • Analytics of obiee connection cannot get invalid user name and password

    Hi people,

    I am unable Loing analytical Obiee, get the valid user name and password when check the server log file do the sub questions.

    Authentication failed: invalid user/password.

    [2015 02-03 T 12: 13:52.000 - 05:00] [OracleBIServerComponent] [ERROR] [] [] [host: biapps.anblicks.com] [nwaddr: 192.168.100.112] [tid: dd8d8700] [ecid: 0053YdzsPuVEkJWzLwVK8A0006cE000000, 0:7210:6] PolicySet invalid: WSM-06102 PolicyReference reference URI "oracle/no_authentication_service_policy" is not valid.

    I am able to login on console and em with the same user name and password.

    Could any advice how to solve this problem.

    The problem is solved by rebooting my server linux...

  • ORA-01747: invalid user.table.column... on the REPLACEMENT notice

    Oracle 11g Release 2

    I run an UPDATE statement. In the 'set' I am trying to update a column by using a subquery on the right side. REPLACE the statement Gets the error ORA-01747: specification of invalid column, table.column, or user.table.column.

    create table tab1
    ( file_id   number  ,
      record_id number  ,
      part_type_id number ,
      part_number  number ,
      positon_id   number ,
      notes        varchar2(255) ,
      mapped       varchar2(1) default 'N'
    )
    /
    insert into tab1 values(1,1,123,777,1,'NEW|A/C COMPRESSOR KIT','N') ;
    insert into tab1 values(1,2,123,777,2,'REMAN|A/C LINE','N') ;
    insert into tab1 values(1,3,123,777,2,'TEST NOTE','N') ;
    commit;
    select * from tab1;
    /*
      FILE_ID  RECORD_ID PART_TYPE_ID PART_NUMBER POSITON_ID NOTES                     MAPPED
    --------- ---------- ------------ ----------- ---------- ------------------------- ------
            1          1          123         777          1 NEW|A/C COMPRESSOR KIT         N
            1          2          123         777          2 REMAN|A/C LINE                 N
            1          3          123         777          1 TEST NOTE                      N
    */
    
    
    DECLARE
       v_note2 varchar2(255) := 'NEW' ;
    BEGIN
    UPDATE tab1 t 
             SET 
              , t.notes =  (select REPLACE(t.notes,v_note2,null) 
                            from dual )
          WHERE t.file_id = 1         -- value comes from another source
          AND   t.part_type_id = 123  -- value comes from another source
          AND   t.part_number = 777   -- value comes from another source
          AND   t.position_id = 1  ;  -- value comes from another source
    END ;
    /
    
    ERROR at line 3:
    ORA-01747: invalid user.table.column, table.column, or column specification
    

    Here's what the end result should be:

      FILE_ID  RECORD_ID PART_TYPE_ID PART_NUMBER POSITON_ID NOTES                     MAPPED
    --------- ---------- ------------ ----------- ---------- ------------------------- ------
            1          1          123         777          1 |A/C COMPRESSOR KIT            N
            1          2          123         777          2 REMAN|A/C LINE                 N
            1          3          123         777          1 TEST NOTE                      N
    

    Hello

    orclrunner wrote:

    Oracle 11g Release 2

    I run an UPDATE statement. In the 'set' I am trying to update a column by using a subquery on the right side. REPLACE the statement Gets the error ORA-01747: specification of invalid column, table.column, or user.table.column.

    1. create table tab1
    2. (file_id number,
    3. number of record_id,
    4. number of part_type_id
    5. number of PART_NUMBER,
    6. number of positon_id
    7. Notes VARCHAR2 (255),
    8. mapped by default varchar2 (1) ' don't
    9. )
    10. /
    11. insert into tab1 values (1,1,123,777,1,'NEW |) Kit COMPRESSOR / it, ' don't);
    12. insert into tab1 values (1,2,123,777,2,'REMAN |) A/C LINE ',' don't);
    13. insert into tab1 values (1,3,123,777,2, 'NOTE of TEST', ' don't);
    14. commit;
    15. Select * from tab1;
    16. /*
    17. FILE_ID RECORD_ID PART_TYPE_ID PART_NUMBER POSITON_ID MAPPED NOTES
    18. --------- ---------- ------------ ----------- ---------- ------------------------- ------
    19. 1 1 123 777 1 NEW | A/C COMPRESSOR KIT N
    20. 1 2 123 777 2 REMAN | A/C LINE N
    21. 1 3 123 777 1 TEST NOTES N
    22. */
    23. DECLARE
    24. VARCHAR2 (255) v_note2: = "NEW";
    25. BEGIN
    26. Tab1 t UPDATE
    27. SET
    28. t.notes = (select REPLACE(t.notes,v_note2,null)
    29. the double)
    30. WHERE t.file_id = 1 - value comes from another source
    31. AND t.part_type_id = 123 - value comes from another source
    32. AND t.part_number = 777 - value comes from another source
    33. AND t.position_id = 1;  -value comes from another source
    34. END;
    35. /
    36. ERROR at line 3:
    37. ORA-01747: invalid column, table.column, or user.table.column specification

    Here's what the end result should be:

    1. FILE_ID RECORD_ID PART_TYPE_ID PART_NUMBER POSITON_ID MAPPED NOTES
    2. --------- ---------- ------------ ----------- ---------- ------------------------- ------
    3. 1          1          123         777          1 | A/C COMPRESSOR KIT N
    4. 1 2 123 777 2 REMAN | A/C LINE N
    5. 1 3 123 777 1 TEST NOTES N

    The comma after SET is a syntax error.

    Why you use double?  Why not just

    UPDATE tab1

    SET of notes = REPLACE (notes, v_note2)

    WHERE file_id = 1

    ...

    ?

  • CDR-20002: invalid user

    IM owner of the schema but I can't access it Designer,.
    I'm prompted for my channel user, pass, and connections and I can't access.
    the scheme is on a remote server, here at the office...
    I get this error msj:

    --------------------------------------------------------------------------------
    Message
    CDR-20002: invalid user

    Cause
    Logged in as a user that is not a valid user in the repository.
    --------------------------------------------------------------------------------

    I tried Googling by the error number but no success.

    What should I do?
    Please

    mabye you forgot created public synonyms of the old database table_owner is REPOS_MANAGER,.
    Here's the sql to run the old db:

    SELECT "CREATE A PUBLIC SYNONYM ' | synonym_name | "FOR" | TABLE_OWNER | '.' || synonym_name | « ; » Of
    dba_synonyms owner WHERE = 'PUBLIC' AND table_owner = '& TABLE_OWNER ";

  • Why this error ORA-01747: invalid user.table.column, table.column or colu

    Hello

    Run immediately is to give different results
    SQL>  declare
      2   v varchar2(30):='SAL';
      3   Begin
      4   execute immediate 'update emp set :1=1000 where empno=7900' using v;
      5   end;
      6   /
     declare
    *
    ERROR at line 1:
    ORA-01747: invalid user.table.column, table.column, or column specification
    ORA-06512: at line 4
    But,
    SQL> declare
      2  v varchar2(30):='SAL';
      3  Begin
      4  execute immediate 'update emp set ' ||v||'=1000 where empno=7900';
      5  end;
      6  /
    old 7900 new 7900
    
    PL/SQL procedure successfully completed.
    Can someone kindly explain to me the reason.

    I need to accomplish a task using the first way.

    What could be the solution to the above ORA error?

    Thank you

    Column names cannot be used as a bind variable.
    If you do not need to do this using method 1 as method 1 does not work by design.
    On the other hand, you need replace the literal (7500,7900) with a variable binding.

    --------
    Sybrand Bakker
    Senior Oracle DBA

  • Invalid user authentication

    Hello

    I'm on IOM 9102 + Websphere, I ran the patch_websphere and redeploy the .ear file. But now when I try to connect to the IOM, his throw invalid user authentication and I am not able to connect to the IOM. When I enter the password, its not taking the password and the cursor goes back to the user name text box.

    Thank you
    Suren

    This means that it is already disabled. To check, from the command line, run the following:
    wsadmin - port NONE

    This will connect you to the websphere administration tool. Next type:
    securityoff

    This will stop the security that allows you to connect with any username and password. Restart WebSphere.

    From this point you must enable security. Follow these steps:
    -Once WebSphere returns upwards, connect with any what user name and password in the console of websphere.
    -Access security--> user records--> custom
    -Enter the user name "XELSYSADM" and then make sure to ignore case is marked
    -Enter the password xelsysadm for "Server User Password"
    -Click 'OK' and 'Save' in the master configuration.

    I don't have a console of websphere that I have, but this will allow security for the application again. Restart and see what happens.

    -Kevin

  • ORA-20001: INVALID USER: ACCESS DENIED! -TIVOLI

    version 10.2.0.2

    SQL > connect tivoli
    Enter the password:
    ERROR:
    ORA-00604: an error has occurred at the SQL level 1 recursive
    ORA-20001: INVALID USER: ACCESS DENIED! -TIVOLI
    ORA-06512: at line 77 level

    Published by: DBA2008 on February 12, 2010 11:59

    Select the owner, trigger_name from dba_triggers where triggering_event = 'LOGIN ';

  • Discoverer of office connections fails with invalid user/Pass name in r12

    Hi all;

    I have the problem. I can connect Discoverer Administrator to my localmachine, and I do not see what ppl it's there... But when I try it gives me connection Discoverer Desktop to my localmachine name of user/Pass not valid. error.

    I can not connect my system browser:

    http://xx.com:7778/discoverer/more < < pages comes and I filled in the blanks as district:
    Connect to: Oracle Application
    Username: sysadmin
    Pass: *.
    Data Base: SCREWS

    I found a document of forums. Which is:

    Discoverer is unable to connect to the Oracle Applications database: name of user and password invalid Doc ID: Note: 467919.1
    Discoverer 10 g (10.1.2) connect to Oracle E-Business Suite 12 fails with "Invalid Username/Password" Doc ID: Note: 443661.1

    But before I apply the patch I want to take advice from you. Coz I can connect Discoverer Administrator and can use it but cant login Discoverer Desktop... kind of weird... I already checked it that I made in the installtion and its all seems correct.

    Any idea;

    Concerning
    HELIOS

    If you have verified that all the steps, and all are OK, then please proceed and apply the patch. Make sure that you apply the appropriate fix (note: 467919.1) that corresponds to your version of discoverer.

  • How can I remove invalid user names typed by mistake, but this show to the top in the window anyway.

    For example, one of my bank sites, there is a window to type the user name. When I have not given attention, I didn't know that I had not touched the button tab and then type the password. Now the name of username/password combo appears in the list in the window and I can't get rid of it. On my laptop, it's Windows 7 + Firefox browser and the bad combo is easily removed. On the desktop, I use Apple MiniMac with the Firefox browser, but deletion does not work. Use the Safari browser to the deletion? I've never use, prefer Firefox. Thank you

    • Click on the (empty) input field on the web page to open the drop-down list
    • Select an entry in the drop-down list
    • Press the DELETE key (on a Mac: shift + delete) to remove it.
    • Tools > Options > Security: passwords: "saved passwords" > "show passwords".
  • Invalid user password

    As the administrator of my computer, I created a user password recently for safety because my girls using my computer and I don't want to have administrative privileges. I write my password down and created a secret hint, but my password does not work and I can't get in the guest computer.

    Thank you. I looked again in other forums and found the same answer, and it worked. Thank you for for your time.

  • API of Brightcove document returned the error: INVALID_ON_BEHALF_OF_USER: missing or invalid user

    After you have configured my Adobe account in SalesForce, I get this error when I try to use the account Management Console.  Has anyone else seen this before?

    Sorry for the delay in responding.  We were able to work with Adobe Support and they setup on the backend.  The issue was that some users were setup their accounts and they were separated from our account of the company.  They added in on the backend and everything works well.

  • I just installed Digital editions and created and valid Adobe ID when trying to authorize my computer in Digital Editions the error message is that it is an invalid user ID or password

    How can I authorize my computer in Digital Editions if it does not recognize my (valid) Adobe ID?

    I just discovered a solution, well, it worked for me.

    I found it in an old post on an earlier version of digital editions.

    In it, the user has said he was missing in his Adobe ID several times and changed various aspects of his account, title, password etc.

    It does not work after the first change, but he did after a few.

    So I changed my password twice, allowed Adobe to monitor the use of the table and added a second email for verification.

    It worked and I was able to authorize my computer with the new Adobe ID.

  • Removal of the chains 'msad' for invalid users in planning

    In our planning application (9.3.1) when a user is removed from our network their ID see the place in the Planning (under manage security filters) as string MSAD. How can I clean those lists to the top? I thought that the updateusers utility could do, but he didn't. I know that there must be a quick way.

    Thank you

    Paul

    Hello

    Can you manually create a user in shared services [that has been removed from MSAD] and available access Planner to your application.
    Then use the "Manage security filters" menu option and select all users and click on the create"" button.

    also, run the UpdateUsers utility on the application.

    Let me know if it helps.

    See you soon
    RS

  • Username or password by email blackBerry Smartphones invalid existing users

    Trying to set up a second e-mail account and invite me for the username and password for the e-mail account existing users.  I guess that this information is the same as that required for access to my regular e-mail account, such as via Outlook.  However, I get an answer of password or invalid user name when I try to log in.  The BlackBerry system asking different information than what I provided?

    Hello!

    Sorry for the delay!

    (1) who is the "existing user"?

    (2) what exactly is ask your credentials? What looks like the screen? (Exactly) what do you have to get the prompt?

    We need some details to figure out what you see... you are our eyes and our hands... we can help you, but we need the information to do this.

    Get back to us with a few details and we will try to help.

  • Windows Messaging keeps asking for a user name and password. What should I do?

    Windows Mail keeps asking for a user name and password.  I know that the username and password are good because I can access mail via the web.  I have two e-mail accounts.  Saturday, I installed 23 updates of windows.  Now today, I can't get into windows mail.  Why?

    Error message:

    Account: 'first name', server: 'ipostoffice.worldnet.att.net', Protocol: POP3, server response: '-ERR [AUTH] invalid user/password (error 999)', Port: 995, secure (SSL): Yes, Server error: 0x800CCC90, error number: 0x800CCC92

    Account: 'username', server: 'ipostoffice.worldnet.att.net', Protocol: POP3, server response: '-ERR [AUTH] invalid user/password (error 999)', Port: 995, secure (SSL): Yes, Server error: 0x800CCC90, error number: 0x800CCC92

    Hello

    I am happy that it works.

    It is perhaps that this has nothing to do with your system, but a 'problem' in the e-mail server of the provider.

Maybe you are looking for