Questions tagged [tibco-designer]

37 questions
13
votes
2 answers

What is the development environment for TIBCO Business Works?

I see all these job posts for TIBCO developer but from tibco.com I couldn't really dig what a developer does codewise on this platform because that is geared more towards endusers. Is it a JAVA based platform?
Andrei Draganescu
  • 387
  • 1
  • 2
  • 10
2
votes
2 answers

Reusable Tibco subprocesses

If I have a sub-process that I'm using it in two Tibco projects, what will be the best way to reuse it? Currently I'm copying the sub-process in both projects, but this leads to duplicated code, which is just hard to maintain.
Adrian Ber
  • 20,474
  • 12
  • 67
  • 117
2
votes
2 answers

Testing JMS Topic Subscriber in Tibco

I would like to test a process in Tibco Designer, that starts with a JMS Topic Subscriber. I would invoke that process and then call a JMS Topic Publisher. The problem is that the Call Process activity cannot invoke a process that starts with a JMS…
Adrian Ber
  • 20,474
  • 12
  • 67
  • 117
1
vote
1 answer

JSON to replace element name dynamically with value

TIBCO BW 5.14 I have below input records: 1 2023-08-22 5 222222222 12345
1
vote
0 answers

Configuration *.tra file for TIBCO Business Studio

Can anyone tell me where I can find the TIBCO Business Studio *.tra configuration file? I made small research and it turned out that this would be TIBCOBusinessStudio.ini However, once I'll add my custom property, like user.timezone=UTC and I'll…
1
vote
1 answer

Where is the configuration file for application in Tibco administrator (version 5.3)

I want to find the configuration file for application configurations in Tibco administrator. Then I can know all runtime configurations of my application. I tried to findout in the path /opt/sw/tibco/tra/domain/SOADEV/datafiles/[my app]_root but…
taibc
  • 897
  • 2
  • 15
  • 39
1
vote
1 answer

How to map an element from the list to a single element in Tibco?

I obtain a list of elements from the JDBC. And then I have to map an element from the returned list to another single element of a different system. Could someone help, please ? I tried for-each, but couldn't handle it. Any hints would be helpful.…
kenkulan
  • 147
  • 4
  • 14
1
vote
1 answer

TIBCO BW 5 create custom java function for all projects

I can create a custom java function by adding a custom java function activity and loading my class into it. I would like to create a custom java function for all my projects so I don't need to repeat the same thing with every project. Is it possible…
1
vote
1 answer

What does `text()=0` mean in TIBCO designer?

In one of the TIBCO Designer .process files I found an expression like this: $SomeValue/text()=0. What does it mean? That $SomeValue is null or blank, or what?
Glory to Russia
  • 17,289
  • 56
  • 182
  • 325
1
vote
1 answer

SQL Server Driver Error Failed to find or load the JDBC driver:

I am getting below error while trying to connect to SQL SERVER. I have already done following and still getting the error: downloaded Sqljdbc42.jar file placed it in "C:\tibco\tpcl\5.9\jdbc" folder updated designer.tra file - appended…
A K
  • 295
  • 1
  • 4
  • 19
1
vote
1 answer

Handling Multiple SOAP Actions in Tibco BW 5

How do I go about creating a SOAP service in Tibco BW 5 with only one endpoint with multiple SOAP actions which can be invoked to provide different services just like how different endpoints in the same WSDL can provide different services.
MbaiMburu
  • 875
  • 1
  • 10
  • 19
1
vote
2 answers

Custom Function Unsupported major.minor version 51.0 TIBCO Designer 5.7

I am using TIBCO Designer 5.7. In the Mapper pallet of my Designer code, I am using a Custom Java Function "Utilities", but while using it it is giving me an error saying "Custom Function Utilities: Unsupported major.minor version 51.0".In the XPath…
Rudra Singh
  • 95
  • 2
  • 19
1
vote
1 answer

Tibco Service JDBC SQL deployment issue

I have created a Service running on Tibco, containing a JDBC-enabled process within it, and tested it successfully. The database server is MySQL, and is hosted remotely. When connecting to the remote DB from the service hosted on my machine, the SQL…
Peter
  • 648
  • 7
  • 26
1
vote
1 answer

Loop through non-repeated elements in Tibco Designer

I am working with JSON data in Tibco Designer whose variable list is unknown over time, such as the below: { "d": { "FileSystemObjectType": 0, "Id": 28, "ServerRedirectedEmbedUri": null, …
Peter
  • 648
  • 7
  • 26
1
vote
1 answer

TIBCO Global variables, reverse engineering

I'm currently working on a project were am at the stage of figuring out what the current implementation is doing. Have been putting in a lot of time (A LOT) searching connections between queues declared as global variables. Is there a way to get a…
1
2 3