Update files in htmldb_application files

Hi All,
Can anyone suggest how to update a file in htmldb_application_files.
Thanks,
Raman.

Raman - Is this a different issue from Update/delete Files in Htmldb_Application_Files ?
Scott

Similar Messages

  • How to update link and import data of relocated incx file into inca file?

    Subject : <br />how to update link and import data of relocated incx file into inca file.?<br />The incx file was originally part of the inca file and it has been relocated.<br />-------------------<br /><br />Hello All,<br /><br />I am working on InDesignCS2 and InCopyCS2.<br />From indesign I am creating an assignment file as well as incopy files.(.inca and .incx file created through exporing).<br />Now indesign hardcodes the path of the incx files in inca file.So if I put the incx files in different folder then after opening the inca file in InCopy , I am getting the alert stating that " The document doesn't consists of any incopy story" and all the linked story will flag a red question mark icon.<br />So I tried to recreate and update the links.<br />Below is my code for that<br /><br />//code start*****************************<br />//creating kDataLinkHelperBoss<br />InterfacePtr<IDataLinkHelper> dataLinkHelper(static_cast<IDataLinkHelper*><br />(CreateObject2<IDataLinkHelper>(kDataLinkHelperBoss)));<br /><br />/**<br />The newFileToBeLinkedPath is the path of the incx file which is relocated.<br />And it was previously part of the inca file.<br />eg. earlier it was c:\\test.incx now it is d:\\test.incx<br />*/<br />IDFile newIDFileToBeLinked(newFileToBeLinkedPath);<br /><br />//create the datelink<br />IDataLink * dlk = dataLinkHelper->CreateDataLink(newIDFileToBeLinked);<br /><br />NameInfo name;<br />PMString type;<br />uint32 fileType;<br /><br />dlk->GetNameInfo(&name,&type,&fileType);<br /><br />//relink the story     <br />InterfacePtr<ICommand> relinkCmd(CmdUtils::CreateCommand(kRestoreLinkCmdBoss)); <br /><br />InterfacePtr<IRestoreLinkCmdData> relinkCmdData(relinkCmd, IID_IRESTORELINKCMDDATA);<br /><br />relinkCmdData->Set(database, dataLinkUID, &name, &type, fileType, IDataLink::kLinkNormal); <br /><br />ErrorCode err = CmdUtils::ProcessCommand(relinkCmd); <br /><br />//Update the link now                         <br />InterfacePtr<IUpdateLink> updateLink(dataLinkHelper, UseDefaultIID()); <br />UID newLinkUID; <br />err = updateLink->DoUpdateLink(dl, &newLinkUID, kFullUI); <br />//code end*********************<br /><br />I am able to create the proper link.But the data which is there in the incx file is not getting imported in the linked story.But if I modify the newlinked story from the inca file,the incx file will be getting update.(all its previous content will be deleted.)<br />I tried using <br />Utils<IInCopyWorkflow>()->ImportStory()<br /> ,But its import the incx file in xml format.<br /><br />What is the solution of this then?<br />Kindly help me as I am terribly stuck since last few days.<br /><br />Thanks and Regards,<br />Yopangjo

    >
    I can say that anybody with
    no experience could easily do an export/import in
    MSSQLServer 2000.
    Anybody with no experience should not mess up my Oracle Databases !

  • How do i update an existing XML File?

    Hello, I have the following xml file gps.xml:<?xml version="1.0"?>
    <!DOCTYPE gps SYSTEM "gps.dtd">
    <gps>
       <latitude>43.00000</latitude>
       <longitude>-83.00000</longitude>
    </gps> I already have methods written to get the values. But how can I change these values and update the file to reflect these changes?
    thanks for your help!

    Hi, I already have this following code. I would just like to add a method to it to update the existing XML file with different lat/lon coordinates. Could you please help me out with it? thanks
    import java.io.*;
    import java.io.PrintWriter;
    import java.net.MalformedURLException;
    import java.net.URL;
    import javax.xml.parsers.*;
    import org.w3c.dom.*;
    import org.xml.sax.*;
    public class Gps implements java.io.Serializable {
        private double latitude_;
        private double longitude_;
        public Gps(Document doc) {
            setup(doc.getDocumentElement());
        public Gps(String uri) throws IOException, SAXException, ParserConfigurationException {
            setup(uri);
        public void setup(Document doc) {
            setup(doc.getDocumentElement());
        public void makeElement(Node parent) {
            Document doc;
            if (parent instanceof Document) {
                doc = (Document)parent;
            } else {
                doc = parent.getOwnerDocument();
            Element element = doc.createElement("gps");
            int size;
            URelaxer.setElementPropertyByDouble(element, "latitude", this.latitude_);
            URelaxer.setElementPropertyByDouble(element, "longitude", this.longitude_);
            parent.appendChild(element);
         public Document makeDocument() throws ParserConfigurationException {
            Document doc = UJAXP.makeDocument();
            makeElement(doc);
            return (doc);
        public final double getLatitude() {
            return (latitude_);
        public final void setLatitude(double latitude) {
            this.latitude_ = latitude;
        public final double getLongitude() {
            return (longitude_);
        public final void setLongitude(double longitude) {
            this.longitude_ = longitude;
       public final void updateXmlFile(double latitude, double longitude) {
         // something???
        public final void updateXmlFile(double latitude, double longitude) {
            this.latitude_ = latitude;
            this.longitude_ = longitude;
        public String makeTextDocument() {
            StringBuffer buffer = new StringBuffer();
            makeTextElement(buffer);
            return (new String(buffer));
        public void makeTextElement(StringBuffer buffer) {
            int size;
            buffer.append("<gps");
            buffer.append(">");
            buffer.append("<latitude>");
            buffer.append(Double.toString(getLatitude()));
            buffer.append("</latitude>");
            buffer.append("<longitude>");
            buffer.append(Double.toString(getLongitude()));
            buffer.append("</longitude>");
            buffer.append("</gps>");
        public String toString() {
            try {
                return (makeTextDocument());
            } catch (Exception e) {
                return (super.toString());
    }

  • Adobe Premiere Pro CS4 4.1.0 update  not working!files wrong size too?

    when i go to download Adobe Premiere Pro CS4 4.1.0 update it says that file size is 30.5MB but when it starts downloading it it says thats the file size is 110mb and once installed it wont let me import VOB files.  Has anyone got a solution?
    Thanks

    Other users have reported having trouble with VOB files from DVD recorders.  Properly authored DVDs work.
    Where did you get the VOB files that won't work for you?
    -Jeff

  • Code doesn't update when uploading new files to website.

    code doesn't update when uploading new files to website.   I was using an old DW version for a long time then forced to upgrade when I bought my MacBook Pro. Now when I make changes to my pages and link to new files etc on my harddrive, when i upload the pages it won't image because the code still points to harddrive (this did not used to be a problem)... I manually changed the code on the web host site to point to the site and it loaded fine. But now my files on my harddrive also point to the web host files and now don't image on my computer. I never had to worry about this so far and wonder if the new version has a setting I'm supposed to be aware of so that I can design on my hardrive and upload and it knows that the files are being uploaded with it?  Ugh hpe this makes sense - I'm NOT a webs designer and the new DW is way more than I use in it's technology.

    Hi
    This sounds like you have not defined your site in the site definition.
    Follow the steps in these 2 tutorials to set-up your site locally and for the remote server -
    http://www.adobe.com/devnet/dreamweaver/articles/first_website_pt1.html
    http://www.adobe.com/devnet/dreamweaver/articles/first_website_pt6.html
    PZ

  • While updating iphone software to 5.0.1, I am getting error message that Iphone cound not be updated because the firmware file is not compatible. Can anyone help me to resolve this issue.

    While updating iphone software to 5.0.1, I am getting error that Iphone could not be updated because the firmware file not compatible.
    Can anyone help me to resolve this issue.

    Using iTunes 10.5.2.11 on a PC running 64 bit Windows 7
    First did a full back up of  iphone using iTunes
    Put iphone into Recovery Mode ( http://support.apple.com/kb/ht1808 ). Erases all user data and settings!
    Disconnected USB cable from iphone
    Powered off iphone by holding down Sleep/Off button until slider appeared, slid to off, waited until screen dark
    Pressed and kept holding Home button while plugging cable back into phone
    I still saw the graphic on the iphone that said to plug into iTunes, so I unplugged and re-plugged cable. (I may have released the Home button too soon)
    Recovery Mode alert came up in iTunes.
    Followed all iTunes prompts to restore phone - it downloaded and sucessfully installed iOS 5.0.1
    iphone did not appear in iTunes due to missing pairing file (that made me nervous)
    iphone was now at factory settings. I followed prompts on iphone screen to start reactivation process
    Eventually the iphone asked if I wanted to restore from a back-up (whew!)
    A window opened in iTunes and I was able to select my previous back-up file for the restore
    A full restore from back-up then occured
    I also allowed a carrier settings update to occur when prompted (not sure that happens in all cases)
    When the restore was done I had to re-enter some passwords, but everything was there
    iOS is now 5.0.1 (9A406). The whole process took about an hour.

  • The iPod "my ipod name" cannot be updated. The required file is in use.

    Installed iTunes 7 on my mac. Everything went fine. Updated my ipod everything went fine. Ever since then I've been getting a dialogue pop up window stating "The iPod "my ipod name" cannot be updated. The required file is in use."
    This pop up happens at completely random intervals, sometimes every minute sometimes every 10 min.
    Its extremely annoying as it bounces the icon in the dock until I give iTunes focus, click ok, and then I can navigate songs etc. I listen to my music thru my iPod while its connected to my computer, so this bug just about has me reverting back to v6.
    I've repaired permissions, and disabled anything I could think of that may be using it, ie synergy etc, with no success.

    I have a 4th Gen 30gb IPOD and updated Itunes 7 sucessfully but could not update/install IPOD 1.2 upgrade.
    Eventually after clicking the message boxes with the above info we seem to be getting, I selected the update button that appears on the front page of ITUNES and it installed/updated. I have been attempting for a couple of days and it just worked!!!!
    After it completed, I received the same dialog box and then disconnected the IPOD from my laptop.
    Seems to be OK now but there is def something going on.
    I thought it may be a shareware issue with mp3's being downloaded into Itunes library form another application.

  • IPod "cannot be updated.  The current file is in use."....how to fix?!

    I have a MacBook and the iPod Nano that came with it. I also have a 4G(I think) 20GB iPod. I have both configured to my Macbook, using only certain playlists to be updated on each iPod.
    I don't get any problems when I connect the 20GB iPod(w/ the Firewire), but whenever I connect my Nano(w/ the USB, I have to, it doesn't support Firewire), I get a message saying the iPod"cannot be updated. The current file is in use."
    How do I fix this problem? I have my iPod to "Enable disk use", but everything else is OK, and I have separate playlists and designate each iPod to Sync Selected Playlists Only, and have different playlists selected.
    How do I fix this and/or why is this problem happening?
    (and I'm still going to ask any kind souls to check my previous posts and answer my Playlist Question thread, as that is a nagging problem as well)

    I fiddeled around and I am still having this problem. Can someone help me.

  • Ipod cannot be updated because it contains files that are in use by an

    My fifth gen/30 ipod is a mess since I installed itunes 7.I can't update or eject the little guy .The message reads"cannot be updated because it contains files that are in use by another application"or "cannot be ejected because it contains files that are in use by another application" Any help would be very appreciated!
    Thanks!
    dell   Windows XP   30 gb video

    I had the same problem. I had to uninstall 7.0 and install 6.0 and was able to restore OK. I'm back using 6.0, but just got a second generation ipod nano, so I have to go to 7.0 or greater. My only words of wisdom are DO NOT SET ANY LOCKS until you are really sure you want to. Also with 7.0 I could not eject my ipod unless I went to the "safe to eject ipod" command. Apple has some problems to work out and I hope soon. Clumsy as best...............
    Dell Demension 8100 Desk Top   Windows XP  

  • IPod cannot be updated because it contains files in use by anaother applica

    Whenever I try to update my 60gb iPod, it tells me:
    iPod cannot be updated because it contains files in use by anaother application.
    How do I stop this from happening & applow my iPod to update?
    It's preventing me from watching some recent video downloads.

    Re: First Gen. Nano and 30 gig video
    I have been getting this same error on both of above referenced iPods that I have. I have tried to post questions on ipodgarage, and no one can answer this. I am seeing more and more people post this same problem.
    C'mon Apple. What is going on with this? Please help us. This problem only started happening after updating to iTunes 7.0.

  • IPod "cannot be updated. The required file is in use."

    Since updating to iTunes 7 the program keeps saying that "The iPod "iPod name" cannot be updated. The required file is in use." When I click on “OK” it does in fact update. I tried to restore the iPod but couldn’t do it from within iTunes but I could exit iTunes and run the most recent update/restore on it from the desktop.
    Also, I can not eject the Nano from within iTunes “iPod cannot be ejected because it contains files that are in use by another application.” But I can exit iTunes and eject it from the desktop. I don’t have this problem with an older 40 gig iPod.
    I called Apple and they promised to send a work around but it never came.
    Running on a G4 with 10.4.7
    Any suggestions?
    Dual Processor G4 & G5   Mac OS X (10.4.7)   I do have three users using the same iTunes library.

    I just started getting this message today - the only new thing I have done differently since I last synced is to start rating my songs on the iPod.
    Just a hunch but did everyone else start getting this error after their first try at rating songs on the iPod?
    Other than that does anyone know how to report this kind of thing to Apple? as they need to fix it soon.
    The only answer I have seen after 2 hours of searching is to go back to iTunes v6.05 - see Chad Armstrong's tip here: http://discussions.apple.com/thread.jspa?messageID=3116292&#3116292 - but I can't be bothered to go through all that just yet.

  • "ipod cannot be updated becuase the required file is in use"

    I upgraded to itunes 7 this weekend and so did my husband. I am running the latest versions of all mac software with my fifth gen ipod and he is running the same with the ipod mini. We both get teh same error message:
    "ipod cannot be updated becuase the required file is in use"
    I have tried the following with and without guidance from tech support:
    Reboot
    repair permissions
    "restore" on the ipod using itunes 7
    reinstalling itunes 7
    trying to reinstall itunes 6 instead
    removing login in items from automatically starting
    disabling firewall/antivirus
    I stumped tech support yesterday. Anyone else having a similar problem?

    I'm another one who is having this problem. Though it doesnt seem to effect the downloads or the files, it pops up every so often. Cant figure out what file its referring to or what cant be updated. Def has to do with the latest version of iTunes.

  • IPod cannot be updated...required file cannot be found

    I have the latest iPod software and iTunes. When I plug my 5G ipod into my computer, after it transfers a few new songs, I get the following pop-up message:
    "The iPod 'name of iPod' cannot be updated. The required file cannot be found."
    When I click OK, it continues updating and seems to be fine. It is just an annoyance, becauce I can't just plug in my iPod and come back to a finished update.
    Any tips? Thanks!
      Windows XP  

    I have the latest iPod software and iTunes. When I
    plug my 5G ipod into my computer, after it transfers
    a few new songs, I get the following pop-up message:
    "The iPod 'name of iPod' cannot be updated. The
    required file cannot be found."
    When I click OK, it continues updating and seems to
    be fine. It is just an annoyance, becauce I can't
    just plug in my iPod and come back to a finished
    update.
    Any tips? Thanks!
      Windows XP  
    I am having this exact problem.
    Though what will also happen after I click on "ok" the ipod will disconnect it self from itunes; it remains pluged in and the "do not disconnect" icon is shown on the screen, but it just stays like that from any where from 2-30 minutes. Eventually it will reconnect and start updating again untill the "The iPod 'name of iPod' cannot be updated. The required file cannot be found." message comes up and the whole prosses starts over again, this has made updating the ipod which I have already reset, quite a headache to update, the prosses has not yet been compleated as I cannot be at my computer for mor than a few hours at a time. I also reinstalled itunes to see if that would fix the problem it has not. Though before, I would also get the message "an unknown error has occured." now that dosen't seem to appear, so at least that is fixed.
    Please help!

  • I try to sync my iphone in itunes and get this message ipod cannot be updated because the required file could not be found I have deleted ituned and all folders to no avail

    Can anyone fix this? ipod cannot be updated because the required file could not be found
    I've deleted itunes and reinstalled but it does not work  Also I noticed in events in photos in itunes my files have duplicatedn secveral times how od I clear them to just one set?

    Delete the iPod Photo Cache folder.  Its location can be found here:
    iTunes: Photo sync creates iPod Photo Cache folder

  • Cannot update ipod due to files that are in use by another application

    Uploaded iTunes version 7 onto my PC on Friday. Ever since my fifth generation video (30GB) ipod cannot be either updated with version 1.2 software, syncronised or restored due to the error message "The ipod cannot be updated becuase it contains files that are in use by another application".
    Not sure the issue is related to the itunes upgrade but it is a strange coincidence.
    Also having a problem becuase my pc runs outlook 2002 which is not compatible with itunes 7 and my calender cannot be syncronised. Don't know whether the two issues are related.

    Kudos to Randy. Thanks a lot; this worked for me. I simply opened itunes (and minimized it) with my ipod connected, opened "My Computer," right-clicked "IPOD" and ejected it. As soon as the icon in My Computer showed that it was ejected I quickly maximized itunes, clicked IPOD, and clicked the update button. Wah lah! iPod updated. Hope that helps the rest of you out there with this problem! Thanks again!
      Windows XP  

Maybe you are looking for