Error while releasing :-Content item  was not successfully checked

Hi
I have create a ucm user "john" which has auth type "Local" and roles of
          Admin
          contributor
          Sysmanager
"admin" role:- has Groups/rights such as
          Rights.Apss.RepMan
          Rights.Apss.Workflow
          Rights.Apss.ConfigMan
          Rights.Apps.Archiver
          newgroup(RWDA)
          release (RWDA)
          secure (RWDA)
"contributor" role :- has Groups/rights such as
          newgroup(RWDA)
          public(RW)
          release(RWDA)
          secure()
"sysmanager" role has groups/rights
          newgroup(RWDA)
          public(R)
          release(RWDA)
          secure(R)
When I am trying to release the documents I get error such as
Event generated by user 'john' at host '192.168.21.215'. Content item <undefined> was not successfully checked in. Security group is not defined. Unable to validate user security. [ Details ]
An error has occurred. The stack trace below shows more information.
!csUserEventMessage,john,192.168.21.215!$!csUnableToCheckIn,!csSecurityGroupNotDefined
intradoc.common.ServiceException: !csUnableToCheckIn,!csSecurityGroupNotDefined
     at intradoc.server.ServiceRequestImplementor.buildServiceException(ServiceRequestImplementor.java:1739)
     at intradoc.server.Service.buildServiceException(Service.java:1999)
     at intradoc.server.Service.createServiceExceptionEx(Service.java:1993)
     at intradoc.server.Service.createServiceException(Service.java:1988)
     at intradoc.server.ServiceSecurityImplementor.determinePrivilege(ServiceSecurityImplementor.java:795)
     at intradoc.server.DocumentAccessSecurity.checkSecurity(DocumentAccessSecurity.java:110)
     at intradoc.server.DocumentAccessSecurity.checkSecurity(DocumentAccessSecurity.java:67)
     at intradoc.server.ServiceSecurityImplementor.checkSecurity(ServiceSecurityImplementor.java:320)
     at intradoc.server.Service.checkSecurity(Service.java:2546)
     at intradoc.server.Service.checkSecurity(Service.java:2524)
As per the document I have given the user required group and role permission . What more should I do to release it ?
Guidance requested
Thanks
Joseph John

By release you mean you are unable to checkin a document?
How are you trying to checkin the document? DIS, SOAP, standard checkin form page??
It looks as if you haven`t supplied a security group or content id on the document meta data when you have checked in the document..
You can automatically assign content ids by going to admin server and enabling auto assign id check box.
John should only need the admin role, that will give the user full access.

Similar Messages

  • Iphone 5- Won't show up in itunes. Error message " Device drivr software was not successfully installed. Please consult with your device manufacturer for assistance getting this device installed. Digital Still Camera- Failed" HELP!

    Error message  " Device driver software was not successfully installed. Please consult with your device manufacturer for assistance getting this device installed. Digital Still Camera- Failed" HELP!

    Hi, I was able to reformat my iPod and that worked. I read it on one of the threads and I am copy pasting the method below:
    I opened the "My Computer" window and right-clicked on my ipod, and then selected "Format". I select "Yes" to format since I don't have anything on the nano to delete anymore.
    I then Eject my nano from the computer and did a restart while the nano is disconnected from the computer.
    Once Windows finish loading I reconnect the USB to the nano(back of computer) which automatically pulls up iTune. It asked me to name the new ipod detected and created a playlist for that specific ipod name.
    Pasted from <http://discussions.apple.com/thread.jspa?threadID=1050784&tstart=15>
    Thanks!

  • When I plug in my iPhone to a USB port on the back of my computer I get the error "MTP USB Device driver was not successfully installed"   and of course there is no device that shows up either.  It would be great to download my photos!  I'm using Windows

    When I plug in my iPhone to a USB port on the back of my computer I get the error "MTP USB Device driver was not successfully installed"   and of course there is no device that shows up either.  It would be great to download my photos!  I'm using Windows

    Go through this support doc:
    OS: Device not recognised in iTunes
    Windows: http://support.apple.com/kb/TS1538

  • Error while saving activity - it was not possible to save all objects

    Hi
    We are on ECC6 EHP4 and having just started to config EIC ERP, we have done some configuration and have referred to various SAP notes, the main note being 1052082 to set up case management.  We have managed to create an activity but on saving we get the following messages:
    Error whilce saving activity (message class HREIC_APPL - message number 246)
    Activity was saved
    It was not possible to save all objects successfully (message class CRM_BOL - message number 010)
    We are not sure how to correct this, we have searched and cannot find anything relating to these messages, I hope someone can be of assistance.
    many thanks
    Julie

    Hi Julie
    There are list of items that dont transport or need to be updated via manual configuration such as number ranges, surveys, email addresses and several others.
    Glad you figured out this one.
    Jarret

  • V51VP - item was not found - process cancelled

    I get the above idoc error from a PGI confirmation message. Can any one help with what this actually mean?

    Hi,
    searching for an OSS note this is the first one i´ve found (there are many more):
    Note 582439 - Packing with HU_REPACK and inspection lot
    Summary
    Symptom
    You want to repack an item with inspection lot number using the BAPI or IDOC HU_REPACK. The processing terminates with error message HUGENERAL056: "V51VP - item was not found - process cancelled".
    Other terms
    V51VP, QPLOS, HU, HUM
    Reason and Prerequisites
    This is caused by a program error.
    Solution
    Implement the correction instructions.
    Best regards

  • "Uh oh, this PSD was not successfully processed because it's not currently compatible with Extract."

    I'm currently getting this error: "Uh oh, this PSD was not successfully processed because it's not currently compatible with Extract." What would cause a PSD to not be compatible with Extract?

    [Sorry, Ostry, for the long delay. This one slipped through the cracks and I only recently rediscovered it]
    There is no particular size limit on files; we do have a layer limit but if you were hitting that it would have explicitly told you so.
    If you are still having trouble, and you have files that you can share privately with me, I'll be happy to take a look [we take your privacy very seriously and our lawyers won't let us just go snooping in your files :-) so you have to explicitly share them with us]

  • RIDC CHECKIN_UNIVERSAL not successfully checked in

    Hi,
    I am using RIDC to access the UCM and Check-out/check-in an existing document.
    Every thing is ok when checkout the document and access the stream of data to do the needed processing.
    But when trying to Checkin the document (back) I have this exception from the server:
    UCMException: Content item 'EMC16200000001' was not successfully checked in. The content item already exists in the system.
    Normaly when using CHECKIN_UNIVERSAL service it will create a new version of the document if exist. what I am doing wrong?
    Thanks
    Jamil
    DataBinder binder = this.idcClient.createBinder();
    binder.putLocal("IdcService", "CHECKIN_UNIVERSAL");
    binder.putLocal("dDocTitle", documentTitle);
    binder.putLocal("dDocType", documentType);
    binder.putLocal("dSecurityGroup", securityGroup);
    try {
    binder.addFile("primaryFile", new TransferFile(primaryFile, documentFileName,
    primaryFile.available()));
    } catch (IOException e) {
    throw new UCMException("Primary File Error: " + e.getMessage());
    if (customMetadata != null) {
    for (String s : customMetadata.keySet()) {
    if (!s.equals("dDocTitle") && !s.equals("dSecurityGroup") &&
    !s.equals("dDocType")) {
    binder.putLocal(s, String.valueOf(customMetadata.get(s)));
    try {
    return this.idcClient.sendRequest(this.userContext, binder);
    } catch (IdcClientException e) {
    throw new UCMException("Couldn't Send Request due to " + e.getMessage());
    }

    Ryan,
    No folders...
    I hope you can find the cause in the full exception log below
    The scenario of my RIDC code is the following:
    - Find a file which is a PDF file (EMC16200000001)
    - Checkout the file (EMC16200000001)
    - get the stream of the file (EMC16200000001)
    - Do a special treatment on the file
    - Fill the parameter "Primary File" with the new InputStream
    - Checkin the file
    - undo checkout
    The following 2 screen-shots can help
    [Checkin-1|https://lh4.googleusercontent.com/-aaI8ASYJrS0/T49UhCCnJwI/AAAAAAAADvE/kkXNB-3GZRA/s902/2012-04-18]
    [checkin-2|https://lh5.googleusercontent.com/-gAeNbRUaR4k/T49UlGUzhlI/AAAAAAAADvc/nGJqghLm9Yo/s901/2012-04-18]
    Thanks
    Jamil
    <Apr 17, 2012 12:59:28 AM PDT> <Error> <oracle.ucm.idccs> <UCM-CS-060003> <Event generated by user 'jamilnour' at host 'CIS'.>
    <Apr 17, 2012 12:59:28 AM PDT> <Error> <oracle.ucm.idccs> <UCM-CS-000001> <general exception
    intradoc.common.ServiceException: !csUnableToCheckIn,EMC16200000001!csCheckinItemExists
    at intradoc.server.ServiceRequestImplementor.buildServiceException(ServiceRequestImplementor.java:2115)
    at intradoc.server.Service.buildServiceException(Service.java:2260)
    at intradoc.server.Service.createServiceExceptionEx(Service.java:2254)
    at intradoc.server.Service.createServiceException(Service.java:2249)
    at intradoc.server.ArchiveCheckinHandler.determineCheckin(Handler.java:111)
    at sun.reflect.GeneratedMethodAccessor1324.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at intradoc.common.IdcMethodHolder.invokeMethod(IdcMethodHolder.java:86)
    at intradoc.common.ClassHelperUtils.executeMethodReportStatus(ClassHelperUtils.java:324)
    at intradoc.server.ServiceHandler.executeAction(ServiceHandler.java:79)
    at intradoc.server.Service.doCodeEx(Service.java:533)
    at collections.CollectionUserHandler.determineCheckin(CollectionUserHandler.java:1383)
    at sun.reflect.GeneratedMethodAccessor1323.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at intradoc.common.IdcMethodHolder.invokeMethod(IdcMethodHolder.java:86)
    at intradoc.common.ClassHelperUtils.executeMethodReportStatus(ClassHelperUtils.java:324)
    at intradoc.server.ServiceHandler.executeAction(ServiceHandler.java:79)
    at intradoc.server.Service.doCodeEx(Service.java:533)
    at intradoc.server.Service.doCode(Service.java:505)
    at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1643)
    at intradoc.server.Service.doAction(Service.java:477)
    at intradoc.server.Service.doScriptableAction(Service.java:3807)
    at sun.reflect.GeneratedMethodAccessor1322.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at intradoc.common.IdcMethodHolder.invokeMethod(IdcMethodHolder.java:86)
    at intradoc.common.ClassHelperUtils.executeMethodEx(ClassHelperUtils.java:310)
    at intradoc.common.ClassHelperUtils.executeMethod(ClassHelperUtils.java:295)
    at intradoc.server.Service.doCodeEx(Service.java:550)
    at intradoc.server.Service.doCode(Service.java:505)
    at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1643)
    at intradoc.server.Service.doAction(Service.java:477)
    at intradoc.server.ServiceRequestImplementor.doActions(ServiceRequestImplementor.java:1458)
    at intradoc.server.Service.doActions(Service.java:472)
    at intradoc.server.ServiceRequestImplementor.executeActions(ServiceRequestImplementor.java:1391)
    at intradoc.server.Service.executeActions(Service.java:458)
    at intradoc.server.ServiceRequestImplementor.doRequest(ServiceRequestImplementor.java:737)
    at intradoc.server.Service.doRequest(Service.java:1890)
    at intradoc.server.ServiceManager.processCommand(ServiceManager.java:435)
    at intradoc.server.IdcServerThread.processRequest(IdcServerThread.java:265)
    at intradoc.server.IdcServerThread.run(IdcServerThread.java:160)
    at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    >

  • Error when posting - Call up of feature PPMOD was not successful

    Good Afternoon,
    We recently completed an upgrade to ECC6.0 and this week we have seen two cases of receiving an error when trying to post payroll to FI using RPCIPE00.
    The error we are receiving is:  Call up of feature PPMOD was not successful, Message no. 3G100
    The diagnosis on the error message is:  Feature PPMOD has been called to set the employee grouping for account determination. This call was unsuccessful and suggests that we check the decision tree for PPMOD.
    While there have been some somewhat recent changes to PPMOD, I have stepped through the feature for both individuals who had this error and can find no problem with the logic in the decision tree. I've also regenerated the feature successfully. After searching OSS I found note 1243065, which is the exact error that we are receiving. The problem is that this note was included in HR support pack 44, and we're already on HR support pack 48. We also found a post that suggested we use RPCIPE00_OLD, but gave us the same error.
    My next step was to post a customer message, but thought it would be worthwile to post something here and see if anyone has any suggestions first.
    Thanks in advance,
    -Nick
    Edited by: Nicholas Petters on Apr 15, 2010 5:32 PM

    The issue may not be related to the note you indicated as this note should already be included in your system with SP 48. Please check what personnnel areas the errors ees are in, and see if they're in the decision tree of 'PPMOD' .
    If this looks OK, run payroll simulation for the error ee, put break-point in form 'CALL_549B' of program '/1PAPA/FEAT310PPMOD' and see what value STRUC-WERKS  (pers. area) is when it fails.

  • F-53 Error- u201C Item was not activated due to on line payment block.u201D

    When we are doing payment document against T Code F-53 for FI document  systems is giving message
    That u201C Item was not activated due to on line payment block.u201D
    This error is due to what ?
    Regards,
    Shekhar Gaikwad

    Hi,
    Kindly release your invoice document in MRBR..
    Then proceed further.
    revert if any issues.
    Utsav

  • I have tried several times to install iTunes update 11.1.4 on my PC.  I get a message saying that install was not successful and an error message of MSVCR80.dll not present, Error 7, (Windows error 126).  I am told to reinstall iTunes, but nothing changes

    I have tried several times to install iTunes update 11.1.4 on my PC.  I get a message saying that install was not successful and an error message of MSVCR80.dll not present, Error 7, (Windows error 126).  I am told to reinstall iTunes, but nothing changes.  What next?  I've not had this problem with other updates requested by Apple.

    I have also had the same problem with my Win 7 32 bit computer.  I had great help from Apple techs in Montreal and Orlando for 2.5 hours.  They helped me remove every trace of Apple products and clean the registry in two different ways.  Each install gave the same problem!  If Apple techs can't fix it (on some of our machines) then we are really in trouble.  They promised to raise it with the "engineers" and get back to me with a solution.  I am waiting and hoping.  Otherwise maybe version 11.1.5 will have a fix ??

  • I have successfully installed itunes10, then get an error message that reads, itunes was not installed correctly. please reinstall itunes, error 7 Windows error 127

    I have successfully installed itunes 10, then get an error message that reads, itunes was not installed correctly Error 7 (Windows error 127)

    For general advice see Troubleshooting issues with iTunes for Windows updates.
    The steps in the second box are a guide to removing everything related to iTunes and then rebuilding it which is often a good starting point unless the symptoms indicate a more specific approach. Review the other boxes and the list of support documents further down page in case one of them applies.
    Your library should be unaffected by these steps but there is backup and recovery advice elsewhere in the user tip.
    tt2

  • Error: 3816: Local System Creation during install was not successful.

    Hello,
    This is our first time installing Oracle Wokflow 2.6.3 Standalone.
    We are having problems with the Event Manager.
    When we access the event manager pages:
    … pls/wf/wf_event_html.listevents?resetcookie=T
    …pls/wf/wf_event_html.listsystems?resetcookie=T
    etc.
    We get this error:
    Error: 3816: Local System Creation during install was not successful. Please review the install log file for errors.
    Error Stack:
    WF_EVENT_HTML.isAccessible(EVENTS)
    WF_EVENT_HTML.ListEvents()
    •     The installation was successful.
    •     We cannot change the Local System in the Global Workflow Preferences option.
    •     The table WF_systems is empty.
    •     Should the local system appear in this table?
    Thanks

    Software component sap.com/LM-TOOLS with version 7.00.9.3 is found on the system but in the stack it is listed with version 7.00.9.0.
    Software component sap.com/SAP-JEECOR with version 7.00.9.1 is found on the system but in the stack it is listed with version 7.00.9.0.
    You are trying to upgrade a system with the lower version of sap.com/LM-TOOLS and sap.com/SAP-JEECOR. The other thing I notice is that if you are upgrading to  EhP4/EhP1 NW then the version of LM and SAP-JEECOR should look something like 7.01.3.0.
    Are you using MOPZ to download EhP's ? As the error message says synchronize the system with SAP Solution Manager and then generate a new stack file.
    Hope this helps.
    Thanks,
    Naveed

  • I'm using DVD Studio pro to burn a dvd but it won't let me cause I keep getting a "Formatting Failed" error message.  It says "Formatting was not successful. Layer 0 exceeds max layer size allowed. Choose a suitable marker location." What does this mean?

    I'm using DVD Studio pro to burn a dvd but it won't let me cause I keep getting a "Formatting Failed" error message.  It says "Formatting was not successful. Layer 0 exceeds max layer size allowed. Choose a suitable marker location that will support this condition." What does this mean?
    Kris

    It means your file is too large to fit on a single layer disk.
    Recompress to keep the overall size (audio,video and menus) below 4.5GB
    x

  • Error :The update was not successful.

    When I try to update my apple tv to version 4.1. It downloads the update but it stops half way though the install and after a few minutes i get this message "The update was not successful.". This is the 4th time I tried the update. I did a reset and unplugged the apple tv for a few minutes. Still nothing anyone else getting this error?

    Don't bother buying a micro USB plug (this is just a usb plug with a smaller plug that fits apple tv) it wont work anyway. There is something wrong with the server, worldwide none of us can update or restore our apple tv's.

  • TS3992 I just keep getting an error that back up was not successful

    My phone keeps telling me to back up my phone to iCloud since it has been awhile. When I try by (plugging in, turning on wifi) it just looks like its loading and then says back up was not successful. My iPad backs up just fine but my phone won't.

    On a time capsule the error message is meaningless. That would only apply to an external drive...TC is a network drive.
    I recommend you just reboot the whole network.. from off..
    Restart in order.. modem.. TC.. clients. Wait 2 min between each one.
    If the disk still won't mount give us more info..
    Are you using wireless or ethernet?
    How is the TC configured?
    What sort of internet?

Maybe you are looking for

  • Refer to a Form Field in a Crystal Report

    Hello! For a customer I need to set up a Layout in Crystal Reports for Asset History Sheet in Fixes Assets. Depending on the Depreceation Area (IFRS, HGB) the (printed) report contains different data, I need to filter the data in the Asset History Fo

  • Bridge cs3 mac 2.1.1.9 will not append metadata

    I've been using Bridge CS3 for a long time now on my iMac 2Ghz Core Duo (Tiger OS X 10.4.11) with 2 GB of RAM I have been using the same metadata template for a year, and have updated to Bridge 2.1.1.9 Starting today, whenever I try to append metadat

  • How to write xml data to a file

    Hi all, We have a requirement of writing the xml data into a file in given directory in the server. Generating the xml data using the sql query below. SELECT XMLELEMENT ("ROW", XMLELEMENT ("CELL", xmlattributes ('EBIZCZMDL_01' AS "colname"), inventor

  • Bar Code Font Embedding within PDF report

    With a special postal code bar code installed on the 10gR2 application server to the %WINDIR%\fonts folder how should the UIFONT.ALI be configured to ensure the font is embedded within a PDF generated (WIN32 application servers) If specified within t

  • Multiple transformation

    Hello, I want to do multiple transformation. i have many xsl files and one xml file. i want to generate single html with diffrent xsl. My question is "is there any case where we can give multiple xsl as a source?" I hope all can understand my problem