Dear Support Team,
I am using FME on "Smalworld434 demo
camebridge database" after loading “FME430” product .When I try to start “FME
Import & Export” it shows following error.
“no dataset could be opened for electric_dm
spacial object controller open datasets aborted!”
After this I goto “SOC Configuration” using
“Manage_soc()” based on datasets in soc configuration and professional-smallworld
Core properties I changed ace_name and
soc_name as bellow.
In
fme430 product swaf_fme_application
module “register.magik” file. "D:\\FME\\fme430\\modules\\swaf_fme_application\\source".
smallworld_product.register_application(
:swaf_fme_application, :application,
:resource_module_name, :swaf_fme_application,
:html_help_file_name, "swafProFME",
:html_help_resource_module_name,
:swaf_fme_application,
:description, "FME import/export
application using the swaf architecture.",
:external_name, "FME Import &
Export",
:ace_name, :|EO|,
:soc_name, :electric_dm,
:default_application_coordinate_system_name,
:uk_british_national_grid,
:application_coordinate_system_unit, :mm
)
$
I changed old soc and ace names as bellow in register.magik.
smallworld_product.register_application(
:swaf_fme_application,
:application,
:resource_module_name, :swaf_fme_application,
:html_help_file_name, "swafProFME",
:html_help_resource_module_name,
:swaf_fme_application,
:description, "FME import/export
application using the swaf architecture.",
:external_name, "FME Import &
Export",
:ace_name, :|Electricity|,
:soc_name, :electricity,
:default_application_coordinate_system_name,
:uk_british_national_grid,
:application_coordinate_system_unit, :mm
)
$
Still iam
getting same error.How vcan I resolve this issue in my system. Give me
solution for this issue.
Thanks in advance for your help.