We have an environment setup for Livelink 9.7.1. The client machine (office 2003/Win XP with Livelink Explorer Pro 4.8.6) has these items loaded
- Livelink Explorer Pro 4.8.6
- Office 2003
- Win XP
- Livelink Office Editor 3.2.3
When you pulled in a document (Edit) from Livelink 9.7.1 (via Explorer 4.8.6) and pressed “Save As” MS Word would pull up a temp location in which an xml file and temp document was located:
Steps:
- Open from Livelink Explorer inside MS Word:
- Do a File | Save As and you can see the temp location:
- If you go to the temp location you see a temp doc and a ~COData~.xml file.
Example (sample data) of CODATA xml file contents:
<?xml version="1.0" encoding="iso-8859-1" standalone="yes"?>
<LiveLinkCheckedOutData LLExpXMLVer="2">
<ORIGINAL>
<CANADDVERSION>True</CANADDVERSION>
<CANCHECKOUT>True</CANCHECKOUT>
<CANCREATECHILD>False</CANCREATECHILD>
<CANDOWNLOAD>True</CANDOWNLOAD>
<CHECKEDOUTSTATE>Yes</CHECKEDOUTSTATE>
<CO_ITEM_WORKING_VERSION>1836.0\The quick brown fox jumps over the lazy dog-5.doc</CO_ITEM_WORKING_VERSION>
<DEFAULTACTION>OfflineFetch</DEFAULTACTION>
<ID>0000</ID>
<ISRESERVEDBYUSER>True</ISRESERVEDBYUSER>
<ISRESERVEDBYUSERORUSERSGROUP>True</ISRESERVEDBYUSERORUSERSGROUP>
<ISRESERVEDBYUSERSGROUP>False</ISRESERVEDBYUSERSGROUP>
<MIMETYPE>application/msword</MIMETYPE>
<NAME>The quick brown fox jumps over the lazy dog-5.doc</NAME>
<PARENTDISPPATH>\user\Enterprise Workspace\Test</PARENTDISPPATH>
<PARENTID>4444</PARENTID>
<PARENTNAME>Test</PARENTNAME>
<PERMISSIONS>88887215</PERMISSIONS>
<RESERVED>Yes</RESERVED>
<RESERVEDBY>9999</RESERVEDBY>
<SUBTYPE>144</SUBTYPE>
<TYPE>2</TYPE>
<TYPENAME>Microsoft Word Document</TYPENAME>
<VERSIONNUM>2</VERSIONNUM>
<WB_ACCESSED_TIMESTAMP>2011/12/06 20:55:26:000</WB_ACCESSED_TIMESTAMP>
<WB_CREATED_TIMESTAMP>2011/12/06 20:55:26:000</WB_CREATED_TIMESTAMP>
<WB_LASTWRITE_TIMESTAMP>2011/12/06 20:55:26:000</WB_LASTWRITE_TIMESTAMP>
<WBMODIFYDATE>2011/12/06 20:52:01:000</WBMODIFYDATE>
</ORIGINAL>
</LiveLinkCheckedOutData>
We now have CS 10 UP4 on the same client machine (Office 2003/Win XP, but with Enterprise Connect framework 10.2 – instead of Livelink Explorer Pro 4.8.6 [because of CS 10 needed specs]), but now I cannot find the temp location (no temp doc or temp .xml file) when editing a LiveLink file.
I wrote a program that pulls specific data from the CoData.xml file and stamps word and excel files with this info. Now I cannot find where to access this data (after extensive searching through document, forums and working with OT support).
Does anyone know how to acess the local store for enterprise connect 10 and/or know where EC 10 stores local doc data when editing a file outside of CS10?
There has to be a local store of somesort for docuemnts to be edited inside MS Word and then checked back into EC 10.
Any help or insight would be greatly appreciated.