What to do when a Platform login is failing
Platform login failures can prevent access to Niagara Stations and Supervisors. This guide provides systematic troubleshooting steps to identify and resolve common login issues.
Overview
Platform login failures can occur due to:
- Authentication Issues: Incorrect credentials or passphrase
- Network Problems: Connectivity issues between Workbench and Station
- Service Issues: Platform services not running properly
- Configuration Problems: Incorrect platform or Station configuration
- Security Settings: Firewall or security policy blocking connections
Initial Diagnosis
Step 1: Identify Error Message
Note the exact error message:
- "Authentication Failed": Credential or passphrase issue
- "Connection Refused": Network or service issue
- "Host Not Found": DNS or hostname resolution issue
- "Timeout": Network latency or firewall issue
- "Platform Service Not Available": Service not running
Step 2: Check Basic Connectivity
Verify basic network connectivity:
- Ping Test: Ping the Station hostname or IP address
- Port Check: Verify platform port is accessible (typically 1911)
- Firewall: Check if firewall is blocking connections
- Network Path: Verify network path to Station
Step 3: Verify Service Status
Check if platform services are running:
- Station Service: Verify Station service is running
- Platform Service: Check platform service status
- Web Supervisor: Verify Web Supervisor is running (if applicable)
- Service Logs: Review service logs for errors
Step-by-Step Troubleshooting
Issue 1: Authentication Failed
Symptoms
- Error: "Authentication Failed" or "Invalid Credentials"
- Cannot connect despite correct username/password
Solutions
Check Username and Password:
- Verify Credentials: Double-check username and password
- Case Sensitivity: Ensure correct case (usernames may be case-sensitive)
- Special Characters: Check for special characters in password
- Account Status: Verify user account is enabled and not locked
Check Passphrase:
- Workbench Passphrase: Verify Workbench passphrase is correct
- Reset Passphrase: Reset passphrase if forgotten (see How to reset a PC's Passphrase)
- Passphrase Match: Ensure passphrase matches Station requirements
Verify User Account:
- Station Users: Check user exists in Station user list
- User Permissions: Verify user has necessary permissions
- Account Expiry: Check if account has expired
- LDAP Integration: If using LDAP, verify LDAP configuration
Issue 2: Connection Refused
Symptoms
- Error: "Connection Refused" or "Cannot Connect"
- Workbench cannot establish connection to Station
Solutions
Check Station Service:
- Service Status: Verify Station service is running
- Service Restart: Restart Station service
- Service Logs: Review service logs for errors
- Service Dependencies: Check service dependencies are met
Check Network Connectivity:
- Ping Test: Ping Station hostname/IP
- Port Accessibility: Test if platform port (1911) is accessible
- Firewall Rules: Check firewall allows connections
- Network Configuration: Verify network configuration
Verify Platform Port:
- Default Port: Check if using default port (1911)
- Custom Port: Verify custom port configuration
- Port Conflict: Check for port conflicts
- Port Testing: Use telnet or netcat to test port
Issue 3: Host Not Found
Symptoms
- Error: "Host Not Found" or "Unknown Host"
- Cannot resolve Station hostname
Solutions
DNS Resolution:
- Hostname Resolution: Test hostname resolution (nslookup, dig)
- DNS Configuration: Verify DNS server configuration
- Hosts File: Check Windows hosts file for entries
- Use IP Address: Try connecting with IP address instead
Hostname Configuration:
- Station Hostname: Verify Station hostname is correct
- Network Configuration: Check Station network configuration
- Hostname Format: Ensure hostname format is correct
- Alternative Names: Try alternative hostname formats
Issue 4: Timeout Errors
Symptoms
- Error: "Connection Timeout" or "Request Timeout"
- Connection attempts timeout before completing
Solutions
Network Latency:
- Network Speed: Check network speed and latency
- Network Path: Verify network path to Station
- Bandwidth: Check available bandwidth
- Network Congestion: Identify network congestion issues
Timeout Settings:
- Increase Timeout: Increase connection timeout in Workbench
- Platform Timeout: Check platform timeout settings
- Network Timeout: Verify network timeout configuration
- Timeout Values: Adjust timeout values appropriately
Firewall and Security:
- Firewall Rules: Verify firewall allows connections
- Security Software: Check antivirus/security software settings
- Proxy Settings: Verify proxy configuration if used
- VPN: Check VPN configuration if applicable
Issue 5: Platform Service Not Available
Symptoms
- Error: "Platform Service Not Available" or "Service Unavailable"
- Platform service cannot be reached
Solutions
Service Status:
- Service Running: Verify platform service is running
- Service Restart: Restart platform service
- Service Dependencies: Check service dependencies
- Service Configuration: Verify service configuration
Service Logs:
- Error Logs: Review service error logs
- Startup Logs: Check service startup logs
- Platform Logs: Review platform-specific logs
- System Logs: Check system event logs
Service Configuration:
- Configuration Files: Verify service configuration files
- Port Configuration: Check port configuration
- Binding Address: Verify service binding address
- Service Permissions: Check service account permissions
Advanced Troubleshooting
Enable Debug Logging
Enable detailed logging for diagnosis:
- Workbench Logging: Enable debug logging in Workbench
- Platform Logging: Enable platform debug logging
- Network Logging: Enable network packet logging (if needed)
- Log Analysis: Analyse logs for specific errors
Network Diagnostics
Perform network diagnostics:
- Traceroute: Use traceroute to identify network path
- Port Scanner: Scan for open ports on Station
- Packet Capture: Capture network packets for analysis
- Network Monitor: Use network monitoring tools
Platform Connection Test
Test platform connection manually:
- Telnet Test: Test port connectivity with telnet
- Platform Tools: Use platform diagnostic tools
- Connection Test: Use Workbench connection test feature
- Alternative Client: Try alternative client tools
Common Scenarios
Scenario 1: First-Time Connection
Issue: Cannot connect to Station for first time
Solutions:
- Verify Station IP/Hostname: Ensure correct address
- Check Station Status: Verify Station is running
- Network Access: Ensure network access to Station
- Platform Port: Verify platform port is correct
- Initial Setup: Complete Station initial setup if needed
Scenario 2: Previously Working Connection
Issue: Connection that previously worked now fails
Solutions:
- Recent Changes: Identify recent configuration changes
- Service Restart: Restart Station and Workbench services
- Network Changes: Check for network configuration changes
- Updates: Verify if recent updates affected connection
- Credentials: Verify credentials haven't changed
Scenario 3: Multiple Users Affected
Issue: Multiple users cannot connect
Solutions:
- Station Service: Check Station service status
- Network Issues: Verify network connectivity
- Station Configuration: Check Station configuration
- License Issues: Verify Station license is valid
- System Resources: Check Station system resources
Prevention and Best Practices
Regular Maintenance
- Service Monitoring: Regularly monitor service status
- Log Review: Periodically review logs for issues
- Configuration Backup: Keep backups of configurations
- Documentation: Document connection settings
Configuration Management
- Standard Configuration: Use standard configurations where possible
- Change Management: Document configuration changes
- Testing: Test changes in development first
- Rollback Plan: Have rollback plan for changes
Monitoring
- Connection Monitoring: Monitor connection health
- Alerting: Set up alerts for connection failures
- Performance Monitoring: Monitor connection performance
- Trend Analysis: Analyse connection trends
Related Topics
- How to reset a PC's Passphrase
- How to find a PCs Host ID
- How to setup LDAP integration in a Niagara Station
Additional Resources
- Niagara 4 Troubleshooting Guide
- Platform Connection Documentation
- Network Diagnostics Tools
- Service Management Best Practices