Reading international charceters from configuration

Hi,
We have a small problem here we are trying to specify some international characters in a configuration file
salutation =\u0066;\u00e4;\u00f6;
and read that in the actual code itself using the salutation encoding which is another parameter in the config file but at the end of the day what we are seeing is pretty surprising to me. Instead of getting the actual chars we are getting \u0066.
e.g., \u0066 is hex representation for "f".
So at the output instead of getting "f" we get rather a String "\u0066"
Are we missing something in here?

have you tried using B
This might help.

Similar Messages

  • Read internal table from report.

    Hi all.
    I want to know is it possible to read internal table from report without modifying the report. is there any function module by which we can run the report and read data from internal table?
    Thanks.

    hi
    hope it will help you.
    <REMOVED BY MODERATOR>
    Read table doesn't allow ne operator.
    It reads only one record...Either by index or key.
    READ TABLE MY_TAB INDEX 1.
    READ TABLE MY_TAB WITH KEY CODE = 'ATG'.
    these are the results for SY-SUBRC checks after read table
    SY-SUBRC = 0:
    An entry was read.
    SY-TABIX is set to the index of the entry.
    SY-SUBRC = 2:
    An entry was read.
    SY-TABIX is set to the index of the entry. This return code can only occur when you use the COMPARING addition. For further detauls, refer to the COMPARING section of the additions
    SY-SUBRC = 4:
    No entry was read.
    The value of SY-TABIX depends on the table type and whether the BINARY SEARCH addition was specified.
    If the table is a SORTED TABLE or a table sorted in ascending order of the type STANDARD TABLE with the BINARY SEARCH addition, SY-TABIX refers to the next-highest index.
    Otherwise, SY-TABIX is undefined.
    SY-SUBRC = 8:
    No entry was read.
    This return code only occurs with a SORTED TABLE or a STANDARD TABLE with the BINARY SEARCH addition. SY-TABIX is set to the number of all entries plus 1.
    Reading records with keys
    http://help.sap.com/saphelp_47x200/helpdata/en/fc/eb35f8358411d1829f0000e829fbfe/content.htm
    Reading lines with Index
    http://help.sap.com/saphelp_47x200/helpdata/en/fc/eb3730358411d1829f0000e829fbfe/content.htm
    Edited by: Alvaro Tejada Galindo on Feb 19, 2008 5:43 PM

  • Reading Encrypted Password from Configuration File and Decrypt it at login

    Hi All,
    My application reads a configuration file to connect to the ORACLE database. The values defined for password are clear text as given below:
    user: 'mh'
    password='abcd1234'
    Is there is any way I can give an encrypted password in the configuration file instead of a clear text file and at the time of login ORACLE decrypts it. I am using ORACLE 11g Database.
    My company have a requirement that passwords are not stored in the clear in properties files. the reason being I suppose that if the password is stored in plaintext someone could hit the property file directly, get the password and then connect to the database with it.
    For a regular user connecting through an Oracle client or SQL Developer they would need to have the plaintext password in order to connect.
    its based on the requirements of
    International Standards Organization Guidance
    ISO 17799 � 9.5.4 requires password management systems to:
    � enforce the use of individual passwords
    � allow users to select and change their own passwords if appropriate
    � enforce a choice of quality passwords
    � force regular changes of passwords
    � maintain a record of previous user passwords to prevent re-use
    � not display passwords when they are being entered
    � store password files separately from application system data
    � store passwords in encrypted form using a one way encryption algorithm
    � alter default vendor passwords following installation of software
    So if I can store the password encrypted using a one way algorithm then hacker/user couldn't decrypt it and then access the database.
    I have feeling there is a way of configuring this in Oracle advanced Security, but just can't quite get it to work.
    Edited by: user5568473 on 20-May-2013 00:05

    So if I can store the password encrypted using a one way algorithm then hacker/user couldn't decrypt it and then access the database.... and neither can your application. Encryption is needed in this case. The decryption must be written into your application. I've written my own in some cases, but finding a library for your development language is a smarter solution.
    One alternative is using an Oracle wallet. It doesn't fit every circumstance and does have some maintenance headaches.
    You can set up a basic secure password store to encrypt and store the password for a given user@instance combination, and then connect to the database without passing a password. SQL*Net adds in the appropriate password from the wallet for when you connect.
    http://www.oracle.com/technetwork/database/security/twp-db-security-secure-ext-pwd-stor-133399.pdf
    Advanced Security Option also allows you to set up a Public Key Infrastructure connections (SSL encryption and/or authentication). It also uses a wallet to store the SSL certificates and credentials. I don't have personal experience on this approach.
    SSL and the wallet allow you to connect to the database similar to CONNECT/@net_service_name or sqlplus /@net_service_namehttp://docs.oracle.com/cd/B28359_01/network.111/b28530/asossl.htm#CIHCBIEG

  • NotSerializableException reading file from configuration adapter

    Hi!
    When I try to access a file with config.getFile() that is stored in VA configuration adapter I get a P4BaseRuntimeException with an underlying NotSerializableException.
    This is what I'm doing:
    Context ctx = new InitialContext();
    ConfigurationRuntimeInterface configInterface = 
         (ConfigurationRuntimeInterface)ctx.lookup("configuration");
    cfgContext      = configInterface.getConfigurationContext();
    cfgHandler      = cfgContext.getConfigurationHandler();
    config     = cfgHandler.openConfiguration(path, ConfigurationHandler.READ_ACCESS);
    boolean exists     = config.existsFile(filename);
    InputStream is = config.getFile(filename);  // this is where the exception occurs
    I've omitted handling for InconsistentReadException in this post, to keep the code short.
    The existence check with config.existsFile() returns true, so configuration path and filename seem to be ok. However, config.getFile() throws a NotSerializableException.
    So, how can I read a file from configuration adapter? What is my mistake?
    Thanks for your help,
    Frank

    hi frank,
    in addition to the above content
    u can refer the how to use the  config.getFile()
    http://kickjava.com/src/org/apache/commons/configuration/reloading/FileChangedReloadingStrategy.java.htm
    let me know u need any further info
    bvr

  • How i can to create a vi, which read from configuration file and i could modify this indicator and save the config data??

    Hi guys,
    I have in my application a subvi which i use to save the configuration of application. I create one file with the last saved configuration, and i would like to open this values and that i could to modify this indicator value, but i cant since to modify i need 'numeric control' and to read the data from file i need 'numeric indicator '...
    I thought, use a numeric control and use the values from file to the default values, but i didnt get to find the property node to adjust it. is it possible? or any different way to get it....??
    Also, i attached the capture file.. i would like the program DOESNT SHOW the question of
    replace the file!!. i would like directly replace the file when i push save.
    Thanks, i attached the vi.
    Attachments:
    options.vi ‏43 KB
    config.cnf ‏1 KB
    capture.GIF ‏43 KB

    Hi Dennis,
    Your 'write to sreadshhet mod' suprime the dialog of replace file or not!, i want when i push save, it show the dialog input name of file and show the default sim000 but when i push this sim000 and this file already exist, then show the dialog to replace or not, if i replace Ok not problem, but when i push cancel replace it shows error eof!!!.
    Your file, only remove this dialog and only replace the file directly.
    i put the capture, when i choose the file to save and the program say to me this file exist and it give me the option of replace or not,i want when i push cancel replace it continues running without get error.
    is it possible?.
    Thanks.
    Regards, Fonsi.
    Attachments:
    capture.GIF ‏71 KB
    example.vi ‏40 KB

  • How to read the data from an internal table,when column names are known

    Hi All
    I have a specific requirement. I got an internal table with many fields (let it be my_tab).  Some of the fieldnames (column names in internal table my_tab) are stored in separate internal table(let it be my_fields).
    I need to store/read data corresponding to the fields (whose name is stored in my_fields) from my_tab.
    I am able to build dynamic table (referred by field-symbol) with respect to the given field names in my_fields.
    But i am unable to read the data corresponding to the fieldnames from my_tab.
    Please provide  me some pointer in this regard.
    Regards
    Swetabh Shukla

    HI All
    Thanks for the prompt response. I got solution for my question. Please check below thread. For quick reponse i posted my question in one more category. Thanks to all of you.
    How to read internal table w.r.t. fieldnames stored in other table

  • Error while reading excel file from application server into internal table.

    Hi experts,
    My requirement is to read an excel file from application server into internal table.
    Hence I have created an excel file fm_test_excel.xls in desktop and uploaded to app server using CG3Z tcode (as BIN file type).
    Now in my program I have used :
    OPEN DATASET v_filename FOR INPUT IN text mode encoding default.
    DO.
    READ DATASET v_filename INTO wa_tab.
    The statement OPEN DATASET works fine but I get a dump (conversion code page error) at READ DATASET statement.
    Error details:
    A character set conversion is not possible.
    At the conversion of a text from codepage '4110' to codepage '4103':
    - a character was found that cannot be displayed in one of the two
    codepages;
    - or it was detected that this conversion is not supported
    The running ABAP program 'Y_READ_FILE' had to be terminated as the conversion
    would have produced incorrect data.
    The number of characters that could not be displayed (and therefore not
    be converted), is 445. If this number is 0, the second error case, as
    mentioned above, has occurred.
    An exception occurred that is explained in detail below.
    The exception, which is assigned to class 'CX_SY_CONVERSION_CODEPAGE', was not
    caught and
    therefore caused a runtime error.
    The reason for the exception is:
    Characters are always displayed in only a certain codepage. Many
    codepages only define a limited set of characters. If a text from a
    codepage should be converted into another codepage, and if this text
    contains characters that are not defined in one of the two codepages, a
    conversion error occurs.
    Moreover, a conversion error can occur if one of the needed codepages
    '4110' or '4103' is not known to the system.
    If the conversion error occurred at read or write of  screen, the file
    name was '/usr/sap/read_files/fm_test_excel.xls'. (further information about
    the file: "X 549 16896rw-rw----201105170908082011051707480320110517074803")
    Also let me know whether this is the proper way of reading excel file from app server, if not please suggest an alternative .
    Regards,
    Karthik

    Hi,
    Try to use OPEN DATASET v_filename FOR INPUT IN BINARY mode encoding default. instead of OPEN DATASET v_filename FOR INPUT IN text mode encoding default.
    As I think you are uploading the file in BIN format to Application server and trying to open text file.
    Regards,
    Umang Mehta

  • Reading long text from excel file to an internal table

    Hi
    Can any body tell me how to read long text from excel file to an internal table.
    When i am using this FM KCD_EXCEL_OLE_TO_INT_CONVERT then it is reading only 32 characters from each cell.
    But in my excel sheet in one of the cell has very long text which i need to upload into a internal table.
    may i know which FM or what logic i need to use for this problem.
    Regards

    Hi,
    Here is an example program.  It will upload an Excel file with two columns.  You could also assign the Excel structure dynamically, but I wanted to keep the example simple.  The main point is that the internal table (it_excel in this example) must match the Excel structure that you want to convert.
    Remember, this is just an example to help you figure out how to properly use the technique.  It will certainly need to be modified to fit your requirements, and as always there may be a better way to get the Excel converted... this is just one possibility that has worked for me in the past.
    *& Report  zexcel_upload_test                            *
    REPORT  zexcel_upload_test.
    TYPE-POOLS: truxs.
    TYPES: BEGIN OF ty_excel,
             col_a(10) TYPE n,
             col_b(35) TYPE c,
           END OF ty_excel.
    DATA: l_data_tab         TYPE TABLE OF string,
          l_text_data        TYPE truxs_t_text_data,
          l_gui_filename     TYPE string,
          it_excel           TYPE TABLE OF ty_excel.
    FIELD-SYMBOLS: <wa_excel>  TYPE ty_excel.
    PARAMETERS: p_file TYPE rlgrap-filename.
    * Pass the file name in the correct format
    l_gui_filename = p_file.
    * Upload data from PC
    CALL METHOD cl_gui_frontend_services=>gui_upload
      EXPORTING
        filename                = l_gui_filename
        filetype                = 'ASC'
        has_field_separator     = 'X'
      CHANGING
        data_tab                = l_data_tab
      EXCEPTIONS
        file_open_error         = 1
        file_read_error         = 2
        no_batch                = 3
        gui_refuse_filetransfer = 4
        invalid_type            = 5
        no_authority            = 6
        unknown_error           = 7
        bad_data_format         = 8
        header_not_allowed      = 9
        separator_not_allowed   = 10
        header_too_long         = 11
        unknown_dp_error        = 12
        access_denied           = 13
        dp_out_of_memory        = 14
        disk_full               = 15
        dp_timeout              = 16
        OTHERS                  = 17.
    IF sy-subrc <> 0.
    *   MESSAGE ...
      EXIT.
    ENDIF.
    * Convert from Excel into the appropriate itab
    l_text_data[] = l_data_tab[].
    CALL FUNCTION 'TEXT_CONVERT_XLS_TO_SAP'
      EXPORTING
        i_field_seperator    = 'X'
        i_tab_raw_data       = l_text_data
        i_filename           = p_file
      TABLES
        i_tab_converted_data = it_excel
      EXCEPTIONS
        conversion_failed    = 1
        OTHERS               = 2.
    IF sy-subrc <> 0.
    *   MESSAGE ...
      EXIT.
    ENDIF.
    LOOP AT it_excel ASSIGNING <wa_excel>.
    *  Do something here...
    ENDLOOP.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_file.
      PERFORM filename_get CHANGING p_file.
    *       FORM filename_get                                             *
    FORM filename_get CHANGING p_in_file TYPE rlgrap-filename.
      DATA: l_in_file  TYPE string,
            l_filetab  TYPE filetable,
            wa_filetab TYPE LINE OF filetable,
            l_rc       TYPE i,
            l_action   TYPE i,
            l_init_dir TYPE string.
    * Set the initial directory to whatever you want it to be
      l_init_dir = 'C:\'.
    * Call the file open dialog without multiselect
      CALL METHOD cl_gui_frontend_services=>file_open_dialog
        EXPORTING
          window_title            = 'Load file'
          default_extension       = '.XLS'
          default_filename        = l_in_file
          initial_directory       = l_init_dir
          multiselection          = 'X'
        CHANGING
          file_table              = l_filetab
          rc                      = l_rc
          user_action             = l_action
        EXCEPTIONS
          file_open_dialog_failed = 1
          cntl_error              = 2
          error_no_gui            = 3
          OTHERS                  = 4.
      IF sy-subrc <> 0.
        REFRESH l_filetab.
      ENDIF.
    * Read the selected filename
      READ TABLE l_filetab INTO wa_filetab INDEX 1.
      IF sy-subrc = 0.
        p_in_file = wa_filetab-filename.
      ENDIF.
    ENDFORM.                    " filename_get
    Regards,
    Jamie

  • Problem in reading the JDK1.4Logger configuration file from java prog

    I have written a java program and want to log the messages in a log file , I'm using commons logging with JDK1.4logger as logging subsystem .
    I am facing the problem in reading the JDK1.4Logger configuration file which is commons-logging .properties file from my java program as a result my log messages are appearing directly on the screen while I try to run program , during compilation no error is shown . I have tried to set java.util.logging.config.file ="Path of my commons-logging .properties file " by setting system properties also.
    Please suggest the appropriate solution for this .

    Some webservers won't recognise the resource bundle provided in message-resources
    In that case, you need to specify that resource bundle information in web.xml at the time of specifying the action servlet like this. Check for the init-param application.
    <servlet>
        <servlet-name>action</servlet-name>
        <servlet-class>org.apache.struts.action.ActionServlet</servlet-class>
        <init-param>
          <param-name>application</param-name>
          <param-value>resource.ApplicationResource</param-value>
        </init-param>
        <init-param>
          <param-name>config</param-name>
          <param-value>/WEB-INF/struts-config.xml</param-value>
        </init-param>
        <init-param>
          <param-name>debug</param-name>
          <param-value>2</param-value>
        </init-param>
        <init-param>
          <param-name>detail</param-name>
          <param-value>2</param-value>
        </init-param>
        <init-param>
          <param-name>validate</param-name>
          <param-value>true</param-value>
        </init-param>
        <load-on-startup>2</load-on-startup>
      </servlet>In this, the drawback is, you can not specify the key for your resource bundle. In the JSP, you have to access the property like this.
    <bean:message key="label.fName"/>

  • Reading XML file from application server and  put into internal table-4.6C

    Dear All,
    Is there any way of reading XML file from application server to SAP? I am using 4.6C. Function module SCMS_STRING_TO_XSTRING function module is not available. Please suggest.
    Thanks and regards,
    Atanu

    Hi Atanu!
    Simply use the XSLT transformation 'ID'.
    FIELD-SYMBOLS <ls_result> TYPE ANY.
    CREATE DATA lref_data TYPE (your_structure).
    ASSIGN lref_data->* TO <ls_result>.
    CALL TRANSFORMATION id
                        SOURCE XML xmlstr
                        RESULT result = <ls_result>.
    "xmlstr" contains your XML file. Just read it into it via standard I/O operations. "<ls_result>" will contain your DDIC formatted content.
    Best regards
    Torsten

  • Impute revenue to Internal Order from SD

    Hi Experts,
    Is it possible to impute revenues to Internal Order from SD? Is necessary some configuration?
    Thanks in advance.
    José Luis

    If your cost of sales account is not setup as a cost element (which it shouldn't be if you are using cost based COPA), then you will need to created another cost of sale G/L account which does have a cost element and use that account for this transaction.  The G/L account that is selected for cost of sales is based on the movement type selected in the sales transaction and the valuation class assigned to the material.
    The easiest way of having the system find a different G/L account for this is to use a material in the sale transaction with a different valuation class that can be assigned to this new G/L account.  You can use transaction code (FBKP) to assign the G/L account to the correct account modifier for that valuation class.
    If you can't use a different valuation class (because this material is used in other situations as well), then the process is more complicated.  You will need to have the sales transaction find a different movement type for this so that you can assign a different account modifier and G/L account.  You will probably need to work with your S/D consultant to make this work, but I'll take you through some of the steps.
    In the standard system, movement type 601 is usually used to issue the inventory against the delivery and record the cost of goods sold accounting posting.  The trick here is to assign a different movement type to this speicific transaction.  The movement type is assigned to the schedule item category that is assigned to the sales line.  The schedule item category is derived from the item category, so you may need to have your S/D consultant create a new item category, a new schedule item category, and a new movement type for you.  Now that you have a new movment type, you assign a account key and modifier to the movment type.  From there assign the correct G/L account to the account key and modifier for your valuation class.
    thanks,

  • Reading internal table into File Adapter

    Hi,
    I would like to read an internal table from RFC function (sender), and write all the rows into the file by using File Adapter. Here is the scenerio;
    RFC Adapter -> XI -> File adapter
    Internal table content, below;
    FLD1  FLD2   FLD3
    1        A        B
    2        X        Y
    I expect the result, below;
    <?xml version="1.0" encoding="UTF8" ?>
    <rfc:Z_RFC xmlns:rfc="urn:sapcom:document:sap:rfc:functions">
    <ITAB_ZSUBS001>
      <item>
       <FLD1>1</FLD1>
       <FLD2>A</FLD2>
       <FLD3>B</FLD3>
      </item>
      <item>
       <FLD1>2</FLD1>
       <FLD2>X</FLD2>
       <FLD3>Y</FLD3>
      </item>
    </ITAB_ZSUBS001>
    </rfc:Z_RFC>
    I see all the records in payload, but cannot write into file. Anybody have any suggestion? Thank you.
    Regards,
    Orkun Gedik
    Message was edited by:
            Orkun GEDIK

    Hi,
    Thank you for the feedback. From now on I am getting the error, below;
    Error> occured [1] >Thu Apr 05 09:24:21,046<   
    RfcException:
        message: Commit fault: com.sap.aii.af.rfc.afcommunication.RfcChannelMismatchException: Wrong Sender Agreement:The Sender agreement does not have channel Rfc_Fiyat_Sender configured for the functionmodule Z_RFC
        Return code: RFC_CLOSED(6)
        error group: 108
        key: RFC_ERROR_INTERNAL
    Please see the last configuration, below;
    Message mappings:
    RFC Message:
    Messages 1..1
    Message1 1..1
    Z_RFC 1..1
    ITAB_ZSUBS001 1..1
    item 0..unbounded
    TXTKOD 0..1
    TXTAD 0..1
    TXTADDR 0..1
    Message Type: Malzeme
    Messages 1..1
    Message1 1..1
    Malzeme 0..unbounded
    TXTKOD 1..1
    TXTAD 1..1
    TXTADDR 1..1
    Interface mappings:
    Source Interface: Z_RFC Occurrence 1
    Target Interface: MI_MAlzeme_In_Asyn Occurrence 0..unbounded
    I bound the items below;
    item -> Malzeme
    TXTKOD -> TXTKOD
    TXTAD -> TXTAD
    TXTADDR -> TXTADDR
    Also,I refreshed the adapter cache and full cache by using SXI_CACHE and restart the RFC adapter thorugh Visual Admin in order to solve the problem, but it couldn't be a solution for the problem. Do you have any suggestion about it?
    Regards
    Message was edited by:
            Orkun GEDIK

  • Encoding problem while reading binary data from MQ-series

    Dear all,
    we are running on 7.0 and we have an encoding problem while reading binary data from MQ-series. Because we are getting flat strings from queue we use module "Plain2ML" (MessageTransformBean) for wrapping xml-elements around the incoming data.
    The MQ-Series-Server is using CCSID 850, which we configured in connection parameters in communication channel (both parameters for Queuemanager CCSID and also CCSID of target).If there are special characters in the message (which HEX-values differ from codepage to codepage) we get errors in our adapter while executing, please see stack-trace for further analysis below.
    It seems to us that
    1. method ByteToCharUTF8.convert() expects UTF-8 in binary data
    2. Both CCSID parameters are not used anyway in JMS-adapter
    How can we solve this problem without changing anything on MQ-site?
    Here is the stack-trace:
    Catching com.sap.aii.af.mp.module.ModuleException: Transform: failed to execute the transformation: com.sap.aii.messaging.adapter.trans.TransformException: Error converting Message: 'sun.io.MalformedInputException'; nested exception caused by: sun.io.MalformedInputException caused by: com.sap.aii.messaging.adapter.trans.TransformException: Error converting Message: 'sun.io.MalformedInputException'; nested exception caused by: sun.io.MalformedInputException
        at com.sap.aii.af.modules.trans.MessageTransformBean.throwModuleException(MessageTransformBean.java:453)
        at com.sap.aii.af.modules.trans.MessageTransformBean.process(MessageTransformBean.java:387)
        at com.sap.aii.af.mp.module.ModuleLocalLocalObjectImpl0_0.process(ModuleLocalLocalObjectImpl0_0.java:103)
        at com.sap.aii.af.mp.ejb.ModuleProcessorBean.process(ModuleProcessorBean.java:292)
        at com.sap.aii.af.mp.processor.ModuleProcessorLocalLocalObjectImpl0_0.process(ModuleProcessorLocalLocalObjectImpl0_0.java:103)
        at com.sap.aii.adapter.jms.core.channel.filter.SendToModuleProcessorFilter.filter(SendToModuleProcessorFilter.java:84)
        at com.sap.aii.adapter.jms.core.channel.filter.MessageFilterContextImpl.callNext(MessageFilterContextImpl.java:195)
        at com.sap.aii.adapter.jms.core.channel.filter.ConvertBinaryToXiMessageFilter.filter(ConvertBinaryToXiMessageFilter.java:304)
        at com.sap.aii.adapter.jms.core.channel.filter.MessageFilterContextImpl.callNext(MessageFilterContextImpl.java:195)
        at com.sap.aii.adapter.jms.core.channel.filter.ConvertJmsMessageToBinaryFilter.filter(ConvertJmsMessageToBinaryFilter.java:112)
        at com.sap.aii.adapter.jms.core.channel.filter.MessageFilterContextImpl.callNext(MessageFilterContextImpl.java:195)
        at com.sap.aii.adapter.jms.core.channel.filter.InboundDuplicateCheckFilter.filter(InboundDuplicateCheckFilter.java:87)
        at com.sap.aii.adapter.jms.core.channel.filter.MessageFilterContextImpl.callNext(MessageFilterContextImpl.java:195)
        at com.sap.aii.adapter.jms.core.channel.filter.TxManagerFilter.filterSend(TxManagerFilter.java:123)
        at com.sap.aii.adapter.jms.core.channel.filter.TxManagerFilter.filter(TxManagerFilter.java:59)
        at com.sap.aii.adapter.jms.core.channel.filter.MessageFilterContextImpl.callNext(MessageFilterContextImpl.java:195)
        at com.sap.aii.adapter.jms.core.channel.filter.DynamicConfigurationFilter.filter(DynamicConfigurationFilter.java:72)
        at com.sap.aii.adapter.jms.core.channel.filter.MessageFilterContextImpl.callNext(MessageFilterContextImpl.java:195)
        at com.sap.aii.adapter.jms.core.channel.filter.PmiAgentFilter.filter(PmiAgentFilter.java:66)
        at com.sap.aii.adapter.jms.core.channel.filter.MessageFilterContextImpl.callNext(MessageFilterContextImpl.java:195)
        at com.sap.aii.adapter.jms.core.channel.filter.InboundCorrelationFilter.filter(InboundCorrelationFilter.java:60)
        at com.sap.aii.adapter.jms.core.channel.filter.MessageFilterContextImpl.callNext(MessageFilterContextImpl.java:195)
        at com.sap.aii.adapter.jms.core.channel.filter.JmsHeadersProfileFilter.filter(JmsHeadersProfileFilter.java:59)
        at com.sap.aii.adapter.jms.core.channel.filter.MessageFilterContextImpl.callNext(MessageFilterContextImpl.java:195)
        at com.sap.aii.adapter.jms.core.channel.filter.MessageInvocationsFilter.filter(MessageInvocationsFilter.java:89)
        at com.sap.aii.adapter.jms.core.channel.filter.MessageFilterContextImpl.callNext(MessageFilterContextImpl.java:195)
        at com.sap.aii.adapter.jms.core.channel.filter.JarmMonitorFilter.filter(JarmMonitorFilter.java:57)
        at com.sap.aii.adapter.jms.core.channel.filter.MessageFilterContextImpl.callNext(MessageFilterContextImpl.java:195)
        at com.sap.aii.adapter.jms.core.channel.filter.ThreadNamingFilter.filter(ThreadNamingFilter.java:62)
        at com.sap.aii.adapter.jms.core.channel.filter.MessageFilterContextImpl.callNext(MessageFilterContextImpl.java:195)
        at com.sap.aii.adapter.jms.core.channel.SenderChannelImpl.doReceive(SenderChannelImpl.java:263)
        at com.sap.aii.adapter.jms.core.channel.ChannelImpl.receive(ChannelImpl.java:437)
        at com.sap.aii.adapter.jms.core.connector.MessageListenerImpl.onMessage(MessageListenerImpl.java:36)
        at com.ibm.mq.jms.MQMessageConsumer$FacadeMessageListener.onMessage(MQMessageConsumer.java:399)
        at com.ibm.msg.client.jms.internal.JmsMessageConsumerImpl$JmsProviderMessageListener.onMessage(JmsMessageConsumerImpl.java:904)
        at com.ibm.msg.client.wmq.v6.jms.internal.MQMessageConsumer.receiveAsync(MQMessageConsumer.java:4249)
        at com.ibm.msg.client.wmq.v6.jms.internal.SessionAsyncHelper.run(SessionAsyncHelper.java:537)
        at java.lang.Thread.run(Thread.java:770)
    Caused by: com.sap.aii.messaging.adapter.trans.TransformException: Error converting Message: 'sun.io.MalformedInputException'; nested exception caused by: sun.io.MalformedInputException
        at com.sap.aii.messaging.adapter.Conversion.service(Conversion.java:714)
        at com.sap.aii.af.modules.trans.MessageTransformBean.processTransform(MessageTransformBean.java:538)
        at com.sap.aii.af.modules.trans.MessageTransformBean.processTransform(MessageTransformBean.java:528)
        at com.sap.aii.af.modules.trans.MessageTransformBean.processTransform(MessageTransformBean.java:471)
        at com.sap.aii.af.modules.trans.MessageTransformBean.process(MessageTransformBean.java:364)
        ... 36 more
    Caused by: sun.io.MalformedInputException
        at sun.io.ByteToCharUTF8.convert(ByteToCharUTF8.java:270)
        at sun.nio.cs.StreamDecoder$ConverterSD.convertInto(StreamDecoder.java:287)
        at sun.nio.cs.StreamDecoder$ConverterSD.implRead(StreamDecoder.java:337)
        at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:223)
        at java.io.InputStreamReader.read(InputStreamReader.java:208)
        at java.io.BufferedReader.fill(BufferedReader.java:153)
        at java.io.BufferedReader.readLine(BufferedReader.java:316)
        at java.io.LineNumberReader.readLine(LineNumberReader.java:176)
        at com.sap.aii.messaging.adapter.Conversion.convertPlain2XML(Conversion.java:310)
        at com.sap.aii.messaging.adapter.Conversion.service(Conversion.java:709)
        ... 40 more
    Any ideas?
    Kind regards, Stefan

    Hi Stefan,
    for the first MTB now we are using only one parameter: Transform.ContentType = text/plain;charset="ISO-8859-1"
    The second MTB, which does the XML-Wrapping, is configured like this:
    Transform.Class = com.sap.aii.messaging.adapter.Conversion
    Transform.ContentType = application/xml
    xml.conversionType = SimplePlain2XML
    xml.fieldNames = value
    xml.fieldSeparator = §%zulu§%
    xml.processFieldNames = fromConfiguration
    xml.structureTitle = payload
    Both CCSID configuration parameters from the "Source"-Tab we've set to 850.
    Now, we don't get an error anymore - sun.io.malformedInputException - , but, unfortunately, now special character conversion succeeded (we need an "ß" and we get an ISO-HEX-E1 -> á).  E1 is (different from ISO) an "ß" in 850.
    Any ideas?

  • How to keep an internal drive from being mounted on startup?

    Other than opening the box and disconnecting them physically, how do I keep an internal drive from being mounted at startup? I have two problems:
    1) despite having an SSD drive marked as the startup drive, I think one of my other drives is being considered first - startup takes a long time and it shows the gray circle with a line through it, before acquiescing into booting (rapidly and nicely) from the SSD drive. How do I make it ignore the other drives and go right for this?
    2) when the system boots up, if I don't immediately dismount the internal drives (which I don't need most of the time), Time Machine and Spotlight begin going over them.
         other than physically removing them, anything I can do in some OS X boot script to keep those drives from being mounted?

    Ok, I followed your directions (including de-seleccting and re-selecting the SSD as boot disk from System Preferences). Console: there was nothing under System Diagnostic Reports, but here's what the All Messages logs said after the Boot_Time that demonstrated my issue (3 min wait, then gray circle with a line through it, then finally rapid boot off the SSD). Is there anything here that shows what the heck it's doing before it actually boots off the SSD?
    12/27/12 10:16:09 PM
    bootlog[95]
    BOOT_TIME: 1356664502 0
    12/27/12 10:16:09 PM
    com.apple.usbmuxd[77]
    usbmuxd-296.3 on Jul 25 2012 at 00:28:37, running 64 bit
    12/27/12 10:16:09 PM
    fseventsd[88]
    event logs in /.fseventsd out of sync with volume.  destroying old logs. (764 7 915)
    12/27/12 10:16:09 PM
    fseventsd[88]
    log dir: /.fseventsd getting new uuid: 69C652CD-6886-4C24-962B-86FE77C3DFD3
    12/27/12 10:16:09 PM
    Parallels[126]
    Unloading kernel extension prl_netbridge.kext
    12/27/12 10:16:09 PM
    com.apple.SystemStarter[78]
    Starting APC PowerChute Personal Edition daemon
    12/27/12 10:16:09 PM
    com.apple.SystemStarter[78]
    Starting the DynDNS Updater Daemon
    12/27/12 10:16:09 PM
    com.apple.SystemStarter[78]
    Starting MySQL database server
    12/27/12 10:16:09 PM
    com.apple.SystemStarter[78]
    Parallels Link-local IPv4 daemon v1.0.
    12/27/12 10:16:09 PM
    com.apple.SystemStarter[78]
    Success: process 142 went to background
    12/27/12 10:16:09 PM
    com.apple.SystemStarter[78]
    /usr/sbin/comapcpowerchutepe start: comapcpowerchute starting...
    12/27/12 10:16:09 PM
    sudo[134]
    root : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/Applications/NETGEARGenie.app/Contents/MacOS/NETGEARGenieDaemon
    12/27/12 10:16:09 PM
    net.denyhosts[100]
    Traceback (most recent call last):
    12/27/12 10:16:09 PM
    net.denyhosts[100]
      File "/usr/local/bin/denyhosts.py", line 5, in <module>
    12/27/12 10:16:09 PM
    net.denyhosts[100]
    import DenyHosts.python_version
    12/27/12 10:16:09 PM
    net.denyhosts[100]
    ImportError: No module named DenyHosts.python_version
    12/27/12 10:16:09 PM
    net.denyhosts[100]
    starting DenyHosts:
    /usr/bin/env python /usr/local/bin/denyhosts.py --daemon --config=/usr/share/denyhosts/denyhosts.cfg
    12/27/12 10:16:09 PM
    Parallels[212]
    Unloading kernel extension prl_vnic.kext
    12/27/12 10:16:10 PM
    com.apple.launchd[1]
    (0x1005014a0.anonymous.nohup[242]) Bug: launchd_core_logic.c:8303 (24498):0
    12/27/12 10:16:10 PM
    com.apple.launchd[1]
    (0x1005014a0.anonymous.nohup[242]) Switching sessions is not allowed in the system Mach bootstrap.
    12/27/12 10:16:10 PM
    com.apple.launchd[1]
    (0x1005014a0.anonymous.nohup[242]) _vprocmgr_switch_to_session(): kr = 0x44c
    12/27/12 10:16:10 PM
    com.apple.launchd[1]
    (0x100120790.anonymous.nohup[243]) Bug: launchd_core_logic.c:8303 (24498):0
    12/27/12 10:16:10 PM
    com.apple.launchd[1]
    (0x100120790.anonymous.nohup[243]) Switching sessions is not allowed in the system Mach bootstrap.
    12/27/12 10:16:10 PM
    com.apple.launchd[1]
    (0x100120790.anonymous.nohup[243]) _vprocmgr_switch_to_session(): kr = 0x44c
    12/27/12 10:16:10 PM
    Parallels[272]
    Unloading kernel extension prl_usb_connect.kext
    12/27/12 10:16:10 PM
    Parallels[288]
    Unloading kernel extension prl_hid_hook.kext
    12/27/12 10:16:10 PM
    Parallels[297]
    Unloading kernel extension prl_hypervisor.kext
    12/27/12 10:16:10 PM
    Parallels[309]
    Loading kernel extension prl_usb_connect.kext
    12/27/12 10:16:10 PM
    Parallels[317]
    Loading kernel extension prl_hypervisor.kext
    12/27/12 10:16:10 PM
    kernel
    Ethernet [Intel8254x]: Link up on en0, 1-Gigabit, Full-duplex, Symmetric flow-control, Debug [792d,af08,0de1,0e00,cde1,2c00]
    12/27/12 10:16:11 PM
    Parallels[328]
    Loading kernel extension prl_hid_hook.kext
    12/27/12 10:16:11 PM
    Parallels[334]
    Loading kernel extension prl_netbridge.kext
    12/27/12 10:16:11 PM
    kernel
    /drv/ HypVtx.c:186   CPU is Intel
    12/27/12 10:16:11 PM
    kernel
    /drv/ HypLowCache.c:193   Low cache initialized (35520 kB for 8 VMs on 4096 MB)
    12/27/12 10:16:11 PM
    kernel
    /drv/ HypApic.c:211   Host APIC  phy 0xFEE00000  lin 0x5dae1000  ver 0x14
    12/27/12 10:16:11 PM
    kernel
    /drv/ HypVtd.c:3941   [vtdInit]
    12/27/12 10:16:11 PM
    kernel
    /drv/ HypVtd.c:3957   [vtdInit] VTD initialization disabled
    12/27/12 10:16:11 PM
    kernel
    /drv/ HypSMBios.c:54   Failed to find SMBios entry point
    12/27/12 10:16:11 PM
    kernel
    /drv/ HypModule.c:184   Parallels IPI irq = 0 ipi = 0(0x0)
    12/27/12 10:16:11 PM
    kernel
    /drv/ HypModule.c:194   Parallels Hypervisor 7.0.15107.796624 loaded.
    12/27/12 10:16:11 PM
    kernel
    /prl_hid/ Parallels HID Helper started.
    12/27/12 10:16:11 PM
    Parallels[340]
    Loading kernel extension prl_vnic.kext
    12/27/12 10:16:11 PM
    Parallels[345]
    Trying to load kernel extensions, exit status: 0
    12/27/12 10:16:11 PM
    Parallels[348]
    Starting Parallels networking...
    12/27/12 10:16:11 PM
    kernel
    com.parallels.kext.prlnet 7.0.15107.796624 has started.
    12/27/12 10:16:11 PM
    kernel
    com.parallels.kext.vnic 7.0.15107.796624 has started.
    12/27/12 10:16:11 PM
    kernel
    com_parallels_kext_prl_vnic: created vnic0
    12/27/12 10:16:11 PM
    kernel
    com_parallels_kext_prl_vnic: created vnic1
    12/27/12 10:16:11 PM
    Parallels[357]
    Parallels networking sucessfully started
    12/27/12 10:16:11 PM
    Parallels[359]
    Restarting CiscoVPN
    12/27/12 10:16:11 PM
    /Library/Parallels/Parallels Service.app/Contents/PlugIns/Parallels NAPT Service.app/Contents/MacOS/prl_naptd[355]
    Starting Parallels Network Daemon
    12/27/12 10:16:11 PM
    SystemStarter[361]
    Unknown service: CiscoVPN
    12/27/12 10:16:11 PM
    Parallels[364]
    Starting Parallels Dispatcher Service
    12/27/12 10:16:11 PM
    Parallels[368]
    Parallels Dispatcher Service sucessfully started
    12/27/12 10:16:11 PM
    /Library/Parallels/Parallels Service.app/Contents/PlugIns/Parallels NAPT Service.app/Contents/MacOS/prl_naptd[355]
    vnic0: DHCP/NAT for 10.211.55.1-10.211.55.254 netmask 255.255.255.0
    12/27/12 10:16:11 PM
    /Library/Parallels/Parallels Service.app/Contents/PlugIns/Parallels NAPT Service.app/Contents/MacOS/prl_naptd[355]
    vnic1: DHCP for 10.37.129.1-10.37.129.254 netmask 255.255.255.0
    12/27/12 10:16:12 PM
    kernel
    /drv/ HypIoctls.c:779   Ioctl VT-d status: 0
    12/27/12 10:16:12 PM
    configd[14]
    network configuration changed.
    12/27/12 10:16:13 PM
    com.bjango.istatmenusdaemon[103]
    interface: en0
    12/27/12 10:16:14 PM
    com.apple.SecurityServer[31]
    Session 0x52dc31 created
    12/27/12 10:16:14 PM
    com.apple.SecurityServer[31]
    Session 0x52dc31 attributes 0x30
    12/27/12 10:16:14 PM
    com.apple.launchctl.LoginWindow[380]
    launchctl: Dubious permissions on file (skipping): /Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist
    12/27/12 10:16:14 PM
    com.apple.launchctl.LoginWindow[380]
    launchctl: Dubious permissions on file (skipping): /Library/LaunchAgents/com.netgear.NETGEARGenie.plist
    12/27/12 10:16:15 PM
    loginwindow[84]
    Login Window Started Security Agent
    12/27/12 10:16:15 PM
    WindowServer[138]
    kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    12/27/12 10:16:15 PM
    com.apple.WindowServer[138]
    Thu Dec 27 22:16:15 ML-Home-Desktop-Mac.local WindowServer[138] <Error>: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    12/27/12 10:16:15 PM
    SecurityAgent[386]
    Showing Login Window
    12/27/12 10:16:15 PM
    kernel
    2.2.05 Little Snitch: connection deferred for:/usr/libexec/XProtectUpdater uid:0 to:23.48.94.224 :80
    12/27/12 10:16:31 PM
    kernel
    [098db600][BNBTrackpadDevice::init][54] init is complete
    12/27/12 10:16:31 PM
    kernel
    [098db600][BNBTrackpadDevice::probe][54] entered
    12/27/12 10:16:32 PM
    kernel
    [098db600][BNBTrackpadDevice::handleStart][54] Done
    12/27/12 10:16:32 PM
    kernel
    [0991b300][AppleMultitouchHIDEventDriver::start] entered
    12/27/12 10:16:32 PM
    kernel
    [09982a00][AppleMultitouchDevice::start] entered
    12/27/12 10:16:36 PM
    kernel
    [BNBTrackpadDevice][waitForHandshake][28-37-37-2a-41-a4] Timeout waiting for handshake
    12/27/12 10:16:36 PM
    kernel
    [098db600][BNBTrackpadDevice::_simpleSetReport][54] ERROR: setReport returned error 0xe00002d6
    12/27/12 10:16:36 PM
    kernel
    [098db600][BNBTrackpadDevice::_setMultitouchReportID][54] ERROR: _simpleSetReport returned error 0xe00002d6
    12/27/12 10:16:36 PM
    kernel
    [098db600][BNBTrackpadDevice::_getMultitouchReportInfo][54] ERROR: _setMultitouchReportID returned error 0xe00002d6
    12/27/12 10:16:36 PM
    kernel
    [09982a00][AppleMultitouchDevice::_getFeatureReportInfo] ERROR: getMultitouchReportInfo returned error 0xe00002d6
    12/27/12 10:16:36 PM
    kernel
    [09982a00][AppleMultitouchDevice::_deviceGetReportWithLookUp] ERROR: _getFeatureReportInfo returned result 0xe00002d6
    12/27/12 10:16:38 PM
    kernel
    [BNBTrackpadDevice][waitForHandshake][28-37-37-2a-41-a4] Became inactive waiting for handshake
    12/27/12 10:16:38 PM
    kernel
    [09982a00][AppleMultitouchDevice::willTerminate] entered
    12/27/12 10:16:38 PM
    kernel
    [BNBTrackpadDevice][setReportWL][28-37-37-2a-41-a4] Could not send DATA command via interrupt channel
    12/27/12 10:16:38 PM
    kernel
    [098db600][BNBTrackpadDevice::_setMultitouchReportID][54] ERROR: _simpleSetReport returned error 0xe00002c0
    12/27/12 10:16:38 PM
    kernel
    [098db600][BNBTrackpadDevice::_getMultitouchReportInfo][54] ERROR: _setMultitouchReportID returned error 0xe00002c0
    12/27/12 10:16:38 PM
    kernel
    [09982a00][AppleMultitouchDevice::_getFeatureReportInfo] ERROR: getMultitouchReportInfo returned error 0xe00002c0
    12/27/12 10:16:38 PM
    kernel
    [09982a00][AppleMultitouchDevice::_deviceGetReportWithLookUp] ERROR: _getFeatureReportInfo returned result 0xe00002c0
    12/27/12 10:16:38 PM
    kernel
    [09982a00][AppleMultitouchDevice::stop] entered
    12/27/12 10:16:50 PM
    kernel
    [0746a000][BNBTrackpadDevice::init][54] init is complete
    12/27/12 10:16:50 PM
    kernel
    [0746a000][BNBTrackpadDevice::probe][54] entered
    12/27/12 10:16:50 PM
    kernel
    [0746a000][BNBTrackpadDevice::handleStart][54] Done
    12/27/12 10:16:50 PM
    kernel
    [09923800][AppleMultitouchHIDEventDriver::start] entered
    12/27/12 10:16:51 PM
    kernel
    [098dc600][AppleMultitouchDevice::start] entered
    12/27/12 10:16:54 PM
    SecurityAgent[386]
    User info context values set for mlevin
    12/27/12 10:16:54 PM
    authorizationhost[385]
    Failed to authenticate user <mlevin> (tDirStatus: -14090).
    12/27/12 10:16:59 PM
    SecurityAgent[386]
    User info context values set for mlevin
    12/27/12 10:16:59 PM
    SecurityAgent[386]
    Login Window Showing Progress
    12/27/12 10:16:59 PM
    SecurityAgent[386]
    Login Window done
    12/27/12 10:16:59 PM
    loginwindow[84]
    Login Window - Returned from Security Agent
    12/27/12 10:16:59 PM
    loginwindow[84]
    USER_PROCESS: 84 console
    12/27/12 10:16:59 PM
    com.parallels.vm.prl_naptd[355]
    QKqueueFileSystemWatcherEngine::addPaths: open: No such file or directory
    12/27/12 10:16:59 PM
    com.parallels.vm.prl_naptd[355]
    QFileSystemWatcher: failed to add paths: /Library/Managed Preferences
    12/27/12 10:17:00 PM
    com.apple.launchctl.Background[395]
    launchctl: Dubious permissions on file (skipping): /Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist
    12/27/12 10:17:00 PM
    com.apple.launchctl.Background[395]
    launchctl: Dubious permissions on file (skipping): /Library/LaunchAgents/com.netgear.NETGEARGenie.plist
    12/27/12 10:17:00 PM
    com.apple.launchctl.Aqua[396]
    launchctl: Dubious permissions on file (skipping): /Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist
    12/27/12 10:17:00 PM
    com.apple.launchctl.Aqua[396]
    launchctl: Dubious permissions on file (skipping): /Library/LaunchAgents/com.netgear.NETGEARGenie.plist
    12/27/12 10:17:00 PM
    com.apple.launchd.peruser.501[394]
    (com.apple.ReportCrash) Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    12/27/12 10:17:00 PM
    com.apple.launchd[1]
    (com.apple.xprotectupdater[75]) Exited with exit code: 252
    12/27/12 10:17:01 PM
    SystemUIServer[400]
    MenuCracker 2.2 (/Library/Application Support/iStat Menus 4/extras/MenuCracker.menu)
    See http://sourceforge.net/projects/menucracker
    MenuCracker is now loaded. Ready to accept new menu extras.
    12/27/12 10:17:01 PM
    SystemUIServer[400]
    failed to instantiate and get the principal class of bundle: NSBundle </Library/Application Support/iStat Menus 4/extras/MenuCracker.menu> (loaded)
    12/27/12 10:17:02 PM
    SystemUIServer[400]
    MenuCracker: Allowing "iStatMenusCPU".
    12/27/12 10:17:02 PM
    SystemUIServer[400]
    MenuCracker: Allowing "iStatMenusDisks".
    12/27/12 10:17:02 PM
    SystemUIServer[400]
    MenuCracker: Allowing "iStatMenusMemory".
    12/27/12 10:17:02 PM
    SystemUIServer[400]
    MenuCracker: Allowing "iStatMenusNetwork".
    12/27/12 10:17:02 PM
    SystemUIServer[400]
    MenuCracker: Allowing "iStatMenusTemps".
    12/27/12 10:17:02 PM
    SystemUIServer[400]
    iStat Menus loading extra - cpu
    12/27/12 10:17:02 PM
    SystemUIServer[400]
    iStat Menus loading extra - diskusage
    12/27/12 10:17:02 PM
    SystemUIServer[400]
    iStat Menus loading extra - memory
    12/27/12 10:17:02 PM
    SystemUIServer[400]
    iStat Menus loading extra - network
    12/27/12 10:17:02 PM
    com.apple.launchd.peruser.501[394]
    (com.adobe.ARM.42ac9929a05cbdd7f58fd6e4e7b56fce8abf441e6bb086a4605d75e8[428]) posix_spawn("/Volumes/SSD disk's clone/Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/MacOS/Updater/Adobe Acrobat Updater Helper.app/Contents/MacOS/Adobe Acrobat Updater Helper", ...): No such file or directory
    12/27/12 10:17:02 PM
    com.apple.launchd.peruser.501[394]
    (com.adobe.ARM.42ac9929a05cbdd7f58fd6e4e7b56fce8abf441e6bb086a4605d75e8[428]) Exited with exit code: 1
    12/27/12 10:17:02 PM
    com.apple.launchd.peruser.501[394]
    (com.adobe.ARM.3e1417e9549d2369b747c3eb25762e38be24fdd2f6636655133c410b[429]) posix_spawn("/Volumes/Primary 10.6 drive clone/Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/MacOS/Updater/Adobe Acrobat Updater Helper.app/Contents/MacOS/Adobe Acrobat Updater Helper", ...): No such file or directory
    12/27/12 10:17:02 PM
    com.apple.launchd.peruser.501[394]
    (com.adobe.ARM.3e1417e9549d2369b747c3eb25762e38be24fdd2f6636655133c410b[429]) Exited with exit code: 1
    12/27/12 10:17:02 PM
    /Library/Parallels/Parallels Service.app/Contents/PlugIns/Parallels NAPT Service.app/Contents/MacOS/prl_naptd[421]
    Starting Parallels Network Daemon
    12/27/12 10:17:02 PM
    com.parallels.vm.prl_pcproxy[421]
    QKqueueFileSystemWatcherEngine::addPaths: open: No such file or directory
    12/27/12 10:17:02 PM
    com.parallels.vm.prl_pcproxy[421]
    QFileSystemWatcher: failed to add paths: /Library/Managed Preferences
    12/27/12 10:17:02 PM
    iStatMenusAgent[423]
    Loading istat menus agent
    12/27/12 10:17:02 PM
    com.apple.launchd.peruser.501[394]
    (com.apple.Kerberos.renew.plist[418]) Exited with exit code: 1
    12/27/12 10:17:02 PM
    iStatMenusAgent[423]
    iStat Menus Agent version 4.03 (416)
    12/27/12 10:17:02 PM
    SystemUIServer[400]
    iStat Menus loading extra - sensors
    12/27/12 10:17:02 PM
    sudo[439]
    root : TTY=unknown ; PWD=/ ; USER=mlevin ; COMMAND=/bin/launchctl load /Library/LaunchAgents/com.parallels.vm.prl_pcproxy.plist
    12/27/12 10:17:02 PM
    sudo[443]
    root : TTY=unknown ; PWD=/ ; USER=mlevin ; COMMAND=/bin/launchctl start com.parallels.vm.prl_pcproxy
    12/27/12 10:17:03 PM
    detectpen[452]
    did set up runloop
    12/27/12 10:17:03 PM
    [0x0-0x16016].com.livescribe.PenAutoLaunch[447]
    2012-12-27 22:17:03.080 detectpen[452:903] did set up runloop
    12/27/12 10:17:03 PM
    detectforcon[451]
    did set up runloop
    12/27/12 10:17:03 PM
    detectpen[452]
    did add service matching notification fun 0
    12/27/12 10:17:03 PM
    detectpen[452]
    deviceFound, iterating
    12/27/12 10:17:03 PM
    [0x0-0x16016].com.livescribe.PenAutoLaunch[447]
    2012-12-27 22:17:03.109 detectpen[452:903] did add service matching notification fun 0
    12/27/12 10:17:03 PM
    [0x0-0x16016].com.livescribe.PenAutoLaunch[447]
    2012-12-27 22:17:03.110 detectpen[452:903] deviceFound, iterating
    12/27/12 10:17:03 PM
    [0x0-0x17017].com.livescribe.AutoLaunchForConnect[448]
    2012-12-27 22:17:03.080 detectforcon[451:903] did set up runloop
    12/27/12 10:17:03 PM
    detectforcon[451]
    did add service matching notification fun 0
    12/27/12 10:17:03 PM
    [0x0-0x17017].com.livescribe.AutoLaunchForConnect[448]
    2012-12-27 22:17:03.124 detectforcon[451:903] did add service matching notification fun 0
    12/27/12 10:17:03 PM
    detectforcon[451]
    deviceFound, iterating
    12/27/12 10:17:03 PM
    [0x0-0x17017].com.livescribe.AutoLaunchForConnect[448]
    2012-12-27 22:17:03.134 detectforcon[451:903] deviceFound, iterating
    12/27/12 10:17:04 PM
    AutoLaunchForConnect[448]
    exiting
    12/27/12 10:17:04 PM
    PenAutoLaunch[447]
    exiting
    12/27/12 10:17:09 PM
    com.apple.Finder[401]
    Dropbox: Entered INJECT_pthread_entry
    12/27/12 10:17:09 PM
    com.apple.Finder[401]
    Dropbox: Installing event loop timer
    12/27/12 10:17:09 PM
    com.apple.Finder[401]
    Dropbox: proc: 0x1016cbe53
    12/27/12 10:17:09 PM
    com.apple.Finder[401]
    Dropbox: upp: 0x1016cbe53
    12/27/12 10:17:09 PM
    com.apple.Finder[401]
    Dropbox: InstallEventLoopTimer: 0x7fff803fcdd8
    12/27/12 10:17:09 PM
    com.apple.Finder[401]
    Dropbox: GetMainEventLoop: 0x7fff803fcc41
    12/27/12 10:17:09 PM
    com.apple.Finder[401]
    Dropbox: timer installed!
    12/27/12 10:17:09 PM
    com.apple.Finder[401]
    Dropbox: Loading /Library/DropboxHelperTools/Dropbox_u501/DropboxBundle.bundle/Contents/MacOS/Dr opboxBundle
    12/27/12 10:17:09 PM
    com.apple.Finder[401]
    Dropbox: dlopen returned: 0x1014b3e40
    12/27/12 10:17:09 PM
    com.apple.Finder[401]
    module initializer in main thread?: 1
    12/27/12 10:17:17 PM
    osascript[485]
    Initializer-based scripting additions have been deprecated. Please update this addition: "/Library/ScriptingAdditions/Adobe Unit Types.osax"
    12/27/12 10:17:35 PM
    osascript[487]
    Initializer-based scripting additions have been deprecated. Please update this addition: "/Library/ScriptingAdditions/Adobe Unit Types.osax"
    12/27/12 10:17:41 PM
    osascript[489]
    Initializer-based scripting additions have been deprecated. Please update this addition: "/Library/ScriptingAdditions/Adobe Unit Types.osax"
    12/27/12 10:17:41 PM
    com.apple.notifyd[12]
    EV_DELETE failed for file watcher 22
    12/27/12 10:17:41 PM
    com.apple.notifyd[12]
    EV_DELETE failed for file watcher 21
    12/27/12 10:17:41 PM
    com.apple.notifyd[12]
    EV_DELETE failed for file watcher 20
    12/27/12 10:17:41 PM
    com.apple.notifyd[12]
    EV_DELETE failed for file watcher 19
    12/27/12 10:17:41 PM
    com.apple.notifyd[12]
    EV_DELETE failed for file watcher 18
    12/27/12 10:17:41 PM
    com.apple.notifyd[12]
    EV_DELETE failed for file watcher 17
    12/27/12 10:17:41 PM
    com.apple.notifyd[12]
    EV_DELETE failed for file watcher 16
    12/27/12 10:17:41 PM
    com.apple.notifyd[12]
    EV_DELETE failed for file watcher 15
    12/27/12 10:18:07 PM
    mds[83]
    (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    12/27/12 10:18:07 PM
    mds[83]
    (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    12/27/12 10:18:07 PM
    mds[83]
    (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    12/27/12 10:18:08 PM
    mds[83]
    (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    12/27/12 10:18:08 PM
    mds[83]
    (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    12/27/12 10:18:08 PM
    mds[83]
    (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    12/27/12 10:18:08 PM
    mds[83]
    (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    12/27/12 10:18:08 PM
    mds[83]
    (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    12/27/12 10:18:11 PM
    mds[83]
    (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    12/27/12 10:18:11 PM
    mds[83]
    (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    12/27/12 10:18:11 PM
    mds[83]
    (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    12/27/12 10:18:11 PM
    mds[83]
    (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    12/27/12 10:18:11 PM
    mds[83]
    (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    12/27/12 10:18:11 PM
    mds[83]
    (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    12/27/12 10:18:25 PM
    osascript[500]
    Initializer-based scripting additions have been deprecated. Please update this addition: "/Library/ScriptingAdditions/Adobe Unit Types.osax"

  • How to read .xls file from FTP server t oInternal table

    Hi
    am using the FTP_SERVER_TO_R3 to read xls file from FTP server to internal table
    but the data i get in LT_TEXT is special characters.
    CALL FUNCTION 'FTP_SERVER_TO_R3'
    EXPORTING
    handle = hdl
    fname = f_name "ProdDataFromCRM.xls.
    * CHARACTER_MODE = 'X'
    * IMPORTING
    * BLOB_LENGTH =
    TABLES
    BLOB = lt_text
    * TEXT = lt_text
    EXCEPTIONS
    TCPIP_ERROR = 1
    COMMAND_ERROR = 2
    DATA_ERROR = 3
    OTHERS = 4
    can any one help me out to get the exact data..
    Really appreciate your quick response..
    Thank You

    Hi, if you really retrieve an excel file, you can not see the data in ABAP. You may see them in Excel. For this you may use
    CALL METHOD document->open_document_from_table
    of the interface i_oi_document_proxy for OLE objects. You can access the data with reference to the interface i_oi_spreadsheet.
    Please check [Desktop Office Integration (BC-CI)|http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCCIOFFI/BCCIOFFI.pdf] for details.
    But, who knows, perhaps you want "And Now For Something Completely Different".
    Regards
    Clemens

Maybe you are looking for