Change location of versions

Hi,
How can I make all versioned files to be saved in one folder? and configure the new folder where I can save all versions to be other than the default one (documents > .system > versions > (some_folder) > (some_sub_folder) > (another_level_sub_folder).
Thanks,
Vamshi

Hi,
you can change the repository where the KM will save the versions, but how the KM is treating the versioning process is out of your control. To do what you want you'd have to code your own versioning service.
br,
Tobias

Similar Messages

  • How to change the jdk version of the sun one appserver 8.1

    hi
    i have installed appserver8.1 with a jdk 1.5 .
    i am facing some problem with the parsers (my application needs to use a crimson parsers which is not supported by jdk1.5 i guess)
    so i am trying to change the jdk version by changing the asenv.conf file
    but the appservers wont start up if i do so.
    help !! please

    This is strange. Setting AS_JAVA to the install location of your jdk instance should work. I have done it many times.
    What kind of errors are you getting in the server log file?

  • JnlpErrorResponse[11 Could not locate requested version]

    Hi all,
    Im trying to get jardiff working the version based protol is working fine, using the version.xml files.
    However when I increment the version number ie 1.4->1.5 in the .jnlp file and the version.xml file in my webapp, and run webstart on a client , I get the exception below.
    And the JNLP Download servlet just returns the whole client jar file, not the diff. I am just deleting the old jar file and putting the new file in the webapp, is this wrong, ie shoudl I store the files in /app/1.1/ app/1.2/ so a jar diff can be executed, or do you have to use the __V versioning syntax for jar diff to work???
    Also, is there anywhere to look up info on error messages comming out of the jnlp download servlets, ie error 11??
    Thanks for you time
    Jim
    15:24:39 File directory: E:\Apache Group\Apache Tomcat 4.0\webapps\mypro\app
    2002-10-04 15:24:39 Read resource: JnlpResource[WAR Path: /app/myproClient.jar versionId=1.8 name=myproClient.jar lastModified=Fri Oct 04 15:18:17 GMT+01:00 2002] returnVersionId=1.8]
    2002-10-04 15:24:39 Read resource: JnlpResource[WAR Path: /app/connector.jar versionId=1.0 name=connector.jar lastModified=Fri Oct 04 13:59:26 GMT+01:00 2002] returnVersionId=1.0]
    2002-10-04 15:24:39 Read resource: JnlpResource[WAR Path: /app/myproShared.jar versionId=1.0 name=myproShared.jar lastModified=Fri Oct 04 13:59:26 GMT+01:00 2002] returnVersionId=1.0]
    2002-10-04 15:24:39 Read resource: JnlpResource[WAR Path: /app/jaas.jar versionId=1.0 name=jaas.jar lastModified=Fri Oct 04 13:59:28 GMT+01:00 2002] returnVersionId=1.0]
    2002-10-04 15:24:39 Read resource: JnlpResource[WAR Path: /app/jms.jar versionId=1.0 name=jms.jar lastModified=Fri Oct 04 13:59:28 GMT+01:00 2002] returnVersionId=1.0]
    2002-10-04 15:24:39 Read resource: JnlpResource[WAR Path: /app/oc4j.jar versionId=1.0 name=oc4j.jar lastModified=Fri Oct 04 13:59:31 GMT+01:00 2002] returnVersionId=1.0]
    2002-10-04 15:24:39 Read resource: JnlpResource[WAR Path: /app/xmlparserv2.jar versionId=1.0 name=xmlparserv2.jar lastModified=Fri Oct 04 13:59:31 GMT+01:00 2002] returnVersionId=1.0]
    2002-10-04 15:24:39 Read resource: JnlpResource[WAR Path: /app/j2ee.jar versionId=1.0 name=j2ee.jar lastModified=Fri Oct 04 13:59:28 GMT+01:00 2002] returnVersionId=1.0]
    2002-10-04 15:24:39 Read resource: JnlpResource[WAR Path: /app/jta.jar versionId=1.0 name=jta.jar lastModified=Fri Oct 04 13:59:28 GMT+01:00 2002] returnVersionId=1.0]
    2002-10-04 15:24:39 JnlpResource: JnlpResource[WAR Path: /app/myproClient.jar versionId=1.8 name=myproClient.jar lastModified=Fri Oct 04 15:18:17 GMT+01:00 2002] returnVersionId=1.8]
    2002-10-04 15:24:39 Resource returned: /app/myproClient.jar
    2002-10-04 15:24:39 Generating JarDiff for myproClient.jar 1.7->1.8
    2002-10-04 15:24:39 File directory: E:\Apache Group\Apache Tomcat 4.0\webapps\mypro\app
    2002-10-04 15:24:39 Failed to genereate jardiff
    com.sun.javaws.servlet.DownloadResponse$JnlpErrorResponse[11 Could not locate requested version]
         at com.sun.javaws.servlet.ResourceCatalog.lookupResource(ResourceCatalog.java:119)
         at com.sun.javaws.servlet.JarDiffHandler.generateJarDiff(JarDiffHandler.java:188)
         at com.sun.javaws.servlet.JarDiffHandler.getJarDiffEntry(JarDiffHandler.java:126)
         at com.sun.javaws.servlet.JnlpDownloadServlet.constructResponse(JnlpDownloadServlet.java:183)
         at com.sun.javaws.servlet.JnlpDownloadServlet.handleRequest(JnlpDownloadServlet.java:111)
         at com.sun.javaws.servlet.JnlpDownloadServlet.doGet(JnlpDownloadServlet.java:79)
         at javax.servlet.http.HttpServlet.doHead(HttpServlet.java:313)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:757)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:243)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:190)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
         at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2347)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
         at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:170)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:170)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
         at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:468)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
         at org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.java:1027)
         at org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1125)
         at java.lang.Thread.run(Thread.java:484)
    2002-10-04 15:24:39 Failed to generate JarDiff for myproClient.jar 1.7->1.8
    2002-10-04 15:24:39 Request: /mypro/app/myproClient.jar?version-id=1.8&current-version-id=1.7
    2002-10-04 15:24:39 User-Agent: javaws-1.0.1_02/b03
    2002-10-04 15:24:39 DownloadRequest[path=/app/myproClient.jar version=1.8 currentVersionId=1.7 isPlatformRequest=false]
    2002-10-04 15:24:39 Version-based/Extension based lookup
    2002-10-04 15:24:39 JnlpResource: JnlpResource[WAR Path: /app/myproClient.jar versionId=1.8 name=myproClient.jar lastModified=Fri Oct 04 15:18:17 GMT+01:00 2002] returnVersionId=1.8]
    2002-10-04 15:24:39 Resource returned: /app/myproClient.jar

    to use the jardiff protocol, (with the jnlpDownloadServlet) you must provide version based resources named in accordance with:
    http://java.sun.com/products/javawebstart/1.2/docs/downloadservletguide.html#resources.
    ie:
    provide version 1.4 of myProClient.jar as:
    myProClient__V1.4.jar, and version 1.5 as:
    myProClient__V1.5.jar. Then when upgrading from
    1.4 to 1.5 servlet can generate the jardiff, and send only the changes to the client.
    (note client must have allready downloaded jar using version based protocol: myProClient__V1.4.jar as opposed to vasic protocol: myProClient.jar)
    /Dietz

  • I have a ipad3 already over 1 year, can I have a chance to change a latest version iPad?

    I have a iPad 3, just over one year, can I have a chance to change a new version iPad? By paying some additional money?

    This is something that you'd need to discuss with Apple, I've heard them doing this with iPhones in the US, but not here in the UK or anywhere else and not with iPads either, but as I say, check with Apple directly as a lot of these things are location dependent.
    Steve

  • Crash on changing Locations (MBP / 10.5.1)

    Hi all,
    Leopard has worked well for me apart from one persistent problem: it crashes occasionally when I change network locations. I have an 802.11g network at home, with a location called Home with Airport on and everything else disabled. I then have a location for work which has Ethernet enabled and everything else off, and a different proxy setting. When I get to work I plug my MBP into an external monitor and USB hub and wake it from sleep - so far so good. I then change location from "Home" to work via the Apple menu and the mouse pointer freezes and I have to force a reboot.
    This happened as soon as I changed to 10.5, and it has also happened again this morning after updating to 10.5.1.
    I have tried deleting these network locations and recreating them from scratch and the problem persists. I would like to delete the plist file which stores these settings - can anyone tell me what it is?
    The machine doesn't crash when turning Airport on or off, or changing from work to home, although it did crash once when I tried to delete the work location from the Network pref pane. That's what led me to think I should delete the file which stores it.
    Permissions and volume repair show no problems. Thanks for any insights!
    Cheers, Matthew.
    PS: system.log prior to crash (restart where I inserted "*"; Peony is the machine name):
    Nov 16 10:33:14 Peony mDNSResponder[23]: getifaddrs ifa_netmask for vmnet8(7) Flags 8863 Family 2 192.168.38.1 has different family: 0
    Nov 16 10:33:14 Peony mDNSResponder[23]: getifaddrs ifa_netmask for vmnet1(8) Flags 8863 Family 2 192.168.111.1 has different family: 0
    Nov 16 10:33:14 Peony mDNSResponder[23]: SetupAddr invalid sa_family 0
    Nov 16 10:34:03 localhost com.apple.launchctl.System[2]: fsck_hfs: Volume is journaled. No checking performed.
    Nov 16 10:34:03 localhost com.apple.launchctl.System[2]: fsck_hfs: Use the -f option to force checking.
    Nov 16 10:34:10 localhost com.apple.launchctl.System[2]: launchctl: Please convert the following to launchd: /etc/machinit.d/airportwps.plist
    Nov 16 10:34:10 localhost com.apple.launchctl.System[2]: launchctl: Please convert the following to launchd: /etc/mach_init.d/dashboardadvisoryd.plist

    I have EXACTLY the same problem with both of my macbook pros (the newest is 2.4GHz, both running 10.5.1).
    One more fact. When I get to work, the computer automatically connects with our wireless system. Everything is fine, until I use location manager to switch locations to "work", which does not include a wireless option, just an Ethernet option with a fixed IP address. After I reboot, I can switch locations to "work", and everything works fine.
    More recently, I've used a different approach that does seem to avoid the crashes. When I get to work, the first thing I do after waking from sleep is to turn off Airport. After doing this, I change locations to work. No crashes after doing this for about a week.
    If anyone knows of a better way to solve the problem (e.g., removing bad files that migrated with me from earlier software versions), please let me know.

  • Changing location of Iphoto library

    I am looking to change my Iphoto library to an external hard drive, as my 250GB internal drive is just not large enough, especially as I am now using itunes to watch movies and TV shows. Is this a simple operation? The help menu has instruction on changing location but I am worried this just refers to a different folder within the internal hard drive.
    Anyone got any suggestions

    It's very simple.
    Make sure the drive is formatted Mac OS Extended (Journaled).
    1. Quit iPhoto
    2. Copy the iPhoto Library from your Pictures Folder to the External Disk.
    3. Hold down the option (or alt) key while launching iPhoto. From the resulting menu select 'Choose Library' and navigate to the new location. From that point on this will be the default location of your library.
    4. Test the library and when you're sure all is well, trash the one on your internal HD to free up space.
    Regards
    TD

  • Photoshop CS2 in 2006. for Macintosh. Now I changed the Maverick version 10.9.

    Hello  I purchased Photoshop CS2 in 2006. for Macintosh. Now I changed the Maverick version 10.9. But now I do not know where to download the same version, so I use bought in 2006 key. When pulled CS2 can not install it because my version is higher. Thank you in advance for your reply and help.

    CS2 was a PowerPC based application.
    MacOS 10.9 won't run on PowerPC systems, and no longer supports the Rosetta emulation of PowerPC processors.
    You will need an Intel native version of Photoshop to run on your current system.

  • Add schema location and version to the XML file header

    HI, I used XMLBean to generate a XML file:
    <?xml version="1.0" encoding="UTF-8"?>
    <bo:TXLife xmlns:bo="http://ACORD.org/Standards/Life/2">
    </bo:TXLife>
    I need add a schema location, a version, another name space so the header looks
    like:
    <?xml version="1.0" encoding="UTF-8"?>
    <bo:TXLife xmlns:bo="http://ACORD.org/Standards/Life/2"
    xmlns:xsd="http://www.w3.com/2001/XMLSchema"
    xmlns:xsi="http://www.w3.com/2001/XMLSchema-instance"
    xsi:schemaLocation="http://www.iit.com/schema/Schema29.xsd"
    version="2.9">
    </bo:TXLife>
    Thanks,

    Thanks Steve.
    Your right, it seems that I can't access the attribute or in this case add it
    by just editing the xsd. At least I haven't found a way to do that.
    The cursor solution works ok, but we'll have to add that code to every transformation
    etc.
    Timo
    "Steve Traut" <[email protected]> wrote:
    Hello Timo -- Unless your schema defines the attribute as part of the
    element you want to edit, I don't think you'll get access to the attribute
    through JavaBeans-style accessors.
    If you have any feedback about why the cursor won't work in your situation,
    though, I'd love to hear it.
    Steve
    "Timo Lukumaa" <[email protected]> wrote in message
    news:[email protected]...
    Hello, where having a similar problem. We need a schema locationdefinition so
    that XML is valid. We can edit the xsd files and add stuff there, wouldthere
    be a way to do that with out the cursor? This cursor solution isn'ttoo
    nice..
    "Steve Traut" <[email protected]> wrote:
    Henry -- You'll need an XmlCursor for inserting attributes that aren't
    defined in your schema. Try something like the following.
    TXLifeDocument txLifeDoc = TXLifeDocument.Factory.newInstance();
    TXLife txLife = txLifeDoc.addNewTXLife();
    // Create a cursor and move it to where you want to start inserting
    attributes.
    XmlCursor cursor = txLife.newCursor();
    cursor.toFirstContentToken();
    cursor.toLastAttribute();
    // Insert your attributes.
    cursor.insertAttributeWithValue("schemaLocation","http://www.w3.com/2001/XM
    L
    Schema-instance", "http://www.iit.com/schema/Schema29.xsd");
    cursor.insertAttributeWithValue("version", "2.9");
    cursor.insertNamespace("xsi",
    "http://www.w3.com/2001/XMLSchema-instance");
    cursor.insertNamespace("xsd", "http://www.w3.com/2001/XMLSchema");
    // Dispose of the cursor.
    cursor.dispose();
    Steve
    "Henry Niu" <[email protected]> wrote in message
    news:[email protected]...
    HI, I used XMLBean to generate a XML file:
    <?xml version="1.0" encoding="UTF-8"?>
    <bo:TXLife xmlns:bo="http://ACORD.org/Standards/Life/2">
    </bo:TXLife>
    I need add a schema location, a version, another name space so theheader
    looks
    like:
    <?xml version="1.0" encoding="UTF-8"?>
    <bo:TXLife xmlns:bo="http://ACORD.org/Standards/Life/2"
    xmlns:xsd="http://www.w3.com/2001/XMLSchema"
    xmlns:xsi="http://www.w3.com/2001/XMLSchema-instance"
    xsi:schemaLocation="http://www.iit.com/schema/Schema29.xsd"
    version="2.9">
    </bo:TXLife>
    Thanks,

  • How to retain the PDF's compression when changing the PDF version?

    Hi,
    I need to change the PDF version from "1.5" to "1.6" without changing the original PDF compression (i.e compressed object streams) using "Acrobat X pro".
    I had tried to change one sample PDF version from 1.5 to 1.6 using "PDF Optimizer" and found the following results.
    ================================
    Input PDF contains the following properties:
    Document Properties
    1. Total pages:256
    2. PDF version: 1.5
    3. Tagged PDF: No
    4. Fast Web View: No
    Available Compressions (Identified through "Preflight>Pages")
    1. Page description is compressed for all the pages (256)
    2. Pages has compressed object streams for "254" pages except "Front Cover" and "Back Cover"
    Output PDF contains the following properties:
    Document Properties
    1. Total pages:256
    2. PDF version: 1.6
    3. Tagged PDF: No
    4. Fast Web View: No
    Available Compressions (Identified through "Preflight>Pages")
    1. Page description is compressed for all the pages (256)
    2. Pages has compressed object streams for all the "256" pages including "Front Cover" and "Back Cover"
    ================================
    "Pages has compressed object streams" found  for all the "256" pages (but input PDF has only 254 pages) including "Front Cover" and "Back Cover".
    But I want to retain all the properties of input PDF with version change. This is my actual requirement.
    I hope that Acrobat expert will offer some useful suggestions for the above. Thanks in advance.
    Regards,
    Raja. S

    Thanks for the reply.
    I had tried everything under "Clean Up" option (PDF optimizer>Clean Up) but "Pages has compressed object streams" applied automatically.
    Note: If I check the option "Optimize the PDF for fast web view" under Clean Up, then output retain the required source PDF  compression. But I must not change the source PDF to "Fast web view".
    This is not testing purpose and this is one of our client requirement. Kindly advise with better solution to solve this issue.
    Thanks,
    Raja. S

  • How to change location in iMessage?

    How To change locations in iMessage?

    If you have Location Services turned on in Setting then the iPod knows where you are.

  • HT4623 i have install the GM version for my iPod Touch,did i need to do anything to change to public version? restore or else?

    i have install the GM version for my iPod Touch,did i need to do anything to change to public version? restore or else?

    Please don't post here about beta software. There are confidential forums set aside for developers to use. Developer Forums. If you are a paid developer or seed tester then it's a violation of your NDA to post in these forums. If you aren't a developer or seed tester then you have an illegal copy.

  • Everything works fine, my wifi connection but suddenly  in upper left corner sign "no service"appeared.  But connection works to Internet, anyway. (I changed location recently from USA to Europe.

    Corner sign  No service appeared. What that's mean?   I am connected , recently changed locations.

    Do you have a 3G/4g iPad?
    I believe the no service warning is the iPad telling you you are not connected to a cell network.
    Turn off mobile data.

  • Change the Product version from ECC to ERP 6.0

    Hello Experts
    I am planning to apply EHP4 on my Development ECC system. In line with the the suggestion from guide "How to install SAP Enhancement Package 4 for SAP ERP 6.0" system I am supposed to define my ECC system with leading product version ERP 6.0.
    My Ecc system is currently defined with Product version SAP ECC 6.0.
    As per the above guide and also suggestion from "Note 1344564 - Maintenance Optimizer: Check system landscape" which says-
    "In particular for a system of the product SAP ERP, assign the product version of SAP ERP, not SAP ECC."
    I am supposed to change the leading product version to ERP 6.0.
    Now with the current definition of system with product version SAP ECC 6.0, it is being used in a logical component. In order to change this I need to delete the associated logical component. The problem is -this logical component is being used in more than one Project definition that has huge documentation associated with them.
    My question -
    will the deletion of current logical component affect my documentation in any way?
    How can I change the product version from SAP ECC 6.0 to SAP ERP 6.0 without affecting the current setup?
    Regards
    Dhiraj

    Hello Warren,
    Thanks for the suggestion.
    I have already taken care of all the suggested notes in the master note that you suggested. I am able to generate the XML file for other solution defined in my system. In those I have my ECC system defined purely as ERP 6.0 system. I am not able to make out why its not generating the XML for this solution.
    Regards
    Dhiraj

  • Can I change how Weblogic versions the logfile

    Is it possible to change how WebLogic versions the logfil?
    I would like to append the date instead of just a number, is that possible.
    I would appreciate if you could mail me as well as posting a reply.
    Roger Kjernsrod

    Roger, this functionality is not supported.
    "Roger Kjærnsrød" <[email protected]> wrote in message
    news:[email protected]..
    Is it possible to change how WebLogic versions the logfil?
    I would like to append the date instead of just a number, is thatpossible.
    >
    I would appreciate if you could mail me as well as posting a reply.
    Roger Kjernsrod

  • When using 2 printers at 2 locations. Rather than make sure the correct printer is shown when I print is there a way to make one change when I change locations?s there a way to

    I have 2 residences each with a printer. When I move from one place to another and try to print I always have to make sure the correct printer is shown in the print window. What can I do to make one change on my MacBook Pro when I change locations so I am not bothered with this nuisance problem?

    There was a way from OS9 location manager to set a default printer for any given location. This is not the case in OSX.
    You can however, easily change the default printer in Terminal.app with lpoptions -d PRINTERNAME. To view all the printers type lpstat -p. Keep in mind that the name in lpstat -p may be a little different than the name in Printer Setup Utility. You must use the lpstat -p, PRINTERNAME when changing it in Terminal.app. Of course, if the names are the same, you don't need to worry about it.
    PowerBook G4   Mac OS X (10.4.9)   MacBook Pro

Maybe you are looking for

  • Line items are clubbed in Handling Unit's

    There are two line items in delivery for same material , while packing  I am selecting single line item  and packing it . But when I select line item 10 and try to pack it, line item 20 also automatically getting clubbed with line item 10 and getting

  • How do I restrict users from installing applications?

    Or more specifically, yahoo messenger. I can't seem to figure this one out. Two user settings on our machines (public and admin), public does not have admin priveleges, so cannot make modifications like installing applications, but someone seems to k

  • Mapping preferences between ABAP, JAVA, XSLT...?

    Hi, How do i choose between, ABAP Mapping Java Mapping XSLT Mapping..? Any pointers welcome.. --DJ

  • Im trying a home network between Mac and Win 7, but its very slow

    Hi guys, ive searched for this for the last couple of days, but i havent found my sollution yet. I have been trying to setup a network between my macbook and win7, and it works...i can move data. The problem is that it is VERY slow. (2MB/sec max in t

  • Error message when editing

    Help!! when i click on edit page in adobe contribute i get an error messge 'Access denied.  The file may not exist or there coould be a permissions problem' so i am unable to edit at all on contribute.  Any advice?