Problems deactivating IDAS on a newly installed historian.

Hi, 

I just installed historian 23, and set it up as a partner retrieving data from Appserver only, It is running fine and syncing with the primary, but It continously gives me a warning trying to connect to IDAS . I have not activated any IDAS (see combined screenshot of log and IDAS properties window.) How do I completely deactivate this so I can get rid of the warning.??

Parents
  • Haven't seen this before. Tried a little to reproduce on a local system without success. Some guesses at things to check/consider:

    1. Have you made any changes to the service identity for "AVEVA Historian Configuration"? 
    2. Have you tried with the IDAS enabled (even though you don't need it)?
    3. Try re-running the "AVEVA Historian-->Security" configuration in the Configurator 
  • Hi Elliot,

    this message came immediately after fresh historian installation, it has then only been configured as a partner to a primary server. After noticing the warning I tried disabling and enabling the IDAS through the IDAS properties and remembered to commit pending changes.  (on a side note: the "committing changes"  requirement is not obvious)

    After giving up, I decided to uninstall the historian completely and re-install config it to drop and create a new database. 

    It still continues. 

    I also found a technote called "fixing the IDAS deadlock" I tried deleting  the idascfg_xxx.dat  file in the C:\ProgramData\ArchestrA\Historian\IDAS\Configurations

    I also tried adding a random IO server by right clicking on IDAS and then deleting it again....

    tried disabling the connection to the SMS and re connecting through the configurator.

    What puzzles me is that it still comes with the warning even though i shutdown the historian completely, the log below is while the historian is in shutdown mode.

    Will try redoing the security configuration as suggested and let you know.

  • Tried configuring security again, by removing and adding users. still the same Slight smile

    filtered log aahidas component

  • Look at the directories within "C:\ProgramData\ArchestrA\Historian". There will probably be some IDAS configuration files (delete those) and there will be a "StartupConfig.xml"--this file is needed and should have one "application" element for "owinhost"--if it has more than one, create a copy of the file and then remove any other "application" elements.

    Have you possibly installed and configured the "Insight Publisher" on this node? 

Reply
  • Look at the directories within "C:\ProgramData\ArchestrA\Historian". There will probably be some IDAS configuration files (delete those) and there will be a "StartupConfig.xml"--this file is needed and should have one "application" element for "owinhost"--if it has more than one, create a copy of the file and then remove any other "application" elements.

    Have you possibly installed and configured the "Insight Publisher" on this node? 

Children
  • Hi Elliot,

    regarding  your question about insight publisher, 

    I do not recall installing it but I can see that I have the following folder path

    C:\Program Files (x86)\Wonderware\InTouch\InsightPublisher

    It does not show in the windows uninstall programs menu. 

    regarding the startupconfig.xml

    contents are:

    <?xml version="1.0" encoding="utf-16"?>
    <hcapConfiguration xmlns:xsd="">www.w3.org/.../XMLSchema" xmlns:xsi="">www.w3.org/.../XMLSchema-instance">
    <application pipeName="OWINHost">
    <path>C:\Program Files (x86)\Wonderware\Historian\x64\aahOwinHostlocal.exe</path>
    <argument />
    <keepAliveTimeout>15</keepAliveTimeout>
    <KeepAliveMethod>0</KeepAliveMethod>
    <enable>true</enable>
    </application>
    </hcapConfiguration>

    are there any alterations I should make to it?

    regarding config files

    I had already deleted the following file

    idascfg_xxx.dat  file in the C:\ProgramData\ArchestrA\Historian\IDAS\Configurations , it then got re-created after restart of historian.

     

    I also tried deleting another file  aahIDAS.config located C:\ProgramData\ArchestrA\Historian\IDAS

    but it didn't get re-created so I put that one back.

    Are there other config files I should try deleting?

    As you see your collegue Jacky has some suggestion, next step is to try those,

    will let you know.  and thank you!