ImportNode content not able to see in xml editor

Hi
My requirment is to copy the portion of the incoming xml into another xml file.
i used following code to copy from incoming xml into another xml.
lDocumentBuilFactory = DocumentBuilderFactory.newInstance();
            lIncomingFeedDocBuilder = lDocumentBuilFactory.newDocumentBuilder();
            lNewFeedDocBuilder = lDocumentBuilFactory.newDocumentBuilder();
            lIncomingFeedDocument = lIncomingFeedDocBuilder.parse(new FileInputStream(
                        lIncomingFeePath));
            lNewFeedDocument = lNewFeedDocBuilder.newDocument();
            Element lElement = (Element) lNewFeedDocument.importNode(lIncomingFeedDocument.getElementsByTagName(
                        "content").item(0), true);
             lNewFeedDocument.appendChild(lElement);
            lNewFile = new File(lDestinationFile);
            lNewFileOutStrearm = new FileOutputStream(lNewFile);
            lNewFilePW = new PrintWriter(lNewFileOutStrearm);
            lTransformerFactory = TransformerFactory.newInstance();
            lTranfrmNewDocToFile = lTransformerFactory.newTransformer();
            lTranfrmNewDocToFile.transform(new DOMSource(lNewFeedDocument),
                new StreamResult(lNewFilePW));able to copy it but when i try to open it in xml editor it is not opening.
it is displaying error
An invalid character was found in text content. Error processing resource 'file:///F:/copiedfeed.xml'. Line ...
Gastroenterology</u>, 99(7): 1371
copied xml, portion of content is below.
<section_text><![CDATA[<a name="aaa" />American Journal of [b]Gastroenterology</u>, 99(7): 1371�1385]]></section_text>
what could be the workaround for it
Thanks
vittal

Hi,
>>>AL11 directories output XML file contains half of the payload
the file is there in full it's just a limitation of AL11 that you cannot
get the whole of it
go to the folder of the server directly or write a small program to get the file
and you will have it in full AL11 will not work - sorry
Regards,
Michal Krawczyk

Similar Messages

  • BI Publisher: not able to see the xml data after creating a data model

    I am learning BI publisher and trying to create a report data model
    I created a new data model from the report tab, use query builder, able to see the results. Then i save it and try to launch XML view from clicking View .
    I am getting unexpected exception, not able to see the XML view .
    in the server console i got servlet exception, here is one of the line
    com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303
    Edited by: joysaha123 on Mar 17, 2010 6:07 PM

    Hi karthik
    Thanks for your response
    Actually iam a beginner in java coding hence struggling to come up with the things
    I tried putting your code and onserver side i see it is returning 09:12:17,234 INFO [STDOUT] [root: null]
    actually the same program i wrote in java
    and the same method i was calling from the main
    and it is working fine and the xml document is getting displayed one important thing to be noted here is that the factory.newDocumentBuilder().parse(new File(filename));is returing XmlDocument
    and the printing takes place
    but the in same method public static Document parseXMLFile(String filename, boolean b) in servlet
    the line factory.newDocumentBuilder().parse(new File(filename)); is returning DeferredDocumentImpl
    and this creating problem , had it returned XmlDocument
    i would have printed the elements one one
    but as it is returning deferredimpl
    iam unable to print the elements
    could you please tell me why factory.newDocumentBuilder().parse(new File(filename)); is returning DeferredDocumentImpl
    in servlets but in plain java pogram it is returing XmlDocument
    Thanks
    Bhanu

  • Not able to see the content of opened files (.jpg or .psd) in Photoshop CS6

    I recently downloaded Adobe Design and Web Premium CS6.  I am not able to see the content of any of the file I open (.psd or .jpg).  I do see the file has been opened as the file name appears on the open file tabs, I also see the preview of the file in the Navigator Window and list of layers in the layers window.  I am relatively new to this so might be missing on some option that needs to be turned on or something. 
    I am using Window 7 Professional, Service Pack 1, with 8GB RAM.
    Any suggesstion/help is greatly appreciated.

    This is going to be the weak point:
    Intel(R) HD Graphics card
    While the Intel HD chip is fine for general computer work, it is weak for programs, like Photoshop and Adobe Premiere. The driver support is usually very bad, as well. If Lenovo does not have updated drivers, that work better, about the only choice that one has with a laptop is to turn OFF graphics accleration, and wait for a new driver. That will probably be very slow in coming.
    Good luck,
    Hunt
    PS - Noel's link will list what you are missing.

  • HI not able to see business content in sap bi7.0

    Hi GUru's,
                     We have upgraded from BW  to BI 7.0 recently,
    but we are not able to see any business content objects like 
    0sd_co1.predefined objects in rsa1 screen
    Can anyone please help me out.

    Hi Venkat,
                     did u check it out for the BI component.
    check in your sys..........
    menu -
    > system----
    > status.
    If itz not there try to install the BI component.
    Regards,
    Vijay.

  • I am not able to see the installed BI content object in the DWB

    Hi ,
    I am not able to see the installed BI content object in the DWB
    and the BI server is new one, this is the First BI content info object I am installing.
    for example I have selected 0Account BI content info object for installation
    I followed the below steps for installation.
    1 Drag and drop of 0Account info object in right side window.
    2.Grouping option selected as only necessary objects.
    3.collection mode selected as manual collection then executed using execuiton button.
    4.selected the install all below option.
    5.finally installed the object with install in background option.
    job got finished successfully.
    please let me know if I did any thing wrong and please post valuable suggestions.
    Regards.
    Srinivas

    HI
    If yor installing first time you have to select info area and object catalogs also else it will go and stored in unassigned nodes. whatever your doing the option for installing the business content everything is same, but in right hand side panesl select the info ares etc.
    regards,
    Chandra.

  • Not able to see iby_fd_extract_ext_pub custom tags of in XML data

    Hi Experts,
    I have customized the iby_fd_extract_ext_pub package to add the custom tags in the payment format xml data.Package status is valid but I am not able to see any of the custom element in the XML Data.
    Please share your experience if you faced similar issue.
    Regards,
    Brajesh

    1. Do not prefix it just put your code in and compile - unless you want to call XX_IBY_FD_EXTRACT_EXT_PUB from IBY_FD_EXTRACT_EXT_PUB to have minimal impact to IBY_FD_EXTRACT_EXT_PUB.
    2. You won't be able to put in an additional parameter, you'll need to derive the Payment Process Profile from SQL by linking from payment document to payment process to payment process profile; or just get the org from, say, the first invoice in the batch - as long as you always group by organization this will be fine.
    3. Yes, it is probably that a patch will overwrite your customization - make sure you test it after each IBY patch - use applcust.txt and make sure your DBA's check adpatch logs for the file being overwritten!
    Regards,
    Gareth
    http://garethroberts.blogspot.com
    http://www.virtuate.com

  • Not able to see data in 0FIGL_V30 & 0FIGL_V31

    Hi,
    I've activated / installed standard business content for EpH3 i.e Mutltiprovider 0FIGL_M30 and entire data flow which includes reports and virtual providers 0FIGL_V30 & 0FIGL_V31.
    I'm able to see data in cubes where above virtual providers read data from. here is the link from help.sap.com
    http://help.sap.com/erp2005_ehp_03/helpdata/EN/6b/fdc62d9e0b444cb14b7f424d9f9cb7/frameset.htm
    Issue is i'm not able to see data in Virtual providers 0FIGL_V30 & 0FIGL_V31 and hence in reports.
    Can anyone advice please. thanks
    SD

    Hi All,
    Yes I've checked data in underlying cubes.
    Mulitprovider is fine.
    I've added Master Data for both 0GL_ACCTP  and 0ACCESSTP
    RFC connection is fine.
    No DTP & Transformation since this is Virtual Provider based on Functional Module.
    However when I debug FM for 0FIGL_V30 & 0FIGL_V31 - I see no data and thought there might be master data issue b/w 0GL_ACCOUNT & 0GLACCEXT but MD is fine.
    It just not pulling data.
    Is there some setting I'm missing?
    FM's used for Virtual Providers are
    0FIGL_V30  - RS_BCT_FIGL_SREP_DATA_GET_V30
    0FIGL_V31 - RS_BCT_FIGL_SREP_DATA_GET_V31
    SD

  • Not able to see hierarchial org structure by clicking on Expand this branch

    Dear experts,
    I am currently using the Online data extraction via sap for Nakisa Integration with SAP Landscape.
    I have completed the configuration of Nakisa with the help of configuration guide and administrator guide - After completing administrator steps the org chart is visible - When i navigate to the org structure i can see the org unit under the org structure root that i configured as an administrator in the general settings section.
    When i click the + sign ie on expand this branch i am not able to see all teh org units under the displayed branch.
    Can you please guide me regarding how one can view the org structure below the selected branch when i click on expand this branch section.
    Manager Personnel Id is not maintained for this org unit - Should the user clicking on the expand this branch be the manager of the org unit to see the org structure.
    Regards
    HKishan

    Dear Luke,
    I am not able to see that navigation icons within an org chart box - The org unit that is displayed on clicking the orgchart does have branches in SAP but i am not able to see these navigation icons that lead me to these branches.
    Is there any specific step that needs to be done to see these branches.
    By the way what is the log file you are refering to is it the "PresentationResources.xml " or is it any other log file.
    Regards
    Hkishan

  • Not able to see the request in ODS to activate

    Hi all,
    I have a content ODS, i scheduled a infopack and the data came in thru ok. But inorder to upload the data into the cube, i know i need to activate it before. But when i rightclick and go to activate data in the context menu .. there is a popup which shows all the request id's in the ODS. but i'm not able to see my request to activate it ... Is there some flag has to be set inorder to see the requests in the activation list? once its activated, I think all i need to do is "UPDATE ODS DATA TO DATAPROVIDER" as it is a standard content. Is there something else i need to do ..Pls guide.
    Now, I have a new problem, when i'm trying to see the transfer structure, it doesnt open and i get a msg
    Transfer method 'TRFC with PSA' is not supported by the source system
    Diagnosis
    The PSA transfer method is used to transfer data from source system CRM to transfer structure 0xxx_xx_xx_I_BB. Source system CRM does not support a PSA transfer.
    Procedure
    Define the PSA in the source system.
    Its actually a content one i installed and i didnt do any customizations to it... Shouldnt it work out of box? If no!! how can i define PSA in the source system.
    Any help is appreciated.
    Mav.

    Hi Mave,
    Kindly check the following:
    1.) Are you sure that the loading process finished successfully in the ODS? Kindly ensure it did.
    2.) Have you tried providing a longer <b>Date Range</b> in the <i>Request Display</i> (lower right).
    --Jkyle

  • Service Desk end user not able to see messages

    Hi
    Im configuring service desk.Iam facing following issues.
    1. In solution manager service desk user could not able to see his submitted messages.He could able to submit his message and they are appearing in crm_dno_monitor. Is there any way he can see his submitted messages and message status.
    2. I have assigned following roles to user, but he couldnot able to send message and getting 513 error. If i assign sap_all to him, he is able to submit message. Just i wanted to know how can i avoid sap_all to him.
    ZSAP_SOL_SERVTRANS_CREATE
    ZSAP_SUPPDESK_CREATE
    ZSAP_SV_FDB_NOTIF_BC_CREATE
    Your help is highly appreciated
    Thanks
    Regards
    Mahi

    Hi Mahi,
    Please check about Workcenter:
    1160651:  Work Centers: How to Customize (Solution Manager)
    http://help.sap.com/saphelp_smehp1/helpdata/en/6a/4b4713fc2e45ad921a20b0831d07a5/content.htm
    Make sure the user has the following roles:
    SAP_SUPPDESK_CREATE
    SAP_SUPPCF_CREATE
    SAP_SMWORK_BASIC
    SAP_SMWORK_INCIDENT_MAN
    Message processor:
    SAP_SMWORK_BASIC
    SAP_SUPPDESK_CREATE
    SAP_SUPPDESK_PROCESS
    SAP_SUPPDESK_DISPLAY
      SAP_SMWORK_INCIDENT_MAN
    Concerning this please pay attention of the note:
      834534 - SAP Solution Manager roles in Release 7.0
    Error message 513 is probably caused by incorrect or incomplete
    customizing. Please review attached note 864195 for more details.
    Please also ensure note 1356510 has been applied in your system,
    you may find more explanation in note 1522809.
    Please check the authorizations for your key users. The key user
    shouldn't have the following value on authorization object CRM_TXT_ID:
    TEXTID   SU15
    ACTVT    02
    FM AI_SDK_KEY_USER_CHECK can be used to check a user is a key user or
    not. The key user should have limited authorizations on authorization
    object CRM_TXT_ID.
    Please check security guide for the message processor roles and
    other roles. You can download the security guide from below link which
    will be available to download after half an hour or so or you can also
    find security guide from below link:
    http://service.sap.com/instguides -> SAP Components -> SAP Solution
    Manager
    Thanks
    Regards,
    Vikram Jain

  • ITunes musical library located on a WD 2TB, ext. drv. Computer destroyed by virus; ED survived. Bought new laptop, connected ED. Not able to see library. ED shows as 'G:' 95% full. How can I reconnect my old library to new laptop?

    I had my iTunes musical library on an ext. drv. WD 2TB, ‘MY BOOK ESSENTIAL'. Three weeks ago, my computer was infected by a virus that fried it. It did not affect the external drive. I bought a new computer: a laptop, Dell XPS, Intel Core i7-2630QM CPU, Windows 7 Home Premium. I have been able to connect the WD external drive; however, I am not able to see the musical library in my iTunes or Explorer. ‘My Computer’ shows the external drive as ‘G:’ 95% full. It reads, 32.1 GB free of 1.36 TB. When I click on the drive to see its contents, it shows nothing. The library in iTunes also shows nothing. Can anyone help, please? How can I reconnect my old musical library to my new laptop and iTunes? Many thanks.

    Hmm, viruses don't generally "fry" drives. They can make bootable operating systems not bootable, hide data, and corrupt executable files. Software can potentially wipe all the data from the drive but it shouldn't be able to physically damage the drive. Bah! What's done is done.
    As to unhiding your files assuming they are just hidden....
    Hit Start > Run, type in CMD and press enter. Type the following at the prompt and then press enter:
    attrib -h -s -r g:\*.* /d /s
    This tells windows to clear the hidden, read-only, and system flags from all files on the drive, assuming of course your profile has the power to "see" the files and change them.
    If that doesn't work then you may need to take ownership of the drive first. The drive may have security settings that make it "belong" to an account on your old system. Right-click on the drive in Windows Explorer and click Properties. Click the Security tab, the Advanced button, the Owner tab, then the Edit tab. Make yourself the owner, then you can make any other changes to the security settings you want to back on the Permissions tab. (If you can't change the owner log out and log back in as Administrator). For iTunes your account (or everyone) and SYSTEM need full access to all files. Any changes you make should be applied to "This folder, subfolders and files", should be inheritable and you should also replace the permissions on all child objects.
    tt2

  • How can I prevent firefox from displaying an overall black page after I request a topic search in the google/firefox search box? Not able to see results

    I loaded Mozilla v31 on my PC laptop which uses Windows XP operating system with all current updates. When I click on my internet icon, it leads me to the Mozilla page with a Google search bar. Once I type a topic in and click for the search to begin, the Firefox page turns all black and I am not able to see any results or action being taken. I click on the back arrow and enter a new topic, and click on search button, it repeats the same behavior and the Firefox page turns black. Essentially Mozilla Firefox is not a usable browser unless I can fix it. Help!

    When this happens, has the address bar changed to a google.com address or is it still blank?
    Some graphical glitches are caused by an incompatibility between Firefox and your graphics card drivers. The standard workaround for bypassing this is to disable Firefox from using hardware acceleration. You can make that change here:
    "3-bar" menu button (or Tools menu) > Options > Advanced
    On the "General" mini-tab, uncheck the box for "Use hardware acceleration when available"
    That will take effect the next time you exit Firefox and start it up again.
    More generally:
    When you have a problem with one particular site, a good "first thing to try" is clearing your Firefox cache and deleting your saved cookies for the site.
    (1) Bypass Firefox's Cache
    Use Ctrl+Shift+r to reload the page fresh from the server.
    Alternately, you also can clear Firefox's cache completely using:
    "3-bar" menu button (or Tools menu) > Options > Advanced
    On the Network mini-tab > Cached Web Content : "Clear Now"
    If you have a large hard drive, this might take a few minutes.
    (2) Remove the site's cookies (save any pending work first). While viewing a page on the site, try either:
    * right-click and choose View Page Info > Security > "View Cookies"
    * (menu bar) Tools > Page Info > Security > "View Cookies"
    In the dialog that opens, you can remove the site's cookies individually.
    Then try reloading the page. Does that help?

  • I am not able to see the valeus in the report on multiprovider.

    Hi Gurus,
    I have loaded an infoobject Document currency0DOC_CURRCY into DSO and assigned a constant "USD" to it and I am able to see that value in DSO through the display data.
    Later I moved the DSO into multiprovider by loading the 0DOC_CURRCY in to multiprovider and wrote a query on it.
    But I am not able to see the values for 0DOC_CURRCY in the report.
    Why I am not able to see the valeus in the report which is executing on the multiprovider.
    PLs help me with a solution.

    Hi,
    First step is to checck the data in the ODS.
    Second is, You use Identify Characteristics and Select Key Figures to make InfoObject assignments between MultiProviders and InfoProviders.
    If this is checked you 70 % of the job is Over in your creating multiprovider.
    For more information
    http://help.sap.com/saphelp_sm40/helpdata/en/cf/bc734190ba137de10000000a155106/content.htms
    santosh

  • After webcatalog migration from 10.1.3.3 to 10.1.3.4.2 not able to see user

    Hi Gurus,
    I am facing an issue with web catalog migration.
    Currently we are on 10.1.3.3 version and upgrading to 10.1.3.4.2.
    As part of migration i have taken the RPD, NQSConfig, Web catalog, instanceconfig.xml files as backup. i followed manual way while taking the web catalog backup i.e zipped(tar) the prod catalog and moved it to some folder.
    After 10.1.3.4.2 installation i have moved this zip file to the /OracleBIData/web/catalog and unzipped it. restarted all the servers. when we logged in presentation services we are not able to see the reports which we saved in "My Folder" when it comes to the reports which we saved in "Shared Folder" i am able to see all the reports and dashboards.
    to debug this further i opened the web catalog by using web catalog manager and found out that all the reports and .atr files are there under that user ( USER folder, corresponding user folder ), and instead of my presentation server recognizing this folder its creatin new folder for the same user.
    Because of this issue our release plans are getting postponed, please advise me.
    what could be the problem and if i have done some thing wrong while taking the backup pls let me know the best way of backing up the web catalog.
    Thanks,
    Seshu

    try this:
    Archive all folders from 10.1.3.3 using catalog manager.
    Update instance config on 10.1.3.4.2 so that it'll create a new webcat, open it and unarchive above folders.
    If helps pls mark

  • Modify New VO but not able to see Attribute Value.

    Hi ,
    I am facing one problems during my VO extend. I have done below step,
    1) Created new XXCustomVO based on exsiting CustomVO.Created new Attribute, modify SQL and mapped and gave new Name XXCustomInfoVO.
    2) Assign this new XXCustomVO to new filed with Attribute name.
    4) Copy XXCustomVO.xml and all class file from Desktop to Server in respecitve folder.
    5) Import Page regions which i have created New Item.
    6) Import with JPXImport.("Porject substitutions" )
    7) Now I run the page no errors found but not able to see new attribute Data.
    Then I checked "About Page" but everything is refected correctly only not able to see new attribute data.
    Can you please help me out. Is there any wrong thing i am doing or something is missing still.
    Thanks

    Hi ,
    Even exsiting attribute value alos not display. I mean I have 20 attribute in this exsiting VO and I have add one more XX attribute and same as XXVO but non of value is display out of 21 attibute.
    Even i have hard coded "1234" for this attribute but always return null.
    Where I have to foucs.
    thanks
    Raj
    Message was edited by:
    RajPatel

Maybe you are looking for