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

Similar Messages

  • Could not make connection to 11g PS1 BAM from Jdev 11.1.1.2.0

    Hi,
    Could not make a connection to 11g PS1 BAM store from Jdev 11.1.1.2.0.
    gave the same host and port details for BAM web host/BAM server host(specified in BAM server properties on the server) in the BAM connection details.
    gives the following error when testing the connection.
    Testing HTTP connection ... success.
    Testing Data Object browsing ... success.
    Testing JNDI connection ... failed.
    Failed to establish a connection to "ewftwn58.ebiz.verizon.com" at port 9001;
    Please verify BAM Server Host & JNDI Port.
    2 of 3 tests successful..
    i have tried by giving host name and IP address but still getting this error.
    Thanks in Adv.
    Regards,
    Chaitu.

    I am getting this same problem with PS2 11.1.1.3. This works on my single node environment, but not on our clustered environment. Same error as chaitu
    Testing HTTP connection     ... success.
    Testing Data Object browsing     ... success.
    Testing JNDI connection     ... failed.
    Failed to establish a connection to "vprbamch1vhn1.mfltest.co.uk" at port 9001;
    Please verify BAM Server Host & JNDI Port.
    2 of 3 tests successful.
    I have checked my proxy settings in JDev - I have included *.mfltest.co.uk.
    I have checked my adapter config and it all seems correct.
    Anyone find out what was wrong with their configuration when they get this issue.
    Mark.
    Edited by: marksimpson on Sep 1, 2010 6:02 PM

  • Problem on copy with hp printer m127

    hi
    sorry! my english is not good
    i have a printer hp m127 and i have problem on copy with this printer
    when i copy a A4 paper from feeder or glass don't print about 1 inch of botton of page but when i scan this page, it's correct and when i print scaned document, it's correct too
    I do'nt know why this problem exists
    thanks alot
    This question was solved.
    View Solution.

    Hi @hamidjoon , and welcome to the HP Forums!
    I see you are having copy issues.  I'd like to help!
    Before we get started, I need a little info:
     I am linking a few HP Support documents below that will show you how to find which operating system you are using. Also, if you're using Windows, please include whether your operating system is 32-bit or 64-bit.
    Mac OS X: How Do I Find Which Mac OS X Version Is on My Computer?
    Which Windows operating system am I running?
    Is the Windows Version on My Computer 32-bit or 64-bit?
    Please let me know what you find.  Thanks for posting on the HP Forums!
    Please click “Accept as Solution " if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the right to say “Thanks" for helping!
    Jamieson
    I work on behalf of HP
    "Remember, I'm pulling for you, we're all in this together!" - Red Green.

  • Problem with copying files between OS 9 to OS 10.4.9

    We have updated 2 computers to 10.4.9 after som minor problems its working fine the only problem we still have is that we cannot copy files from our older Mac running OS 9.2.2 to the macs running 10.4.9 if we copy 1 file its working when we want to copy a folder or more files the connection got lost we get a message the connection with the file server unexpectedly broken. We also have a Xserve running OS 10.4.6 coping files to the Xserve is not a problem and is running just fine.
    We can copy files or take files from the OS 10.4.9 macs to the Mac with OS 9.2.2 this is no problem just copying a bit slower then to the Xserve.
    All the computers are in a netwerk with cat5 cables and was working just fine before the updates to 10.4.9
    Regards Pepijn

    Welcome to Apple Discussions!
    Copying from 9 to 10.4.9 is not recommended unless Mac OS X is under control of the copying. Mac OS 9 has no familiarity with the file permissions of Mac OS X and thus if you make a mistake, you could seriously damage the permissions of Mac OS X. Others have found problems transferring from 9 to 10.4.9 where not with prior versions of Mac OS X. I say it is about time, because of the risks involved but for others their workflow depends on it they are having to relearn how to go the other direction. I've found if the risk is not taken account for, you can make Mac OS X unbootable. My suggestion is to either do all your networking and file transfer for Mac OS X from Mac OS X, or upgrade the software you have to Mac OS X native equivalent software. See my FAQ on migrating to X*:
    http://www.macmaps.com/macosxnative.html
    * Links to my pages may give me compensation.

  • A lot of problems with Oracle BI SEE 11g

    I have a lot of problems with Oracle BI SEE 11g
    1. I upgraded my BI SEE 10 repository and can it openning in offline mode.
    2. I can't deploy my upgraded repository in EM MW Control 11g - when i try to open Farm_bifoundation_domain->Business Intelligence->coreapplication, i get error "Stream closed
    For more information, please see the server's error log for an entry beggining with: Server Exception during PPR, #41".
    Opening Logs by EM control doesn't work too.
    in file middleware\user_projects\domains\bifoundation_domain\servers\AdminServer\logs\AdminServer.log i see this event:
    <Error> <HTTP> <oratest.itera.ru> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <b639ac3e56e9a463:bd6fa7f:12ac7271e09:-8000-00000000000009e8> <1283408423378> <BEA-101019> <[ServletContext@329875093[app:em module:/em path:/em spec-version:2.5]] Servlet failed with IOException
    java.io.IOException: Stream closed
    Have you any ideas?
    3. Ok, i taking sample repository and adding a new datasource in it:
    Database: Oracle 8i
    Connection pool:
    Call interface OCI 8i/9i
    Data source name:
    (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP) (Host = oraapp) (Port = 1521) ) ) (CONNECT_DATA = (SID = MYSID) ) )
    This settings are working fine in BI 10.
    In BI 11g i get this funny error: "The connection has failed". I lost my time in attempts to connect to Oracle DB 8, but have not results. After that i hacked button "Query DBMS" at "Features" tab, pressed it and when get error "ORA-03134: Connections to this server version are no longer supported.".
    Therefore Oracle 8 DB as datasource not supported. Am i right?
    4. In sample repository i added oracle DB 10 as datasource, then added two dual tables and their connection to all layers.
    Now i open BI Answers, and trying to create report with one dummy column, Now i have this error:
    Error
         View Display Error
    Odbc driver returned an error (SQLExecDirectW).
    Error Details
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43113] Message returned from OBIS. [nQSError: 42016] Check database specific features table. Must be able to push at least a single table reference to a remote database (HY000)
    SQL Issued: SELECT s_0, s_1 FROM ( SELECT 0 s_0, "ORA10G"."dual"."dummy" s_1 FROM "ORA10G" ) djm
    Database features are defaults.
    Does anyone solve this problem?

    Turribeach, Thanks for you time.
    1. It was not a question
    3. Yes, i have read platforms, but not supported datasources. Now i see, that BI 11g support as datasource Oracle DB 9.2.0.7 or higher. I am sorry.
    4. I'm using OCI connection type
    Now i recreate Database in Physical schema and answers is showing report data for me! But only from one table, when i use columns from to tables from one datasource, i geting error:
    Error View Display Error Odbc driver returned an error (SQLExecDirectW). Error Details Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43113] Message returned from OBIS. [nQSError: 46008] Internal error: File server/Utility/Server/DataType/SUKeyCompare.cpp, line 875. (HY000) SQL Issued: SELECT s_0, s_1, s_2 FROM ( SELECT 0 s_0, "Ora10g"."hierarchy_obj_cust_v"."sort_order" s_1, "Ora10g"."NSI_SCHEMA"."SCHEMA_NAME" s_2 FROM "Ora10g" ) djm
    Edited by: serzzzh on 03.09.2010 3:44

  • A problem with copying text from english pdf to a word file

    i have a problem with copying text from english pdf to a word file. the english text of pdf turns to be unknown signs when i copy them to word file .
    i illustrated what i mean in the picture i attached . note that i have adobe acrobat reader 9 . so please help cause i need to copy text to translate it .

    Is this an e-book? Does it allow for copying? It is possible that the pdf file is a scan of a book?

  • Problem in copy a string to a message parameter

    Hi all,
    I have a problem in copy a static string into a message as its parameter.
    I use the default function in creating the copy rules...
    <copy xmlns="http://schemas.xmlsoap.org/ws/2003/03/business-process/">
         <from expression="string(WS1-PSC4-KUY2)">
         </from>
         <to variable="geo_in" part="parameters" query="/ns0:GetLocationByIP/ns0:LicenseKey"/>
    </copy>
    as the string is a liscence key to use this web service.
    However, the string is not copied to anywhere of the outgoing message.
    If I use the default type 'literal' and copy to the variable parameter,
    it looks like this...
    <copy xmlns="http://schemas.xmlsoap.org/ws/2003/03/business-process/">
         <from>
                                  WS1-PSC4-KUY2
                        </from>
         <to variable="geo_in" part="parameters" query="/ns0:GetLocationByIP/ns0:LicenseKey"/>
    </copy>
    it gives me an error...
    [bpelc] BPEL source validation failed, the errors are:
    [bpelc]
    [bpelc] [Error]: Element 'from' must have no character [children], because the types content type is element-only.
    [bpelc] [Description]: in line 43 of "C:\eclipse\workspace\ip_locate\ip_locate.bpel", Element 'from' must have no character [children], because the types content type is element-only..
    [bpelc] [Potential fix]: .
    [bpelc] .
    Could anybody give me a hint on what's going wrong?

    This is my actual code
    import java.text.DateFormat;
    import java.text.ParseException;
    import java.text.SimpleDateFormat;
    import java.util.Date;
    import java.util.Locale;
    public class TestingDate {
          * @param args
         public static void main(String[] args) {
              // TODO Auto-generated method stub
              String dateFormat="EEEE, MMM d h:mm a";
              Date test=new Date(2007,0,19, 19, 31);
              System.out.println(" original date is "+test);
              String stringResult=DateToString(test,dateFormat);
              System.out.println("Date to string is "+stringResult);
              Date dateResult=stringToDate(stringResult,dateFormat);
              System.out.println(" String to date is "+dateResult);
              String stringResult2=DateToString(dateResult,dateFormat);
              System.out.println(" Date to string  is "+stringResult2);
    public static String DateToString(Date test, String dateFormat) {
             String result = null;
             try {
                  DateFormat myDateFormat = new SimpleDateFormat(dateFormat);
                     result = myDateFormat.format(test);
                     //System.out.println(" reslut date is "+result);
              } catch (Exception e) {
                   System.out.println(" Exception is "+e);
              return result;
    public static Date stringToDate(String strDate,String dateFormat1){
         Date result1=null;
         try {
              DateFormat myDateFormat = new SimpleDateFormat(dateFormat1);
              result1=myDateFormat.parse(strDate);
         catch(Exception e){
              System.out.println(" exception is "+e);
         return result1;
    }I am facing problem in getting the actual date. Please suggest the solution.

  • Jdeveloper IDE bug with Soa 11g PS1 ejb adapter with uri and jndiName

    Hi,
    When you use the EJB adapter as a reference in Soa suite 11g PS1 and you provide the jndiname then jdev put its wrong in the binding.ejb and use the uri attribute instead of jndiName
    <reference name="EmployeeReferenceService"
    ui:wsdlLocation="HrEmployeeEJBBeanWS.wsdl">
    <interface.wsdl interface="/nl/whitehorses/hr/ejb/services/#wsdl.interface(HrEmployeeEJBBeanWS)"/>
    <binding.ejb javaInterface="nl.whitehorses.hr.ejb.services.HrEmployeeEJB"
    jarLocation="ejbSdoHr.jar"
    uri="AdfEjbHr-model-HrEmployeeEJB#nl.whitehorses.hr.ejb.services.HrEmployeeEJB"/>
    </reference>
    This is the right one
    <reference name="EmployeeReferenceService"
    ui:wsdlLocation="HrEmployeeEJBBeanWS.wsdl">
    <interface.wsdl interface="/nl/whitehorses/hr/ejb/services/#wsdl.interface(HrEmployeeEJBBeanWS)"/>
    <binding.ejb javaInterface="nl.whitehorses.hr.ejb.services.HrEmployeeEJB"
    jarLocation="ejbSdoHr.jar"
    jndiName="AdfEjbHr-model-HrEmployeeEJB#nl.whitehorses.hr.ejb.services.HrEmployeeEJB"/>
    </reference>
    if you dont correct this in the composite xml you got errors in Soa suite and the ejb adapter does not work
    thanks Edwin

    Hi,
    my best recommendation is to work with customer supports in this testcase.
    Frank

  • Hi all , problem in copy control from billing type f2 to debit and credit

    hi all,
    i have a problem in copy control from billing type f2 to debit and credit memos,
    could any body advise me the procedure for this issue ,
    thanks ,
    sre

    Hi sre,
    It is better to copy f2 to DR or Credit memo request
    for that you have to maintain copy requirement 21
                                               Billing doc.header 52                         
                                               Bill.bus.header data 103
                                               Bill.header partner  3
    and for item you maintain copy requirement 303
    from dr. or credit memo request you can able to do Document type  G2 and L2
    i think this may give some idea
    regards
    bvdv

  • Problem with Copied Business Object : SELFITEM

    Hi,
    sub:    Problem with Copied Business Object : SELFITEM
    I want to use changed selfitem BOR for carbon copy functionality. For it, i copied the BOR : SELFITEM. it is giving error
    In SWI2_DIAG it is showing like this.
    Work item  cannot be read                                                
    Work item 000000639770: Object  method SWW_BI_EXECUTE_S cannot be executed
    The problem is with COPYING The Business Object. Because , generally we extend BOR ,not copy. But i did copy.
    Please help me regarding this.
    Balaji.T.

    hi Martin,
    The problem may not be in method. because simply we copied the BO:SELFITEM into ZSELF . And i want to test this for a mail at first , whether copied BOR  is working or not.The mail is not triggering . it is saying that it is Error.
    WF_BATCH error...
    I can see error in Tx: SWI2_DIAG ,
    this is Error :
    Work item 000000639770: Object  method SWW_BI_EXECUTE_S cannot be executed
    Once it is rectified i can modify the method in BO:ZSELF.
    Thank you in Advance..
    Balaji.T.

  • Set dynamic authentication credentials to Partner link - BPEL 11g PS1

    Hi,
    I am working on BPEL SOA 11g PS1. I need to know how i can dynamically set the Authentication details (Username and password) as well as Timeout while invoking a web service reference.
    I have been successful in setting these values using properties of the partner-link which is static.But actually as per my use-case, i need to read these information dynamically from a repository say Database/DVM and set these value while invoking.
    Regards
    Sesha

    Hi Sridhar
    Below is the composite.xml snippet which works for me as static mapping. I have added "wss_username_token_client_policy" to the reference interface.
    <reference name="getNameService" ui:wsdlLocation="getNameService.wsdl">
    <interface.wsdl interface="http://www.amazon.com/css/mmbi/getNameService/#wsdl.interface(getNameServiceSoapPort)"/>
    <binding.ws port="http://www.amazon.com/css/mmbi/getNameService/#wsdl.endpoint(getNameService/getNameServiceSoapPort)"
    location="getNameService.wsdl" soapVersion="1.1">
    *<wsp:PolicyReference URI="oracle/wss_username_token_client_policy"*
    orawsp:category="security" orawsp:status="enable"/>
    <property name="weblogic.wsee.wsat.transaction.flowOption"
    type="xs:string" many="false">WSDLDriven</property>
    *<property name="oracle.webservices.auth.username" type="xs:string"*
    many="false" override="may">username11</property>
    *<property name="oracle.webservices.auth.password" type="xs:string"*
    many="false" override="may">password11</property>
    *<property name="oracle.webservices.httpReadTimeout" type="xs:string"*
    many="false" override="may">30000</property>
    <property name="oracle.soa.ws.outbound.omitWSA" type="xs:string"
    many="false" override="may">true</property>
    </binding.ws>
    </reference>
    Here you can find property value for oracle.webservices.auth.username,oracle.webservices.auth.password & oracle.webservices.httpReadTimeout are static , What i want to make here is to read these from a bpel variable in runtime.
    OR
    Is there any means i can do this same basic authentication in BPEL 11g which would support dynamic credentials.
    Thanks
    Sesha

  • Problem in copy 2 WORD files to a new WORD file

    Hi
    I have a problem in copy 2 WORD files to a new WORD file -
    i.e. the text of the new WORD file suppose to be composed from the text of the 2 original WORD files.
    Unfotunately I get a new WORD file which i can't open, or a file which contains strange simbols in it.
    So far i succeded in copy one WORD file to a new WORD file , using - FileOutputStream and FileInputStream, the code is:
    import java.io.*;
    public class IOStreamDemo {
    public static void main(String[] args)throws IOException {
    InputStream in2 = new FileInputStream("fruit.doc");
    OutputStream out2 = new FileOutputStream("dst2.doc");
    // Transfer bytes from in2 to dst
    byte[] buf2 = new byte[1024];
    int len2;
    while ((len2 = in2.read(buf2)) > 0) {
    out2.write(buf2, 0, len2);
    in2.close();
    out2.close();
    Does sombody know how to do it properly?
    Thanks

    dear friend
    I just create two word file one is fruit.doc and other
    is dst2.doc
    after that i write some lines in fruit.doc
    then I just execute your code.
    after that I open dst2.doc
    then I found it as exact copy of fruit.doc
    I doesn't get any junk text.
    Your code is working absolutely fine.No it is not. Add som styling, headers, index etc to the docuements, and then try to run the code. It's not possible to just append two word documents. You have to parse the files and read relevant information, and then create a new valid document with that information.
    /Kaj

  • Problem in copy version

    Dear All,
    i am facing a problem in copying planning version. I am selecting few products for which i need to copy data from 000 to version "A".
    i have selected "copy master and transaction data" and given few products names as input parameter.
    while copying, system copies all the master data of 000 version and transaction data of selected products.
    Is this the standard behavior? I want to copy master and and transaction data of selected product only.
    Regards,
    Nitesh

    Nitesh,
    The selection fields that you get under 'Restrict Orders using Location Product' refer to the copying of order data & stock. It will be applicable to the order category you specify under the 'Also copy order data & stock' check box.
    The master data will be copied for all. Is this a problem for you? It should not do any harm if your master data is available in additional versions. It is only when the orders are created in additional versions does it affect system performance due to LC memory consumption.
    regards,
    Srinidhi

  • Mail: Problem with copy&paste from Remote Session

    Hi,
    I have a problem to copy just text from remote session (MS RDP Client) directly into an email. It always shows a contact .
    The workaround is to paste into any other app, it doesn't matter which one. It works with Outlook for Mac but not with Mail. Does someone have the same issue and maybe a solution?
    Due to connection issues I cannot use Outlook outside the company... so not an alternative at the moment.
    Thanks

    Hi,
    I test the issue with my colleague and didn't find the same issue.
    Here is the screenshot:
    So please check if Lync Server 2013 and all the issued Lync 2013 client update to the latest version firstly, it not update to the latest version, update it and then test again.
    Best Regards,
    Eason Huang
    Eason Huang
    TechNet Community Support

  • HT1473 Do iMacs (2009) have a problem with copy protected CDs?

    Do iMac (2009) have a problem with copy protected CDs? My iMac keeps ejecting new (2014) George Harrison (Apple years) CDs I bought.

    Sorry, I should have been clearer. My iMac is not recognising the 2014 pressing of George Harrison's apple year CDs, I can't get them to play (let alone try & copy them). The CD is accepted in the drive, it reads the CD & then ejects it. I suspect that the CDs are copy protected, although I do have earlier (e.g. from 2004) copy controlled CDs that the iMac will play. Is there a known issue with iMacs not playing copy protected CDs?
    My copy protection suspicion is based on a user posting on the George Harrison website, there is nothing on the CDs that state they are copy protected.
    NB CDs play ok on CD players & also on a windows laptop.

Maybe you are looking for

  • My iPhone5c says connect to iTunes after I tried to the 7.1.2 update. What should I do?

    My iPhone5c had a new update the new update 7.1.2 and after I had tried doing the update my phone said connect to iTunes and now I can't get off!!! Please help me!

  • Java.security.AccessControlException in a RMI application

    Hello, I have the following error, while I'm launching my RMI application : access denied (java.net.SocketPermission 127.0.0.1:1099 connect,resolve) java.security.AccessControlException: access denied (java.net.SocketPermission 127.0.0.1:1099 connect

  • Re: Bios Update - Black Screen in Games - Forced restart

    What do you mean what is the issue?  My screen goes black while gaming.  I have to force restart my computer to get it to recover.  Two minutes of searching on this forum shows it is one of two problems. Bios update is needed. -o- The card should be

  • PCard Authorisation Step

    Just a question re Pcards and the reconciliation process. After loading the statement, the workflow agent for the reconciliation workflow is identified by the entry in the card master. The second approver agent in the pcard master is required for the

  • Replacement for j2ee1.3 packager in j2ee1.4?

    Anyone have an example of how to use Ant tasks to replace the packaging of ejb jar and client jar files via command-line? The doc referred me to the J2EE 1.4 tutorial, but a quick browse found a number of Ant tasks, but none that I could identify as