db-auth-check

Test 1C database login credentials and license validity.

140|16|Updated May 2, 2026
One-click install
npx skills add https://github.com/IngvarConsulting/unica --skill db-auth-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: db-auth-check
Source: https://github.com/IngvarConsulting/unica/tree/main/plugins/unica/skills/db-auth-check
Command: npx skills add https://github.com/IngvarConsulting/unica --skill db-auth-check

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill detects issues related to database login credentials for 1C, preventing license errors and unauthorized access attempts.

Core Features & Use Cases

  • Access Verification: Checks if database credentials allow successful connection to a 1C database.
  • Error Diagnosis: Identifies license problems or invalid login details without attempting unsafe operations.
  • Use Case: A developer needs to verify database credentials before running an update or dump to avoid license violations and ensure smooth operation.

Quick Start

Use the db-auth-check skill to validate database access with a connection string command.

Frequently Asked Questions about db-auth-check

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

FAQPage Schema
How do I verify 1C database credentials before running an update?

Verify 1C database credentials by testing the login connection and license validity. This process checks access parameters to prevent license violations and ensure smooth operation before deployment.

Why does my 1C database connection fail with a license error?

A 1C database connection fails with a license error when login credentials lack valid licensing. Testing the connection parameters diagnoses the specific license problem or invalid login details.

Can I test 1C database login credentials without modifying the database?

Yes, you can test 1C database login credentials without modifying the database. The verification operates within existing connection parameters and requires no changes to the database system.

What is the best way to check 1C database access for a deployment workflow?

The best way to check 1C database access for a deployment workflow is to validate the connection string. This safely tests login credentials and license validity to avoid unauthorized access attempts.

What limitations exist when diagnosing 1C authentication issues?

Limitations when diagnosing 1C authentication issues include operating strictly within existing connection parameters. The process identifies errors but does not perform unsafe operations or change database configurations.