Issue in  Banking Module

Hi All,
        I have a typical issue which i am unable to resolve. The scenario is, the user has created 2 Incoming Payments of amount INR 60,000.00 dated 26/02/09 and 28/02/09 with the same cheque number. Also, he has created two deposits and cancelled one of the deposits.
                                                         Now in the balance sheet, its showing a difference of 60,000.00 in cheques in hand! I tried to cancel the Incoming payment based on which deposit was made and cancelled. However, i am not able to cancel this Incoming payment as i get a system message " cannot cancel incoming payment as the cheque has been deposited, endorsed or cancelled"  the user wants the incoming payment to be cancelled on the date it was created, i.e. 26/02/09. How do i handle this??? Looking forward for a suggestion
Thanks in advance,
Joseph Antony

Thanks Gordon,
                        Will try this solution.
Thanks,
Joseph
Edited by: Paulo Calado on Jun 15, 2009 6:09 PM

Similar Messages

  • Selected state issue with Menu Module V2

    OK so I am getting an issue with Menu Module V2. I have used this before with success but this time I have hit a wall. I possed this question to BC live chat and they bugged out real quick.
    The site in construction is http://www.urbanista.com.au
    What is happening is that in the top right tools nav with the headings Home, Services, People, Contact Us using Menu Module V2. The Heading Services has a drop down and this is where the issue resides. Roll over any of these nav devices and you will see they will highlight orange. Home is already auto activating its Selcted state. Click on Contact Us and it will do the same.  Roll over and click on Services and it appears to have worked. While in Services roll over the drop down again and you will see all links have activated the Selected state. This is the issue. If you view the code of the Services UL you will see only the Services state has been alocated the Slected state. See below:
    <li id="Services" class="selected">
    <a href="/services.htm">Services</a>
    <ul>
    <li id="tools-panningdev">
    <li id="tools-housing">
    <li id="tools-urban-renewal">
    <li id="tools-project-management">
    <li id="tools-feasibility-tools">
    <li id="tools-governance-systems">
    <li id="tools-communications">
    <li id="tools-projects">
    </ul>
    </li>
    The CSS that runs the nav is as follows:
    ul.dropdown {
        font-weight: normal;
        font-family: Arial, Helvetica, sans-serif;
        font-style: normal;
        text-decoration: none;
        ul.dropdown li {
        background-color: transparent;
        color: #999;
        padding-top: 5px;
        padding-right: 10px;
        padding-bottom: 5px;
        padding-left: 10px;
        font-size: 12px;
        ul.dropdown li.hover,
        ul.dropdown li:hover {
        background-color: transparent;
        color: #FFF;
        ul.dropdown a:link,
        ul.dropdown a:visited    {
        color: #FFF;
        text-decoration: none;
        ul.dropdown a:hover        { color: #ff871f; }
        ul.dropdown a:active    {
        color: #b33b00;
        /* -- level mark -- */
        ul.dropdown ul {
        width: 150px;
        margin-top: 1px;
        background-image: url(/images/nav-transparency.png);
        background-repeat: repeat;
        color: #FFF;
        ul.dropdown ul li {
        font-weight: normal;
    ul.dropdown li.selected a {
        color: #ff871f;
    The last entry 'ul.dropdown li.selected a {color: #ff871f;}' is required in order to allocate a Slected State. Without it not Selected state is active and the links al remian white.
    I have tried all manner of combinations and additonal tags with no success. Any suggestions greatly appreciated. I have not modified the default Javascript provided by BC in the system apart from allocating the required ulTagClass as specified. The Javascript in the supplied 'container.html' is as follows:
    <script type="text/javascript" >
        // ids need to be unique per page, use different ones if you are including multiple menus in the same page
        // id of the nav tag, used above
        var divTagId = "myMenu1";
        // desired id for 1st <ul> tag
        var ulTagId = "myMenu1List";
        // desired class for 1st <ul> tag
        var ulTagClass = "dropdown dropdown-vertical";
        if ((null !== ulTagId) && ("" !== ulTagId)) {
            document.getElementById(divTagId).getElementsByTagName("ul")[0].setAttribute("id",ulTagId );
        if ((null !== ulTagClass) && ("" !== ulTagClass)) {
            document.getElementById(divTagId).getElementsByTagName("ul")[0].className = ulTagClass;
        // this will set the selected state
        if ((null !== ulTagId) && ("" !== ulTagId)) {
            catSetSelectedCSSItem(ulTagId);
    </script>
    Lastly this is one of the recomended navs by BC at the following address: http://lwis.net/free-css-drop-down-menu/
    I have used these before with success but for the life of me this has stumped me big time.

    Hi Matthew,
    Having a super quick look at the code I'd say it's because of:
    ul.dropdown li.selected a {
        color: #ff871f;
    This affects all the child elements.
    To override this down the line you could do something like:
    ul.dropdown li.selected ul li a {
        color: #fff;
    This would override the parent link color when selected.
    You could probably then also add:
    ul.dropdown li.selected ul li.selected a {
        color: #ff871f;
    For the dropdown selected states.
    That's a quick look though so don't quote me too much

  • Issue on Function Module

    Hi Gurus
    I have an issue with function module, i am passing a filepath to the function module which is like this /temp/folder/AFILE.csv.
    to pull the data from application server. When ever it enters to the function module it is changing the file name as /TEMP/FOLDER/AFILE.CSV( it is changing the entire thing to capitol letters), I just want to know that there is any way where i can pass the file path as it is.
    Regards
    Kumar.

    If it is a custom Function module then goto the domain of the file parameter of the FM (if u r using std. domain then change it to a custom domain)  and set the lowercase checkbox under Definition tab.
    Regards,
    Joy.

  • Issue Related to Module pool

    Hi,
    I have issue related to module pool Prog.
    Actually i have one screen[Dialog] in that i am having one field <b>License No</b> as input enabled.
    In that <b>License No</b> field when i press <b>F4</b>
    i am using one Function module called <b>REUSE_ALV_POPUP_TO_SELECT</b> to populate some fields in it.
    In <b>SE51</b> i called that code as below.
    <b>PROCESS ON VALUE-REQUEST.
      FIELD v_zzexgen MODULE f4_help_for_zzexgen.</b>
    Now when i select one row/record from all the populated records it is filling only value into <b>License No[v_zzexgen]</b> , There in the same screen i am not able  to get the values for other fields like <b>v_modco,v_gennr</b> etc..
    Though they are in populated screen.
    Actually after calling <b>POPUP</b> F.M i had written follow code:
        READ TABLE i_pdata INDEX k_selfield-tabindex.
    <b>    IF sy-subrc EQ 0.
    Then move all the fields of selected record into 9002 screen
          v_zzexgen  = i_pdata-zzexgen.
          v_zzgeart  = i_pdata-zzgeart.
          v_modco    = i_data-modco.
          v_zzgmaxw  = i_pdata-orgamt.
          v_zzgaufw  = i_pdata-conamt.
        ENDIF.</b>
    Can anybody tell me what is the issue out here for not filling other fields.
    What is the reason for populating only one field when i am getting other field values also to be populated!
    Thanks in advance.
    Thanks & Regards,
    Rayeez.

    call function <b>'DYNP_GET_STEPL'</b>
                importing
                  povstepl        = step_line
                exceptions
                  stepl_not_found = 1
                  others          = 2.
              clear: ltab_fields.
              refresh : ltab_fields.
              ltab_fields-fieldname  = 'ZMM_TABLE-TABNAME'.
              ltab_fields-fieldvalue = t_f4_table-tabname.
              ltab_fields-stepl = step_line.
              append ltab_fields.
              ltab_fields-fieldname  = 'ZMM_TABLE-FLDNAME'.
              ltab_fields-fieldvalue = t_f4_table-fieldname.
             <b> ltab_fields-stepl = step_line.</b>   
              append ltab_fields.
              ltab_fields-fieldname  = 'ZMM_TABLE-VALUE'.
              ltab_fields-fieldvalue = t_f4_table-fieldtext.
              ltab_fields-stepl = step_line.
              append ltab_fields.
              call function <b>'DYNP_VALUES_UPDATE'</b>
                exporting
                  dyname     = lc_dyname
                  dynumb     = lc_dynumb
                tables
                  dynpfields = ltab_fields
                exceptions
                  others     = 8.
              commit work and wait.
    OR u have to use<b> SET PARAMETERS ID</b>
    IN <b>PAI</b>
    regards
    vinod

  • LINK FOR BANKING MODULE

    HI ALL,
    AS I AM NEW IN SAP SO PLS GIVE ME LINK FOR BANKING MODULE.
    THANKS,
    RAHUL

    Hi,
    You can get the Documentation on every module at the following path :
    Channel Partner Portal -> Solutions -> SAP Business One -.> Support -> Additonal info -> Online support -> documentation resource centre
    Just goto the path and search for the Banking Module
    You will need S-User ID and Password to access the same.
    You can refer to the Online Help (F1) for the field description and functionality.
    Also, check the following thread which could be helpful as educative purpose.
    To know about Banking and Reconcillations.
    Regards,
    Jitin

  • Kaspersky save banking module causes Firefox to crash; in Internet Explorer no problem

    Problem relates to combination of Pc Win 8.1, using Firefox 34, Kaspersky Internet Security 2015 and Rabo Internet banking. When I use Internet Explorer, utilise the KIS Save Banking Module and log in to the Rabo site, all goes well. When I do the same with Firefox, the browser opens a save window and waits for Rabo to connect. This goes on endless and the Firefox window gives "does not react". The only way of continueing is closing Firefox and start all over again. When I switch of the Save Banking module there is also no problem i.e. that the https site of Rabo works as normal. In earlier releases of KIS the problem never occurred.
    Rabo technicians say, that there is no problem with their certificate (which indeed seems not the problem). Kaspersky says that Firefox updates so quickly, that development of compatible add-ons is difficult.
    What do I wrong?

    '''''Kaspersky says that Firefox updates so quickly, that development of compatible add-ons is difficult.'''''
    This Rapid Release schedule has been in effect for well over 3 years now ''[started with Firefox 5.0 on June 21, 2011]'' - so it's not "new".
    Ask Kaspersky why they even offer add-ons for Firefox if they can't keep up with Firefox updates. ''FWIW, Chrome is on the same type of 6 week update routine that Mozilla uses, but with Chrome their updates are hidden and can install an update without Chrome even being open. Their "updater" runs whenever the PC is running; unlike Firefox which "looks for" updates while Firefox is running.''
    Also, Norton / Symantec along with AVG are able to keep up with the Firefox Rapid Release schedule, and Roboform is fairly consistent; ask Kaspersky why "they" say ''and prove'' they are unable to keep up?
    IMO, they're selling a product with features that they have no intention of keeping updated properly or in a timely manner. ''And I wonder how the US boycott of their home country's economy might be impacting their updates.''
    http://en.wikipedia.org/wiki/Kaspersky_Lab

  • Issue in bank reconciliation

    Hi
    I have an issue in manual bank reco. We have a scenario in which there is a cheque bounce in the account. The system is generating entry for cheque issue using T Type IN01
    Bank Subledger Dr
               Main bank Cr
    However, for T Type IN02, system is not generating any accounting entry even through the statement is fully posted.
    The posting rule IN02 is configured as
    Posting  Posting Posting  Special Acct      Posting   Special   Acct                Doc  Posting Reason
    Rule       Area     Key       GL        (Debit)   Key        GL          (credit)            Type Type     for reversal
    IN02      1                                  BANK     50                        IN_CHQ_PAY   ZR    9          02
    The account assigned for IN_CHQ_PAY is the Bank Subledger for Cheque issue.
    Pls suggest what could be the error
    Regards
    Sanil Bhandari

    Hi
    I am using batch session. we are entering the cheque number in reference field in FF67 in T type IN01 and also the chq issue reversal T Type as IN02. Pls suggest how the same should be processed
    Regards
    Sanil Bhandari

  • Issue in Bank Reco

    Hi
    we have an issue in which we have entered certain transactions for Bank reco in FF67.  But the Batch session is showing an error in SM35. When i click on the error message, it says  Ex Rate Diff  accts are incomplete for A/c 220121 for currency EURO.
    Message No F5063
    Diagnosis:  The accounts for posting exchange rate differences  could not be determined. For the specified GL Account and the specified currency key, the accounts are only specified incompletly. Either the accounts for the implemented exchange rate difference, the accounts for the valuation differences or the balance sheet adjustment account are missing.
    System Response: The system cannot generate the exchange rate difference posting.
    Procedure: By pressing enter , you achieve that the system is reset to a status without automatic posting.
    we have maintained the settings for CEX in OBA1
    Pls suggest

    Hi Rahul,
    Please, take a look on these SAP notes below. If you have some problem, reply me.
    Note 12962 - Clearing Foreign Currency Items
    Note 89531 - Deactivating parallel currencies in FI
    If I´ve helped you, please, kindly assign me points.
    Best Regards.

  • Issue with Bank details infotype,

    Dear Experts,
    I have an issue from the client.
    An employee was hired as trainee in last year on 1year trainee period. In month of March his trainee period was over and separation action was performed on same.
    He was hired in system as permanent employee with new employee code from April month.
    But when clients are entering bank details within Bank details  infotype, his data is replacing old Bank details infotype.
    So is it possible to stop folwing data from new IT09 to old IT09 and without delimiting the old IT09.
    regards,
    Surekha

    Surekha:
    I do agree with sikindar, actually your issue is in confussion....
    Wat exactly you want and first of all y your terminating employee in between his service period, your thing is employee got permanent from trainee position, so for this you need to run the confirmation action rather seperating this employee and hiring another employee with a fresh employee code....
    so Pls tell us wat exactly you want to and wat exact problem your facing in IT0009.
    Regards,
    TATA

  • File adapter - Archive issue with adapter module

    Hi All,
    I have 2 issues here. We are currently using PI 7.11 EHp1 SP02.
    1. Arhival with "add time stamp" wont work. It just gives us an error message saying simpledate format exception.
    I have gone through the OSS note 1265534 and thought this will resolve the issue. But our BASIS team believes this note is only applicable for PI 7.1 SP01. Can you one using PI 7.11 SP02 comment on this?
    Note: Archive option with out add time stamp works fine.
    2. When I use adapter module in my sender file configuration, the archive option itself does not work. Read the official SAP help which says "To archive source files where a permanent error occurred during processing, set the indicator.
    A permanent error occurs either during the conversion of the file content, or in a module in the module processor."
    So the question here is, how do we make the error permanent? The only way to throw error from adapter module is using the ModuleException. It has 4  different constructors. I have used both
    ModuleException me = new ModuleException ("My error Msg"); and
    Module Exception me1 = new ModuleException ("Error String", new Throwable("My error Msg");
    In both the cases, the archival wont happen.
    Any ideas welcome.
    Thanks
    Jai

    Hi,
    I am using NFS protocol here not FTP. Sorry I dint mention that earlier.
    Thanks
    Jai
    Edited by: Jaishankar on Apr 1, 2010 9:55 AM
    Edited by: Jaishankar on Apr 6, 2010 11:10 AM

  • Issue in Adapter Module

    Hi Experts,
    I have written an Adapter module to set the target file name (because it could not be done with usual DynamicConfig in mapping because of multimapping). I am facing a peculiar issue with it. For ex: I have 3 msgs. First msg started executing the module to set the target fillename and about to end the module execution. Meanwhile second msg enters the module execution and changes the file name. This is resulting in first msg to post a file with name set by second msg. I have put "Maintain order at runtime" in interface determination of ID to fix the issue. But this isssue is still persisting. Please let me know, how can a msg acquire a lock on the module and untill it finishes it execution, no other msg should start the module execution.
    Thanks,
    Rakesh

    Hi Michal,
    I have written below code to name the \target file in module code. I have also set "Adapter specific msg attributes" in receiver file adapter and referred file name from dynamic config:
    public ModuleData process(ModuleContext inputModuleContext, ModuleData inputModuleData)
         throws ModuleException {
                   Object obj = null;
                   Message msg = null;
                   AuditAccess audit = null;
                   MessageKey keyOut = null;
                   obj = inputModuleData.getPrincipalData();
                   msg = (Message) obj;
                   keyOut = new MessageKey(msg.getMessageId(),msg.getMessageDirection());
                   try
                        audit = PublicAPIAccessFactory.getPublicAPIAccess().getAuditAccess();     
                        audit.addAuditLogEntry(keyOut, AuditLogStatus.SUCCESS, "Module Started Execution..");
                        MessagePropertyKey mpk = new MessagePropertyKey("FileName","http://sap.com/xi/XI/System/File");
                        InputStream is = msg.getDocument().getInputStream();
                        DocumentBuilderFactory docBuilderFact = DocumentBuilderFactory.newInstance();
                        DocumentBuilder docBuilder      = docBuilderFact.newDocumentBuilder();
                        Document doc = docBuilder.parse(is);
                        Node nl = (Node) doc.getDocumentElement();
                        Node n = nl.getFirstChild();
                        Attr a = (Attr) n.getAttributes().item(0);
                        String Num = a.getValue();
                        audit.addAuditLogEntry(keyOut, AuditLogStatus.SUCCESS, "Number is "+Num);
                        Attr a1,a2;
                        if (n.getNodeName().equalsIgnoreCase("Create"))
                             a1 = (Attr) n.getAttributes().item(1);
                             String sd = a1.getValue();
                             audit.addAuditLogEntry(keyOut, AuditLogStatus.SUCCESS, "Start Date is "+sd);
                             String fileName = sd + "-" + Num + ".xml";
                             msg.setMessageProperty(mpk,fileName);
                        else(n.getNodeName().equalsIgnoreCase("Update"))
                             a2 = (Attr) n.getAttributes().item(2);
                             String sd = a2.getValue();
                             audit.addAuditLogEntry(keyOut, AuditLogStatus.SUCCESS, "Start Date is "+sd);
                             String fileName = sd + "-" + Num + ".xml" ;
                             msg.setMessageProperty(mpk,fileName);
                   catch(Exception e)
                        audit.addAuditLogEntry(keyOut, AuditLogStatus.ERROR, "Execption Occured.." + e);
                   return inputModuleData;
    When 3 msgs get created for Create interface, File name set by first msg is being changed by second and file for first msg is posted with name set by second (because second msg has changed the target file in module code by that time )

  • Digital Signature validation issue in Adapter Module

    Hi guys,
    we have developed an adapter module for digital signature validation, unfortunately, it simetimes work, sometimes doesnt. Strange is, that the same adapter module works for one customer, while for another one doesn't.
    We have sent through some "invalid" messages, which should have been valid at the client, where the module works and theu were flagged as valid. It seems the problem is caused by "special" spanish characters, because validation works for the messages where are only standard chars.
    Any idea, what to check? Java version, system encoding?
    Any help appreciated,
    Olian

    Hi,
    Not really sure about what causes such issues, but if your module coding uses String and byte[] manipulation, are you using explicite encoding when declaring such types ? I remember facing strange issues with XML field values, and "forcing" encoding to "UTF-8" when appropriate, it solved all my errors (string typed object, when converted internally by the JVM, were not always represented by the same bytes object)
    Hope this helps
    Chris

  • Rendering issue in Develop Module

    Slow rendering has been discussed in many threads, but can anyone explain what is going on with this specific issue I am having?
    If I am working in the Develop Module and I render two raw files at 1:1, after the initial rendering delay I can generally toggle between the two and they are rendered almost instantaneously.   I assume this is because some info has been stored in the ACR Cache and Lightroom can quickly display them.  Now if I render a 3rd raw file at 1:1 and try to toggle between 3 images, one of them always needs 10 seconds or so to load/render.  What is happening here?  I thought the purpose of the ACR Cache was to allow for fast rendering of previously rendered images.  I currently have my ACR Cache set to 10GB and I have recently purged it, so I am nowhere near the limit.  Other system/software specs as follows:
    LR 5.2
    NEF files from Nikon D7100 (approx 30MB)
    iMac 27-inch 2560x1440
    OS 10.8.5
    Processor:  3.06 GHz Intel Core 2 Duo
    RAM:  16GB
    Video Card:  ATI Radeon HD 4670 (256MB)
    Storage:  1TB SATA 7200rpm, 25% full

    LanceBenedict wrote:
    Thanks for the explanation on the RAM caching.  If I am understanding you correctly on the ACR Cache, it sounds like it is essentially useless once you have applied some editing to the image because you need to wait on those edits to be rendered. 
    No, I wouldn't agree that it's useless. When you load an image into Develop you'll be presented first with a brief view of your Library preview, which should quickly be replaced with the ACR Cache "scene-referred" preview that will have any existsing edits applied before you see it. That should all happen quite quickly, and when that preview is loaded the sliders will be activated. When that happens you can start work, even though the full file is being rendered in background, and there is no need to wait until the "Loading" indicator goes out (as I said earlier, you can turn that off if you prefer).
    So the benefit of the ACR Cache entry is that it allows you to start work in Develop whilst the original file is still being fully converted.
    Note that although we are talking specifically about the ACR Cache entry, the same holds true for DNG Fast Load Data and/or Smart Previews. Which one of those 3 is initially used depends on what exists at the time of loading, and what file type is being used. But the same principle applies to all three.
    In terms of reducing the rendering time, that's a more problematical issue as there are various factors in the pipeline which come into play, any one (or more) of which may be sub-optimal. These factors include:
    1. Size of the files being loaded. It should go without saying that 36mp files from a Nikon 800 are going to take quite a bit longer that the 10mp files from say a Canon 40D.
    2. Location of the files and speed of the interface, i.e. expect image files on a USB2 connected hard drive spinning at 5400rpm to be a lot slower to load than if they were on a 7200rpm drive internally connected on a 6gb/s Sata hub.
    3. Once the data has been read, how fast is the CPU.....rendering a raw file will be quite a CPU-intensive task, so the faster the processor the better.
    4. User expectation.....one man's "painfully slow" could be another's "quite acceptable".
    With that in mind, I have no idea if what you are experiencing is "typical" or too slow. Putting it into context, all my original files are on a fast internal drive on a 3gb/s connection, I have an i7-930 quad-core processor (now over 3 years old, so not leading edge by any means), 12gb of RAM. Full loading times in Develop are now about 3 seconds per image when using 22mp files from a Canon 5D3.
    Looking at the things you've tried, purging the ACR Cache and increasing its size would have no effect unless:
    a) There was a problem with the existing cache, and
    b) You regenerated new cache entries
    Discarding old previews and rebuilding would have had no effect on Develop loading times, nor would downsizing the dimensions of the develop window.
    Increasing system RAM should certainly be beneficial to other areas of Lightroom, I'm just not sure it would have a specific benefit to image loading into Develop. That might be dependant upon what else was running in the system at the time.

  • Jython having issue importing weblogic modules for changing passwords

    I am trying to import some WLST modules into a Jython script as outline in the documentation at http://e-docs.bea.com/wls/docs92/config_scripting/config_WLS.html#wp1019971
    The strange thing is that it says it is a WLST script, but it appears to be a Jython script. I tried performing this import using WLST interactive mode, but this did not work.
    I am passing the passwords as encrypted strings while using the encrypt() function
    Here is the script:
    import sys
    from weblogic.management.security.authentication import UserPasswordEditorMBean
    #To be invoked by java -cp /usr/local/bea/wlserver_10.0/common/lib/jython.jar org.python.util.jython
    #usage: wlst.sh ResetWLPassword.py <current_pass> <user> <new_pass> <adminServerURL>
    #{3DES}/asdfadsf== -
    #{3DES}asdfafdsadsf== -
    myPass = sys.argv[1]
    myUser = sys.argv[2]
    newPass = sys.argv[3]
    adminServerURL = sys.argv[4]
    #Connect
    try:
    connect('weblogic',myPass,adminServerURL)
    except:
    print "Could not connect using supplied credentials"
    dumpStack()
    try:
    print "Changing password ..."
    atnr=cmo.getSecurityConfiguration().getDefaultRealm().lookupAuthenticationProvider("DefaultAuthenticator")
    atnr.changeUserPassword(myUser,myuser,newPass)
    print "Changed password successfully"
    except:
    print "Password change failed"
    dumpStack()
    I am receiving the following error message:
    java -cp /usr/local/bea/wlserver_10.0/common/lib/jython.jar org.python.util.jython /tmp/ResetWLPassword.py "{3DES}/adsfadsfadsf==" weblogic "{3DES}asdfadsfasd== " t3://localhost:7003
    sys-package-mgr: can't create package cache dir, '/usr/local/bea/wlserver_10.0/common/lib/cachedir/packages'
    Traceback (innermost last):
    File "/tmp/ResetWLPassword.py", line 2, in ?
    ImportError: No module named management

    blumo wrote:
    You are calling org.python.util.jython again instead of weblogic.WLST like I advised in my first post. Invoke WLST (not jython) and pass your values in cleartext. Like I said in my previous post, I was able to execute your script without issue when calling WLST and passing cleartext values (I did have to modify one line to due a bug in your script -- see my prior posts).This seems to work in terms of getting the code to run, but there is still a problem with passing the arguments to the changeUserPassword() method.
    I entered the sequence of commands in the script manually into WLST and it works without issue. It even works without the import, which is strange that Oracle includes it in their documentation.
    I am going to post the code here, perhaps there is something wrong syntax-wise with the way I am authenticating, but I can't put my finger on it.
    import sys
    from weblogic.management.security.authentication import UserPasswordEditorMBean
    myPass = sys.argv[1]
    myUser = sys.argv[2]
    newPass = sys.argv[3]
    adminServerURL = sys.argv[4]
    #Connect
    try:
    connect(myUser,myPass,adminServerURL)
    except:
    print "Could not connect using supplied credentials"
    dumpStack()
    try:
    print "Changing password ..."
    atnr=cmo.getSecurityConfiguration().getDefaultRealm().lookupAuthenticationProvider("DefaultAuthenticator")
    #atnr.changeUserPassword('weblogic','weblogic','12345678')
    atnr.changeUserPassword(myUser,myPass,newPass)
    print "Changed password successfully"
    except:
    print "Password change failed"
    dumpStack()
    throws:
    Connecting to t3://localhost:7003 with userid weblogic ...
    This Exception occurred at Mon Feb 23 11:50:18 PST 2009.
    javax.naming.AuthenticationException [Root exception is java.lang.SecurityException: User: weblogic, failed to be authenticated.]
         at weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:42)
         at weblogic.jndi.WLInitialContextFactoryDelegate.toNamingException(WLInitialContextFactoryDelegate.java:773)
         at weblogic.jndi.WLInitialContextFactoryDelegate.pushSubject(WLInitialContextFactoryDelegate.java:670)
         at weblogic.jndi.WLInitialContextFactoryDelegate.newContext(WLInitialContextFactoryDelegate.java:466)
         at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:373)
         at weblogic.jndi.Environment.getContext(Environment.java:307)
         at weblogic.jndi.Environment.getContext(Environment.java:277)
         at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:117)
         at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
         at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
         at javax.naming.InitialContext.init(InitialContext.java:223)
         at javax.naming.InitialContext.<init>(InitialContext.java:197)
         at weblogic.management.scripting.WLSTHelper.populateInitialContext(WLSTHelper.java:498)
         at weblogic.management.scripting.WLSTHelper.initDeprecatedConnection(WLSTHelper.java:551)
         at weblogic.management.scripting.WLSTHelper.initConnections(WLSTHelper.java:303)
         at weblogic.management.scripting.WLSTHelper.connect(WLSTHelper.java:201)
         at weblogic.management.scripting.WLScriptContext.connect(WLScriptContext.java:60)
         at weblogic.management.scripting.utils.WLSTUtil.initializeOnlineWLST(WLSTUtil.java:121)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java:160)
         at org.python.core.PyMethod.__call__(PyMethod.java:96)
         at org.python.core.PyObject.__call__(PyObject.java:248)
         at org.python.core.PyObject.invoke(PyObject.java:2016)
         at org.python.pycode._pyx6.connect$1(<iostream>:16)
         at org.python.pycode._pyx6.call_function(<iostream>)
         at org.python.core.PyTableCode.call(PyTableCode.java:208)
         at org.python.core.PyTableCode.call(PyTableCode.java:404)
         at org.python.core.PyTableCode.call(PyTableCode.java:287)
         at org.python.core.PyFunction.__call__(PyFunction.java:179)
         at org.python.pycode._pyx18.f$0(/tmp/ResetWLPassword.py:20)
         at org.python.pycode._pyx18.call_function(/tmp/ResetWLPassword.py)
         at org.python.core.PyTableCode.call(PyTableCode.java:208)
         at org.python.core.PyCode.call(PyCode.java:14)
         at org.python.core.Py.runCode(Py.java:1135)
         at org.python.util.PythonInterpreter.execfile(PythonInterpreter.java:167)
         at weblogic.management.scripting.WLST.main(WLST.java:106)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at weblogic.WLST.main(WLST.java:29)
    Caused by: java.lang.SecurityException: User: weblogic, failed to be authenticated.
         at weblogic.common.internal.RMIBootServiceImpl.authenticate(RMIBootServiceImpl.java:116)
         at weblogic.common.internal.RMIBootServiceImpl_WLSkel.invoke(Unknown Source)
         at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:589)
         at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:479)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.security.service.SecurityManager.runAs(Unknown Source)
         at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:475)
         at weblogic.rmi.internal.BasicServerRef.access$300(BasicServerRef.java:59)
         at weblogic.rmi.internal.BasicServerRef$BasicExecuteRequest.run(BasicServerRef.java:1016)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:200)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:172)
    Could not connect using supplied credentials
    Changing password ...
    Password change failed

  • Issue with Bank adderss

    Hi
    We have requirement that bank address from Bank application (ESS) should not get updated in info type 9. The reason behind this is country and region is taken from info type 6 by default. When user updates main bank details from portal, then bank address and region might be mismatch.
    Now we need that add only bank key in info type 9. It should not change the adderss at all.
    But here we have time constraints so that we can not change function module or application.
    If anyone have workaround to achieve this (pass only bank key in IT 9), please give your inputs if you have done?
    Or If any user exit where and how it can be done?
    Or SPRO setting to change application or badi?
    -Yogesh

    I believe its the standard feature based on the bank key selection, the address of the bank gets updated (I think ur referring to Stars field or some thing like that.)
    If you want to change this behavior you can do the NWDS code change (in onEvent check the event and then make the field blank or as required ) or thought the badis.
    Try the badi way as suggested by Sidh.

Maybe you are looking for

  • Dynamic SQL using DBMS_SQL Package

    Hi, How do i construct a "select * from :table_name(input parameter)" in a store proc in Oracle8 ? I know this is only possible using DBMS_SQL package in Oracle 8. I know that this is easily done using native Dyanamic SQL 8i onwards. Also I want to r

  • Logging properties in EJB

    We are writing a new application using Sun Application server version 8. The examples in the J2EE tutorial use java.util.logging. Where is the logging properties file I need to edit to allow the use of an application specific log file rather than usi

  • Application Error on loading DLL ( NI-Daq LIC)

    Hi all,    I have an application developed using port read,Write & config from zadvd.lib ( lvdaq.dll) which is working fine in my XPmachine. In new machine i have installed labview 7.1 and copied the application and while loading the application it s

  • Sockets - different behavior on diff machines

    Hi, I am using sockets to send text and files to a client running Windows CE. I have been writing and testing all my code on a W2K machine and it works fine. My code is on a network drive and I run the client and server in different command windows.

  • Creating a custom panel for Snapping....??

    I'm trying to create a custom panel in Flash CS3 that will allow me to turn snapping on and off (i.e. 'Snap Align', 'Snap to Grid', 'Snap to Guides', etc.) by just checking or unchecking some checkboxes, but I can't find any JSFL code that will chang