BPEL skip checkin documents in UCM

Guru's :
We have an serious issue, We are trying to load documents into UCM from BPEL that Invokes 2-way operation CheckIn.wsdl & service : CheckInUniversal as you can see below. There will be request in BPEL for creating multiple documents for the same opportunity header that is being created in UCM in second/ milli second time difference for each document. Here, Sometimes BPEL skipping /overwriting the documents while checkin & gives the same dID & dRevClassID in both the checkInUniversalOutput.
For example : If Doc A & Doc B being process by BPEL, Doc A is missing in UCM & Doc B is being loaded. But, BPEL checkInUniversalOutput response says Boc A loaded successfully.
Please refer checkInUniversalOutput section in both the below xml outputs (Document 1 & Document 2). Though we processed 2 different documents, it says “Successfully checked in content item '1481633'” in both the xml & we see only one document in UCM.
Could anyone through some lights whats happening here? Is there any way to debug increasing the logging etc?
thanks in advance.
Document 1:
<?xml version="1.0" encoding="UTF-8" ?>
- <part>
- <messages>
- <checkInUniversalInput>
- <part xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="parameters">
- <CheckInUniversal xmlns:s0="http://www.stellent.com/CheckIn/" xmlns="http://www.stellent.com/CheckIn/">
<s0:dDocTitle>Impact Plan</s0:dDocTitle>
<s0:dDocType>SiebelAttachment</s0:dDocType>
<s0:dDocAuthor>admin</s0:dDocAuthor>
<s0:dSecurityGroup>SiebelDocuments</s0:dSecurityGroup>
- <s0:CustomDocMetaData>
- <s0:property>
<s0:name>xTrigger</s0:name>
<s0:value>SiebelDocProfile</s0:value>
</s0:property>
- <s0:property>
<s0:name>xsiebelOpprnty</s0:name>
<s0:value>1-3D524</s0:value>
</s0:property>
- <s0:property>
<s0:name>xsiebelStatus</s0:name>
<s0:value>New</s0:value>
</s0:property>
- <s0:property>
<s0:name>xsiebelConfidential</s0:name>
<s0:value>No</s0:value>
</s0:property>
- <s0:property>
<s0:name>xComments</s0:name>
<s0:value>Impact Plan</s0:value>
</s0:property>
- <s0:property>
<s0:name>xsiebelDocType</s0:name>
<s0:value>Impact Plan</s0:value>
</s0:property>
- <s0:property>
<s0:name>xOrganization</s0:name>
<s0:value>UK,</s0:value>
</s0:property>
</s0:CustomDocMetaData>
- <s0:primaryFile>
<s0:fileName>Real_CV.pdf</s0:fileName>
<s0:fileContent>dfssdggsgsgsgsdgssdgsdgsddffsfsdfsfsfsfsf
</s0:primaryFile>
</CheckInUniversal>
</part>
</checkInUniversalInput>
- <checkInUniversalOutput>
- <part xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="parameters">
- <idc:CheckInUniversalResponse xmlns:idc="http://www.stellent.com/CheckIn/">
- <idc:CheckInUniversalResult>
*<idc:dID>1481741</idc:dID>*
*<idc:dRevisionID>1</idc:dRevisionID>*
*<idc:dRevClassID>1481633</idc:dRevClassID>*
*<idc:dRevLabel>1</idc:dRevLabel>*
- <idc:StatusInfo>
*<idc:statusCode>0</idc:statusCode>*
*<idc:statusMessage>Successfully checked in content item '1481633'.</idc:statusMessage> </idc:StatusInfo>*</idc:CheckInUniversalResult>
</idc:CheckInUniversalResponse>
</part>
</checkInUniversalOutput>
</messages>
</part>
Document 2 :
<?xml version="1.0" encoding="UTF-8" ?>
- <part>
- <messages>
- <checkInUniversalInput>
- <part xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="parameters">
- <CheckInUniversal xmlns:s0="http://www.stellent.com/CheckIn/" xmlns="http://www.stellent.com/CheckIn/">
<s0:dDocTitle>C.V.</s0:dDocTitle>
<s0:dDocType>SiebelAttachment</s0:dDocType>
<s0:dDocAuthor>admin</s0:dDocAuthor>
<s0:dSecurityGroup>SiebelSecureDocuments</s0:dSecurityGroup>
- <s0:CustomDocMetaData>
- <s0:property>
<s0:name>xTrigger</s0:name>
<s0:value>SiebelDocProfile</s0:value>
</s0:property>
- <s0:property>
<s0:name>xsiebelOpprnty</s0:name>
<s0:value>1-3D524</s0:value>
</s0:property>
- <s0:property>
<s0:name>xsiebelStatus</s0:name>
<s0:value>New</s0:value>
</s0:property>
+ <s0:property>
- <s0:property>
<s0:name>xComments</s0:name>
<s0:value>Dummy CV</s0:value>
</s0:property>
- <s0:property>
<s0:name>xsiebelDocType</s0:name>
<s0:value>C.V.</s0:value>
</s0:property>
- <s0:property>
<s0:name>xOrganization</s0:name>
<s0:value>UK,</s0:value>
</s0:property>
</s0:CustomDocMetaData>
- <s0:primaryFile>
<s0:fileName>CV_Dummy.pdf</s0:fileName>
<s0:fileContent>dfhdhdhdhdhdhdhhddhdhdhdh
</s0:primaryFile>
</CheckInUniversal>
</part>
</checkInUniversalInput>
- <checkInUniversalOutput>
- <part xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="parameters">
- <idc:CheckInUniversalResponse xmlns:idc="http://www.stellent.com/CheckIn/">
- <idc:CheckInUniversalResult>
*<idc:dID>1481741</idc:dID>*
*<idc:dRevisionID>1</idc:dRevisionID>*
*<idc:dRevClassID>1481633</idc:dRevClassID>*
*<idc:dRevLabel>1</idc:dRevLabel>*
- <idc:StatusInfo>
*<idc:statusCode>0</idc:statusCode>*
*<idc:statusMessage>Successfully checked in content item '1481633'.</idc:statusMessage> </idc:StatusInfo>*
</idc:CheckInUniversalResult>
</idc:CheckInUniversalResponse>
</part>
</checkInUniversalOutput>
</messages>
</part>
Edited by: user12953613 on 19-Jan-2011 08:01

Experts : Please help.

Similar Messages

  • How to check in an attachment when checkin a document in UCM 11g?

    Is there way to check in an attachment when checkin a document 11g UCM?
    Actually I am try to checkin two alternate files with primary file. But which is not supported.
    So I am thinking to checkin the second alternate file as a attachment.
    Or is there any other better ideas?
    Thanks.

    If you are referring to programmatic attachment though there is an enhancement request open. When a file is processing (the main checkin) attaching an attachment will fail until it is released. With a manual process this is not a problem but with some kind of script this will fail.
    just an FYI

  • Import and Export of Documents in UCM

    Hi There,
    How can i import or export documents in UCM. Importing/Exporting of bulk(documents in multiple folders)/single document. Any links or documents pertaining to this wil be of greate help.
    Thanks In Advance,
    Preethi

    You can import documents with a thing called batch loader.
    http://www.corecontentonly.com/2008/07/31/BatchLoadingContentWithBatchLoader.aspx
    You would need to create an application or script of some type to generate a batch load script for BatchLoader to execute. The process for this is different with every company and source (e.g., file system, sharepoint, etc.).
    As for exporting, use a tool on the admin applets page named archiver.
    http://download.oracle.com/docs/cd/E10316_01/cs/cs_doc_10/implementation/wwhelp/wwhimpl/js/html/wwhelp.htm
    http://download.oracle.com/docs/cd/E10316_01/cs/cs_doc_10/implementation/wwhelp/wwhimpl/js/html/wwhelp.htm
    http://download.oracle.com/docs/cd/E10316_01/cs/cs_doc_10/getting_started/wwhelp/wwhimpl/js/html/wwhelp.htm
    http://download.oracle.com/docs/cd/E10316_01/cs/cs_doc_10/getting_started/wwhelp/wwhimpl/js/html/wwhelp.htm

  • How to add a related content for a particular document in UCM

    Hi All
    How to add a related content for a particular document in UCM. On which table it stores all the related document details. Can anyone suggest me a document which helps me to know how to add related contents for a document
    With thanks and regards
    Anoop

    I believe there is a PDF doc which comes with the component (it should be at your harddrive when you install it), which describes everything you will need.
    In a nutshell, there are two types of relationship: sibling - sibling, parent - child (there are some more nuances, but it follows the same logic).
    A relationship is created between two existing items (not sure, if you can also create a relationship for a new checked in item, but it would be just a usability). You select the type of relationship and the item - I believe depending on the relationship you may start from either item. The dialog to start is INFO (display metadata) or UPDATE (update metadata).
    When a relationship is created you may watch it also from either end (again INFO is the starting point).
    It is quite self-explanatory, so if you have the component installed you may just play around with it for a while and that is it.

  • Retrieving documents from UCM

    Hi
    I have created a webcenter portal application that retrieves contents from UCM using the RIDC api. Currently any ucm user is able to access any document from UCM. I want the application to work such that a particular user say 'x' is able to access only a set of documents and another user say 'y' is not able to access those documents.
    This is my java code:
    try{
    IdcClientManager manager = new IdcClientManager();
    IdcClient idcClient = manager.createClient("idc://aisdell59.oracle.com:4444");
    IdcContext userContext = new IdcContext ("temp_user");
    // populate the binder with the parameters
    DataBinder dataBinder = idcClient.createBinder();
    dataBinder.putLocal("IdcService", "GET_FILE");
    dataBinder.putLocal("dDocName",dDocName);
    dataBinder.putLocal("RevisionSelectionMethod","LatestReleased");
    dataBinder.putLocal("Rendition","Web");
    ServiceResponse response1 = idcClient.sendRequest (userContext, dataBinder);
    InputStream content= response1.getResponseStream() ;
    How can i achieve this security?
    Thanks and Regards

    First of all, is there a specific reason why you are building your own component and not using the content presenter or other OOTB taskflows? These taskflows automaticly propagate the security to UCM.
    If you really want your own component than you should replace following line:
    IdcContext userContext = new IdcContext ("temp_user"); With:
    String user =  ADFContext.getCurrent().getSecurityContext().getUserName();
    IdcContext userContext = new IdcContext (user); This way the current logged in user will be propagated to the IdcContext and thus it will only return the document that are accessible by the user.

  • SES Crawling only half the Documents in UCM

    Hi,
    We have SES 11g configured to UCM 12c , and we have 100k documents in UCM . However SES Crawls only 46k documents . Has any one faced an issue like this before , Please provide your inputs
    Thanks,
    Pradeep

    Experts : Please help.

  • Print document in UCM

    Hi,
    It is possible to print document in UCM?. I want to print the document through RIDC . Please Help
    Thanks,
    Jai

    Your printer options should show you how to print any document at 50% size.
    In my HP printer, for instance, I can print a document at 50% by telling the printer to print 2 pages to a sheet.
    This will print it either at the top of the page or the left side of the page, depending on the orientation. If you want to print it at 50% in the middle of the page, see if the option is available on your printer by opening File>Print and exploring the options.
    Good luck,
    Terry

  • How to checkin document with 'Projects' security group

    Hi everyone,
    i want to checkin a document thru a java class, and set it to Projects security group, also i want to set folder, userlist, grouplist...
    Does anyone know how to define these things in java class before execute the CHECKIN service, or there are any extra service needed to run?
    Thanks

    Hi
    I am putting the snippet on how to do a checkin for content RIDC :
    public class TestRIDCCheckin {
    * @param args
    public static void main(String[] args) {
    // Create a new IdcClientManager
    IdcClientManager manager = new IdcClientManager ();
    try{
    // Create a new IdcClient Connection using idc protocol (i.e. socket connection to Content Server)
    IdcClient idcClient = manager.createClient ("idc://hostname for ucm:intradocserverport");
    // Create new context using the 'sysadmin' user
    IdcContext userContext = new IdcContext ("sysadmin");
    // Create an HdaBinderSerializer; this is not necessary, but it allows us to serialize the request and response data binders
    HdaBinderSerializer serializer = new HdaBinderSerializer ("UTF-8", idcClient.getDataFactory ());
    // Databinder for checkin request
    DataBinder dataBinder = idcClient.createBinder();
    dataBinder.putLocal("IdcService", "CHECKIN_UNIVERSAL");
    //dataBinder.putLocal("dDocName","TestRIDCCheckin");
    dataBinder.putLocal("dDocTitle", "Test RIDC Checkin");
    dataBinder.putLocal("dDocType", "ADACCT");
    dataBinder.putLocal("dDocAccount", "");
    dataBinder.putLocal("dSecurityGroup", "Public");
    dataBinder.addFile("primaryFile", new File("/home/oracle/cis"));
    dataBinder.putLocal is used set the metadata and details for the content .
    Hope this helps
    Thanks
    Srinath
    Edited by: srinathmenon on Aug 20, 2010 1:23 PM

  • Access Denied Error while uploading document in UCM server

    Hello,
    I am using Oracle Jdeveloper 11.1.1.6 and my application is build on ADF faces stack.
    I am using Oracle UCM for storing and retrieving documents and that content id is stored in my database, which i use to interact with UCM.
    My UCM server is on an ip which starts with 10.184.*.*, when i tried uploading/downloading a file from a client machine which has the ip starting with 10.184.*.*, then it is fine, but when i use a different client machine which has the ip starting with 10.180.*.* or anything else apart from 10.184, then am getting an error like "Permission denied. Address '10.180.218.230' is not an allowable remote socket address"
    Any help on this highly appreciable.
    Regards,
    Vinothgan AS

    Hi Vinothgan,
    You need to add the new IPs to the IP Address Filter via Enterprise Manager. Here are the steps.
    1. Login to EM
    2. Navigate to Webcenter->Content->Content Server
    3. Select the Content Server instance
    4. Choose 'Configuration' option form the Content Server menu
    5. Add the new IPs to the IP Address Filter
    6. Restart the webcenter content manager server
    Alternately
    1. Browse the Webcenter Content installation folders
    Ex: OracleWC\Middleware\user_projects\domains\ecm_domain\ucm\cs\config
    2. Edit the config.cfg file
    3. Append the new IP to the configuration variable SocketHostAddressSecurityFilter (Ensure it is pipe seperated '|')
    4. Restart webcenter content server
    HTH
    Regards,
    - Anand

  • HELP : how to change security group of a document in UCM

    Hello all,
    I'm working with UCM a few weeks ago, but I cannot find a solution for this problem :
    I have defined two security groups and two roles,
    SECURITY GROUP ROLE
    A ---------> ROLE_A (RW)
    B ---------->ROLE_B (RW)
    Then I have two Local pages and access is controlled by security group :
    LOCAL PAGE SECURITY GROUP
    FOLDER_A -----> A
    FOLDER_B -----> B
    Then i have users A1,A2,...An for role A, and B1,B2 ...Bn for role B, but they are NOT administrators.
    The problem comes when an error is detected in a document by a B user, and I need that user to be able to set the security group of the document to 'A', so that users in role A can fix the problem, for example. The thing is that it seems that if you are not an administrator you cannot edit the security group of a document and in my case regular users have to be able to do that.
    I would like a way to have different groups of users (or roles), collaborating toguether and sending documents from one another, but with limited responsabilities. But once the document is under a security group, the users belonging to roles with no access to that sec. group should not be able to view or edit the document.
    They will be able to act on the document if the security group is changed to something they can access.
    Any help on this will be greatly appreciated.
    Thanks and regards,
    Plan.

    Hey Plan,
    thats the way UCM works. that is only one part of the problem, your user will also need RW permission on the other security group to add a content in there. So only changing the security group is not the solution to your problem.
    You may look at the collaboration/workflow functionality offered by UCM.
    cheers,
    swapnil

  • Documents from UCM not opening in some browsers

    Hi ,
    I am using the RIDC GET_FILE service to display the pdf in the WebCenter portal page. When the method is called the pdf document opens in Chrome browser in some machines but not in Firefox or other browsers. The file is returned as "application/octet-stream" and hence does not open as a pdf document.
    Following is the java code written to fetch the files
    import java.io.BufferedOutputStream;
    import java.io.File;
    import java.io.IOException;
    import java.io.InputStream;
    import java.io.PrintWriter;
    import javax.servlet.*;
    import javax.servlet.http.*;
    import oracle.adf.share.ADFContext;
    import oracle.javatools.resourcebundle.BundleFactory;
    import oracle.security.xmlsec.samlp.ResponseType;
    import oracle.stellent.ridc.IdcClient;
    import oracle.stellent.ridc.IdcClientManager;
    import oracle.stellent.ridc.IdcClientException;
    import oracle.stellent.ridc.IdcClientManager;
    import oracle.stellent.ridc.IdcContext;
    import oracle.stellent.ridc.convenience.usersecurity.CacheId;
    import oracle.stellent.ridc.convenience.usersecurity.IUserSecurityCache;
    import oracle.stellent.ridc.convenience.usersecurity.impl.UserSGAcctAclCache;
    import oracle.stellent.ridc.convenience.usersecurity.impl.UserSecurityGroupsCache;
    import oracle.stellent.ridc.model.DataBinder;
    import oracle.stellent.ridc.model.DataObject;
    import oracle.stellent.ridc.model.DataResultSet;
    import oracle.stellent.ridc.protocol.ServiceResponse;
    import utils.system;
        public class getFile extends HttpServlet {
            private static final String CONTENT_TYPE = "text/html; charset=UTF-8";
            private static final long serialVersionUID = 1L;
            public void init(ServletConfig config) throws ServletException {
                super.init(config);
            String cid ;
        public  void doGet( HttpServletRequest request,
                            HttpServletResponse response) throws  ServletException ,IOException {
                       try {
                           cid = request.getParameter("cid");
                       } catch (Exception e) {
                           e.printStackTrace();
            try{
                IdcClientManager manager = new IdcClientManager();
                IdcClient idcClient = manager.createClient("idc://oa8054.us.oracle.com:7444");
                IdcContext userContext = new IdcContext("SADMIN", "SADMIN1");
                        System.out.println("got idc client");
                    // populate the binder with the parameters
                        DataBinder dataBinder = idcClient.createBinder();
                        dataBinder.putLocal("IdcService", "GET_FILE");
                        dataBinder.putLocal("dDocName",cid);
                        dataBinder.putLocal("RevisionSelectionMethod","Latest");
                        dataBinder.putLocal("Rendition","Web");  
                     dataBinder.putLocal("allowInterrupt","1");
                        ServiceResponse response1 = idcClient.sendRequest (userContext, dataBinder);
                    response1 = idcClient.sendRequest (userContext, dataBinder);
                         InputStream content = response1.getResponseStream() ;  
                        BufferedOutputStream  output = new BufferedOutputStream(response.getOutputStream(), 1024);             
                        byte[] buffer = new byte[1024]; 
                        int length;
                        while ((length = content.read(buffer)) > 0){ 
                        output.write(buffer, 0, length); 
                content.close(); 
                output.flush();
                        output.close();
                    catch (IdcClientException e) {
                                 e.printStackTrace();
    And the call to the servlet is  made on click of a link.
    Why doesn't the documents() open in some browsers while it does in some.Similarly i want to open docx and rtf files from UCM also using the same code without downloading.
    Please help.
    Thanks

    Hi.
    Try following sample code:
    Include cmfn tag library in your page
    xmlns:cmfn="http://xmlns.oracle.com/webcenter/content/functions"
    Use next EL Expression to get a Node url's (are the same methods as a Node in CP):
    #{cmfn:getNodeById(yourdDocName).url.downloadUrl
    #{cmfn:getNodeById(yourdDocName).url.renderUrl
    Sample:
    <af:goLink targetFrame="_blank" destination="#{cmfn:getNodeById('UCM676546').url.downloadUrl}"/>
    You'll need connection to UCM configured in your WebCenter Portal Application because it will ask for the current IDC connection configured.
    Regards.

  • Using af:query to search documents inside UCM

    Hello everybody!
    I have already posted this question on the [WebCenter forum|http://forums.oracle.com/forums/thread.jspa?threadID=2181706&stqc=true] , but I think it's really something that concerns both WebCenter and UCM, so I'm posting it here too.
    I'm working on a project that requires the use of the <af:query> component, along with all it's advanced capabilities (custom filtering, personalization, saved searches, etc.), to search documents stored in UCM. The suite is 11g.
    From what I have discovered so far, <af:query> supports only database searches through ADF Business Components out-of-the-box. You can create your own custom bindings for this UI component, but it seems to be a very complex task.
    As UCM stores its documents on an Oracle Database, I could create the Business Components mapping to the tables on this database directly, and it seems to be the simplest solution. But the fact that UCM exposes all its content and operations as Idoc Services, I wonder if tying the application to the content management database directly is not a mistake.
    Any suggestions here? What would be the best integration technique in this case?
    Thanks in advance.
    Tomy

    Tim,
    Many thanks for your quick response!
    You are absolutely right about these drawbacks, but I'm not still convinced that RIDC (which I'm already familiar with) is the productive way to go, because:
    1) Understanding the DB seems to be much easier than understanding <af:query> component's extensibility mechanisms, since documentation here is also incomplete.
    2) Yes, if the schema changes, the code fails. But how many times will that happen? Besides, compatilibity problems arise all the time, even when we are sitting behind APIs. Anyway, it is a risk that I am aware of.
    3) The documents to be searched are public, so no authorization problem here.
    Looking at the "UCM side" of the solution, I completely agree with you. But there's a user interface challenge on the other hand.

  • Option to edit PDF document on UCM without checkout or check-in new rev

    We have a request to allow user to edit the PDF document on the UCM site itself to save steps like check-out or download native file and upload it after modification.
    We want to integrate Oracle R12 invoicing module with UCM. Presently Oracle generates Client invoice and emails it to finance team. The Finance team makes modification to few invoices (PDF document) and email it to different team for approval. The problem is finance team don't have to explicitly download the PDF because it is already in the mail box and explicitly not required to upload it. If we provide the option to edit the PDF on the UCM itself then the steps like check-out and check-in can be avoided.
    Thanks in advance.

    I'd recommend you to go with AutoVue, or other context annotation techniques (OnTrack, now Oracle Social Network supports this feature as well).
    Like this, PDF is not modified, but rather context annotations are created. This is also a better design - in a document is being approved, you know what is the original, and what is a comment (annotation).

  • Duplicate document in UCM

    Hi,
    I noticed that in some of "folder", the duplicate document is not allowed. got error in case I check in the document which has the same title as exists one.
    however, in some other folder (in my case, the root folder) allows doing so.
    Is this a configuration per folder? or is it validation rule for "folder" only? (my root is not an UCM folder)
    Thanks

    The way you set-up OBYA depends on how you intend to handle inter-company transactions.
    1. If your intention is to create payable and receivable in both company codes which would now be settled when you carry out your normal pament run(F110), then the following are the config set-up you would have to make:
    a). First create Company A as a Vendor(XK01) and a Customer(XD01) in company code B
    b). Create Company B as a Vendor(XK01) and a Customer(XD01) in company code A.
    c). Go to transaction code OBYA, when prompted for company code, type company code A into the first entry box and company code B into the second. Press enter.
    d). In the first frame, "Debit Posting Key" should be "01" and "Account Debit" should be Company Code B Customer account number created in (b) above (assuming transaction is posted in A and cleared in B); "Credit Posting Key" should be "31" and "Account Credit" Company Code B Vendor account number created in (b) above.
    Repeat the same thing for the second frame box, but this time around, use Customer a/c number and Vendor a/c number created in (a) above. Save your entries.
    Your inter-company transactions via Account Payable/Receivable is ready for use.
    If you want to use the G/L approach, let me know and i would outline the steps also.
    Please award points if found useful.
    Regards,

  • Shared documents and UCM

    We are in the process of replacing our shared network drives with UCM in my organization, and during our information audits we have discovered that many folks throughout the organization make rampant use of shared Excel files. We are now being asked how UCM can support these documents, and we have no answers.
    Does anyone know of a UCM feature or component that would allow a shared document to be opened and edited by multiple users in realtime? I'm thinking like Google Docs type functionality.
    Thanks,
    Phil
    Edited by: Phil on Jul 20, 2011 12:04 PM

    Phil,
    UCM itself is a document management system, so it has almost no control about what desktop application can or cannot do with a document.
    However, UCM controls check-out and check-in of a document, and there the rule says that a document can be checked-out (-in) by a single user only. The exception is so-called folio which is an XML construct able to reference multiple documents - thus, a single user can have a single document checked-out, but the folio is kind of checked out by multiple users (a good use case is a book consisting of chapters written by many authors).
    Nevertheless, even the standard mechanism, that is, a file (Excel sheet in your case) checked-out by a single user will not prevent editing by multiple users. Only the design will be lame - the file while being edited will have to be stored outside UCM and it will be checked-in by the single user when done.

Maybe you are looking for

  • Windows WILL NOT recognize my nano

    My nano was working fine until I needed to recharge the battery now it alternatively displays sad icon, battery with lightning flash and apple symbol. I have re-installed itunes and ipod updater. I have reset my nano. I have plugged it into every USB

  • Can Ironport support 2 different servers within 1 domain?

    Hi All, The situation is: Our company's Ironport is using firmware AsyncOS 7.6 and currently is connected to Lotus Notes Server. However, we are now planning to add 1 more mail server - MS Exchange. The questions are: 1. Is it possible to connect bot

  • Typewriter properties set to a different color per user.

    In Std 9 each user can set the properties of the typewriter and arrows etc to a different color. This feature appears to be gone in Std XI. I am looking for a work around or how to set it up.

  • Shopping cart support in Oracle Portal

    I need to integrate a shopping cart with the functionality of Oracle Portal. Can I do this with the Oracle Portal product? Thank you. /Madan Valluri

  • GetCharBoundaries equivalent in spark text components

    Is there an easy way in the new text components to do what getCharBoundaries (in flex.TextField) does? (i.e. get the position of a particular character within a text field) So far, all I've come across is getAtomBounds in the TextLine class. But I'm