powered by CADENAS

Manual

Manual

1.3.8. Configuration

$CADENAS_SETUP/partwarehouse:

  • pwclient.cfg

    Client connection data

    [Component.catalog_component]
    type=PWCORE::Eventstore
    autoconnect=13
    FileStore.type=PSOLSERVICE::DirectoryFileStore
    FileStore.Path=\\servername\CLASSIFY\pdc_store\filestore
    #FileStore.Path=\\45.78.220.196\pdc_filestore
    Transport.id=appserver_transport
    Transport.type=appserver
    
    [Component.index_component]
    type=PWCORE::IndexService
    Transport.id=appserver_transport
    Transport.type=appserver
    
    [PW2PSolExport]
    MaxEventCount=512

    [Note] Note

    The index update also uses the configuration file pwclient.cfg. See block [Component.index_component].

  • pwserver.cfg

    Server settings: Contains username and password for database login, among others.

    [Server]
    ServerId=
    ServerName=
    BasePath=
    
    [Transport.appserver_transport]
    type=appserver
    
    #[Transport.jms_transport]
    #type=jms
    #port=61613
    #password=password
    #destination_type=queue
    #host=127.0.0.1
    #destination_name=pwserver
    #user=admin
    
    [Component.catalog_component]
    type=PWCORE::CatalogProvider
    ProjectDir=\\servername\CLASSIFY\pdc_store
    DataBaseType=SQLServer
    ConnectionString=DRIVER={SQL Server Native Client 11.0};DATABASE=PWServer;
     SERVER=servername;UID=sa;Pwd=12345678;
    #ConnectionString=PWServerDB
    FileStore.type=PSOLSERVICE::DirectoryFileStore
    FileStore.Path=\\inpartconv01\CLASSIFY\pdc_store\filestore
    
    [Component.index_component]
    type=PWCORE::SearchIndexProvider
    IndexPath=\\servername\CLASSIFY\pdc_store\index
    
    [Component.search_component]
    type=PWCORE::SearchService
    IndexPath=\\servername\CLASSIFY\pdc_store\index

  • userroles.cfg

    Here, you can define roles for different users. For example, for your windows login, set the role "admin".

    In accessrights.cfg, set the desired access rights for the role „admin“.

    Example:

    windowslogin = admin
    
    # user1 = role1,role2,role3
    # user2 = role1
    # etc.
    
    # examples:
    # mylogin = admin
    # otherlogin = werk1,werk2,werk3
    
    # user1 = role1,role2,role3
    # user2 = role1
    # etc.
    
    # otherlogin = werk1,werk2,werk3

  • accessrights.cfg

    Access rights for catalogs, classes (subclasses), products and attributes: See Section 1.3.9, “Roles / Rights ”.

$CADENAS_USER

  • partdatacenter.cfg

    Data sources and Processes are hidden by default.

    In partdatacenter.cfg, in the block „DisableProcessNodes“ set „showNodes=true“.

    [DisableProcessNodes]
    showNodes=true