Bug? JuliaPro Distributed Procs

[Side Note: Where should I report bugs for JuliaPro?]

In reference to this post.

The following code works in the Julia console version (tried 1.0.4 and 1.1.1), but it is broken in JuliaPro (tried 1.0.3 and 1.0.4):

using Distributed, JuliaDB
addprocs(1)
@everywhere using JuliaDB

I think this is a bug with JuliaPro (or maybe there is additional configuration needed in JuliaPro that isn’t needed in the console only installation of Julia).

I did some complete uninstall/re-installs of JuliaPro on my windows PC. For whatever reason, this is code is now working in JuliaPro 1.0.4.