Skip to search.
sw-gis · Smallworld Developers

Group Information

  • Members: 1611
  • Category: Development
  • Founded: Jul 9, 1998
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

  Messages Help
Advanced
Messages 19668 - 19699 of 21990   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
19668 muzinicm Offline Send Email Jun 1, 2009
12:34 pm
Hello, I am looking for spni_config.magik It should be located in /modules/pni_schematics/source/spni_base/spni_base_config/source/ I would appreciate anyone...
19669 Jimmy Huang
jimmyhuang98 Offline Send Email
Jun 1, 2009
10:35 pm
Hi, I'm trying to add a number of months to the current date, for example, today is 2009-06-01 (June 1, 2009), and I'd like to add 15 months to the current...
19670 Hahn Reinhard
reinhard.hahn Offline Send Email
Jun 2, 2009
9:57 am
Try the method plus_month() on date_mixin ! Cheers Reinhard Von: sw-gis@yahoogroups.com [mailto:sw-gis@yahoogroups.com] Im Auftrag von Jimmy Huang Gesendet:...
19671 Neil
neilpawson Offline Send Email
Jun 2, 2009
3:32 pm
... You could use sw_job_date_engine.figure_next_date() from the "sw_job_engine" module. There are several examples in the method comment showing how to use...
19672 Travers
naran500 Offline Send Email
Jun 2, 2009
4:51 pm
What version of SmallWorld are you running? 4.0 only has a plus_days() method on date_mixin....
19673 Bruce Morehouse
BruceM@... Send Email
Jun 2, 2009
5:03 pm
Check out date_time_mixin.from_ymd() and date_time_mixin.ymd() Remember leap year, and months that have more days than other months. One trick to get the last...
19674 Jimmy Huang
jimmyhuang98 Offline Send Email
Jun 2, 2009
5:29 pm
Hi, Neil, Thanks for the reply, I don't seem to have "sw_job_date_engine", how do I find this engine? thanks Jimmy...
19675 Mike Buller
mike_s_buller Offline Send Email
Jun 2, 2009
5:32 pm
plus_month() must be a custom method in the image you're looking at, Reinhard, because it does not exist in CST 4.1.1. As for the original question, a method...
19676 Jimmy Huang
jimmyhuang98 Offline Send Email
Jun 2, 2009
9:00 pm
Hi, Mike, You're the man! Thank you very much, I've tested the method and it's working for what I need!!! And thank you, all of you that's responded with some...
19677 Hahn Reinhard
reinhard.hahn Offline Send Email
Jun 3, 2009
7:13 am
Yes, you're right. I saw, that the classbrowser didn't show the source code, so I thougt, that it's core. But in fact we've loaded other magikc-Sources into...
19678 rodrigo.aguerre Offline Send Email Jun 3, 2009
6:56 pm
Hello. I've been testing the SIAS with a direct connection between the application server computer and one EIS host computer.Now i want to have two agents on...
19679 Travers
naran500 Offline Send Email
Jun 3, 2009
9:07 pm
Two agents on the SAME machine trying to connect to the same mid-tier? Cannot be done (we did this before and the SW help desk put us straight). One agent on...
19681 rodrigo.aguerre Offline Send Email Jun 4, 2009
1:02 pm
My idea is to run one agent with two magik sessions. Not two agents. Anyway i have the problem trying ton run just one agent with one magik session....
19682 dan_vitry2000 Offline Send Email Jun 4, 2009
1:48 pm
It could be that port 8000 is already being used by another process. Open a command prompt and type: netstat -a -o > %TEMP%\netstat.log Check the netstat.log...
19683 c.dohle Offline Send Email Jun 4, 2009
2:20 pm
Hi Rodrigo to use sias agents some points are essential: 1. In sias-connector.properties directConnection.enabled has to be false. Do not comment out this...
19684 rodrigo.aguerre Offline Send Email Jun 4, 2009
7:47 pm
Hello, thank you for your points. - The property directConnection.enabled in the sias-connector.properties file is set to false (not commented out). - The...
19685 c.dohle Offline Send Email Jun 5, 2009
8:20 am
Hi, can you explain what exactly fails ? Do you get an error message in JBOSS or in the agent log ? Does the agent show a message like: 05/06/09 12:06:26...
19686 Dingqiang Zhong
dzhong_mit Offline Send Email
Jun 5, 2009
2:43 pm
Hi, I am having a very unusual and strange "message.ds" inaccessible error issue. My laptop "mercury" (running Windows XP SP3 and Windows Live OneCare) cannot ...
19687 Ayyaz MAHMOOD PARACHA
taxalian2ket02 Offline Send Email
Jun 5, 2009
4:41 pm
Hello I saw a same error yesterday and the problem was with the access of database. But in your case you are trying to open a close image. So its really ...
19688 Dingqiang Zhong
dzhong_mit Offline Send Email
Jun 5, 2009
5:46 pm
No, it is an open image. Thanks. Ding From: sw-gis@yahoogroups.com [mailto:sw-gis@yahoogroups.com] On Behalf Of Ayyaz MAHMOOD PARACHA Sent: Friday, June 05,...
19689 Harris, Ronnie
rharris@... Send Email
Jun 5, 2009
6:36 pm
Since you're using an open image if your paths are set in environment variables, you might take a look at them. PC's which have 'swmfs.exe' running on them...
19690 Dingqiang Zhong
dzhong_mit Offline Send Email
Jun 5, 2009
7:19 pm
Ronnie, The same open image works for any other computers and worked for my laptop (mercury) a couple of weeks ago. There is no any change in SWAF411 server...
19691 maam Gazeta.pl
marcin.malicki Offline Send Email
Jun 5, 2009
8:36 pm
Hello, There is some reason that the file message.ds is unavailable. Very first check the path from your computer Mercury: START-> run ... write the line...
19692 Dingqiang Zhong
dzhong_mit Offline Send Email
Jun 5, 2009
8:45 pm
Marcin, The folder holding "message.ds" file is available. I already tried to resolve this issue by myself and with GE Smallworld support team with all means,...
19693 Smith, Matthew (BOC)
mwsmith15 Offline Send Email
Jun 6, 2009
2:38 am
Ding, Just a thought, but you might try giving "Everyone" full access rights to your installation directory. I have seen a similar issue and this fixed it. ...
19694 Tomasz Sudak
tomasz_sudak Offline Send Email
Jun 6, 2009
7:39 am
Hi, maybe you could try to use a Smallworld Command Line instead of sending swmfs_tests from Magik, it will reduce one level of complexity :) First of all try...
19695 Dingqiang Zhong
dzhong_mit Offline Send Email
Jun 6, 2009
1:25 pm
Thanks Tomasz, Math, Barjat, Ronnie, Ayyaz and all other people who are trying to help me on this issue. Dan Cooney from GE Smallworld, a very experienced...
19697 Assem Kamal
prog.assem Offline Send Email
Jun 6, 2009
7:33 pm
Dear Ding   I hope to help you , i faced this error alot before   I opened Conig.exe file and on I opened server configuration and on rights   I removed all...
19698 Dingqiang Zhong
dzhong_mit Offline Send Email
Jun 7, 2009
1:38 am
Hi Assem, We already tried "rights all" approach which did not fix the issue. This issue only happens in my laptop. Thanks. Ding From: sw-gis@yahoogroups.com...
19699 Bob Giddings
rpg7500 Offline Send Email
Jun 7, 2009
5:05 am
Hi Ding, We had a similar error recently on a few laptops that each have a local message.ds, and it turned out to be an error in an upgrade of our McAfee ...
Messages 19668 - 19699 of 21990   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help