DataConnectIT:Appendix Log ID in Client
Jump to navigation
Jump to search
Editing DataConnectIT:07 Appendix Log ID in Client Jump to navigationJump to search
Contents
7.2 Log ID in Client
7.2.1.1 Error ID
| Error ID | |||
|---|---|---|---|
| Error ID | Error Description | Method | Class |
| 8000 | You cannot require a new license | RequestFile | AboutModel |
| 8001 | Move file had errors | MoveFile | AboutModel |
| 8002 | Exception in moving file | MoveFile | AboutModel |
| 8003 | Exception in loading response file | LoadResponseFile | AboutModel |
| 8004 | Error while update Config File | SaveConfig | ConfigModel |
| 8005 | Error while initialize SQL | InitSQL | DeviceConfigModel |
| 8006 | Exception while initialize OPC | InitOpc | DeviceConfigModel |
| 8007 | Exception while initialize TEXT | InitText | DeviceConfigModel |
| 8008 | Error while initialize InspectorGroups | Init | InspectorGroupListModel |
| 8009 | Service not found | Init | MainWindowModel |
| 8010 | Error in starting the Service | StartService | MainWindowModel |
| 8011 | Service is already stopped while try to stop it | StopService | MainWindowModel |
| 8012 | Could not stop the service manual | StopService | MainWindowModel |
| 8013 | Error in restarting the service manual | RestartService | MainWindowModel |
| 8014 | Service not running | GetServiceState | MainWindowModel |
| 8015 | Error in creation communication with the Service | GetServiceState | MainWindowModel |
| 8016 | Exception in the GetService state | GetServiceState | MainWindowModel |
| 8017 | Error in export the configuration file | ExportConfig | MainWindowModel |
| 8018 | Error while initialize the OPC Model | Init | OpcServerModel |
| 8019 | Error while load the group in the Project | LoadGroup | ProjectModel |
| 8020 | Exception in save the project | SaveProject | ProjectModel |
| 8021 | Exception in show Controllers Items | ShowControllerItems | ProjectModel |
| 8022 | Error in remove an item from Project | RemoveItem | ProjectModel |
| 8023 | Error while remove all items from the group | RemoveAlleItems | ProjectModel |
| 8024 | Error in loading the Configuration file | LoadConfig | ConfigFileHandler |
| 8025 | Error in reading the Configuration file | ReadConfiguration | ConfigFileHandler |
| 8026 | Error while saving the configuration file | SaveConfiguration | ConfigFileHandler |
| 8027 | Exception in database | _controller_OnError | DatabaseHandler |
| 8028 | Error while getting productid | GetProductId | LicenseHandler |
| 8029 | License key does not match this machine or is invalid | SaveLicenseKey | LicenseHandler |
| 8030 | License key is invalid | SaveLicenseKey | LicenseHandler |
| 8031 | Cannot connect to OPC server | ConnectOpcServer | OpcServerHandler |
| 8032 | Error while connecting to the OPC Server | ConnectOpcServer | OpcServerHandler |
| 8033 | Error while disconnect from OPC server | DisconnectOpcServer | OpcServerHandler |
| 8034 | Error while reading items from OPC server | ReadItemValuesFromOpcServer | OpcServerHandler |
| 8035 | Message from the Service | StartListening | ServiceAlertHandler |
| 8036 | Error while save the new configuration to the service | SaveConfigToService | ServiceProtocolHandler |
| 8037 | Getting error response from the SERVICE | SaveConfigToService | ServiceProtocolHandler |
| 8038 | Exception in the saving new config in the service | SaveConfigToService | ServiceProtocolHandler |
| 8039 | Error while creating temporary file | CreateTempConfigForTheService | ServiceProtocolHandler |
| 8040 | Error while trying to stop the trigger process | StopTheTriggerProcess | ServiceProtocolHandler |
| 8041 | Error while sending to the Service | StartTheTriggerProcess | ServiceProtocolHandler |
| 8042 | Getting error response from the SERVICE | StartTheTriggerProcess | ServiceProtocolHandler |
| 8043 | Exception while start trigger process | StartTheTriggerProcess | ServiceProtocolHandler |
| 8044 | Error while sending to the Service | GetLicenceStatus | ServiceProtocolHandler |
| 8045 | Getting error response from the SERVICE | GetLicenceStatus | ServiceProtocolHandler |
| 8046 | Exception while getting licence status | GetLicenceStatus | ServiceProtocolHandler |
| 8047 | Error while sending to the Service | SetLicenceStatus | ServiceProtocolHandler |
| 8048 | Exception while setting licence status | SetLicenceStatus | ServiceProtocolHandler |
| 8049 | Error while sending to the Service | LicenceStatus | ServiceProtocolHandler |
| 8050 | Exception while in licence status | LicenceStatus | ServiceProtocolHandler |
| 8051 | Error while sending to the Service | Start_DemoTimer_Service | ServiceProtocolHandler |
| 8052 | Exception while starting the demo timer in the service | Start_DemoTimer_Service | ServiceProtocolHandler |
| 8053 | Error while remove group from the Project | RemoveGroup | ApplicationHelper |
| 8054 | Error while adding item to a group | AddItemToGroup | ApplicationHelper |
| 8055 | Error while remove all groups from the project | RemoveAllGroups | ApplicationHelper |
| 8056 | Error in set in demo | SetInDemo | ApplicationHelper |
| 8057 | Error while reading from the Service | ReadStringFromService | ServiceReadWrite |
| 8058 | Error while writing in the Service | WriteStringToService | ServiceReadWrite |
| 8059 | Error while click to add a group | AddGroup_Clicked | UcProject |
| 8060 | Error while clicked remove group | RemoveGroup_Clicked | UcProject |
| 8061 | Error while clicked remove all groups | RemoveAllGroups_Clicked | UcProject |
| 8062 | Error while clicked configure a trigger | TriggerConfig_Clicked | UcProject |
| 8063 | Error while adding to the inspector | AddToInspector_Clicked | UcViewTags |
| 8064 | Error while closing main window | ExitMainWindow | MainWindow.xaml |
| 8065 | Error while closing main window and service | ExitMainWindowAndService | MainWindow.xaml |
| 8066 | Error while import a configuration file | Import_Clicked | MainWindow.xaml |
| 8067 | Error while exporting a configuration file | Export_Clicked | MainWindow.xaml |
| 8068 | Could not get the licence from the Service | ValidateLicence | MainWindowModel |
| 8069 | Error writing to the service | ReStartTriggerProcess | ServiceProtocolHandler |
| 8070 | Read error from the service | ReStartTriggerProcess | ServiceProtocolHandler |
| 8071 | Exception in the method Restart trigger process | ReStartTriggerProcess | ServiceProtocolHandler |
| 8072 | Error adding file items to inspector | AddAllFileItemsToInspector | ProjectModel |
| 8073 | Load FileDevice setup file | LoadFileSetupFile | ProjectModel |
| 8074 | Error Getting SQL parameters for group | assignSQLParameters | ProjectModel |
| 8075 | Error assigning SQLParameters | assignSQLParameters | ProjectModel |
| 8076 | Error Getting SQL parameters | GetStoredProcedureParams | DeviceConfigModel |
| 8077 | Error initialising FileDevice | InitFile | DeviceConfigModel |
| 8078 | Error Using configurations to load setup file | LoadFileSetupFile | ProjectModel |
| 8079 | You need to configure the File device first | LoadSetupFile_Click | UcProject |
| 8080 | Load FileDevice setup file | LoadFileSetupFile | UcProject |
| 8081 | Error on Init Webservice | InitWebservice | DeviceConfigModel |
| 8082 | |||
7.2.1.2 Info ID
| Info ID | |||
|---|---|---|---|
| Info ID | Info Description | Method | Class |
| 6000 | File reset done | RequestFile | AboutModel |
| 6001 | Request file created | RequestFile | AboutModel |
| 6002 | Configuration file updated | SaveConfig | ConfigModel |
| 6003 | Sql connection established | TestConnection | DeviceConfig |
| 6004 | SQL Connection established | TestConnection | GroupPropertiesModel |
| 6005 | Demo has expired | demoTImer_Tick | MainWindowModel |
| 6006 | Service is running | StartSevice | MainWindowModel |
| 6007 | Service is stopped | StopService | MainWindowModel |
| 6008 | Service is restarted | RestartService | MainWindowModel |
| 6009 | OPC server saved | SaveServerName | OpcServerModel |
| 6010 | Unsaved changes | SaveGroup | ProjectModel |
| 6011 | Configuration file saved and sent to the Service | SaveConfiguration | ConfigFileHandler |
| 6012 | Exporting configurtion file | SaveConfiguration | ConfigFileHandler |
| 6013 | Successfully registered license key | SaveLicenseKey | LicenseHandler |
| 6014 | Successfully reconnected to OPC server | ConnectOpcServer | OpcServerHandler |
| 6015 | Successfully connected to OPC server | ConnectOpcServer | OpcServerHandler |
| 6016 | Successfully disconnected from OPC server | DisconnectOpcServer | OpcServerHandler |
| 6017 | Getting OPC server status | GetServerState | OpcServerHandler |
| 6018 | PipeServer disconnected | StartListening | ServiceAlertHandler |
| 6019 | Message from the Service | StartListening | ServiceAlertHandler |
| 6020 | Disconnect from service | DisconnectFromService | ServiceProtocolHandler |
| 6021 | Sucessfully saved the new config to the service | SaveConfigToService | ServiceProtocolHandler |
| 6022 | Demo test the date time | Start_DemoTimer_Service | ServiceProtocolHandler |
| 6023 | DataConnectIT will close | OnClosing | MainWindow.xaml |
7.2.1.3 Warning ID
| Warning ID | |||
|---|---|---|---|
| Warning ID | Warning Description | Method | Class |
| 7000 | Insert a licence number | RequestFile | AboutModel |
| 7001 | You already have a request pending | RequestFile | AboutModel |
| 7002 | Could not create file | RequestFile | AboutModel |
| 7003 | The file had errors, contact Nolek | LoadResponseFile | AboutModel |
| 7004 | File not found | LoadResponseFile | AboutModel |
| 7005 | Check the Log file | SaveConfig | ConfigModel |
| 7006 | Exception in SQL connection | TestConnection | DeviceConfigModel |
| 7007 | Exception in SQL connection | TestConnection | DeviceConfigModel |
| 7008 | Service is already running | StartService | MainWindowModel |
| 7009 | Config saved but service not connected, try again | SaveProject | ProjectModel |
| 7010 | Config saved but not sent to the Service, try again | SaveProject | ProjectModel |
| 7011 | Message from the Service | StartListening | ServiceAlertHandler |
| 7012 | DataDevice not set up right | AddAllFileItemsToInspector | ProjectModel |
| 7013 | Error Getting SQL parameters for group | assignSQLParameters | ProjectModel |
| 7014 | Error Creating License Request | RequestFile | AboutModel |
| 7015 | |||
| 7016 | |||
7.2.1.4 Always ID
| Always ID | |||
|---|---|---|---|
| Always ID | Always Description | Method | Class |
| 9000 | Move file created | MoveFile | AboutModel |
| 9001 | Demo license installed correct | LoadResponseFile | AboutModel |
| 9002 | License installed correct | LoadResponseFile | AboutModel |
| 9003 | DataConnectIT started | Init | MainWindowModel |
| 9004 | Message from the Service | StartListening | ServiceAlertHandler |
| 9005 | Loaded Parameters | GetStoredProcedureParams | DeviceConfigModel |