Logon to Portal30

: Authentication failed. Please try again. (WWC-41419)
Can someone please help me. I get the above error when logging on as the Portal30 user.

If you have installed portal with password case sensitivity on then you should try with correct case sensitive password. Assuming you
have not done any customization to Login Server and portal, it should work out of the box after installation. Please provide more
information about your problem and install configuration.
null

Similar Messages

  • What's wrong with this trigger?

    hi! i am creating a trigger that calls a procedure, it showed the following message. what's wrong?
    SQL> create or replace trigger phang.t2 after logon on portal30.schema
    2 begin
    3 call phang.dob;
    4 end;
    5 /
    Warning: Trigger created with compilation errors.
    SQL> show error;
    Errors for TRIGGER PHANG.T2:
    LINE/COL ERROR
    2/6 PLS-00103: Encountered the symbol "PHANG" when expecting one of
    the following:
    := . ( @ % ;
    The symbol ":=" was substituted for "PHANG" to continue.
    thx.

    my trigger itself doesn't contain any htp.p statements, it just calls the procedure which has the htp.p statements for generating the page.Which is the same problem as calling HTP within the trigger itself. I'm not saying you CAN'T call HTP from your trigger (directly or indirectly) - I'm saying you SHOULDN'T.
    You should have a sequence of events like this, for a more reliable PL/SQL Gateway experience:
    Pseudocode:
    A procedure (referenced by URL via the gateway).
       This procedure issues DML (which causes the trigger to execute)
       The trigger writes some information to a package variable (or other static container).
       The trigger completes.
       The procedure then accesses the package variable, and then HTP's that information as desired.
    The procedure completes.The difference in the above pseudocode and what you are trying to do is that the act of streaming to the buffer is completely within the procedure being referenced by the gateway. When you put the HTP calls in procedures (unknown) to the procedure that the gateway is executing, you will often get erratic and unpredictable effects.
    I have gone around this concept before, but I have had years of experience working with the gateway - something you aren't going to get in this Forum.

  • Moving to OID, but...

    hi! currently i'm using the Oracle 9iAS and Portal (both Release 1) to:
    1. develop pl/sql base applications. I make use of the local security tables (wwsec_person$ etc) to grant access to applications, content areas and folders etc.
    2. a trigger that uses system event trigger "after logon on portal30.schema" to call a procedure after a user logs in
    3. some dynamic pages that has e.g., the following:
    <Oracle>
    declare cursor b_day is
    Select * from portal30.wwsec_person$ where id = portal30.wwctx_api.get_user_id;
    b_rec b_cur%rowtype;
    begin
    For b_rec in b_cur loop
    htp.p('Hello');
    htp.p(b_rec.user_name);
    htp.p('Your birthdate is');
    htp.p(b_rec.date_of_birth);
    end;
    </Oracle>
    Questions:
    a) Can I just "switch" the "Authentication Mechanism: LOCAL" under the Edit Login Server portlet to OID? if so, how? will i need to reassign all the access rights again in the content area, folder, applications etc.
    b) what happens to all the user/group created under the wwsec_person$ etc? can I just "port them over"? if possible, how?
    c) are those commands in Q3 still valid? if not, how can I achieve the same result?
    also, the 9iAS Release 2 has actually "integrated" the OID with the portal. Should I just discard everything done on Release1 and re-create them on the R2?
    kindly advise.
    thank you.

    That is because you used a jar that is outside of your a2g.ear. That Oracle9iAS R2 doesn't seem to pick up your jars in the lib folder!!

  • Portal Export / Import Problems

    I'm trying to export a Portal application from a solaris development machine running Portal 3.0.7 to a solaris production machine running 3.0.8 and I'm having problems.
    As a starter I thought I'd try just the Login Server and the Security bits in that order.
    Everything seems to go okay with both the export and import using ssoexp.csh/ssoimp.csh and secexp.csh/secimp.csh but when I navigate to the new production site and try to login with one of the usernames and passwords that should have been imported, I get an authentication failure.
    Any ideas ?
    Thanks
    Garry

    Folks,
    Here is the output I receive after running the appropriate import scripts
    Import of Login Server
    Initializing Merge ...
    Initialization Complete
    Activity Log:
    Merging import SSO data with existing data
    The user PORTAL30_SSO with Login Server role FULL Exists ...
    ... The imported user has Login Server role = FULL
    The user PORTAL30_SSO_ADMIN with Login Server role FULL Exists ...
    ... The imported user has Login Server role = FULL
    The user PUBLIC with Login Server role USER Exists ...
    ... The imported user has Login Server role = USER
    The user PORTAL30 with Login Server role FULL Exists ...
    ... The imported user has Login Server role = FULL
    The user PORTAL30_ADMIN with Login Server role FULL Exists ...
    ... The imported user has Login Server role = FULL
    Disconnected from Oracle8i Enterprise Edition Release 8.1.7.0.0 - Production
    With the Partitioning option
    JServer Release 8.1.7.0.0 - Production
    Import of Login Server User Information Complete
    Note: A imported user has to login to the Login Server with
    password the same as his/her user name and reset his/her password.
    Import of Security data
    Initializing Merge ...
    Initialization Complete
    Activity Log:
    Merging imported security data of Portal with existing data
    The user PORTAL30 exists with ID: 0
    The user PORTAL30_ADMIN exists with ID: 1
    The user PUBLIC exists with ID: 2
    The user PORTAL30_SSO exists with ID: 3
    The group AUTHENTICATED_USERS exists with ID: 0
    The group DBA exists with ID: 1
    The group PORTAL_ADMINISTRATORS exists with ID: 2
    The group PORTLET_PUBLISHERS exists with ID: 3
    The group PORTAL_DEVELOPERS exists with ID: 4
    Disconnected from Oracle8i Enterprise Edition Release 8.1.7.0.0 - Production
    With the Partitioning option
    JServer Release 8.1.7.0.0 - Production
    Import of Security Data Complete
    From the output you can see that there is data being imported for the Portal users but not OPDSTATS the user I wish to use, and have created on my development site.
    However the WWUTL_SSO_TX_PERSON$ table has an entry created for OPDSTATS. I have compared the encrypted passwords for opdstats on dev and prod databases and they are the same.
    The logon user OPDSTATS uses a schema called OPDUSER that is not created on the database after import of both Login Server and Security.
    I can however logon as portal30 and have tried updating the table WWUTL_SSO_TX_PERSON$ with the portal30 encrypted password for the opdstats user, again this was unsuccessful.
    Any idea anyone ?
    Thanks
    Garry
    null

  • Automatically logon with russian language not English

    I wrote page
    <HTML>
    <HEAD>
    <TITLE>My Portal</TITLE>
    <base href="http://portal.portal.kk/pls/portal30/">
    </HEAD>
    <BODY onLoad="document.forms[0].submit();">
    <FORM ACTION="PORTAL30.wwptl_login.login_url" METHOD="POST" name="LoginForm">
    <INPUT TYPE="hidden" NAME="p_requested_url"
    VALUE="http://portal.portal.kk/servlet/page?_pageid=257&_dad=portal30&_schema=PORTAL30">
    <INPUT TYPE="hidden" NAME="p_cancel_url" VALUE="http://portal.portal.kk/pls">
    <INPUT TYPE="hidden" NAME="ssousername" VALUE="public">
    <INPUT TYPE="hidden" NAME="password" VALUE="public">
    </FORM>
    </BODY>
    </HTML>
    which automatically logon to home page of my company
    but buttons and date in English.How can I automatically logon with Russian language.
    Thanks in advance

    I suppose, you need to set that as the default language.
    Manybe, you can try the security forumn. More appropriate for this question.
    Thanx,
    Chetan.

  • How do I logon to the administrator screen?

    I installed Portal 3x on solaris. Eventhough I can login, I
    could n't see administrative screen at the portal. I logged
    using
    portal30 username.
    http:hostname:7777/pls/dad
    Logged using portal30 username.
    What is the default administrative user name. If it is not
    portal30, how do I set it up? Do I have to logon to the portal
    administrative screen? Is it a different URL?
    Your reply is appreciated.

    Connect the iPod to its syncing computer and restore via iTunes.  If iTunes asks for the passcode and you can't enter the passcode or you do not have the syncing computer, place the iPod in recovery mode and then restore. For recovery mode:
    iPhone and iPod touch: Unable to update or restore

  • View data in client B from client A in the same SID without a valid logon?

    Hi Folks
    We are planning on upgrading our 4.6C system to ERP 6.0, and are initialy considering having two clients in the same sandbox SID.  One would be for the developers to perform code remediation checks (client A), and one would contain a copy of production data for performing testing of functionality over live data (client B).
    Would it be possible to view data in client B from client A in the same system without a valid logon to client B or RFC connection to client B from client A?   For example via the use on an ABAP program to SQL the database?
    I know one can use transactions like SM30/SM31 to view, compare, and adjust data between clients, but this requires an RFC connection and valid logon to the target client.
    Regards
    Kevin.

    Hi Kevin.
    >
    Kevin McLatchie wrote:
    > Would it be possible to view data in client B from client A in the same system without a valid logon to client B or RFC connection to client B from client A?   For example via the use on an ABAP program to
    Short answer: yes.
    If someone has the right to write and execute ABAP reports on the system he is able to access the data of all clients. So I don't think that this setup is advisable. Don't mix development and production data in one system.
    Best regards,
    Jan

  • SAP GUI LOGON ISSUE

    Greeting Gurus,
    Whilst trying some BASIS general transactions with user logon settings, which I don’t remember, now it does not allow me to log on using my SAP user id
    I get a message “Log on with a dialog user”
    Could you please explain why I have this problem and whats the solution.
    Thanks

    Hi Rasig,
    the follow link from the sap online help describe the user types and the effects:
    [http://help.sap.com/saphelp_nw2004s/helpdata/en/52/67119e439b11d1896f0000e8322d00/frameset.htm]
    To change the user type, please see my reply above for the transaction SU01.
    Kindly regards,
    Stefan

  • HT204053 Dear Support Team, every time i tried to logon Icloud its gives me wrong user name or password and at the end it show me error " This Apple ID is valid but is not an ICloud Account" then how can i use one account for same Apple ID and ICloud???

    Dear Support Team,
    Every time i tried to logon Icloud its gives me wrong user name or password and at the end it show me error " This Apple ID is valid but is not an ICloud Account" then how can i use one account for same Apple ID and ICloud?
    Thanks

    It is not possible to create a new iCloud account using a Windows machine. You must create the account using a Mac (10.7.5 or more) or an IOS device (iPhone etc). Once that is done you can sign into and use the account on your Windows machine.

  • "Program terminated in remote system NONE: Logon failed" when adding a new table

    Hello,
    I set up a replication flow from a SAP ERP 6.0 EHP7 with SAP ASE 16.0 source to SAP HANA 1.0 rev 82 target
    I am using a standalone SLT system NetWeaver 7.0 with DMIS 2011_1_731 (with SP 1 to 7).
    I have 100 tables to replicate.
    I succeeded to set up replication for 57 tables. These tables are replicating properly.
    Whenever I try to add a new one (with LTRC transaction, Data Provisioning -> Start Replication), the new table is marked as 'Failed' after a little while.
    When I press 'Show Error Log' button I got an obscure error message:
    "Program terminated in remote system NONE: Logon failed "
    I do not understand this message. I checked both on SAP ASE source and SAP HANA target. I am still able to connect against both source and target.
    Can you please tell how to troubleshoot this error.
    Thanks in advance,
    Christian

    First thank you for answering my questions. I really appreciate your answers.
    I rechecked the documentation.
    "Application Operations Guide SAP Landscape Transformation Replication Server Document Version: 2.3 – 2014-07-08"
    Page 29 - 30
    3.5.2.2 Data Transfer Jobs
    This section explains the relationship between the number of data transfer jobs and the number of available background work process.
    Data transfer and data transformation processing on SLT server system is accomplished by the background work processes of the underlying SAP NetWeaver ABAP application server. Each job occupies 1 background work process in the SAP LT Replication Server system. For each configuration, the parameter Data Transfer Jobs restricts the maximum number of data load job for each mass transfer ID (MT_ID). In total, a mass transfer ID (MT_ID) requires at least 4 background jobs to be available:
     One monitoring job (master job)
     One master controller job
     At least one data load job
     One additional job either for the migration objects definition, access plan calculation or to change configuration settings in the Configuration & Monitoring Dashboard
    Example
    If you set the parameter Data Transfer Jobs to 04 in a configuration “SCHEMA1”, a mass transfer ID 001 is assigned. As a result, the following jobs should be in the system:
    1 Master controller job: /1LT/IUC_REP_CNTR_001
     At most 4 parallel jobs for MT_ID 001: /1LT/IUC_LOAD_MT_001_001/~002/~003/~004
    When configuring your data load or replication scenario, consider the following:
     Do not define more data transfer jobs than the number of available application server background work processes. If all available background work processes are already occupied by jobs, any other job will have to wait until a free work process becomes available. This can lead to long wait times until a new activity (for example creating triggers) can start, and can also result in significantly increased latency times for data replication.
     The number of dialog work processes in the source system corresponds 1:1 with the number of data transfer jobs in the SAP LT Replication Server system.
     Besides the work processes allocated by the data transfer jobs you need to provide additional available work processes for controller and monitoring jobs, the migration objects definition, access plan calculation or to perform configuration changes, and so on.
    Sizing for SAP LT Replication Server involves determining how many work processes are required to perform the initial load of data into the target system within an acceptable timeframe, and accomplish the change capturing and the transfer of data changes to the target system within expected latency times.
    Ensure that you add enough additional work processes to allow other required SAP LT Replication Server jobs to run.
    Finally, you map the number of required application server work processes to their system resource consumption (CPU, memory, disc space) using the formulas provided by the SLT Sizing Guide.
    With the simple formula below, you can calculate the number of required application server work processes (WPs) on the SLT Server for each active SLT configuration.
    The number of required work processes can be determined by adding
     The Number of required data transfer jobs ,
     plus one background work process for Central Master (Monitoring) Job (only one per system!),
     plus one background work process for Master Controller Job,
     plus 3-5 additional empty background work processes (recommended per configuration),
     plus approx. 3 dialog work processes (recommended for each configuration).
    Note: A lack of available free application server work processes can negatively affect the data load or data replication processes.
    To summarize everything, the number of 'Data Transfer Jobs' must be set depending of the number of source tables, it is not the actual number of tables.
    Assume that for my 100 tables I use 10 'Data Transfer Jobs' :
    - The number of work processes on the SLT server would be 20. I took the simple formula of the documentation:
    10 data transfer jobs ,
    + 1 background work process for Central Master (Monitoring) Job (only one per system!),
    + 1 background work process for Master Controller Job,
    + 5 additional empty background work processes (recommended per configuration),
    + 3 dialog work processes (recommended for each configuration).
    - The number of dialog processes on the source server would be 10 ( equal to the number of 'Data Transfer Jobs')
    Am I correct ?
    Regards,
    Christian

  • Error while importing logon par file

    Hi
    I have to do logon page customisation for that i have taken com.sap.portal.runtime.logon.par.bak file from basis team and i saved it to my desktop .Now i have renamed it to com.sap.portal.runtime.logon.par and trying to import to my NWDS.
    So i opend EP perspective file->import->browsed the par file in place of Archive file name when i click on finish it is showing the error "invalid END header(bad central directory offset).
    "The plugin com.sap.portal.plugins.config-archiver"caused an exception during the unpack operation.see log for more details"
    Can anybody please let me know the reason for this error .
    Thanks in advance.

    Hi,
    After renaming com.sap.portal.runtime.logon.par.bak to com.sap.portal.runtime.logon.par. Try opening the file with winrar/winzip to see if you have a right par file structure. On some portal versions, when you open com.sap.portal.runtime.logon.par file, you have again a com.sap.portal.runtime.logon.par file inside it.
    So if you find com.sap.portal.runtime.logon.par file inside com.sap.portal.runtime.logon.par. Then just extract it again and try importing it into NWDS.
    Please refer to [link|NWDS Log - PAR import error;
    Hope this helps!!
    Thanks & Regards
    Vijay

  • Error while importing logon par file into NWDS.

    Dear Friends ,
    I m trying to customise the logon screen for my project. For this I have downloaded the "com.sap.portal.runtime.logon.par.bak" from portal server instance with the help of basis team. I have locally saved this file on my desktop[. I have renamed the file as .par and removed the .bak extension. Now I have tried to import the file onto NWDS in EP perspective by following File>Import>Par file. But its giving me this error:
    error in opening zip file
    Reason: Sorry, an error occured creating the new project.
    The plugin "com.sap.portal.plugins.config-archiver caused an exception during the
    "Unpack" Operation See log for more details.
    In some of the solutions provided in SDN saying that after renaming the file to par open with zip if i done it is again showing the error as "Start of the central directory not found .Zip file corrupt.Possible cause :file transfer error."
    Kindly suggest me the solution.
    Thanks and regards.

    Hi,
    I think you have taken this file from a wrong path and hence this issue.
    Pls download the par file from the below path and try importing it into EP perspective..
    System admin> Support>Portal Runtime > Browse Deployment>
    Browse through the following to find the com.sap.portal.runtime.logon.par.bak file:
    WEB-INF u2013> deployment u2013> pcd
    Root>WEB-INF>Portal>Portalapps> temp--> download the com.sap.portal.runtime.logon.par.bak
    Regards,
    Vijay.
    Edited by: VijayKPappala on Sep 7, 2011 8:46 AM

  • Windows 7 logon error message

    I have a laptop with Windows 7 installed when turning on the laptop the windows profile screen loads fine. On selecting any user profile including admin on loading the profile shows the following error message.
    C:\Users\C:\Users\<username>\Desktop is not accessible
    Then the system freezes.
    I have logged into Admin on safe mode with same error message however system operates a little better and functional.
    I have checked user profiles on regedit and the paths are correct for the user profiles i.e. C:\Users\<username>
    Any ideas on how to restore the correct profile logon paths?

    This one might help.
    http://answers.microsoft.com/en-us/windows/forum/windows_vista-desktop/cwindowssystem32configsystemprofiledesktop-is-not/8adbc6ac-64c5-4418-9223-95c92d2dc958
    Also might ask them over here.
    http://answers.microsoft.com/en-us/windows/forum/windows_7-system?sort=lastreplydate&dir=desc&tab=Threads&status=&mod=&modAge=&advFil=&postedAfter=&postedBefore=&threadType=All&tm=1391380895705
    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows]
    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.

  • Getting Logon Failed error connecting to SAP R/3 with Crystal

    I have Crystal Reports 2008 and also the SAP Integration Kit installed on my desktop.  I've imported the transports into my DEV and QAS systems and am trying to connect directly to R/3 from Crystal using the SAP Table, Cluster or Function choice.
    I receive the error:
    Logon failed.  Details: You do not have the necessary rights to design reports against the SAP system.  Please check with your system administrator. 
    I'm using a logon that has full rights within SAP.  It recognizes my password because when I try a password that I know is wrong I get a different error message: Logon failed. Detail: Name or password is incorrect.  I receive the same error in PRD even though I have not imported the transports into that client.
    I have Crystal Server but am not trying to use that at the moment.  Just Crystal Reports as a standalone product.  If I've left something out please let me know.
    Thank you,
    Kevin Scheeler

    Hi Kevin,
    take a look at the Installation Guide for the SAP Integration Kit which includes a detailed list of authorizations per use case in the appendix
    the documentation is available on help.sap.com
    Ingo Hilgefort

  • ON-LOGON does not fire in Form B, called from Form A

    We have a situation like this. We are using Forms (Forms [32 Bit] Version 10.1.2.0.2 (Production)).
    We migrated this application to Forms 11.2.0.1.0. Problem is that the ON-LOGON trigger does not fire in the 2nd level forms. Our application work like this.
    (a.) User double-clicks URL icon.
    (b.) Form A is opened without asking for un/pwd. We put a NULL; in the ON-LOGON of A.fmb.
    (c.) This is the main form of the application. This has a canvas with 6 buttons. Each button will launch it's own separate application with it's own menu.
    (d.) Now user presses button in A. This launches Form B. We use
    Run_Product(FORMS, 'B', SYNCHRONOUS, RUNTIME,FILESYSTEM, pl_id, NULL);              (e.) Now, in Form B, in the ON-LOGON trigger we have put code to show the logon screen and login to the DB.
    Problem is, this works in 10g Forms. But we had to replace the RUN_PRODUCT with a CALL_FORM after migrating to 11g since RUN_PRODUCT is not supported in 11g.
    Problem is that when you use CALL_FORM to call Form B, the ON-LOGON of the Form B does not fire. We tried OPEN_FORM and NEW_FORM with different parameters, but the behavior is the same. i.e. ON-LOGON does not fire.
    What is the solution or workaround for this please.
    Edited by: user12240205 on Oct 15, 2012 4:50 AM
    Edited by: user12240205 on Oct 15, 2012 4:52 AM

    Michael Ferrante (Oracle) wrote:
    If you need to open another form you should use CALL_FORM, OPEN_FORM, or NEW_FORM. In these cases, ON-LOGON will not automatically fire because the connect info is passed from the calling form. If you need to login from the called form then you need to need to programatically cause that to occur. Refer to the LOGON and LOGON_SCREEN built-ins in the Builder help for more info. You can fire these from almost any trigger you like, for example in a WHEN-NEW-FORM-INSTANCE trigger or where ever is appropriate for you application.Michael, we tried using the CALL_FORM, OPEN_FORM & NEW_FORM.
    Also, there is NO connection to the DB, when B is called from A since we don't login to the DB in A (ON-LOGON has NULL;).
    So, if there is no DB connection when B is called, shouldn't the ON-LOGON in B fire?
    We tried firing the LOGON_SCREEN and LOGON in the WHEN-NEW-FORM-INSTANCE. But, for some reason, the we don't get the menu (we get a menu not found error). We tried correcting the paths and other things but still no solution.

Maybe you are looking for

  • Macbook to LCD TV

    Which cable can I use for s video, or can I, to my LCD TV? If not, what are my other options. I don't have HDMI. MB13.3/2.4/2X2GB/250/SD/AP/BT-USA

  • Downloading from Internal table to Excel

    Hi All, My requirement is download to Excel sheet, but in my internal table i have more than 95,000 record (max limit in Excel sheet is 65535). Please help me out by providing your solutions. note: here i know one solution, by splitting into two file

  • MouseOver in Drawing

    I am making a program that basically draws circles with lines connecting them. When I run my mouse over one of the circles I want some text to be displayed. How do I do this? I know that ToolTip is available for buttons, can it work for drawings too?

  • [Iphone 5] update to ios 6.0.1 - battery issue, fix please :(

    I have already turned off Siri, Location Services, Notifications After update to iOS 6.0.1, battery drain very quickly Something wrong with my phone?

  • PSE 8 - Snow Leopard 64-bit

    Hi all. Should be an easy one (although I've look throught the website and can't find the answer!) – does PSE 8 run 64-bit in Snow Leopard? I'm sure I've read on another website that it does, so installed the trial version and was disappointed to see