Identifying Unknown Email Sources

Receiving Blank or Unknown Emails From FactoryWiz

Email Troubleshooting

Email Configuration Settings

To find out where emails are being sent from, go to the MySql console in FactoryWiz CONFIG > Database > Console.

Run the following command: select * from emailqueue order by eqadded desc limit 100

The EQModule column tells you which module is sending the email. If the module is machine type specific (FOCAS / Mazak / Etc), then it is an alert being being such as an excessive amount of time in a status or macro variable. If this is the case and you want to find out which machine, add {CNC} to the body of the email profile sending this email.


    • Related Articles

    • Preparing for FactoryWiz Monitoring

      Preparing for FactoryWiz Monitoring FactoryWiz Installation This document is to help you understand the preparation which is required to ensure that your system deployment goes as smoothly as possible. We want to make sure that you have a good ...
    • 1.1 Accessing FactoryWiz

      FactoryWiz is viewed and accessed using a web browser. Enter the server name (or IP address) of the FactoryWiz server into the web browser address bar. Figure 1‑1 Login Window To access FactoryWiz, the device you are using will need to be on the same ...
    • FactoryWiz ERP Integration

      FactoryWiz is an open system, meaning it provides opportunities for bidirectional communication with other systems. In the FactoryWiz manual there is a Data Dictionary section which highlight the data you will want to capture, as well as Data ...
    • FactoryWiz Monitoring Logout Timer

      Monitoring Logout Timer How to change how long before FactoryWiz logs you out Remote access the FW server. Open IIS (internet information services) In the left tree, expand sites and select wwwroot2019 Select SESSION STATE In the cookie settings ...
    • How to Restart FactoryWiz Services

      FactoryWiz talks to most machine controls (CNC / PLC) with a dedicated windows service for each control type. By that we mean all Fanuc's are controlled by one service (RYM FOCAS) and all Mazak's controlled by another service (RYM Mazak). A lot of ...