|
The following URLs are supported in Vibe, and might appear in the table above.
|
|
Permalinks
|
Permalinks are URLs that remain constant over time, and are used to reference individual workspaces, folders and entries. You can use them as bookmarks, or e-mail them to others. Copy and paste them as needed.
|
|
E-mail Addresses
|
If the folder owner has set up an e-mail address for this folder, then you can add entries directly into the folder via e-mail.
|
|
WebDAV URL
|
Use the WebDAV URL to access a folder directly as a file directory. Applications such as Windows Explorer and Microsoft Office can use a WebDAV URL to directly access the files stored in a Vibe folder.
|
|
iCal URL
|
You can use this URL to synchronize Vibe task and calendar folders to your desktop calendar application.
|
|
RSS URL
|
Folders can also be accessed using an RSS or ATOM Feed Reader or directly from the file system. Copy the RSS URL below and paste it into your RSS reader to access this folder as an RSS feed.
|
nobody?
I tracked the string "Simias.Sync.Log - Upload Close Entry LI: 1" from the error message down to the file simias-1.8.3.10200.0/src/core/Sync/ClientFile.cs , to location (around line 1098):
/// <summary>
/// Called to close the file.
/// </summary>
/// <param name="commit">True if changes should be commited.</param>
/// <returns>true if successful.</returns>
public virtual SyncNodeStatus Close(bool commit)
{
Log.log.Debug("Upload Close Entry LI: {0}",node.LocalIncarnation);
// Close the file on the server.
try
{
SyncNodeStatus status = syncService.CloseFile(commit);
if (commit && status.status == SyncStatus.Success)
{
node.SetMasterIncarnation(node.LocalIncarnation);
collection.Commit(node);