While Checking In " Cannot remove record because it has links"

Hi All,
We have an scenario while checking In MDM records in Data manager showing the following error " Cannot remove record because it has links".
There are 2 main tables Table A and B, both are look up main to each other.
Record 1 from Table A is linked with 5 records in Table B and one of the record from Table B is linked to Record 1 of Table A
All the Records from Table B is checked In. Now am Check-out Record 1 from Table A and trying to Check-In back, while performing the same am getting the following error  " Cannot remove record because it has links".
Is this work as per the Look up main design or am I missing anything. Help appreciated.
thanks,
<ar>

Hi Alex,
Before removing record you need to remove links for those records. By this I mean you must have a field in Table A which is lookup to Table B and vice-versa. So firstly delete this field value which is a sort of relationship between these two tables and afterward only try to delete/remove record.
Regards,
Mandeep Saini

Similar Messages

  • Here's a fix for "This item cannot be updated because it has been changed by another user or process"

    https://gallery.technet.microsoft.com/System-Center-Service-fca7af29
    A few months ago on the Technet Gallery, I submitted this custom control to be used on SCSM console forms. The purpose of the control is to eliminate the "This item cannot be updated because it has been changed by another user or process" error
    message that we all have seen at least once (a day :) ).
    The details are in the gallery description (along with installation instructions for existing forms and your own custom forms).
    Here's a "short" description (nothing I ever post here is short :) ): This is a custom control that can be applied to an SCSM form like the Service Request form or Windows Computer form or your own custom form built with the authoring tool or Visual
    Studio. When you click "OK" or "Apply" on the form, this control scans the form and Service Manager's database for any changes to the object you have open. If a property that _you_ have changed on the form was _also_ changed in the CMDB
    (by a workflow or another user), this control will present a dialog box letting you know what happened. It will also let you choose which value to keep (yours, theirs, or the original value).
    Just as importantly (and important in a greater percentage of cases), if a workflow changes a "background" property (like FirstAssignedDate) while you have the form open and you click OK, the control will detect the change and allow the form submission
    to go through while keeping your changes and the FirstAssignedDate change that the workflow made. You won't get an error message or even a warning. And most importantly, you won't lose your changes.
    That's where the "optimistic" part of the control's name comes from. It applies optimistic concurrency control to SCSM forms, while also providing an anti-collision interface for you to use so you no longer lose any of your changes.
    Furthermore, this control will work on related items that are opened in memory; for example, the activities on a Service Request. So if you change an activity's title while the workflow engine sets it in progress, you won't get an error. The activity will
    be in progress and will get your new title when you click OK or Apply.
    Lastly, (and I admit this part is getting into the deep inner workings of console forms) if your form loads a sub projection at run time (to the root object) this control will detect the load and treat that sub projection as if it were apart of the original
    form all along.
    I've gotten a little feedback about this control, but I'd like to get more since it's a work in progress. So, I'm announcing it here on the forums. Please give it a try and let me know if you have any questions. I'll be happy to answer them here. Thanks,
    folks!
    Oh, and to answer the most common question right away: It's free. There is no paid version or anything like that. This is something I built for the SCSM community.

    Great job! 
    Will definitely try it out. 
    Best regards,
    Marcus

  • APP-FND-01050: This flexfield cannot be opened because it has no displayed

    Hi,
    I am new to Oracle EBS R12.I created a profile and assiged "Indian HRMS Manager"
    when i try to select Respnsibilities->work structure:Grade->Description
    I got the Error
    APP-FND-01050: This flexfield cannot be opened because it has no displayed segments. Please contact your system administrator.
    Modify your flexfield definition to display one or more segments.
    This may also be caused by incorrect use of the DISPLAY= token to the flexfield user exits in the form. In that case, please contact your support representative.
    APP-FND-00730: This flexfield has an invalid value set. It may use a special value set that uses an Edit event user exit,
    and the user exit has failed. If you are using a form on a graphical user interface (GUI) you may have an invalid value set
    of a different type, possibly a table-validated value set where the table or view does not exist or
    where there is an invalid WHERE clause.
    Contact your system administrator or support representative to check and correct the value sets this flexfield uses.
    how to solve this error................

    Go to system administrator, choose define Key Flex field window. Query for the Grade KFF structure used for your business group. Check how many segments you have defined for it. Also check if at least one of them is enabled and displayed.
    This would make it clear why you are getting the error. Correct it by creating/enabling/displaying at least one segment. That's it !!

  • Publisher - pdf - "This file cannot be opened because it has no pages"

    Hi,
    I have a Publisher report which works fine as a single page when generated to pdf.
    I change the data model to give me multiple pages and insert the entire report content into a repeating frame which correlates with the header data that is definitely present for all records. ceteris parabus.
    I preview this in interactive mode - everything works okay.
    I preview this in pdf and I get the error; - "This file cannot be opened because it has no pages"
    This is on well formed XML with a very modest data set.
    Anyone have a fix or a pointer for this please??
    thanks,
    Robert.

    Known bug.
    8219848 - PDF TEMPLATE REPORT NOT PERFORMING PAGE BREAK

  • When i try to do a software update, it finishes and then says that the update cannot be saved because it has probably been corrupted during the download. This has happened a number of times and i do not know why, any help?

    When i try to do a software update, it finishes and then says that the update cannot be saved because it has probably been corrupted during the download. This has happened a number of times and i do not know why, any help?

    asifmanzoor wrote:
    i have 10.7.2, this download is 10.7.5
    Are you Downloading it from here  >  http://support.apple.com/kb/dl1582
    asifmanzoor wrote:
    yes, i am using wifi
    1)  Turn your Wi-Fi router OFF... wait 30 seconds... Turn it back ON.
    OR...
    Do not use Wi-Fi and connect Directly to your Internet via ethernet cable.

  • Webi Reports - Object with id ... cannot be created because it has no name

    I'm trying to launch a Webi report from our application using openDocument method. When the report is launched it fails with following error -
    30567: Unable to save the document to the repository due to the following error: The object with id number '27731' cannot be created because it has no name. (Error: WIS 30567)
    Before scheduling the report I'm calling setName method to set the name of the report but still it does not work. Any help would be greatly appreciated.
    Thanks
    Manas

    Hi John,
    I will try to give you some more background about this problem.
    From our application we are not directly launching the report. We schedule it to run immediately and then view the instance created (using the instance id returned by the schedule call).
    For scheduling we use the web services API (BIPlatform) and before scheduling we fetch all the prompts (again using a webservice API). The call is something like this -
    WebiProcessingInfo wProcessingInfo = boWebIReport_.getWebiProcessingInfo();
    After that we populate all the prompts with their corresponding values in application and schedule it. However the scheduling fails with the error I mentioned in the start of this thread and when we try to view it we are presented with a screen to enter prompts again.
    From the scheduling error it looks like its failing because the name could not be set but I really doubt if thats the case. We use same calls to schedule and view Crystal reports also and they work perfectly. Only Webi is giving this error.
    Thanks for looking into this.
    Manas
    Edited by: Manas Mandlekar on Sep 10, 2008 7:14 AM

  • Itunes cannot be updated because it has an invalid signature

    I am trying to update my itunes as well as my icloud on my computer. When I update them, I get an error message that tells me it cannot be updated because of an invalid signature. Since I cannot update either of them, I cannot do the new iso8 update on my computer.
    Help!    

    try this. it worked for me.
    http://en.kioskea.net/faq/11771-allowing-software-with-invalid-signature-to-run- or-install

  • I am getting the error message "Itunes library cannot be opened because it has been created by a newer version of itunes." HELP!

    I am getting the message "Itunes cannot be opened because it was created by a newer version of Itunes." HELP!

    The file "iTunes Library.itl" cannot be read because it was created by a newer version of iTunes".
    Try the following user tip:
    Empty/corrupt iTunes library after upgrade/crash

  • There was a yahoo plugin but i cannot remove this because i see it not in my search what can i do?

    I installed a programm and there was probilly the plugin from yahoo. But this plugin i cannot find on my computer.

    Hi,
    If the program installed an extension or plugin into Firefox, you can '''Disable''' or '''Remove''' it via '''Tools''' ('''Alt''' + '''T''') > '''Add-ons''', click '''Extensions''' or '''Plugins''' on the left. Otherwise you may have to go into the OS Control Panel '''Programs and Features'''.
    [https://support.mozilla.org/en-US/kb/Uninstalling%20add-ons?s=add-ons+tab&r=3&e=sph&as=s Uninstalling Add-ons]

  • HT4528 I have an Iphone 5s and I have a notice to do a software update.  When I click to update it says "Unable to Update, an error occured while checking for a software update".  This has been going on for 3 wks.  I have shut my phone off, and turned it

    I have an Iphone 5s and it says i have a Software update.  However, it will not update. I have rebooted my phone and it hasn't helped.  Any suggestions?

    Hello bdollbarnes,
    Thank you for the details of the issue you are experiencing when trying to update your iPhone.  I recommend the following steps:
    Download takes a long time, or you can't reach update server
    iOS updates require a persistent Internet connection, and the time it takes to download the update will vary according to the size of the update and your Internet speed. You can use your device normally while downloading the iOS update, and iOS will notify you when you can install the update. To improve the speed of the download, avoid downloading other content.
    If you get a message that "an error occurred downloading iOS," try again later. If the issue persists, try updating your device in another network or use iTunes to update your device. Learn more about iOS updates.
    Resolve issues with an over-the-air iOS update
    http://support.apple.com/kb/TS4431
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • HT201263 i have an iPhone 4. I forgot my passcode and can't access my phone. i tried to restore it, but halfway through the process iTunes stops working and a message pops up saying "iPhone cannot be access because it has a passcode" how am I suppose to r

    how am i suppose to access my phone? PLEASE HELP

    Follow the process mentioned below step by step to get your iPod Touch/iPhone/iPad working.
    Make sure you have Latest Version of iTunes (11.1.3) Downloaded and Installed on your Computer, if not then you can download the latest version of iTunes from the Link below.
    http://www.apple.com/itunes/download/
    Now once you have the Updated version of iTunes installed on your computer follow the below steps to get your iPod Touch/iPhone/iPad in Recovery Mode and Then restore it to factory settings
    Open iTunes Application on your computer and then start the process step by step
    1>Disconnect your device from the computer (if connected). The process won’t work if you start with the iPod Touch/iPhone/iPad connected to the computer. Leave the cable connected to the iPod Touch/iPhone/iPad, as you will be reconnecting the iPod Touch/iPhone/iPad to the Computer later in the process.
    2>Power down your device. Turn off your device by holding down the Power button ( On Top right corner of iPod Touch/iPhone/iPad). When the power slider appears, slide it to the right. Wait for your device to comepletely shut down before continuing.
    3>Press and hold the Home button (Home Button is located at bottom of your iPod Touch/iPhone/iPad screen/display). With the Home button held connect the device to your computer with the USB cable. When reconnected, your device should turn on.
    (If the low battery screen appears, charge your device for a few minutes and try the process again.)
    4>Continue holding the Home button. After a few moments, you will see the "Connect to iTunes" screen on your device. This screen is a picture of an arrow pointing from a USB cable to the iTunes logo. When you see the screen you can release the Home button.
    5>iTunes will display a message stating that a device in recovery mode has been connected. From there you can proceed to restore your iOS device. Once you see this message click on OK and then click on Restore
    Once you click on Restore iTunes will download the Latest available version of iPod Touch/iPhone/iPad software (ipsw file) in your computer and after the download is completed the same will be restored in your iPod Touch/iPhone/iPad. You will see the Download process and Restore process on top of your iTunes screen. Once the restore is completed your iPod Touch/iPhone/iPad will automatically restart and you will see a message that iPod Touch/iPhone/iPad has been Restored and will connect after restart.
    Now you will have to follow some steps on your iPod Touch/iPhone/iPad to Customize your Device for First Use.
    Hope this process will help you

  • Error message is showing while connecting to itunes - "This iphone cannot be used because the required software not installed. Run the itunes installer to remove the itunes, then install the 64bit  version of itunes - Pls Help

    I tried to install in my Sony Vaio Laptop - Model Name SVF15218SGW Serial No 54****************954. After installation of itunes, when i am trying to connect error message is showing as follows -
    "This iphone cannot be used because the required software not installed. Run the itunes installer to remove the itunes, then install the 64bit  version of itunes".
    i already installed 64bit version. but not connecting my iphone with itunes
    PLEASE HELP.!!!!
    <Personal Information Edited by Host>

    Hello Negaz
    When you uninstalled iTunes, did you uninstall it by using the article below or just uninstalled iTunes? The best practice is to remove not only iTunes, but also other associating software in the order that the first article give. If that does not work, then check out the second article for more troubleshooting options for connecting your iPhone to your computer.
    Removing and reinstalling iTunes and other software components for Windows Vista, Windows 7, or Windows 8
    http://support.apple.com/kb/ht1923
    iOS: Device not recognized in iTunes for Windows
    http://support.apple.com/kb/ts1538
    Regards,
    -Norm G.

  • This ipod cannot be used because the required software is not installed. Run the Itunes installer to remove Itunes, then install the 64-bit version of Itunes.

    I'm not sure if the error message is related but smart friend was using my computer started deleting Quicktime & Safari and told me that they shouldn't be on my computer as they are not windows product & I can't use them on my laptop. With trepidation but acknowledging I don't know any of the stuff they were talking about, I allowed them to raid my laptop thinking it could be for the best. Now I'm not sure if it is related or not but depsite me having the most recent Itunes updates on both my Ipod 4TH GT, I am getting the following message everytime I connect my Ipod to the computer...and the timing would be about right too:
    this ipod cannot be used because the required software is not installed. Run the Itunes installer to remove Itunes, then install the 64-bit version of Itunes.
    If it helps I am running the 10.7.0.21 on the Sony Vaio & remember checking last week I do have the latest update on the Ipod but it is a different version from the Itunes on the laptop (which may be normal, I wouldn't know) but as I am away from home & Wifi I can't tell u the version on that though.
    My problem is I cannot find an apple installer on the laptop to uninstall & I have searched Apple & Google for help and have seen others posts with the same issue but alot of the answers unfortunately I can't follow. I would greatly appreciate it if you can you answer any of these questions for me?
    *Will add & remove totally uninstall Itunes so that I can reinstall?
    *Will I lose my apps, music & data?
    *If the apps, music & data is recoverable, how do I do that?
    Sadly I can't find the installer & would love to add my new Mumford & Sons cd to my Ipod collection but don't know how to fix this. I love my Ipod & google but I have spent hours tryign updates, downloads, searches & feedback to Apple. A few months ago I had an Itunes billing problem & there was a webpage where you could email an apple support worker & rhe replied to my credit card problem within a day or 2 but I can't find that help for this problem..I couldn't express my graditude enough if you could help me with this, but thank you.

    dorygirl2009 wrote:
    I'm not sure if the error message is related but smart friend was using my computer started deleting Quicktime & Safari and told me that they shouldn't be on my computer as they are not windows product & I can't use them on my laptop.
    This "smart friend" really sounds like a collosal moron.
    Follow the instructions here: http://support.apple.com/kb/HT1925  to remove and reinstall all Apple products on your computer.
    Once you get everything working, the next time your "smart friend" wants to touch your computer, tell them firmly NOT A CHANCE IN ****! 
    None of your data (media, podcasts, apps) will be affected by removing and reinstalling iTunes.

  • This iPod cannot be used because the required software is not installed. Run the iTunes installer to remove iTunes and then reinstall it again

    I tried yesterday to install iTunes on a XP Services Pack 3 Pc, It said that it couldn't install it. So after much reading last night, i downloaded Revo Uninstaller Pro, and uninstalled all apple software, included Bonjour, Quicktime and Apple Support along with iTunes. I then, used Ccleaner to double check that nothing apple related was left in the registry.
    After doing all the above, i rebooted the PC, and downloaded a fresh copy of iTunes from the website, and installed it. I installed the first time of asking. I then pulged in my Son's new iPod, and it detected it as a scanner/Camera, and behind that was a message that said the following:" This iPod cannot be used because the required software is not installed. Run the iTunes installer to remove iTunes then install iTunes again"
    I've tried doing this, and it keeps coming up with the same message
    Can anyone help please

    In Windows 7, go to Control Panel (usually in the Start menu) and look for Add and Remove Programs. It will load a long list of programs. Find iTunes on that list and uninstall it. Then try using the 64-bit installer.

  • OneNote file cannot be synced because Check-in Check-Out or Required Properties are enabled in the SharePoint library

    Hi All,
    As per my requirement, I have a Document Library that's set to YES  for "Require documents to be checked out before they can be edited" and i have created a Document Set inside this Document Library.Document set is configured
    to create a OneNote document content type within it. When i am creating a OneNote document I am getting below mentioned Error while trying to sync.
    This section cannot be synced because Check-in Check-Out or Required Properties are enabled in the SharePoint library. Disable Check-In Check-Out and Required Properties or move this notebook to a different location. (Error code: 0xE000078E)
    Is there any settings that i can do without modifying Document Library Settings.
    I just try out the information given on below mentioned U, but No Luck.
    http://social.technet.microsoft.com/Forums/office/en-US/a0e8cb4e-6daa-4ef8-a856-337da837c5db/sync-error-to-sharepoint-2010-library-with-revisions-checkinout-not-enabled?forum=officeitproprevious
    Can anyone of you suggest me the best way to achieve this?
    Thanks in Advance!

    Have you looked specifically at the Title field?  That's a common offender.  It might also be worth activating Content Type management on your library, so you can inspect each of the fields in the content type that's being saved too
    Steven Andrews
    SharePoint Business Analyst: LiveNation Entertainment
    Blog: baron72.wordpress.com
    Twitter: Follow @backpackerd00d
    My Wiki Articles:
    CodePlex Corner Series
    Please remember to mark your question as "answered" if this solves (or helps) your problem.

Maybe you are looking for

  • Tool for highlighting a pattern in terminal

    I'm looknig for a tool which can be used in terminal for highlighting patterns. For example $ cat fruits banana apple orange $ cat fruits | hilight_magic_tool apple banana apple # <-- highlightetd orange $ cat fruits | hilight_magic_tool strawberry b

  • Sync problem re. calendar

    I've just updated my bb desktop software (PC). When I started to use it to sync my bold 9700 with my PC, there's an error message regarding the synchronizing of calendar. The error message shows there is problem related to "0x80041092". Can somebody

  • Use of different views..

    hi all , what are the use of different views which we can create through data dictionary ? database view. maintanance view. projection view serch help view. please explain me the diffrence betn this 4 views in terms of Technical characteristic and fu

  • What is use of  Home BL methods

    hi i m new to EJB. Actually i want to know, is there any necessity of Home BL methods, as we have remote BL methods, which can provide the business services for us.

  • How can I open win.dat files

    How can I open files sent as attachments from Windows that appear as "win.dat" when they arrive. I used to use TNEF but that does not work anymore.