ZAV 8 - howto image fat cli/editable xml file on local PC...

I have a fat client we want to image with ZAV 8. The issue is that there is an xml file on each local PC similiar to a TNS file it needs to use. How do I use ZAV 8 with this fat client and be able to point to the xml file on each individual PC? I've already used ZAV 8 to create an image of gw802.

As always there are a few options:
1. Include the xml in your virt... snap/config your app but don't build, add the file to the correct location in the files section. This will make the file pretty much static though, only the virt app would be able to edit it.
2. Use folder isolation settings to allow the virt app to see the xml file on the PC. Snap/config your app but don't build, in the files section add the folder path of your xml. Set isolation(for all folders in path based on need) to either merge or writecopy. I personally try to avoid merge if at all possible. look at the zav help section (search for isolation) to see a description of the isolation settings.

Similar Messages

  • How to edit xml file particular value. and how to send xml file over ip address 192.168.2.10 using ftp

    how to edit xml file particular value. and how to send xml file over ip address 192.168.2.10 device using ftp through Ethernet

    Hello
    For using FTP function in LabVIEW, I recommend you to check this document: FTP Basics
    Also, take a look at FTP Browser.vi, which is available at the Example Finder.
    To edit a XML file, try to use VIs in XML palette. Maybe Write to XML.vi helps you.
    Post your current VI if possible.
    Regards
    Mondoni

  • Editing XML File

    Any idea or url around for an example how to edit XML files
    with ASP.VB ?
    thanks fpr any reply
    Sebastian

    To modify an XML document obtain a DOM stucture of the XML file, select nodes with XPath expression, and modify nodes.
    http://otn.oracle.com/pub/notes/technote_domparser.html

  • Can you edit xml files in adobe contribute

    can you edit xml files in adobe contribute

    No, you can't even open them in recent versions of PSE.

  • Function module to download XML file to local file

    Hello Friends,
    I have an XML string,is there a function module,which helps me in
    downloading this XML string as an XML file ,to local disk.
    regards
    kaushik

    Hello Kaushik
    Define an itab of TYPE string, append your single XML string and download the itab using method GUI_DOWNLOAD of class CL_GUI_FRONTEND_SERVICES.
    DATA:
      lt_xml  TYPE TABLE OF string.
      APPEND ld_xml TO lt_xml.
      CALL METHOD CL_GUI_FRONTEND_SERVICES=>GUI_DOWNLOAD
        EXPORTING
    Regards,
      Uwe

  • Image gallery From an XML file...

    Will flash reconize an XML file that is parameter based (Call
    Functions) into a database to create a type of listing service to
    show homes for sale?
    My client is wanting a basic image gallery for now that will
    later become a a fullfledged interactive document later down the
    road for showing options in the homes they build. First, they have
    Spec homes that they want to showcase (simply put these are homes
    they already built and are sitting on the property that are move in
    ready).
    Step 1:
    The end user would visit an HTML (CFM) document where they
    would choose there search criteria.
    Step 2:
    then another page would show with an exterior photo of the
    home, and a breif description where the user would select the home
    they want to view more infomation.
    Step 3:
    This then would load the image viewer which is the flash
    file, that would call to the XML file to load the parameters to
    which home model to show.
    The home will have a unique home model name in which the
    photos are labeled accordingly the same way...
    Exterior = ModelHomeName.jpg
    Image 1 = ModelHomeName_1.jpg
    Image 2 = ModelHomeName_2.jpg
    Image 3 = ModelHomeName_3.jpg
    Image 4 = ModelHomeName_4.jpg
    Image 5 = ModelHomeName_5.jpg
    etc...
    Is there a certain way flash has to read the XML file with
    parameters to translate it? Or what is the quickest possible way?
    Thanks,
    Eric

    Any luck anyone?

  • Converting a pdf image embedded in an XML file to a PDF file

    Hi experts,
    I have an XML file which contains a PDF image of a billing document and i want to extract this PDF image and convert it into a PDF file.
    Any ideas how to do this?
    Thanks
    Ally

    Answered!!

  • ACLs and editing XML files using OEM

    Hi,
    How to edit the registered schema file using OEM?
    I tried, but did not allow to edit.
    What previliges do a user need to update? In my case, even the user with DBA, XDBADMIN roles can not edit the content of the schema in OEM. Is it possible?
    In case of acls, there are four xml files. Are they assigned to resources or is it possible to assign them to users as well?
    I mean to say is it possible that different users have diifernt access to resources?
    Thanks.

    Hi
    It is not possible to update a schema via OEM.
    The only way (except via SQL) is to use an editor that supports WebDAV.
    Notice that no schema evolution is supported in 9i, i.e. you should have no types or tables that depend from it.
    In the ACL you can specify which user or role has access to the resource associated to it.
    Chris

  • How to edit xml files in flex builder 3

    Hello Forum
    I'm new to flex, trying to learn my way around it.  I usually use Flash to write my actionscript, but the eclipse interface seems intruiging...
    First question:  I am setting up a config.xml file where the main variables are set for the application.  For some reason Flex Builder 3 doesn't really let me edit or even create xml files?  What is the reason for that?  Do I need to install something additional? What am I missing?
    This is a pure actionscript application by the way...
    Any advice is much appreciated.
    Thank you
    sk

    Hi Stephan,
    never the less the way to install plugin.
    Help - Software updates - Find and install...
    "Search new features and install" Next
    "Europa Discovery Site" Finish
    Choose any nearest mirror for your location.
    Find "Web and JEE Development" folder.
    There are "Eclipce XML Editors and Tools" and
    "Web Standard Tools (WST) Project" check them to install. This plugins requier some other plugins, so it's easer to click "Select required" button on left side  to check them all automaticaly.
    After that standart installing procedure: Licence agreement, downloading and so on.
    Hope this helpful.

  • Maintaining or Editing xml files

    Hi All,
            I am migrating a web application from tomcat to SAP WAS CE. In this web application there are some .xml files, porperty files. These xml files contains information like path of the log files, server urls, dabase information. Now the problem is when I will transport this web application to quality server then all these paths of log file, server urls, dabase info will be of Development server, so I would have to modify these .xml files on quality and production server.
               Is there any functionality in nwa that will allow me to modify these .xml files of this web application. Is there any tool available for this.
    Regards
    Jayant

    Hi Benny,
                    Thanks for your help. Studio you means to say NWDS? I want to edit these .xml files after transporting it to quality server. I want to know is there a way to maintain these files of my application with the help of nwa link or something similar tool. For e.g. in NW 2004s for web services we can change the logical port(after transport) with the help of visual admin, I am looking for such option.
                      We are finding a way to remove this information from .xml files, but for the time being customer wants to keep this as it is.
    Waiting for your reply
    cheers
    Jayant

  • Editing xml file inside a Jar

    Hello ,
    After creating my desktop application i created a Jar for it, but when i tried to change my program settings through the jar(Which is set in an xml file), i found that the changes did not happen.
    After some search i found that i can only edit files in a Jar by re-creating the jar again.
    Sure there's another easier way ? .... This is a normal demand.
    If not then what's the best way to deliver my program to my clients ?
    Thanks ,
    Hesham

    pbrockway2 wrote:
    i found that i can only edit files in a Jar by re-creating the jar again.That's correct.
    You could consider using the [Preferences API|http://java.sun.com/javase/6/docs/technotes/guides/preferences/index.html] to store program settings.
    ... or put the altered config in an external XML file. You could still keep a default config XML in the jar.

  • Editing xml files.

    I have a small 2 page website and I need to write an XML sitemap for it. Iv'e tried using TextEdit and have saved it as Plain txt UTF-8. I then thought I could just change the .txt to .xml - but google doesn't like it! Any ideas?
    Plenty of stars to the winner!

    If this link doesn't help
    http://iWebFAQ.com/GetOnGoogle
    try downloading a sitemap.xml file by control-clicking/Save Linked File to the Desktop and editing the file to suit your needs.
    http://iWebFAQ.com/sitemap.xml

  • Edit xml file

    what api can i use for editing an xml file?
    i don't to write a new file.
    i just want to insert tags in beetwen other tags.
    maybe you will provide some example :)
    thanks.

    With text files writing a new file is almost always the way to go. To insert or delete stuff from an existing sequential file you need to move everything that follows the alteration up or down which is very complicated and hideously innefficient.
    Create a new file using a temporary name, then rename the old and new files so that the new file gets the old name.
    Probably your best approach is to use a DOM parser to read the old XML, then a Transformer to write it back to disk, it depends on how big the XML file is likely to be.

  • LR hangs when after editing .tif image try to edit .NEF file

    LR CC Trial hang ups after:
    Open LR CC
    Edit .tif file created by PS CC trial
    Go back to the grid of thumbnails
    Edit (try) a .NEF
    I am working with a catalog ex LR 5.4
    This is the four time in a row that happens this. Both photos are "normal" files (neither smart preview nor virtual copy).
    As a side observation. The CC application starter shows "0 days remaining"!! Which is not possible because LR CC was released few days ago. However, in the LR screen shot above, it says "29 days left..."
    I have tried disabling my antivirus software (ESET Smart Security v8) without success.
    Solved!
    PS CC hang up and during restarting it told me it was because a Graphic Card error, and it has disabled it. I have disabled the Graphic Card, also in LR, and I am not having problems so far.
    Regards.
    Oscar

    Hi,
    Next time you encounter similar problem, please check that that the space bar is not stuck. Also verify that hand tool is active even if any other tool is selected.
    Space bar is a shortcut for Hand tool any time with any tool active.
    Hope this solves your problem.
    Thanks,
    Swarnima

  • Edit XML file with VB Script

    Hi There1. There is a config.xml file on each computer2. Here is an short example of the xml file:
    1000
    [email protected]
    1
    1
    1
    \\mediasrv\user1\extension
    3. I need to write a vb logon script that need to do the following :
    - Change \\mediasrv\user1\extension to \\mediasrv2\users\user1\extensionI am still busy learning Vb script ect.Can someone please point me in the right direction on what to do in the script?
    This topic first appeared in the Spiceworks Community

    Hi There1. There is a config.xml file on each computer2. Here is an short example of the xml file:
    1000
    [email protected]
    1
    1
    1
    \\mediasrv\user1\extension
    3. I need to write a vb logon script that need to do the following :
    - Change \\mediasrv\user1\extension to \\mediasrv2\users\user1\extensionI am still busy learning Vb script ect.Can someone please point me in the right direction on what to do in the script?
    This topic first appeared in the Spiceworks Community

Maybe you are looking for