Anil, Thankx for immediate reply.I have checked those manuals already.

336 byte By 709410 at 2007-11-25 6:47:42
What i have found is many of those manuals are referring to online gui library help or Framework Library online help.I guess,there is some more detailed help other then the manuals at http://docs.iplanet.com/docs/manuals/uds.html.Am i correct ? what i want is more detailed explanations on the ...

where can i find Forte GUI Library online help ?

14 byte By 709410 at 2007-11-25 6:47:43

Has anyone got any sample code for constructing an HTTP SOAP request using the HTTPSupport libra

114 byte By PaulWhitaker at 2007-11-25 6:47:44
I need to be able to call a Forte Service that has been turned into an XML service (ie SOAP-a-fied).

Is it possible to change printer directly from tool code ?

355 byte By 709360 at 2007-11-25 6:47:45
Hello,Some help to do the job.The printer selection must be done without user interaction. The application must print generated document to printer A (postscript driver) and to printer B (pdfwriter driver). I tried to do by using the DefaultPrintOptions attribute but It doesn't work.Have you ...

Is iUDS5.0.3 really certified for XP?

372 byte By 709323 at 2007-11-25 6:47:46
The reasons I ask is:1) There is no WindowsXP architecture in this versions node templates for the environment console.2) (... and most disturbing) We are have all kinds of problems pushing/downloading the client pieces of installed apps to our WindowsXP users directly and via model nodes.Help! ...

Open Source UDS?

462 byte By 709412 at 2007-11-25 6:47:47
I suggest an alternative to UDS dying a slow and annoying death - open source it! OK, maybe not OS the whole thing, but how about going down the NetBeans path and at least exposing more of the interfaces to the modules that make up the compiler/interpret/IDE. At least then people with an ...

Can Forte for Java 4, Community Edition be installed on Windows Me?

168 byte By 709413 at 2007-11-25 6:47:48
after accepting the license agreement, installation blocks in: Searching for suitable Java 2 SDK. Please wait.. Java SDK 1.4 is installed on this machine.

Does Forte 4GL ver. 3.0.N.10 equals UDS 5.0.3 ?

14 byte By 709414 at 2007-11-25 6:47:49

how do you set headers in httpresponse using forte tool code in UDS

291 byte By 709415 at 2007-11-25 6:47:50
I am attempting to download a file that is generated in forte (its a CSV). When the response gets back to the browser the save box has a cgi.exe type filename. Instead I would like to supply my own, to do this I think you need to set content-disposition header in the response.

Forte's Profiling tool

719 byte By 709304 at 2007-11-25 6:47:51
1. Are there any tools to summarize or translate the profiler output (below here) in Forte to facts and figures ?ApplicationByCallTree(Name=ConnectClient_cl0.ConnectClient_CL0_Client,Tasks=3,I nstructions=166108)Forte_cl0: ...

Partition fails when entity manager and DBResourceMgr kept together on single CPU Sparc box

368 byte By 709304 at 2007-11-25 6:47:52
We have this situation where we create partitons with the DBResourceMgr (user-visible and session-dialogued)and its consumer EntityManager together in one partition, as recommended by Forte Design pattern for Database Resource Managers. This partition fails to startup on a Single CPU Sparc box ...

Question regarding underlying distiributed technology on which FORTE has been developed

257 byte By 709410 at 2007-11-25 6:47:53
It seems to be my going through Forte documentation,that it provides a distributed environment to develop application.Am I correct ? If yes, can anybody tell the distributed technology (like CORBA) that Forte has implemented. Thankx in Advance

when I rebuild my source ,why they can not run in old environment which I compiled ?

771 byte By 709416 at 2007-11-25 6:47:54
I works on Solaris 2.6 (sparc) and install the Sun Workshop 5.0 . This year,I reinstall my system include Sun Workshop5.0 .But when I rebuild the original source , I find it can not run in the environment which I have built in last year before I reinstall the system.But when I change all ...

Can we map service objects to ejbs if we are trying to convert a forte application to j2ee ?

14 byte By 709410 at 2007-11-25 6:47:55

Hi Kamran, can u elaborate more on why we can't convert service objects to ejbs while doing a m

14 byte By 709410 at 2007-11-25 6:47:56

Hi Kamran, I am new to Forte, what do you mean by a service object creating multiple objects. Ca

14 byte By 709410 at 2007-11-25 6:47:57

what's the difference between an "event loop" and an "event case" statement ?

82 byte By 709417 at 2007-11-25 6:47:58
what's the relation between a "task" and a "event loop" statement ?

Array of interfaces

1303 byte By 709304 at 2007-11-25 6:47:59
I have this service method called GetAllSessions() which returns an Array of Interfaces. When I invoke an interface method on an item in the array at clent end it results this exception. I thought this was a bug with 3E version !!Forte_cl0: SYSTEM ERROR: Conversion between class types and ...

Using UDS Server with Java Client

524 byte By 709353 at 2007-11-25 6:48:00
Has any one used a UDS Server and a Java client. we are trying to do this on a Crucial application and we are facing a problem of passing Objects between the server and client. If the Object being passed has a SO associated then it is possible to get a Distributed Reference and there is no ...

User and environment scope of a service object

99 byte By 709418 at 2007-11-25 6:48:01
what is the visibility difference for user and environment scope for a service object

In Forte 4GL, connection details at runtime via Connect method of DBSession. How in JDBC

14 byte By 709418 at 2007-11-25 6:48:02

How do i include named event handlers in the event loop without using the optional preregister/p

146 byte By 709419 at 2007-11-25 6:48:03
The register statement in preregister/Postregister clause is especially useful for including named event handlers in the event loop.

How do nested Events work?

93 byte By 709419 at 2007-11-25 6:48:04
Could anyone Explain in Detail how Nested Events Work?Thanx in advance!!

[SOAPException: faultCode=SOAP-ENV:Client; msg=Unable to retrieve PropertyDescriptor for propert

308 byte By 709420 at 2007-11-25 6:48:05
The exception is generated when running a java client that uses a proxy created from a UDS 5.0.3 XMLServer. I've even created a BeanInfo for the proxy compound class, only to get the same exception. Specifically, I get it in this line: Response resp = call.invoke(url,""); Why am I getting it? ...

Are there any specific advantages of using Forte’s XSLT Processor over other ProcessorR

14 byte By 709419 at 2007-11-25 6:48:06

why does Forte’s XSLT Processor restrict the output to only XML and HTML4.0?

14 byte By 709419 at 2007-11-25 6:48:07

Does forte events travel across paritions ?

14 byte By 709421 at 2007-11-25 6:48:08

Forte 4GL Service Object vs TOOL Class

426 byte By 709422 at 2007-11-25 6:48:09
Hi All,I am new to Forte Env. I would very much appreciate if someone helps in getting clarity over the Forte Service objects:"What's the difference between a Forte Service Object and a TOOL Class having distributed property set to TRUE ?" Also what are the advantageswe get by creating/using a ...

IE5.5/W2K against IAS6.0 sp2 not working

522 byte By 709423 at 2007-11-25 6:48:10
When I try to run an existing application using IE5.5 on Windows 2000 it no longer works. The backend is using iWS4 sp7 and ias6.0 sp2. The application still works fine if I test locally using Apache and Tomcat. Is there some configuration that needs to be changes on iWS or iAS ?The problems ...

partitions

90 byte By meherkulkarni at 2007-11-25 6:48:11
can any one give idea like how can i map the partitions in forte with j2ee.?

we have anything like partitions in java

14 byte By 709421 at 2007-11-25 6:48:12

Support for Oracle 9i

343 byte By ant0ne at 2007-11-25 6:48:13
This question was posted on the cuenet listserv and I'm also very interested in the answer.Does anyone know when will UDS support Oracle 9i? Also what are the options available till then i.e. can we use SQLNet and is that supported by Both UDS and Oracle? Platforms of interest are NT and ...

hi Kevin, One question for you. Have not worked much on forte but as far as I understand pexd fi

14 byte By 709425 at 2007-11-25 6:48:15

Conversion of design patterns used in UDS to J2EE.

294 byte By kamran.amin at 2007-11-25 6:48:17
I would like to start a discussion on different patterns which are used in UDS that people might have ported to J2EE. What people might have learned and how they implemented the patterns. The design patterns I am talking about are: DB Entity, caching, and lock management pattern.

problem when run fusion/jms sample

892 byte By Guest at 2007-11-25 7:35:11
I am working on the forte fusion's jms example. From all the consoledisplay. It shows I successfully run the setupjms.scr script.When I run the dumpmsg.bat script in the first Cmd console. It shows me:Listener: Ready to receive message from queue cn=Outgoing,ou=tstjms.....When I run the ...

How do u connect to an Oracle Database for the DBService in the fusionengine?

1457 byte By 707993 at 2007-11-25 7:35:13
Hi,1)how do u connect to an Oracle Database for the DBService in the fusionengine? I'm using Oracle8.it gives me the followin error.Application: WFDatabaseSvc_cl1Platform: PC / NTPartition: WFDatabaseSvc_cl1_Part1Generated: 06-Nov-2000 17:02:00By: ftexec Forte Version 3.0.N.0Process ID ...

NMC_ERROR 113 Meta-Directory Controller Unavailable

533 byte By Guest at 2007-11-25 7:35:18
I get this error when trying to enable a connector view configured tooracle.I have setup the iPlanet Directory and Meta Directory to connect otOracle8i. I have followed the example outlined in the Aministrators guidefor Meta-Directory, and it all worked up until the point that I have toenable ...

How to export and use Arrays in UDS XMLServer and Where is forte.zip?

390 byte By 709349 at 2007-11-25 7:35:22
Hi,I am able to work fine with simple attributes on a class marked as XMLStruct. But I can't figure outhow to export an Array as SOAP compound data type. Any clues?Also if any one knows what happend to forte.zip file under FORTE_ROOT/install/lib/java direcory. Itsnot there in UDS 5.0? Am I ...

can't execute servlet page and JSP page after deploy

1349 byte By 709538 at 2007-11-25 7:35:23
I follow getting started iAS intergration Module that use forte for java ee 3.0 to devalop module.after i deploy servlet page and JSP page,I execute servlet page and JSP page .But it doen't not show anything, how can I solve this problem?These from the iPlanet Deployment output window of forte ...

Is iIS moving to Java interfaces?

456 byte By 709322 at 2007-11-25 7:35:24
On the cuenet list, someone has commented:"What I see happening is a few new versions with the 4gl which have be great but I also see movement away from the 4gl in the ils adapter kits. Actually, the new kit doesn't even support 4gl. It seems that the Java assimilation has begun."Is it true ...

can i download emails from my iplanet account into my local program? (for eg like outlook)

274 byte By 708720 at 2007-11-25 7:35:26
I am practising to use different API like (easymail API's) to download my emails from the Mailserver, Send emails, send emails with attachments, etc. I use Delphi under windwos 2000. ARE there any API's like easymail which can do the same task?

using forte for java with iAS

1714 byte By 709538 at 2007-11-25 7:35:27
I use forte for java to develop all of application .and I deploy it to iAS6.0 by forte.my project done about writing EJB by getting and posting the result page with writing servlet.so, when I excute servlet ,the getting page is okey but I click submit on getting page to link to posting page it ...

Is it bad to use webserver and appserver of different type

157 byte By 708758 at 2007-11-25 7:35:29
If i choose web server:iplanet6app server:weblogic6.1on 2 servers, How can i use servlet to call ejb on wls6.1?Is it a good iead?

process manager deployment error - can't create views

336 byte By 707999 at 2007-11-25 7:35:30
We installed the process manager on solaris using sybase. When we try to deploy any of the sample applications, we see the following error: "Failed to create a view in database.....so.process_instance not found....After checking the database, we can see that all the tables are created and ...

Fusion: completing activities with no routing

749 byte By ReneBik at 2007-11-25 7:35:31
We experience strange things during process creation in the Fusion engine. A process is created but the engine stalls after the First activity becomes ready.There is however another process present in the engine which has one activity which has no routing to other activity (including last).What ...

Deadlock in Fusion database.

162 byte By ReneBik at 2007-11-25 7:35:32
We sometimes experience a deadlock in the fusion system database. The lock is on the WFHSessionRole table. Has anyone experienced the same problems?

what is B2B?

14 byte By Guest at 2007-11-25 7:35:35

How do I keep the original file name where the Scheduler is used (ECX Gateway - ftp app receive)

213 byte By 708001 at 2007-11-25 7:35:38
We have a perl script setup as a user-defined outgoing protocol that saves output with the original file name. But, if I use the Scheduler the file name is changed already. We are running ECXpert 3.0

JMS for iplanet calendar server, where can I find a code sample, and the message description

89 byte By 708002 at 2007-11-25 7:35:39
I'm using weblogic and I need to publish tasks in iplanet calendar server,

What products is Sun creating to enable ebXML?

14 byte By 708003 at 2007-11-25 7:35:40