Método CHECK SUBSEQUENT DOCUMENTS impede cancelamento de algumas NFe´s

Bom dia a todos,
Após implementarmos o método CHECK_SUBSEQUENT_DOCUMENTS no QA para impedir a solicitação de estorno cancelamento (através do usuário) de NFe´s do mês anterior, nos primeiros dias do mês subsequente, verificamos que algumas NF-e´s geradas e aprovadas num mesmo dia, são impedidas também de se requisitar o cancelamento, ou seja não se permite nem disparar a solicitação de cancelamento através da J1BNFE para algumas NF-e, sendo assim, ainda não estamos seguros em nossos testes para mover este método para o PRD.
Como parâmetros, implementos este método com base no código ABAP sugerido no material de treinamento de NF-e elaborado no Workshop de NF-e realizado pela SAP (WBRNFE 6.0 Português de 2008).
Alguém já passou por este problema?
Desde já agradeço.
André
METHOD if_ex_cl_nfe_print~check_subsequent_documents.
types                                                          *
  TYPES: BEGIN OF ty_type_doc,
          reftyp TYPE j_1bnflin-reftyp,
          refkey TYPE j_1bnflin-refkey,
         END OF ty_type_doc.
Tables and Structures                                               *
  DATA: tl_type_doc TYPE TABLE OF ty_type_doc,
        tl_return   TYPE TABLE OF bapireturn1,
        tl_success  TYPE TABLE OF bapivbrksuccess,
        el_type_doc TYPE ty_type_doc,
        el_message  TYPE bapireturn1.
Variables                                                           *
  DATA: i_billing TYPE vbeln.
Constants                                                           *
  CONSTANTS: cl_1(1)    TYPE c                VALUE '1',
             cl_0567(4) TYPE c                VALUE '0567',
             cl_bi      TYPE j_1bnflin-reftyp VALUE 'BI',
             cl_x(1)    TYPE c                VALUE 'X',
             cl_s(1)    TYPE c                VALUE 'S'.
  CLEAR: tl_type_doc, tl_return, tl_success,
         el_type_doc, el_message, i_billing.
  CHECK is_active-docsta EQ cl_1.
  CHECK is_active-scssta CA cl_0567.
  CHECK is_active-cancel IS INITIAL.
  SELECT reftyp refkey
    FROM j_1bnflin
    INTO TABLE tl_type_doc
    WHERE docnum EQ is_active-docnum.
  CHECK sy-subrc EQ 0.
  SORT tl_type_doc.
  DELETE ADJACENT DUPLICATES FROM tl_type_doc.
  LOOP AT tl_type_doc INTO el_type_doc.
    CASE el_type_doc-reftyp.
      WHEN cl_bi.
        MOVE: el_type_doc-refkey TO i_billing,
              cl_x              TO sy-binpt.
        CALL FUNCTION 'BAPI_BILLINGDOC_CANCEL1'
          EXPORTING
            billingdocument = i_billing
            testrun         = cl_x
            no_commit       = cl_x
          TABLES
            return          = tl_return
            success         = tl_success.
        DELETE tl_return WHERE type EQ cl_s.
        READ TABLE tl_return INTO el_message INDEX 1.
        IF sy-subrc EQ 0.
          MOVE: el_message-type       TO sy-msgty,
                el_message-number     TO sy-msgno,
                el_message-id         TO sy-msgid,
                el_message-message_v1 TO sy-msgv1,
                el_message-message_v2 TO sy-msgv2,
                el_message-message_v3 TO sy-msgv3,
                el_message-message_v4 TO sy-msgv4.
          ch_subrc = 4.
        ENDIF. " IF sy-subrc EQ 0.
        EXIT.
      WHEN OTHERS.
        EXIT.
    ENDCASE.
  ENDLOOP.
ENDMETHOD.

Boa tarde Fernando,
Respondendo as suas perguntas:
Essa data de posting da NF-e e do billing document estão em período aberto?
Sim, esta data de NF-e que estamos tentanto estornar encontra-se dentro de perído aberto, foi gerada em 26.07.2010.
Isso acontece também quando você faz uma nova venda+fatura e tenta cancelar?
Sim, está ocorrendo em alguns casos para NF-e emitida e faturada no mesmo dia.
Que mensagens você obtem ao tentar o cancelamento?
Um exemplo da mensagem de erro (caso citado acima):
Gravado doc. $000000002 (não foi criado documento contábil)
Nº mensagem VF050
Já debugou para tentar entender o que está acontecendo?
Geramos algumas notas ontem (29/07) e hoje (30/07), na 2a. feira iremos tentar executar estes estornos para analisar o comportamento, quando estaremos debugando para retornar maiores detalhes aqui neste fórum, ok?!
Desde já agradeço.
André

Similar Messages

  • No subsequent document found in Accounting

    Hi Experts,
    we have created subcontractiong PO for 250 QTY.....The user done the g/r for 200 qty on march 5th 2014...MM Document created but there is no FI Document,,, bellow is the Error message..
    No subsequent document found in Accounting
    Message no. RW011
    Diagnosis
    All documents generated in Financial Accounting for object type 'MKPF',
    reference document number '5005743936' and organizational unit '2014' should be displayed.
    System Response
    No accompanying documents were found in Financial Accounting."
    And for the Same PO user done the G/r FOR 40 qty.. on march 20 2014,,This time FI document and CO documents are generated...
    Frist user and Second user are diffrent users..
    What might be the reaon in frist time there is no FI document and Second time FI document generated..
    There is changes in PO item level..
    Price is the there in mm from the begining.
    Its not non valuated materila
    Regards,
    Ram

    Hi,
    the messages just says that there is no FI document created with the listed reference information.
    Check SAPNE note 1949677 and the listed notes there, maybe thats an explanation for your case.
    Ask your SAP base consultant if there have been update terminations in the system at 5th of march.
    BR Christian

  • Set order status to completed if subsequent document is a proforma invoice

    Dear Experts,
    I created a debit memo request to create as subsequent document a proforma invoice only. This special business case has to do with customs purposes and should stop after the creation of the proforma..
    Now the debit memo request is still open and the next batch run is picking up the DMR again and create another proforma invoice.
    What I have to do to set the order status to completed after the first proforma invoice is issued?
    Thanks for your help.
    Kind regards
    Frank

    Hello,
    Check for the possiblilies of the following.
    In VOV8, slect the debit memo request order type, make the Order related billing type as F5 (Proforma - Order related).
    Check the item category for the Debit memo request item, standard is L2N. Maintian the billing relevency field as
    D-Proforma , maintain the completion as Colpleted after the first reference , if required.
    Prase

  • CHARM 7.1: subsequent document not created

    I currently work on a CHARM implementation on SolMan 7.1 SP3 using a couple of Z transaction types which are all derived from the originals (like SMCR, SMMJ, SMHF). I've copied the original types using the copy tool from the CHARM setup guided procedure in SOLMAN_SETUP.
    It actually works without any problems when I create a "Normal Correction" (my transaction type ZMMJ, heavily modified) out of a Request for Change. Once approved and released for development the ZMMJ document is created properly on saving the RfC.
    If I try the same procedure for ZMHF (Urgent Correction) or ZMAD (Admin) - which still are plain copies of the SAP original - nothing happens. They are approved, scope contains type "Urgent" or "Admin" as well as status "approved" but in contrary to ZMMJ, a subsequent document is neither displayed in the RfC nor actually created. Anyhow If I switch to the original versions (SMHF, SMAD) there's no problem. Manual creation of ZMHF or ZMAD (without an RfC) is actually no problem either. I've checked the service net for notes but didn't find anything.
    Anyone got a clue? Any help highly appreciated!
    Cheers,
    Andy

    Hello Andy,
    I solved the issue, specifically by following step 3. of Mr. Vollmer's document:
    http://scn.sap.com/community/it-management/alm/solution-manager/blog/2012/10/10/a-non-standard-use-case-creating-defect-corrections-via-the-request-for-change-scope
    In any case, please check all 4 steps.
    Kindly advise,
    Regards,
    #solman71today

  • Creating subsequent document

    Hello.
    I need to create subsequent document with directly indication of operation type.
    For example; I want to create from SLFN to diferent types of  subsequent document.
    I create 2 actions (on base SOCM_COPY_DOCUMENT)
      1 action - to create SDCR
      2 action - to create my own ZTCR
    Another words I want to say to the method type of the created document

    Hi,
    SOCM_COPY_DOCUMENT uses customizing to define which transaction type has to be created.
    This depends on the value in field "Subject" of your SLFN message.
    Please check the following IMG-Activity for SLFN:
    SPROScenario Specific Settings-Change Request ManagementExtended ConfigurationChange transactionChange Transaction TypesCopy Control for Change Request ManagementDefine Mapping rules for copy control.
    You can check the values for SDCR for examples (It creates SDHF, SMDJ or SDAD depending on the subject)!
    Regards,
    Christoph

  • How to Cancel a Sale Order without cancelling the subsequent document.

    Dear All,
                 I want to cancel sale order but the sale order have a subsequent document is there is any soulution that when i cancel the sale order all the subsequent document, outbound delivery and invoice cancelled in jn\ust one step, if not then what is the other way to solve that problem.

    Hi
    You can reject the sales order by going to VA02
    Go to-> Item -> Enter Reason for Rejection
    and save the order.
    This will reject the order even if the subsequent documents are created so that no further open quantities can be delivered.
    Reward points if useful.
    Regards,
    Nimit
    Edited by: Nimit Raiya on Jul 3, 2008 4:03 PM

  • Office 2013 vs SharePoint 2010 - Unable to check out documents to SharePoint drafts folder

    My company is foisting Office 2013 on us without upgrading SharePoint 2010 Enterprise. One of the issues I have discovered since receiving Office 2013 is that SharePoint no longer provides the option to save checked out documents to my local drafts folder.
    This is despite having Office set to save checked-out files to the server drafts location and the Office Document Cache Handler enabled in IE9. Is there a registry setting or something I can change that will re-enable this feature?

    Hi Nellie,
    According to your description, my understanding is that you want to re-enable the add-on Office Document Cache Handler in IE9.
    We can re-enable the add-on in IE9 using Group Policy:
    Launch the Group Policy Editor. 
    Go to User Configuration > Administrative Templates > Windows Components > Internet Explorer > Security Features > Add-on Management > 
     Add-on List.
    Set this policy to 'Enabled'.
    In the Add-on List, add the CLSID of BHO (Browser Helper Object) (i.e.) {B4F3A835-0E21-4959-BA22-42B3008E02FF} as the ‘Value Name’ and 1 as the 'Value'.
    Log out of the machine and log back in again for the setting to take effect.
    More references:
    http://support.microsoft.com/kb/2463597/en-us
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Error while checking in Document as attachement

    Hi All
    I am getting the following error when i am trying to check in documents as "add
    attachement"
    Error Deatils are as follows :
    The service stack for this request is --EDIT_RENDITIONS (dID=12155)
    intradoc.data.DataException: !syParameterNotFound,HttpWebRoot at
    intradoc.data.DataBinder.getEx(DataBinder.java:1127) at
    intradoc.data.DataBinder.getActiveValueSearchAll(DataBinder.java:908) at
    ziprenditions.ZipRenditionsData.get(ZipRenditionsData.java:64) at
    ziprenditions.ZipRenditionsData.getSystem(ZipRenditionsData.java:92) at
    intradoc.data.PropParameters.getValue(PropParameters.java:107) at
    intradoc.data.PropParameters.getSystem(PropParameters.java:90) at
    intradoc.data.MapParameters.getValue(MapParameters.java:102) at
    intradoc.data.MapParameters.getSystem(MapParameters.java:84) at
    intradoc.data.MapParameters.getValue(MapParameters.java:102) at
    intradoc.data.MapParameters.getSystem(MapParameters.java:84) at
    intradoc.data.MapParameters.getValue(MapParameters.java:102) at
    intradoc.data.MapParameters.getSystem(MapParameters.java:84) at
    intradoc.data.MapParameters.getValue(MapParameters.java:102) at
    intradoc.data.MapParameters.get(MapParameters.java:78) at
    intradoc.filestore.filesystem.FileSystemUtils.evaluateComponent(FileSystemUtils.\
    java:342) at
    intradoc.filestore.filesystem.FileSystemUtils.evaluatePathEx(FileSystemUtils.jav\
    a:244) at
    intradoc.filestore.filesystem.FileSystemDescriptorImplementor.createDescriptor(F\
    ileSystemDescriptorImplementor.java:102) at
    intradoc.filestore.BaseFileStore.createDescriptor(BaseFileStore.java:300) at
    intradoc.filestore.filesystem.FileSystemDescriptorImplementor.getClientURL(FileS\
    ystemDescriptorImplementor.java:276) at
    intradoc.filestore.BaseFileStore.getClientURL(BaseFileStore.java:339) at
    intradoc.shared.DocumentPathBuilder.computeWebUrlDir(DocumentPathBuilder.java:31\
    5) at
    ziprenditions.ZipRenditionsHelper.locateZipRendition(ZipRenditionsHelper.java:39\
    7) at
    ziprenditions.ZipRenditionsHelper.findZipRendition(ZipRenditionsHelper.java:315)
    at
    ziprenditions.ZipRenditionsHandler.editRenditions(ZipRenditionsHandler.java:245)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at
    sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.jav\
    a:25) at java.lang.reflect.Method.invoke(Method.java:585) at
    intradoc.common.IdcMethodHolder.invokeMethod(ClassHelperUtils.java:617) at
    intradoc.common.ClassHelperUtils.executeMethodReportStatus(ClassHelperUtils.java\
    :293) at intradoc.server.ServiceHandler.executeAction(ServiceHandler.java:79) at
    intradoc.server.Service.doCodeEx(Service.java:490) at
    intradoc.server.Service.doCode(Service.java:472) at
    intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.jav\
    a:1360) at intradoc.server.Service.doAction(Service.java:452) at
    intradoc.server.ServiceRequestImplementor.doActions(ServiceRequestImplementor.ja\
    va:1201) at intradoc.server.Service.doActions(Service.java:447) at
    intradoc.server.ServiceRequestImplementor.executeActions(ServiceRequestImplement\
    or.java:1121) at intradoc.server.Service.executeActions(Service.java:433) at
    intradoc.server.ServiceRequestImplementor.doRequest(ServiceRequestImplementor.ja\
    va:635) at intradoc.server.Service.doRequest(Service.java:1707) at
    intradoc.server.ServiceManager.processCommand(ServiceManager.java:359) at
    intradoc.server.IdcServerThread.run(IdcServerThread.java:197)
    Thanks
    Raj

    HI Srinath
    I added the variable in config.cfg
    Getting the same Error :
    The service stack for this request is --EDIT_RENDITIONS (dID=12155) intradoc.data.DataException: !syParameterNotFound,HttpWebRoot at intradoc.data.DataBinder.getEx(DataBinder.java:1139) at intradoc.data.DataBinder.getActiveValueSearchAll(DataBinder.java:920) at ziprenditions.ZipRenditionsData.get(ZipRenditionsData.java:64) at ziprenditions.ZipRenditionsData.getSystem(ZipRenditionsData.java:92) at intradoc.data.PropParameters.getValue(PropParameters.java:107) at intradoc.data.PropParameters.getSystem(PropParameters.java:90) at intradoc.data.MapParameters.getValue(MapParameters.java:102) at intradoc.data.MapParameters.getSystem(MapParameters.java:84) at intradoc.data.MapParameters.getValue(MapParameters.java:102) at intradoc.data.MapParameters.getSystem(MapParameters.java:84) at intradoc.data.MapParameters.getValue(MapParameters.java:102) at intradoc.data.MapParameters.getSystem(MapParameters.java:84) at intradoc.data.MapParameters.getValue(MapParameters.java:102) at intradoc.data.MapParameters.get(MapParameters.java:78) at intradoc.filestore.filesystem.FileSystemUtils.evaluateComponent(FileSystemUtils.java:342) at intradoc.filestore.filesystem.FileSystemUtils.evaluatePathEx(FileSystemUtils.java:244) at intradoc.filestore.filesystem.FileSystemDescriptorImplementor.createDescriptor(FileSystemDescriptorImplementor.java:102) at intradoc.filestore.BaseFileStore.createDescriptor(BaseFileStore.java:300) at intradoc.filestore.filesystem.FileSystemDescriptorImplementor.getClientURL(FileSystemDescriptorImplementor.java:276) at intradoc.filestore.BaseFileStore.getClientURL(BaseFileStore.java:339) at intradoc.shared.DocumentPathBuilder.computeWebUrlDir(DocumentPathBuilder.java:315) at ziprenditions.ZipRenditionsHelper.locateZipRendition(ZipRenditionsHelper.java:397) at ziprenditions.ZipRenditionsHelper.findZipRendition(ZipRenditionsHelper.java:315) at ziprenditions.ZipRenditionsHandler.editRenditions(ZipRenditionsHandler.java:245) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at intradoc.common.IdcMethodHolder.invokeMethod(ClassHelperUtils.java:617) at intradoc.common.ClassHelperUtils.executeMethodReportStatus(ClassHelperUtils.java:293) at intradoc.server.ServiceHandler.executeAction(ServiceHandler.java:79) at intradoc.server.Service.doCodeEx(Service.java:490) at intradoc.server.Service.doCode(Service.java:472) at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1360) at intradoc.server.Service.doAction(Service.java:452) at intradoc.server.ServiceRequestImplementor.doActions(ServiceRequestImplementor.java:1201) at intradoc.server.Service.doActions(Service.java:447) at intradoc.server.ServiceRequestImplementor.executeActions(ServiceRequestImplementor.java:1121) at intradoc.server.Service.executeActions(Service.java:433) at intradoc.server.ServiceRequestImplementor.doRequest(ServiceRequestImplementor.java:635) at intradoc.server.Service.doRequest(Service.java:1707) at intradoc.server.ServiceManager.processCommand(ServiceManager.java:359) at intradoc.server.IdcServerThread.run(IdcServerThread.java:197)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Filename problems when checking out documents

    Hi,Client machines are using Windows NT4 SP6 and Internet Explorer 6.0.2800.1106CO. Environment is Plumtree 4.5 SP1, Collab Server 2.02.We have an issue whereby when users check out documents with periods in the filename, the default filename for the downloaded file is different from the original.Eg. If a document named test 0.1.docis uploaded, when this file is checked out, Internet Explorer will try and save it at test (0)0.1.doc. This means that users have to either manually change the filename in the Save As dialog box, or rename the file to it's correct name before checking it back in.Is this an issue Plumtree is aware of, and is there a workaround or fix?Thanks.Mun

    Further investigation into this problem shows it does not occur when downloading using a straight A link. Eg. Internet Explorer does not change the filename if excutable 0.1.exe is used; only when downloading through Plumtree (checking out files).This is Plumtree Collaboration Server core functionality.Can anyone from Plumtree shed any light on this?Cheers,Mun

  • Is there a way to check inDesign documents for color?

    I need to send a file to print and I want to make sure all of the line art is the same color swatch. The printer will charge me if they have to convert a line. The color is dark blue so I can't visually differentiate it from black in some cases. Is there a script to check the document for me or a feature in inDesign to check?

    You can do it in InDesign and in Acrobat Pro, you should check it in both programs.
    InDesign: Window > Output > Separations Preview (Panel)
    Acrobat Pro > Tools > Print Production > Output Preview, select separations
    There you can turn off any ink plate.

  • Analysis of Lead by subsequent documents (activities and opportunities)

    Hi all,
    I'm trying to define on BW a way to create some content that displays the number of subsequent documents that are created from a lead.
    Explaining, when a lead is created, some activities are made (phone calls, e-mails, etc) and also some opportunities are created and the idea is to have a report with this.
    Is there any standard content to display this or is it necessary some extra development?
    Thanks

    Hi Venky,
    Yes, the initial thought here is to use a multi-picklist; but unfortunately I don't think the assignment manager supports multi-picklists.
    And yes, I would like to make it accessible to multiple people, not only one.
    Basically, the process goes something like the following:-
    1) Marketing obtains lead and enters into the system
    2) Lead is channeled to a product manager
    3) Product manager reassigns the lead to a salesperson
    4) Salesperson converts the lead into an an opportunity - Product Manager should be able to view this opportunity
    My question here is would the product manager still gain access to the lead once it is reassigned (salesperson is not reporting to the product manager in anyway)? And how can the product manager be able to view all opportunities which have the product he\she is in charge of?
    My initial thought here is that we have to fall back on using Books?
    Thanks.

  • Cancellation of sales order with subsequent documents

    hi,
    i created an order on IDES followed with a delivery, a transfer order , posted the goods issue and created the billing doc. with ref. to del.
    no accounting documents were generated when i checked the billing doc. I cancelled the billing doc. and now it shows the status of the invoice and invoice cancellation as CANCELLED, but when i try to delete the delivery, it says : BILLING OPERATION. FOR ITEM 10 AND 20 EXISTS AND TRANSFER ORDER FOR ITEM 20 EXISTS...
    wat do i do now ? been trying to cancel the order , if u ask me to cancel goods issue, then plz guide me how that is done too ?
    thnx in advance.

    To cancel the goods issue, you have to cancel the material document created. Use VL09 to cancel the Goods Issue. Use LT15 or LT0G for Transfer order cancellation, VF11 cancels the billing document and VF26 cancels the invoice list(if created). Check your document flow to see if there are any documents. Make sure you check the document flow for all the items, not just the header.
    Srinivas
    Welcome to the forums at SDN. I see that you registered today. Please go through the community guidelines located on the left side of your SDN page.

  • Item deletion when a subsequent document exists

    Hello everybody,
    When I create a quotation Y in reference to another quotation X, it is impossible to delete à line in the quotation X.
    The system displays an error message "Item 000020 cannot be deleted because of subsequent document Y".
    Is there a mean to allow the deletion of an item in a sales document when a subsequent document exists?
    Can we manage this issue through customizing?
    Thank you in advance for your answers?
    Christophe

    Is there a mean to allow the deletion of an item
      in a sales document when a subsequent
         document exists?
    No if there is a subsequent document for a particular line item in sale order, you cannot delete that line item.
    thanks
    G. Lakshmipathi

  • MV45:  Change subsequent documents

    Hi all,
    I´m trying to update an order created with reference to an contract whenever the contract itself is changed.
    Obviously the system locks all orders as long as the contract is being processed, therefore I cannot make those changes within an UserExit... at least none of the ones I know. (save, save_prepare)
    Is there any other way to change subsequent sales documents, or is there another Exit which is reached after the documents are dequeued?

    Hi,
    Deleting a sales order is not a good practice.As suggested by other friend maintain the reason for rejection.
    Again in future if you want to process that deleted order,you have get it from SARA etc.. which is a cumbursome process.
    You are telling that in some cases,you are able to delete the order because in those cases,all your subsequent documents are deleted/cancelled/reversed.
    So you are able to delete that order.For other cases please delete all the subsequent documents.
    There is no other setting to control this function.
    Regards,
    Krishna.

  • Getting error Failed to check in document from ODC to UCM 11g

    Hi:
    I am getting the below error while trying to commit image from ODC running on windows to UCM 11g running on linux
    SEVERE Failed to check in document. Exception: {0}. Error is: oracle.stellent.ridc.protocol.http.HttpProtocolException: HTTP/1.1 302 Moved Temporarily
         at oracle.stellent.ridc.protocol.http.IdcHttpProtocol.writeRequest(IdcHttpProtocol.java:171)
         at oracle.stellent.ridc.IdcClient.sendRequest(IdcClient.java:140)
         at com.oracle.capture.UCM11g.Driver.checkIn(Driver.java:192)
         at com.oracle.capture.UCM11g.ComDriver.checkIn(ComDriver.java:42)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at com.jniwrapper.win32.com.server.IDispatchServer.invoke(SourceFile:209)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at com.jniwrapper.win32.com.server.CoInterfaceVTBL$VirtualMethodCallback.b(SourceFile:232)
         at com.jniwrapper.win32.com.server.CoInterfaceVTBL$VirtualMethodCallback.callback(SourceFile:135)
         at com.jniwrapper.Callback.enterPoint(SourceFile:222)
         at com.jniwrapper.Function.invokeCFunc(Native Method)
         at com.jniwrapper.FunctionCall.a(SourceFile:126)
         at com.jniwrapper.FunctionCall.call(SourceFile:34)
         at com.jniwrapper.Function.invoke(SourceFile:188)
         at com.jniwrapper.Function.invoke(SourceFile:212)
         at com.jniwrapper.win32.MessageLoopThread$LoopThread.run(MessageLoopThread.java:489)
    Can anyone help me to correct this error?
    Thanks & Regards,
    Raj
    Edited by: user13270764 on Dec 8, 2010 10:59 PM

    Raj,
    Are you using the 11g commit driver for ODC. Do you have the URL in the correct form:
    http://Instance/web root//idcplg&AUTH=INTERNET
    Thanks
    Data_Bitz

Maybe you are looking for

  • Advice needed on white imac 24" screen - black levels

    Hi, I'm new to these forums as I'm a new mac user. So far the experience has been pretty good! I have a white 24" imac, and the colours and black levels look pretty ok in a normally lit room. However when I turn the lights off (room is in the dark) a

  • SAles Order not appearing in Sales Data Warehouse SAles Order List

    Hi Gurus, Can you help me in this regard :- My Sales Order has been invoiced but its not appearing in the Sales Data Warehouse Sales Order List.

  • Acts like it shuts down, but doesn't

    ok, this is rather odd...i shut my PB down, to transport and such. i will give it a minute to make sure the screen goes black, fan stops, etc. then shut it and put it in it's case. when i come back to turn it on, the little white light at the bottom

  • I hope buzzword can suport othersLanguage

    I hope to be able to support Chinese character input, I guess this feature will be support in future air vesion ? and I also want buzzword can export their own format vuxml for other use ? such like export to adobe share to watch. thanks.

  • Transport Import Issue

    Hi experts, I copied few existing query and saved in a request and moved that request to production. i was getting the below error. Element 4GRCTUYZ5W2EJF2QA2FUEI61Z is missing in version M. Element 4GRCTV6NOUO421M6FWI6OK4RR is missing in version M E