tibco

Changing Log4J configuration in Tibco BW/Designer does not have the desired effect

时光毁灭记忆、已成空白 提交于 2019-12-24 08:57:01
问题 I tried to setup custom Log4J appenders in Tibco BW/Designer. I added to <tibco_folder>/bw/5.11/lib/log4j.xml the following appender: <appender name="TestFile" class="org.apache.log4j.FileAppender"> <param name="file" value="d:/temp/tibco-test.log"/> <param name="Threshold" value="DEBUG"/> <param name="append" value="true"/> <layout class="org.apache.log4j.PatternLayout"> <param name="ConversionPattern" value="%d{yyyy MMM dd HH:mm:ss:SSS 'GMT'} %X{offset} %X{engine} %X{role} [%X{msgCategory}]

All I have is a Tibco.EMS.dll, what else do I need? [closed]

别来无恙 提交于 2019-12-22 13:54:08
问题 Closed . This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 6 years ago . All I have is a Tibco.EMS.dll version 5.1.4.0 for .NET, what else do I need? Anyone know where I can download a manual? Do I need anything else like like other DLLs or config files? Any help would be appreciated. Thanks 回答1: It all depends on what you are trying to do. We also have the Tibco TEMS

How to share messages, published on Topic, between multiple VMs, in Spring Jms Tibjms

久未见 提交于 2019-12-19 04:13:08
问题 My application is consuming messages published to a Topic. I have 3 servers where my application code is running. With current implementation, the messages is distributed to all running VMs i.e. copy of message is received by every consumer. My requirement is that every consumer should receive distinct message i.e. no two consumer should get same message. Below are the libraries I am using: spring jms 4.2.7 Java jms 2.0 tibco jms 8.0 wildfly-swarm as server Currently I have following

javax.crypto.BadPaddingException when connecting to Tibco EMS with SSL

纵然是瞬间 提交于 2019-12-13 05:05:51
问题 This topic is a continuation of previous case: How to setup JMS bridge to ActiveMQ on Weblogic 11g but now using Tibco as a source JMS bridge destination. I'm getting following error when trying connect to Tibco EMS from JMS bridge configuration : javax.jms.JMSSecurityException: Error occured while reading identity data: failed to decrypt safe contents entry: javax.crypto.BadPaddingException: Given final block not properly padded at com.tibco.tibjms.TibjmsSSL._identityFromStore(TibjmsSSL.java

TIBCO automated build

筅森魡賤 提交于 2019-12-13 02:33:52
问题 I am really new to TIBCO environment, and I am working on TIBCO BW. I really want to know the concept "how to build and deploy TIBCO". Various books told me that TIBCO Admin will deploy and manage after I finish developing in TIBCO Designer. However, my mentor pointed out that I am going to use TIBCO AMX(3.2?) and my project will be setting up 'automated build' (Yes! I have no idea!) 1) building and deployment concept of TIBCO using AMX 2) any suggestion or article or blog for 'automated

Tibco - Max flow limit property

ぃ、小莉子 提交于 2019-12-12 17:12:46
问题 I have a process with max flow limit enabled. The value being set at 10. Its a Asyn process and used to get thousands of messages daily. We noticed that at peak time, with the increase in messages in queue in EMS server, the performance of the tibco process decline. Is there is any dependency between slowness in Tibco with increased inflow of EMS messages. How to calculate the exact flow limit for a process ? do we have any standard procedure ? 回答1: The FlowLimit configuration setting is a

Tibco SOAP request over https - SSL certificate verification problem

亡梦爱人 提交于 2019-12-12 15:14:34
问题 I'm using Tibco BusinessWorks to consume a soap web service over an HTTPS connection. The instructions boil down to: Export certificates using a web browser. Use the Tools->Trusted Certificates->Import PEM format to folder within the project. In the SSL Config of the Transport Details tab, point to the trusted certs folder you imported them to. --OR-- Use the BW_GLOBAL_TRUSTED_CA_STORE global variable to point to an external folder (file:///c:/tibco/certs) and put the certs there in pem

how to open Spotfire web player in first page?

为君一笑 提交于 2019-12-12 07:01:11
问题 is there a way to open spotfire web player in first page always. My web player link is opening analysis in different pages not on the home page. Much appreciated thanks 回答1: Make sure that when you save your analysis, you save it showing the first page. Then modify so that state isn't kept per user. Go to Edit -> Document Properties -> Library tab, and uncheck "Remember personalized view for each Web Player user": 回答2: Create one Document Property "OnOpenAnalysis" with DateTime:- Write

Alternate of sys_refcursor

心不动则不痛 提交于 2019-12-12 06:56:11
问题 What is the alternate of sys_refcursor. After 12c upgrade, the resultset of sys_refcursor is unrecognizable by mulesoft/tibco . Reading it as null 回答1: Use TYPE cursor_type IS REF CURSOR; or a strongly typed cursor: CREATE PACKAGE SCHEMA_NAME.PACKAGE_NAME AS TYPE Table_Name_Cursor IS REF CURSOR RETURN SCHEMA_NAME.TABLE_NAME%ROWTYPE; -- You said this does not work. -- PROCEDURE get_Weakly_Typed_Cursor ( -- out_cursor OUT SYS_REFCURSOR -- ); PROCEDURE get_Strongly_Typed_Cursor ( out_cursor OUT

VS2010 TFS Automated build [closed]

我的梦境 提交于 2019-12-12 06:46:06
问题 It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 6 years ago . I have 'fair' experience about VS and TFS environment. Here is what I have done so far. After I finished the coding work, I built it, checked-in it and other guy deployed it. So, I don't know what the meaning of