Wan

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 16 total)
  • Author
    Posts
  • in reply to: ScadaScheme can't run #898
    Wan
    Participant

    beacuse “settFileName” is null.

    in reply to: ScadaScheme can't run #894
    Wan
    Participant

    My SCADA-Server service and Server-Communicator are running.

    in reply to: ScadaScheme can't run #893
    Wan
    Participant

    <ERR> Unsuccessful login attempt: admin – server communication settings is not loaded??

    in reply to: ScadaScheme can't run #891
    Wan
    Participant

    yes, I do it.
    But also have this error
    Error:Insufficient rights.
    ——————————-

    public partial class ScadaScheme : System.Web.UI.Page
    {
    protected void Page_Load(object sender, EventArgs e)
    {
    // получение данных пользователя
    UserData userData = UserData.GetUserData();

    // вход в систему для отладки приложения
    if (!userData.LoggedOn)
    {
    string errMsg;
    userData.Login(“admin”, “12345”, out errMsg);
    }

    // проверка входа в систему
    if (!userData.LoggedOn)
    throw new Exception(CommonPhrases.NoRights);

    // инициализировать данные приложения SCADA-Схема
    SchemeApp.InitSchemeApp(SchemeApp.WorkModes.Monitor);
    }
    }

    in reply to: ScadaScheme can't run #889
    Wan
    Participant

    if (!userData.LoggedOn)
    throw new Exception(CommonPhrases.NoRights);

    Error:Insufficient rights.

    in reply to: ScadaScheme can't run #887
    Wan
    Participant

    ScadaScheme.log “<ERR> Unable to load scheme because user is not logged on. Host: ::1”

    I don’t know Sequence of operations

    in reply to: ScadaScheme can't run #882
    Wan
    Participant

    I changed my viewSet as below scheme/ScadaScheme.aspx?viewSet=0&view=1.
    but also error

    “Error is :Не удалось загрузить схему”

    My original viewSet is “scheme/ScadaScheme.aspx?viewSet=3&view=1”

    Thanks for the hard work

    in reply to: ScadaScheme can't run #881
    Wan
    Participant

    Thank you for you.
    can I Suggest your new scheme Functions?

    in reply to: SCADA-Scheme Editor does not work #839
    Wan
    Participant

    I solved the “wcf service error:遠端伺服器傳回一個錯誤: NotFound” problem.
    I deleted my pc all .net and installed the .net 4.5.
    I successfully launched.
    but installed the .net 4.0 error also exist.
    Thank you very much.

    in reply to: SCADA-Scheme Editor does not work #837
    Wan
    Participant

    Thank you Mikhail,I email for you and I have others problems

    in reply to: SCADA-Scheme Editor does not work #834
    Wan
    Participant

    I deleted my pc all .net framework and install .net framework 4.0

    enter: http://localhost/scada/scheme/ScadaSchemeSvc.svc

    my screenshot content is

    “Application error: Security settings for this service require ‘Anonymous’ Authentication but it is not enabled for the IIS application that hosts this service.”

    in reply to: SCADA-Scheme Editor does not work #833
    Wan
    Participant

    Ошибка при работе приложения: 主機 (‘IntegratedWindowsAuthentication’) 上設定的驗證配置不允許繫結 ‘BasicHttpBinding’ (‘Anonymous’) 上設定那些配置。請確認 SecurityMode 已設定為 Transport 或 TransportCredentialOnly。此外,透過 IIS 管理工具、ServiceHost.Authentication.AuthenticationSchemes 屬性,在應用程式組態檔的 <serviceAuthenticationManager> 元素變更此應用程式的驗證配置、更新繫結上的 ClientCredentialType 屬性或調整 HttpTransportBindingElement 上的 AuthenticationScheme 屬性可以解決此問題。

    in reply to: SCADA-Scheme Editor does not work #831
    Wan
    Participant

    no,my pronlem also exist ..

    in reply to: SCADA-Scheme Editor does not work #826
    Wan
    Participant

    Thanks you.
    but my pc is win7,so I don’t have NET 4+ in my windows features ,only have net 3.5.1
    so win7 can’t run ???
    I have try install net 4+,but my windows features can’t find .net 4+ .
    Do you have others method?

    in reply to: SCADA-Scheme Editor does not work #824
    Wan
    Participant

    my ScadaScheme error: Не удалось загрузить схему

Viewing 15 posts - 1 through 15 (of 16 total)