hi *,i just wanted to know if anyone has tried out the webinterfaces with firefox for CAPS 5.1.1 are they useable or still IE proprietary?regards chris
Hi, I have a Java CAPS 5.1.0 project with page layout and page flow which was working some time back, but now is giving 'Unable to resolve Error' when ever I try to change the page layout, i am not able to change the page layout at all or copy it and use it another project, in fact now i am ...
267 byte By
rss at 2007-11-26 9:34:01
hi all,Is there any built-in class in CAPS5.1 for invoking a web servervice from jcd directly. Or is there any some other automation/mechanism to achieve the same, plz provide me any sample code avilable for the same.its very urgent for me.Thanks
440 byte By
rss at 2007-11-26 9:34:05
hi all,can any body has clear documentation about how to implement user authentication with LDAP. Here we are facing lot of issues like users are identifying from LDAP but their roles are not identifying/simulating with the CAPS.so can any body provide me the implementaion steps about how to ...
1968 byte By
hetawfik at 2007-11-26 9:34:45
I need to know how can I invoke a JCD from an eInsight business process.I have created a JCD (exposed as web service).I drag & drop the method implemented by the JCD into the eInsight business process, everything build & is deployed with no error.But at run time, I get this ...
9917 byte By
eGate at 2007-11-26 9:37:03
I'm having problem starting logical host for eGate 5.1.0 on Linux platform, and I cant see where is the problem lies. Is there anybody here that can give me some hint or guide?Below is the error message from the ...
Hi, I have created an OTD using the Sun Java System AppServer OTD option. When I try to build the project, I get the following error-com.stc.codegen.framework.model.CodeGenException: Exception when generating OTD code ...Exception: javaClass: EjbCodeGen: generate: Error in Generate codes: Since ...
132 byte By
arunpi at 2007-11-26 9:37:42
I have a application (war) file deployed in Jboss server .Can i directly move that in JCAPS server.Thanks,-Arun
Has anyone heard when Sun is planning on releasing eXchange for CAPS 5.1 as well as the X12 OTD's?Also, is it possible to use ICAN 5.0.5 eXchange and the X12 OTD's, with CAPS 5.1? If so, how would one go about installing them in a CAPS environment?Thanks.
7159 byte By
rss at 2007-11-26 9:38:43
hi all,i am invoking a webservice from JCD using HTTP Client eWay when i am running the project i am getting the follwing error but the same webservice when i'm calling from XML spy or from normal java(HTTPClient) program its working fine and i'm getting result also. can any body any ...
249 byte By
Sangig at 2007-11-26 9:38:45
Hi All,My requirement is to create a sample eWays Adapter. For that I need documentation of eWays that will let me know about the creation of a new eWays Adapter. Any help regarding this would be appreciated.Thanks,Sangig
362 byte By
draina at 2007-11-26 9:39:12
Hello,I'm getting a error while trying to create a SAP BAPI OTD using the Enterprise Designer. After I give the client number, username and password and click next the following error comesError in getBapiList(): Cannot convert field ID of type NUM to intDo I need to configure something on the ...
hi *,is there a possibility to start or stop a jcd from command line in CAPS?i think it is not possible in iCAN or is it?regards chris
Hi,How can I configure a business process/jcd to receive(also send) messages from an external queue/topic?ThanksKaanuPS: I am able to use queues/topics used in other SunSeeBeyond Projects.
568 byte By
draina at 2007-11-26 9:41:25
I'm using ican to connect to SAP R/3 system. However, SAP ALE eWay is not appearing in my designer. I have installed both SAP ALE and SAP BAPI eway and then uploaded those in the edesginer through the upload center. In the confirmation screen for the upload center it shows that both the eways ...
388 byte By
rss at 2007-11-26 9:43:03
hi all,can anybody know what are various application servers are compatable with CAPS projects deployment. please let me know whether can i deploy a CAPS project in JBOSS application server. is JBOSS compatable wiht CAPS project? if yes, please let me clear what are the prerequisite we need to ...
Folks,I am trying to implement HTTP server in one of the project by using HTTPS eWay OTD's in JCAPS 5.1.. I did not see any reference in HTTP eWay adapter user guide for implementing Basic HTTP authentication? HTTP server Externel system does not have any properties for configuring a username ...
165 byte By
hetawfik at 2007-11-26 9:45:02
How is classify the JCAPS ?s it classified under the category of BPMS or it is diffrerent product ? What are the competitor products in the market for JCAPS ?
461 byte By
draina at 2007-11-26 9:45:34
Hello,Can somebody please send me the detailed steps required for receving an Idoc from a SAP r/3 system and then sending the same idoc to another sap r/3 system? What all options are available for this? I'm bit new to this and have looked at all the documents available with Ican . These ...
117 byte By
dine_24 at 2007-11-26 9:47:08
Hi, does anyone have the download link for SeeBeyond Java CAPS .If anyone has it can provide me.
1135 byte By
jqrieke1 at 2007-11-26 9:48:22
Running on Windows 2003 Server R2 Enterprise:All SAR files appear to be updated successfully except egate.sar. I receive the following error message:BUILD FAILEDfile:D:/JavaCAPS51/repository/work/1156805377055/install.xml:23: com.stc.repository.RepositoryException: Could not checkout ...
716 byte By
marryb at 2007-11-26 9:49:27
Has anyone created an alert in a CAPS jcd and sent it to a SNMP Monitoring system.I know this can be done by the Alert Agent and the SNMP AgentBut I want to build a Common Service that will be able to receive alerts via a web service call or a JMS queue and from these (xml document) alerts ...
602 byte By
mjinhcl at 2007-11-26 9:50:33
Hello,I am using RFC_IDOC_INBOUND_ASYNCHRONOUS (BAPI OTD) in JCAPS5.1 to recieve IDOC ftrom SAP ECC6in my JCD, i am using the following code:-byte[] b = input.getIDOC_INBOUND_ASYNCHRONOUS().marshal();String s1 = new String( b );logger.info("***s1="+s1);FileClient_1.setText( s1 ...
1463 byte By
bgrant88 at 2007-11-26 9:51:36
With 5.1.1 come domains as a replacement for logicalhosts (5.0.5). Here was my initial confusion, the documentation states that a domain is an instance of a logicalhost, but is it really? A domain is made up of an integration server and a JMS manager. Is this equivalent to a logicalhost? In my ...
Hi,I need to read property file which contains N number of key and value pairs and after reading the same I need to pass the value to output OTD.My Idea is I would be putting the file under logical host installed firectry and using I System.getproperty("configdir") I would be able to read the ...
480 byte By
RamSai at 2007-11-26 9:54:35
Hi,I am facing a problem when installing Jcaps 5.1 on Solaris 10 sparc. Following are the steps.1) Successfully installed Repository2) Successfully logged into web-admin page.(with username and password)3) From the "browse" button able to add /caps/ProductCD1/eGate.sar file.But "Submit" button ...
1818 byte By
sudeepjm at 2007-11-26 9:54:44
Hi All,I am getting following error while installing following .sar filesof e-Gate:- MFS,SunJavaSystemeWay,SybaseeWay,MQSerieseWay and eIndex Error is:--Install Directory File Name is: C:\JavaCAPS51\repository\upload\C49D9F4CBEF0B0AE5E697633F3680975\gsr76487\insta ll.xmlInstallation Started, ...
208 byte By
sudeepjm at 2007-11-26 9:55:20
Hi All,I am installing E-Gate 5.10 on Windows 2003 box.I already installed Repository and Suite installer.Now I want to install Enterprise Manager on the same Windows box.Can anyone help me out?
961 byte By
dine_24 at 2007-11-26 9:55:32
Hi,When I try to add an external UDDI system in Sun SeeBeyond Enterprise designer, it needs some configuration parameters which are not UDDI specific. There is no way to configure security/inquiry/publish URLs.when I snoop the SOAP request it shows as follows.<?xml version="1.0" ...
Hi,I am facing a problem in Business Process.Can I assign values to any components in Buissness Process ? Actually I am sending IDOCS from one SAP system to an other, now when ICAN recieves IDOCS from the sending SAP system then I have to change values in the IDOC in ICAN. The main purpose for ...
191 byte By
chiewst at 2007-11-26 10:10:59
Does eGate5.1 have the equivalent of the eGate45 userInitialize method? We have found it to be rather useful and should think that eGate51 should have a similar function.Thanks.
517 byte By
awid2 at 2007-11-26 10:16:11
hi,Within my JCD I am throwing an exception to roll back a message so that it will be redelivered in case of an error. From the log I can see that the message is redelivered.Now, I'm trying to find a way to set the maximum redelivery count within the JCD. Or a better way maybe find out how ...
151 byte By
SbyCaps at 2007-11-26 10:16:21
I wanetd to know if we could import external jars into eInsight Buniess Process. if anyone has worked on this can u please share the informaiton
Is there somebody in the SUN organization that can answer questions regarding JCAPS licensing questions, specifically for OEM like deployments?I've tried emailing and calling the numbers posted, but SUN just doesn't respond. Actually, this is the third time around, the previous times I had to ...
Hi all,I am facing a problem when installing JCAPS. When I run the Install.bat file, it gives an error, the error is as follows'Windows can not find C:\JCAPS 'Actually I had previously installed JCAPS, then I uninstalled it completely as it was not working properly, now when I am trying to ...
Hi,I believe the CAPS 5.1 documentation can be downloaded from the developers site.Is there a plan to provide a limited edition/developers version of CAPS 5.1 suite for a trial/developer version? I get access denied on the download site for CAPS using my developer id.
135 byte By
AKsuited at 2007-11-26 10:23:49
Is it necessary to write Java Collaborations in a thread safe manner? If so, under what scenario can a JCD become multithreaded?
hi *,from the time i worked with tibco products i am used to haveing adapters on client side. mostly they were a stripped off component of a server side resource adapter (e.g. Batch file, SQL,...). in our company now and then it would make really sense to have such an adapter on e.g. an unix ...
I read tha JMS Grid might be available in 5.1.1.. Does any one got any website link where from the fundamentals and comprehensive detail of JMS Grid are provided?Thanks!!
343 byte By
GoldFish at 2007-11-26 10:35:18
hi,can any body help me about in how many ways we can import jars into eDesigner.Because here i'm trying to putting jars into "eDesigner/usrdir/lib" directory but i'm not able to pick/find those classes from the collaborations, previously i have done with ICAN and its worked out. but here ...
83650 byte By
Katakam at 2007-11-26 10:35:34
Hi,I am unable to start Start JCAPS 5.1.0 Logical Host on my Windows XP OS. I have installed it recently following the JCAPS installation instructions. I have created a domain with the default name 'domain1'. Please see the error message that i get in my logs folder ...
302 byte By
RaDian06 at 2007-11-26 10:37:18
Hi all,I'm trying to execute the collaboration once I deploy the interface to logicalhost, is there any possibility to do so in eGate5.1? eGate4.5 has this userInitialize() function but not on this version. Anyone can guide or help me on this? Thank ...
2394 byte By
sand123 at 2007-11-26 10:37:21
Hi all!I am using JCAPS 5.1.1 and unsuccessfully trying to deploy twobusiness processes, which implement web services in one deploymentprofile.To do that I created a WSD, which defines one PortType with twooperations. Then I created the BPs, implementing those operations.Next I created a ...
240 byte By
ark.jws at 2007-11-26 10:39:04
Hi, i have created two page flows that hit the database. i want create another pageflow that can call the two page flow i have created earlier.Any one please send me the docs on the eVision.Thanks,Krishna.
164 byte By
conector at 2007-11-26 10:39:53
Hi I have a tcp-ip connection, I receive a variable bytes message. According that I want create a OTD with this message? How can I do it?Thanks
150 byte By
conector at 2007-11-26 10:39:55
HiI want read properties from a xml file, store these on memory and call them from a jcd. Have someone any examples?Thanks
130 byte By
conector at 2007-11-26 10:40:30
Hi Exist a eWay adapter for UDP protocol? or how can I connect to external system via UDP?Thanks on advanced.
76 byte By
rogers at 2007-11-26 10:41:19
Can we use BatchFTP eway, for getting the files in the local machine?
593 byte By
conector at 2007-11-26 10:42:08
HiOn Ldap eWay External Properties, on environment explorer I can configure Maximum Retries and Retry Interval properties for connecting Ldap server. I know if connection to Ldap fail after their Maximum Retries, eWay generates an Alert and I can monitores it on eManager console, but can I ...
We have a number of HL7 eWays connecting to external systems. If one of these systems goes down and a message is sent through to the collaboration handling the eWay, the entire logicalhost seems to grind to a halt until the connection is remade.Has anyone else seen this happen? In the future we ...