Skip to main content
Question

no dataset could be opened for electric_dm spacial object controller open datasets aborted!

  • August 25, 2016
  • 0 replies
  • 14 views

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.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.