WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question
Home > Forum > Latest posts

latest posts

MVP

Hi Sławek,
I've been trying to find the place that gives same numbers as reports in designer studio, and after checking i think every table which could have it I've connected with Webcon via support.
There is and API endpoint which is used by Designer Studio to fetch info about used licenses: /studio/db/1/getsimplelicencereport, you can use the same endpoint.

1. Register API Application with any scope (Admin.Licenses.Read is suggested, but in that case it doesn't really matter).
2. Assing that API user Administrator Privileges on Studio
3. Login to the API via OAuth
4. Call /studio/db/1/getsimplelicencereport endpoint.

This will return you a json structure as in attached file.

It doesn't answer directly your question, as this is not in the database, but that's how you get same numbers as those displayed on reports tab in designer studio :)

Hi everyone, I’m trying to set up a connection from WEBCON BPS (2025 R2) to an Oracle database, but the documentation I found is quite limited. It only shows fields like user, password, and service name, but there’s nothing about host, port, a full connection string, or any driver requirements.
Apologies if I missed something obvious — maybe the documentation is out there and I just couldn't find it.
So my questions are:
How exactly does WEBCON connect to an Oracle database?
Do I need to install any specific driver or client (like ODP.NET, Oracle Client, etc.)?
Where do I configure host and port — or are they handled automatically?
Is there any example of a working connection string or full setup?
I’d really appreciate any tips or examples from someone who’s already done this.