Questions tagged [tibco-designer]

37 questions
1
vote
1 answer

Tibco sending erroneous data..?

I am testing Tibco Soap requests. From the image shown below, I am able to see that I am sending the correct XML in encoded form: , But on the receiving server, when the received data is logged, there seems to be extra XML tags whose source I…
Peter
  • 648
  • 7
  • 26
1
vote
1 answer

tibco parse only few field from text to xml

im using tibco and need to recover 3 xml field from an input who is in text format. Normally i will parse the whole message in xml and extract the 3 field i need but the xml format as been lost. Is there a way to recover the 3 field without recreate…
tazee
  • 390
  • 2
  • 7
1
vote
1 answer

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

I tried to setup custom Log4J appenders in Tibco BW/Designer. I added to /bw/5.11/lib/log4j.xml the following appender:
Adrian Ber
  • 20,474
  • 12
  • 67
  • 117
1
vote
2 answers

Confirm JMS message into subprocess

Is there any way to confirm a JMS message in a subprocess? I have process A that starts with a JMS Queue Receiver (or JMS Topic Subscriber). It calls process B which has to confirm the message received - I'm using Tibco EMS Explicit acknowledge…
Adrian Ber
  • 20,474
  • 12
  • 67
  • 117
1
vote
1 answer

how to parse incoming XML file in HTTP request and generate s response based on incoming XML data in Tibco BW

I am new to TIBCO BW development. I need your expert opinion, as I am stuck to create a response XML file. Here is the scenario. I get a XML file in the HTTP request and after parsing the incoming request XML structure, I have to create a response…
0
votes
0 answers

TIBCO BWCE 2.8.2 connecting to Azure for SQL server gives error. Make sure all required jar files exist at folder 'AzureLib' from Local to Cloud

I am trying to connect from TIBCO BWCE 2.8.2 studio to Azure using ActiveDirectoryServicePrincipal. All settings are set as described by TIBCO. However, I still receive the following error: Make sure all required jar files exist at folder…
Nick
  • 161
  • 1
  • 2
  • 14
0
votes
1 answer

All the Relative path references in wsdl files are not working in TIBCO BW 5. And getting the error : The following reference is no longer valid

All the Relative path references in wsdl files are not working in TIBCO BW 5. And getting the error: The following reference is no longer valid: ../../../Base/. Can anyone please verify this suggest me the solution.
R Kishore
  • 1
  • 2
0
votes
1 answer

TIBCO EMS Load Testing using JMeter

I have created a JMS Point-to-Point Request Response test as documented in the JMeter manual. If my message properties are set to request only, the test results to success, however when I switch to request/reply sometimes the test success and…
0
votes
1 answer

Installing TIBCO to build an EAR file

I'm trying to install TIBCO using the universal installer, and passing in the silent file. However, whenever I run these commands: ./tibco_universal_installer_filename -silent -V responseFile=silent_file.silent -is:tempdir /opt/tmp I don't get any…
0
votes
1 answer

How to loop over CSV file and write each line in Write File activity?

I am using TIBCO BW 6.5 designer, I am trying to read a large CSV file (having ; as separator). Below are some of my sample CSV file data:- ORDER_NUMBER;CODE_NUMBER A;014 53758 B;015 73495 C;016 67569 D;017 59390 I am trying to start reading from…
Rudra Singh
  • 95
  • 2
  • 19
0
votes
1 answer

Tibco BW Container Edition Eclipse Interface

I am new to Tibco BWCE and I've just discovered that it uses the Eclipse IDE interface. My main problem is that I can't find anywhere a guide or documentation for the interface items. I just need a clear understanding of items numbered on the…
MbaiMburu
  • 875
  • 1
  • 10
  • 19
0
votes
2 answers

Execute queries or macros in Teradata using Tibco EMS

Is it possible to execute queries or call macros in Teradata through TIBCO EMS? If so, what is the process? If not, what is the correct Tibco product to perform this action?
Soumen
  • 121
  • 1
  • 3
  • 14
0
votes
1 answer

WSDL Response without body element

I've been tasked to create a SOAP web service and the response isn't supposed to have the body element like below
MbaiMburu
  • 875
  • 1
  • 10
  • 19
0
votes
1 answer

Error Tibco business studio: "There is no Component in the Application Module"

After migrating BW project (5.x) on Tibco business studio, when I tried to run the process, I got the error: There is no Component in the Application Module Then, I checked and found that: TIBCO-THOR-FRWK-600026: Failed to start BW Application …
taibc
  • 897
  • 2
  • 15
  • 39
0
votes
2 answers

How to fix a maxQueueLength error in Tibco?

I get this error in TIBCO Administrator Log: (BW-EXT-LOG-200000 njams: maxQueueLength(=20) is reached.) My client returns: Connexion to refused. Everything returns to normal after restarting the instances, but it takes a few minutes and I get…