FCC error

Hi ,
I am doing file to file using FCC (txt - xml).here am getting below error.Please find and let me know the solution.
  <SAP:Code area="MAPPING">EXCEPTION_DURING_EXECUTE</SAP:Code>
  <SAP:P1>com/sap/xi/tf/_MM_EmpDetails_</SAP:P1>
  <SAP:P2>com.sap.aii.utilxi.misc.api.BaseRuntimeException</SAP:P2>
  <SAP:P3>RuntimeException in Message-Mapping transformatio~</SAP:P3>
  <SAP:P4 />
  <SAP:AdditionalText />
  <SAP:ApplicationFaultMessage namespace="" />
  <SAP:Stack>com.sap.aii.utilxi.misc.api.BaseRuntimeException thrown during application mapping com/sap/xi/tf/_MM_EmpDetails_: RuntimeException in Message-Mapping transformatio~</SAP:Stack>
  <SAP:Retry>M</SAP:Retry>
  </SAP:Error>
Regards

Hi,
This clearly shows that there are some problem in your message mapping. So please check it with your sample input and see if you are getting the desired output. But i hope you will get some error message and then check out if your mapping is correct according to that error message.
You can use the test tab in mapping editor.
Regards
Aashish Sinha
PS ; reward points if helpful

Similar Messages

  • RECEIVER FILE ADAPTER FCC ERROR

    Hi team
    My scenario is a text file has to be picked up by PI, has to processe it and the receiver is Proxy and it has to get updated and sent back to FTP location.
    i am using Sender File Adapter with FCC and Also receiver File Adapter with FCC.
    Both the sender and receiver structures are same; i am using the same FCC parameters for both the sides.
    in Receiver File Adapter i am getting the following errors
    1) Conversion initialization failed: java.lang.Exception: java.lang.Exception: Error(s) in XML conversion parameters found:
    Parameter '.fieldFixedLengths' or '.fieldSeparator' is missing
    2)Conversion initialization failed: java.lang.Exception: java.lang.Exception: Error(s) in XML conversion parameters found:
    Parameter '1.fieldFixedLengths' or '1.fieldSeparator' is missing
    please help me out
    thank you
    Edited by: vemugantivn on Aug 16, 2010 12:19 PM

    Hi,
    > 1) Conversion initialization failed: java.lang.Exception: java.lang.Exception: Error(s) in XML conversion parameters found:
    >  Parameter '.fieldFixedLengths' or '.fieldSeparator' is missing
    > 2)Conversion initialization failed: java.lang.Exception: java.lang.Exception: Error(s) in XML conversion parameters found:
    > Parameter '1.fieldFixedLengths' or '1.fieldSeparator' is missing
    It is saying that you are not using the fieldSeparator parqameter.
    have you provided the field separator parameter? if not then give like below
    order_row.fieldSeparator : ,  (give what ever the separater you are using)
    or 
    order_row.fieldSeparator : 10,5,...  (if you are using fixed length)
    Regards
    Ramesh

  • FCC Error in RWB

    Hi All,
    My scenario is Idoc to File scenario in which i am using FCC at the target end,
    My data type structure was
    RootNode
    Level -
    1
    5 Fields
    Level  -
    2
    5 Fields
    Level -
    3
    5 Fields
    and my FCC parameters was ..
    Level1.fieldFixedLengths  --- 0,0, (As i dont want all these fields i marked as 0,0,....)
    Level1.fixedLengthTooShortHandling  -- Cut
    Level1.endSeparator                           -- 'nl'
    Level2.fieldFixedLengths                    --- 10,15,10,12,15
    Level2.fixedLengthTooShortHandling  -- Cut
    Level2.endSeparator                           -- 'nl'
    Level3.fieldFixedLengths  --- 10,15,10,12,15
    Level3.fixedLengthTooShortHandling  -- Cut
    Level3.endSeparator                           -- 'nl'
    but, unable to find where actaully the error is..
    This is the folllowing error which i am getting in Receiver comm channel monitoring in RWB.. I think the error is with FCC
    Message processing failed. Cause: com.sap.engine.interfaces.messaging.api.exception.MessagingException: Error occurred while connecting to the FTP server "rps37ykf.rim.net:21": java.lang.Exception: Exception in XML Parser (format problem?):'java.lang.Exception: Message processing failed in XML parser: 'Conversion configuration error: Unknown structure 'ns0:RootNode' found in document', probably configuration error in file adapter (XML parser error)'
    request your inputs to solve this issue..
    regards,
    sai

    Hi..
    RootNode ..is it the name of your Message type?
    Yes Root Node is my message Type
    Also are Level1,Level2,Level1 on same level?
    Yes all the levels are in same level ..
    If i need to suppress any one level at the output end how can i suppress it..
    If i alter the Data type structure i can do it but the values which is populated at that level will be used by the other levels
    Eg: i want to suppress level 1 but some functionality of that level will be used by the other 2 levels. so in the structure it is essential but at the target end i need to suppress those values..
    can i suppress it using any other fixedlength funcitonality
    regards,
    sai

  • Empty document found. Proceed without sending message - FCC error

    Hi,
    Getting the above error in sender file channel monitoring and cant seee message in moni.
    My FCC parameter are
    Record set structure: OrderHeader,,Item,
    Sequence : ascending
    Key field name : keyField
    type: string-case insenitive
    OrderHeader.fieldSeparator: ,
    OrderHeader.fieldNames: SFA_Order_No,Order_Type,Order_Type,Dist_Channel,Division,Sales_District,Ship_To,Document_Date,Discount,IDENTIFIER,Delivery_Date,Sold_to_Party,Sold_to_Party
    OrderHeader.keyFieldInStructure: add
    OrderHeader.keyFieldValue: OrderHeader
    OrderHeader.endSeparator: 'nl'
    Item.fieldSeparator: ,
    Item.fieldNames: SFA_Order_No,Material_No,Quantity,GIK_Flag
    Item.keyFieldInStructure: add
    Item.keyFieldValue: Item
    Item.endSeparator: 'nl'
    i dont have key field in my source strucure, so given Item.keyFieldInStructure: add
    my source file is:
    1000001,"Z001","RU  ÍÎÂÈÊÎÂÀ ÀÍÍÀ","2999901553","20090803",25,0,"20090804",2999901553,""
    1000002,"Z001","RU  ÍÎÂÈÊÎÂÀ ÀÍÍÀ","2999901549","20090803",25,0,"20090804",2999901549,""
    1000001,"80806730",1,1
    1000001,"81200005",2,0
    1000002,"90101446",1,1
    1000002,"90194294",1,0
    source DT strucute is:
    can you please validate my FCC parameters?
    Regards,
    Rashmi

    Hi Rashmi,
    Remove all this:
    Key field name : keyField
    OrderHeader.keyFieldInStructure: add
    OrderHeader.keyFieldValue: OrderHeader
    Item.keyFieldInStructure: add
    Item.keyFieldValue: Item
    and put this:
    Key field name : SFA_Order_No
    and test it.
    Regards,
    ---Satish

  • FCC error :java.lang.Exception: Column value '   ' too long

    Hi all,
    I am using FCC on receiving File adapter...
    While executing i am getting this error in CC monitor
    com.sap.aii.af.ra.ms.api.RecoverableException: Exception in XML Parser (format problem?):'java.lang.Exception: Message processing failed in XML parser: 'java.lang.Exception: Column value '   ' too long (>1 for 2. column) - must stop',
    i searched in SDN but no luck till now..
    Plz help me out..
    Thanx in advance.

    Hi,
    Check ur FCC parameters,
    File content conversion sites
    /people/venkat.donela/blog/2005/03/02/introduction-to-simplefile-xi-filescenario-and-complete-walk-through-for-starterspart1
    /people/venkat.donela/blog/2005/03/03/introduction-to-simple-file-xi-filescenario-and-complete-walk-through-for-starterspart2
    /people/arpit.seth/blog/2005/06/02/file-receiver-with-content-conversion
    /people/anish.abraham2/blog/2005/06/08/content-conversion-patternrandom-content-in-input-file
    /people/shabarish.vijayakumar/blog/2005/08/17/nab-the-tab-file-adapter
    /people/venkat.donela/blog/2005/03/02/introduction-to-simplefile-xi-filescenario-and-complete-walk-through-for-starterspart1
    /people/venkat.donela/blog/2005/03/03/introduction-to-simple-file-xi-filescenario-and-complete-walk-through-for-starterspart2
    /people/venkat.donela/blog/2005/06/08/how-to-send-a-flat-file-with-various-field-lengths-and-variable-substructures-to-xi-30
    /people/anish.abraham2/blog/2005/06/08/content-conversion-patternrandom-content-in-input-file
    /people/shabarish.vijayakumar/blog/2005/08/17/nab-the-tab-file-adapter
    /people/jeyakumar.muthu2/blog/2005/11/29/file-content-conversion-for-unequal-number-of-columns
    /people/shabarish.vijayakumar/blog/2006/02/27/content-conversion-the-key-field-problem
    /people/michal.krawczyk2/blog/2004/12/15/how-to-send-a-flat-file-with-fixed-lengths-to-xi-30-using-a-central-file-adapter
    /people/arpit.seth/blog/2005/06/02/file-receiver-with-content-conversion
    http://help.sap.com/saphelp_nw04/helpdata/en/d2/bab440c97f3716e10000000a155106/content.htm
    Regards,
    Phani.
    Reward points if Helpful

  • FCC ERROR in Receiver CC

    Hi Experts
    i am facing the following error in the Receiver File Adapter . I am using the FCC for both the Sender and also teh Receiver.
    Conversion initialization failed: java.lang.Exception: java.lang.Exception: Error(s) in XML conversion parameters found: Parameter '.fieldFixedLengths' or '.fieldSeparator' is missing .
    please help me out
    thanx in advance.

    Hi,
    Error says you haven't mentioned field separater in the FCC parameters.
    use .fielsSeparator  , or what ever your field separator that you have to mention here
    Regards
    Ramesh

  • File Adapter FCC Error

    Hi team
    i am getting the following errors in the File Adapter when i am using the FCC Parameters.
    1)Conversion initialization failed: java.lang.Exception: java.lang.Exception: java.lang.Exception: Error(s) in XML conversion parameters found: Mandatory parameter 'xml.keyfieldName': no value found
    2)Conversion initialization failed: java.lang.Exception: java.lang.Exception: java.lang.Exception: Error(s) in XML conversion parameters found: Mandatory parameter 'Detail.keyFieldValue': no value found
    My FCC parameters are
    Header.fieldNames,Header.fixedLengths,Detail.fieldNames,Detail.fixedLengths
    i am receiving a file from the FTP server; the file structure has header and detail records.
    Please help me out
    tahnx a lot in advance

    Hi,
    Your header and details lines in the file will contain the first value which differentiates them.
    That field becomes your Keyfiled.
    Add the following to the configuration:
    xml.keyfiledName - the 1st field name from the header and detail
    header.keyFieldValue - vakue from the header line
    detail.keyFieldValue - value from the detail line
    Regards,
    Pragati

  • Idoc to FCC error.

    HI,
    Scenario is Idoc to File scenario using BPM, needs to drop the file using FCC and BPM collect messages is used
    All the fields are populating successfully but facing issues with serial number and date fields,
    1. With respect to Serial Number:
    from the source i will be getting 18 digit serial number padded with zeros
    For eg:
    Source :  000000001234506789 -- Need the ouput as 01234506789 for this i have writen UDF using substring.
    but when i check this in message mapping i could see 01234506789 but at the output file i see as 1234506789
    i need o to be prefixed
    2. the second issue is also as similar;
    i have used the data transformation,
    YYYYMMDD  -- using date transformation i have changed to MMDDYYYY
    here when the month is below 10, i mean 1 to 9 the dates are populating at output as 9102010 --> 9th Month date 10 and the year 2010, here also when i check in Message mapping i could see 0 prefixing as 09102010.
    i have the fcc parameters as:
    FCC:
    recordheader.fieldSeperator  -- ,
    recordheader.endSeparator  -- "nl"
    Need ;your valuable inputs ASAP..
    Thanks,
    --Sai

    Hi Sai,
    --> For your first case use FORMATNUM funciton and try it.
    -->For the second case check the incoming date and as per that alter the date parameters in the data transformation step as per requirement.
    Thanks

  • Sender FCC error

    Hi,
    I get the below error in Communication channel monitoring and all the parameters have been checked and they seems to be OK. Channel was working properly earlier and nothing has been changed later.
    Conversion of file content to XML failed at position 0: java.lang.Exception: ERROR converting document line no. 2 according to structure 'Line':java.lang.Exception: ERROR in configuration / structure 'Line.': More elements in file csv structure than field names specified!
    Regards,
    Chaitanya

    You have more filed in the file in line no 2 then the no of field specied
    For Example
    Fieldname specified in Module config
    Field1,Field2
    But file may contain 3 three field in second line
    23,A roy,67
    so in this case it will fail.
    check the second line in the file and count the no of fields.
    Also check any field valuecontains the separotor (,) inside it? In some cases first name and last name we put by a comma separtor

  • FCC Help Needed!

    Hi there
    Im using FCC to create a flat file, I have to specify the field lengths and If I miss something it takes forever to get the faulty value. If I have an error like this, is there a way to pin point the line that has the problem?
    Message processing failed. Cause: com.sap.aii.af.ra.ms.api.RecoverableException: Exception in XML Parser (format problem?):'java.lang.Exception: Message processing failed in XML parser: 'java.lang.Exception: Column value '0000000000' too long (>1 for 25. column) - must stop', probably configuration error in file adapter (XML parser error)': java.lang.Exception: Exception in XML Parser (format problem?):'java.lang.Exception: Message processing failed in XML parser: 'java.lang.Exception: Column value '0000000000' too long (>1 for 25. column) - must stop', probably configuration error in file adapter (XML parser error)'
    Thanks,
    Jan

    Hello,
    Check out useful,
    [Re: FCC error :java.lang.Exception: Column value '   ' too long]
    This will help in solving the problem,
    [Re: FCC Receiver Error :Column value '   ' too long]
    Edited by: Siddhesh Pathak on Apr 2, 2009 11:40 AM

  • Idoc to flatfile FCC issue

    Hello everybody,
    i am implementing an idoc-flatfile scenario (PI 7.1). It works to write an xml file into directory, as soon as I use FCC in order to generate txt-file, no file is written, and sxmb_moni shows an acknowledgement with system error. In both cases sxmb_moni shows the following acknowledgement:
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--
    Technisches Routing der Antwort
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">
      <SAP:Category>XIServer</SAP:Category>
      <SAP:Code area="OUTBINDING">CO_TXT_OUTBINDING_NOT_FOUND</SAP:Code>
      <SAP:P1>,ZZ_CC_IBDLV</SAP:P1>
      <SAP:P2>,ZZ_CC_IBDLV,,</SAP:P2>
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:Stack>Es konnte keine Empfängervereinbarung für den Sender ,ZZ_CC_IBDLV zum Empfänger ,ZZ_CC_IBDLV,, gefunden werden.</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    Inbound = idoc SHP_OBDLV_SAFE_REPLICA
    message type for outbound:
    ZZ_DT_OBDL     Complex Type          
    header     Element          1
    -test1     Element     xsd:string     1
    -test2     Element     xsd:string     1
    item     Element          0..unbounded
    -itemtest     Element     xsd:string     1
    -itemtest2     Element     xsd:string     1
    FCC:
    Recordset structure:                header,item,*
    header.addHeaderLine          1
    header.fieldNames               test1,test2
    header.fieldSeperator               ,
    header.processConfiguration          FromConfiguration
    header.endSeperator               'nl'
    item.addHeaderLine               1
    item.fieldNames               itemtest,itemtest2
    item.fieldSeperator               ,
    item.processConfiguration          FromConfiguration
    item.endSeperator               'nl'
    I also tried StrictXml2PlainBeanu2026 doesnu2019t work eitheru2026 thanks in advance,
    Lukas

    It works to write an xml file into directory, as soon as I use FCC in order to generate txt-file, no file is written
    --->
    use
    Recordset structure: header,item
    In receiver FCC, do not specify occurrences in recordset structure
    Also fieldNames parameter is also not required.
    RWB--> Message Monitoring, select Details of your message, you will find FCC errors here

  • Fed up With BT....................full stop!

    3 months ago after repeatedly phoning CS's regarding slow BB,V04 erros on Vision-intermittant disconnections BT agreed to investigate the problem. 
      #they sent an engineer to my house and he replaced  the faceplate on the main socket and installed a new cable running from the socket to my Hub 2,ran various tests that he wouldn't elaborate on except to say he was seeing FCC errors "off the scale".
      However after he left,whatever he did my BB speed increased from 4 meg to 8.5 meg now 3months on the speed has dropped back to 3-4 meg (depending on time of day,slower during the day)and the V04 errors have resurfaced.
      After complaining again,threatening to terminate my contract etc the CS  Techy  ran through the usual process of elimination and told me to leave my hub on for 48 hours while they ran tests.Again he wouldn't tell me which tests and what kinds of results he was looking for.
      My feeling on this is that he was fobbing me off and it is BT's unofficial policy to gradually decrease customers speeds to the point of there tollerance ie when they phone up an complain at which point they reset their speed ans start again.
       I ask myself why should i pay the same for the 8 meg i was getting 3 months with no errors as i am now for half the speed or worse with at times unwatchable BTVison?
    FYI her are my hub stats:
    Line state
    Connected
    Connection time
    1 days, 04:11:59
    Downstream
    6,802 Kbps
    Upstream
    944 Kbps
    ADSL Settings
    VPI/VCI
    0/38
    Type
    PPPoA
    Modulation
    G.992.5 Annex A
    Latency type
    Interleaved
    Noise margin (Down/Up)
    2.5 dB / 4.7 dB
    Line attenuation (Down/Up)
    46.6 dB / 24.1 dB
    Output power (Down/Up)
    8.7 dBm / 1.7 dBm
    Loss of Framing (Local/Remote)
    0 / 0
    Loss of Signal (Local/Remote)
    0 / 0
    Loss of Power (Local/Remote)
    0 / 0
    FEC Errors (Down/Up)
    36187 / 30576
    CRC Errors (Down/Up)
    1387 / 51959
    HEC Errors (Down/Up)
    15884 / 0
    Error Seconds (Local/Remote)
    452 / 11858
    Hide Details
    2 things confuse me about these results-firstly the speed is showing 6.8 meg,yet BT speedtester shows 3.4 and as i said my hub has been on for almost 3 dayss now but the Connection time is only just over 1 day.
     Oh and 1 fianl thing,I'm fairly sure it said "Fast" instead of of "interleaved" afew days ago,why would this change ?
    Solved!
    Go to Solution.

    Thank you for your support and here are the Speedtester reults as you requested.....................
    FAQ
    1. Best Effort Test:  -provides background information.
    Download  Speed
    3.82 Mbps
    0 Mbps
    4 Mbps
    Max Achievable Speed
     Download speedachieved during the test was - 3.82 Mbps
     For your connection, the acceptable range of speeds is 1.2 Mbps-4 Mbps.
     IP Profile for your line is - 3 Mbps
    2. Upstream Test:  -provides background information.
    Upload Speed
    0.77 Mbps
    0 Mbps
    0.83 Mbps
    Max Achievable Speed
    Upload speed achieved during the test was - 0.77Mbps
     Additional Information:
     Upstream Rate IP profile on your line is - 0.83 Mbps

  • Premature end of File

    Hi all,
    I got the following exception while doing file to file scenario  (with file content conversion)
    Operation Mapping
    INF137917_OM_Medicine
    Runtime error
    Runtime exception occurred during application mapping com/sap/xi/tf/_INF137917_MM_Medicine_; com.sap.aii.utilxi.misc.api.BaseRuntimeException: Premature end of file.
    I found this error in test configuration of Integration directory.
    Please help me to find out the cause of it.

    Hi Ashu,
    With what payload you are testing in the ID test tool? Should be from the SXMB_MONI ,isn't it ?
    My view is that , there are error in the sender file adapter FCC which you have written.
    Please try correcting the FCC error and your issue will be solved.Make sure you use correct parameters as FCC is case sensitive.
    refer this help.sap link to analyse and correct your fcc error.
    http://help.sap.com/saphelp_nw70/helpdata/en/2c/181077dd7d6b4ea6a8029b20bf7e55/content.htm
    post if you have any specific erorr, as you seems to be very new to SDN , try searching for the error in Google/SDn and then if you dont get any way out ... SDN members will be more than happy to guide you .
    Cheers,
    Srinivas

  • Writeback to text file

    Does writeback functionality support writeback into text(csv) file?
    Error I receive when trying save chnages is follow:
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43093] An error occurred while processing the EXECUTE PHYSICAL statement. [nQSError: 16001] ODBC error state: S1000 code: -3035 message: [Microsoft][ODBC Text Driver] Operation must use an updateable query.. [nQSError: 16015] SQL statement execution failed. (HY000)
    SQL Issued: EXECUTE PHYSICAL CONNECTION POOL "TXT Connection Pool" UPDATE sales_plan.csv SET PLAN_REVENUE=366278.00 WHERE SALES_METHOD='Default Sales Methodology' AND SALES_STAGE='02 - Potential Lead' AND YEAR=2007 AND MONTH=2
    template file is follow:
    <?xml version="1.0" encoding="utf-8"?>
    <WebMessageTables xmlns:sawm="com.siebel.analytics.web/message/v1">
    <WebMessageTable lang="en-us" system="WriteBack" table="Messages">
    <WebMessage name="SALES_PLAN">
    <XML>
    <writeBack connectionPool="TXT Connection Pool">
    <insert> </insert>
    <update>UPDATE sales_plan.csv SET PLAN_REVENUE=@{c2} WHERE SALES_METHOD='@{c0}' AND SALES_STAGE='@{c1}' AND YEAR=@{c3} AND MONTH=@{c4} </update>
    </writeBack>
    </XML>
    </WebMessage>
    </WebMessageTable>
    </WebMessageTables>
    Thank in advance

    Hi,
    In Content conversion parameters, there is a field called Key Field Name. Set you keyfield name there..Key Field is a field by which you identify every record from file.
    Question:What if i dont have any Key Field by which i identify every record.. even then also i have to filled keyfield name..
    Answer:If you specified a variable number of substructures for Recordset Structure, in other words, at least one substructure has the value ‘*’, then the substructures must be identified by the parser from their content. A key field must be set with different constants for the substructures. In this case, you must specify a key field, and the field name must occur in all substructures.
    Check this URL for more FCC error and clarifications: Very useful block
    http://help.sap.com/saphelp_nw04/helpdata/en/d2/bab440c97f3716e10000000a155106/frameset.htm
    Please reward points if it helps
    Thanks
    VIkranth

  • Error in Receiver Communication Channel in FCC

    I have a simple scenario of Proxy to File. I have to just one field in complete row. So my structure is as below : MT_RecordIB -> Records.  So my XSD looks like this :
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://XXXl.com/INF31018/SAPSerOrd_DaysIn" targetNamespace="http://hnwl.com/INF31018/SAPSerOrd_DaysIn">
       <xsd:element name="MT_RecordIB" type="DT_RecordIB" />
       <xsd:complexType name="DT_RecordIB">
          <xsd:sequence>
             <xsd:element name="Records" type="xsd:string" />
          </xsd:sequence>
       </xsd:complexType>
    </xsd:schema>
    I have used FCC and the parameters are :
    Recordset Structure                                  Records
    Records.fieldSeparator             'nl'
    But I am getting following error in Receiver Communication Channel :
    Failed to process message content. Reason: Exception in XML Parser (format problem?):'java.lang.Exception: Message processing failed in XML parser: 'Conversion configuration error: Unknown structure 'ns0:MT_RecordIB' found in document', probably configuration error in file adapter (XML parser error)' (Software version: 3.0.21)
    Thanks,
    Pankaj Singh

    Hey Pankaj,
    Your content conversion parameter might be configured improperly.
    Refer this blogs
    /people/shabarish.vijayakumar/blog/2007/08/03/file-adapter-receiver--are-we-really-sure-about-the-concepts
    /people/arpit.seth/blog/2005/06/02/file-receiver-with-content-conversion
    Refer the following threads for your problem
    [ Unknown structure 'ns0:MT_dbglgtr_FileName' found in document'|Unknown structure 'ns0:MT_dbglgtr_FileName' found in document']
    Rgds
    Ramesh

Maybe you are looking for

  • How do I utilize the iCloud to view Pages documents created on my MacBook?

    I'm trying to figure out how to get pages documents from the iCloud to view on my iPad that were originally created on my MacBook. Do I need to download the pages app if I already have it on my MacBook? I guess I'm confused as to how to even find wha

  • Web Service Client encoding style error

    Hi all, I have a created a java static stub client (created with wscompile from the wsdp). If I run the client I receive the following error "unexpected encoding style: expected=http://schemas.xmlsoap.org/soap/encoding/..." I am using a delphi web se

  • Adding a new device emulator

    hi, currently i am using the wireless toolkit from sun to run my progs.. but sideby side i have also started using borland jbuilder enterprise 2005.. now my question is actually regarding jbuilder.. in order to add a new device to wtk all i did was p

  • Trouble importing from various CDs

    Hi.  I've had several discs full of photos rejected, saying that they are incompatible with iPhoto.  one came from ritz camera, another was a disc of vacation photos that we bought.  i haven't had trouble loading them onto a PC.  Any suggestions?  Th

  • Pacman.conf - No Repositories listed [SOLVED]

    My pacman.conf is showing no respositories. http://gmjones.org/tv/pacman.conf Where can I go to get a current list to insert into this file? Thanks. Last edited by chome4 (2012-01-16 15:10:09)