Searching the Help
To search for information in the Help, type a word or phrase in the Search box. When you enter a group of words, OR is inferred. You can use Boolean operators to refine your search.
Results returned are case insensitive. However, results ranking takes case into account and assigns higher scores to case matches. Therefore, a search for "cats" followed by a search for "Cats" would return the same number of Help topics, but the order in which the topics are listed would be different.

Search for | Example | Results |
---|---|---|
A single word | cat
|
Topics that contain the word "cat". You will also find its grammatical variations, such as "cats". |
A phrase. You can specify that the search results contain a specific phrase. |
"cat food" (quotation marks) |
Topics that contain the literal phrase "cat food" and all its grammatical variations. Without the quotation marks, the query is equivalent to specifying an OR operator, which finds topics with one of the individual words instead of the phrase. |

Search for | Operator | Example |
---|---|---|
Two or more words in the same topic |
|
|
Either word in a topic |
|
|
Topics that do not contain a specific word or phrase |
|
|
Topics that contain one string and do not contain another | ^ (caret) |
cat ^ mouse
|
A combination of search types | ( ) parentheses |
|
Allow non-administrator users to start and stop Codar service on Windows
When running Codar on Windows, by default, only users with administrator privileges can start or stop the Codar services. This procedure explains how to grant permissions to non-administrator users to start and stop these services. This process involves the following tasks:
-
Create a non-administrator user account, if one does not exist.
-
Determine the security identifier (SID) of the non-administrator user.
-
Set the security descriptor for the services to allow the non-administrator user to start and stop them.
-
Add necessary permissions to the Codar installation directory for the non-administrator user.
Allow non-administrator users to start and stop Codar service
To allow non-administrator users to start and stop the Codar service, complete the following steps:
-
Start the Control Panel on the Codar system and click Add or remove user accounts that is under User Accounts.
-
Click Create a new account in the Manage Accounts window that appears.
-
Enter a name for the user, select the Standard user radio button if it is not selected, and then click the Create Account button to create the user account.
In this procedure we will use the user account name "CODARUser."
-
Open a command prompt window and run the following command, as is applicable, to display the security descriptor for the Codar service:
sc sdshow codar
The command returns a security descriptor in Security Descriptor Definition Language (SDDL), like the following example for the Codar service:
D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;IU)(A;;;CCLCSWLOCRRC;;;SU)S:
(AU;FA;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;WD) -
Copy the security descriptor that was returned by the above command to a text editor such as Notepad.
-
Run the following command to display the names and SIDs for all existing user accounts:
wmic useraccount get name,sid
-
From the command output, copy the SID for the non-administrator user to the text editor.
The SID is usually in a format like
S-1-5-21-3637136161-1358011849-3560387905-1014
. -
Add
(A;;RPWPCR;;;<SID of non-admin user>)
before theS:(AU;
... portion of the security descriptor that you copied to a text editor earlier in this procedure.Using the security descriptor and SID from our example, the result would be as follows, with the added text shown against a gray background:
D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;IU)(A;;;CCLCSWLOCRRC;;;SU)(A;;RPWPCR;;;S-1-5-21-3637136161-1358011849-3560387905-1014)S:(AU;FA;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;WD)
-
Run the following command, as is applicable, to set the security descriptor for the Codar service to the new value:
-sc sdset codar "<new security descriptor>"
This message
[SC] SetServiceObjectSecurity SUCCESS
is returned if the command completes successfully.
Note Repeat steps 4 through 9 as necessary so that the security descriptor is changed for both services.
Add permissions to the Codar directory for non-administrator user
The non-administrator user now has the permissions necessary to start and stop the Codar service. As a test, you can log in using the non-administrator user account and start and stop the Codar service.
The final steps below will add necessary permissions to the Codar directory for the non-administrator user.
To add permissions to the Codar directory for the non-administrator user, complete the following steps:
-
Log into the Codar machine as administrator.
-
In Windows Explorer, navigate to the Codar installation directory (for example, C:\Program Files\HPE\Codar), right-click on the folder, and select Properties in the menu that appears to open the Codar Properties dialog box.
-
Click the Security tab in the Codar Properties dialog box.
-
Check if the user is listed in the Group or user names list in the dialog box, and if it is not listed, continue with the next step. If the user is listed, go to Step 7 to continue.
-
Click the Edit... button, click the Add... button in the dialog box that appears, enter the non-administrator user name in the Enter the object names to select field, and then click the Check Names button.
-
Select the name, and then click OK to add the user to the Group or user names list.
-
Select the user name, select the Allow check box for the following permissions, and then click OK.
-
Read &execute
-
List folder contents
-
Read
-
Write
-
We welcome your comments!
To open the configured email client on this computer, open an email window.
Otherwise, copy the information below to a web mail client, and send this email to clouddocs@hpe.com.
Help Topic ID:
Product:
Topic Title:
Feedback: