Hi, Im trying to execute the Backup Manager on Solaris 9 System, and I have the following error: MagikSF> *** Exception 1 Raised In Critical Section ***...
Hi there, Any one know how to create degree symbol in enumerator when i try to add value in enumerator list. Does it due to windows font setting? Please help....
Hi, - Use ALT+ 0176 for creating the degree symbol. For your reference check the below link. http://office.microsoft.com/en-us/help/HA011179441033.aspx ...
Hi, - Use ALT+ 0176 for creating the degree symbol. For your reference check the below link. http://office.microsoft.com/en-us/help/HA011179441033.aspx ...
Hello, Any one knows how can I get client's ip in SIAS? Thanks in advance A.Baņuls Hello, Any one knows how can I get client's ip in SIAS? Thanks in advance ...
Hello A., If you are dealing with the SIAS JSF code for the web client, you'll have to use the FacesContext class. I haven't tested the following code, but...
I use CST 4.0. Now I do v.merge() on an alternative.But many hours later it still run,the CPU of the Client is used more than 50% and the thead is still...
There are a couple of normal reasons why this may happen: 1.. There are lots of changes in the parent or child alternative which have not been merged or posted...
I use v.table_changes_to(parent) to get the diffrent record,there are less than 2000 record different between this alternative and it's parent.And the CPU runs...
Hi there, Code to know cleint IP HttpServletRequest request =((HttpServletRequest) FacesContext.getCurrentInstance().getExternalContext().getRequest()); String...
Archana
mukundaarchanaa@...
May 8, 2009 5:35 am
19583
Thanks. ________________________________ De: sw-gis@yahoogroups.com [mailto:sw-gis@yahoogroups.com] En nombre de Archana Enviado el: viernes, 08 de mayo de...
Hi Steve, I found the method point<< in CST 4.1.1 that solves the problem, too: point<< IN sw:win32_text_item_mixin RESTRICTED! index ## Set the position...
... Hi Jacob, You should first get a handle on the 'link' with Excel, use OLE for that. When you've got that, you perform almost any action in Excel by using...
Jacob, I think you should get the documentation on the format and then write the code in a textfile and save it as .pdf. There a few free components out there...
Hi group, I want to try out the WMS SOM on Swaf 4.1.1, but I don't know which kind of file-type I have to add. Does it need to be a .wms, or a .xml file? Can...
Hi, We have been running some load testing on our SIAS 4.1.2 implementation, and we have found that there appears to be a limit to the number of connections...
If you're only running 1 Magik session in the EIS tier, that might be the source of your problems. Try adding more Magik sessions. Mike Buller GE Energy...
Hi Mike, We have 2 agents running. I don't think that is the problem, our test scenario is relatively simple. Each test is really only 4 or 5 map requests,...
... All Java EE containers will keep a session open for a certain amount of time before releasing the session data, but that's not a problem. We've used JBoss...
Hi Travers, Yes, we have 2 agents on seperate servers, each running one magik session. I will add an extra magik session to each agent and try again. I have...
Hi, If your problems persist, you could try contacting your Smallworld Help Desk. It's possible they've dealt with similar issues. Mike Buller GE Energy...
Hi, i'm using record_transaction.new_insert to create new objects in Smallworld 4.1. The objects look ok to me. I can view and select them just fine. However,...
Markus Neifer
howlingmad@...
May 14, 2009 12:09 pm
19598
Hi Markus, there's the geom_id (a unique 64 bits part - that's got 32 bits high part (universe_bits and world_bits) and 32 bits low part (priority bits and...
Hi Erik, thank you for your reply. If the number of bits is determined at database/world creation time, i don't understand why objects that are already in the...
Markus Neifer
howlingmad@...
May 15, 2009 12:19 pm
19600
Hi, Does anyone have an easy to understand example for the usage of a progress indicator besides the online documentation? Thanks in advance, Stefan...
Stefan, If you talk about the bar_progress_indicator, here is how I use it: _self.install_progress_indicator( _self.message(:x_progress_indicator), _self, ... ...