APPS:BPM export/import xml files are blank

From support-works
Revision as of 12:49, 21 June 2018 by Deenc (talk | contribs) (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 ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.