How to use domains

I'm trying to understand the domain concept of the modeler version 4.0.3.
First I create some domains with the Domain Administration Dialog.
Second  I create my logical model , for each attribute I will use the predefined domains.
Forward engineering makes my relational model which in turn results in appr. DDL create-commands. Okay.
Now my problem:
If I wish to use synchronization between the model and the dictionary, I have to reimport the tables in a new relational model. This works fine, every change will be tracked correctly.
But any attribute of the imported tables in that relational model will not use any of my domains as its datatype, despite all the datatypes exists as I created them and stored within a own domain.xml file. So in the "Table Properties Dialog, Column Properties" the the 'Logical' radio of "Datatype" is active, instead of "Domain".
In my opinion, this makes no sense, unless I didn't understand the domain concept completely.

If I wish to use synchronization between the model and the dictionary, I have to reimport the tables in a new relational model.
Rather than importing into a new Relational Model, you should open your original model (including the relevant Physical Model) and import from the data dictionary into that model.
This will preserve the domain references on the Columns.
Before doing this, you should consider whether you want to make a copy of your original model (by using Save As).
David

Similar Messages

  • How to use CrossReference and DVM in ODI &how to populate data into Xref

    Can any one tell how to use Domain Value Maps and Cross Referencing in ODI?
    DVM or Domain Value Map are created and used in ESB console of SOA suite.
    My actual requirement is as follows:
    The below steps describe loading data from ERP Application 1 to ERP Application 2.
    1. The Source Application ERP APP1, populates the interface table using their native technology.
    2. A job scheduler invokes the Source side ODI Package.
    3. ODI then extracts the data from Source Interface table and populates the Target Interface table.
    4. After populating the Target interface table the ODI populates the X-ref table with App 1 ID and generated common ID.
    5. The ODI either deletes or updates the rows that were processed from the Source interface table.
    6. On the Target Application ERP APP2, the native application extracts data from target interface table and populates target database there by generating ERP Application 2 ID.
    7. A job scheduler on the Target application invokes the ODI package to populate the Application 2 ID onto the Xref table matching on the Common ID.
    I just want to know :
    1. How to populate data into the Xref table from Source datastore
    2. And if data is successfully laoded from target datastore to actual base table of target then how to populate the target id into the cross reference table.

    can anyone suggest me some answer, then it would be of great help?

  • How to Use 'uid' for AD Users Without Domain Name For User Log in OAM

    How to Use 'uid' for synchronized Active Directory (AD) Users into Oracle Internet Directory (OID) Without Domain Name For User Logins in OIDDAS and OAM
    We successfully integrated OAM 11g with EBS R12.1.3 Now all the AD user id's stored in fnd_users table as [email protected]
    How can we remove @abc.com
    We are using OID 11g and OAM 11g
    Found the similar note for OID 10G: How to Use 'uid' for AD Users Without Domain Name For User Logins in OIDDAS and SSO [ID 580480.1]
    We are in OID 11g.
    Any help on this greatly appreciated.

    I couldn't find any reference that could be helpful -- Please log a SR and see if this is supported and if the steps are available.
    Thanks,
    Hussein

  • I want to know how to use my domain name in business catalyst

    please I want to know how to use my domain name in business catalyst

    Hello marionussen,
    This issue of your's is specific to Buisness Catalyst and me have a forum for Buisness Catalyst. I would suggest you to post your query to forum: http://forums.adobe.com/community/business_catalyst for help.
    Let me know for any further query.
    Regards,
    Ratandeep Arora

  • [Erwin] How to replace all datatypes using domain dictionary in Erwin

    Hi,
    I am new to ERWin.
    My issue ---
    I have an existing database that I re-engineered in ERWin, but due
    some requirements and standard changes, I have to edit the model.
    A lot of these changes will apply to every table. e.g. Column
    DT_ADDED needs to change to DATE_ADD etc.What I find astounding is
    that in ERWin the columns are attached to tables, there is no list of
    columns that I can go edit. All other data modelling tools allow us
    to maintain a list of columns, it make the columns maintenance
    independent of tables thereby, making it easier to maintain. It also
    help keep column defination etc consistant.
    I did try to use domains, but since my databse is UDB V8.2, ERWin is
    trying to create a user data type which is not allowed at my company.
    I do not wish to do global search and replace in a text file... it
    beats the purpose of maintainability of column definations etc.
    I am so sure that there is a good solution and since I am new to
    ERWin , I do not know the easy solution.
    Please help.

    .What I find
    astounding is
    that in ERWin the columns are attached to tables,
    there is no list of
    columns that I can go edit. I will find it astounding if the columns are not attached to tables.
    Different tables can has same column name, if you blindly change a column without knowing which table it associated with, that create more problem than convenience.

  • How to Use Mobile Service in HTML/JavaScript Application

    The Windows Azure Mobile Service is a back end tool for mobile applications. It supports various platforms, such as Windows Store, Windows Phone 8, iOS and Android. The Windows Azure
    Mobile service can also support HTML/JavaScript. This article helps you to get a basic idea of how to use the Windows Azure Mobile Service in HTML/JavaScript applications.
    Let us start with a Quick startup project provided by Microsoft. A Quick startup is a simple demo project that can help us to understand how to use the Windows Azure Mobile Service with HTML/JavaScript. So let's start from the Quick startup project.
    Login into in the Windows Azure portal and use the following procedure.
    This article assumes you already have a Windows Azure account and the mobile service is enabled in your account.
    1. Create a new Windows Azure Mobile Service
    Click on the +New button from the left corner and select Compute -> Mobile Service and then click on the "Create" button.
    The Windows Azure portal popup creates a mobile service wizard when you click the Create button. Windows Azure asks you to enter the mobile service name as shown in the following image:
    Select the database options and region for your mobile service and click on the "Next" button.
    Once your mobile service is successfully created, the portal will show all your mobile services as shown in the following images.
    Ok! We have created a new mobile service successfully. Let's move to our subsequent steps.
    1. Quick startup Project 
    As we all know, the Windows Azure Mobile Service can support many platforms such as Windows Store, Windows Phone 8, iOS, Android and HTML/JavaScript. This article only tells us about the new HTML/JavaScript platform that is recently added to the Windows Azure
    Mobile Service.
    In the image above, we are in the quick startup page where the Windows Azure Mobile Service allows the user to choose their platform. I have selected the HTML/JavaScript Platform.
    In the image above, we found 3 quick steps that can allow us to run <g class="gr_ gr_74 gr-alert gr_gramm Grammar" data-gr-id="74" id="74">a HTML/JavaScript</g> sample project. 
    1. Create Table: In this step the user needs to create a table that can used by the sample project, once you hit the create TodoItem Table button. The Portal will create a TodoItem table in your mobile service. You
    can check this table by clicking on the data tab(menu).
    2. Download and run your app: In this step the user needs to download the Quick startup project that is provided by the Windows Azure portal. Click on the "Download" button and download the project. You will
    see the following files in the quick startup project.
    The Server folder contains some files to setup this project locally. The user should run the file from the server folder corresponding to their OS. I am using Windows OS so I ran the <g class="gr_ gr_80 gr-alert gr_spell ContextualSpelling ins-del multiReplace"
    data-gr-id="80" id="80">lanch</g>-<g class="gr_ gr_79 gr-alert gr_spell ContextualSpelling ins-del multiReplace" data-gr-id="79" id="79">windwos</g> file to setup this project locally in
    IISExpress.
    Press r and enter the key, you will see IISExpress started. Do not close this Windows and open your browser and request the http://localhost:8000/ page.
    Enter the Item name and click on the add button. Your Item will be added to the TodoItem table.
    3. Configure your host name: This step is a very important step for any HTML/JavaScript application that uses the Windows Azure Mobile Service. In this <g class="gr_ gr_83 gr-alert gr_gramm Punctuation only-ins
    replaceWithoutSep" data-gr-id="83" id="83">step</g> the user must register their website name in the Cross-origin resource sharing (CORS). By default, "localhost" is added by the Windows Azure Mobile Service
    so your quick startup project can run without making any CORS setting changes. The user can add their website domain name by clicking on the configure tab (menu).
    The user can add as many website domain names as needed.

    are you asking a question or did you just post a tutorial here? you might want to post it as a blog post or wiki entry instead.

  • How to use Event Tracking Code for Google Analytics in Dreamweaver CS5

    I need to track clicks on links that go to an outside website. I've read about "event tracking code". I'm not sure if it's the right tool to use. And if it is, I've spent several hours reading about it and I can't figure out how to use it. It looks like you need to be an expert developer to be able to make sense of all this. I've always been helped when I ask a question here, I'm hoping that someone can help me.
    What my client needs is to know what links are being clicked, and how often. Here's the page where I want to do this: Available Homes - Arizona Vacation Home Rentals 
    I added a code that I created using the tool I found here: General Event Tracking Code for Google Analytics but can't see to be able to make this work. I added this code to the first link called "View it Here" for the top, left house. Here's the code: <a href="http://www.homeaway.com/vacation-rental/p3495538" onClick="ga('send', 'event', { eventCategory: 'clicks', eventAction: 'clicks on homes', eventLabel: 'Clicked'});" target="_blank">View it HERE!</a> 
    Then I set a Goal in Google Analytics like it said in the instructions but it doesn't seem to work... I would APPRECIATE ANY HELP!
    Thanks,
    Brigitte

    I think you misunderstood what Event Tracking is designed for.  This is from Google Help
    Tracking Code: Event Tracking - Google Analytics — Google Developers
    "Use this to track visitor behavior on your website that is NOT related to a web page visit, such as interaction with a Flash video movie control or any user event that does not trigger a page request."
    Clicks on links are page requests.  I think for your purposes, you may want the Cross Domain Link Tracking plugin.
    Cross Domain Tracking - Web Tracking (analytics.js) - Google Analytics — Google Developers
    Nancy O.

  • How to use an authenticated user for a proxy call

    Dear all,
    I am currently working on a JEE application where the user needs to authenticate (for this I have configured the web.xml).
    Now inside this application I need to do a proxy call to a PI webservice.
    I would like to use the user credentials of the already logged in user in order to call the proxy.
    What I don't want to do is to use a service user for the proxy call.
    The code I am trying to call looks something like this:
         private IntegratedConfigurationIn getPort() throws Exception{
              IntegratedConfigurationIn port = null;
              try {
                   IntegratedConfigurationInService service = null;
                   service = new IntegratedConfigurationInService();
                   port = (IntegratedConfigurationIn) service.getIntegratedConfigurationIn_Port();
                  BindingProvider bp = (BindingProvider)port;
                  bp.getRequestContext().put(BindingProvider.USERNAME_PROPERTY, user);
                  bp.getRequestContext().put(BindingProvider.PASSWORD_PROPERTY, password);
                  if (url.length() != 0)
                       bp.getRequestContext().put(BindingProvider.ENDPOINT_ADDRESS_PROPERTY, url);
              catch (Exception ex){
                   ex.printStackTrace();
              return port;
    The examples I found to retrieve the userdata pointed to codes similar to this one:
    public HttpServletRequest getHttpRequest() throws Exception {
              // Get runtime context
              Properties props = new Properties();
              props.put("domain", "true");
              Context initialContext = new InitialContext(props);
              ApplicationWebServiceContext wsContext = (ApplicationWebServiceContext) initialContext
                        .lookup(" /wsContext/ApplicationWebServiceContext");
              HttpServletRequest req = wsContext.getHttpServletRequest();
              return req;
    com.sap.security.api.IUser sapUser = com.sap.security.api.UMFactory.getAuthenticator().getLoggedInUser(getHttpRequest(), null);
              IUser ep5User = com.sapportals.wcm.util.usermanagement.WPUMFactory.getUserFactory().getEP5User(sapUser);
    Now I don't know how to bring it togehter and how to use an authenticated user for the BindingProvider.
    I would appreciate any hints or ideas.

    Peter,
    from the first screenshot, what I understood is that, you are calling an inbound PI web service that is intended to create an integrated configuration object (this is used for whole lot of other reason completely) but not actually calling a development web service.
    For this, you would have to generate your client classes from the WSDL provided by the PI developer for that particular service. Once you get those client classes generated, you could used the method provided in the other screenshot to extract the user and password and call the intended web service.
    Vijay Konam

  • HOW TO USE PERFORM STATEMENT IN SMARTFORMS

    Hi,
    Can anyone tell me how to use call subroutine in smartform?
    Thanks & Regards,
    Gauarv.

    Hi,
    Hope this helps you..
    You can use the PERFORM command to call an ABAP subroutine
    (form) from
    any program, subject to the normal ABAP runtime
    authorization
    checking. You can use such calls to subroutines for
    carrying out
    calculations, for obtaining data from the database that is
    needed at
    display or print time, for formatting data, and so on.
    PERFORM commands, like all control commands, are executed
    when a
    document is formatted for display or printing.
    Communication between a
    subroutine that you call and the document is by way of
    symbols whose
    values are set in the subroutine.
    The system does not execute the PERFORM command within
    SAPscript
    replace modules, such as TEXT_SYMBOL_REPLACE or
    TEXT_INCLUDE_REPLACE.
    The replace modules can only replace symbol values or
    resolve include
    texts, but not interpret SAPscript control commands.
    Syntax in a form window:
    /: PERFORM <form> IN PROGRAM <prog>
    /: USING &INVAR1&
    /: USING &INVAR2&
    /: CHANGING &OUTVAR1&
    /: CHANGING &OUTVAR2&
    /: ENDPERFORM
    INVAR1 and INVAR2 are variable symbols and may be of any of
    the four
    SAPscript symbol types.
    OUTVAR1 and OUTVAR2 are local text symbols and must
    therefore be
    character strings.
    The ABAP subroutine called via the command line stated
    above must be
    defined in the ABAP report prog as follows:
    FORM <form> TABLES IN_TAB STRUCTURE ITCSY
    OUT_TAB STRUCTURE ITCSY.
    ENDFORM.
    The values of the SAPscript symbols passed with /: USING...
    are now
    stored in the internal table IN_TAB . Note that the system
    passes the
    values as character string to the subroutine, since the
    field Feld
    VALUE in structure ITCSY has the domain TDSYMVALUE (CHAR
    80). See the
    example below on how to access the variables.
    The internal table OUT_TAB contains names and values of the
    CHANGING
    parameters in the PERFORM statement. These parameters are
    local text
    symbols, that is, character fields. See the example below
    on how to
    return the variables within the subroutine.
    From within a SAPscript form, a subroutine GET_BARCODE in
    the ABAP
    program QCJPERFO is called. Then the simple barcode
    contained there
    ('First page', 'Next page', 'Last page') is printed as
    local variable
    symbol.

  • How to use security roles in Weblogic server?

    Hello Gurus,
    I am new to Weblogic server and I am trying to investigate how to make
    use of security roles in weblogic server (5.1.0). Can anyone point me
    to some documentation. Specifically, I am looking for instance level,
    and method level security and how to use it.
    Thanks for taking your time to read this e-mail.
    Thank You all in advance,
    Hari.

    You should read the security information in the Servlet 2.2 specification
    that WL 5.1 implements:
    http://java.sun.com/products/servlet/download.html
    Chapter 11 deals with declarative and programmatic security, and includes a
    section on roles:
    11.4 Roles
    A role is an abstract logical grouping of users that is defined by the
    Application Developer or
    Assembler. When the application is deployed, these roles are mapped by a
    Deployer to security
    identities, such as principals or groups, in the runtime environment.
    A servlet container enforces declarative or programmatic security for the
    principal associated with
    an incoming request based on the security attributes of that calling
    principal. For example,
    1. When a deployer has mapped a security role to a user group in the
    operational environment. The
    user group to which the calling principal belongs is retrieved from its
    security attributes. If the
    principal's user group matches the user group in the operational environment
    that the security
    role has been mapped to, the principal is in the security role.
    2. When a deployer has mapped a security role to a principal name in a
    security policy domain, the
    principal name of the calling principal is retrieved from its security
    attributes. If the principal is
    the same as the principal to which the security role was mapped, the calling
    principal is in the
    security role.
    Cameron Purdy
    http://www.tangosol.com
    "Hari" <[email protected]> wrote in message
    news:[email protected]..
    Hello Gurus,
    I am new to Weblogic server and I am trying to investigate how to make
    use of security roles in weblogic server (5.1.0). Can anyone point me
    to some documentation. Specifically, I am looking for instance level,
    and method level security and how to use it.
    Thanks for taking your time to read this e-mail.
    Thank You all in advance,
    Hari.

  • How to config domain?wl 6.0

    We have four developers which makes up one develop team. Now we
    want to develop together on one server, which is installed with
    weblogic6.0 under solaris7. We want each developer can make his
    own ejb separately on his own computer but all developers can deploy
    their components on the server. In this case we need each developer
    has separate environment on the sever. Even though I read all documents
    of WebLogic6.0 I cannot find out a way to configure a proper develop
    environment. Should I start several domains or should I start several
    servers in one domain? I noticed that there are 3 default domains
    after installing the weblogic6.0 and I can startup them concurrently
    with configuring different port. I tried to create new domains
    for each developer in the console. I copied &#8220;config.xml&#8221;,
    &#8220;startxxxDomain.sh&#8221; and &#8220;fileRealm.properties&#8221;
    to the new domain and changed the domainname in these files. But
    finally I got an error message as the following files
    config.xml:
    <!--If your domain is active, please do not edit the config.xml
    file. Any changes made to that file while the domain is active
    will not have any effect on the domain's configuration and are
    likely to be lost. If your domain is inactive, you may edit this
    file with an XML editor. If you do so, please refer to the configuration
    DTD. In general, we recommend that changes to your configuration
    file be made through the Administration Console.-->
    <Domain
    Name="wenjing"
    >
    <JTA
    Name="wenjing"
    />
    <ApplicationManager
    Name="wenjing"
    />
    <Security
    Name="wenjing"
    />
    <Server
    AdministrationPort="0"
    ListenAddress=""
    ListenPort="8001"
    Machine=""
    Name="wenjingServer"
    >
    <ServerDebug
    Name="wenjingServer"
    />
    <WebServer
    Name="wenjingServer"
    />
    <KernelDebug
    Name="wenjingServer"
    />
    <SSL
    Name="wenjingServer"
    />
    <Log
    Name="wenjingServer"
    />
    </Server>
    <Log
    Name="wenjing"
    />
    </Domain>
    fileRealm.properties:
    #Wed Feb 21 13:56:43 CST 2001
    acl.modify.weblogic.jndi.weblogic.qa=everyone
    acl.reserve.weblogic.jdbc.connectionPool.oraPool=system,everyone
    acl.list.weblogic.jndi.a2.b3=user_ulm,user_ulx,user_xlm,user_xlx
    acl.unlockuser.weblogic.passwordpolicy=Administrator
    group.VP=javajoe
    acl.reset.weblogic.jdbc.connectionPool.testpool=system
    acl.list.weblogic.jndi.weblogic=system
    acl.admin.dynapool=system
    acl.lockServer.weblogic.admin=system
    acl.list.weblogic.jndi.weblogic.ejb=system
    acl.modify.weblogic.jndi=everyone
    acl.lookup.weblogic.jndi.a1.b1=system,user_d2,user_d3
    acl.lookup.weblogic.jndi.a1.b1.c1=system,user_d3
    acl.lookup.weblogic.jndi.a2.b3=system,user_ulm,user_ulx,user_uxm,user_uxx
    acl.lookup.weblogic.jndi.weblogic.qa=everyone
    acl.write.weblogic.workspace.logintest=logintest,system,everyone
    acl.modify.weblogic.jndi.weblogic.jnditest=everyone
    acl.list.weblogic.jndi.weblogic.rmi=everyone
    acl.write.weblogic.workspace=system,everyone
    user.pool_user=0xee1ccda7b117f5aaa9c9a184daa2cf3e8c0fd3b7
    user.user_d3=0xc7c108a184c72f84885d39891958f364e72bad75
    acl.unlockServer.weblogic.admin=system
    user.user_d2=0x7af158321bbe45ad0e3b5162a51a349cfc2ab096
    user.user_d1=0xc1a38c8365bd23821c36f7fdb28a14cccf179d45
    user.javajoe=0x965d271d8f359a5c4c89ae790ec5a40c62138e21
    acl.reset.weblogic.jdbc.connectionPool.jtstestpool=system
    acl.lookup.weblogic.jndi.VISIBLE.PROTECTED=system
    acl.modify.weblogic.jndi.a1.b1=system
    group.Administrator=system,j2ee
    acl.modify.weblogic.jndi.weblogic=system
    acl.modify.weblogic.jndi.a2.b3=system,user_ulm,user_uxm,user_xlm,user_xxm
    acl.reserve.weblogic.jdbc.connectionPool.testpool=system,everyone
    acl.modify.weblogic.jndi.weblogic.ejb=system
    user.jtajtajta=0x0383f8017ad0146b105fa32ae16c6b132eff6c8f
    acl.reserve.weblogic.jdbc.connectionPool.jtstestpool=system,jtajtajta
    user.wsUser4=0x1dddd9e6aadde8962c0a7d584584e47924fb21c1
    acl.lookup.weblogic.jndi=everyone
    user.wsUser3=0x1dddd9e6aadde8962c0a7d584584e47924fb21c1
    user.wsUser2=0x1dddd9e6aadde8962c0a7d584584e47924fb21c1
    acl.reserve.dynapool=system,pool_user
    user.wsUser1=0x1dddd9e6aadde8962c0a7d584584e47924fb21c1
    user.wsUser0=0x1dddd9e6aadde8962c0a7d584584e47924fb21c1
    acl.modify.weblogic.jndi.weblogic.rmi=everyone
    group.Manager=javajoe
    user.user_xlx=0x72c273dddc7233e2235e97eccfcecafe6ddebaf8
    acl.read.weblogic.workspace.logintest=logintest,system,everyone
    group.Employee=j2ee
    acl.execute.weblogic.servlet=system,everyone
    acl.modify.weblogic.admin.acl=system
    acl.lookup.weblogic.jndi.weblogic.ejb=system
    acl.write.weblogic.workspace.guest=system,everyone,guest
    user.user_xlm=0x72c273dddc7233e2235e97eccfcecafe6ddebaf8
    acl.modify.weblogic.jndi.a1.b1.c1=system
    acl.read.managedObject=system,guest
    user.user_ulx=0x72c273dddc7233e2235e97eccfcecafe6ddebaf8
    acl.lookup.weblogic.jndi.weblogic.rmi=everyone
    user.user_xxm=0x72c273dddc7233e2235e97eccfcecafe6ddebaf8
    user.logintest=0x1dddd9e6aadde8962c0a7d584584e47924fb21c1
    acl.list.weblogic.jndi.weblogic.fileSystem=everyone
    user.pool_nonuser=0xee1ccda7b117f5aaa9c9a184daa2cf3e8c0fd3b7
    user.pool_creator=0xee1ccda7b117f5aaa9c9a184daa2cf3e8c0fd3b7
    user.user_uxx=0x72c273dddc7233e2235e97eccfcecafe6ddebaf8
    acl.list.weblogic.jndi=everyone
    user.user_ulm=0x72c273dddc7233e2235e97eccfcecafe6ddebaf8
    acl.read.weblogic.workspace.guest=system,everyone,guest
    acl.lookup.weblogic.jndi.weblogic.fileSystem=everyone
    user.invalidUser=0x86bea983a5a4aa62f2c6ef7f8762b5abb9c84ab3
    user.user_uxm=0x72c273dddc7233e2235e97eccfcecafe6ddebaf8
    acl.modify.weblogic.jndi.VISIBLE.PROTECTED=system
    user.secuser2=0x1dddd9e6aadde8962c0a7d584584e47924fb21c1
    user.secuser1=0x1dddd9e6aadde8962c0a7d584584e47924fb21c1
    acl.lookup.weblogic.jndi.weblogic.jnditest=everyone
    group.Administrators=system
    user.validUser=0x86bea983a5a4aa62f2c6ef7f8762b5abb9c84ab3
    user.j2ee=0xd4e2696c23a37d2e5bf74919fa6383323671b60f
    acl.receive.weblogic.event.TOP.SECRET=system
    acl.list.weblogic.jndi.VISIBLE.PROTECTED=system
    acl.reset.weblogic.jdbc.connectionPool.oraPool=system
    user.brown=0x1dddd9e6aadde8962c0a7d584584e47924fb21c1
    user.system=0x991228123e0dda8b7483886b7d6646633e5af15e
    acl.write.managedObject=system
    acl.modify.weblogic.jndi.weblogic.fileSystem=everyone
    acl.lookup.weblogic.jndi.weblogic=everyone
    acl.read.weblogic.workspace.system=system,everyone
    acl.admin.weblogic.jdbc.connectionPoolcreate=system,pool_creator
    acl.shutdown.weblogic.admin=system
    acl.write.weblogic.workspace.system=system,everyone
    acl.reset.weblogic.jdbc.connectionPool=system
    acl.read.weblogic.workspace=system,everyone
    acl.boot.weblogic.server=system,everyone
    acl.submit.weblogic.event.TOP.SECRET=system
    startWenJing.sh:
    #!/bin/sh
    # $Id$
    # This script can be used to start WebLogic Server. This script
    ensures
    # that the server is started using the config.xml file found in
    this
    # directory and that the CLASSPATH is set correctly. This script
    contains
    # the following variables:
    # WL_HOME - The root directory of your WebLogic Server
    # installation
    # JAVA_HOME - Determines the version of Java used to start
    # WebLogic Server. This variable must point to
    the
    # root directory of a JDK installation and will
    be set
    # for you by the WebLogic Server installer.
    # See the WebLogic platform support
    # page (http://e-docs.bea.com/wls/platforms/index.html)
    # for an up-to-date list of supported JVMs on
    your platform.
    # JAVA_OPTIONS - Java command-line options for running the server.
    # jDriver for Oracle users: This script assumes that native libraries
    # required for jDriver for Oracle have been installed in the proper
    # location and that your system LD_LIBRARY_PATH variable has been
    set appropriately.
    # Also note that this script default to the oci816_8 version of
    the
    # shared libraries. If this is not the version you need, please
    adjust the
    # LD_LIBRARY_PATH variable accordingly.
    # For additional information, refer to Installing and Setting up
    WebLogic
    # Server (http://e-docs.bea.com/wls/docs60/install/index.html).
    # Set user-defined variables.
    JAVA_HOME=/home/jdk130
    WL_HOME=/home/wlserver6.0
    JAVA_OPTIONS="-ms64m -mx64m"
    # Check that script is being run from the appropriate directory
    if [ ! -f config.xml ]; then
    echo "startWeblogic.sh: must be run from the config/wenjing directory."
    1>&2
    # Check for classes
    elif [ ! -f $WL_HOME/lib/weblogic.jar ]; then
    echo "The weblogic.jar file was not found in directory $WL_HOME/lib."
    1>&2
    # Check for JDK
    elif [ ! -f $JAVA_HOME/bin/java ]; then
    echo "The JDK wasn't found in directory $JAVA_HOME." 1>&2
    else
    cd ../..
    # Grab some file descriptors.
    maxfiles=`ulimit -H -n`
    if [ ! $? -a "$maxfiles" != 1024 ]; then
    if [ "$maxfiles" = "unlimited" ]; then
    maxfiles=1025
    fi
    if [ "$maxfiles" -lt 1024 ]; then
    ulimit -n $maxfiles
    else
    ulimit -n 1024
    fi
    fi
    # Figure out how to use our shared libraries
    case `uname -s` in
    AIX)
    if [ -n "$LIBPATH" ]; then
    LIBPATH=$LIBPATH:$WL_HOME/lib/aix
    else
    LIBPATH=$WL_HOME/lib/aix
    fi
    export LIB_PATH
    echo "LIBPATH=$LIBPATH"
    HP-UX)
    if expr "`uname -r`" : "..11..." > /dev/null 2>&1; then
    hpsubdir=hpux11
    elif expr "`uname -r`" : "..10..." > /dev/null 2>&1; then
    hpsubdir=hpux10
    fi
    chmod a+x `find $WL_HOME/lib/$hpsubdir -name "*.sl" -print`
    if [ -n "$SHLIB_PATH" ]; then
    SHLIB_PATH=$SHLIB_PATH:$WL_HOME/lib/$hpsubdir
    else
    SHLIB_PATH=$WL_HOME/lib/$hpsubdir
    fi
    export SHLIB_PATH
    echo "SHLIB_PATH=$SHLIB_PATH"
    JAVA_OPTIONS="-classic $JAVA_OPTIONS"
    IRIX)
    if [ -n "$LD_LIBRARY_PATH" ]; then
    LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$WL_HOME/lib/irix
    else
    LD_LIBRARY_PATH=$WL_HOME/lib/irix
    fi
    export LD_LIBRARY_PATH
    echo "LD_LIBRARY_PATH=$LD_LIBRARY_PATH"
    LINUX)
    if [ -n "$LD_LIBRARY_PATH" ]; then
    LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$WL_HOME/lib/linux
    else
    LD_LIBRARY_PATH=$WL_HOME/lib/linux
    fi
    export LD_LIBRARY_PATH
    echo "LD_LIBRARY_PATH=$LD_LIBRARY_PATH"
    OSF1)
    if [ -n "$_RLD_LIST" ]; then
    RLDLIST=$_RLD_LIST:$WL_HOME/lib/tru64unix
    else
    RLDLIST=$WL_HOME/lib/tru64unix
    fi
    export RLDLIST
    echo "_RLD_LIST=$_RLD_LIST"
    SunOS)
    if [ -n "$LD_LIBRARY_PATH" ]; then
    LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$WL_HOME/lib/solaris:$WL_HOME/lib/solaris/oci816_8
    else
    LD_LIBRARY_PATH=$WL_HOME/lib/solaris:$WL_HOME/lib/solaris/oci816_8
    fi
    export LD_LIBRARY_PATH
    echo "LD_LIBRARY_PATH=$LD_LIBRARY_PATH"
    JAVA_OPTIONS="-hotspot $JAVA_OPTIONS"
    echo "$0: Don't know how to set the shared library path for `uname
    -s`. "
    esac
    CLASSPATH=$WL_HOME:$WL_HOME/lib/weblogic_sp.jar:$WL_HOME/lib/weblogic.jar:$WL_HOME/samples/eval/cloudscape/lib/cloudscape.jar:.
    WLS_PW=weblogic
    PATH=$WL_HOME/bin:$JAVA_HOME/jre/bin:$JAVA_HOME/bin:$PATH
    java $JAVA_OPTIONS -classpath $CLASSPATH -Dweblogic.Domain=wenjing
    -Dweblogic.Name=wenjingServer -Dbea.home=/home -Dcloudscape.system.home=/home/wlsserver6.0/samples/eval/cloudscape/data
    -Djava.security.policy==/home/wlserver6.0/lib/weblogic.policy -Dweblogic.management.password=$WLS_PW
    weblogic.Server
    cd config/wenjing
    fi
    err msg:
    LD_LIBRARY_PATH=/home/wlserver6.0/lib/solaris:/home/wlserver6.0/lib/solaris/oci816_8
    Enter password to boot weblogic server:LD_LIBRARY_PATH=/home/wlserver6.0/lib/solaris:/home/wlserver6.0/lib/solaris/oci816_8
    Starting WebLogic Server ....
    <Feb 27, 2001 11:55:17 AM CST> <Notice> <Management> <Loading configuration
    file ./config/wenjing/config.xml ...>
    <Feb 27, 2001 11:55:19 AM CST> <Info> <Logging> <Only log messages
    of severity "Error" or worse will be displayed in this window.
    This can be changed at Admin Console> wenjing> Servers> wenjingServer>
    Logging> Debugging> Stdout severity threshold>
    <Feb 27, 2001 11:55:22 AM CST> <Emergency> <Server> <Unable to
    initialize the server: 'Fatal initialization exception
    Throwable: java.lang.SecurityException: Authentication for user
    system denied in realm weblogic
    java.lang.SecurityException: Authentication for user system denied
    in realm weblogic
         at weblogic.security.acl.Realm.authenticate(Realm.java:209)
         at weblogic.security.acl.Realm.getAuthenticatedName(Realm.java:229)
         at weblogic.security.acl.internal.Security.authenticate(Security.java:113)
         at weblogic.security.SecurityService.initializeSuid(SecurityService.java:293)
         at weblogic.security.SecurityService.initialize(SecurityService.java:123)
         at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:343)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
         at weblogic.Server.main(Server.java:35)
    '>
    The WebLogic Server did not start up properly.
    Exception raised: java.lang.SecurityException: Authentication for
    user system denied in realm weblogic
    java.lang.SecurityException: Authentication for user system denied
    in realm weblogic
         at weblogic.security.acl.Realm.authenticate(Realm.java:209)
         at weblogic.security.acl.Realm.getAuthenticatedName(Realm.java:229)
         at weblogic.security.acl.internal.Security.authenticate(Security.java:113)
         at weblogic.security.SecurityService.initializeSuid(SecurityService.java:293)
         at weblogic.security.SecurityService.initialize(SecurityService.java:123)
         at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:343)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
         at weblogic.Server.main(Server.java:35)
    Reason: Fatal initialization exception

    We have four developers which makes up one develop team. Now we
    want to develop together on one server, which is installed with
    weblogic6.0 under solaris7. We want each developer can make his
    own ejb separately on his own computer but all developers can deploy
    their components on the server. In this case we need each developer
    has separate environment on the sever. Even though I read all documents
    of WebLogic6.0 I cannot find out a way to configure a proper develop
    environment. Should I start several domains or should I start several
    servers in one domain? I noticed that there are 3 default domains
    after installing the weblogic6.0 and I can startup them concurrently
    with configuring different port. I tried to create new domains
    for each developer in the console. I copied &#8220;config.xml&#8221;,
    &#8220;startxxxDomain.sh&#8221; and &#8220;fileRealm.properties&#8221;
    to the new domain and changed the domainname in these files. But
    finally I got an error message as the following files
    config.xml:
    <!--If your domain is active, please do not edit the config.xml
    file. Any changes made to that file while the domain is active
    will not have any effect on the domain's configuration and are
    likely to be lost. If your domain is inactive, you may edit this
    file with an XML editor. If you do so, please refer to the configuration
    DTD. In general, we recommend that changes to your configuration
    file be made through the Administration Console.-->
    <Domain
    Name="wenjing"
    >
    <JTA
    Name="wenjing"
    />
    <ApplicationManager
    Name="wenjing"
    />
    <Security
    Name="wenjing"
    />
    <Server
    AdministrationPort="0"
    ListenAddress=""
    ListenPort="8001"
    Machine=""
    Name="wenjingServer"
    >
    <ServerDebug
    Name="wenjingServer"
    />
    <WebServer
    Name="wenjingServer"
    />
    <KernelDebug
    Name="wenjingServer"
    />
    <SSL
    Name="wenjingServer"
    />
    <Log
    Name="wenjingServer"
    />
    </Server>
    <Log
    Name="wenjing"
    />
    </Domain>
    fileRealm.properties:
    #Wed Feb 21 13:56:43 CST 2001
    acl.modify.weblogic.jndi.weblogic.qa=everyone
    acl.reserve.weblogic.jdbc.connectionPool.oraPool=system,everyone
    acl.list.weblogic.jndi.a2.b3=user_ulm,user_ulx,user_xlm,user_xlx
    acl.unlockuser.weblogic.passwordpolicy=Administrator
    group.VP=javajoe
    acl.reset.weblogic.jdbc.connectionPool.testpool=system
    acl.list.weblogic.jndi.weblogic=system
    acl.admin.dynapool=system
    acl.lockServer.weblogic.admin=system
    acl.list.weblogic.jndi.weblogic.ejb=system
    acl.modify.weblogic.jndi=everyone
    acl.lookup.weblogic.jndi.a1.b1=system,user_d2,user_d3
    acl.lookup.weblogic.jndi.a1.b1.c1=system,user_d3
    acl.lookup.weblogic.jndi.a2.b3=system,user_ulm,user_ulx,user_uxm,user_uxx
    acl.lookup.weblogic.jndi.weblogic.qa=everyone
    acl.write.weblogic.workspace.logintest=logintest,system,everyone
    acl.modify.weblogic.jndi.weblogic.jnditest=everyone
    acl.list.weblogic.jndi.weblogic.rmi=everyone
    acl.write.weblogic.workspace=system,everyone
    user.pool_user=0xee1ccda7b117f5aaa9c9a184daa2cf3e8c0fd3b7
    user.user_d3=0xc7c108a184c72f84885d39891958f364e72bad75
    acl.unlockServer.weblogic.admin=system
    user.user_d2=0x7af158321bbe45ad0e3b5162a51a349cfc2ab096
    user.user_d1=0xc1a38c8365bd23821c36f7fdb28a14cccf179d45
    user.javajoe=0x965d271d8f359a5c4c89ae790ec5a40c62138e21
    acl.reset.weblogic.jdbc.connectionPool.jtstestpool=system
    acl.lookup.weblogic.jndi.VISIBLE.PROTECTED=system
    acl.modify.weblogic.jndi.a1.b1=system
    group.Administrator=system,j2ee
    acl.modify.weblogic.jndi.weblogic=system
    acl.modify.weblogic.jndi.a2.b3=system,user_ulm,user_uxm,user_xlm,user_xxm
    acl.reserve.weblogic.jdbc.connectionPool.testpool=system,everyone
    acl.modify.weblogic.jndi.weblogic.ejb=system
    user.jtajtajta=0x0383f8017ad0146b105fa32ae16c6b132eff6c8f
    acl.reserve.weblogic.jdbc.connectionPool.jtstestpool=system,jtajtajta
    user.wsUser4=0x1dddd9e6aadde8962c0a7d584584e47924fb21c1
    acl.lookup.weblogic.jndi=everyone
    user.wsUser3=0x1dddd9e6aadde8962c0a7d584584e47924fb21c1
    user.wsUser2=0x1dddd9e6aadde8962c0a7d584584e47924fb21c1
    acl.reserve.dynapool=system,pool_user
    user.wsUser1=0x1dddd9e6aadde8962c0a7d584584e47924fb21c1
    user.wsUser0=0x1dddd9e6aadde8962c0a7d584584e47924fb21c1
    acl.modify.weblogic.jndi.weblogic.rmi=everyone
    group.Manager=javajoe
    user.user_xlx=0x72c273dddc7233e2235e97eccfcecafe6ddebaf8
    acl.read.weblogic.workspace.logintest=logintest,system,everyone
    group.Employee=j2ee
    acl.execute.weblogic.servlet=system,everyone
    acl.modify.weblogic.admin.acl=system
    acl.lookup.weblogic.jndi.weblogic.ejb=system
    acl.write.weblogic.workspace.guest=system,everyone,guest
    user.user_xlm=0x72c273dddc7233e2235e97eccfcecafe6ddebaf8
    acl.modify.weblogic.jndi.a1.b1.c1=system
    acl.read.managedObject=system,guest
    user.user_ulx=0x72c273dddc7233e2235e97eccfcecafe6ddebaf8
    acl.lookup.weblogic.jndi.weblogic.rmi=everyone
    user.user_xxm=0x72c273dddc7233e2235e97eccfcecafe6ddebaf8
    user.logintest=0x1dddd9e6aadde8962c0a7d584584e47924fb21c1
    acl.list.weblogic.jndi.weblogic.fileSystem=everyone
    user.pool_nonuser=0xee1ccda7b117f5aaa9c9a184daa2cf3e8c0fd3b7
    user.pool_creator=0xee1ccda7b117f5aaa9c9a184daa2cf3e8c0fd3b7
    user.user_uxx=0x72c273dddc7233e2235e97eccfcecafe6ddebaf8
    acl.list.weblogic.jndi=everyone
    user.user_ulm=0x72c273dddc7233e2235e97eccfcecafe6ddebaf8
    acl.read.weblogic.workspace.guest=system,everyone,guest
    acl.lookup.weblogic.jndi.weblogic.fileSystem=everyone
    user.invalidUser=0x86bea983a5a4aa62f2c6ef7f8762b5abb9c84ab3
    user.user_uxm=0x72c273dddc7233e2235e97eccfcecafe6ddebaf8
    acl.modify.weblogic.jndi.VISIBLE.PROTECTED=system
    user.secuser2=0x1dddd9e6aadde8962c0a7d584584e47924fb21c1
    user.secuser1=0x1dddd9e6aadde8962c0a7d584584e47924fb21c1
    acl.lookup.weblogic.jndi.weblogic.jnditest=everyone
    group.Administrators=system
    user.validUser=0x86bea983a5a4aa62f2c6ef7f8762b5abb9c84ab3
    user.j2ee=0xd4e2696c23a37d2e5bf74919fa6383323671b60f
    acl.receive.weblogic.event.TOP.SECRET=system
    acl.list.weblogic.jndi.VISIBLE.PROTECTED=system
    acl.reset.weblogic.jdbc.connectionPool.oraPool=system
    user.brown=0x1dddd9e6aadde8962c0a7d584584e47924fb21c1
    user.system=0x991228123e0dda8b7483886b7d6646633e5af15e
    acl.write.managedObject=system
    acl.modify.weblogic.jndi.weblogic.fileSystem=everyone
    acl.lookup.weblogic.jndi.weblogic=everyone
    acl.read.weblogic.workspace.system=system,everyone
    acl.admin.weblogic.jdbc.connectionPoolcreate=system,pool_creator
    acl.shutdown.weblogic.admin=system
    acl.write.weblogic.workspace.system=system,everyone
    acl.reset.weblogic.jdbc.connectionPool=system
    acl.read.weblogic.workspace=system,everyone
    acl.boot.weblogic.server=system,everyone
    acl.submit.weblogic.event.TOP.SECRET=system
    startWenJing.sh:
    #!/bin/sh
    # $Id$
    # This script can be used to start WebLogic Server. This script
    ensures
    # that the server is started using the config.xml file found in
    this
    # directory and that the CLASSPATH is set correctly. This script
    contains
    # the following variables:
    # WL_HOME - The root directory of your WebLogic Server
    # installation
    # JAVA_HOME - Determines the version of Java used to start
    # WebLogic Server. This variable must point to
    the
    # root directory of a JDK installation and will
    be set
    # for you by the WebLogic Server installer.
    # See the WebLogic platform support
    # page (http://e-docs.bea.com/wls/platforms/index.html)
    # for an up-to-date list of supported JVMs on
    your platform.
    # JAVA_OPTIONS - Java command-line options for running the server.
    # jDriver for Oracle users: This script assumes that native libraries
    # required for jDriver for Oracle have been installed in the proper
    # location and that your system LD_LIBRARY_PATH variable has been
    set appropriately.
    # Also note that this script default to the oci816_8 version of
    the
    # shared libraries. If this is not the version you need, please
    adjust the
    # LD_LIBRARY_PATH variable accordingly.
    # For additional information, refer to Installing and Setting up
    WebLogic
    # Server (http://e-docs.bea.com/wls/docs60/install/index.html).
    # Set user-defined variables.
    JAVA_HOME=/home/jdk130
    WL_HOME=/home/wlserver6.0
    JAVA_OPTIONS="-ms64m -mx64m"
    # Check that script is being run from the appropriate directory
    if [ ! -f config.xml ]; then
    echo "startWeblogic.sh: must be run from the config/wenjing directory."
    1>&2
    # Check for classes
    elif [ ! -f $WL_HOME/lib/weblogic.jar ]; then
    echo "The weblogic.jar file was not found in directory $WL_HOME/lib."
    1>&2
    # Check for JDK
    elif [ ! -f $JAVA_HOME/bin/java ]; then
    echo "The JDK wasn't found in directory $JAVA_HOME." 1>&2
    else
    cd ../..
    # Grab some file descriptors.
    maxfiles=`ulimit -H -n`
    if [ ! $? -a "$maxfiles" != 1024 ]; then
    if [ "$maxfiles" = "unlimited" ]; then
    maxfiles=1025
    fi
    if [ "$maxfiles" -lt 1024 ]; then
    ulimit -n $maxfiles
    else
    ulimit -n 1024
    fi
    fi
    # Figure out how to use our shared libraries
    case `uname -s` in
    AIX)
    if [ -n "$LIBPATH" ]; then
    LIBPATH=$LIBPATH:$WL_HOME/lib/aix
    else
    LIBPATH=$WL_HOME/lib/aix
    fi
    export LIB_PATH
    echo "LIBPATH=$LIBPATH"
    HP-UX)
    if expr "`uname -r`" : "..11..." > /dev/null 2>&1; then
    hpsubdir=hpux11
    elif expr "`uname -r`" : "..10..." > /dev/null 2>&1; then
    hpsubdir=hpux10
    fi
    chmod a+x `find $WL_HOME/lib/$hpsubdir -name "*.sl" -print`
    if [ -n "$SHLIB_PATH" ]; then
    SHLIB_PATH=$SHLIB_PATH:$WL_HOME/lib/$hpsubdir
    else
    SHLIB_PATH=$WL_HOME/lib/$hpsubdir
    fi
    export SHLIB_PATH
    echo "SHLIB_PATH=$SHLIB_PATH"
    JAVA_OPTIONS="-classic $JAVA_OPTIONS"
    IRIX)
    if [ -n "$LD_LIBRARY_PATH" ]; then
    LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$WL_HOME/lib/irix
    else
    LD_LIBRARY_PATH=$WL_HOME/lib/irix
    fi
    export LD_LIBRARY_PATH
    echo "LD_LIBRARY_PATH=$LD_LIBRARY_PATH"
    LINUX)
    if [ -n "$LD_LIBRARY_PATH" ]; then
    LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$WL_HOME/lib/linux
    else
    LD_LIBRARY_PATH=$WL_HOME/lib/linux
    fi
    export LD_LIBRARY_PATH
    echo "LD_LIBRARY_PATH=$LD_LIBRARY_PATH"
    OSF1)
    if [ -n "$_RLD_LIST" ]; then
    RLDLIST=$_RLD_LIST:$WL_HOME/lib/tru64unix
    else
    RLDLIST=$WL_HOME/lib/tru64unix
    fi
    export RLDLIST
    echo "_RLD_LIST=$_RLD_LIST"
    SunOS)
    if [ -n "$LD_LIBRARY_PATH" ]; then
    LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$WL_HOME/lib/solaris:$WL_HOME/lib/solaris/oci816_8
    else
    LD_LIBRARY_PATH=$WL_HOME/lib/solaris:$WL_HOME/lib/solaris/oci816_8
    fi
    export LD_LIBRARY_PATH
    echo "LD_LIBRARY_PATH=$LD_LIBRARY_PATH"
    JAVA_OPTIONS="-hotspot $JAVA_OPTIONS"
    echo "$0: Don't know how to set the shared library path for `uname
    -s`. "
    esac
    CLASSPATH=$WL_HOME:$WL_HOME/lib/weblogic_sp.jar:$WL_HOME/lib/weblogic.jar:$WL_HOME/samples/eval/cloudscape/lib/cloudscape.jar:.
    WLS_PW=weblogic
    PATH=$WL_HOME/bin:$JAVA_HOME/jre/bin:$JAVA_HOME/bin:$PATH
    java $JAVA_OPTIONS -classpath $CLASSPATH -Dweblogic.Domain=wenjing
    -Dweblogic.Name=wenjingServer -Dbea.home=/home -Dcloudscape.system.home=/home/wlsserver6.0/samples/eval/cloudscape/data
    -Djava.security.policy==/home/wlserver6.0/lib/weblogic.policy -Dweblogic.management.password=$WLS_PW
    weblogic.Server
    cd config/wenjing
    fi
    err msg:
    LD_LIBRARY_PATH=/home/wlserver6.0/lib/solaris:/home/wlserver6.0/lib/solaris/oci816_8
    Enter password to boot weblogic server:LD_LIBRARY_PATH=/home/wlserver6.0/lib/solaris:/home/wlserver6.0/lib/solaris/oci816_8
    Starting WebLogic Server ....
    <Feb 27, 2001 11:55:17 AM CST> <Notice> <Management> <Loading configuration
    file ./config/wenjing/config.xml ...>
    <Feb 27, 2001 11:55:19 AM CST> <Info> <Logging> <Only log messages
    of severity "Error" or worse will be displayed in this window.
    This can be changed at Admin Console> wenjing> Servers> wenjingServer>
    Logging> Debugging> Stdout severity threshold>
    <Feb 27, 2001 11:55:22 AM CST> <Emergency> <Server> <Unable to
    initialize the server: 'Fatal initialization exception
    Throwable: java.lang.SecurityException: Authentication for user
    system denied in realm weblogic
    java.lang.SecurityException: Authentication for user system denied
    in realm weblogic
         at weblogic.security.acl.Realm.authenticate(Realm.java:209)
         at weblogic.security.acl.Realm.getAuthenticatedName(Realm.java:229)
         at weblogic.security.acl.internal.Security.authenticate(Security.java:113)
         at weblogic.security.SecurityService.initializeSuid(SecurityService.java:293)
         at weblogic.security.SecurityService.initialize(SecurityService.java:123)
         at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:343)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
         at weblogic.Server.main(Server.java:35)
    '>
    The WebLogic Server did not start up properly.
    Exception raised: java.lang.SecurityException: Authentication for
    user system denied in realm weblogic
    java.lang.SecurityException: Authentication for user system denied
    in realm weblogic
         at weblogic.security.acl.Realm.authenticate(Realm.java:209)
         at weblogic.security.acl.Realm.getAuthenticatedName(Realm.java:229)
         at weblogic.security.acl.internal.Security.authenticate(Security.java:113)
         at weblogic.security.SecurityService.initializeSuid(SecurityService.java:293)
         at weblogic.security.SecurityService.initialize(SecurityService.java:123)
         at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:343)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
         at weblogic.Server.main(Server.java:35)
    Reason: Fatal initialization exception

  • How to use search help in layout of se51

    how to use search help in layout of se51.

    Hi,
      One of the important features of screens is that they can provide users with lists of possible entries for a field. There are three techniques that you can use to create and display input help:
    Definition in the ABAP Dictionary
    In the ABAP Dictionary, you can link search helps to fields. When you create screen fields with reference to ABAP Dictionary fields, the corresponding search helps are then automatically available. If a field has no search help, the ABAP Dictionary still offers the contents of a check table, the fixed values of the underlying domain, or static calendar or clock help.
    Definition on a screen
    You can use the input checks of the screen flow logic, or link search helps from the ABAP Dictionary to individual screen fields.
    Definition in dialog modules
    You can call ABAP dialog modules in the POV event of the screen flow logic and program your own input help.
    These three techniques are listed in order of ascending priority. If you use more than one technique at the same time, the POV module calls override any definition on the screen, which, in turn, overrides the link from the ABAP Dictionary.
    However, the order of preference for these techniques should be the order listed above. You should, wherever possible, use a search help from the ABAP Dictionary, and only use dialog modules when there is really no alternative. In particular, you should consider using a search help exit to enhance a search help before writing your own dialog modules.
    Input help from ABAP dictoinary
    http://help.sap.com/saphelp_47x200/helpdata/en/9f/dbaa5435c111d1829f0000e829fbfe/content.htm
    Field Help on the Screen
    http://help.sap.com/saphelp_47x200/helpdata/en/9f/dbaa6135c111d1829f0000e829fbfe/content.htm
    Field Help in Dialog Modules.
    http://help.sap.com/saphelp_47x200/helpdata/en/9f/dbaac935c111d1829f0000e829fbfe/content.htm
    Regards,
    Vara

  • How to use an install.xpi configuration file to set up email data

    Manual setup of my email account failed because Thunderbird searches for my domain name and it is not in its database. So my host provider gave me an auto-config file for Thunderbird for my email account, called install.xpi - But how do I use this file? I can't double-click on it in Windows to do anything. In Thunderbird program it wants to create a new account but I can't do anything else in it like file import.
    How to use install.xpi file so it creates my email account with the proper setup variables? Thanks for your help.

    Start Thunderbird, close the wizard, goto the Tools menu (alt+T) select add-ons
    There's a tiny button to the left of the search window. Click this and select Install Add-on From File and Navigate to your xpi file, select it, and off you go.

  • How to use the Default sharepoint credential (DefaultNetworkCredentials )in the C#.

    How to use the Default sharepoint credential (DefaultNetworkCredentials )in the C#.
    I am using the copy.asmx web service to upload and download the files from sharepoint Document library to .Net application,how to get the Default sharepoint credential from the .net application?

    Hello,
    YOu can use below line to pass default credential in code: (You can also pass domain,username, password as string if you want)
    clientService.Credentials = System.Net.CredentialCache.DefaultCredentials;
    http://ktskumar.wordpress.com/2009/03/03/upload-document-from-local-machine-to-sharepoint-library/
    http://sharepoint.infoyen.com/2012/02/23/upload-file-in-document-library-with-metadata-inculding-lookup-field-using-sharepoint-web-service/
    Hope it could help
    Hemendra:Yesterday is just a memory,Tomorrow we may never see<br/> Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • How to use SSL certificates in OSX Server

    I have setup OSX server with a host name that is pointed properly to my OSX server. My question is about using certificates that were purchased through my domain registrar.
    I bought a cert and after the validation process, I was given a link to download 4 certificate files.
    AddTrustExternalCARoot.crt
    DV_NetworkSolutionsDVServerCA2.crt
    DV_USERTrustRSACertificationAuthority.crt
    [domain name].crt
    So after downloading these and opening them one by one, I installed them in the keychain as a system cert.
    The part I cant figure out is how to use the domain cert instead of the one that the server creates upon completion of setup (the self signed one).
    On the certificate selection in the sidebar, I can choose Import a certificate identity, but when I drag my domain cert into the box, it shows up as a non-identity cert and the Import button is still grayed out. I dragged all four certs there and all of them show as non-identity certs.
    If I go down the path of the Get a Trusted Certificate, it takes me through the CSR request which I dont think I need since i have my certificates already.
    Am I missing a step? Or do I need to export from the keychain, then import into the server application? Seems like the new certificates should show up in the server application. Any help would be greatly appreciated.

    I got the answer and wanted to post for anyone that happened to have this question.
    During the SSL cert setup, it asks where your domain is hosted and since it was hosted by Network Solutions, I chose that option which doesnt do the CSR request. I had to choose Other/VPS.
    Once I did that, I was able to generate a CSR in the server application and get my certificate issued again by pasting the request code on my registrars website. Once I received those certs, I dragged my domain cert into the Pending one listed in the certificate list.
    Also I chose Apache/ModSSL as the type of server. Hope that helps and new people like myself in setting up the server application.

Maybe you are looking for