SC3.2/oracle service; adding a 2nd db instance with non default user

Hi, I have a 3.2 Cluster configuration with oracle 9i working, now I want to add a 2nd instance to the cluster but I need to create a new resource group, because I'm using a different OS user and pass for this database I would like to know if I need to specify the OS user and password for the oracle server resource, so cluster can start the rs with the appropriate user for this new database.
Filesystems and oracle sfw are in different directories/volumes, os user owns the fs and the db can start outside the cluster without problems, next step is to add everything into the cluster.
I only found a user_env attribute at the moment of the creation of the resource, but it doesn't look like the option that I need.
Any help is appreciated.

Do you mean a separate database (instance) rather than a 2nd instance, which might suggest a RAC deployment?
If so, when you build the database you will need to follow the same procedure as in the manual. The database will have a monitoring user configured and this information is supplied in the Oracle resource properties. If the database runs from a different Oracle home, then the new Oracle (Solaris) user will be picked up from the uid of the oracle binary.
Regards,
Tim
---

Similar Messages

  • Solaris 10,oracle 10g question- can't connect with non-dba user

    Hi
    I've installed the Oracle10g suite, enterprise edition ( 10.2.0.1). I've created a database called qa10g, which I can connect to as user 'oracle' once I export the ORACLE_SID and the ORACLE_HOME
    export ORACLE_HOME=/oracle/10g2
    export ORACLE_SID=qa10g
    then I type in the following at it puts me into sqlplus:
    $ORACLE_HOME/bin/sqlplus system/system
    so that works fine..now whan I try to log in as another user that isn't a member of the dba group, and I export the ORACLE_HOME and ORACLE_SID variables, I can't get in to the database using $ORACLE_HOME/bin/sqlplus system/system, I get the following errors:
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    SVR4 Error: 2: No such file or directory
    Enter user-name:
    BUT, when I put the connector string at the end, I can get in:
    $ORACLE_HOME/bin/sqlplus system/system@qa10g
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Production
    With the Partitioning, Oracle Label Security, OLAP and Data Mining Scoring Engin
    e options
    SQL>
    so obviously, it is an enviromnet variable that isn't getting set properly, perhaps even ORACLE_SID=qa10g isn't working properly for the non-dba user ( in this case, the user is called ctronsys)
    for the work I need to do on this databse, I need to have the user I select to be able to log into the database with sqlplus commands like the ones listed above, without the connector string added at the end..the SID gets exported first..
    any help would be greatly appreciated, I'm a newbie to Oracle!
    thanks!
    Rob

    There is a possibility that you could be hitting bug 4516865....
    Bug 4516865 "WRONG PERMISSIONS AFTER INSTALLATION IN OH AND SUBSEQUENT DIRECTORIES".
    Described in <Note.4516865.8> Bug 4516865 - Wrong permissions after install of 10gR2 (10.2.0.1)
    -Ramesh

  • Systemd vboxweb.service mod when needing to start as non-root user

    Hi,
    Don't know if this will help anyone, but here goes,
    I wanted the systemd service unit to run using my local account but to get this to work, I had to do the following:
    1. Create a file called vboxweb_mod.conf in /etc/tmpfiles.d with the below inside it (replace <user> <group> with your username and group you want vboxweb started with.)
    D /run/vboxweb 0755 <user> <group>
    2. Create /etc/systemd/system/vboxweb_mod.service to look like this: (replace <user> <group> with your username and group you want vboxweb started with.)
    [Unit]
    Description=VirtualBox Web Service
    After=network.target
    [Service]
    Type=forking
    PIDFile=/run/vboxweb/vboxweb.pid
    ExecStart=/usr/bin/vboxwebsrv --pidfile /run/vboxweb/vboxweb.pid --background
    User=<user>
    Group=<group>
    [Install]
    WantedBy=multi-user.target
    3. Issue command
    #systemctl enable vboxweb_mod.service
    4. Either reboot or issue command
    #systemctl start vboxweb_mod.service
    Hope this helps someone out. (I had to do something similar to get sabnzbd running correctly as a systemd service. :-))

    Thanks, you helped me. I had gotten hung up on '--user = <vboxuser>' in the ExecStart line, which works for one of my other services, but not this one.

  • Oracle XE manulally creating daatbase with non-default charatcerset.

    Hi
    I would like to ask if creating the database manually using sql script with characterset EE8MSWIN1250 will violate the license agreement on Oracle XE 10. Normally the Oracle XE is distributed only with 2 preinstalled characterset version and there is no option for selecting the database characterset.
    Thanks
    Groxy

    OracleXE

  • Role based session service setup on AM 7.1 with separate conf/user ldap

    AM 7.1 is installed with two separate LDAP instances used for AM config store and user repository.
    I want to setup different active session quota based on role assignment.
    The session service cos only existed on the AM config LDAP store.
    If I create the role and assigned and customize the session service to the role on the AM config LDAP store, the role cannot be assigned to user profile only existed on the user repository.
    If the role is created on the user repository, then the session service cannot assigned to the role on the user repository.
    I try created roles on both repository, assign session service to the role on AM config ldap and assign role of same name on the user repository to the user. The role based session is not effective.
    Would appreciate if any one can shed some light on how to setup role based session service on an AM installation with the AM config ldap and user repository being on 2 separate ldap instances.
    Thanks
    Mo

    AM 7.1 is installed with two separate LDAP instances used for AM config store and user repository.
    I want to setup different active session quota based on role assignment.
    The session service cos only existed on the AM config LDAP store.
    If I create the role and assigned and customize the session service to the role on the AM config LDAP store, the role cannot be assigned to user profile only existed on the user repository.
    If the role is created on the user repository, then the session service cannot assigned to the role on the user repository.
    I try created roles on both repository, assign session service to the role on AM config ldap and assign role of same name on the user repository to the user. The role based session is not effective.
    Would appreciate if any one can shed some light on how to setup role based session service on an AM installation with the AM config ldap and user repository being on 2 separate ldap instances.
    Thanks
    Mo

  • The LDAP configuration for Oracle Service Registry 11g(OSR 11.1.1.2.0)

    Hi All,
    Please teach about user management in Oracle Service Registry(OSR).
    We want to manage all users in LDAP(OID).
    Questions
    Q1) How can we manage the user in OID?
    Q2) OSR default user(admin) will not be displayed on the security realm in WebLogic.
    Can we configure security realm in WebLogic?
    Regards & Thanks
    yoshida.

    Refer to this doc http://download.oracle.com/otndocs/tech/soa/OSR103ProductDocumention.pdf
    Section 6. External Accounts Integration

  • Win2k cannot start oracle services

    Hi,
    Usually, our oracle servers can start up autometically
    when the machine start up.
    Just now, oracle services cannot start. I try use
    start->control panel->administrator tool-> services to
    start oracle service, it gets errors as following:
    could not start the OracleOraHome90TNSListener service on
    local computer.
    Error 5: Access is denied.
    Then I try to use "lsnrctl start listener"
    I got following errors:
    Failed to start service, error 5.
    TNS-12536: TNS:operation would block
    TNS-12560: TNS:protocol adapter error
    TNS-00506: Operation would block
    32-bit Windows Error: 997: Unknown error
    I check listener log file, no new message is add to it.
    My OS is window 2000 professional.
    Oracle server version: 9.0.1.1.1
    Thank you for some advice.
    Julie

    Hi,
    I try to fix it by change log on setting by
    setting the oracle service as 'this account' and
    fill in account and password with system administrator
    account information. Then all oracle services can work
    properly. But with this setting the web application which
    connect oracle database cannot login to database.
    It may be the registry database of the machine get
    corrupted.
    How can I delete all oracle services and recreate the
    them again, then will re-register the service information?
    By the way, all other services in system are log on as
    localsystem account, only oracle services does not allow
    me set up as localsystem account, if I did that way, oracle service will not start and complain "error 5:
    access is denied"
    Thank you for give me some guide lines.
    Julie

  • Oracle service to shutdown unexpectly

    Hello everyone,
    Working on 10g R2/windows server 2003.
    What can cause the Oracle service to shutdown unexpectly?
    We are having this issue more often now and the event viewer doesn't give us suitable information.
    Someone has already had this issue before or heard about?
    Thank you for your help

    Please find below the contents of the alerr log file.
    Wed Aug 13 04:20:07 2008
    Thread 1 advanced to log sequence 271
    Current log# 3 seq# 271 mem# 0: D:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\REDO03.LOG
    Wed Aug 13 06:00:00 2008
    Unable to restore resource manager plan to '':
    ORA-02097: parameter cannot be modified because specified value is invalid
    ORA-00439: feature not enabled: Database resource manager
    Dump file d:\oracle\product\10.2.0/admin/orcl/bdump\alert_orcl.log
    Wed Aug 13 07:26:52 2008
    ORACLE V10.2.0.1.0 - 64bit Production vsnsta=0
    vsnsql=14 vsnxtr=3
    Windows Server 2003 Version V5.2 Service Pack 2
    CPU : 2 - type 8664, 2 Physical Cores
    Process Affinity : 0x0000000000000000
    Memory (Avail/Total): Ph:3132M/3839M, Ph+PgF:5703M/6229M
    Wed Aug 13 07:26:52 2008
    Starting ORACLE instance (normal) [i]==> done manually after shutdown by me
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 3
    Using LOG_ARCHIVE_DEST_10 parameter default value as USE_DB_RECOVERY_FILE_DEST
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =23
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    ksdpec: called for event 13740 prior to event group initialization
    Starting up ORACLE RDBMS Version: 10.2.0.1.0.
    System parameters with non-default values:
    processes = 190
    sessions = 214
    sga_max_size = 1476395008
    __shared_pool_size = 218103808
    __large_pool_size = 0
    __java_pool_size = 16777216
    __streams_pool_size = 0
    shared_pool_reserved_size= 26214400
    spfile = D:\ORACLE\PRODUCT\10.2.0\DB_1\DBS\SPFILEORCL.ORA
    sga_target = 1258291200
    control_files = D:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\CONTROL01.CTL, D:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\CONTROL02.CTL, D:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\CONTROL03.CTL
    db_block_size = 8192
    __db_cache_size = 620756992
    db_cache_size = 16777216
    db_keep_cache_size = 385875968
    compatible = 10.2.0.1.0
    db_file_multiblock_read_count= 8
    db_recovery_file_dest = D:\oracle\product\10.2.0/flash_recovery_area
    db_recovery_file_dest_size= 2147483648
    undo_management = AUTO
    undo_tablespace = UNDOTBS1
    remote_login_passwordfile= EXCLUSIVE
    db_domain =
    dispatchers = (PROTOCOL=TCP) (SERVICE=orclXDB)
    session_cached_cursors = 200
    job_queue_processes = 10
    cursor_sharing = FORCE
    parallel_min_servers = 2
    parallel_max_servers = 0
    audit_file_dest = D:\ORACLE\PRODUCT\10.2.0\ADMIN\ORCL\ADUMP
    background_dump_dest = D:\ORACLE\PRODUCT\10.2.0\ADMIN\ORCL\BDUMP
    user_dump_dest = D:\ORACLE\PRODUCT\10.2.0\ADMIN\ORCL\UDUMP
    core_dump_dest = D:\ORACLE\PRODUCT\10.2.0\ADMIN\ORCL\CDUMP
    db_name = orcl
    open_cursors = 300
    optimizer_mode = FIRST_ROWS
    optimizer_index_cost_adj = 20
    optimizer_index_caching = 100
    pga_aggregate_target = 391118848
    PMON started with pid=2, OS id=5020
    PSP0 started with pid=3, OS id=7640
    MMAN started with pid=4, OS id=7208
    DBW0 started with pid=5, OS id=1724
    LGWR started with pid=6, OS id=2576
    CKPT started with pid=7, OS id=2224
    SMON started with pid=8, OS id=4576
    RECO started with pid=9, OS id=2908
    CJQ0 started with pid=10, OS id=2204
    MMON started with pid=11, OS id=4200
    MMNL started with pid=12, OS id=7444
    Wed Aug 13 07:26:54 2008
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    starting up 1 shared server(s) ...
    Oracle Data Guard is not available in this edition of Oracle.
    Wed Aug 13 07:26:54 2008
    alter database mount exclusive
    Wed Aug 13 07:26:58 2008
    Setting recovery target incarnation to 2
    Wed Aug 13 07:26:58 2008
    Successful mount of redo thread 1, with mount id 1190354878
    Wed Aug 13 07:26:58 2008
    Database mounted in Exclusive Mode
    Completed: alter database mount exclusive
    Wed Aug 13 07:26:58 2008
    alter database open
    Wed Aug 13 07:26:58 2008
    Beginning crash recovery of 1 threads
    Wed Aug 13 07:26:58 2008
    Started redo scan
    Wed Aug 13 07:26:59 2008
    Completed redo scan
    2530 redo blocks read, 411 data blocks need recovery
    Wed Aug 13 07:26:59 2008
    Started redo application at
    Thread 1: logseq 271, block 6905
    Wed Aug 13 07:26:59 2008
    Recovery of Online Redo Log: Thread 1 Group 3 Seq 271 Reading mem 0
    Mem# 0 errs 0: D:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\REDO03.LOG
    Wed Aug 13 07:27:00 2008
    Completed redo application
    Wed Aug 13 07:27:00 2008
    Completed crash recovery at
    Thread 1: logseq 271, block 9435, scn 9152809
    411 data blocks read, 411 data blocks written, 2530 redo blocks read
    Wed Aug 13 07:27:00 2008
    Thread 1 advanced to log sequence 272
    Thread 1 opened at log sequence 272
    Current log# 1 seq# 272 mem# 0: D:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\REDO01.LOG
    Successful open of redo thread 1
    Wed Aug 13 07:27:00 2008
    SMON: enabling cache recovery
    Wed Aug 13 07:27:01 2008
    Successfully onlined Undo Tablespace 1.
    Wed Aug 13 07:27:01 2008
    SMON: enabling tx recovery
    Wed Aug 13 07:27:01 2008
    Database Characterset is WE8MSWIN1252
    replication_dependency_tracking turned off (no async multimaster replication found)
    Starting background process QMNC
    QMNC started with pid=16, OS id=7280
    Wed Aug 13 07:27:05 2008
    db_recovery_file_dest_size of 2048 MB is 0.00% used. This is a
    user-specified limit on the amount of space that will be used by this
    database for recovery-related files, and does not reflect the amount of
    space available in the underlying filesystem or ASM diskgroup.
    Wed Aug 13 07:27:05 2008
    Completed: alter database open

  • I'm debutante in oracle 10g how to create a database with picture?

    I'm debutante in oracle 10g how to create a database with picture? help please

    d7401ec1-d4d6-4e54-9eb4-2181ac367d0c wrote:
    I'm debutante in oracle 10g how to create a database with picture? help please
    Oracle 10g is obsolete.  Oracle 11g is already at terminal release.
    Have you installed the Oracle rdbms software?
    Installing Oracle and Building the Database
    If you are going to be a professional DBA, you need to learn to
    1) read the documentation
    2) wean yourself from dependence on pictures and GUIs.
    3) read the documentation
    =================================================
    Learning how to look things up in the documentation is time well spent investing in your career.  To that end, you should drop everything else you are doing and do the following:
    Go to  docs.oracle.com.
    Locate the link for your Oracle product and version, and click on it.
    You are now at the entire documentation set for your selected Oracle product and version.
    BOOKMARK THAT LOCATION
    Spend a few minutes just getting familiar with what is available here. Take special note of the "books" and "search" tabs. Under the "books" tab (for 10.x) or the "Master Book List" link (for 11.x) you will find the complete documentation library.
    Spend a few minutes just getting familiar with what kind of documentation is available there by simply browsing the titles under the "Books" tab.
    Open the Reference Manual and spend a few minutes looking through the table of contents to get familiar with what kind of information is available there.
    Do the same with the SQL Reference Manual.
    Do the same with the Utilities manual.
    You don't have to read the above in depth.  They are reference manuals.  Just get familiar with what is there to be referenced. Ninety percent of the questions asked on this forum can be answered in less than 5 minutes by simply searching one of the above manuals.
    Then set yourself a plan to dig deeper.
    - *Read a chapter a day from the Concepts Manual*.
    - Take a look in your alert log.  One of the first things listed at startup is the initialization parms with non-default values. Read up on each one of them (listed in your alert log) in the Reference Manual.
    - Take a look at your listener.ora, tnsnames.ora, and sqlnet.ora files. Go to the Network Administrators manual and read up on everything you see in those files.
    - *When you have finished reading the Concepts Manual, do it again*.
    Give a man a fish and he eats for a day. Teach a man to fish and he eats for a lifetime.
    =================================

  • Can cisco MSE(mobility service engine) configured to work with non-cisco access points?

    I understand that access points can be configured to forwards all the probe requests to cisco wifi controller. cisco MSE(mobility service engine) gets the probes from wifi controller to find the location of the mobile devices.
    My question, can cisco MSE(mobility service engine) be configured to work with non-cisco access points?

    No and the reason why is the NMSP communication from the MSE to the WLC. Other vendors don't support this so there is no communication happening.
    -Scott

  • Adding Oracle Service Bus to SOA Domain

    Hi,
    I have a clustered SOA 11.1.1.6 topology that I have deployed according to the SOA enterprise deployment guide. My next task is to deploy the Oracle Service Bus. The documentation seems to be a little fuzzy to me on whether or not I can extend my existing domain to include OSB. In my current domain I have two clusters, one for SOA, and one for OWSM. So my thought was to create one more cluster for OSB and target the OSB deployments to that cluster. Does anyone know if this is the direction I should be heading, or should I create a separate domain for OSB?
    Thanks

    if you have installed OSB in the same middleware home , you always extend the existing domain to include OSB.

  • Exception while testing proxy service in Oracle Service Bus

    Hi
    I have created a cartridge in the Financial Message Designer with a Universal External message format and a XML External message format and also included the mappings in the same cartridge.A proxy service in Oracle Service Bus10Rg3 is configured to parse and transform the messages based on the mappings using the Java Callout actions to the Financial jar API's. However, when i test the proxy service, I am getting the following exception:
    Callout to java method "public static com.bea.alsb.financial.api.MessageWrapper com.bea.alsb.financial.api.TransformationAPI.transform(com.bea.alsb.financial.api.MessageWrapper,java.lang.String) throws com.bea.alsb.financial.api.TransformationException" resulted in exception: com.bea.alsb.financial.api.MessageWrapper$NullMessageDataObjectException: Null message data object in the MessageWrapper
    The first java callout is to the parseText method of ParseAPI and the result i.e. the message wrapper object is saved in the variable $txtMessage.This variable is passed as input to the transform method of TransformationAPI.This is where the null pointer exception is thrown. I have added alerts after the parse method and logged the value of the variable $txtMessage. It contains the java object reference but still the Transformation API throws null pointer exception.
    I have tested the same java callouts by writing a simple class calling each of these methods in the same order in Eclipse and provided the same input parameters.It works fine there.But in OSB, there seems to be some configuration issue which I am missing out on that leads to the null pointer exception.
    Has someone faced this earlier? Can you please help out.

    Any luck finding an answer? I have the same stack trace showing up while accessing a webservice in Weblogic 10.3.5.

  • ClassNotFoundException with Custom OWSM Policy in Oracle Service Bus

    Hi All,
    I have a situation where I have created a custom web service manager policy. When I attach this policy to an Oracle Service Bus Proxy Service and invoke the service I get a ClassNotFoundError
    Caused By: java.lang.ClassNotFoundException: au.com.MyClass
    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:307)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
    at oracle.wsm.policy.util.Loader.loadClass(Loader.java:369)
    at oracle.wsm.policy.util.Loader.loadClass(Loader.java:389)
    at oracle.wsm.policyengine.impl.runtime.WSPolicyRuntimeExecutor.populateAssertionExecutors(WSPolicyRuntimeExecutor.java:238)
    at oracle.wsm.policyengine.impl.runtime.WSPolicyRuntimeExecutor.populateAssertionExecutors(WSPolicyRuntimeExecutor.java:279)
    at oracle.wsm.policyengine.impl.runtime.WSPolicyRuntimeExecutor.init(WSPolicyRuntimeExecutor.java:162)
    at oracle.wsm.policyengine.impl.PolicyExecutionEngine.getPolicyExecutor(PolicyExecutionEngine.java:137)
    at oracle.wsm.policyengine.impl.PolicyExecutionEngine.execute(PolicyExecutionEngine.java:101)
    at oracle.wsm.agent.WSMAgent.processCommon(WSMAgent.java:937)
    at oracle.wsm.agent.WSMAgent.processRequest(WSMAgent.java:454)
    at oracle.wsm.agent.handler.WSMEngineInvoker.handleRequest(WSMEngineInvoker.java:366)
    at com.bea.wli.sb.security.wss.wsm.WsmInboundHandler.processRequest(WsmInboundHandler.java:150)
    at com.bea.wli.sb.security.wss.WssHandlerImpl.doInboundRequest(WssHandlerImpl.java:223)
    at com.bea.wli.sb.context.BindingLayerImpl.addRequest(BindingLayerImpl.java:289)
    at com.bea.wli.sb.pipeline.MessageProcessor.processRequest(MessageProcessor.java:87)
    at com.bea.wli.sb.pipeline.RouterManager$1.run(RouterManager.java:593)
    at com.bea.wli.sb.pipeline.RouterManager$1.run(RouterManager.java:591)
    The jar file is in the user_projects/domains/mydomain/lib directory.
    Attaching the policy to BPEL services has no issue and the policy is invoked successfully.
    I am unable to determine why the OSB would behave differently in this regard, or what I need to configure differently in order to have it found by the class loaders for the OSB.
    Any help or suggestions appreciated.
    I am using 11.1.1.4.0
    The jar file has the necessary policy_config.xml file and the META-INF/mylabel/mypolicy.xml files in situ. As I said, it is working in the soa_server but not the OSB.

    Have you restarted servers after putting jar in $Domain_Home/lib directory? Also try after explicitly adding this jar in classpath by editing server startup script (startManagedWeblogic.cmd or .sh) or in domain env setting script (setDonainEnv.cmd or .sh) and restarting the servers.
    Regards,
    Anuj
    Edited by: Anuj Dwivedi on Mar 21, 2011 1:10 PM

  • Oracle Service Bus 10.3 - split join how to set header for invoked service

    In Oracle Service Bus 10.3 how can I set the header for the service being invoked. We make parallel calls to 2 different business services. One of the invoked service requires header to be set and I am unable to figure out how it can be done. Below are snippet of the code and WSDL.
    --- Login Operation start ---
    <operation name="login">
    <wsdlsoap:operation soapAction="blah"/>
    <input name="loginRequest">
    <wsdlsoap:body use="literal"/>
    <wsdlsoap:header message="passport:loginHeader" part="hppwsHeaderElement" use="literal"/>
    </input>
    <output name="loginResponse">
    <wsdlsoap:body use="literal"/>
    </output>
    <fault name="genericFaultException">
    <wsdlsoap:fault name="genericFaultException" use="literal"/>
    </fault>
    </operation>
    --- Login Operation end ---
    --- hppwsHeader Element --
    <complexType name="hppwsHeaderElement">
    <sequence>
    <element maxOccurs="1" minOccurs="0" name="version" type="tns1:version"/>
    <element maxOccurs="1" minOccurs="0" name="tx-id" type="tns1:tx-id"/>
    <element maxOccurs="1" minOccurs="1" name="systemLangCode" type="xsd:string"/>
    </sequence>
    </complexType>
    --- LoginRequest Element ---
    <xs:element name="loginRequestElement" type="s0:loginRequestType"/>
    <xs:complexType name="loginRequestType">
    <xs:sequence>
    <xs:element name="userId" minOccurs="1" maxOccurs="1" type="xs:string"/>
    <xs:element name="password" minOccurs="1" maxOccurs="1" type="xs:string"/>
    </xs:sequence>
    </xs:complexType>
    --- LoginResponse Element ---
    <xs:element name="loginResponseElement" type="s0:loginResultType"/>
    <xs:complexType name="loginResultType">
    <xs:sequence>
    <xs:element name="sessionToken" minOccurs="1" maxOccurs="1" type="xs:string"/>
    </xs:sequence>
    </xs:complexType>
    In Oracle Workshop for WebLogic when I create a split-join .flow file while adding the invoke service call to login operation I am prompted to create the loginRequest and loginResponse variables. I can assign the appropriate expression to loginRequest.loginRequestElement prior to making the invoke call but then the backend business call fails because "systemLangCode" is not defined and set. Actual fault is
    <ns1:genericFault xmlns:ns1="http://hppcbl.globalops.company.com/webservice">
    <systemLangCode>en</systemLangCode>
    <fault>
    <ruleNumber>589</ruleNumber>
    <fieldName>systemLangCode</fieldName>
    <code>field.empty</code>
    <desc>System language code is required.</desc>
    <ftype>2</ftype>
    </fault>
    </ns1:genericFault>
    I would really appreciate if someone could guide me on how to resolve this
    Regards,
    -Nilay

    There is this $header variable which you should populate before calling the BS. What is the type of BS? If it is WSDL BS , Any Soap BS then above solution will work. I assume that yours is WSDL based BS and setting $header should resolve this issue.
    AnyXML and Messaging type BS services requires that you create proper pay load (setting $header will not work).
    There is also other actions Set Transport Headers {outbound request/inbound response} which can be used to set transport related headers but not soap headers.
    Manoj

  • Unused service in Solaris 10 and default user in Oracle 10

    Hi,
               Our SAP system (ERP6 EHP4) were installed on Solaris 10 and Oracle 10
               Questions are:
               - Which ports of /etc/services on Solaris 10 can disable without affect with SAP?
               - Which default users in Oracle 10 can lock or disable (or change password)?
               Ps. For Auditing purpose and security hardening in SAP ERP6 EHP4.
    Best regards,
    Choosak B.

    HI,
    For port information use this guide
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/4e515a43-0e01-0010-2da1-9bcc452c280b?quicklink=index&overridelayout=true
    Regarding change in password of oracle users you can change all passwords using BRTOOLS.
    Any how SAP only use OS level authntication and SAP<SID> user .
    But still you should not lock any user but change in password is supported for all users.(Use brtools to perform same)
    Adding up:   http://help.sap.com/saphelp_nw04/helpdata/en/4f/c3883989676778e10000000a11402f/content.htm
    Regards,
    Edited by: Gagan Deep Kaushal on May 11, 2010 9:49 PM

Maybe you are looking for

  • Error in phase MAIN_SHADOW/START_SHDI_FIRST (Upgrade EHP)

    Hello to all, (This plataform is an IBM DB2 for i5/OS) I´m performing a Enhancement Package upgrade in our sap system from EHP3 to EHP5, but I´m stuck in phase MAIN_SHADOW/START_SHDI_FIRST (STARTS THE SHADOW SYSTEM). This error show the following mes

  • My computer is no longer recongizing my ipod

    my ipod shows up with the usb port pluggin ginto itunes on the screen when i plug it into itunes it says the ipod needs to be restored but it is unable to restore the ipod bc it cannot find it. how do i get the computer to recongize my ipod

  • Itunes 9.0.2.25 Crashes any time my  Shuffle is plugged in

    Hi I just purchased a new shuffle and Itunes works great as long as I do not plug in my Shuffle I have already tried the standard stuff I've uninstalled and reinstall Itunes multiples times I've run the Itune's diagnostics and my shuffle will not det

  • Gnome Fail

    Please help. I've been trying very hard, and have not found a solution. Xorg.log [ 22.341] X.Org X Server 1.11.4 Release Date: 2012-01-27 [ 22.341] X Protocol Version 11, Revision 0 [ 22.341] Build Operating System: Linux 3.2.2-1-ARCH x86_64 [ 22.341

  • Acrobat Printing Driver results in blank pages

    I had Acrobat 9 Pro installed under Windows 7 Professional. I uninstalled the software to move it to my Windows 7 Enterprise Operating System and apply all the updates. When I attempt to print a web page I am receiving a blank page or a one page PDF