Changing the "Change Manager" User Id on a "Correction"

Good Day;
It seems that the user id we have been using for the Change Manager is a valid user id in our production system.
I am able to change the user id on the Change request, but unable to change it on the correction.
Does anyone have any thoughts on how I might be able to change the "Change Manager" user id on a "Correction"
Regards
Don Newton

hi,
The change manager has a specific role predefined by sap.
If SAP copies from the request into the correction and changes are not possible in the correction it makes sense but if for specific internal reason you want to be able to change it you can do it via the customizing
please follow the following path down in transaction spro
solution manager
configuration
scenario specific settings
change management
changerequest management
extended configuration
change transaction
transaction types
Partner schema
partner determination procedure ==> select the procedure for the correction (SDHFxxxx or Z if you customize it)
Partner function in procedure ==> select the partner function you want to change
click on the change button
you can now change the flag "changeable" of the selected partner function
I hope it helps
best regards Xavier

Similar Messages

  • How to change the order of users in appearance of login screen?

    Hello!
    Because we often switch to a user,
    which is listed last in login screen,
    we want move them to the second place.
    How to change the order of users in appearance of login screen?
    Thank you for a tip
    Erhy

    The order users show up on the login screen is the way they are ordered under the
    C:/Users directory. This is usually alphabetical, AFAIK there is no other way to change the order other than to change the username to something that starts with a letter that will be higher alphabetically.

  • How to change the Client n user details for a model in Production

    Hello Friends,
                         I have an application which is calling RFC function module from SAP R/3.
    In development system while creating Model I have entered the Back end details like Client, User Name and Password.
    If I transport the application into Production, The Client and user name will be different. In this case How would I change the client n user name details.
    Do I have import again in Production. But does sounds a good idea.
    ThanQ for Ur time.
    Cheers.. Sam

    When you create Model first time, to import Interface of RFC you would need to logon into R/3. But once you are done with the Interface, your connection to R/3 will be determined by the client and UID details in JCo connection.
    Now when you transport your code from DEV to QA system, the JCo connection with the same name should be there. or else, you would need to create the same in the new server. I dont see a need to reimport the model. If that is the case, then developers would have to spend huge amount of time doing this job alone.
    Hope this solves ur problem.
    Regards
    Murali.

  • How can I change the escalation manager at support in GRC 5.3?

    Anyoone please let me answers for the above question.
    Is it from the support link in Configuration tab in CUP?
    Regards,
    Pankaj

    hi all,
    I am facing the same issue of changing the escalation manager in GRC 5.3 . Helpful reviews needed urgently. Thanks in advance.

  • How to change the dictionary-managed taclespaces to locally managed

    Hi,
    how to change the dictionary-managed taclespaces to locally managed tablespaces in 9i?
    Many thanks.

    Hi
    execute DBMS_SPACE_ADMIN.TABLESPACE_MIGRATE_TO_LOCAL ('TABLESPACE_NAME');

  • How to change the changed by name of an equipment

    hi All,
    My Problem is as follows..
    Xi interface send a file which will contain data to create equipments. this will also contain the user name field . The equipment created/changed by should be with this user ID.
    I create set of Equipments(Through BAPI) and update the stock information thorugh BDC using IE02. my problem is i could create the Equipment with the user id given in the file. but when i do stock updation through IE02 it takes sy-uname.  i tried to pouplate  sy-uname with the name given in the file jus before call transaction IE02. it is not working.
    I tried using BAPI BAPI_EQUI_CHANGE to change the changed by field but no luck.
    Any pointers on how to resolve this would be highly appreciated.

    sy-uname = 'DUARAN'.
    CALL TRANSACTION 'IE02' USING lt_bdcdata
                                    OPTIONS FROM lw_opt
                                    MESSAGES INTO lt_bdc_errors.
    please let me know if you want more info..

  • Howto monitor a DPS wihtout using the proxy manager user by ldapsearch

    Hi,
    I want to provide some monitoring scripts to our monitoring team, but don't want to give them the Proxy manager user credentials to bind to the cn=monitor tree.
    I was wondering if there is some kind of work-around for this.
    I tried to create a datasource that references localhost, but that doesn't seem to work ... Or I'm failing to do so.
    Anyone get a clue ?
    DPS v6.3.1
    regards,
    Vincent

    Assuming that your middle tier is using a connection pool (the norm), the problem is that there is no relationship between a particular user's logical session and a physical database session. Each page the user hits in the application, for example, is potentially going to use a different connection from the connection pool and thus a different database session. And different users may be using the same database session just before and just after your user.
    In general, when you have this sort of architecture, you need to have instrumentation built into the middle tier application in order to get anything useful done, at least to the point that the middle tier can enable and disable tracing when it gets a connection from the pool for a particular logical user session. Otherwise, you could enable tracing for the entire database, which is going to be a significant overhead, and try to comb through dozens of trace files to figure out what sessions were related to your particular user, which is at a minimum likely to be a substantial undertaking.
    Justin

  • Changing the password at user level

    Hi Experts,
      Can anybody tell me how the users can reset or change their own password once they login into DM.
    Once the users login into the Data manager they should be able to set their own password by changing the old password set by the administrator.
    Do i need to do any configuration in the DM? or something can be done in console?
    can anybody please advice me...
    Thanks & Regards
    Sireesha.

    Hello Sreesha,
    You access MDM repositories with a user and password. SAP NetWeaver MDM uses its own mechanisms to define users and password.
    You can set passwords for the users to control the access from the administration section of MDM Console.In the Admin section, you will find a table as "User" and there you can set the password for a perticular user.
    Even you can change the role also which is assigned to a perticular user.
    In MDM, User Management is only possible from the MDM Console.
    there is no such functionality in MDM Data Manager 5.5 Sp05.
    Hope this will clear your doubt.
    TNR,
    Saurabh...
    Reward if found useful.
    Edited by: Saurabh Kumar Sahu on Jun 16, 2008 9:24 AM

  • Changing the weblogic admin user password

    I have faced an issue in reseting weblogic admin user password. Following are the steps i have executed in sequence.please help to understand why it is not working this way
    I have 2 managed instances running on two separate computers.
    `Step 1.` shutdown the admin server instance ( i did not shutdown the node manager and other 2 manage server instances
    `Step 2.` Set the environment variables
    `cd $DOMAIN_HOME/bin`
    . ./setDomainEnv.sh
    `Step 3.` then executed the command below to create the new password
    cd ../security
    mv DefaultAuthenticatorInit.ldift oldDefaultAuthenticator
    java weblogic.security.utils.AdminAccount weblogic new_password .
    `Step 4.` backed up existing `boot.properties` file and created a new file. Also backed up data directory of admin server. created a new `boot.properties` file with following configuration
    with plain text username(weblogic_admin) and password (new_password).
    cd ../servers/AdminServer
    mv data data_old
    cd security/
    mv boot.properties oldboot.properties
    Step 5. Then i restarted the admin server. admin server is restarted successfully and i was able to login the admin console with my new username and password. Issue came when i try to shoutdown the admin server. when i execute sh stopWeblogicAdmin.sh , it will through following exception. But , if i kill the admin server process , then i am able to start the admin server with out any problem. and i am able to login to the server also. I am also able to stop and start manage server instances through admin console. But why it is failing only when i try to stop.could anybody help me on this
    Stopping Weblogic Server...
    Initializing WebLogic Scripting Tool (WLST) ...
    Welcome to WebLogic Server Administration Scripting Shell
    Type help() for help on available commands
    Connecting to t3://jipsl13t:12001 with userid weblogic_admin ...
    This Exception occurred at Fri Jan 18 12:20:09 GMT-00:00 2013.
    javax.naming.AuthenticationException [Root exception is java.lang.SecurityException: User: weblogic_admin, failed to be authenticated.]
    at weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:42)
    at weblogic.jndi.WLInitialContextFactoryDelegate.toNamingException(WLInitialContextFactoryDelegate.java:788)
    at weblogic.jndi.WLInitialContextFactoryDelegate.pushSubject(WLInitialContextFactoryDelegate.java:682)
    at weblogic.jndi.WLInitialContextFactoryDelegate.newContext(WLInitialContextFactoryDelegate.java:469)
    at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:376)
    at weblogic.jndi.Environment.getContext(Environment.java:315)
    at weblogic.jndi.Environment.getContext(Environment.java:285)
    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:520)
    at weblogic.management.scripting.WLSTHelper.initDeprecatedConnection(WLSTHelper.java:573)
    at weblogic.management.scripting.WLSTHelper.initConnections(WLSTHelper.java:313)
    at weblogic.management.scripting.WLSTHelper.connect(WLSTHelper.java:203)
    at weblogic.management.scripting.WLScriptContext.connect(WLScriptContext.java:61)
    at weblogic.management.scripting.utils.WLSTUtil.initializeOnlineWLST(WLSTUtil.java:147)
    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__(Unknown Source)
    at org.python.core.PyMethod.__call__(Unknown Source)
    at org.python.core.PyObject.__call__(Unknown Source)
    at org.python.core.PyObject.invoke(Unknown Source)
    at org.python.pycode._pyx4.connect$1(<iostream>:16)
    at org.python.pycode._pyx4.call_function(<iostream>)
    at org.python.core.PyTableCode.call(Unknown Source)
    at org.python.core.PyTableCode.call(Unknown Source)
    at org.python.core.PyFunction.__call__(Unknown Source)
    at org.python.pycode._pyx15.f$0(/product/jip/jipsl11t/wls/eni132_domain/shutdown.py:6)
    at org.python.pycode._pyx15.call_function(/product/tsm/jipsl11t/wls/eni132_domain/shutdown.py)
    at org.python.core.PyTableCode.call(Unknown Source)
    at org.python.core.PyCode.call(Unknown Source)
    at org.python.core.Py.runCode(Unknown Source)
    at org.python.util.PythonInterpreter.execfile(Unknown Source)
    at weblogic.management.scripting.WLST.main(WLST.java:124)
    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_admin, 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:667)
    at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:522)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
    at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:518)
    at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:118)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    Problem invoking WLST - Traceback (innermost last):
    File "/product/jip/jipsl11t/wls/eni132_domain/shutdown.py", line 6, in ?
    File "<iostream>", line 22, in connect
    File "<iostream>", line 646, in raiseWLSTException
    WLSTException: Error occured while performing connect : User: weblogic_admin, failed to be authenticated.
    Use dumpStack() to view the full stacktrace
    Done
    Stopping Derby Server...
    Edited by: user8643895 on Jan 18, 2013 9:28 AM

    Hi,
    This issue was occurring because stopWebLogic.sh was picking the username and password from properties user config files in user's home directory: username-WebLogicConfig.properties, username-WebLogicKey.properties.
    If the credentials for weblogic server are changed then new user config files should be created, if these are not created then stopWebLogic.sh will pick up the old credentials and hence fail.
    Please refer the following document for information on user configuration files:
    http://docs.oracle.com/cd/E21764_01/web.1111/e13813/reference.htm#WLSTC430
    Connecting to the server after deleting username-WebLogicConfig.properties, username-WebLogicKey.properties resolves the issue as it forces the script to use the credentials provided by the user while running stopWebLogic.sh
    There are two ways you can resolve this issue:
    1) Create new user config files with the correct credentials as explained in the following document:
    http://docs.oracle.com/cd/E21764_01/web.1111/e13813/reference.htm#WLSTC430
    Or
    2) To force the stopWeblogic.sh script to use credentials provided by the user while running the script follow these steps:
    In the stopWeblogic.sh file use the following connect command:
    connect(userConfigFile='',userKeyFile='', url='${ADMIN_URL}', adminServerName='${SERVER_NAME}')instead of:
    connect(${userID} ${password} url='${ADMIN_URL}', adminServerName='${SERVER_NAME}')Hence in the stopWebLogic.sh script replace:
    echo "import os" >"shutdown.py"
    echo "if os.environ.has_key('wlsUserID'):" >>"shutdown.py"
    echo " wlsUserID = os.environ['wlsUserID']" >>"shutdown.py"
    echo "if os.environ.has_key('wlsPassword'):" >>"shutdown.py"
    echo " wlsPassword = os.environ['wlsPassword']" >>"shutdown.py"
    echo "connect(${userID} ${password} url='${ADMIN_URL}', adminServerName='${SERVER_NAME}')" >>"shutdown.py"
    echo "shutdown('${SERVER_NAME}','Server')" >>"shutdown.py"
    echo "exit()" >>"shutdown.py"with:
    echo "import os" >"shutdown.py"
    echo "if os.environ.has_key('wlsUserID'):" >>"shutdown.py"
    echo " wlsUserID = os.environ['wlsUserID']" >>"shutdown.py"
    echo "if os.environ.has_key('wlsPassword'):" >>"shutdown.py"
    echo " wlsPassword = os.environ['wlsPassword']" >>"shutdown.py"
    echo "connect(userConfigFile='',userKeyFile='', url='${ADMIN_URL}', adminServerName='${SERVER_NAME}')" >>"shutdown.py"
    echo "shutdown('${SERVER_NAME}','Server')" >>"shutdown.py"
    echo "exit()" >>"shutdown.py"
    Regards,
    Kishore

  • How to change a network, managed user to admin user

    Im current in a admin, network, managed user of this machine... i will be working from home in a couple of days, i was thinking if im in a network managed account i will not able to log in to my mac. is there a way for me to change it from a network managed user account to a locally admin account?

    A network user is automatically converted to a mobile user on a portable Mac at the first login. On a desktop Mac, the conversion is optional. If the conversion is declined and the user opts not to be prompted again, the setting can be undone as follows:
    sudo defaults delete /Library/Preferences/com.apple.MCX MobileAccountNeverAsk-username
    (substituting the short user name for the string username.)
    Credit for this solution to "E.Uncle" on the Apple OS X Server mailing list.

  • Remote control kicks you out when trying to change the logged in user by clicking on the red N

    I'm running Zen 6.5 with the latest updates and the latest agents... I can
    successfully remote control a workstation through ConsoleOne but I have 2
    issues:
    1. If I'm in the middle of a remote session and I right click on the red
    N icon and change the user, it kicks me out and says "operation is
    currently disabled for the logged in user".
    2. Whenever I log in it changes the desktop background to blank (it's
    actually a blue background) and it doesn't change it back after I close
    the remote session. If I physically go that workstation and logout and
    log back in, it still keeps that same blue background.

    Gilbert,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Do a search of our knowledgebase at http://support.novell.com/search/kb_index.jsp
    - Check all of the other support tools and options available at
    http://support.novell.com.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://support.novell.com/forums)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://support.novell.com/forums/faq_general.html
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • How to programmatically change the password of user accounts in PDF Generator

    I am using 4 user accounts for multi-thread converting Word documents to PDF in PDF Generator ES3, and I have to update the password of those user accounts. Does PDF Generator ES3 save the password somewhere on the Windows 2008 server? Can I programmatically change the password of those accounts other than updating them manually from LiveCycle Admin console?
    Thanks,
    Will

    Not in LiveCycle API.
    Changing user account password is related to Operating System.

  • Problem in changing the file sharing users

    When I change the the file sharing and add a new user or modify a users capablities (read, write, etc) the chagnes do not stay.  Upon opening a system prefences and sharing the old users and modifications are back...  
    I do all this as the administrator.  

    >Here plz tell me how to determine the default orientation of the post script file.
    This is impossible in the general case. Printed pages usually do not
    have an orientation; rather, some pages happen to have text running at
    90 degrees. In such cases the user picks up the page and says "oh!
    landscape". This is much harder for a computer, though it is not
    impossible to trap all the text requests and evaluate the most
    frequent text direction.
    In lucky cases DSC comments (%% lines) give the information you seek.
    Aandi Inston

  • Need help with Adobe barcode decoder version 7.0 (PDF 417), changing the service logon user id

    Hello I am fairly new to the adobe barcode decoder (PDF 417) application. We have an application that was developed about a while ago, now we are in the process of hosting the whole service in a new machine. Before hosting in new machine we were testing few things in the existing system; currently the adobe barcode decoder is running on an windows server 2003 with the "Local system account" in the Log on tab of the service. We would like to test whether the service can be run using an NT account. We did change the account from LocalSystem to one of the network account and when we start the service, it will stop immediately and getting the following error in the event log.
    Event Type: Error
    Event Source: AdobeBarcodeDecoder
    Description:
    The description for Event ID ( 1 ) in Source ( AdobeBarcodeDecoder ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. The following information is part of the event: Problem with the USB key: INITIALIZE.
    any help to solve this issue is really appreciated. We checked the access rights of the account that is trying to run the service and the account is part of the local administrators group. But When we change the service account back to "Local System Account" it is working fine. Any idea or am I missing any step?
    Thanks
    Suganya

    I just saw several of the following errors in the WindowsUpdate.log on one of my clients which prompted me to look closer, but this may not have correlation:
    2015-02-17 06:39:01:095
    112 4fc
    DtaStor JetSeek failed to find a record
    However, software updates are deploying and installing just fine it seems. I did update my Site Server yesterday manually, like I always do after every Patch Tuesday. 
    Am I not supposed to patch my Site Server manually, or should I add it to the Software Update Management scheme I have set up in SCCM? 
    Thanks

  • How do you change the project manager ?

    I signed up for the iTunes U account for K-12 schools with the advent of iBooks Author. I listed a colleague as the 'project manager' but need that access assigned to my account instead. Is there a way to do this?

    Hello,
    To modify an existing calendar, go to Enterprise > Calendars. Then click on the calendar to modify and hit 'Modify', and make the desired changes.
    To assign a different calendar to an activity, click on that activty, go to the General tab in the Activity Details on the bottom of the screen. Under the General tab, on the right hand side, there is drop down menu for Activity Calendar. You can change the assigned calendar for that activity with this menu.
    Hope this helps!

Maybe you are looking for