Hi Everyone, I am working on SW PNI 4.1.0. Can someone explain the use of the methods subclass_pre_enter() and subclass_post_enter(). I want to replicate the...
19952
smallworlddev
Sep 1, 2009 1:53 pm
Hi All, I'm Accessing Smallworld GIS through Citrix connection My requirement is to load Magik file from my local Drive and that will generate report in My...
19953
Henk van Ligten (T-Sy...
Henk.vanLigten@...
Sep 1, 2009 2:41 pm
Hi Shiv, This looks to me like a citrix-problem, I do not know of any restriction in Smallworld which would prevent the use of a mapped local drive. In Citrix...
19954
Steve Severance
sseverance
Sep 1, 2009 5:31 pm
Does anyone have a sample connect template for a MySQL database? Or do you know how to modify the template below which is similar to what I use for Oracle...
19955
Burt, Joseph (GE Infr...
jburt25
Sep 1, 2009 10:14 pm
In theory, this should work. a_user << jdbc_user.new( extdb_user.connect_template( ... ) ) $ I can't test because my MySQL database is being a pain. From:...
19956
mhussain1986
Sep 2, 2009 7:39 am
Hi, I would like to place Objects without geometry(such as Conduit, Cable) into UG Routes in PNI through the Magik Prompt. The problem i am facing is conduits...
19957
Roger Fretwell
roger_fretwell
Sep 2, 2009 7:46 am
You need to use the method mit_conduit.place_in_structures(). See method comments for usage. There is a similar method for cables. Roger Fretwell...
19958
Sworld Ge
sworld_ge
Sep 2, 2009 8:56 am
Hi, I am getting the attached traceback when trying to create an empty datastore for PNI. I have executed the commands attached here. Please let me know if...
19959
Markus Neifer
howlingmad@...
Sep 2, 2009 12:00 pm
Hi, i have used the integrity checker in Smallworld 4 NRM to check objects in my dataset. The checker creates intche_error objects that contain information...
19960
Lupton, Colin (GE Inf...
luptonde
Sep 2, 2009 12:10 pm
There is an integration within the Explorer to review checks which provides access to the original records. Colin From: sw-gis@yahoogroups.com...
19961
Markus Neifer
howlingmad@...
Sep 2, 2009 1:06 pm
Hi Colin, thank you for your reply. I don't see how to access the original records. The context menu for checker records within the Explorer has entries for...
19962
Lupton, Colin (GE Inf...
luptonde
Sep 2, 2009 1:19 pm
Check out the explorer xml config provided in the example nrmb application nrmb\modules92;application_modules92;nrmb_swaf_professional_application92;reso ...
19963
Sworld Ge
sworld_ge
Sep 3, 2009 5:25 am
Could some one help me?? Â ________________________________ From: Sworld Ge <sworld_ge@...> To: sw-gis@yahoogroups.com Cc: sw-gis-users@yahoogroups.com ...
19964
DevaKumar Deva
dk_deva
Sep 3, 2009 10:01 am
Dear All,  We have requirement to trigger an event/passing request from Smallworld to get data from some external system and show it in Smallworld...
19965
Tim Minto
tim_minto
Sep 3, 2009 2:27 pm
Hello Deva, Â One way to do this is to use the mss_http_client_simple_soap_request class, which is part of the mss_http_soap module in the MSS product...
19966
Harris, Ronnie
rharris@...
Sep 3, 2009 5:55 pm
I don't know if this is relevant to your specific problem (w/ PNI or internal worlds which we aren't using but when specifying world creation parameters it...
19967
maam Gazeta.pl
marcin.malicki
Sep 3, 2009 9:05 pm
You can for example use ACP API which allows sw to use third party libraries eg. in Java functionalities regards, Marcin 2009/9/3 DevaKumar Deva...
19968
Alfred Sawatzky
alfred_sawatzky
Sep 3, 2009 9:16 pm
Along the lines mentioned by Marcin, I have used the sw_dotnet_acp module in mclib to create a C# ACP and from that ACP called various Web Services using SOAP....
19969
Sworld Ge
sworld_ge
Sep 4, 2009 2:36 am
Please, some one help me. Â ... From: Sworld Ge <sworld_ge@...> To: sw-gis@yahoogroups.com Cc: sw-gis-users@yahoogroups.com Sent: Wednesday, September...
19970
Alfred Sawatzky
alfred_sawatzky
Sep 4, 2009 3:53 am
This issue is a good candidate for taking advantage of the license fees and Maintenance & Support that you pay to GE and ask your GE Help Desk for assistance....
19971
DevaKumar Deva
dk_deva
Sep 4, 2009 5:50 am
Thank you for the responses. Â Cheers, Deva ... From: Alfred Sawatzky <alfred@...> Subject: RE: [sw-gis] Reg: Soap Interface in SW To:...
19972
mahmood hussain
mhussain1986
Sep 4, 2009 8:50 am
Hi Roger, Thanks for the method. Regards, M.Hussain ... From: Roger Fretwell <yahoogroups@...> Subject: Re: [sw-gis] Entering Objects without Geometry...
19973
justchandan
Sep 5, 2009 12:24 pm
Hi all, I am trying to insert a bay in a hub through an XML loader in PNI. I can load hubs and underground route objects but i am unable to insert the bays...
19976
Mahmood Hussain
mhussain1986
Sep 7, 2009 4:11 am
Hi All, I have been working on pushing conduit through the magik prompt and it now works. The problem now is that if i import two conduits into the same route,...
19977
mhussain1986
Sep 7, 2009 4:17 am
Hi All, I am working on placing a duct through Magik Prompt. the method i am trying to put this in is mit_duct.place_in_structure(). The above method requires...
19978
Robert Schweikert
robert_schwe...
Sep 7, 2009 6:36 am
While this is not exactly the same task, here is a code snippet which moves the conduits side-by-side in the cross section. I think a_conduit_entry[1]. was a...
19979
Robert Schweikert
robert_schwe...
Sep 7, 2009 6:37 am
You can use this method in this way: # Put into structures stm << structure_manager.new( l_v, l_world ) coords << l_sr.join_up().first_sector.coords _local...
19980
justchandan
Sep 7, 2009 6:49 am
Dear all, I want to place templates in a hub using a magik routine. For eg in the hub i would like to insert a template which contains pre-defined bays and...
19981
Mahmood Hussain
mhussain1986
Sep 7, 2009 12:28 pm
Hi Robert, Thank you very much for your response. I tried doing what your code suggests.I took a handle on conduit.mit_conduit_sections and...
19982
Robert Schweikert
robert_schwe...
Sep 7, 2009 12:47 pm
The code snippet just moves the cross section geometries around to arrange them nicely, I thought that was your problem, Robert ... From:...