delete the Group

Hello

Anyone know how to remove a group from the data portal?

Thank you

Hi Leillo,

Please try this:

Data.Root.ChannelGroups.Remove ("GroupName")

Greetings

Walter

Tags: NI Software

Similar Questions

  • ISE 1.3.0.876 - cannot delete the Group of network devices

    Hello

    When I try to delete a NDG I tells me "this node cannot remove because it contains devices or subgroups.

    When I search in the peripheral topic network no devices are part of the group, and it has no sub-groups in this group.

    So what don't understand me?

    Brian

    Hi Brian,.

    If you have checked everything regarding the configuration and we are still not able to remove the NDG group.

    In this scenario, that the problem is although the n group is not referenced for an any Nagels when we try to delete the n group, it will throw an error "this node cannot remove because it contains devices or subgroups.

    The reason for this problem is that previously when n use this group of n, and if we reference out of this group of n, "dereferenced" information only are not updated in the database table and thus causing the issue when deleting GUI. He still thinks as if it has references.

    You may need to open a TAC case for this because it will be access to the SQL DB of the ISE and you don't have access to him.

    Kind regards

    Aditya

  • Can not delete the Group of Catalog Manager

    We have a user who cannot connect in the dashboards. It seems that the error is because his user name corresponds to a group or a user with the same name. I say 'user or group' as the name of the object's icon next to what I normally see with groups of catalog. However, the object is only visible when is choosing 'display users and groups '.

    As an administrator, I try and delete this user/group only but it never deletes and no error message. How can I force delete this?

    Remove Administration-> manage Presentation catalog groups and users
    You can go to find or use "View users and groups" and then perform a search.

    To remove a user, you can go to offline catalog manager and delete

    If brand pls help

  • The Group Existence: oinstall failed

    Hi to all the gurus and Experts and other

    I try to install Oracle 11 g Release2 on oracle Linux 5 update grid 5
    I got a strange error.
    Group Existence:oinstall Failed.
    Please help me thanks in advance.

    Nisha

    On node 1, you have 2 oinstall group. Delete the Group orainstall: 1100.

    See you soon
    FZheng

  • Need help in the optimization of the query with the Group and joins by clause

    I'm having the problem by running the following query... It takes a lot of time. To simplify, I added the two tables FILE_STATUS = stores the file load details and COMM table Board table job showing records treated successfully and which was communicated to the other system real. Records with status = T is trasnmitted to another system and traansactions with P is waiting.
    CREATE TABLE FILE_STATUS
    (FILE_ID VARCHAR2(14),
    FILE_NAME VARCHAR2(20),
    CARR_CD VARCHAR2(5),
    TOT_REC NUMBER,
    TOT_SUCC NUMBER);
    
    CREATE TABLE COMM
    (SRC_FILE_ID VARCHAR2(14),
    REC_ID NUMBER,
    STATUS CHAR(1));
    
    INSERT INTO FILE_STATUS VALUES ('12345678', 'CM_LIBM.TXT', 'LIBM', 5, 4);
    INSERT INTO FILE_STATUS VALUES ('12345679', 'CM_HIPNT.TXT', 'HIPNT', 4, 0);
    
    INSERT INTO COMM VALUES ('12345678', 1, 'T');
    INSERT INTO COMM VALUES ('12345678', 3, 'T');
    INSERT INTO COMM VALUES ('12345678', 4, 'P');
    INSERT INTO COMM VALUES ('12345678', 5, 'P');
    COMMIT;
    Here's the query I wrote to give me the details of the file that has been loaded into the system. He reads the table of State and the commission files to display the name of the file, total records loaded, total at the table of the commission and the number of records which has finally been passed successfully loaded (Status = T) with other systems.
    SELECT 
        FS.CARR_CD 
        ,FS.FILE_NAME 
        ,FS.FILE_ID
        ,FS.TOT_REC
        ,FS.TOT_SUCC
        ,NVL(C.TOT_TRANS, 0) TOT_TRANS
    FROM FILE_STATUS FS
    LEFT JOIN
    (
        SELECT SRC_FILE_ID, COUNT(*) TOT_TRANS
        FROM COMM
        WHERE STATUS = 'T'
        GROUP BY SRC_FILE_ID
    ) C ON C.SRC_FILE_ID = FS.FILE_ID
    WHERE FILE_ID = '12345678';
    In production, this request has several joins and takes a long time to deal with... the main culprit for me is the join on the COMM table to count the number of number of transactions sent. Please can you give me tips to optimize this query to get results faster? What I need to delete the Group and use the partition or something else. Help, please!

    Don't know if it will be faster based on the information provided, but analytical functions offer an alternative approach;

    select carr_cd, file_name, file_id, tot_rec, tot_succ, tot_trans
      from (select fs.carr_cd,
                   fs.file_name,
                   fs.file_id,
                   fs.tot_rec,
                   fs.tot_succ,
                   count(case
                            when c.status = 'T' then
                             1
                            else
                             null
                          end) over(partition by c.src_file_id) tot_trans,
                   row_number() over(partition by c.src_file_id order by null) rn
              from file_status fs
              left join comm c
                on c.src_file_id = fs.file_id
             where file_id = '12345678')
     where rn = 1;
    
    CARR_CD FILE_NAME            FILE_ID           TOT_REC   TOT_SUCC  TOT_TRANS
    ------- -------------------- -------------- ---------- ---------- ----------
    LIBM    CM_LIBM.TXT          12345678                5          4          2
    
  • Deleting a group to a TDMS file increases the file size

    Hi all

    I was searching for information on how to delete a group in a TDMS file. Apparently this is not a simple task as I thought because firstly, it is necessary to convert the TDMS file in a TOC file, remove the group from the TOC file and finally convert the TDM in PDM file. There is a sample project really nice here (I have attached it in the post anyway!).

    This project works very well. Indeed, I am able to remove the group from the PDM file. However, I realized that perform the deletion process increases the size of the file (about 4 times). If you are viewing the PDM with the PDM file - file Viewer.vi you realize that several strange properties have been added to each channel of all other groups. I assumed that this is partly the cause of the increase in size.

    Anyone know why this is happening?

    I'm using LabVIEW 2014 and I downloaded the project for 2014 LabVIEW.

    Any help is appreciated to higlhy.

    Best regards

    Diego Ballen

    The old way was to read each group that you want to save and write to a new file. The fundamental problem is that TDMS format has been optimized for speed and no memory efficiency, which can cause a lot of complications when you seemingly simple things - like the deletion of data, or reading the data of the file.

    That is why NEITHER came up with these new features. If you're stuck with an earlier version, you can always write your own function to do the same.

    Mike...

  • delete the printer driver by political group or batch script

    I am migrating our server F & P from 2003 to 2008.  I created all of the printers in server 2008 and tested, and they print correctly.  Test the issue I am running is this: I can add the printer Server 2008 for fine local workstation, but users are unable to print the new queue.  If I go ahead and deleted the printer and remove the driver completely and then add the printer on 2008 server works very well.  So, I'm looking for a way to remove printers and drivers of each workstation via Group Policy or batch scripts to make my life easier.  Thank you.

    Hello

    Given that the problem is related to the windows server, I suggest you post this question in the Windows Server Forums.
    http://social.technet.Microsoft.com/forums/en-us/winserverGP/threads

  • Delete the VPN Policies in ASDM 7 Group

    A bit of a catch-22 here: I'm trying to remove VPN group policies but the error message that the policy is being used by a particular connection profile. When I try to delete the connection profile, I get the message that it is in use by a VPN group policy...

    What else is there to remove or should I use the CLI?

    Thank you in advance!

    You do not (and cannot) to remove the connection profile, but you should Remove your policy grop since the connection profile.

    From the cli:

    attributes global-tunnel-group SOME_GROUP

    No group policy - by default-SOME_GP

    After that, group policy may be deleted as you want, as long it not used elsewhere.

  • How can I delete large groups of photos and save the ones I want to keep?

    How can I delete large groups of photos and save the ones I want to keep?

    Rickw salvation,

    You must select all the images you want to remove in now CTRL + click in Windows and command-click on Mac.

    Once this is done, you can press the delete button to delete the catalog.

    It will also give you the option to delete the computer as well.

    Please click the link for information detailed below.

    Adobe Photoshop Lightroom Help | Manage photos in folders

    I hope this helps.

    ~ UL

  • Problem with deleting the object embedded in the ASA 5580 8.4 code groups (4) 1

    Model: Cisco ASA5580-40

    Code version: 8.4 (4) 1

    Version 6.4 Device Manager (9)

    I've been running this code since June of 2012 and so far all seems to work fine until recently, when I started a project to clean up some groups of embeded objects I start running in this weird error. Our company has been going through somre restructuring process and simplified the VPN groups, so I was asked to clean up all the old VPN groups (who are be created in ACL objects and integrated within other ACL object groups). This problem seems to be the case on a random basis, so I don't know if it's a bug problem.

    To illustrate, for example I'm trying to remove the built-in Office infrastructure VPN address space

    the hosts_able_to_ssh_to_server123 object-group network

    object Group limited-i_remote_vpn_address_space

    purpose of group office_infrastructure_remote_vpn_address_space

    Normally, I only need to enter the group object for ssh for SERVEUR123 and do a:

    object-group network hosts_able_to_ssh_to_server123 asa5580-001-the (config) #.

    asa5580-001-lax06(config-network-object-group) # no object-group office_infrastructure_remote_vpn_address_space

    BUT I came across this error:

    Remove obj object-group (hosts_able_to_ssh_to_server123) has failed;

    obj does not exist in this group

    Has anyone else encountered this error

    Hello

    Seems it should work perfectly. Especially when we just remove a "object-group" inside another "object-group.

    I went through a few Bug IDs and it was the only one, I could very well on a look that could match your situation. And then it does not really provide any useful information either

    Click on the image to view a larger version of it

    Maybe it's a bug. Does not appear that there are very precise information on this subject on the site either.

    Personally, I'm not even using "object-group" inside another "object-group.

    I tend to do a simple "object-group" containing everything I need.

    Of course the most obvious route would be to try some newer software, but who knows, maybe they could even produce another bug in turn

    -Jouni

  • Adding and deleting images in the Group of the user interface

    We try to make a user interface to display a preview of the images three at a time using pageination.

    In the Code below, I can successfully remove the three images currently in my group, but when I go to add the three images, they add with success but they do not appear in the group. The result of the alert is my three new image objects.

    myImageGroup.remove(myImageGroup.children[2]); panel.layout.layout (1);

    myImageGroup.remove(myImageGroup.children[1]); panel.layout.layout (1);

    myImageGroup.remove(myImageGroup.children[0]); panel.layout.layout (1);

    Alert (myImageGroup.Children);

    Table = table + 3;

    myImageGroup.add ("image", undefined, imageArray [activeImage]);

    myImageGroup.add ("image", undefined, demonstration [Table + 1]);

    myImageGroup.add ("image", undefined, demonstration [London + 2]);

    Alert (myImageGroup.Children);

    Any ideas on how to get them to appear?

    Thank you

    Randy

    > I know it's probably very basic inDesign scripting

    Not at all!

    Apart from the script by Marc, Gerald Singelmann has a script on his blog (http://indesign-faq.de/de/ScriptUI_scrollbar) that does exactly what you want. Its code can be informative for you.

    Peter

  • Show the name of the group in the query when you delete the resource

    I IOM installation so that users and their managers can ask for ad groups and only managers can revoke this resource.
    But when I remove only to see the instance instead of the group key real name because of that it is difficult to determine what resource to revoke
    I see only the name of the resource (which is the same for all) and key

    How can I view group instead of the key name.

    Please tell me how, I need it urgent
    Thanks in advance

    Published by: user11758334 on August 3, 2009 14:48

    Try changing tjspRequestShowResolutionTiles.jsp

    You can follow these steps to achieve
    1. get the resource instance (it is available on the jsp page, check the page to see how it is used)
    2 get the shape of process data using the method of tcFormInstanceOperationsIntf getProcessFormData (id from step 1)
    3. get name the tcResultSet returned in step 2 by using method getStringValue ("UD_NAME") where UD_NAME is the name in the form
    4. on the page, find where targetResourceInstanceKey is printed and replace with the value found in step 3

    Let me know if it works
    Sam

  • Tasks triggering when add/delete the belonging to a group

    Hi all

    I use the API of the IOM to fill in the information of the group the IOM to my group management system. However, when a user is added or removed from a group to IOM, I want to make the same changes to LDAP.

    So if user X is added to the Group Y in my group management system, I have a code that uses the API of the IOM to add user X to Y group to IOM. But when that happens, I need to add the user to the group in LDAP.

    Is it possible to have triggers on the membership of the group changes as it is with other attributes of the user through Lookup.USR_PROCESS_TRIGGERS?

    Thank you

    Create a group and the access policy to one with the object of resource associated with ldap and only the unique child table for the same attribute group. The group export and political access. Using this XML file, duplicate it to create a group policy and access for each group.

    -Kevin

  • iMac Mavericks - delete the Admin user & increase disk space

    My iMac Specs:

    21.5 inch, mid-2014

    OS X Version 10.9.5

    Processor 1.4 GHz Intel Core i5

    Memory 8 GB 1600 MHz DDR3

    Graphics  Intel HD Graphics 5000 1536 MB

    Serial number  C0 * Y0T

    Software  OS X 10.9.5 (13F1808)

    Mac HD 160,11 GB free on 499.25

    Hello

    My wife gave me his iMac and she is listed as a user Admin I created my own user. I want to create more disk space by removing his admin account.


    Apple gives these instructions:

    OS X Mavericks: remove a user

    If you are an administrator, you can remove users that you would no longer have access to your Mac.

    When you delete a user, you can save the home folder of the user, which contains the files and the settings of the user, or delete the folder.

    Open the preferences users and groups, and then click the lock icon to unlock it. If required, type your password, and then click on unlock.

    Select the user you want to remove, and then click Remove under the list of users.

    Do one of the following:

    To save the home folder of the user as a disc image, select "Save the home folder in a disk image." The disk image is saved in/Users/deleted users.

    In order to leave such base file, select "do not change the folder." The folder remains in / Users /.

    To delete the folder of your computer, select "Remove the folder." If you want to keep the programs that read the raw data to recover all files, select "delete the folder safely."

    Click on the user to remove.

    If you do not remove a personal folder user, you can restore the user and the content of the home folder.


    My questions, that they do not explain the instructions.

    1. can I delete his account if I'm not the Admin? I can access the admin account.

    2. can I designate me as the new admin, and then delete his account?

    3. I have, indeed, will create more disk space by removing account here?

    4. If I register his record as a disk image, which will open disk space without delete me the entire account?


    A technician Apple told me that I can not increase the memory of 8 GB to 16 GB on my vision.

    5. can't increase memory - is this true?

    My computer works as fast as I want and I'm trying to reduce the load on the system.

    6. I go about it the right way or is there something more I can do?

    Thank you

    TonyDi31

    < personal information under the direction of the host >

    Hi Tony, I asked your serial number erased. You never want to post in a public forum.

    To answer your question, no, you can not delete the account if you are not admin. You try to delete the account to become the sole Director of the computer? If so, everything will always be linked to his Apple ID and will require a password to authenticate anything. If this is the case, you must wipe the drive and reinstall the OS using internet recovery.

    OS X: on OS X Recovery - Apple Support

  • I use v20.0.2 and restart using the same windows and tabs does NOT work. I deleted the profile and restarted, etc, but nothing seems to work. What now?

    Don't know what else I can give you here. This particular software function doesn't seem to work.

    In case you use "clear history of Firefox closing:

    • do not erase browsing history

    Note that compensation "Preferences of Site" clears all exceptions for cookies, images, windows pop up, installation of software and passwords.

    You can check for problems with the sessionstore.js and sessionstore.bak files in the profile folder of Firefox that store session data.

    Delete the sessionstore.js file possible sessionstore-# .js files with a number and sessionstore.bak in the Firefox profile folder.

    Delete sessionstore.js will cause App Tabs and groups of tabs open and closed tabs (back) to get lost and you will have to re-create them (take note or bookmarks).

    If you use a software like CCleaner cleaning then check the settings in the Firefox application.

Maybe you are looking for

  • -What happened?

    I will start by saying that this has absolutely nothing to do with the iPad or iOS. 'Use iPad' being the focus group I frequent, I write here. Feel free to move it to another debate if there is a more appropriate. Here it goes: I use Firefox browser

  • Cannot move addons; not appearing is not in the menu toolbar Customize

    I want to spend my addon icons and others for some of my extensions (forecast Fox, Webmail Notifier), but they are locked on my menu bar or do not simply appear. When I go to customize toolbar screen, addons in question are not to be selected and ref

  • Choose the Correct memory expansion... Equium M50-163

    Hi all, I am currently having a lot of difficulty finding the exact type of additional memory, I need to buy, to be able to work properly in my laptop.Please could you give me a help in this.I would like to know what you need to know (as appropriate)

  • "How to" pages

    Hello While I'm looking at the development of blackberry, I see lost pages 'how... ». How can I find the list of the "How to" pages? He needs no subscription or something else? I looked on it and tried a lot of URLS to the list, but I could not find.

  • CC Photoshop and Windows 10 and BSOD continues

    Hello worldLately, I struggled to open Photoshop, but every time on "loading preferences...". "in the Launcher it freezes and cuts to the blue screen with KERNEL_SECURITY_CHECK_FAILURE.Data sheet:Dell Inspiron 7000 series model 7559Intel Core i7-6700