I am having trouble getting the Scheduler to connect to a MS SQL Server database. If I run my php code by itself, I am able to retrieve the data:
<?xml version='1.0' encoding='utf-8' ?>However, if I try to run the php code through the Scheduler, the php code displays in a pop-up window and doesn’t load any data (see attached screenshot).
Here is the client-side coding that is calling the php file. If I load one of the pre-build xml files, the scheduler loads with no issues at all. This only happens when I try to load data from SQL:
<!doctype html>
Basic initialization html, body{ margin:0px; padding:0px; height:100%; overflow:hidden; }