Extending WLS 12c domain using ohs_managed_template_12.1.2.jar

Hello experts!
I'm trying to create a WLS domain + a collocated OHS instance but it is failing with the following error:
Reason: oracle.security.opss.tools.lifecycle.LifecycleException: JDBC password for opss-data-source is missing for configuring security store to database.
Exception:
oracle.security.opss.tools.lifecycle.LifecycleException: JDBC password for opss-data-source is missing for configuring security store to database.
        at com.oracle.cie.domain.script.jython.CommandExceptionHandler.handleException(CommandExceptionHandler.java:55)
        at com.oracle.cie.domain.script.jython.WLScriptContext.handleException(WLScriptContext.java:1967)
        at com.oracle.cie.domain.script.jython.WLScriptContext.updateDomain(WLScriptContext.java:604)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
com.oracle.cie.domain.script.jython.WLSTException: com.oracle.cie.domain.script.jython.WLSTException: com.oracle.cie.domain.script.ScriptException: Domain Extension Application Failed!
Here is my code when adding a template:
print('')
print 'Adding OHS Template'
addTemplate(ohsTemplate);
print('')
updateDomain()
closeDomain()

Yes - you are correct.
I've found the most useful reference for installing Oracle BPM 12c is this:  Installing SOA Suite and Business Process Management Suite Quick Start Guide for Developers.
1. To Download Oracle BPM 12c JDeveloper download the software from http://www.oracle.com/technetwork/middleware/bpm/downloads/index.html
2. To Install the JDK:
Install JDK 1.7 (jdk1.7.0_55).
Set JAVA_HOME environment variable to D:\Java\jdk1.7.0_55
3. To Install Oracle BPM 12c JDeveloper
Open a command prompt as an administrator (right mouse click “Command Prompt” -> “Run as administrator”)
From the command prompt run: %JAVA_HOME%\bin\java -jar fmw_12.1.3.0.0_bpm_quickstart.jar
Hope this gets you going,
Dan

Similar Messages

  • Setting up a domain using Oracle DB.

    I creating a domain manually applying portal template using our own WLST script. We successfully applied workshop extension but whenever we try to apply the personalization extension we go the following exception:
    WARNING] com.bea.plateng.domain.script.jython.WLSTException: com.bea.plateng.domain.script.ScriptException: java.lang.NullPointerException
    [WARNING]      at com.bea.plateng.domain.script.jython.CommandExceptionHandler.handleException(CommandExceptionHandler.java:51)
    [WARNING]      at com.bea.plateng.domain.script.jython.WLScriptContext.handleException(WLScriptContext.java:1464)
    [WARNING]      at com.bea.plateng.domain.script.jython.WLScriptContext.updateDomain(WLScriptContext.java:453)
    [WARNING]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [WARNING]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [WARNING]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [WARNING]      at java.lang.reflect.Method.invoke(Method.java:597)
    [WARNING]      at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java:160)
    [WARNING]      at org.python.core.PyMethod.__call__(PyMethod.java:96)
    [WARNING]      at org.python.core.PyObject.__call__(PyObject.java:258)
    [WARNING]      at org.python.core.PyInstance.invoke(PyInstance.java:244)
    [WARNING]      at org.python.pycode._pyx3.updateDomain$19(/tmp/WLSTOfflineIni7284856197490404440.py:89)
    [WARNING]      at org.python.pycode._pyx3.call_function(/tmp/WLSTOfflineIni7284856197490404440.py)
    [WARNING]      at org.python.core.PyTableCode.call(PyTableCode.java:208)
    [WARNING]      at org.python.core.PyTableCode.call(PyTableCode.java:256)
    [WARNING]      at org.python.core.PyFunction.__call__(PyFunction.java:169)
    [WARNING]      at org.python.pycode._pyx16.f$0(/tmp/wlst_8685525951102029317.py:65)
    [WARNING]      at org.python.pycode._pyx16.call_function(/tmp/wlst_8685525951102029317.py)
    [WARNING]      at org.python.core.PyTableCode.call(PyTableCode.java:208)
    [WARNING]      at org.python.core.PyCode.call(PyCode.java:14)
    [WARNING]      at org.python.core.Py.runCode(Py.java:1135)
    [WARNING]      at org.python.util.PythonInterpreter.execfile(PythonInterpreter.java:167)
    [WARNING]      at weblogic.management.scripting.WLST.main(WLST.java:129)
    [WARNING]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [WARNING]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [WARNING]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [WARNING]      at java.lang.reflect.Method.invoke(Method.java:597)
    [WARNING]      at weblogic.WLST.main(WLST.java:29)
    [WARNING] Caused by: com.bea.plateng.domain.script.ScriptException: java.lang.NullPointerException
    [WARNING]      at com.bea.plateng.domain.script.ScriptExecutor.runGenerator(ScriptExecutor.java:2817)
    [WARNING]      at com.bea.plateng.domain.script.ScriptExecutor.updateDomain(ScriptExecutor.java:834)
    [WARNING]      at com.bea.plateng.domain.script.jython.WLScriptContext.updateDomain(WLScriptContext.java:449)
    [WARNING]      ... 25 more
    [WARNING] Caused by: java.lang.NullPointerException
    [WARNING]      at com.bea.plateng.domain.jdbc.JDBCDataLoader.load(JDBCDataLoader.java:159)
    [WARNING]      at com.bea.plateng.domain.security.SQLAuthenticatorHandler.loadSQLAuthenticatorFile(SQLAuthenticatorHandler.java:265)
    [WARNING]      at com.bea.plateng.domain.TemplateImporter.generate(TemplateImporter.java:427)
    [WARNING]      at com.bea.plateng.domain.script.ScriptExecutor$2.run(ScriptExecutor.java:2785)
    [WARNING]
    [WARNING] com.bea.plateng.domain.script.jython.WLSTException: com.bea.plateng.domain.script.jython.WLSTException: com.bea.plateng.domain.script.ScriptException: java.lang.NullPointerException
    The oracle DB has all scripts already applied even the the user has been created using the SQLAuthenticator.sql
    This is blocking our development environment and we cannot proceed usign oracle.
    Here is also the WLST script that we are using to create the domain.
    from java.lang import String
    from java.io import File
    #=======================================================================================
    # This script creates a weblogic domain from a domain template
    # It will also extend the domain if any extension templates are defined
    #=======================================================================================
    print 'Start domain creation...'
    print ''
    #=======================================================================================
    # Create domain from a domain template only if there's no existing domain already created
    #=======================================================================================
    domainDir=File('.../wls_domains/repairsDomain')
    if domainDir.exists():
    print 'Found existing domain at .../repairsDomain'
    print 'Remove the directory if you want to create a brand-new domain'
    print ''
    else:
    # create a brand new domain from domain template, currently we just use wls.jar
    # which comes with weblogic installation
    print 'Creating domain using template .../bea/wlserver_10.3/common/templates/domains/wls.jar'
    readTemplate('.../bea/wlserver_10.3/common/templates/domains/wls.jar')
    # update server properties: name, listen address, listen port
    cd('/Server/AdminServer')
    cmo.setName('AdminServer')
    cmo.setListenAddress('0.0.0.0')
    cmo.setListenPort(int('10004'))
    # Reset the login id and password
    cd('/Security/base_domain/User')
    delete('weblogic','User')
    create('system','User')
    cd('/Security/base_domain/User/system')
    cmo.setPassword('weblogic')
    # - CreateStartMenu: Disable creation of Start Menu shortcut.
    setOption('CreateStartMenu', 'false')
    # - ServerStartMode: Set mode to development.
    setOption('ServerStartMode', 'dev')
    # - OverwriteDomain: Enable overwrite domain, when saving, if one exists.
    setOption('OverwriteDomain', 'true')
    # Write the base domain and close the base domain template.
    writeDomain('.../repairsDomain')
    closeTemplate()
    print 'Server AdminServer will be listening at address 0.0.0.0 on port 10004'
    print 'Domain repairsDomain successfully created in .../repairsDomain'
    print ''
    #=======================================================================================
    # Apply extension templates if there's any
    #=======================================================================================
    extensionDomainTemplates=String('.../.m2/repository/com/vzb/domains/weblogic-workshop/1.2-SNAPSHOT/weblogic-workshop-1.2-SNAPSHOT.jar:.../.m2/repository/com/vzb/domains/weblogic-p13n/1.2-SNAPSHOT/weblogic-p13n-1.2-SNAPSHOT.jar:.../.m2/repository/com/vzb/domains/weblogic-portal-content/1.2-SNAPSHOT/weblogic-portal-content-1.2-SNAPSHOT.jar:.../.m2/repository/com/vzb/domains/weblogic-portal/1.2-SNAPSHOT/weblogic-portal-1.2-SNAPSHOT.jar')
    if extensionDomainTemplates.length() != 0:
    templates=extensionDomainTemplates.split(File.pathSeparator)
    for template in templates:
    print 'Extending domain using template ' + template
    readDomain('.../repairsDomain')
    addTemplate(template)
    updateDomain()
    closeDomain()
    We migrate templates to maven so we can replace DB settings.

    Marcus,
    I can't answer your specific question but I suggest you browse some of the OAS and WebDB documentation. Click the documentation link on the left of this page. You could also take a look at some of the technical white papers available at www.oracle.com.
    Blaise

  • Extend the same WLAN using more WLCs

    I have a bit of a question,
    We already have one 50 AP WLC 4402 in our organization, and currently we have ran out of the 50 AP license. Issue is we want to extend the WLAN to another area but because of the 50 AP max on our WLC we are faced with getting another 50 AP WLC.
    My question is can we extend the SAME WLANs  using another WLC. I know it will work for the WLC fail-over but not sure if using another WLC will give us the mobility/roaming feature throughout the organization we want. Do we needto go for WCS as well in this situation to deploy organization wide roaming?. Basically is there a way to make existing WLC and new one act like the same WLAN with roaming throughout or will using two WLCs be separate roaming domains.
    Please advice. Thanks.
    Cheers
    Lal Antony
    www.lalantony.com

    Hi Lal,
    Yes it is possible and works awesome!! here is the mobility link which gives you more info as well.. but in short for your question that you have.. We can extend the WLAN and there is no problen at all..
    http://www.cisco.com/en/US/docs/wireless/controller/7.0/configuration/guide/c70mobil.html
    My other suggestion will be to go for a WLC which supports more APs.. so that in future if we wanna extend the network, then there wont be any issues..
    lemme know if this answered your question..
    Regards
    Surendra
    ====
    Please dont forget to rate the posts which answered your question and mark it as answered or was helpfull

  • SOA Domain using Silent mode

    Hi
    Can anybody tell me how to create a SOA domain using WLST?
    --Thanks in Advance                                                                                                                                                                               

    Hi
    I am getting the below exception any idea?
    Error: readTemplate() failed. Do dumpStack() to see details.
    Problem invoking WLST – Traceback (innermost last):
    File “c:\oracle\silentdomain.py”, line 3, in ?
    File “C:\Users\test\AppData\Local\Temp\WLSTOfflineIni1709266438475496258.py
    “, line 17, in readTemplate
    The template to read must be a jar file containing a valid domain configuration
    at com.oracle.cie.domain.script.jython.CommandExceptionHandler.handleExc
    eption(CommandExceptionHandler.java:51)
    at com.oracle.cie.domain.script.jython.WLScriptContext.handleException(W
    LScriptContext.java:1538)
    at com.oracle.cie.domain.script.jython.WLScriptContext.readTemplate(WLSc
    riptContext.java:340)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    com.oracle.cie.domain.script.jython.WLSTException: com.oracle.cie.domain.script.
    jython.WLSTException: com.oracle.cie.domain.script.ScriptException: unable to pa
    rse “template-info.xml” from template jar “C:\oracle\wlserver_10.3\common\templates\domains\wls.jar
    The template to read must be a jar file containing a valid domain configuration

  • Broken link- Creating WebLogic Domains Using the CW

    Hello!
    Create domains The Configuration Wizard guides you through the process of creating or
    extending a domain for your target environment. See Creating WebLogic
    Domains Using the Configuration Wizard.
    That link doesn't works... any idea where I could find the info?

    Check this one --- > http://download.oracle.com/docs/cd/E13179_01/common/docs102/confgwiz/index.html
    http://download.oracle.com/docs/cd/E13179_01/common/docs102/confgwiz/newdom.html#wp1080587
    Edited by: Renjan Thomas on Oct 15, 2009 1:36 AM

  • WLS 12c JMS & HermesJMS

    Has anyone been able to get HermesJMS working with WLS 12c?
    I have followed the setup instructions on various blog posts and such and have basically done the following:
    1. Generated the wlfullclient.jar and created a new CLASSPATH group named "WLS12.1".
    2. Added a new session using the above classpath.
    3. Attempted to discover queues & topics on my WLS instance, and I get a stack trace.
    java.lang.NoClassDefFoundError: weblogic/management/WebLogicObjectName
         at hermes.ext.weblogic.WebLogicJMSAdminFactory.createSession(WebLogicJMSAdminFactory.java:63)
         at hermes.impl.HermesAdminAdapter.getAdmin(HermesAdminAdapter.java:64)
         at hermes.impl.HermesAdminAdapter.discoverDestinationConfigs(HermesAdminAdapter.java:82)
         at hermes.impl.DefaultHermesImpl.discoverDestinationConfigs(DefaultHermesImpl.java:1356)
         at hermes.browser.tasks.DiscoverDestinationsTask.invoke(DiscoverDestinationsTask.java:77)
         at hermes.browser.tasks.TaskSupport.run(TaskSupport.java:175)
         at hermes.browser.tasks.ThreadPool.run(ThreadPool.java:170)
         at java.lang.Thread.run(Thread.java:662)
    Caused by: java.lang.ClassNotFoundException: weblogic.management.WebLogicObjectName
         at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
         ... 8 more
    I found some references to including "-Dsun.lang.ClassLoader.allowArraySyntax=true" in the options to Java, but that had no effect.
    I am using HermesJMS 1.14, Oracle JDK (1.6.0_35), running on RHEL 5 x86_64.
    Here is the classpath section from my hermes-config.xml:
    <classpathGroup id="WLS12.1">
    <library noFactories="true" jar="/home/wkorb/oracle/middleware/wlserver_12.1/server/lib/wlfullclient.jar"/>
    </classpathGroup>
    Here is the section that defines my session:
    <factory classpathId="WLS12.1">
    <provider className="hermes.JNDIConnectionFactory">
    <properties>
    <property name="initialContextFactory" value="weblogic.jndi.WLInitialContextFactory"/>
    <property value="t3://localhost:7001" name="providerURL"/>
    <property value="javax/jms/QueueConnectionFactory" name="binding"/>
    <property value="weblogic" name="securityPrincipal"/>
    <property value="weblogic" name="securityCredentials"/>
    </properties>
    </provider>
    <connection connectionPerThread="false" clientID="">
    <session useConsumerForQueueBrowse="false" audit="false" transacted="true" reconnects="0" id="wls12c"/>
    </connection>
    <extension className="hermes.ext.weblogic.WebLogicJMSAdminFactory">
    <properties/>
    </extension>
    </factory>
    Any insight or suggestions would be much appreciated.
    Thanks,
    Bill

    For the "No destinations found" situation, I'm confused. In the WLS console I did the following:
    1. Created a JMS server.
    2. Created a JMS module.
    3. Added to resources to the module: a QueueConnectionFactory & a Queue.
    If I am indeed getting connected to the JMS service, should I not see those resources when I try to discover them?You may have missed a few steps during configuration that are required to make sure the Queue is active.
    Assuming non-clustered WebLogic:
    - The JMS Server target needs to be configured to specify a WL server.
    - The JMS module target needs to be set to the same WL server as the JMS server.
    - You should configure a "subdeployment" for the module that references the JMS Server.
    - You should reference the name of this subdeployment as part of configuring the Queue.
    (Using a subdeployment for setting up the association between a Queue and its JMS Server(s) isn't strictly required but is a highly recommended best practice, per http://docs.oracle.com/cd/E24329_01/web.1211/e24385/best_practice.htm#JMSAD455)
    To verify the queue is up, you should be able to see the queue on one of the console's monitoring screens, and you should also be able to write a simple thin-t3-jar JMS client that looks up the CF and Q in JNDI and sends a message. The console also provides "message management" screens that allow an admin to inject a test message and/or view messages...
    HTH,
    Tom

  • Oepe not recognizing WLS 12c server home

    I have installed oepe from oepe-12.1.1.2-juno-distro-win32-x86_64.zip and WLS 12c from wls1212_dev.zip which is a generic installer downloaded from Oracle. When I tried to add WLS 12c runtime environment in oepe, its not recognizing the WLS home. Its throwing following error  "The path "C:\Servers\wls12120\wlserver" does not contain a valid WebLogic Server install."
    But I can start server using .cmd files and its running perfectly. Need help on this one. How to make oepe recognize my wls 12c home?

    Hi,
    You will just need to get a copy of OEPE that is v12.1.2 or higher in order to deploy to WebLogic Server 12.1.2. OEPE 12.1.2.2 is the current version and can be downloaded from the main download page - http://www.oracle.com/technetwork/developer-tools/eclipse/downloads/index.html
    Thanks,
    Greg

  • How to Reset Password of User while not connected to Domain using Local Admin Account

    How to Reset Password of User while not connected to the Domain using Local Admin Account
    (I have the use of a local admin account), and I want to help a user reset their password who has logged in the PC and had their credentials cached, but forgot this password. 
    In Local Admin Account :
    When I go to Control Panel, users, users, manager user ; I cannot see any users in this window except the local admin account, and, so I cannot reset a user password this way.
    When I go to lusrmgr.msc, then users ; the local admin account will display only. 
    If I go to command prompt and type "net user", this will not display any users who have logged in to the computer, and so I cannot use "net user" to reset a password.
    I don't want to use any disks, 3rd party programs, or create a VPN connection to the domain.  I just want to help a user who calls in and forgets their password.

    Hello Keith,
    I know this is an old thread but I'm trying to better understand how I could change the domain password while not on the network. What I'm getting from your post is that you:
    1. Create a local user account (not a domain user)
    2. Login with that local user account
    3. Connect to the VPN while logged in as a local user
    4. Log out of the local account and login with the domain credentials
    Now, my question is based on the assumption that the password created on the local account is the same password that one will use to login to the domain account? Also, is the local user account the same as the domain account?
    Thanking you in advance!

  • To Extend material to plant using MATERIAL_MAINTAIN_DARK .

    I am tryin to extend material into plants using MATERIAL_MAINTAIN_DARK  function module.Can someone please check the code below and tell me how i should modify it to work.Is BDC a better option?
    DATA: t_amara_ueb LIKE mara_ueb OCCURS 0 WITH HEADER LINE.
    DATA: t_amarc_ueb LIKE marc_ueb OCCURS 0 WITH HEADER LINE.
    t_amara_ueb-mandt = sy-mandt.
    t_amara_ueb-matnr = it_reqdata-material.
    t_amara_ueb-tcode = 'MM01'.
    t_amara_ueb-tranc = 1.
    APPEND t_amara_ueb.
    CLEAR t_amara_ueb.
    t_amarc_ueb-mandt = sy-mandt.
    t_amarc_ueb-matnr = it_reqdata-material.
    t_amarc_ueb-werks = it_reqdata-plant.
    t_amarc_ueb-tranc = 1.
    t_amarc_ueb-KZKRI = 'X'.
    APPEND t_amarc_ueb.
    CLEAR t_amarc_ueb.
    call function 'MATERIAL_MAINTAIN_DARK'
      exporting
      flag_muss_pruefen = 'X'
    p_kz_no_warn = 'N'
    kz_prf = space
    kz_verw = 'X'
    kz_aend = 'X'
    kz_dispo = 'X'
      tables
       amara_ueb                       = t_amara_ueb
       AMARC_UEB                       = t_AMARC_UEB
    EXCEPTIONS
       KSTATUS_EMPTY                   = 1
       TKSTATUS_EMPTY                  = 2
       T130M_ERROR                     = 3
       INTERNAL_ERROR                  = 4
       TOO_MANY_ERRORS                 = 5
       UPDATE_ERROR                    = 6
       OTHERS                          = 7
    if sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ELSE.
    COMMIT WORK.
    ENDIF.
    Thanks and Regards,
    Pratima.

    Hi ,
    Use the below code.
    DATA : lt_mara_ueb TYPE TABLE OF mara_ueb INITIAL SIZE 0,
           lt_marc_ueb TYPE TABLE OF marc_ueb INITIAL SIZE 0,
           lt_errors TYPE TABLE OF merrdat INITIAL SIZE 0.
    DATA : wa_mara_ueb TYPE mara_ueb,
           wa_marc_ueb TYPE marc_ueb,
           wa_messtab TYPE merrdat.
    DATA : l_mstring(480).
    parameters: l_matnr like mara-matnr.
    * Set up I_MARA
    REFRESH lt_mara_ueb.
    wa_mara_ueb-mandt = sy-mandt.
    wa_mara_ueb-tcode = 'MM01'.
    wa_mara_ueb-matnr = l_matnr.
    wa_mara_ueb-tranc = '0000000001'.
    APPEND wa_mara_ueb TO lt_mara_ueb.
    CLEAR wa_mara_ueb.
    SELECT SINGLE * FROM marc INTO CORRESPONDING FIELDS OF wa_marc_ueb
    WHERE matnr EQ l_matnr AND werks EQ '01FC'.
      IF sy-subrc EQ 0.
        MOVE '01BV' TO wa_marc_ueb-werks.
        wa_marC_ueb-tranc = '0000000001'.
        WA_MARC_UEB-PSTAT = SPACE.
        APPEND wa_marc_ueb TO lt_marc_ueb.
      ENDIF.
      CALL FUNCTION 'MATERIAL_MAINTAIN_DARK'
        EXPORTING
    *   FLAG_MUSS_PRUEFEN               = 'X'
    *   SPERRMODUS                      = 'E'
    *   MAX_ERRORS                      = 0
          p_kz_no_warn                    = 'N'
          kz_prf                          = 'W'
    *   KZ_VERW                         = 'X'
    *   KZ_AEND                         = 'X'
    *   KZ_DISPO                        = 'X'
    *   KZ_TEST                         = ' '
    *   NO_DATABASE_UPDATE              = ' '
    *   CALL_MODE                       = ' '
    *   CALL_MODE2                      = ' '
    *   USER                            = SY-UNAME
    *   SUPPRESS_ARRAY_READ             = ' '
    *   FLG_MASS                        = ' '
    * IMPORTING
    *   MATNR_LAST                      =
    *   NUMBER_ERRORS_TRANSACTION       =
        TABLES
          amara_ueb                       = lt_mara_ueb
    *   AMAKT_UEB                       =
          amarc_ueb                       = lt_marc_ueb
    *   AMARD_UEB                       =
    *   AMFHM_UEB                       =
    *   AMARM_UEB                       =
    *   AMEA1_UEB                       =
    *   AMBEW_UEB                       =
    *   ASTEU_UEB                       =
    *   ASTMM_UEB                       =
    *   AMLGN_UEB                       =
    *   AMLGT_UEB                       =
    *   AMPGD_UEB                       =
    *   AMPOP_UEB                       =
    *   AMVEG_UEB                       =
    *   AMVEU_UEB                       =
    *   AMVKE_UEB                       =
    *   ALTX1_UEB                       =
    *   AMPRW_UEB                       =
    *   AMFIELDRES                      =
    *   AMERRDAT                        =
    EXCEPTIONS
       KSTATUS_EMPTY                   = 1
       TKSTATUS_EMPTY                  = 2
       T130M_ERROR                     = 3
       INTERNAL_ERROR                  = 4
       TOO_MANY_ERRORS                 = 5
       UPDATE_ERROR                    = 6
       OTHERS                          = 7
      IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
             WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
      COMMIT WORK.
    Regards,
    Raghav

  • How to manually add library to my WL domain using admin console?

    Hello All,
    In need to manually add the JSF2:0 shared library into my
    domain using the admin console. How can I do that?
    Should I go to Admin Console -> Deployments -> Install -> Upload (from my desktop) -> now how do I tell where this should be installed in weblogic?
    Thanks,

    this link http://download.oracle.com/docs/cd/E21764_01/apirefs.1111/e13952/taskhelp/library/DeployLibrary.html shows the steps involved

  • Living in apartment, here it has only wireless (no wired cable in the room). I've  an airport express (new ) so how can I do for extending signal (wireless) for using in myroom

    Living in an apartment, here it has only wireless (no wired cable in the room) signal using for the internet connection. I've  an airport express (new) ,so how can I do for extending signal (wireless) for using in myroom. because the wireless signal is so weak.

    Unfortunately, you won't be able to. In order to do so, you would have to configure both the AirPort Express and the other wireless router for a WDS. Since it will unlikely that the other router is another AirPort, nor will you have the ability to administer it, you won't be able to get this accomplished.

  • Extended Purchase Info Record using with LSMW

    HI guru's,
    How to extend purchase infor record using with LSMW programm.. what is the T.Code and important fields.
    regards
    JK

    Hi,
    You will need to create an LSMW programme for this, the source fields will be as below
    LIFNR     Account Number of the Vendor
    MATNR     Material Number
    EKORG     Purchasing Organization
    WERKS     Plant
    MAHN1     Number of days for first reminder/urging letter (expediter)
    MAHN2     Number of days for second reminder/urging letter (expediter)
    MAHN3     Number of days for third reminder/urging letter (expediter)
    APLFZ     Planned delivery time in days
    UNTTO     Underdelivery tolerance limit
    EKGRP     Purchasing group
    NORBM     Standard purchase order quantity
    MWSKZ     Tax on Sales/Purchases Code
    NETPR     Net price in purchasing info record
    WAERS     Currency Key
    LTEX1_02     Long Text
    LTEX2-02     Long Text
    LTEX3-02     Long Text
    LTEX4-02     Long Text
    LTEX5-02     Long Text
    LTEX6-02     Long Text
    LTEX7-02     Long Text
    Regards
    Merwyn

  • Finding Domain used in a table

    I would like to find the different domains used in a particular table. Is there any function module or a way out work out this...

    Hi,
    Use table DD04L.
    The field rollname is the Data Element. With the data element you can find the fields used.
    Regards,
    Fernando

  • SP19 Import Queue Error: domain used does not exist

    Hi,
    In order to import support package 19 (KB70019) I encountered following errors:
    Field KEY: Component type or domain used not active or does not exist
    Nametab for table /1PYXXFO/SAP_PAYSLIP_____L0001 cannot be generated
    Field KEY: Component type or domain used not active or does not exist
    Nametab for table /1PYXXFO/SAP_PAYSLIP_____L0020 cannot be generated
    The missing component types are
    /1PYXXFO/SAP_PAYSLIP_____K0001
    /1PYXXFO/SAP_PAYSLIP_____K0020
    I found out so far.
    Can anyone tell me why they are missing?
    M.

    Hi
    Check below SAP notes which is not exaclty related to your problem but can give you a brief idea how ot solve the problem:
    Note 824421 - EEW: Nametab for table ZMDM_BPH9..._SCR cannot be generated
    Note 306296 - No active nametab for <table> exists
    You can take help of ABAP guys for this using above notes--
    Hope it helps
    Thanks
    Sunny

  • I have a iphone 5 and just updated to ios 8 now i have extended lte where it use to say verizon lte

    i have a iphone 5 and just updated to ios 8 now i have extended lte where it use to say verizon lte

    This is being discussed in more detail, but without a solution, in another thread: https://community.verizonwireless.com/thread/840295?tstart=0
    I am having the same problem with my new iPhone 5s since I installed the current software 8.1.2 yesterday after activating the phone at a Verizon store in Tucson, AZ. My zip code is 84745.
    So far I have no battery problems, but that's probably because I have cellular off except when I need it. I am usually on WiFi at home/work as my old 4s was one of the phones that, after an earlier software upgrade, chewed data up for no reason.

Maybe you are looking for

  • Problems with Photoshop performance and data transfer speed on iMac

    Two months ago, I started noticing slow performances using Photoshop (above all using clone stamp tool) on my 27" iMac (late 2012). I did the AHT and I found that 8GB of 32GB RAM were broken. I removed them but the problem didn't disappered, I also n

  • Change standard view: remove event time

    In iCal, a lot of visual space is wasted listing the time of an event. Fortunately, the time is unlisted in some cases (e.g., a half hour event in 'week' view), but for 1 hour events or more, the view of the event description is occluded by the start

  • What Are the Exact Basic rules for Replying a Thread...... -:)   @};-

    Hi Experts, After Looking into the forums many days I had a small conclusion about forums, SAP Forums are better place I have seen for getting a goo dhelp & Knowledge... Why can't we make it a BEST Place. This is just a small doubt which I would like

  • R/3 preperation for BCS

    Dear Friends, I am currently involved in an SEM BCS implementation. Before the data is extracted from R/3 to BCS i need to do certain data preperation on the R/3 side such as 1) Maintain the trading partner in vendor and customer masters 2) Maintain

  • Patch RAC 10.2.0.1 Solaris 64 bit SPARC

    I am trying to upgrade CRS to the most recent version. But could not find the patch number. Patch 5337014 looks like a database patch, not CRS. Can someone confirm this. Thanks -Prasad