While doing comparison using SDK received a warning message

Hi,
While doing comparison using Adobe Acrobat 8 SDK - receiving a warning message "The Organizer database is damaged and will be reset the next time Acrobat is launched. Quit the application and close any currently opened web browsers."
Can any body help me how to rectify the above problem?
Thanks,
Sudhakar
Note: I have reparied the Acrobat professional but still the problem not solved.

Dear Chaka,
If my understanding is correct normally even after setting the TECO status set,you can do confirmations,and you can issue
components against the order.
After technical completion you can still make postings for the order. For instance, material withdrawal or a confirmation can be
posted if they were previously forgotten.
Check this link
http://help.sap.com/saphelperp60_sp/helpdata/en/a3/664a3397e311d1b5a70000e8359890/content.htm_
But generally in order to block the confirmation or goods movement for a TECO status set order,we can either an user Exit or
else block it using the settings in BS22- System status.
But you check this BADI - WORKORDER_UPDATE using the method at save or else withi this REORG_STATUS_ACT_CHECK
Check and revert
Regards
S Mangalraj

Similar Messages

  • Updating iphone 4 to iOS 5 - while doing the Backup I receive an error message no 402636788 - backup has failed. Can anybody tell me what this means or how I can fix this?

    Updating iphone 4 to iOS 5 - while doing the Backup I receive an error message no 402636788 - backup has failed. Can anybody tell me what this means or how I can fix this?
    I am working on a Win 7 Machine and I have disabled all Firewall and Antivirus Tasks as this caused problems on an other update.

    Well - I synced before - that was successful - but I am a bit scared to ignore this error and just to continue? You think I should ignore that?

  • Error while doing cloning using Duplicate command

    Hi,
    I am facing issue while doing clonning using duplicate command 'Active database'
    The error i am facing is as follows.
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 02/19/2013 07:31:10
    RMAN-05501: aborting duplication of target database
    RMAN-03015: error occurred in stored script Memory Script
    RMAN-03009: failure of backup command on c14 channel at 02/19/2013 07:31:09
    ORA-17628: Oracle error 19510 returned by remote Oracle server
    Please help me in this.Not able to resolve it
    Thanks

    Aman wrote:
    Hi,
    I am facing issue while doing clonning using duplicate command 'Active database'
    The error i am facing is as follows.
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 02/19/2013 07:31:10
    RMAN-05501: aborting duplication of target database
    RMAN-03015: error occurred in stored script Memory Script
    RMAN-03009: failure of backup command on c14 channel at 02/19/2013 07:31:09
    ORA-17628: Oracle error 19510 returned by remote Oracle server
    Please help me in this.Not able to resolve it
    Thanks[oracle@ora11gr2ee ~]$ oerr ora 17628
    17628, 00000, "Oracle error %s returned by remote Oracle server"
    // *Cause:  Oracle server on the remote instance has returned an error.
    // *Action: Look at remote instance alert log/trace file for more information
    // and take appropriate action or contact Oracle Support Services
    // for further assistance
    Seems pretty straightforward... is the target instance up?

  • Receiving CO073 warning message while creating PM order for a certain equipment

    Hello experts ,
    Do you have an idea why i receive a warning message : Valuation data is not maintained for valuation type
    While entering a piece of equipment in PM order creation screen ?
    Before creating the PM order , I've entered company code and specific cost center in the master data of this piece of equipment.
    When I erased cost center from equipment's master data ,warning messages disappeared while creating PM order again.
    What configuration has to be done for the CO objects ? maybe MM configuration needs to be done like in automatic account configuration ?
    but it is strange thaw , equipment is not a material,thus and has no valuation class in his mater data record ....
    another problem is: after passing the warning message , in PM order , Location screen , the cost center is not being copied from equipment master record , which contains the cost center.
    Pease advice,
    Daniel

    Hello
    Have you assigned Business Area in  Equipment Or Work Order.If yes please try remove that try to create the wo
    Br
    Rakesh

  • While doing a sync, I received a phone call.  Since then I get a message during sync " Itunes could not sync contacts to the iphone because the sync server failed to sync the iphone.  What to do?

    While doing a sync, I received a phone call.  Since then I get a message during sync "Itunes could not sync contacts to the iphone because the sync server faile to sync the iphone".  What to do?

    I had same problem,,This link solved issue easily
    http://www.question-defense.com/2010/09/01/itunes-could-not-sync-calendars-to-th e-iphone-because-the-sync-server-failed
    I didn't lose any calendar since it was all on the computer in Outlook calendar

  • While doing puchout user is getting Overlapping time message in OTL Time entry responsibility

    while doing puchout user is getting Overlapping time message in OTL Time entry responsibility

    XmlBeans, at least the version I'm working with now, doesn't support version 3 of the Document Object Model (DOM). I don't know what operations were introduced in DOM 3, but I guess you're trying to use one of them. What worked for me is to copy the Document into a DocumentBuilder that does support DOM 3, such as the JDK's own builder, and work with the copy. This should be all right if the document is not too large. The following URL has the details:
    http://issues.apache.org/jira/browse/XMLBEANS-100
    (Look for the post dated 22/Aug/08, which as I write this is the very last post.)

  • Error while updating database using jdbc receiver adapter

    Hi All,
    I am trying to update a single record using jdbc receiver adapter.
    This is my the message that is getting created..
    <?xml version="1.0" encoding="UTF-8" ?>
    - <ns0:Data xmlns:ns0="urn:Test">
    - <STATEMENT>
    - <TABLENAME ACTION="UPDATE_INSERT">
      <TABLE>ORDERS</TABLE>
    - <ACCESS>
      <OrderID>99999</OrderID>
      <CustomerID>VICTE</CustomerID>
      <EmployeeID>3</EmployeeID>
      <ShipAddress>VICTE</ShipAddress>
      </ACCESS>
    - <KEY>
      <OrderID compareOperation="EQ">99999</OrderID>
      <ShipAddress compareOperation="EQ">VICTE</ShipAddress>
      </KEY>
      </TABLENAME>
      </STATEMENT>
      </ns0:Data>
    But in Adapter Monitoring i am getting the following error..
    <i>Error while parsing or executing XML-SQL document: Error processing request in sax parser: Error when executing statement for table/stored proc. 'ORDERS' (structure 'STATEMENT'): java.sql.SQLException: [Microsoft][ODBC SQL Server Driver][SQL Server]Line 1: Incorrect syntax near 'VICTE'.</i>
    Regards,
    Rahul

    Rahul,
    > In this case i believe the interface has to be synch.
    > So what will the response message type be like..
    Not necessary. UPDATE can be asynch as well.
    Can you turn the trace on like pointed by Michal and then you can see the Query in the Audit Log of the adapter montioring. Try to execute the same query from your DB Client like TOAD and see what is the Syntax error you are getiing.!
    The problem looks like some field has some dataype / column name mismatch.
    Regards
    Bhavesh

  • Issue while doing Segmentation using Relationship Category

    Hello Experts
    We are implementing SAP CRM Lean Marketing using CRM 7.0. We are implementing segmentation, mail forms and using "Follow-up Processing of Target Group" functionality to send e-mail/fax to the BPs in target group. We are not using Campaigns. The "Follow-up Processing of Target Group" functionality provides facility to send bulk mail by using the available "Export to Channel" function from the opened target group itself.
    Our business requirement is to do segmentation based on Company attributes and Relationship Category. The output of the target group should enlist the persons related to the Company based on the relationship category selected while doing the segmentation. e.g. While doing segmentation if I have selected company attributes Industry Sector of companies as Agriculture, company type as Partnerships and selected relationship category Has Supplier, then for the Companies matching the segmentation criterion, the target group should enlist all the persons related with the company with relationship category Has Supplier. As a further step the e-mail/fax will be sent to all these persons
    As per my understanding using standard InfoSet   CRM_MKTTG_BP_ORG_CDE and while creating data source selecting BUT000_PER-PARTNER_GUID in the field business partner, I am able to get the list of persons matching the segmentation query as documented in the example above. But the issue is , the output of the target group only enlists matching Persons, it does not enlist the matching company ID /name in the output of the target group. So business is unable to understand the Person enlisted belongs to which Company.
    We tried enhancing the output of the target group in order to add Company ID/ Name , but the issue is the BADI gets Input as persons BP id, nothing else, due to this if a person is having relationships with multiple companies, the BADI is unable to identify which company to choose as Relationship Category is not available to the BADI. And further issue is if a Person is having same relationship category with 2 companies e.g. Supplier for company A and for Company B too , in this case too the BADI is unable identify correct Company to return to the target group output.
    Highly appreciate your early response in order to resolve this critical issue.  
    Thanks
    Ambar

    Hello Experts,
    Elaborating the issue further
    Using standard InfoSet CRM_MKTTG_BP_ORG_CDE and while creating data source selecting BUT000_PER-PARTNER_GUID in the field business partner, I am able to get the list of persons matching the segmentation query as documented in the example above. But the issue is , the output of the target group (shown as an ALV grid , when the target group is opened) only enlists matching Persons, it does not enlist the matching company ID /name in the output of the target group. So business is unable to understand the Person enlisted belongs to which Company. Can we enhance this ALV grid output of the target group ? if yes , how can it be achieved ?
    As an alternative we tried implementing the BADI CRM_MKTTG_SEG_MEM_EX , that is used to define data export from the target group. But the BADI gets Input as persons BP id, nothing else, due to this if a person is having relationships with multiple companies, the BADI is unable to identify which company to choose as Relationship Category is not available to the BADI. And further issue is if a Person is having same relationship category with 2 companies e.g. Supplier for company A and for Company B too , in this case too the BADI is unable identify correct Company to return to the target group output.
    Any suggestion solution to resolve this issue. Appreciate your early response.
    Thanks
    Ambar
    Edited by: AMBAR ADHAV on Sep 10, 2011 11:00 AM

  • Struts2 - Dynamic values in expression while doing validations using annota

    Hi,
    I am using Struts2. I am doing validations using annotations in action class.
    I have many forms having same type of fields say zip code.
    I am adding validations like below in each action class having zip code field
    @Action(value = "/saveData")
    @Validations(
         regexFields = {
              @RegexFieldValidator(fieldName = "databean.zipCode", expression = "^([1-9]{1}[0-9]{4}(-[0-9]{4})?)$", key = "errors.zipcode.format", message = "errors.zipcode.format")
    public String saveData() throws Exception {
    Now, in case if I need to change the expression for zip code validations, then I need to modify the same in each action class.
    I would like to know if there is any way to use java variable or property for expression so that i only need to change at one place (value of variable) and all actions get modified.
    I want something like below
    private static final String ZIP_CODE_FORMAT_EXPRESSION = "^([1-9]{1}[0-9]{4}(-[0-9]{4})?)$"
    @Action(value = "/saveData")
    @Validations(
         regexFields = {
              @RegexFieldValidator(fieldName = "databean.zipCode", expression = "${ZIP_CODE_FORMAT_EXPRESSION}", key = "errors.zipcode.format", message = "errors.zipcode.format")
    public String saveData() throws Exception {
    Thanks
    Krishan Babbar

    Thanks
    That is working..
    I defined my expression as constant in my another file and it is working fine....
    One more question i need to check space in expression but its not working... I tried following:
    expression = "^([a-zA-Z0-9@_.-\\s]+)$" and expression = "^([a-zA-Z0-9@_.-\\\\s]+)$"

  • Double consumption of Material while doing Picking using COIK T. code.

    Hi,
    I have a component for process order which is WM managed and is withdrawn from storage type 100. The component qty is  1504 PC and the stock in storage type 100 is 199 PC. While doing COIK the system issues double the qty ( 398) of the component from storage type 100  against the process order resulting in -199 PC ( Negative) stock in storage type.
    What could be the reason for this?
    Regards,
    Parasad

    Hi,
    Check whether the BOM & Receipe is maintain correctly in the PP & check from APO also the master data for the consumption of BOM & Activity,Whether the Qty is double or not.
    Regards,
    Raj

  • Which function module i should use in mereq001 for warning message

    hi all,
    when creating purchase requistion(me51n) with item and plant and material etc.when we enter different plant  for the second item which is not there in first item. we should get the warning message in the popup
    for this i have used
    fuction module EXIT_SAPLMEREQ_005
    written the following code.
      INCLUDE ZXM02U05                                                   *
    CHECK SY-TCODE = 'ME51N'.
    TABLES MARC.
    DATA : BEGIN OF I_MARC OCCURS 0,
           WERKS LIKE MARC-WERKS,
           BNFPO LIKE EBAN-BNFPO,
           END OF I_MARC.
    DATA : I_WERKS LIKE MEREQ_ITEM-WERKS.
    read table I_MARC index 1.
    if sy-subrc <> 0.
    IF I_MARC-WERKS IS  INITIAL.
       I_MARC-BNFPO = IM_DATA_NEW-BNFPO.
       I_MARC-WERKS = IM_DATA_NEW-WERKS.
    append I_MARC.
    endif.
    MOVE IM_DATA_OLD-WERKS TO I_WERKS.
    elseif IM_DATA_NEW-BNFPO > I_MARC-BNFPO
           and I_WERKS <> IM_DATA_NEW-WERKS.
      CALL FUNCTION 'POPUP_DISPLAY_MESSAGE'
        EXPORTING
        TITEL         =
          MSGID         = 'ZMMMSG'
          MSGTY         = 'W'
          MSGNO         = 001.
        MSGV1         =0
        MSGV2         =
        MSGV3         =
        MSGV4         =
    ENDIF.
    but after entering the data for first item 00010 ,data is storing in the internal table. but when i entered the data for item 00020 it storing the data in internal table. but item 00010 data is not appearing in the internal table when we give item 00020 data . i have checked in the debugging.
    please advise me what to do for the above requirement.
    thanks in advance
    rama.

    Hi Roy,
    You should use BI SDK for Java to connect to BW from Web Dynpro (https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/a1-8-4/how%20to%20use%20the%20bi%20java%20sdk%20in%20a%20web%20dynpro%20application.pdf)
    http://help.sap.com/saphelp_nw04/helpdata/en/6e/011e681cf74ab4b3acf73f77653405/frameset.htm
    https://media.sdn.sap.com/public/html/submitted_docs/BW/BI_SDK_JavaDocs/bi_sdk_doc/docs/documentation.html
    /people/moya.watson/blog/2004/04/05/the-bi-java-sdk-whats-in-it-for-you
    /people/moya.watson/blog/2004/12/27/three-new-how-to-guides-for-the-bi-java-sdk
    Best regards, Maksim Rashchynski.

  • While raising Leave Request on ESS: getting warning message displayed

    Hi All,
    When i am trying to raise a leave request from ESS i am getting the warning message displayed on the page  as follows:
    "Customizing for employee 00001153 does not exist"
    I want this message to be removed.
    Is this problem from R/3 end or any configuration needs to be done on ESS ?
    Pls let me know how to remove this message.
    Regards
    Vijay

    this message ensues when there is a missing customisation for the pernr, For example :
    message is being displayed due to rule group customizing is missing
    for a leave '0560' for which a leave record exists on the date
    '14th March 2008'.
      One possible solution would be to create a record in the customizing or delete the record from the application.
    So please check the customisation of the absences, Quotas, rule group etc for this particular employee

  • Error while doing dblookups using MS Access database

    Hi everyone,
      I am trying to perform dblookups in a file to file scenario but it is showing some error.I have used receiver JDBC adapter channel for dblookup.If anyone knows the solution kindly reply it thanks in advance.Here is the error
    Exception during processing the payload.Problem when calling an adapter by using communication channel.  XI AF API call failed. Module exception: (No information available). Cause Exception: 'Error when attempting to get processing resources: com.sap.aii.af.service.util.concurrent.ResourcePoolException: Unable to create new pooled resource: DriverManagerException: Cannot establish connection to URL 'jdbc:odbc:Driver={Microsoft Access Driver (*.mdb)};DBQ=
    XI\data\XI_Workbench\1234\DB\EMP.mdb;Uid=1234;Pwd=abcd;': SQLException: [Microsoft][ODBC Microsoft Access Driver] Could not find file '(unknown)'.'.

    Hi,
    ->Have you installed the JDBC drivers on XI server. Can you please check.
    ->Which DB are you polling?
    Please check if respective drivers are installed in the J2ee stack. you can get a help 4m ur basis team on this.
    DB drivers (jar files)can be obtained from respective vendors.
    have a look in the following discussion,it looks like the drivers are different
    Re: JDBC driver for J2EE AE that supports MS SQL 7.0
    IDOC to JDBC :Error using JDBC
    Please Reward points if it helps
    Thanks
    Vikranth

  • While doing BRS using ZF032 (Manual Bank Statement)

    Dear Experts,
    We have successfully doing BRS thru ZF032 for existing banks. We have opned up new Bank in ICICI Bank for which necessary master House Bank ID creation with 3 GL code Main,Incoming & Out going a/c has been created, we have assigned default profit centre for doc splitting for these 3 GL codes. In automatic posting also assigned Out going GL code to the house bank Id. Now while running GL codes we are facing below error message and no batch processing is carried out,
    WFV                  058Beginning balance does not match prior ending balance 50,000.00-
    SFV                  051Statement/list saved
    SFV                  041Statement/list posted
    SBT                  864Printer not suitable for job step; automatic output not possible
    S00                  344No batch input data for screen SAPMF40K 0101
    Can any body suggest what else need to be done.
    Regards,
    Alok

    Hi,
    It appears that this is not the first BRS statement you are entering manually. You must have entered at least one statement. The closing balance of the last statement entered is (50,000.00 - ) not tallying with the opening balance of the current statement. This is causing the error. Match the closing balance of previous statement & opening balance of this statement.
    Thank You.
    Regards,
    AVD

  • Error while doing Delta using 0FI_AA_11 ..

    Hi Experts,
    I am trying to load ODS : 0FIA_DS11 (Transactions (Delta) using standard datasource : 0FI_AA_11 (FIAA: Movements).
    When I am trying to load I am getting following error :
    " <b>Extraction of 0FI_AA_11 not possible. Extract 0ASSET_AFAB_ATTR first     BWFIAA     4"</b>
    I have already loaded 0Asset_afab, both texts and attributes and activated.
    Also I have activated : BAdi: <b>FIAA_BW_DELTA_UPDATE</b> in R/3, which SAP Help says we need to activate it.
    This error comes only when i  tryig to do Delta or Init with data trsnfer.Init without data transfer and full load works fine.Also RSA3 shows record.
    Any Help wud b appreciated and rewarded by points!!
    Thanks!!
    Sorabh

    Please load master data first that load 0ASSET_AFAB_ATTR first and some other master data and then load the ODS 0FIA_DS11.
    Hope it helps.....

Maybe you are looking for

  • I have the same problem w/ 2 different vcams

    Okay peoples, I'm putting together an animation in Flash CS4, on a MacBook Pro running OS X 10.5.8, and I positively need to be able to use the vcam (of course!).  But I can't make it work. Essentially, when I try to test or publish the movie w/ the

  • Why can't I scan a document to a PDF file on an L7650

    I purchased an L7650 in 2008. It used to scan to PDF files. About 2 yrs ago it stopped allowing the PDF option. Why? I recently updated all the software through HP but the PDF scan option still is not available.

  • Error code 1000 with iMovie

    Suddenly when trying to open iMovie (4.0.1) I get the message can't open because of error code 1000. According to apple this code relates to burning a dvd-r from classic. I wasn't doing this. Repaired permissions, remove plist for iMovie, ran hardwar

  • Increase timeout for bpm workspace

    Please, tell me where can i increase session timeout for bpm workspace (Oracle SOA Suite 11.1.1.4)? Thanks.

  • Delete Personnel

    Is there a way to delete all the personnel in the system (PU00), not just one employee at a time?