Installing the CodeLogic SQL Agent (Windows)
The agents send metadata to the CodeLogic Server, they are installed on the servers upon which the applications or databases are running. The applications and databases to be scanned are specified in the agent configuration files.
-
-
Double-click the downloaded codelogic-sql.msi icon to begin installation.
-
Read and Accept the License Agreement and click Next.
-
Enter the IP address of the CodeLogic Server and click Next.
-
Optionally, enter a descriptive name for the agent.
-
Complete the installation.
-
-
The CodeLogicSQL Agent (Windows) can be executed through a Command-Line Interface (CLI) or started through the Graphical User Interface (GUI).
Follow step a for CLI or step b for GUI.
-
The Windows CLI is in C:\Program Files (x86)\CodeLogic\sql\run_agent.bat.
NOTEThe agent must not be running for an interactive session to start.
A list of commands executed while in the shell is saved in a text file of the current working directory.
You may be required to start a cmd terminal as an Administrator.
Commands
Copycd "C:\Program Files (x86)\CodeLogic\sql"
SET JAVA_HOME="%CD%\AdoptOpenJDK"
%JAVA_HOME%\bin\java -Dspring.profiles.active=interactive -jar "%CD%\cc-java-agent-main.jar"Alternatively, the run_agent.bat script is used to run the agent interactively.
Commands
Copy"C:\Program Files (x86)\CodeLogic\sql\run_agent.bat"
-
Double-click the SQL Agent CLI shortcut on the desktop or from the Start menu below CodeLogic.
The agent will start and await registration confirmation from the CodeLogic Server. When the agent is approved by the CodeLogic Server, the agent is run interactively. Executing Agents Interactively via the CLI
-
-
For security, agents must be authorized before they will send metadata to the CodeLogic Server.
-
From a web browser on your system, log in to the CodeLogic Server.
-
Click Admin and then select the Agents tab.
-
Locate the agent in the list.
NOTEThe Request Status will be listed as OPEN.
-
Click the more menu icon
in the Actions column and select Approve/Reject.
The Approve window opens.
-
Optionally, enter a name for the agent in the Agent Name field.
-
Click Approve to complete the authorization process.
-
Next Steps To run a scan immediately, see Binary Scanning via Command Line (SQL). To configure scanning, and set up a scanning schedule, see Configuring the CodeLogic SQL Agent.