Difference between revisions of "APPS:BPM export/import xml files are blank"

From support-works
Jump to navigation Jump to search
(Created page with "Firstly, make sure the DSN details in the BPM utility and the Database tab of the server configuration utility match. If they do match and this issue persists, try: In the ...")
 
(No difference)

Latest revision as of 12:49, 21 June 2018

Firstly, make sure the DSN details in the BPM utility and the Database tab of the server configuration utility match.

If they do match and this issue persists, try:

In the file:

<Supportworks Server>\html\clisupp\_bpmutil\<dd_name>\php\helpers\helpers.php

Replace:

$get_table_columns="DESC ".$table;

with:

$get_table_columns="DESC " . $table . ";";

Once the above changes have been made the problem should be corrected. There should be no need to restart any services after carrying out the above.