-
Text Attribute Extension Content Type Mapping
We're preparing the migration of documents from three Sharepoint sites to Content Server. We want to know if it's possible to map Sharepoint Fields (Columns) of type Choice with attribute extensions of Content Server categories (Text Table Key LookUp)? Is it possible to change this behavior by modifying the…
-
Copy Folder/Document from Content Server to SharePoint Online
Hello All, From the documentation contained within AGA latest release (16.2.10), the ability to copy a folder/document from Content Server to SharePoint on-premise is being achieved using the Enterprise Library Web Part. This Web Part however does not seem to be available for SharePoint Online - is this correct? For…
-
Can not decode cookie
I am using CSP 16.2.7 and SPS2013-use images from Technical Marketing. I have created a webpart in SP for my workflow inbox that displays correctly, but when I select a link I get "Content Server Error - could not decode cookie". Any ideas?
-
AGA XmlConfigUserNameMapper Setup
Hello, We are trying to setup the Xml Configured User Name Mapper as our default User Mapping Provider in a new SharePoint 2013 environment. We have used the sample project from here (https://knowledge.opentext.com/knowledge/llisapi.dll?func=ll&objId=62496773&objAction=browse) to generate a DLL & register it in the GAC on…
-
Interactive archiving to the Enterprise Library feature is greyed out
Interactive archiving to the Enterprise Library feature is greyed out so can't push doc from share point to CS. Anyone seen this before?
-
Using LapiWorkflow.ListWorkflowInbox Method
Hi Everybody, Does anybody know how to get workflow tasks list correctly? I try using the follwing code: int TaskCount = 0; LLRecArray TaskList = new LLRecArray(); livelinkConnection.LapiWorkflow.ListWorkflowInbox("Todo2", "SubWork_Title like 'Request for%'", "SubWorkTask_DateReady DESC", (long)1, 0, out TaskCount, out…
-
[EXTERNAL] - Risposta Non al computer You do not have permissions to create Folder Items. Subtype 0
Sono assente. Rientrerò in ufficio il 05/06/2017. Avrò accesso limitato alla posta. Non appena possibile vi risponderò. Per urgenze inviare una mail all'indirizzo DSI-Delivery_Tecnologica@gruppohera.it<mailto:DSI-Delivery_Tecnologica@gruppohera.it> Oppure chiamatemi e appena possibile vi richiameró Cordiali Saluti, Luca…
-
You do not have permissions to create Folder Items. Subtype 0
Dear All, We are facing an issue where a user is trying to upload document a certain folder in CS from sharepoint but it keeps prompting the user You do not have permissions to create Folder Items. (Subtype: 0) error. The user has "Add Items" Permissions and able to upload directly into the same folder from local computer.…
-
Changing Default Access (Public Access) for CS object using AGA SDK
Does anybody know how to change Public Access permissions using AGA SDK?
-
How to retrieve Annotation directly from archive server
Hi all, We are using archive server to store the invoice images in VIM scenario. Users are allowed to save annotaions along with the invoice images into archive server. I am trying to retrieve the annotation directly form the archive server using the document archive ID. On this regards I have few queries, 1. Dinfo command…
-
Sharepoint AGA 10.8 protocol handlers documention and full or incremental crawl of content Server
Hi Guys, Does anyone have documentation on protocol handlers for AGA 10.8? we are trying to configure hybrid search for Sharepoint online/office 365. Could not find any documentation or approach in KC. Please advise. Cheers, K.
-
Changes/modifications within SharePoint environment when installing AGA
Hello all, I am curious to know what happens to my SharePoint environment when/after installing the Application Governance & Archiving in an on-premises SharePoint environment. What exactly will be added or modified within my system environment? I already checked the Installation Guide and recent Release Notes…
-
Automate the creation of archiving rules
Hi, Im trying to automate via the API the creation of Archiving rules. through alot of digging arround i've manaed to get this far Microsoft.SharePoint.Administration.SPAdministrationWebApplication centralWeb = SPAdministrationWebApplication.Local; string webAppUrl = centralWeb.Sites[0].Url; using (SPSite site = new…
-
Mapping properties question
Hi I'm trying to map the properties from a Sharepoint document to the document I'm about to archive. I'm following the LinkFile example in the SDK. I have successfully archived the document, and I have successfully set the technical properties. However, I'm now trying to map the other properties. IContentTypePropertyMapper…
-
Trigger document archiving from SharePoint workflow
Hello, Is there a way how to trigger document archiving from SharePoint workflow, for example, when document goes through workflow and if it is approved then published to CS. I know that this is not available in standard solution (except if scheduled / profile archiving is configured to check, for example, document status)…
-
Number of items per page in Enterprise library
Hello everyone, As we know, we can always modify the number of items per page in the settings of Enterprise Library. If I get in the library, and I select to open a folder in a new tab, or just copy the link of the folder and open in a new tab in the browser, I find the the is something like…
-
How to display custom metadata in result of 'Search this foler'
Hello everyone, It is about the search result display of the Search this folder feature in Enterprise Library. For example, I can add an Enterprise Library Search Results web part in a search result page name Page1 in Sharepoint, and I can use the customized XSL tto define which file metadata will be displayed in search…
-
Custom Site Creation Workflow Issue 3
I have created custom site creation workflow and deployed in PROD. It was working fine and suddenly it started throwing error in creating users in content server through API. Is there any change in API. I have attached error screenshots for reference.
-
Where is the Online Help?
When creating a library profile, I need to find all the replacement tags and variables to dynamically build a folder structure in Content Server that mirrors the Site structure in SharePoint. These replacement tags are specified in the Folder Structure Prefix area. They mention that additional replacement tags and…
-
Dynamic destination folder during configuration of library profiles
* Can multiple library profiles be associated with one SharePoint library? * For automated archiving, is there a way to dynamically specify a folder destination when creating a library profile for automated archiving? Basically, the client today is creating a SharePoint site for every Project they have. In Content Server,…