openlink-request-broker-configurator

Configure OpenLink Request Broker rule books for ODBC and JDBC routing.

35|8|Updated Dec 19, 2025
One-click install
npx skills add https://github.com/OpenLinkSoftware/ai-agent-skills --skill openlink-request-broker-configurator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openlink-request-broker-configurator
Source: https://github.com/OpenLinkSoftware/ai-agent-skills/tree/main/openlink-request-broker-configurator
Command: npx skills add https://github.com/OpenLinkSoftware/ai-agent-skills --skill openlink-request-broker-configurator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

OpenLink brokers require careful configuration of DSN-based ODBC and driver-based JDBC agent rules, environment injections, and mapping logic to route connections correctly. This skill provides a guided, centralized way to configure, edit, and maintain the OpenLink Request Broker (oplrqb) rule book, enabling consistent, auditable changes across environments.

Core Features & Use Cases

  • ODBC Agent Wizard: auto-create agent sections for DSNs discovered on the host, plus mapping rules.
  • JDBC Agent Wizard: auto-create JDBC agent sections based on discovered drivers and register environment CLASSPATH etc.
  • Full Rule Book Management: view/edit mapping rules, agent sections, environment sections, and broker settings.
  • Broker operations: reinitialize and restart; view logs; version detection.
  • Supports two modes: www_sv HTTP Admin Assistant (Mode C) and direct file edit (Mode A).

Quick Start

Ask to configure ODBC or JDBC agents via www_sv (Mode C) and then reinitialize the broker after changes.

Frequently Asked Questions about openlink-request-broker-configurator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure ODBC agent rules in the OpenLink Request Broker?

To configure ODBC agent rules, use the ODBC Agent Wizard to auto-create agent sections for discovered DSNs and generate mapping rules. You can apply these configurations through the www_sv HTTP Admin Assistant in Mode C or by directly editing the rule book file in Mode A.

What is the difference between Mode C and Mode A for OpenLink broker configuration?

Mode C uses the www_sv HTTP Admin Assistant for guided broker configuration, while Mode A involves direct rule book file editing. Both modes support agent section creation, mapping rule management, and broker reinitialization for routing database connections.

How do I map JDBC drivers to agent sections in the oplrqb rule book?

To map JDBC drivers, use the JDBC Agent Wizard to auto-create agent sections based on discovered drivers and register environment variables like CLASSPATH. This process configures the mapping logic required to correctly route JDBC database connections.

Can I discover DSNs and auto-create agent sections for OpenLink brokers?

Yes, the ODBC Agent Wizard discovers DSNs on the host and automatically creates corresponding agent sections and mapping rules within the rule book. This automates the configuration of database connection routing without manual file editing.

How do I safely reinitialize the broker after editing the rule book?

To safely reinitialize the broker after editing mapping rules or environment sections, use the broker operations feature to restart the service. This applies your rule book changes and ensures database connections route through the updated configuration.

What environment sections do I need to edit for JDBC agent configuration?

For JDBC agent configuration, you must edit environment sections to register the CLASSPATH and other required variables. This ensures the JDBC drivers are correctly loaded when the broker routes database connections.