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.??

  • 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? 

  •   ,

    It appears that this Historian node had been configured as a remote IDAS node. If IDAS appears on Configurator as shown below, highly likely IDAS had been configured as standalone to communicate with a remote Historian. Anyway, when the entire Historian features (including integrated IDAS) were installed on this node, IDAS part was not merged together because both IDAS components were configured independently. It might be good idea to prompt users for merging IDAS in future releases.


    There is no way to disable the standalone IDAS configuration in Configurator. We have to manually workaround this issue. So, try to stop aahSupervisor.exe via  and see if it will stop warning messages. Alternatively, remove its IDAS configuration in the following steps.

    • Rename aahIDAS.config from C:\ProgramData\ArchestrA\Historian\IDAS to aahIDAS.config.xtx
    • Rename StartupConfig.json from C:\ProgramData\ArchestrA\Historian\Hosting\Configuration to StartupConfig.json.xtx
    • Historian may be required to restart.
    • Check aaLogger if those waring messages are suppressed.
    • Talk to Technical Support and they will help you removing the IDAS part of Historian from Configurator Plugins if you think it is annoyed.

    Good luck!

    Regards,

    Jacky

  • 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!

  • Hi Jacky,

    stopped the service as you suggested.

    Warnings have stopped appearing in logger. 

    That is sufficient solution for me  so I will not take any further steps, unless disabling this service has some negative interaction with other aspects of the system. ?

    Otherwise I am just happy to have a clean log!

    The IDAS category is not shown in configurator, but I do recall it being there during re-installation of historian. (previously tried uninstalling and re-installing to see if it would help, i remember seeing the IDAS option but could not uncheck it)

    This might also have something to do with me activating a SMS after installing historian for the first time.

    Anyway

    thank you!