Adding Used DC under CRMWEB gives error " .dcdef  checked out by others"

Hello E-Commerce Experts,
We need to extend E-Commerce 7.0 b2b application (claims and returns). After much struggle, we could finally deploy the custom application. We now would like to extend it and have new fields added.
We need to to defined a used dependency in the web module project crm/eservice/web/cr_b2b for customer extension DC provided for java action classes (crm/home/crm/ext) but are getting an error saying:
DC definition could not be checked out: the file .dcdef is checked out by others. None of the objects have been checked out by any other developers.
Please advise as to how to resolve this error.
Additionally, we would like to add CRMJAVA SC as a development component, so we could refer the existing java files. But we are not able to import it properly. It shows up as an empty SC in NWDS after being imported.
Your help would be highly appreciated.
Thanks!

I was able to resolve my error. I had created some other instances of the same project under a different workspace.
Follow these steps for every workspace  you might have created your project in (except the current workspace):
For every open activity ( Windows -> Show View -> Open Activities)
- Select your open activity  -> Right Click -> Revert  and then Delete the activity  (Right click -> delete)
Delete all your open activities.
Open your current project and Resync all DCs.
Now try to add used DC for the web module project.
It should work.

Similar Messages

  • SSAS Tabular - Adding Column to a table gives error "Object reference not set to instance of object"

    If I make changes to a table in SSAS Tabular Visual Studio, the newly added column gives error as "Object
    reference not set to instance of object"

    Hi VikasJain13,
    According to your description, you get the "Object reference not set to instance of object" error when adding columns in Tabular. Right?
    Generally, it throws this error when the internal code is accessing the property of an empty object. As you mentioned it happens when you make changes on a table, mostly it means that table is already a empty object. Please re-process your tabular to see
    if this table is still existing. 
    If you have any question, please feel free to ask.
    Simon Hou
    TechNet Community Support

  • Error in check out operation

    We have implemented CMIS server side code in our DAM system. I have made the connection to it from Drive using the CMIS connector. I can see the folders and documents alright but when I select to check out from the Drive context menu of a document, it gives me the following error on the screen -
    The operation could not be completed. The operation would make a conflicting change to an item that is already checked out. Error code : 6.
    There is nothing in the Drive logs to troubleshoot the issue.
    If someone can please provide any directions on how to proceed further with this, that will be very helpful.

    Hallo,
    ich bin am 25. Juli 2011 wieder im Büro und werde Ihre Mail dann beantworten. In dringenden Fällen wenden Sie sich bitte an unser Büro unter +43 1 9902 804 oder [email protected]
    Mit freundlichen Grüßen,
    Martin Gilly.
    Hello,
    I will be in the office again on July 25th and will then take care of your mail. In urgent cases, please contact our office @ +43 1 9902 804 or [email protected]
    Kind Regards,
    Martin Gilly.

  • Error when checking out from external punch out catalog to SRM

    Hi guys,
    We have configured an external punchout in spro. Now when in portal, I am able to access the catalog. But when i check out from catalog to srm, it is throwing error telling "HTTP 404 not found".
    Please help me resolve this issue.
    Regards,
    Madhu N G

    Hi, Hope you are doing good. Nice to hear from you again. We don't have the httpwatch traces, but usually such issues get resolved by setting the parameter JSESSIONID.CookieDomain to "NONE". See: SAP Note No. 791765 : Mixed JSESSIONID Cookies from Different Servers SAP Note No. 1144722: Global configuration of session cookies and                       attributes See SAP notes as well: 1334956 - Various problems that solved by using FQDN in portal URL 654982 - URL requirements due to Internet standards Hope this helps. _ _ _ _ _ _ _ _ _ Kind Regards, Hemanth SAP AGS  _ _ _ _ _ _ _ _ _ 

  • Receiving an error when checking out Visio 2013 file from a Sharepoint 2010 site.

    Receiving the following error when attempting to checkout a Visio 2013 file from a SharePoint 2010 site: "Sorry, we couldn't open 'http://sharepoint/folder/folder/folder/folder/file name".  If you need to know the length of any of the folder
    or file name, please let me know. I have checked answers to other questions but none seem to apply or the person responded that the answer did not work.

    Seems that your Microsoft Office Document cache is corrupted.  please try deleting cache folder :
    Clear the Microsoft Office Document Cache by opening the Upload Center->Settings->Delete cached files.
    Clear the Office File Cache at  C:\Users\<username>\AppData\Local\Microsoft\Office\14.0\OfficeFileCache.
    Clear the Office File Cache at  C:\Users\<username>\AppData\Local\Microsoft\Office\15.0\OfficeFileCache.
    Thanks
    Ganesh Jat [My Blog |
    LinkedIn | Twitter ]
    Please click 'Mark As Answer' if a post solves your problem or 'Vote As Helpful' if it was useful.

  • Get error when checking out jsp file from cvs when Jdev is running in linux

    I have JDev 9.0.3 andd CVS running in linux with same build version.
    When I check out a project one jsp does not show up in the IDE but shows in the file folder correcly when I edit it thru vi.
    I get this error when I try to edit in Jdev.
    java.lang.NullPointerException
         at oracle.jdevimpl.webapp.html.HtmlSourceNode.reopen(HtmlSourceNode.java:159)
         at oracle.ide.model.TextNode.open(TextNode.java:150)
         at oracle.ide.model.TextNode.acquireTextBuffer(TextNode.java:375)
         at oracle.jdevimpl.webapp.html.HtmlSourceNode.getInputStream(HtmlSourceNode.java:239)
         at oracle.jdevimpl.webapp.editor.jsp.JspPreviewer.updateDocument(JspPreviewer.java:344)
         at oracle.jdevimpl.webapp.editor.jsp.JspPreviewer.open(JspPreviewer.java:161)
         at oracle.ideimpl.editor.EditorManagerImpl.openEditorInFrame(EditorManagerImpl.java:648)
         at oracle.ide.editor.EditorUtil.openExplicitEditorInFrame(EditorUtil.java:33)
         at oracle.ide.cmd.OpenEditorCommand.doit(OpenEditorCommand.java:45)
         at oracle.ide.CommandProcessor.invoke(CommandProcessor.java:363)
         at oracle.ide.CommandProcessor.invoke(CommandProcessor.java:115)
         at oracle.ideimpl.editor.EditorManagerImpl.handleEvent(EditorManagerImpl.java:1902)
         at oracle.ide.IdeAction$1.run(IdeAction.java:579)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:149)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:332)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:126)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:93)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:88)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:80)

    Hi,
    When you are starting service in OS, you are actually starting the maxdb instance service .
    You can set it in auto mode so that you will not get this error.  The OS service only establishes the connection to SAP.
    As a part of CS install, from CSADMIN part it is just required to send the certificate successfully to OAC0.
    Normally no activity is required to be done to under SICF from CS install point of view.
    Anirudh,

  • Getting error:  *cannot check out a record*  in URM

    We have recently implemented URM and it seems to be working fine as far as checking in records and the dispositions working. The problem occurs if someone tries to check out a record. An error comes up saying that a record cannot be checked out. Am I missing something here? Shouldn't I be able to check out a record, update it and then check in a new version?

    No, that's the point of records, they are not alterable.

  • Getting OBJECTS_OBJREF_NOT_ASSSIGNED_NO Error When Checking Out Firefighter

    When attempting to check out a firefighter ID, we are receiving an OBJECT_OBJREF_NOT_ASSIGNED_NO error.  This happens when a user selects 'Check Out' for the selected firefighter ID in transaction 'GRAC_SPM'. 
    The error is occuring in the CL_GRAC_AD_ACCESS_MGMT========CP ABAP program. 
    Short text:
    Access via 'NULL' object reference not possible.
    Errory analysis:
    ... The exception, which is assigned to class 'CX_SY_REF_IS_INITIAL', was not caught in procedure 'RESET_USR_PWD' '(METHOD)', ...
    The GRC system is on SP4.

    Hi pdleung,
    Check SAP note - 1562759.
    Regards,
    Sabita

  • PAYMENT_CPG_SETTLE_FAILED I got this error when checking out

    I was trying to buy Adobe Premiere Element 13 online. However, when checking out, I encounter an error "PAYMENT_CPG_SETTLE_FAILED".

    Thanks Peru and Barbara for responding!
    I was trying to buy directly from Adobe website Video editor, edit video | Adobe Premiere Elements 13.
    I was having difficulty locating an email address on Adobe website where I can email the payment error to. Somehow the "Contact Us" on Adobe website leads me to this forum.

  • ADF error when checking out accounts cart

    Hello,
    I have a weird UI related problem in OIM 11gR2. When I try to check out from the user accounts request cart, I get this error message that prevents me from proceeding :
    ADFC-06002: unhandled exception
    ADF_FACES-60097:For more information, please see the server's error log for an entry beginning with: ADF_FACES-60096:Server Exception during PPR, #10
    In the logs, I see those errors :
    ADFC-02001: The ADF Controller cannot find '/oracle/iam/ui/runtime/form/view/tfs/testform.xml'.
    MDS-00013: no metadata found for metadata object "/oracle/iam/ui/runtime/form/view/tfs/testform.xml"
    So there seems to be something wrong with the MDS, but I don't see what I could have done wrong that might have broken it.
    Any ideas?
    Thanks,
    --jtellier                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    That was it. Thank you.
    --jtellier                                                                                                                                                                                                                           

  • Ldifwrite created file used in ldapadd/ldapmodify gives errors

    We want to backup entries in the Users container.
    1. The ldif file created by ldifwrite:
    ldifwrite -c oidtwo -b "cn=Users,dc=dn,dc=dev,dc=pg,dc=gov" -f backup.ldif
    2. ldapadd -p 389 -h localhost -D "cn=orcladmin" -w oiddp -f backup.ldif
    3. Got errors in orcloci ...in VI we found that the orcloci entries are not formatted properly, and we fixed this manually.
    4. We got another error:
    adding new entry cn=orcladmin, cn=Users, dc=dn,dc=dev,dc=pg,dc=gov
    ldap_add: DSA is unwilling to perform
    ldap_add: additional info: You cannot add entries containing authpasswords.
    Just wonder if this is the right way to back up this container?
    Thanks!

    You'll need to remove authpassword attributes as those are created at create time. Its mentioned in one of the steps of moving to a new server (Metalink Note:276688.1). The XSL they used is below:
    <!--
    File : del_authpassword.xsl
    Version : 1.0
    Author : mgueury
    Description:
    Remove the authpassword from the DSML files
    -->
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
    <xml:output method="xml"/>
    <xsl:template match="*|@*|node()">
    <xsl:copy>
    <xsl:apply-templates select="*|@*|node()"/>
    </xsl:copy>
    </xsl:template>
    <xsl:template match="attr">
    <xsl:choose>
    <xsl:when test="@name='authpassword;oid'">
    </xsl:when>
    <xsl:when test="@name='authpassword;orclcommonpwd'">
    </xsl:when>
    <xsl:otherwise>
    <xsl:copy>
    <xsl:apply-templates select="*|@*|node()"/>
    </xsl:copy>
    </xsl:otherwise>
    </xsl:choose>
    </xsl:template>
    </xsl:stylesheet>
    You'll want to start with dumping it to XML:
    ldapsearch -h $OID_HOSTNAME -p $OID_PORT -X -D "cn=orcladmin" -w $IAS_PASSWORD -b "cn=users,dc=dev_domain,dc=com" -s sub "objectclass=inetorgperson" > portal_users.xml
    Then run that against the XSL to remove the attribute:
    xml -f -s del_authpassword.xsl -o portal_users.xml portal_users_new.xml

  • IMovie Export using Quicktime in 1080p gives error OSStatus error -2125

    Hi, I am new to using iMovie, started using it few days back.  So far i have been unable to "Export using Quicktime" in 1920*1080p option.
    I was able to export using "Export to Quicktime" in 640*480p (.mp4 format) option and was able to use "Export Movie" with 1920*1080p (.mov format) option.
    Trying to export using "Export using Quicktime" in 1080p always failed so far.  I tried at least a dozen times with different settings.  Initially i was getting the following two errors randomly, but later, the last 4-5 trials i keep getting only the first error.
    1. OSStatus error - 2125
    2. Not enough room in the heap zone.
    Project details are - it is a 34 min. video and size came to 5.3GB when exported using "Export Movie" (.mov format) using 1080p option. 
    It indicates 2 hours to export it, takes 2 hours and interestingly, the OSStats error - 2125 error happens at the end of the export. I can see in the finder the increasing size of the file the process is creating.  It has been a really frustrating experience with iMovie so far.  I even tried duplicating the project with a different name and tried export, did not help.
    I have >300GB of free space on my hard drive and 8 GB of RAM.  I don't have any heavy applications running on the system. 
    I read forums about this error and tried the following so far with no help.
    1. Tried changing names of the iMovie project few times to see if that helps. 
    2. Set the sleep settings of the computer as well as monitor to Never.
    3. Reached out to apple support about it and they suggested me to setthe sleep settings to never and then try.  But that did not help.
    I am stuck with this error OSStatus error - 2125. 
    The settings I am trying with are:
    Export to MPEG-4
    H.264 video format
    20Mbps bit rate
    30 fps
    One question is, once I exported a project in one format or setting, do I have to create a new project to export it in different settings or I can just use the same project?
    Can someone please help?  Any help about this is greatly appreciated.   Thank you.

    I am having the same issue. Have been searchin gfor 3 days for an answer. I am able to export as MOV file, but not MP4. I bought QT Pro 7 to convert THE MOV to MP4 and it doesnt work either. I then bought iskysoft Video Converter and it wont convert the MOV to MP4 either. (will convert smaller files)
    I have 700 GB of free space on drive. I have tried a movie that is 3 hours, one that is one hour, and one that is 54 minutes..All same thing.. Error -2125. Although it will work with smaller movies under 30 mins.
    Surely there has to be an answer to this? It seems it has been an ongoing issue for quite some time, yet there is no solution.

  • When using cd my mac gives error

    when i want to use a cd or dvd, my mac mini gives an error..
    some music cd's work, but with dvd there is allways an error, for exemple by installing something.. Does any one know's what it is??
    Vise gives the error 1008:5,-5000

    Hi kiento-
    Greetings and welcome to the Apple Discussion boards
    Some users have reported success using an optical drive lens cleaning kit. I would give that a try first.
    If that doesn't doesn't solve the problem it is possible that the optical drive is defective. You can either chose to replace the drive yourself, have it replaced at a service center, or purchase an external firewire CD/DVD drive.
    Luck-
    -DaddyPaycheck

  • Using DBMS_LOCK  in function gives error

    Dear Guru's
    I need to use the DBMS_LOCK.sleep. Hence to get more info i searched the forum and I found this code from the forum
    CREATE OR REPLACE
    FUNCTION sleep (secs_in IN INTEGER) RETURN NUMBER
    is
    BEGIN
    DBMS_LOCK.sleep(secs_in);
    RETURN secs_in;
    END;
    and tried it in my envrionment..
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production With the Partitioning, OLAP and Data Mining options
    SQL*Plus: Release 10.1.0.4.2
    Warning: Function created with compilation errors.
    SQL> show errors
    Errors for FUNCTION SLEEP:
    LINE/COL ERROR
    4/5 PL/SQL: Statement ignored
    4/5 PLS-00201: identifier 'DBMS_LOCK' must be declared
    I tried using the DBMS_LOCK in a Nameless procedure like this
    begin
    dbms_lock.sleep(5);
    end;
    there was no error message and i got a message that it has been executed successfully
    I tried it similarly in a stored procedure , then also i got the same error message
    Please enlighten me on this issue.
    with warm regards
    ssr

    Sounds like you've got execute privs on dbms_lock granted to your user as part of a role. You need to have a direct grant on dbms_lock in order for what you're trying to do to work. (ie. you need to get someone with the appropriate privs to run the following: grant excute on dbms_lock to your_user;)

  • Consuming Websphere Portlets in spaces using WSRP WSDL url gives error.

    Sr#3-6516739281
    Ver- 11.1.1.6.0 spaces.
    Hi ,
    Customer consuming a websphere portlets in spaces
    Producer: Websphere portal server
    Consumer - Webcenter spaces 11.1.1.6.0
    WSDL url - http://192.168.0.50:9080/producer/wsdl/wsrp_service.wsdl
    WSRP 2.0 portlets hosted on IBM WebSpere application server (v. 7.1) are not rendered at all in spaces. Registration part goes fine and when click the test button after registration it says successful.
    but when we go the spaces page the portlet is not rendered and says - Portlet consumer error and the following stack trace traced in spaces server logs .
    The thrown exception is:
    <3-Dec-2012 4:21:33 o'clock PM EST> <Error> <oracle.portlet.binding> <BEA-000000> <An error has occured for Portlet Binding portlet2581387127.
    oracle.adf.model.portlet.binding.PortletModelException: Unable to get portlet response (Internal Error) for portlet binding portlet2581387127.
         at oracle.adf.model.portlet.binding.PortletBinding$InnerPortletModel.getPortletRendition(PortletBinding.java:1476)
         at oracle.adfinternal.model.portlet.binding.ActivityPortletModelWrapper.getPortletRendition(ActivityPortletModelWrapper.java:151)
         at oracle.adfinternal.view.faces.renderkit.rich.portlet.PortletRenderer.encodeAll(PortletRenderer.java:916)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1396)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:341)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:937)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:405)
         at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2633)
         at oracle.adfinternal.view.faces.renderkit.rich.customizable.PanelCustomizableRenderer.encodeChildrenVertically(PanelCustomizableRenderer.java:1039)
         at oracle.adfinternal.view.faces.renderkit.rich.customizable.PanelCustomizableRenderer.encodeAll(PanelCustomizableRenderer.java:350)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1396)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:341)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:937)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:405)
         at org.apache.myfaces.trinidad.rend
    This works fine in .net and other consumers.
    Please see the screen shots attached to SR-
    WCP_PortletProducerRegistration.png - registration screen in spaces
    WCP_Error.png - Error when try to see the portlet in spaces page.
    WC_Spaces.out -logs with the above error.
    We also tried to register this is Jdevelooper. This gives different error in registration it self.
    screen shot- JDeveloper-WSRPProducerRegistration.docx
    Please shed some light on this to proceed further.

    Sr#3-6516739281
    Ver- 11.1.1.6.0 spaces.
    Hi ,
    Customer consuming a websphere portlets in spaces
    Producer: Websphere portal server
    Consumer - Webcenter spaces 11.1.1.6.0
    WSDL url - http://192.168.0.50:9080/producer/wsdl/wsrp_service.wsdl
    WSRP 2.0 portlets hosted on IBM WebSpere application server (v. 7.1) are not rendered at all in spaces. Registration part goes fine and when click the test button after registration it says successful.
    but when we go the spaces page the portlet is not rendered and says - Portlet consumer error and the following stack trace traced in spaces server logs .
    The thrown exception is:
    <3-Dec-2012 4:21:33 o'clock PM EST> <Error> <oracle.portlet.binding> <BEA-000000> <An error has occured for Portlet Binding portlet2581387127.
    oracle.adf.model.portlet.binding.PortletModelException: Unable to get portlet response (Internal Error) for portlet binding portlet2581387127.
         at oracle.adf.model.portlet.binding.PortletBinding$InnerPortletModel.getPortletRendition(PortletBinding.java:1476)
         at oracle.adfinternal.model.portlet.binding.ActivityPortletModelWrapper.getPortletRendition(ActivityPortletModelWrapper.java:151)
         at oracle.adfinternal.view.faces.renderkit.rich.portlet.PortletRenderer.encodeAll(PortletRenderer.java:916)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1396)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:341)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:937)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:405)
         at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2633)
         at oracle.adfinternal.view.faces.renderkit.rich.customizable.PanelCustomizableRenderer.encodeChildrenVertically(PanelCustomizableRenderer.java:1039)
         at oracle.adfinternal.view.faces.renderkit.rich.customizable.PanelCustomizableRenderer.encodeAll(PanelCustomizableRenderer.java:350)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1396)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:341)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:937)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:405)
         at org.apache.myfaces.trinidad.rend
    This works fine in .net and other consumers.
    Please see the screen shots attached to SR-
    WCP_PortletProducerRegistration.png - registration screen in spaces
    WCP_Error.png - Error when try to see the portlet in spaces page.
    WC_Spaces.out -logs with the above error.
    We also tried to register this is Jdevelooper. This gives different error in registration it self.
    screen shot- JDeveloper-WSRPProducerRegistration.docx
    Please shed some light on this to proceed further.

Maybe you are looking for

  • Question about selecting only one tree at a time...Please help

    Hi , guys does anybody know how to make only one tree selected in an application which shows three trees simultaniously. Untill now I can select both trees at a time (the third one is not implemented yet ) This is probably so because the trees are sh

  • How do i get all of my data back, how do i get all of my data back

    i accidenty deleted all of my data how do i get all of my data back?I was going to jail break my ipod and i put it in DFU mode and it wouldnt turn on for 30 min. so i decided not to jail break it because i dont know how.Then it turned on but itunes a

  • How to save only changed data of ALV in a local table ?

    Hi everyone, I created and alv with cl_gui_alv_grid, and I made it editable Now I need that when I click on a button only the changed data to be saved on a local (internal) table Is there a way I can do that ? I tried with methods like check_changed_

  • Using C6 as a modem via USB in MacBook Pro

    I'm having trouble connecting my MacBook Pro to Internet via C6. I would like to use it via USB. My system in Mac is 10.5.8 Can someone tell me what to do?

  • Environment Variables length in W2K

    Hello All, I am using Windows 2000 , sp2. while developing java applications If I try to put many jars in the classpath, I get an error message "The input line is too long." Is there any way to increase the capacity of the windows shell to allow more