Copy expression on 11g R1 Creating trouble

i Hve used a copy expression inside the email body.It works fine in 11g R1 but it gives the below error in 11gps1
http://schemas.xmlsoap.org/ws/2003/03/business-process/}selectionFailure
Fault
lbpelFault><faultType> <message>0</message></faultType><selectionFailure
xmlns="http://schemas.xmlsoap.org/ws/2003/03/business-process/"></selectionFailure></bpelFault>http://schemas.xmlsoap.org/ws/2003/03/business-process/}selectionFailur
at
com.collaxa.cube.xml.xpath.functions.bpws.GetVariableDataFunction.call(GetVari
ableDataFunction.java:132) at
com.collaxa.cube.xml.xpath.BPELXPathFunctionWrapper.evaluate(BPELXPathFunctionWrapper:java:78)
copy expression used
concat(string('This mail was sent to you from Middleware FUSION to create SR for the below mentioned Sales form details:
Time : '), xpath20:current-dateTime(), string('
First Given Name : '), bpws:getVariableData('VariableECMSchema','/ECM/FirstGivenName'), string('
Last Name : '), bpws:getVariableData('VariableECMSchema','/ECM/LastName'), string('
Company Name : '), bpws:getVariableData('VariableECMSchema','/ECM/CompanyName'), string('
Address 1 : '), bpws:getVariableData('VariableECMSchema','/ECM/Address1'), string('
Address 2 : '), bpws:getVariableData('VariableECMSchema','/ECM/Address2'), string('
City : '), bpws:getVariableData('VariableECMSchema','/ECM/City'), string('
StateProvince : '), bpws:getVariableData('VariableECMSchema','/ECM/StateProvince'), string('
Country : '), bpws:getVariableData('VariableECMSchema','/ECM/Country'), string('
ZIPPostalCode : '), bpws:getVariableData('VariableECMSchema','/ECM/ZIPPostalCode'), string('
Phone : '), bpws:getVariableData('VariableECMSchema','/ECM/Phone'), string('
Email Address : '), bpws:getVariableData('VariableECMSchema','/ECM/EmailAddress'), string('
Model1 : '), bpws:getVariableData('VariableECMSchema','/ECM/Model1'), string('
Options1 : '), bpws:getVariableData('VariableECMSchema','/ECM/Options1'), string('
Quantity1 : '), bpws:getVariableData('VariableECMSchema','/ECM/Quantity1'), string('
Model2 : '), bpws:getVariableData('VariableECMSchema','/ECM/Model2'), string('
Options2 : '), bpws:getVariableData('VariableECMSchema','/ECM/Options2'), string('
Quantity2 : '), bpws:getVariableData('VariableECMSchema','/ECM/Quantity2'), string('
Model3 : '), bpws:getVariableData('VariableECMSchema','/ECM/Model3'), string('
Options3 : '), bpws:getVariableData('VariableECMSchema','/ECM/Options3'), string('
Quantity3 : '), bpws:getVariableData('VariableECMSchema','/ECM/Quantity3'), string('
Model4 : '), bpws:getVariableData('VariableECMSchema','/ECM/Model4'), string('
Options4 : '), bpws:getVariableData('VariableECMSchema','/ECM/Options4'), string('
Quantity4 : '), bpws:getVariableData('VariableECMSchema','/ECM/Quantity4'), string('
Model5 : '), bpws:getVariableData('VariableECMSchema','/ECM/Model5'), string('
Options5 : '), bpws:getVariableData('VariableECMSchema','/ECM/Options5'), string('
Quantity5 : '), bpws:getVariableData('VariableECMSchema','/ECM/Quantity5'), string('
Model6 : '), bpws:getVariableData('VariableECMSchema','/ECM/Model6'), string('
Options6 : '), bpws:getVariableData('VariableECMSchema','/ECM/Options6'), string('
Quantity6 : '), bpws:getVariableData('VariableECMSchema','/ECM/Quantity6'), string('
Model7 : '), bpws:getVariableData('VariableECMSchema','/ECM/Model7'), string('
Options7 : '), bpws:getVariableData('VariableECMSchema','/ECM/Options7'), string('
Quantity7 : '), bpws:getVariableData('VariableECMSchema','/ECM/Quantity7'), string('
Model8 : '), bpws:getVariableData('VariableECMSchema','/ECM/Model8'), string('
Options8 : '), bpws:getVariableData('VariableECMSchema','/ECM/Options8'), string('
Quantity8 : '), bpws:getVariableData('VariableECMSchema','/ECM/Quantity8'), string('
Model9 : '), bpws:getVariableData('VariableECMSchema','/ECM/Model9'), string('
Options9 : '), bpws:getVariableData('VariableECMSchema','/ECM/Options9'), string('
Quantity9 : '), bpws:getVariableData('VariableECMSchema','/ECM/Quantity9'), string('
Model10 : '), bpws:getVariableData('VariableECMSchema','/ECM/Model10'), string('
Options10 : '), bpws:getVariableData('VariableECMSchema','/ECM/Options10'), string('
Quantity10 : '), bpws:getVariableData('VariableECMSchema','/ECM/Quantity10'), string('a

I tried deleting all the the jars with that name, but the only place where the jar was was in javatasks. And restarted the server, but that did not help. I am wondering if my old adapters are pushing out the old code somehow, because I made those a while ago. The adapter still ran though even after deleting the jar and restarting. I assume this is causing the problem. Where do these jars get stored so that I can delete them. They are not found with deletejar utility.
Edited by: 970312 on Nov 9, 2012 11:57 AM

Similar Messages

  • Copy expression not working in 11g PS1

    i Hve used a copy expression inside the email body.It works fine in 11g R1 but it gives the below error in 11gps1
    http://schemas.xmlsoap.org/ws/2003/03/business-process/}selectionFailure
    Fault
    lbpelFault><faultType> <message>0</message></faultType><selectionFailure
    xmlns="http://schemas.xmlsoap.org/ws/2003/03/business-process/"></selectionFailure></bpelFault>http://schemas.xmlsoap.org/ws/2003/03/business-process/}selectionFailur
    at
    com.collaxa.cube.xml.xpath.functions.bpws.GetVariableDataFunction.call(GetVari
    ableDataFunction.java:132) at
    com.collaxa.cube.xml.xpath.BPELXPathFunctionWrapper.evaluate(BPELXPathFunctionWrapper:java:78)
    copy expression used
    concat(string('This mail was sent to you from Middleware FUSION to create SR for the below mentioned Sales form details:&#x0A;&#x0A;<BR>Time : '), xpath20:current-dateTime(), string('&#x0A;<BR><BR>First Given Name : '), bpws:getVariableData('VariableECMSchema','/ECM/FirstGivenName'), string('&#x0A;<BR>Last Name : '), bpws:getVariableData('VariableECMSchema','/ECM/LastName'), string('&#x0A;<BR>Company Name : '), bpws:getVariableData('VariableECMSchema','/ECM/CompanyName'), string('&#x0A;<BR>Address 1 : '), bpws:getVariableData('VariableECMSchema','/ECM/Address1'), string('&#x0A;<BR>Address 2 : '), bpws:getVariableData('VariableECMSchema','/ECM/Address2'), string('&#x0A;<BR>City : '), bpws:getVariableData('VariableECMSchema','/ECM/City'), string('&#x0A;<BR>StateProvince : '), bpws:getVariableData('VariableECMSchema','/ECM/StateProvince'), string('&#x0A;<BR>Country : '), bpws:getVariableData('VariableECMSchema','/ECM/Country'), string('&#x0A;<BR>ZIPPostalCode : '), bpws:getVariableData('VariableECMSchema','/ECM/ZIPPostalCode'), string('&#x0A;<BR>Phone : '), bpws:getVariableData('VariableECMSchema','/ECM/Phone'), string('&#x0A;<BR>Email Address : '), bpws:getVariableData('VariableECMSchema','/ECM/EmailAddress'), string('&#x0A;<BR>Model1 : '), bpws:getVariableData('VariableECMSchema','/ECM/Model1'), string('&#x0A;&#x0A;&#x0A;<BR>Options1 : '), bpws:getVariableData('VariableECMSchema','/ECM/Options1'), string('<BR>&#x0A;Quantity1 : '), bpws:getVariableData('VariableECMSchema','/ECM/Quantity1'), string('<BR>&#x0A;Model2 : '), bpws:getVariableData('VariableECMSchema','/ECM/Model2'), string('<BR>&#x0A;Options2 : '), bpws:getVariableData('VariableECMSchema','/ECM/Options2'), string('<BR>&#x0A;Quantity2 : '), bpws:getVariableData('VariableECMSchema','/ECM/Quantity2'), string('<BR>&#x0A;Model3 : '), bpws:getVariableData('VariableECMSchema','/ECM/Model3'), string('<BR>&#x0A;Options3 : '), bpws:getVariableData('VariableECMSchema','/ECM/Options3'), string('<BR>&#x0A;Quantity3 : '), bpws:getVariableData('VariableECMSchema','/ECM/Quantity3'), string('<BR>&#x0A;Model4 : '), bpws:getVariableData('VariableECMSchema','/ECM/Model4'), string('<BR>&#x0A;Options4 : '), bpws:getVariableData('VariableECMSchema','/ECM/Options4'), string('<BR>&#x0A;Quantity4 : '), bpws:getVariableData('VariableECMSchema','/ECM/Quantity4'), string('<BR>&#x0A;Model5 : '), bpws:getVariableData('VariableECMSchema','/ECM/Model5'), string('<BR>&#x0A;Options5 : '), bpws:getVariableData('VariableECMSchema','/ECM/Options5'), string('<BR>&#x0A;Quantity5 : '), bpws:getVariableData('VariableECMSchema','/ECM/Quantity5'), string('<BR>&#x0A;Model6 : '), bpws:getVariableData('VariableECMSchema','/ECM/Model6'), string('<BR>&#x0A;Options6 : '), bpws:getVariableData('VariableECMSchema','/ECM/Options6'), string('<BR>&#x0A;Quantity6 : '), bpws:getVariableData('VariableECMSchema','/ECM/Quantity6'), string('<BR>&#x0A;&#x0A;Model7 : '), bpws:getVariableData('VariableECMSchema','/ECM/Model7'), string('<BR>&#x0A;Options7 : '), bpws:getVariableData('VariableECMSchema','/ECM/Options7'), string('<BR>&#x0A;Quantity7 : '), bpws:getVariableData('VariableECMSchema','/ECM/Quantity7'), string('<BR>&#x0A;Model8 : '), bpws:getVariableData('VariableECMSchema','/ECM/Model8'), string('<BR>&#x0A;Options8 : '), bpws:getVariableData('VariableECMSchema','/ECM/Options8'), string('<BR>&#x0A;Quantity8 : '), bpws:getVariableData('VariableECMSchema','/ECM/Quantity8'), string('<BR>&#x0A;Model9 : '), bpws:getVariableData('VariableECMSchema','/ECM/Model9'), string('<BR>&#x0A;Options9 : '), bpws:getVariableData('VariableECMSchema','/ECM/Options9'), string('<BR>&#x0A;Quantity9 : '), bpws:getVariableData('VariableECMSchema','/ECM/Quantity9'), string('<BR>&#x0A;Model10 : '), bpws:getVariableData('VariableECMSchema','/ECM/Model10'), string('<BR>&#x0A;Options10 : '), bpws:getVariableData('VariableECMSchema','/ECM/Options10'), string('<BR>&#x0A;Quantity10 : '), bpws:getVariableData('VariableECMSchema','/ECM/Quantity10'), string('a

    Hi Vivek,
    The 'selectionFailure' errors are mostly due to no data in the elements defined in the xml or in the nodes of xsd. Please cross check xslt/xsd/paload data.
    Having said that, if things were working fine in R1 but not working in PS1, then...its a bit strange.
    Regards
    A

  • Problem in copy expresssion in 11g PS1

    i Hve used a copy expression inside the email body.It works fine in 11g R1 but it gives the below error in 11gps1
    http://schemas.xmlsoap.org/ws/2003/03/business-process/}selectionFailure
    Fault
    lbpelFault><faultType> <message>0</message></faultType><selectionFailure
    xmlns="http://schemas.xmlsoap.org/ws/2003/03/business-process/"></selectionFailure></bpelFault>http://schemas.xmlsoap.org/ws/2003/03/business-process/}selectionFailur
    at
    com.collaxa.cube.xml.xpath.functions.bpws.GetVariableDataFunction.call(GetVari
    ableDataFunction.java:132) at
    com.collaxa.cube.xml.xpath.BPELXPathFunctionWrapper.evaluate(BPELXPathFunctionWrapper:java:78)
    copy expression used
    concat(string('This mail was sent to you from Middleware FUSION to create SR for the below mentioned Sales form details:&#x0A;&#x0A;<BR>Time : '), xpath20:current-dateTime(), string('&#x0A;<BR><BR>First Given Name : '), bpws:getVariableData('VariableECMSchema','/ECM/FirstGivenName'), string('&#x0A;<BR>Last Name : '), bpws:getVariableData('VariableECMSchema','/ECM/LastName'), string('&#x0A;<BR>Company Name : '), bpws:getVariableData('VariableECMSchema','/ECM/CompanyName'), string('&#x0A;<BR>Address 1 : '), bpws:getVariableData('VariableECMSchema','/ECM/Address1'), string('&#x0A;<BR>Address 2 : '), bpws:getVariableData('VariableECMSchema','/ECM/Address2'), string('&#x0A;<BR>City : '), bpws:getVariableData('VariableECMSchema','/ECM/City'), string('&#x0A;<BR>StateProvince : '), bpws:getVariableData('VariableECMSchema','/ECM/StateProvince'), string('&#x0A;<BR>Country : '), bpws:getVariableData('VariableECMSchema','/ECM/Country'), string('&#x0A;<BR>ZIPPostalCode : '), bpws:getVariableData('VariableECMSchema','/ECM/ZIPPostalCode'), string('&#x0A;<BR>Phone : '), bpws:getVariableData('VariableECMSchema','/ECM/Phone'), string('&#x0A;<BR>Email Address : '), bpws:getVariableData('VariableECMSchema','/ECM/EmailAddress'), string('&#x0A;<BR>Model1 : '), bpws:getVariableData('VariableECMSchema','/ECM/Model1'), string('&#x0A;&#x0A;&#x0A;<BR>Options1 : '), bpws:getVariableData('VariableECMSchema','/ECM/Options1'), string('<BR>&#x0A;Quantity1 : '), bpws:getVariableData('VariableECMSchema','/ECM/Quantity1'), string('<BR>&#x0A;Model2 : '), bpws:getVariableData('VariableECMSchema','/ECM/Model2'), string('<BR>&#x0A;Options2 : '), bpws:getVariableData('VariableECMSchema','/ECM/Options2'), string('<BR>&#x0A;Quantity2 : '), bpws:getVariableData('VariableECMSchema','/ECM/Quantity2'), string('<BR>&#x0A;Model3 : '), bpws:getVariableData('VariableECMSchema','/ECM/Model3'), string('<BR>&#x0A;Options3 : '), bpws:getVariableData('VariableECMSchema','/ECM/Options3'), string('<BR>&#x0A;Quantity3 : '), bpws:getVariableData('VariableECMSchema','/ECM/Quantity3'), string('<BR>&#x0A;Model4 : '), bpws:getVariableData('VariableECMSchema','/ECM/Model4'), string('<BR>&#x0A;Options4 : '), bpws:getVariableData('VariableECMSchema','/ECM/Options4'), string('<BR>&#x0A;Quantity4 : '), bpws:getVariableData('VariableECMSchema','/ECM/Quantity4'), string('<BR>&#x0A;Model5 : '), bpws:getVariableData('VariableECMSchema','/ECM/Model5'), string('<BR>&#x0A;Options5 : '), bpws:getVariableData('VariableECMSchema','/ECM/Options5'), string('<BR>&#x0A;Quantity5 : '), bpws:getVariableData('VariableECMSchema','/ECM/Quantity5'), string('<BR>&#x0A;Model6 : '), bpws:getVariableData('VariableECMSchema','/ECM/Model6'), string('<BR>&#x0A;Options6 : '), bpws:getVariableData('VariableECMSchema','/ECM/Options6'), string('<BR>&#x0A;Quantity6 : '), bpws:getVariableData('VariableECMSchema','/ECM/Quantity6'), string('<BR>&#x0A;&#x0A;Model7 : '), bpws:getVariableData('VariableECMSchema','/ECM/Model7'), string('<BR>&#x0A;Options7 : '), bpws:getVariableData('VariableECMSchema','/ECM/Options7'), string('<BR>&#x0A;Quantity7 : '), bpws:getVariableData('VariableECMSchema','/ECM/Quantity7'), string('<BR>&#x0A;Model8 : '), bpws:getVariableData('VariableECMSchema','/ECM/Model8'), string('<BR>&#x0A;Options8 : '), bpws:getVariableData('VariableECMSchema','/ECM/Options8'), string('<BR>&#x0A;Quantity8 : '), bpws:getVariableData('VariableECMSchema','/ECM/Quantity8'), string('<BR>&#x0A;Model9 : '), bpws:getVariableData('VariableECMSchema','/ECM/Model9'), string('<BR>&#x0A;Options9 : '), bpws:getVariableData('VariableECMSchema','/ECM/Options9'), string('<BR>&#x0A;Quantity9 : '), bpws:getVariableData('VariableECMSchema','/ECM/Quantity9'), string('<BR>&#x0A;Model10 : '), bpws:getVariableData('VariableECMSchema','/ECM/Model10'), string('<BR>&#x0A;Options10 : '), bpws:getVariableData('VariableECMSchema','/ECM/Options10'), string('<BR>&#x0A;Quantity10 : '), bpws:getVariableData('VariableECMSchema','/ECM/Quantity10'), string('a

    Hi Vivek,
    The 'selectionFailure' errors are mostly due to no data in the elements defined in the xml or in the nodes of xsd. Please cross check xslt/xsd/paload data.
    Having said that, if things were working fine in R1 but not working in PS1, then...its a bit strange.
    Regards
    A

  • How can I login to Oracle Express Ed 11g Rel 2 on windows XP 32bit?

    I installed Oracle Express Ed 11g Release 2 32bit on windows XP 32bit and I can not login ito it. Installation asked for a password to be created at installation which I used to login with.
    The login window is started from a shortcut that installation created on my desktop. I tried to download and install three times. I went thru a SW removable before another download. The login responds with "Invalid Login Credentials"
    I have admin rights to my PC. What could be the issue?
    Please help.
    Thanks.

    What could be the issue? Could be many different causes. Mistyping the password is one, or the database could be offline but in most cases that will give a different error message. Open a command box, Start/Run/cmd and try:
    $ sqlplus /nolog
    connect system
    ... Password ... <the one used with the installer> ... Connected.
    select name from v$database;
    login window is started from a shortcut If you're talking about the Apex page, the one that opens a web browser to http://<hostname>:8080/apex and that one needs Apex credentials, not database user credentials. Apex users can be mapped to database users but that is something done via the apex administrator.
    Two database accounts "out of the box" are SYS and SYSTEM users, those are special- SYS owns the catalog, SYSTEM is a user with dba role privileges, almost as powerful within the database as the SYS user.

  • Installing Oracle Database Express Edition 11g on UBUNTU

    Hello everyone,
    I want to install Oracle Database Express Edition 11g on UBUNTU. I followed the steps from this link created by Dude:
    https://forums.oracle.com/thread/2303639?start=0&tstart=0
    My problem becomes when I type in from the terminal:
    sudo /etc/init.d/oracle-xe configure
    I followed the instructions there, agreeing t HTTP port 8080, port database listener 1521,  specifying a password for my database account, and wanting Oracle Express to be started on boot. This is what I'm getting:
    Starting Oracle Net Listener...touch: cannot touch `/var/lock/subsys/listener': No such file or directory
    Done
    Configuring database...
    Database Configuration failed.  Look into /u01/app/oracle/product/11.2.0/xe/config/log for details
    I have no idea what this means, so I went into the log's location and I found 4 of them, so I clicked on each of them, and this is what I'm getting:
    1. cloneDBCreation.log:
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 0 Serial number: 0
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux-x86_64 Error: 2: No such file or directory
    ORA-00845: MEMORY_TARGET not supported on this system
    Create controlfile reuse set database "XE"
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 0 Serial number: 0
    alter system enable restricted session
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 0 Serial number: 0
    alter database "XE" open resetlogs
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 0 Serial number: 0
    alter database rename global_name to "XE"
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 0 Serial number: 0
    alter system switch logfile
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 0 Serial number: 0
    alter system checkpoint
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 0 Serial number: 0
    2. CloneRmanRestore.log
    ORA-00845: MEMORY_TARGET not supported on this system
    select TO_CHAR(systimestamp,'YYYYMMDD HH:MI:SS') from dual
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 0 Serial number: 0
    declare
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 0 Serial number: 0
    select TO_CHAR(systimestamp,'YYYYMMDD HH:MI:SS') from dual
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 0 Serial number: 0
    3. postDBCreation.log
    begin
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 0 Serial number: 0
    File created.
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux-x86_64 Error: 2: No such file or directory
    ORA-00845: MEMORY_TARGET not supported on this system
    select 'utl_recomp_begin: ' || to_char(sysdate, 'HH:MI:SS') from dual
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 0 Serial number: 0
    BEGIN utl_recomp.recomp_serial(); END;
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 0 Serial number: 0
    select 'utl_recomp_end: ' || to_char(sysdate, 'HH:MI:SS') from dual
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 0 Serial number: 0
    4. postScripts.log
    CREATE OR REPLACE LIBRARY dbms_sumadv_lib AS '/u01/app/oracle/product/11.2.0/xe/lib/libqsmashr.so';
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 0 Serial number: 0
    BEGIN dbms_datapump_utl.replace_default_dir; END;
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 0 Serial number: 0
    commit
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 0 Serial number: 0
    create or replace directory XMLDIR as '/u01/app/oracle/product/11.2.0/xe/rdbms/xml'
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 0 Serial number: 0
    DROP DIRECTORY ORACLE_OCM_CONFIG_DIR
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 0 Serial number: 0
    DROP DIRECTORY ADMIN_DIR
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 0 Serial number: 0
    DROP DIRECTORY WORK_DIR
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 0 Serial number: 0
    BEGIN dbms_swrf_internal.cleanup_database(cleanup_local => FALSE); END;
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 0 Serial number: 0
    commit
    Can somebody that knows this, or has installed Oracle Express on Ubuntu, to please explain it to me what does it mean and why am I getting those errors. Please explain thoroughly as if I am an amateur person, IN DETAIL, STEP-BY-STEP. I want to run it and make it work! I heard that it encourages people to answer for points. I am open for your suggestions and experiences, as long as it's not 'use common sense', 'you're dumb', or an answer that is vaguely explained.  Thank you for those that take the time to read it.
    ec557fac-f825-4356-a220-1ec941ce7cd0 

    Hi Pradeepcmst,
    Thanks for your suggestion, but I found it sometimes misunderstanding on what he's trying to say - his instructions are not step-by-step and precise. Instead, I found this link that helped me a lot:
    Installing Oracle 11gXE on Mint and Ubuntu | The Anti-Kyte

  • Connect Problems with Oracle Database Express Edition 11g Release 2

    Hello,
    I am a student trying to install Oracle Database Express Edition 11g Release 2 and SQL Developer on my home system, Win7 64Bit, in order to practice some things I've learned from me DBA class and Developer classes.
    Anyway, I have everything installed, but I am having difficulty connecting as SYS or SYSDBA in the 'Run SQL Command Line', I keep getting the ORA-01017: invalid username/password: logon denied.
    However, If i select the 'Start Database' I get this:
    C:\oraclexe\app\oracle\product\11.2.0\server\bin>
    and I can type sqlplus / as sysdba and it starts up just fine and show user lists me as "SYS".
    but if I go back to 'Run SQL Command Line' I still cannot connect as SYS or SYSDBA...I find this both confusing and frustrating. I don't know if I am in different instances or something like that, but I seem to be limited to connecting only as "SYSTEM". I need SYS because I want to practice creating datafiles, instances and things like that, but I seem to be lost.
    Also, I am trying to create a new DB connection with SQL Developer and I can only us SYSTEM for my login which, if I understand correctly, will limit my privileges. Again When I try to sign in with SYS or SYSDBA I get error'd out. When I installed Ora11gDBExpress I was prompted in input a single password that was supposed to grant me access as SYS or SYSTEM, but I am limited to only SYSTEM for some reason.
    So, I am looking for help/guidance as to what to do.
    Thanks in advance for any and all help,
    Warren

    General rule of thumb, don't use sysdba unless you want to shut down the database, or grant a database user privileges on a sys object.
    A SYSTEM connection is not "limiting", it has the DBA role which means a user with a system connection can do most anything needed, including select/update/delete/drop any user's objects as well as change parameters in the instance.
    The system user can indeed add datafiles, tablespaces, etc. The instance and database should already be created as long as the installer completed all its chores correctly. For XE, per the license agreement only one instance can run on one host. If you want to try creating a database, it will require shutting down the XE instance and creating a new database service, creating the database, and installing the system catalog and any other optional components desired. Good practice indeed, but a bit advanced for the new user.
    Do create users for schemas ... connect system; create user <username> identified by <password> and connect <username> for the schemas (a collection of objects) within the database. Grant the resource and create session privilege to <username> to allow the database user the ability to create tables, indexes, stored procedures, etc.
    There is no "or" in a sys as sysdba connection, from 10g onwards a sys connection requires using the sysdba privilege. To enable a sysdba connection, add your host user to the ORA_DBA group on the host. To verify the OS users in the ORA_DBA group, this might work for win7, in a cmd box ...
    $ net localgroup ora_dba
    ...If your OS user is in the ora_dba group the sys as sysdba password is not relevant, you can in fact type anything for a password. If you wish to connect with the sysdba privilege from a remote client, that is a bit different and requires knowing the password set in the instance password file. Which should be set the same as the system password defined in the installer, but you can change that by creating a new password file. Another slightly advanced topic.
    In Windows IMHO its better to leave the listener and database set to Manual start (in the services applet, Start/Run/services.msc) and start the listener, then the database, when its needed. At least for an XE instance, as its intended for practice and learning RDBMS management.
    Edited by: clcarter on Mar 2, 2012 6:19 PM
    fix typos

  • Copy express

    Hello
    I try to copy data from one data bas eto another and I have the same message displaying I do not know how to fix the issue:
    "Failed to create default folder for application file. Check option for default folder assignment"
    what folder does it mean? is it under path option? what type of folder to use?
    Thank you
    Guillaume

    Hi
    You have to create a folder on your desktop and set that path at the time of copy data.
    When you will start copy express, at the time of selection of Base database and target database, you have to set the path for log files.
    Regards
    Kamlesh Vagal

  • Using Copy Express  in PLD

    Hi Experts,
    Is it possible to transfer PLD layouts from one database to another using Copy Express.
    Can any one help me to solve this issue. bcs i have created all layout in test data base now i want to transfer to production database ....ASAP pls....
    Karthi.

    Karthi,
    Copy Express will surely do the job and if you want to just copy a few templates individually, you could use this SQL Script
    INSERT INTO [TARGET\].[DBO\].[RDOC\]
    SELECT [SOURCE\].[DBO\].[RDOC\].* FROM  [SOURCE\].[DBO\].[RDOC\]
    WHERE  [SOURCE\].[DBO\].[RDOC\].DOCCODE = 'CHO*****'
    INSERT INTO [TARGET\].[DBO\].[RITM\]
    SELECT [SOURCE\].[DBO\].[RITM\].*
    FROM [SOURCE\].[DBO\].[RITM\]
    WHERE [SOURCE\].[DBO\].[RITM\].DOCCODE = 'CHO*****' AND [SOURCE\].[DBO\].[RITM\].DOCCODE
    IN (SELECT DOCCODE FROM [TARGET\].[DBO\].[RDOC\])
    I DocCode example shown above is of the Check PLD template
    You can get the DocCode from the PLd Document Properties window

  • Vendor Master copying through Copy Express

    Hi Experts,
    I am copying from One Database to a NEW Database ( this database has diffrent configuration ) the Vendor Master Data through Copy Express but while runing the Copy Express I am getting an error as 'Bank does not exsits in the company'. In the Base Company Database from where I am copying has a diffrent bank acccount but in the NEW Database which is created is a another company and has diffrent bank account hence I cannot keep the same bank account as in the Base Compnay Database.
    Please let me know how to achive a soltuion to it.
    Regards,
    Kawish

    Dear Vijay,
    Please note that the folowing details as required by you.
    SAP Version - 2005B
    Patch level 39
    When executing the query from query generator as SELECT * FROM T0.BankCountr, T0.BankCode,T0.DflAccount,T0.DflBranch FROm OCRD T0 I am getting value in Default Bank as -1 and and rest coloumn are blank.
    If I create manually the House Bank Account in the target company ( which means I create the base company bank account in the target company ) then upload may be done but one have to then manually change in the vendors BP master the target company bank account which is a tedious task.
    Hope you are able to give a proper solution in this regard.
    Regards,
    Kawish
    Edited by: Rui Pereira on Apr 29, 2009 1:50 PM

  • Copy Express Item Groups Transaction revenue Account not Found

    Currently using Copy Express.
    1.  Have successfully loaded COA
    2. Manually entered G/L account determinaition and tax codes
    3. Error below is occuring when trying to Copy Item Groups and Warehouses.  The items groups and Warehosues are failing.
    Transaction created by document was not found, 'Revenue account'.
    NOTE: the accounts determined for each item group in the source database all exist in the target database.
    Can any please assist in explaining why this is happening and how I could prevent this from occuring without having to mannually create warehosues and items?
    Thanks Very much
    Lisa

    Hi Lisa,
    I have a suggestion.
    The Revenue account in question may be problematic.                                                                               
    Can you try to change to another revenue account in your source db, and try to copy warehouse to target DB?                                                                               
    1.goto source db,and search for the specific warehouse and change the         
      revenue account to another account
    2.and copy warehouse to target db 
    Hope this will be helpful.
    Kind regards,
    Willy

  • Configuring WDS w/ Airport Extreme Dual-Band 802.11n & Express 802.11g

    I currently have an Airport Extreme Dual-Band 802.11n Model: A1301 (located downstairs) and an older Airport Express 802.11g Model: A1084 (located upstairs) which I had been using to stream iTunes to my upstairs stereo (which worked flawlessly). Recently a friend of mine recommended that I reconfigure my network to a Wireless Distribution System setup which would allow me to create a remote wireless node which improves my wireless signal strength upstairs, allows an interface to Airplay to play our music from our iPod's/Pad's and also provides an hard-wired Ethernet connection for my newly delivered Network Extender for my cell phone. So I followed the URL: support.apple.com/kb/HT4262 to assist in this conversion and found that I was unable to configure my network as desired. While this documentation is very good, there is one snafu that I worked out that finally allowed a successful setup. Follow the instructions for:
    - Connecting a WDS main base station to the Internet
    - Configuring a WDS main base station
    - Configuring a WDS remote base station (See last line of instructions for the correct WDS Main ID)
    Ensure all Wi-Fi base stations are powered on and allow them time to appear in the AirPort Menu Extra.
    From the AirPort Menu Extra, select an 802.11g Wi-Fi base station to configure as a WDS remote.
    In AirPort Utility, select the WDS remote Wi-Fi base station in the Base Station Chooser, and click Manual Setup.
    Select the AirPort icon from the Toolbar, and click on the Wireless tab.
    From Wireless Mode select Participate in a WDS network.
    Click on the WDS tab.
    From WDS Mode, select WDS remote.
    Enable Allow wireless clients (see the first note below).
    If not already supplied, enter the 2.4Ghz AirPort ID of the WDS main, then click Update.
    There are two Apple ID's for the dual-band Extreme (2.4 & 5.0Ghz). Be sure to use the 2.4Ghz ID which is listed under the "Summary Tab" of the utility. What is confusing is that in the AirPort Utility, when you position the mouse cursor over the graphic of the Extreme on the left-hand side of the GUI, you are presented with a yellow dialog box which displays the 5Ghz ID and this can be misleading especially when you are trying to connect to an older 2.4Ghz Express ...

    My Express is the A1264 802.11n model. My Extreme is the A1354 model.
    The most crucial issue is the the Tivo, because the Premiere only works with Ethernet (I dont' have and wont' buy the upgraded wireless doohickey), but of course I would prefer that the Express also act to extend the signal, and I particularly want it do so using WEP access (or nothing, see below), since I have a second Tivo which ONLY works wirelessly and which ONLY works using WEP, not WPA.
    Since there were so many different issues and needs going on, I was excited about the Dual Band because it meant I could potentially get 5G speeds for my iPad and perhaps the Tivo Premiere connection, while allowing a completely separate band for the OLD Tivo.
    The other option I've been trying out (to accommodate the Tivo2 that can't handle WEP) is having no security, but making the networks hidden.
    A third option I tried to make work was to create a "guest network" for just the Tivo2.
    But what I'm finding out (it's what I always struggle with...networking is a nightmare.) is that if you take one from Column A, Column B disappears, so to speak.
    The way it used to work on the non-dual band Extreme was as I mapped above, and the Tivo2 and my iPad used the wireless signal with no problem while the Express was Ethernet connected to the TivoPremiere, but it did so using WDS, which doesn't even seem to exist as a possibility, forget teh fact that it undermines the speed boost (so I read)
    I've frankly never been able to understand the differences between the various modes and structures, and believe it or not I'm very smart and very comfortable with computers and Macs, having worked on them for 25 years.
    And one of the biggest reasons I've had such a hard time is because of the many times that I have updated after making changes, Airport Utility tells me it worked, but nothing happens and then after too much frustration I end up unplugging and shutting down every single piece of equipment and rebooting everything and then it DOES work. Sometimes. But I can't be doing that every time I make one tweak, I'll go insane!
    And the number of pin-resets I've done on the Express, the Dual band, and even the cable modem would make your head spin!
    So there's my story. Kinda. Does it make any sense? At least in terms of my goals?
    Your help is more appreciated than you can imagine.

  • Copy Express problem in SAP 8.81

    Hi,
    I run copy express in SAP 8.81 PL4 and have proceed with 'Copy to target database' button.
    During the process by the time I reached 'Create target database', suddenly an error appear:
    Failed to connect UI API. Copy Express is terminating.
    Error Code:0
    Error Message: No more threads can be created in the system.
    At first I thought it was due to the automatic lock application of SAP after idle for how many minutes.
    But when I rerun the process again it's the same error.
    What have I missed? How to resolve this problem?
    Thanks!

    Hi Jaykumar,
    You are absolute right some times this type of situation occured in SAP but there is no permanent solution for this.
    You have to upgrade your SAP to next PL and try again. otherwise
    Goto -> Crystal Reports -> Add-ins.
    Thanks,
    Srujal Patel

  • Oracle Database Express Edition 11g Database; Tables bigger than 11 GB

    Dear all,
    is it possible to make a part of big Tables (14 GB) visible in Oracle Database Express Edition 11g Database?
    If yes, it would be nice to get the correct development.
    Thanks in advance.
    Regards
    Peter

    972703 wrote:
    Does impdp application have any parameters for it See documentation library for regular editions, the Database Utilities manual covers Data Pump import and export tools
    or maybe there is another software which can import only specified number of rows/bytes? Then you would need to export according to "another software" rules/format as well.
    As the table is not that big, one could copy the table, delete selected rows large enough, and export from that table copy instead.
    If it's not possible, could you please be so kind and provide the full test-version of Oracle database without 11GB limitation?Oracle provides, under the OTN downloads license, SE and EE editions. See http://www.oracle.com/technetwork/indexes/downloads/index.html

  • Is it possible to use the Copy Express to copy across Approval Procedures?

    Hi,
    We're running SBO 8.8 for a new customer and need to copy the Approval Procedures from one database to another - there are absolutely loads and it'll too painful to create them manually.
    We can't see the option in the Copy Express tree - can anyone help?
    Is it possible to use the Copy Express to copy the Approval Procedures object? Is there another way (perhaps via insert statement in SQL)?
    Please assist!
    Thanks,
    Mohsen

    Hi Mohsen,
    Due to the complicity of the approval procedures, I think it is too hard to build a copy tool for this under current system structure.
    As for insert statement in SQL, it is absolutely a no go. Unless you want the risk to lose SAP support, never try that. You have to re-create them.
    Thanks,
    Gordon

  • Copy Express Question

    I created a Test/Template company where I configured such things as Font size, columns displayed on the various marketing documents etc.  Will Copy Express copy these user specific setting from one company to another and if so,  what options to I select when in Copy Express? 
    Thanks in Advance
    Dana

    Hi Dana,
    To know what Data Category are copying, you can click on the Data Category->In Data Details (right panel)->lower part, thereu2019s an explanation for most categories.
    ==For Font size: Data category->Display Settings
    When you check the 2 checkboxes under this category, there are unresolved dependencies. To resolve them, please check other category.
    ==For Columns displayed on marketing documents:
    If Iu2019m understanding you right, your request is to display UDF on marketing documents. If itu2019s the case, when creating a NEW DB, check the following:
    Copy user-defined fields and tables
    Copy user-defined objects
    If thereu2019re also Query linked to the UDF, check Formatted Search Linked to User-Defined Fields
    ==How to resolve dependency: please search this topic in CX help file.
    ==However, there're some general suggestions when it comes to CX:
    1. create a NEW DB with the following checkboxes checked
    Copy user-defined fields and tables
    Copy user-defined objects
    2. copy one Data Category at one time.
    Data Categories sequence is based on a logical data transfer and DB modification structure. It's recommended to copy part by part, instead of all of them. In this case, if any error occurs, we can also narrow down which category goes wrong.
    3. use 'Leave existing and add new' instead of 'replace all' as Copy Method
    4. In Authorizations->Data Details->Uncheck all users that're with Superuser authorization before copy. (this is important)
    It's because Superusers have full authorizations by default and it can't be changed. It's very likely to fail the copy process.
    5. Use the latest version of CX, currently itu2019s 101.
    In addition, we have Expert Empowerment Session (EES) on this topic. You can find it at channel partner portal-> Archive: Empowerment Sessions->17.01.2007 - CopyExpress.
    Hope it helps.
    Regards,
    Jacqueline Jiang
    SAP Business One Forums Team

Maybe you are looking for

  • Logical to physical

    Data Modeler version 3.0.0.665 I added new tables and some fk relations for those new objects . Those relations are between new objects or new objects to existing objects. When I reengineer from logical to physical, in that window I check the new tab

  • Help: flash very slow on Mac 10.8.2

    So I just installed Creative Cloud CS6 and everything is blazing fast... Photoshop opens in less than 3 seconds... So does Illustrator. Flash Pro takes like 1 minute to open. It gets stuck in "Building Workspace". Clicks have a 3 or 4 second delay. I

  • My iphone 4s having problm after i updated to ios 8

    i upgraded to ios 8 but it became problm for me pgone getting slow crushing of applications

  • Best Workflow for Subtitles

    I'm editing footage that is in French and Creole, and I only speak English. Basically, I need a method of editing, where the footage already has the English subtitles on it, and I simply edit that footage in FCP. At the moment, I only have the raw fo

  • Tutorial for beginner

    can anyone give me some good tutorial links for developing Oracle Portal?