install eB v16.7.2 on the app server

I have install v16.7.2 on the app server

I have open the SMC and click on the DKP-D-EB01 I am getting the error below

Is there on a step by step guide to install to install the Https on windows 2016

Parents Reply Children
  • HI Jurie,
    Any Update on the error message and the link I shared with you to resolve the issue?

    Regards,
    Manav B.



  • Hi Manav

    No unfortunitly it did not work

    See the windows error logs there are 4

    eB.Setup.Console.exe:

     Tracing is currently enabled for is process which may affect the system performance. Switch tracing off if it is not used.

    Used .config file C:\Program Files\Bentley\eB\Server\eB.Setup.Console.exe.Config.

     

    1. eB Service Manager:

     Failed on the service background start.

     

    System.Configuration.ConfigurationErrorsException: ID0012: Failed to create an instance of 'eB.Common.Security.FederationMetadata.BentleyImsNameRegistry, eB.Common, Version=16.7.1.1, Culture=neutral, PublicKeyToken=a3739844efdab314' from configuration. ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Net.WebException: The remote server returned an error: (407) Proxy Authentication Required.

       at System.Net.HttpWebRequest.GetResponse()

       at System.Xml.XmlDownloadManager.GetNonFileStream(Uri uri, ICredentials credentials, IWebProxy proxy, RequestCachePolicy cachePolicy)

       at System.Xml.XmlUrlResolver.GetEntity(Uri absoluteUri, String role, Type ofObjectToReturn)

       at System.Xml.XmlTextReaderImpl.OpenUrlDelegate(Object xmlResolver)

       at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)

       at System.Threading.CompressedStack.Run(CompressedStack compressedStack, ContextCallback callback, Object state)

       at System.Xml.XmlTextReaderImpl.OpenUrl()

       at System.Xml.XmlTextReaderImpl.Read()

       at System.Xml.XmlReader.MoveToContent()

       at System.Xml.XmlReader.IsStartElement(String localname, String ns)

       at System.IdentityModel.Metadata.MetadataSerializer.ReadMetadataCore(XmlReader reader, SecurityTokenResolver tokenResolver)

       at System.IdentityModel.Metadata.MetadataSerializer.ReadMetadata(XmlReader reader, SecurityTokenResolver tokenResolver)

       at eB.Common.Security.FederationMetadata.BentleyImsNameRegistry.BentleyImsMetadata..ctor(XmlTextReader reader)

       at eB.Common.Security.FederationMetadata.BentleyImsNameRegistry.PopulateFromMetadata()

       at eB.Common.Security.FederationMetadata.BentleyImsNameRegistry..ctor()

       --- End of inner exception stack trace ---

       at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck)

       at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)

       at System.Activator.CreateInstance(Type type, Boolean nonPublic)

       at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, StackCrawlMark& stackMark)

       at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)

       at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture)

       at System.IdentityModel.Configuration.TypeResolveHelper.Resolve[T](ConfigurationElementInterceptor customTypeElement, Type customType)

       --- End of inner exception stack trace ---

       at System.IdentityModel.Configuration.TypeResolveHelper.Resolve[T](ConfigurationElementInterceptor customTypeElement, Type customType)

       at System.IdentityModel.Configuration.IdentityConfiguration.GetIssuerNameRegistry(IssuerNameRegistryElement element)

       at System.IdentityModel.Configuration.IdentityConfiguration.LoadHandlerConfiguration(IdentityConfigurationElement element)

       at System.IdentityModel.Configuration.IdentityConfiguration.LoadConfiguration(IdentityConfigurationElement element)

       at System.ServiceModel.Description.ServiceCredentials.set_UseIdentityConfiguration(Boolean value)

       at System.ServiceModel.Configuration.ServiceCredentialsElement.ApplyConfiguration(ServiceCredentials behavior)

       at System.ServiceModel.Configuration.ServiceCredentialsElement.CreateBehavior()

       at System.ServiceModel.Description.ConfigLoader.LoadBehaviors[T](ServiceModelExtensionCollectionElement`1 behaviorElement, KeyedByTypeCollection`1 behaviors, Boolean commonBehaviors)

       at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(ServiceHostBase host, ServiceDescription description, ServiceElement serviceElement, Action`1 addBaseAddress, Boolean skipHost)

       at System.ServiceModel.ServiceHostBase.LoadConfigurationSectionInternal(ConfigLoader configLoader, ServiceDescription description, ServiceElement serviceSection)

       at System.ServiceModel.ServiceHostBase.ApplyConfiguration()

       at System.ServiceModel.ServiceHostBase.InitializeDescription(UriSchemeKeyedCollection baseAddresses)

       at System.ServiceModel.ServiceHost..ctor(Object singletonInstance, Uri[] baseAddresses)

       at eB.Service.ServiceProviderBase.CreateAndOpenServiceHost(String hostDisplayName, Type serviceType, Object singletonInstance, Boolean addHttpBinding)

       at eB.Service.Manager.StartupObject.<>c__DisplayClass5.<OnStart>b__3()

     Inner Exception: Exception has been thrown by the target of an invocation.

      

    2. eB.Service.Manager:

     

    Your system is configured to use the basic encryption level. This is only recommended for testing and development systems. To avoid security risks on production systems please configure your system to use the advanced encryption level with a certificate.

      

    3.  eB Service Manager:

     

    /C netsh http add sslcert ipport=0.0.0.0:443 certhash=23BE01F6A23D434E837853EC5B5FCD1DAFB8A49E appid={1cb1c0e7-5cb6-453c-b8f1-a7468da2c927} certstorename=my

    '

    SSL Certificate add failed, Error: 183

    Cannot create a file when that file already exists.

     

    4. eB Service Manager:

     

    A powershell script to create and install a self-signed certificate already exists.

    Answer Verified By: Carma De Villiers