Skip to Main Content

Enterprise Manager

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Java Advanced Management Console Desktop Group Creation Issue

dranrabJan 13 2020 — edited Jan 13 2020

Hello,

I am trying to create a Desktop Group in AMC. I have been using the AMC admin guide to create the import file. https://docs.oracle.com/javacomponents/advanced-management-console-2/user-guide/desktop-groups-configuration.htm#JSAMV20…

My goal is to create a desktop group to filter with for removing Java from a specific list of computers.My csv file looks like the example below. I keep getting a bad request message on the Group Value field. I have tried several different text combinations in the field and it always gets the bad request error. What am I doing wrong or missing?

In the example provided in the Admin Guide, they use country names as the group variable where I am using a text variable which is the version I plan to uninstall. (I don't care if my group shows the version that I want to remove as the name. It will be deleted after the removal. My goal is a text field I can filter on. I know the Java version that is installed on each host.).

Example csv:

hostname.domain.com,java1.6

hostname.domain.com,java1.6

hostname.domain.com,java1.7

hostname.domain.com,java1.6

pastedImage_1.png

Error message:

pastedImage_3.png

This post has been answered by dranrab on Jan 13 2020
Jump to Answer

Comments

Post Details

Added on Jan 13 2020
1 comment
111 views