Password resetting in web as abap+java

Hi,
I have installed portal 6.0 SR1 on Web AS ABAP+JAVA 640 SR1.
User I am creating in su01 through the ABAP stack.
Whenever I assign the initial password to a user created in this way or reset password of a user (through the ABAP stack), portal asks for new password and confirm the password.After this, it says <i>"user authentication failed". </i>
The workaround for this is that with the initial password of the user, I have to login as the user in portal through ABAP stack.When it asks for new password and we confirm it, we have to user this 'new' password to login to the portal screen.
I would like to know whether there is a setting I have to make in the JAVA stack for this purpose, or this is some bug in abap+java stack.
Thanks and regards,
Kunal.

Hi Kunal,
u can reset password of user through Visual Administrator(from UserStore)  or by WebAdministrator
for Visual Admin
http://help.sap.com/saphelp_nw04s/helpdata/en/23/fa1f1e5f6841cf92c64dc19d79f290/content.htm
use this also
http://help.sap.com/saphelp_nw04/helpdata/en/d7/fdbc3d8af79633e10000000a11405a/content.htm
for WebAdministrator
just login using Administrator ID.
have to login here with user having administrator rights
url http://<serverName>:50000/useradmin
here assumed port as 50000
http port is
5NN00 ---
NN - Instance Number
                                 Regards
                                 Kishor Gopinathan

Similar Messages

  • SAP Web AS ABAP + Java system

    Hello All,
    I am looking at the installation guide of SAP XI. I did not understand one thing from that guide. it says
    <b>"If you want to install the component SAP Exchange Infrastructure:Prepare the SAP Web AS ABAP + Java system for SAP Exchange Infrastructure"</b>
    I would appreciate if anyone of you can clarify what is <b>SAP Web AS ABAP + Java system</b>.
    What I have been thinking all these days is we could have either Java(J2EE) or ABAP Web Application Server.
    I don't understand what this ABAP + Java system is ?
    Thanks in Advance

    Hi Vanaja,
    in the world of WAS 6.40 you can install it as three variant.
    1. ABAP standalone (with it own SID) e.g. for R/3
    2. Java stanalone (with it own SID) e.g. for EP 7.0
    3. ABAP + Java as an Add in (Java and ABAP has the same SID)
    For XI you have to install a so called double stack WAS 6.40 or SAP Web AS ABAP + Java System or ABAP + Java Add in. All this describe the same variant of the installation.
    Normally you will have one database where J2EE-Scheme and
    the ABAP-Schema is on the same database. I would really
    suggest you to read the installation master SR1 there you
    will get the understanding what is the difference.
    regards,
    Ly-Na Phu

  • Password Reset Form for Multiple ABAP and Java Systems IDM 8.0

    Hi Friends,
    i have created Password reset form in IDM 8.0 , now i am able to reset password in systems but when i am resetting password IDM will reset password in ALL Connected server where his id is present.
    now i need that user can able to select system where he want to reset password through password reset form.
    Thanks,
    Mohinder

    Hi Tero,
    I tried both query and it worked for me,
    select right(mcattrname, len(mcattrname) - 7)
    from idmv_vallink_basic
    where mskey = %usermskey% and left(mcAttrName, 7) = 'account'
    select rep_name from MC_REPOSITORY where rep_name in (select right(mcattrname, len(mcattrname) - 7) from idmv_vallink_basic with (nolock) where mskey = %usermskey% and left(mcAttrName, 7) = 'account')
    May be Mohinder did not copy paste properly.
    Password reset task with option to select repository seems to be coming from many ppl. Will you be able to create a blog with details on how to achieve this, as it is your idea in 1st place?
    Kind regards,
    Jai

  • Web Dynpro ABAP - Java stack required?

    Hey everyone,
    We are currently planning an upgrade to ECC 6.0 and Netweaver 2004s. A source of debate during this planning has been whether or not to install the Java stack in our upgraded system.
    I'm an ABAP developer, so I'm really looking forward to using Web Dynpro ABAP. Does anyone know if the Java stack is required to effectively use Web Dynpro ABAP? It seems like the two should be independent...but I just want to be sure.
    Thanks in advance!!
    Chad

    No, you do not need the java stack to run WDA applications.  It runs purely on the ABAP stack.  You can develop your WDA app in SE80 and run it.  It will run in a browser from the ABAP stack.  If you have a portal, then you know that this runs on the java stack.  Also, your portal is probably not running on the same box as your backend ERP system.  If you running a portal, I would suggest installing both the java stack as well as the ABAP stack for you portal to run on.  Then you will be able to use WDA to create applications to run in your portal.
    So to sum up,  the portal runs on the java side, if you have both stacks running under your portal you can development WDA and WDJ applications, which both can run on that same engine.  To answer you question, you DON'T need the java stack to develop and run your WDA application, but if you want it to run in a portal, then you need a java stack to run the portal on top of.  This can be a completly separate box and a standalone java stack.   Did I confuse you even more?
    REgards,
    Rich Heilman

  • Restoring Web AS ABAP+JAVA or JAVA to different host

    Dear forum,
    We have a disaster recovery plan by using another host (call it as the backup host) to run SAP in case the main host is failed.
    The backup was done separately for DB, IFS and authorization, as well as the restore. After the restore, the profile parameters were changed to be pointing to the new host.
    We did a restore of ABAP+ JAVA and JAVA only systems from the backup that was performed on the main host to the backup host.
    In the JAVA part for both ABAP+JAVA and JAVA, I found a lot of things to change in configtool which are still pointing to the old host. I have tried to change the parameters that I found, but it didn't help.
    I could get the ABAP part up and running by maintaining WRKSRVTBLE and some SQL packages issues, but not for the JAVA part.
    Can I do a system copy from the main host to the backup host and in case of a disaster, the action is only restoring the DB part? Or any other suggestions?
    Thanks before,
    Agoes
    Message was edited by:
            Agoes Boedi Poerwanto

    Hi Agoes,
    Let me make sure I understand what you are trying to do.  Your backup system is basically a copy of your production system running on a different host.  If the production system fails then you will restore the data from the most recent backup to the system running on the backup host.  Is that the scenario?
    If you are just trying to copy the system to a new host and get it up and running, I would recommend an officially supported method such as a homogenous system copy to do this.  However, the attached document in SAP note 568820 "iSeries: Implementing an Independent ASP (iASP) System" has an entire section on modifying an SAP system to run on a different host.
    You may want to consider taking your HA strategy one step further by implementing an iASP.  Your HA solution that you describe is very similar to the iASP solution, but I think an iASP will better meet your needs.
    Kolby

  • How to pass username/password to BPEL web service from java proxy?

    Hi all,
    Environment : SOA Suite 11g
    I am using basic http authentication in my SOA services using "oracle/wss_http_token_client_policy" policy. Now i need to invoke these SOA web services from a java proxy.
    Please let me know how this can be done.
    Thanks in advance

    Have you tried the below posts ?
    BPEL to invoke Webservice secured with HTTP Basic authentication
    Invoke a BPEL process using HTTP Basic Authentication
    http://docs.oracle.com/cd/E21764_01/web.1111/e13713/owsm_appendix.htm#CHDBAHBI
    Thanks,
    Vijay

  • Theming Options for Web Dynpro ABAP/Java - Custom CSS

    What options are available for creating a custom CSS for WDA?  My project is going towards SAPUI5, and they want to apply the same look and feeavl to their Web Dynpro applications.
    I know the Theme Designer is an option - but this customer is running on NW 7.3.  Obviously to get the WD CSS to look similar UI5, it will require changing all of the WD selectors.
    Finally, we have a 7.4 Sandbox.  If I build the theme there, is it backwards compatible to their 7.3 landscape?

    UI Theme Designer is the only supported way and it is available for NW 7.3 as well, assuming you are up to date on Support Packages. As long as you create a theme with UI Theme Designer the theme will work in any system that supports the same, there might be small functional and visual differences though depending on the SP levels of the source and target systems. SAP recommendation is to always use the latest version available to create (and consume) themes. You could start by using the Cloud version of UI Theme Designer, export and import into your own system. That said your NW 7.3 system needs to support UI Theme Designer to be able to use custom themes created by it.

  • WEB AS ABAP + Java license installation

    I just received a permanent license and used slicense tcode and used install dialog to key in the new license and came up with green light on the status column. Now I am not getting warning the license not expiring. But still the current active says license as INITIAL and system number is empty. I even deleted the old initial license entry. How do I make the new permanent license as an active one. Does it automatically takes the permanent one when the INITIAL one expires?
    thanks

    Hi,
    just stop the instance once and restart again i think now that "license as INITIAL" should not appear.
    Regards
    Dheeraj Thareja

  • License Problem in Abap+java stack

    Hello,
    I have installed my SAP XI/PI System with ABAP+JAVA Stack.
    I have applied SAP license at ABAP Stack using slicense for web as abap+java, so is there any need to apply license again for java stack, because when i am checking in Visual Admin under license node , it is showing license is not installed.
    If it is not required then why it is showing in Visual Admin tool that license is not installed. can some one give me guidance on this issue.
    Best Regards,
    V.Singh

    Hi,
    No restart will not make any difference.
    You can overlook this. If in the /nslicense screen you see a permanent license, then no need to worry furthur..
    Also in the system info page , you will see:
    Software Product  :Days Until Expiry 
    Hope this helps.
    Kind regards,
    hemanth

  • Intial password reset

    Hello All,
                   A new user is created with a intial password, Once the user logs on to the system through SAP logon , it will request for the User to reset the intial password, the scenario is the User does not have access through SAP logon , but has access to run the web reports , so once he runs the web report the user gives the user name and intial password , now is it poosaible to get the pop-up for the password reset though web and not through SAP Logon pad login.
    That is when he runs the web report it should pop-up for intial password reset and not through normal login, is this possible?
    regards,
    karthik.

    Dear All,
                   Thanks for your inputs,If portal is not used and if the user runs any report using bex browser , will the reset password work, when we run the report through bex , change password option is there , but when we run through bex browser or WAD the option is not there.
    we are using BW 3.5
    regards,
    karthik.

  • How to consume the Abap web service in Java web-dynpro

    Hi Everyone,
    I want to consume ABAP web service in java web dynpro.
    so when i tried to create model in java web-dynpro, it gave me an error message saying "Invalid WSDL or WSDL not found".
    i think this error message is because, to access the WSDL of abap web-service, we need username and password, but the dialog box in java web-dynpro is not programmed to take username and password from us and send it to the server to get the WSDL.
    i came to this conclusion because i was able to successfully test my abap web-service in java portal. the java portal asked me the username and password to open the WSDL.
    So, please help me to consume the abap web service in java web-dynpro.
    Thanks in advance
    Regards
    Vikas

    Hi Vikas ,
       while creating a model in web-dynpro try to use the "import web service model" option and if you are using local server choose the local server option so that you can get the available web services which are in server, select one among them and continue you process.I think this is the some what easy way .
    If you want use the URL for wsdl better to once test the available service in server and copy that WSDL URL and paste over  WSDL textbox.
    I think this is pretty help ful to you
    Best Regards
    Srikatnh

  • How to configure SSO for web dynpro ABAP (not web dynpro Java)

    Hi Experts,
        I am testing SSO in IDES for web dynpro ABAP (Not for web dynpro Java / not for portal). When I am entering url of web dynpro application in web browser like internet explorer, then it should ask for user id and password first time, after login whenever user would access that url, it must not ask for user ID and password (url would be access web browser in mobile). For this I select to configure single sign-on for web dynpro ABAP. I have done below works:
    1). I have created a web dynpro application having url: http://susws076.sap.swk:<port>/sap/bc/webdynpro/sap/zadb_hello_world2
    2). I run TCode SICF and access service node to "Zadb_hello_world2". Double click on it, hit change. pressed "logon data" tab, select "Alternative logon
         procedure"
       Then deleted all logon procedure other than "SSO Authentication" and saved.
    3). Go to "STRUST" and create certificate, choosed "Environment==> Logon Ticket" fill the required parameters and execute. It is OK (no red traffic
         signal).
    4). Execute TCode "RZ10" to change profile parameter, insert new parameter (indicated by red arrow)
    After all this settings I opened a browser enter above URL and hit enter but there is an error
    There is no login page. It directly showed this error page. No cookies is saving.
    Can anyone tell me what all the settings/configuration other than this I have to do. And is there any wrong setting done by me?
    How to set the for single sign-on?
    Thanks in Advance
    Regards
    Piyush

    Hi Piyush,
    Pls refer below links,
    Single Sign On with ABAP WebDynpro
    http://help.sap.com/saphelp_nw70ehp2/helpdata/en/5e/6c85c3edf942f39349a1e337434d29/content.htm
    Regards
    K.N

  • How can I call a java object from Web dynpro ABAP application?

    I made Web dynpro ABAP application and posted it to SAP EP.
    For certain business purpose, we need to call external 3rd party java object using 3rd party's java api in Web dynpro application.
    Is there anybody who experienced this kind of java interface issue?
    I know Web dynpro Java environment can fully support this kind of requirement. but regarding Web dynpro ABAP, I couldn't find any clue for this.
    Any comment or suggestion would be greatly appreciated.
    Thanks,
    Raymond, ABAP Consultant

    if you have jco configured, then you can make calls to java api from ABAP .
    check out this weblog.
    /people/gregor.wolf3/blog/2004/08/26/setup-and-test-sap-java-connector-outbound-connection
    Raja

  • Error while installing Java on Web AS ABAP on AS/400

    Hi ,
    I am trying installation of Java Add-Ins on Web AS ABAP.
    Installation is being done on IBM iSeries server having operating
    system OS/400.
    But when I am supplying JDK path in setup , It is showing me
    error "Directory given in path is not a valid JDK directory."
    I went through all the relevent notes but it could not resolve the
    problem.
    This error has not occurred while I have done installation on
    development system , And Whole installation has been completed
    successfully on Development system. But on production system it is
    giving this error.
    By going thourgh SAPInst_dev.log, It seems me that It is an error in
    creating a new stub job by TMKSVR.
    Find the following sample log for your reference from sapinst_dev.
    TRACE [synxctask.cpp:345]
    CSyTaskImpl::start(false)
    OS4Trace: "E:\QIBM\ProdData\Java400\jdk14/bin/java" does not exist or
    is no Windows executable. Checking remote iSeries host.
    TRACE [synxctask.cpp:448]
    CSyTaskImpl::start(false)
    OS4Trace: "/QIBM/ProdData/Java400/jdk14/bin/java" is an existing IFS
    object. Creating remote iSeries process.
    TRACE [synxctask.cpp:592]
    CSyTaskImpl::start(false)
    OS4Trace: Could not create new TMKSVR stub job named "java".
    INFO 2006-08-17 14:59:13
    CJSlibModule::writeInfo_impl()
    Execution of the command "E:\QIBM\ProdData\Java400\jdk14/bin/java '-
    version'" finished with status TST_ERROR.
    INFO 2006-08-17 14:59:13
    CJSlibModule::writeInfo_impl()
    Execution of the command "E:\QIBM\ProdData\Java400\jdk14/bin/java '-
    version'" finished with return code -1. Output:
    This is some portion of error.
    Following sentance seems to me , which may be root .
    <b>CSyTaskImpl::start(false)
    OS4Trace: Could not create new TMKSVR stub job named "java".</b>
    And I checked in log files for TMKSVR , There are not stub log files
    has been created for this command. So it seems new stub job is not
    being created.
    I am not able to proceed for installation due to this error.
    Please suggest some solution at the earliest.
    Regards,
    Rajesh Patel
    mail to : [email protected]
    (m) 001-619-886-4149

    Dear, Please check my guide regarding this problem at
    http://scn.sap.com/community/netweaver-administrator/blog/2012/07/12/install-tmksvr-and-create-an-installation-share-for-ibm-as400
    Best Regards.

  • Portal Password Reset Application In webdynpro for ABAP

    Hello Friends,
    I am new to WDA . I want to create a Password Reset application in WDA like this
    [http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f0c09b9d-52e0-2d10-3981-86bfa8e19dc3?quicklink=index&overridelayout=true]
    Can someone pls give the solution , how to start??
    Thanks in advance
    Himani

    I am afraid that this is not going to be possible for you. From WebDynpro for ABAP, you do not have portal API's to do that.
    May be an idea ,If you have SSO in place you could try to call some FM's in r3 side to change the password in r3 system and this would synchronize the UME in portal.

Maybe you are looking for

  • Mini disc to Ipod nano

    So sony finally sends me an email about transfering music to a mini disc player to an Ipod and it says this... "You can transfer music from the Sony MZ-NH600D Walkman to the ipod by connecting the Walkman's Strero out to a similar input on the ipod.

  • HT1549 how do you cut and paste with this mouse??

    Can someone please tell me how I can cut and pasteon this imac with my mouse?? Thank you

  • Trouble Mapping to Hidden Share

    Hello, I have a web server that is not part of the domain. From my workstation, I am able to map to the hidden share C$ using the local built-in administrator account. However, I am unable to map to the hidden share C$ using a newly created account o

  • How do i record all exception in log file?

    Hi, how can i record my all exceptions in a log file? So it is easy for me......thnx.

  • JCO Error when communicate with a UNICODE ECC6.0

    HI all, we use JCO to get data from SAP R3 system. Before, our R3 is non-unicode system and it work OK, now we want to upgrade to ECC6.0 and its a UNICODE system. when we send data from ECC6.0 to the JCO Server, the conncetion is OK, but we get no da