How to delete and rename LSMW projects...

Hello Experts,
I can't seem to find a way on how to delete and rename my LSMW projects.I dont see any options on how
to rename it.
Thank you guys and take care!

On the LSMW transaction start screen. Goto->Administration. Here you can select your project etc. and rename/delete/copy.

Similar Messages

  • Delete and Rename External User

    I'm trying to delete and rename EXTERNAL (foreign) users in GroupWise via the AdminObject API. I can create them no problem and I can change their attributes no problem (e.g. givenName, sn). However, when I try and delete or rename, the call succeeds, but the object is not deleted on a delete and not renamed on a rename.
    For a rename, I am assigning a new AccountID and then doing a commit. The call executes, but the account is not renamed.
    Is there something special about External Users I'm missing? I'm doing this in Visual Basic. Thanks.
    Matt

    I figured out what I was doing wrong on the delete. I was doing a commit after the delete! So I think I was basically re-adding the External User. So once I stopped that, I was able to delete External Users.
    But I still cannot figure out how to rename one. I was changing AccountID. That's really not what I want to do, I need to change the MailboxID, but that is read only. How can I rename an External User?
    Thanks.
    Matt

  • How to Delete and Reset a Lost Root Password on a System With a Mirrored ??

    hi All,
    we are experiencing problem,lost root password on Solaris 10 Sparc T5120, with mirror root,
    and we found the solution from Metalink.oracle.com, has anyone have try this??
    here list capture the file system :
    Filesystem size used avail capacity Mounted on
    */dev/md/dsk/d10 2.0G 349M 1.6G 18% /*
    */dev/md/dsk/d40 9.8G 563M 9.2G 6% /usr*
    */dev/md/dsk/d30 9.8G 1.4G 8.4G 15% /var*
    */dev/md/dsk/d50 7.9G 310M 7.5G 4% /opt*
    */dev/md/dsk/d600 3.8G 4.3M 3.8G 1% /home*
    */dev/md/dsk/d602 471M 20M 404M 5% /app/controlm*
    */dev/md/dsk/d601 471M 251M 173M 60% /app/ctsa*
    */dev/md/dsk/d604 4.9G 1.1G 3.8G 23% /app/oramon*
    */dev/md/dsk/d603 20G 11G 8.2G 58% /app/oracle*
    */dev/md/dsk/d606 39G 10.0G 29G 26% /proj/iprdb01/orafra/iprod01p*
    here the step :
    Solstice DiskSuite[TM] Software: How to Delete and Reset a Lost Root Password on a System With a Mirrored Root Disk [ID 1010755.1]
    Solution
    Steps to Follow
    How to delete and reset a lost root password on a system with a mirrored root disk.
    1) Insert the Solaris[TM] Operating System CD-ROM into the CD-ROM drive.
    2) Once the CD-ROM is in the drive, perform a stop-a. This brings the system down to the "ok" prompt.
    3) From the "ok" prompt, perform a single-user boot from the Solaris OS CD-ROM.
    ok boot cdrom -s4) At the "#" prompt, determine which disk is the system's boot disk (containing the root file system). There are several Oracle architectures and various configurations of systems when it concerns a boot disk. As a general rule, most boot disks are attached to controller 0 (c0). Usually, their SCSI target is
    either 3 (t3) or 0 (t0). However, Oracle machines are very flexible, and the boot disk could be at a different location. If you are not sure which disk is your boot disk, perform the following steps to determine the location of the boot device:
    a) # eeprom boot-device
    The output might appear to be simple, such as "disk" or "disk1" or more complicated, such as a pathname "/iommu/sbus/espdma@4,8400000/...../sd@3,0:a".
    b) Make note of the boot-device. If the boot-device is a pathname, it is beyond the scope of this information to provide the location of the customized boot disk. However, for most configurations,
    finding the customized boot disk is an easy task. The "Format" command shows all available disks:
    #format
    Searching for disks...done
    AVAILABLE DISK SELECTIONS:
    (enter its number): c) Enter d to exit format.
    Now, you will have an idea what disks are on the system. Therefore, if the boot-device is "disk" and format shows "c0t0d0" (on some systems "c0t3d0") then that is the boot device. If boot-device
    shows "disk1" and format shows "c0t1d0," then that is the boot device. If format shows multiple disks, then based on what the "eeprom boot-device" command shows, the system's boot disk would be:
    boot-device format
    disk c0t0d0 or c0t3d0 (machine dependent)
    disk1 c1t0d0
    disk2 c0t2d0
    disk3 c0t3d0 or c0t0d0 (machine dependent)
    and so on ....
    5) Because the system was not brought down gracefully (no root password means having to use the Stop-a keystroke to "crash" the system), you need to run "fsck" to clean the root partition (slice). The fsckalso confirms that you selected the proper slice.
    # fsck /dev/rdsk/c1t0d0s0
    where the X and Y are determined by the previous procedure. It is also possible to have a root partition which is not on slice 0 (s0), but, again, that is not a standard configuration.
    The output of "fsck" looks like this:
    ** /dev/rdsk/c1t0d0s0
    ** last mounted on /
    ** Phase 1 .....
    The second line in the output of "fsck" ("** Last mounted on /") confirms that this is the correct root filesystem partition. Answer "y" to any questions fsck asks. There shouldn't be too many items
    needing repair. If there are, there is a possibility of a corrupted root filesystem. After fsck is finished, mount the root partition:
    # mount /dev/dsk/c1t0d0s0 /a
    Again, X and Y are the same as for the fsck command.
    For example:
    # mount /dev/dsk/c1t0d0s0 /a
    6) From the root prompt, set the proper TERM type command (such as vt100, dtterm, sun, and so on)
    by entering this command:
    # TERM=sun; export TERM
    7) Use the VI text editor to edit the /etc/shadow file:
    # vi /a/etc/shadow
    8) The first line of the /etc/shadow file is the one you want to modify.
    It looks like this:
    root:c3.yAVmYodWsc:6445::::::
    9) Delete every character between the first and second colons in the first line of the file. When you finish deleting the characters, the line should look like this:
    root::6445::::::
    10) Press the Escape key, then enter the following to save the file and exit vi:
    :wq!
    11) Use the VI text editor to edit the /etc/system file andremove the "rootdev" line shown below:
    # vi /a/etc/system
    *rootdev:/pseudo/md@0:0,0,blk
    Don't comment out the "rootdev" line. Actually remove it.
    12) In the /a/etc/vfstab file, replace the lines for the system filesystem meta-devices with their underlying partitions. For example, change lines from
    /dev/md/dsk/d0 /dev/md/rdsk/d0 / ufs 1 no -
    to
    /dev/dsk/c1t0d0s0 /dev/rdsk/c1t0d0s0 / ufs 1 no -
    ONLY change the lines for root (/) and the filesystems that were affected by the actions you took in step 1 of this procedure. All other metadevices may stay as is in this file.
    13) Unmount root, check the root filesystem, and then stop the system:
    # cd /
    # umount /a
    # fsck /dev/rdsk/c1t0d0s0
    # stop-a
    14) Boot to single-user mode:
    ok boot -swTHIS STEP IS VERY IMPORTANT; YOU MUST BOOT TO SINGLE-USER MODE TO AVOID FILESYSTEM CORRUPTION.
    If the system does not boot to single user mode, you might have made a mistake in the previous steps.
    15) Because the root password was cleared in an earlier step, press Return when prompted for the the root password. Once you are in single-user mode, you must clear the metamirrors and all the sub-mirrors for the root filesystem. For example, if root (/) is d0, run the following command:
    # metaclear -f -r d0
    Running the metaclear command not only clears the metamirror but also clears the submirrors that are part of this mirror.
    16) When the metamirror is cleared, continue the boot up to multiuser mode by either pressing CTRL-D or by entering the following:
    # exit
    Now everything should be as it was, except that the system partition is on the underlying partition and isn't mirrored. You will simply need to re-create the metadevices for the root mirror as you had originally.
    many thanks

    Hi,
    Halt your machine.
    Boot with fail-safe mode.
    format and list out the disks. (You can get the root & mirror disk (c#t#d#) details from /etc/lvm/md.tab of your root or mirror disk. Earlier explorer output may help)
    Mount the root disk and remove the password entry in /etc/shadow
    umount it.
    Mount the mirror disk and remove the password entry in /etc/shadow
    umount it.
    reboot the server.
    Hope this helps!

  • My husband and I both have iPads and somehow when they were setup the both we're setup using the same email I'd address. When I go to delete and rename one iPad it says all info and pictures will be erased from my iPad. Is there a way to keep the info iPa

    My husband and I both have iPads and somehow when they were setup the both we're setup using the same email I'd address. When I go to delete and rename one iPad it says all info and pictures will be erased from my iPad. Is there a way to keep the info IPad when doing this?

    You can go to Settings/iCloud and delete the account, then create a new iCloud account.  You can still use the same account for the app store though.

  • Open File dialog user can delete and rename files.

    Does any one know if there is a way to prevent a user from deleting and renaming files by right clicking on them in an Open File dialog box?

    Well, the problem is that this isn't a LV dialog box. It's the standard Windows file dialog box and this is the way they work in Windows.
    Mike...
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • How to delete and recreate  Photoshop and  Illustrator preferences

    Can anyone tell me how to delete and recreate my Photoshop and my Illustrator's preferences?

    Photoshop Help | Preferences

  • How to make and Burn the project to DVD

    Would you pleased advice me how to make and burn the Project to a DVD as I'm new user for the Adobe Premier Pro.
    Tks & B/regards,
    Handjojo

    As said before you need Adobe ENCORE to make dvd menu and burn to dvd.
    But first you need to download and install Adobe ENCORE.
    Follow the instrtuctions in the link below how do downlaod and install.
    Encore CS6 not installed with Creative Cloud
    Then go over to Adobe TV.
    How to make a DVD.
    AdobeTV Learn Encore CS4 
    Learn Encore CS5 | Adobe TV 
    Using Premiere Pro CC & Encore CS6 for Bluray, DVD, and Interactive Video for iPad,ATV, and Mobile HD | DAVTechTable | Adobe TV 

  • Delete and rename function module

    Hi,
    I have created a function module, but wanted to rename it afterwards.
    that was not possible, because I have got the message, that it´s locked in any transport requests.
    So I have copied the function and want to delete the old one now. But the same problem...
    I have removed the object entry on "function modules" in the request, but I still get the message, that
    it´s locked in the request.
    What can I do to delete and rename the functions?
    Thank you!

    hi ,
    GO to se03.
    in that you can see , search for objects in request /tasks.
    click that ,
    in the object selection screen
    in R3TR / FUGR  - 'Give that function group name'.
    you can get all the request , where that function group exists.
    Note down the requests.
    Then, go back in se03 itself.
    There u can see 'unlock objects'.
    give the transport numbers in that. It will unlock the function module.
    Hope , it vil solve it.
    Regards,
    sabari

  • How to delete and edit particular line in a file and save it in same file ?

    Hi,
    I want to delete and edit text at particular line in a file.
    But edit and delete should reflect in same file.
    I have done googling for this but it results with using another file, that i dont want as i need to save changes in same file.
    How can i do this?
    Thanks in advance
    Edited by: vj_victor on May 24, 2010 3:33 PM

    I just want to make sure, this is the only way to do what i mentioned ? or it could be done another way !a) write the data to a new file
    b) delete the old file
    c) write the data to a newer file
    d) delete the new file
    e) rename the newer file to the old file name.
    For a hint about still more ways to do this, search for the complete lyrics of One man went to mow, Went to mow a meadow...
    db

  • Deleting and Renaming

    Apologies if this is obvious, but I can't find the answer. If say you've saved something in pages as a letter with a title say John, how does one delete it please? I can delete the contents, leaving me a blank sheet still called John, but can't see either how to delete the sheet altogether (preferable) or even how to rename it. It's saved in a folder, basically used for letters, but I don't just want to go on filling this up for years and years with out of date correspondence. No doubt this is easy, but as a newcomer I just can't see it. I've tried dragging it to trash, doesn't work, and delete and delete page only deletes the content. Any help much appreciated. Thanks

    ziggy
    Have you ever used a computer before? If so what kind?
    You really should do an introduction to the Mac tutorial:
    http://www.apple.com/support/mac101/
    A computer is like a photocopier, when you open a file it is like you have made a copy of what is on your Hard Drive inside the computer.
    You can alter that copy and save it with another name, that makes another copy with different content.
    You will see it in Finder (your Desktop) the Window you said had the little House (this represents all your stuff in the computer).
    If it has a different name it becomes a *new file* or document.
    If you save it with exactly the *same name* in the *same spot* it will replace what was there before and the saved file becomes the only copy with that name. It warns you that will happen. Saving when you have opened an existing document does exactly what it says, it saves what you have done to the existing document permanently changing it
    A template is like a letterhead or pre-printed copy of a document but one where you can actually change the text or pictures inside it. It doesn't have a name till you give it one. This is so you won't replace the existing file and have to do all the prepared work all over next time.
    You do not get rid of a document by opening it and removing all the contents, anymore than you get rid of a piece of paper by rubbing out what you wrote on it. To get rid of both the real piece of paper and the computer file you have to toss it in the trash and have the trash emptied.
    You do that on the computer by going back into Finder which is where you see all the icons and windows with lists of files in windows. Then clicking on the icon or name of the file you want to getr rid of and dragging into the trash basket on your Dock on the bottom right of your computer screen.
    You do not do any of the trashing inside Pages, you have to do it in Finder.
    You really do need to do the Introductory course above, this is all very basic.
    Peter

  • PSE5 organizer tracking deleted and renamed folders and removing orphan thumbnails

    If files are deleted or renamed within a folder that's being watched by organizer, the changes made through explorer or any other program don't seem to ever get reflected in Organizer. For example, I deleted an entire folder of junk photos through Windows. They still show in Organizer. How do I tell Organizer to re-scan the folder and remove orphan thumbnails from the catalog? The only thing I've been able to do at this point is to highlight them all and delete them. That's not bad for a single folder, but is a pain when I've done a lot of renaming, reorganizing, and creation and deletion of folders and subfolders under the watched folder.
    I've used a program called Thumbs Plus for years, and it has an option "remove orphans" that you can do globally, or on a folder and its subfolders. I'm wondering if there's something similar in PSE.

    Yes, I realize that in an "ideal" world we could do absolutely all of our organizing in "organizer" but I just can't see that becoming a reality. We have different users on this computer and there are certainly going to be times when we're already working in another program, including Windows Explorer. One would think that if Organizer is monitoring a folder it would detect all changes, or at least have a manual "rescan folder" or "remove option of some sort to help get the real files back in sync with the catalog. Hmmm. I'm still using eval mode and not sure that I like this part! Perhaps the next version will do better in this regard.

  • Deleting and renaming RandomAccessFiles

    hello,
    i am creating two files f1.txt and f2.txt using RandomAccessFile class in 'rw' mode. and then, i am copying the contents of f1.txt to f2.txt. Now, i need to delete f1.txt and rename f2.txt to f1.txt. But, i have no idea of how to rename and delete those files. plz help me out of this.
    thanks

    Check out the methods of java.io.File

  • Cisco Works - need to re-use a 3560, how to delete and re-add in Cisco Works

    Hello.  I did not see a cisco works section on the forum, forgive me if it's there and I missed it.  I have removed a 3560 switch from one location and am going to rename it (same IP though) and deply it in a different department.  We have cisco works sending critical and informational alerts as well as backup the configs on Sunday mornings.  I think I was able to get it to stop sending alerts when I unplugged and unhooked the switch.  I want to give the switch a new host name and re-deploy it.  I assume it will be easier to delete and then re-add the switch to cisco works.  Is the a document where I can follow steps to remove it from cisco works?  I have the documentation, but it is hard to read and they don't really have an area that specifically says "remove a switch from cisco works", and I don't want to break everything for the other 55 switches that cisco works does do the alerts and backups for.  I know cisco works is full of different modules, so I was wondering if there was a document or some type of help I could get for doing this.  Any help would be greatly appreciated.  Thanks.  Mike Baker

    Hi,
    It sounds like a tutorial may be what you are looking for. Here is one based on LMS 3.1.
    https://learningnetwork.cisco.com/docs/DOC-4031
    To remove a device from DCR (Device & Credential Repository) navigate to Common Services > Device and Credentials > Device Management.
    Thanks,
    Nick

  • How to delete copies in two projects with one master

    Hello,
    I drug images from one project to another, thinking they would be moved. I see that it instead made a copy and now both projects have the same image, but they apparently share the same master. When I choose "delete version" with one of them, the message that comes up is "delete master image and all versions", presumably because there is only one version in the project. If I go ahead and continue the deletion, I lose the image from both projects (and the master).
    Is there a way to get out of this conundrum?
    Many thanks, Steve

    So, that means that if I use an image in an album, it's master is forever locked in location and can't be moved? That seems like a severe drawback.
    I know I've moved referenced masters for images in albums without a problem by using 'relocate masters', but you are saying that dragging the image from one project to another will make two versions referencing a single master rather than moving the master?
    I don't understand why I can't just delete one of the versions, then. They each seem to think they are the version of the master.

  • How can delete and block a app downloaded to my daughter's ipod?

    How can I delete and block an app downloaded to my daughters ipod.  I know how to delete it but it seems to always be available for her to download again.  She does not have her own Apple ID and does not know my password.

    Delete it again, go into Restrictions on her Touch and turn off the ability to add apps.

Maybe you are looking for

  • How can I change the background color in the inbox?

    The background color in my inbox (well, all mailboxes) is white. A yellow background would make the existing black text a lot easier to read. How can I change the background color in the inbox?

  • How can I get numbers purchased for my ipad onto my mac air?

    I have numbers on my iphone and ipad. I just purchased a new mac air and I want to use the app on it without paying for it again. How do I do this?

  • Connecting to Azure Virtual Machine with local SSMS

    There is a lot of info out there about this and how to troubleshoot.  I am still not able to do this.  When I try to connect on port 1433 I get a "filtered" response (no connection). I have verified all the setup and had someone else also verify it.

  • Using Tabstrip on Report Selektion

    Hi, I'm using a Tabstrip for a report selection this works fine. Now I would like to make a tab invisible depending on an entry of an other entry field on the screen (this field is not on any tab) Any hints ? Message was edited by: Olaf Bethke

  • A little hlp needed

    Hello, I have an Iphone, old white 60g and a small Nano. My laptop crashed the other day which required me to wipe XP completely. I have now put everything back on but of course Itunes was wiped too. I put the Nano in and it says its attached to a di