Hi, I am trying to install fme for SmallWorld 3.1 (sp2). How do I add the fme product in SmallWorld 3.1 Thanks & Regards, Nitin...
N i t i n
nbhiungade@...
Aug 3, 2005 2:28 pm
15195
hi, everyone, In our system, the following warning was tracked back frequently. Warning: unsetTable #1 already has a join called #2substationdd!join2812 The...
Hi all, I need to load a prototype on an object in my magik code, someone know how to do ? I search in documentation and in this archive newsgroup but I can't ...
What do you exactly mean with "prototype" ? Robert ... From: sw-gis@yahoogroups.com [mailto:sw-gis@yahoogroups.com]On Behalf Of fournier_ja Sent: jeudi, 4....
The prototype is a kind of template. When you have a simple object, you can associate a prototype with it (if you define one of course !), and it automatically...
Hi, I'm trying to access a SW 3.3 datastore from a SW 3.3 image, and receiving the traceback below. I get the same error on an open_database() attempt. The...
Hi Tony, is the File really well transferd to You? It seems to me that this isn't the case! If the ace.ds can well open by the Customer, then I would try to...
Hi, Does anyone know how to install fme for SmallWorld 3.1 and where do I get the fme suite for SmallWorld 3.1 Actually my requirement is to translate...
N i t i n
nbhiungade@...
Aug 4, 2005 2:54 pm
15202
Somewhere along the line, we had a user insert a "|" in the name of some buildings, as a newline character to aid in the appearance of the labels on the map....
Try this: write_string("Line1",%newline,"Line2").substitute_character(%newline,%space) % is used to define characters in Magik. So %A is the character...
Perfect. Much Thanks. Christian ... From: sw-gis@yahoogroups.com [mailto:sw-gis@yahoogroups.com]On Behalf Of Brad Sileo Sent: Thursday, August 04, 2005 4:39...
We are in the process of moving our Smallworld installation from one server to another & I have run into the following error when starting an existing image...
Harris, Ronnie
rharris@...
Aug 5, 2005 3:43 pm
15206
Problem found - the files did not copy over completely from one server to the other. I was missing all the subdirectories and data for ...
Harris, Ronnie
rharris@...
Aug 5, 2005 4:57 pm
15207
I am attempting to access a external database in a non-interactive fashion and my access is failing. When I run the same code in an interactive session the...
Hi Charles, Just a guess, but you might check to ensure the environment variable SW_EXTDB_AVAILABLE is set to YES in your non-interactive session. I think ...
Thanks, I found that just a little while ago; that's exactly what the problem was. Appreciate the help. Charles ________________________________ From:...
Well – this one still has me stumped. Thanks for the suggestions last week. Here’s an update on the situation, in case anyone has any other ideas to ...
Hi Just wondering how one goes about closing a connection to an Oracle database under Core 3.3 (PNI 3.1). There is a .close() method, however, the Pragma...
Ok – problem solved. Thanks to everyone for all the ideas, including the GE Help Desk. It turns out the customer was FTP’ing from their Unix server to...
I will be out of the office starting 08/08/2005 and will not return until 08/26/2005. I will respond to your message when I return....
jwakefield@...
Aug 9, 2005 5:00 am
15215
This is directed mostly at Joe Burt as I figured he would probably know about this kind of stuff. But I thought I would ask everyone in case someone else...
Hi Billy, I believe courses listed as TBD are subject to student enrollment. If you fill out the online form, the training manager will contact you regarding...
Hola a todos Tengo dos sesiones de SIAS en la misma máquina corriendo con dispatcher. Todo va bien, pero cuando activo las autorizaciones en las dos sesiones...
According to babblefish : (http://www.babblefish.com/babblefish/language_webt.htm) Hello to all I have two sessions of SIAS in the same machine running with...
I created a test project for SI with 4 maps, 1 report, 1 analysis object, 7 queries, and 13 tables. Of the 13 tables, 2 are snapshots containing 3520 and...
Here's a fun one in case anyone has figured it out already. On SW 3.3. I would like to use a spatial_predicate around a particular geometry in a replica view,...
Sorry - here's some more possibly helpful snippets to illustrate my problem. MagikSF> m << v.collections[:main_pipe].at(71428224) $ main_pipe60123:(71428224) ...
Ah-ha.. base broblem solved. For anyone interested, the problem was I was using a raw_swdp_manager instead of an swdp_manager. Not sure why I ever chose...