WriteBackExtreme
WebsiteAll products
V5.0
V5.0
  • Prologue
    • WriteBackExtreme v5
    • Release Notes
    • Changelogs
    • Architecture
      • Data Handling and Security in WriteBackExtreme (SaaS)
  • Installation guide
    • Requirements
      • Windows
      • Linux
    • Getting started
      • Windows
      • Linux
      • Containerization
        • Docker standalone
        • Docker compose
        • Repository database
        • ODBC connections
    • Installation wizard
      • License
      • Repository database
        • SQL Server
        • MySQL
        • PostgreSQL
        • SQLite
      • Create a user
      • URL & SSL Certificate
      • Run as a service
      • Summary
        • Running on Linux
    • Configuration panel
      • Home page
      • Domain & SSL Management
      • Repository Database
      • License Management
      • User Management
      • Ip Whitelisting
      • Primary keys in Data Add
    • Upgrade
      • Upgrade from 2.x
    • Update license
    • Moving to production
  • Product Guide
    • Getting started
    • Tableau Extension
      • Getting started
        • Create a worksheet with Username()
        • Add the Extension to your dashboard
        • Ready to start
      • Configuration
        • General
          • Schemas
          • Authentication
          • Popup
          • Theming
          • Tabs
          • Mapping
          • Tableau
          • Import/Export
          • Tableau Datasource
        • Schemas
          • General
            • Editable Conditions
          • Field Formatting
            • Single line text
            • Paragraph text
            • Number
            • Boolean
            • Dropdown select
              • Dynamic Populated content
              • Cascading dropdown
            • Date/DateTime
          • Form Builder
            • Features
            • Dynamic Values
              • Troubleshoot | values
        • Changelog
      • End-user
        • Features
          • Dynamic Filtering
          • Bulk Import
          • Audits (History)
          • Bulk Edit
          • Duplicate rows
        • Add Data
          • Overview
          • Add rows
          • Edit rows
        • Collaboration
          • Overview
          • Add / Edit
          • Reply
        • Data Helper
          • Overview
          • Add rows
          • Edit rows
        • Data Correction
          • Add records
          • Edit records
          • Remove records
          • Interpolate
          • Calculations
          • Vertical layout
        • SSO/SAML or Oauth authentication
    • Management console
      • Setup security
        • OAuth Setup
          • Microsoft Entra
          • Auth0
          • Google
        • SSO Setup
          • OKTA Example
          • PingOne Example
          • Azure Example
          • Troubleshooting SSO
      • Connections
      • Schemas
        • Permissions
        • Audits
        • Import/export
        • Row Level Security
        • Schema data
        • Workflows
          • Stored procedures
          • Tutorial (video)
      • Tableau sync
      • User management
      • Group management
      • Info & License
    • Database Connections
      • DataBricks
        • Windows
        • Linux
      • Snowflake
        • Using ODBC
          • Windows
          • Linux
        • OAuth Authentication
        • Key Pair
    • NEW: InputTables
  • Support
    • Troubleshoot
      • Errors
    • FAQ
Powered by GitBook
On this page
  • Database
  • SSO
  • Undefined array key "sp_entity_id"
  • Startup

Was this helpful?

  1. Support
  2. Troubleshoot

Errors

This page contains a list of errors we have seen.

Database

Error
Component
Probable cause

Unexpected response from server during a HTTP connection: Could not refill buffer.

Databricks

SSL Option is not selected in odbc settings

Driver not found

This error can happen when using an ODBC driver like snowflake, databricks, teradata on linux systems. It indicates there is probably a problem in the installation of the php dependency of WriteBackExtreme that has been compromised. Run `php -m` command to check what version you are on and run the install.sh again.

SSO

Undefined array key "sp_entity_id"

SSO provider does not send the relayState in their response to the return url.

Startup

Service Error: stop: Failed to stop WriteBackExtreme PHP App Server: The specified service does not exist as an installed service.

When there is an unexpected shutdown of the system, it occasionally happens that Windows removes the WriteBackExtreme service from Windows Services. Upon startup WriteBackExtreme tries to startup the service that is not there anymore.

Steps to resolve this

  1. Start WriteBackExtreme manually as an administrator.

  2. Go to configuration

  3. Toggle the switch 'Initiate upon startup using a background service' off and on again

  4. Click Start WriteBackExtreme

  5. Open Windows services and verify WriteBackExtreme is listed again.

Failed to extract PHP:open C:\[path]\.wbe-runtime\php\ext/[filename].dll: The process cannot access the file because it is being used by another process.

This typically happens when the system or application experienced an unexpected shutdown. Our application tries to remove the .wbe-runtime/php directory but it was not successful due to a dangling php processes that could not be killed properly. Upon startup it will not be able to start properly due to missing files in the php directory.

Similar error messages

  • No valid json: In Connection.php line 822: could not find Driver

  • openssl signature could not be verified: openssl not loaded

  • Error while stopping: open C:\[path]\.wbe-runtime\php-appserver.pid: The system cannot find the file specified

Steps to resolve this

  1. Start the application manually

  2. Stop the application properly (this will remove the php directory)

  3. Start application again. (this will reinstall the php directory again)

PreviousTroubleshootNextFAQ

Last updated 6 months ago

Was this helpful?