1995 byte By
at 2007-11-25 5:09:55
Hi,We have a number of applications, installed both on NT andUnix, existing in different Forte environments, that need tobe able to communicate with each other and with outsideapplications as well.Communication between Forte applications should workusing the NameService and connected ...
2947 byte By
at 2007-11-25 5:09:56
Forte people,this brings up a good point, I'm developing a WEB/SDK forte interfaceintoour Forte business services. I'm still trying to figure out how I'mgoing to getclient-side web functionality happening. I don't see how I'm supposed towriteJava call-ins to the Forte objects ? Will ALL my ...
350 byte By
at 2007-11-25 5:09:57
HiI'm look for a simple algorithm to encrypt anddecrypt a string. Does anyone know of such algorithm?Any suggestions will be appriciated!ThanksAnthony Talk to your friends online with Yahoo! Messenger.<a href=" http://messenger.yahoo.com"> http://messenger.yahoo.com</a> ...
543 byte By
at 2007-11-25 5:09:58
Hi, is it a way to disable a leaf or a whole branch in a treeview ? (as menuitems...)It seems to be anything about this in displaynode help...Cordialement.Patrice BourdonAlliance Sante FranceTel : (33) 02.54.60.26.27Fax : (33) 02.54.60.25.00e-mail: <a ...
791 byte By
at 2007-11-25 5:09:59
Hello all,Has anybody had any success in making a 'Dynamic' arrayfield?I'd like to generate a spreadsheet based on an array that may have differentcolumns and titles each time. I'll have to manage the creation of columns,rows, and values also.So far, it looks like the best thing to do is to ...
939 byte By
at 2007-11-25 5:10:00
Hi.I am looking for a simple solution ( no architectural changes) to a problemwe have while executing following code:DisplayNodeObject1 : DisplayNode = DisplayNodeObject2.clone(deep = TRUE)When the size of DisplayNodeObject2 is reaching 500 to 600 items and 4 to 5levels deep, execution stops on ...
Whenever we try to create an object from one of our exception classes, we get the following exception:************************************************************SYSTEM ERROR: Can't get base class (20000, 0x0) for class icsInvalidParamException.Class: qqsp_ExceptionError #: [1001, 254]Detected ...
4946 byte By
at 2007-11-25 5:10:02
Hi,You don't need to do a dummy service object, because you shouldn't needtocheck the SoDbResourceMgr as Load Balanced. You should load balance your Sharing Manager and put your DbResourceMgr as User visible. Then, in thepartition workshop, put the DbResourceMgr in the partition of ...
3166 byte By
at 2007-11-25 5:10:03
Bob, and others,Forte is now putting together a profile as the pieces are filtering in fromotherareas (thanks Bob and Peggy). Sandra and I are working together alongwith Engineering to better understand this problem and working towardsidentifying the cause and a resolution.It is still very ...
514 byte By
at 2007-11-25 5:10:04
The tech notes are now available on Forte's Home page at<a href=" http://www.forte.com/"> http://www.forte.com/</a>.On the home page, select " technical information". From there, there is aselection of "technical notes". Before you can access it, you will needto call Forte's ...
3929 byte By
at 2007-11-25 5:10:05
Dale,I experienced the same problem while building a Forte application withDB2. I think there are a couple things that can cause the problem, buthere's one thing you might want to try. Make sure you have BeginTransaction and End Transaction statements placed in logical placeswithin your code ...
2042 byte By
at 2007-11-25 5:10:06
Hi, > >- Which Java Tool is recommanded to be used (Visual> > Cafe, Sun Java Studio...) ?Anything of your choice. > >- If we use a browser, must we have an ORB ?Yeah. You still need an ORB to talk with forte server. Browsers are used for running ur applet. If u need to talk ...
595 byte By
at 2007-11-25 5:10:07
JimBelieve it or not -- this is actually one of the better-patronised news groups -- my organisation has 45,000 Wintel desktops, 1,800 Novell file servers, 800 or so UNIX app servers, and MVS MIPS out the wazoo -- we've been looking hard at Forte -- and you don't think the posts on this news ...
2062 byte By
at 2007-11-25 5:10:08
Hi Rick,You can use the Forte ObjectLocationMgr to dynamically register and bindto named, anchored objects (which may be service objects). The SCAFFOLDS2.0 RouteManager (Custom Router) uses this mechanism to determine theExecutionManager (typically a service object) to route to, at run time. ...
2026 byte By
at 2007-11-25 5:10:09
Spoke to Oracle and they have stated that this is a known issue, however,not logged as a "bug". The solution is exactly what was done, drop theSynonyms and recreate and the problem disappears just like smoke.... Ted CowperthwaiteCOVANSYS COMET Configuration Management--Original Message--From: ...
1949 byte By
at 2007-11-25 5:10:10
One of our other engineers tells me that we also load a number of system DLL's. There can be many of these, because we load all locally defined printer drivers when a partition iis started using the Display System project.-tdcTom ChildersiPlanet Integration Server Engineering >The Forte ...
1644 byte By
at 2007-11-25 5:10:11
fcompile is a simple utility that operates locally in the current node, and does not even require an environment manager to run. It reads the .pgf or .lgf file, generates the C++ code and a .bom (bill of materials) file, and runs the compcomp script to invoke the compiler. It has no awareness ...
2109 byte By
at 2007-11-25 5:10:12
I know you would have tried this, but it doesn't hurt to ask. Is the productionserver down when you are trying to do this?Also, I think your problem may be related to the environment data kept inFORTE_ROOT/sysdata/envrepos.Try pointing the replication server to the same set of files.Hope this ...
2886 byte By
at 2007-11-25 5:10:13
Chirs,I know how you feel. The amount of documentation around the XMLParser isalmost non-existant. I also wrote my own XML parser USING Reflection. I amplanning on adding it to my website as a shareware library. I also createdan object to XML generator which uses Reflection, it will generate ...
2099 byte By
at 2007-11-25 5:10:14
Sridhar wrote:> Hello,> I want to develop a Workflow application using Forte Conductor. Instead of > having forte Window clients I want the browser client to listen to conductor > events.> Is it possible to have web-clients with Forte Conductor?> > Thanks in advance.> ...
Dale V. Georg wrote:> On Mon, 19 Jan 1998 10:26:47 -300300, kkroeger@csc.com wrote:> >As a follow-up, does anybody know exactly how processing requests are>> >routed to load-balanced partitions?> >Thank you,> >Keith>> I believe that the Forte router partition ...
1607 byte By
at 2007-11-25 5:10:16
I don't know how processing requests are routed... but I suppose they arerouted on a round-robin fashion... or at least that was what I thought.I have written a benchmark application to benchmark between load-balancedand not-load-balanced application. However, even with load-balanced turnedon ...
673 byte By
at 2007-11-25 5:10:17
The rpclean should have removed all methods marked "deleted" completely. Makesure this method is not referenced elsewhere, by doing a Force Compile of allplans and making sure there are no errors. Also, do a find for this method.The only other thing I can think of is to make sure you use commit ...
1803 byte By
at 2007-11-25 5:10:18
Hi Gilbert,I didn't find any solution around this problem. Forte's take wasthat itsMicrosoft's compiler problem and Microsoft's take was that we are doingsomething adnormal i.e. Why we are compiling such a big project, doesn'tsound good. Anyway now we have switched to Sun Sloaris Platform ...
2272 byte By
at 2007-11-25 5:10:19
Jean, I believe that the library does need to be installed/built on all nodeswhere you plan on running your application. Hope this helps.Doug ScurrHealthPartners8100 34th Avenue South9th FloorMinneapolis, MN 55440-1309(612)883-7317 --Original Message--From:Jean-Paul ...
3461 byte By
at 2007-11-25 5:10:20
Hi Theo,This looks like a C++ issue. C++ implements virtual method as table of pointer to functions.When you had a method, the C++ compiler will shuffle the table of virtual methods. Thus, yourroot class in the library will not have the same method order as a derived class in the ...
1582 byte By
at 2007-11-25 5:10:21
Jean-Paul,The ModelNode is a client node by definiton, no matter what properties youchange. I've previously asked for an enhancement to allow a model node to be aserver node, but I don't expect much to happen. To install server applicationsto several nodes, you have to make sure that the node ...
1164 byte By
at 2007-11-25 5:10:22
>>The arrayfield widget has an attribute called bodygrid which is a >compoundfield object containing the actual widgets, like the>togglefield,>in the visible rows of the array field.>>If you iterate through the children of the bodygrid and determine >which child is in ...
2011 byte By
at 2007-11-25 5:10:23
Actually, the stuff works in interpreted mode.It's only when having the server partition compiled that this happen.j-p> --Message d'origine--> De: Adamek, Zenon [<a href="mailto:ZAdamekpurolator.com">mailto:ZAdamekpurolator.com</a>]> Date: lundi 25 septembre 2000 ...
1727 byte By
at 2007-11-25 5:10:24
Presumably on Mon, 20 Jul 1998 17:29:29 +0200 Jean-Paul wrote:[snip]We're currently running an application with some DBSession Service Objects.As in both code and partition workshop the parameter 'password' is hidden(replaced with ***), we can't be really sure of what they contain.Is there ...
1300 byte By
at 2007-11-25 5:10:25
Hi Oliver,You can overload display() in the child window class using the parent windowas parameters :display(pParentWin:BaseWindow)where baseWindow is a subclass of all your windows. Then you can usepParentWin to reference theattributes of the parent window. By the way youcan implement Forte ...
1746 byte By
at 2007-11-25 5:10:26
method getMicrosoftUserName() : TextDataBEGINcmd : textData=new();outfile : string='c:\userinfo.tmp';userName : textData=new();domain : textData=new();if task.part.operatingSystem.OSType=OS_OT_NT thencmd.setValue('net config workstation');elseif task.part.operatingSystem.OSType=OS_OT_WIN95 ...
2581 byte By
709343 at 2007-11-25 5:10:27
Eric,There has been a problem with Forte debug mode for sometime now when the app is silent. If you attempt to inspect the variables when the app is in the 'silent' mode, i.e., waiting on an event loop for a user input or a system event, then you get the "Access violation caught ..." ...
1541 byte By
709345 at 2007-11-25 5:10:28
Kim,How easy it is to move a repository depends on what type of repository you are using (B-Tree, Objectivity or Gem Stone).Step 1For Objectivity or Gem Stone:Use rpcopy ORUse the rpcreate command to create a new repository.Export your workspaces using fscript's exportworkspace Import them ...
459 byte By
at 2007-11-25 5:10:29
This is just a guess, but it looks to me like perhapsNT is not recognizing "cl" as a command. What happenswhen you type "cl" on a command line?-To unsubscribe, email 'majordomo@sageit.com' with'unsubscribe forte-users' as the body of the message.Searchable thread archive <URL:<a ...
535 byte By
at 2007-11-25 5:10:30
You may find useful info (to start) in Chapter 4 "Using ActiveX Controlsin TOOL Applications" in "Integrating with Windows and Macintosh"document.Frank --Original Message--From:Chattaraj, Braja [SMTP:Braja_Chattaraj@CalPERS.CA.GOV]Sent:Thursday, March 05, 1998 4:49 PMCc: ...
Hi John !> Is it possible to access the Windows NT registry? I wish to create my own> keys and then access them through Forte.> Any help would be appreciated,I don't know if it is possible though a native forte solution, but I would create a simple C-DLL wrapping the Win32-Functions ...
1125 byte By
at 2007-11-25 5:10:32
To specify the name server address, you can put this as aflag on the command line :-fns myserver:portnumberThis is available from 2.0.F.0 onwards I believe. The commandline setting overrides the nameserver environment or registrysetting. You would have to set up different icons with ...
1193 byte By
at 2007-11-25 5:10:33
Sivaram,You will need to get the DLL into a LIB and wrapper it. Do this (in Win3.1 & Borland) using the IMPLIB command. Then you can wrapper the lib.Obviously, you will need to know the function prototype in order to wrapper.The most common problem is that the functions will probably be ...
2946 byte By
at 2007-11-25 5:10:34
Hi, Peter.You do not have to get all attributes and there values to compareobjects of the same type.You can do something like that using serialization:whatever : myObject; -- This is an object you want to compare to anotherone of the same type ...//Serializestrm : MemoryStream = ...
2513 byte By
at 2007-11-25 5:10:35
Hi Rhonda,There is no such inherent feature in Forte but you can build one if you know what would be the length of the input in the widgets. Let me explain by means of an example.E.g., if you want to move the cursor from one DataField1 to DataField2, and DataField1 should take 11 characters ...
1445 byte By
at 2007-11-25 5:10:36
><jaco@mds.co.za>>>Hi there,>>I'm hoping that someone out there has experienced the following (and>knows why it is happening. ) :-)>>I have a couple of windows on which the AfterValueChange event is>triggered on a field upon hitting the delete key.>We all ...
3876 byte By
at 2007-11-25 5:10:37
> From owner-forte-users@Sagesoln.com Mon Aug 5 10:04 PDT 1996> From: Paul_Krinsky@notes.pw.com> To: forte-users@Sagesoln.com> Date: Mon, 5 Aug 96 10:00:54 PDT> Subject: Adding Audit Attributes to Express> > I want to add some attributes to an Express application to ...
14 byte By
at 2007-11-25 5:10:38
1957 byte By
at 2007-11-25 5:10:39
Hello Kamran,You may use escript command to shutdown the Launch Server distributed.Another way is '%FORTE_ROOT%\install\bin\ftcmd.exe shutdown server' toshutdown the launch server. The only problem is to start this commandduring the logout or shutdown process of Win95/Win98. I think there isa ...
1202 byte By
at 2007-11-25 5:10:40
Kelvin,We have used the QualityWorks and Silk products from Segue Software totest several Forte applications. The Forte extension to these productsis fairly new, and does appear to have several technical difficulties.However, we have been able to overcome most of these problems andsuccessfully ...
2597 byte By
at 2007-11-25 5:10:41
Giovacchino,One thing you should check is the size of your environment/node repository.If this file grows too large to can cause the symptoms you are experiencing.You should periodically rebuild it be doing an export of the environment andthen restarting the environment manager with the "-b" ...
627 byte By
at 2007-11-25 5:10:42
Hi Ramendra,As far as I know, Forte doesn't support SHL or SHR. You couldsimulate this by multiplying or dividing by 2, but this won't workproperly on OS'ses that store integers using low byte/high byte,in stead of high byte/low byte.I don't know what you mean by Masking.Pascal.-To ...
1326 byte By
at 2007-11-25 5:10:43
HELLO World, this is TAKEUCHI@Sirius/JsdSapporo We have had the same problem as you met, and found that there aresome characters that cannot be passed to BinaryData. For instance,\x80 , \xE0 , etc. We have already sent this problem to ForteSupport and are waiting for a reply.Best ...
3852 byte By
at 2007-11-25 5:10:44
Marina,Look in the program directory for your c compiler - there is a filecalled vcvars32.bat, which sets all of the environment variables thatare needed to run the c compiler from a command line. You need to runthat before doing the fcompile, in the same command session. Eitherthat, or you ...