Command Line Interface - Troubleshoot

Topics | QCommands | Save As Script | XML Scripts | QScripts | QAPI Developers Guide | How To | Troubleshoot | Support | Related Topics


Overview

Thread Libraries (FreeBSD)

Run a Batch File (Windows 2008 and Windows Vista)

Error Codes


Overview

The following section(s) provides information on troubleshooting techniques as well as error messages and error codes that may be displayed when you are using a Command Line Interface tool.


Thread Libraries (FreeBSD)

Thread Libraries (FreeBSD)

Explanation

The manner in which FreeBSD thread libraries are renamed, relinked to, and relinked from along with the involved machine types can adversely affect Command Line Interface operations. Since some operations may require thread library support, be sure to implement the following action.

Action
  1. On the affected client, create the /etc/libmap.conf file.
  2. Include the following lines in the file:

    libc_r.so.5 libpthread.so.1
    libc_r.so libpthread.so

Fatal error 'Spinlock called when not threaded.' at line 87 in file /usr/src/lib/libpthread/thread/thr_spinlock.c (errno = 0)

Run a Batch File (Windows 2008 and Windows Vista)

For running a batch file as a Script or to execute using QCommand in Windows 2008 and Windows Vista operating systems from command prompt select 'Run as administrator' or open command window as administrator and execute the QCommands/Script  where Local Security Setting "User Account Control: Admin Approval Mode for the Built-in Administrator account" is enabled.


Error Codes

The following list contains the possible returned error codes and their descriptions.

Error Code Description
0x1 QSDK Server Internal Error
0x2 QSDK Server failed to submit request to CommServe
0x3 Unsupported command received by QSDK Server
0x4 Invalid request received by QSDK Server
0x5 Invalid Session Information received by QSDK Server
0x6 User logged out
0x7 QSDK Server encountered failure while preparing the CommServe request
0x8 QSDK Server encountered failure while sending the CommServe request
0x9 QSDK Server failed to find a connection to the CommServe, Relogin required
0xA Connection to the CommServe terminated, Relogin required
0xB CommServe failed to return Job ID
0xC CommServe failed to return data
0x101 Could not establish a connection with CommServe
0x102 QSDK Server encountered failure while receiving the CommServe's response
0x103 Invalid Login/Password
0x104 QSDK version not supported by CommServe
0x105 Login Retry count exceeded
0x106 No response from CommServe
0x107 Login Successful
0x108 Logout Successful
0x109 Another instance of the operation running
0x10A Connection to the CommServe terminated, Relogin required
0x10B User not logged in
0x10C Operation failed at CommServe
0x10D No response received from CommServe
0x10E Unsupported Application Type
0x10F Unsupported Backup options
0x110 Unsupported Restore options
0x111 Instance not specified
0x112 BackupSet not specified
0x113 Subclient not specified
0x114 QSDK Server not compatible with the CommServe
0x115 CommServe requires a new password for the user. Please use CommCell Console to renew the expired password.
0x116 Failed to restore DB
0x117 Failed to capture clients
0x118 Failed to merge clients
0x119 Failed to apply license
0x120 Failed to get CommServe time zone information
0x201 QSDK API Internal Error
0x202 Failed to connect to QSDK Server
0x203 HOME environment variable not set. Please export it and retry the command.
0x204 Failed to send request to QSDK Server
0x205 Failed to receive response from QSDK Server
0x206 No response received from QSDK Server
0x207 Invalid response received from QSDK Server
0x208 QSDKSession file corrupted, Relogin required
0x209 User not logged in
0x20A Failed to update QSDKSession file
0x20B Failed to delete QSDKSession file
0x20C Unable to determine QSDK Server name
0x20D Unable to determine VM name
0x20E CommServe name not specified
0x301 Unsupported option
0x302 Missing argument
0x303 Invalid argument
0x305 Invalid name length
0x306 Default backup set cannot be deleted
0x307 Cannot perform the operation on uninstalled client
0x308 Agent has been uninstalled, this operation is not allowed
0x309 On-demand Backupset creation is not supported for NetWare
0x30A Failed to open arguments file, %S, check option [%S]
0x30B Unable to open source paths file
0x30C Default Subclient cannot be deleted
0x30D Failed to read the answer file, %s, check option [%S]|[%s]
0x30E Failed to create answer file, %s, check option [%S]|[%s]
0x30F Specified storage policy is not an iDataAgent Backup storage policy
0x310 Invalid Password
0x311 User defined subclient cannot have / or \ as content
0x312 Specified storage policy is not a DataArchiver storage policy
0x313 User doesn't have rights to run CommCell Migration
0x314 Passwords did not match, please try again
0x315 Invalid Time format specified (dd/mm/yyyy hh:mm[:ss])
0x316 Specified time is an invalid calendar time
0x317 Invalid time range specified, To time is less than From time

Back To Top