Multi thread proutil dump is not creating a dump list

Posted by Joey Samoy on 17-Jun-2019 18:43

Hi,

Got a multi thread dump script that reads from a file containing a list of tables to dump.

I noticed that for a table that's relatively small, a multi thread dump does not create a dump list. Then I found that it's an expected scenario on a pre 11.5 version.

https://knowledgebase.progress.com/articles/Article/000057322

How do you go around this without upgrading? I imagine you have to script it to create the dump list file if it doesn't exist.

Any thoughts?

TIA!

Posted by cj.brandt on 18-Jun-2019 00:13

When loading the data, have the load script check each table for a dumplist file.  If it exists, then specify the dumplist file on the load command.  If it doesn't exist, then don't specify the dumplist file on the load command.

All Replies

Posted by cj.brandt on 18-Jun-2019 00:13

When loading the data, have the load script check each table for a dumplist file.  If it exists, then specify the dumplist file on the load command.  If it doesn't exist, then don't specify the dumplist file on the load command.

Posted by Joey Samoy on 19-Jun-2019 17:29

thank you! that works too!

This thread is closed