Posts

Showing posts from June, 2018

Filnet P8 Connection

Image
Renaming the C# Source File When you created the project, Visual Studio generated a C# source file,  Program.cs , by default. Rename this file to better reflect its purpose. In the Solution Explorer pane, right-click  Program.cs  and click  Rename . Type over the existing name, for example,  P8Connector.cs . In the prompt for renaming all project references to this file, click  Yes . Coding the Connection If the C# source file is not already open, double-click its name in the Solution Explorer pane. In the code pane, immediately above the  namespace  line (such as  namespace P8ApiSample ), insert the following code, replacing the existing  using statements. using System; using System.Collections.Generic; using System.Diagnostics; using FileNet.Api.Authentication; using FileNet.Api.Core; using FileNet.Api.Util; In the code pane, within the class definition (such as within  class P8Connector ), insert the followi...

Active Directory Installation

Image
Please see the below link to install Active Directory in our machine. https://www.microsoft.com/en-us/download/details.aspx?id=7887 Steps: 1)       Download software based on 64 bit or 86 bit OS. 2)       Once the package is installed, go to control panel. Programs and Features. 3)       Select all options in ‘Remote Server Administration Tools’ 4)       Select all options and click OK. It will install automatically. 5)       Once it is installed, we will be able to see Active Directory Users and Computers under Start menu. 6)       You can find name or group in Find option under Action menu.