" At least one entry could not be found in object buffer" Error

Hi there,
When I launch my PCUI application, I'm getting the above error. Is there a way that I can clear the buffer? This is strange, I keep refreshing but it doesn't seem to enter my application?!
Thanks in advance for any help.
Cheers

I just found a way to manage the sessions: -
<b>6.2.1.2 State Manager and List Manager</b>
The PCUI Framework features a component called the State Manager which lets applications store the state of their user interface between sessions. The State Manager provides an enhanced sense of continuity as the user switches from one application to another and then comes back to the previous application. It stores such attributes as the visual state of user interface elements, the list of objects displayed in the search result list, and so on. All list-related operations are accomplished by a component called the List Manager, which is also part of the PCUI Framework. Both the State
Manager and the List Manager are completely transparent to applications and require no additional coding in the model access classes. They are called directly by the BSP controllers. The State Manager and the List Manager operate based on specific customizing settings that can be accessed through the CRMV_BSP_SESMGTC maintenance view. This maintenance view is based on the CRMC_BSP_SESMGTC customizing table CRMC_BSP_SESMGTC

Similar Messages

  • Error in Workflow: At least one entry could not be found in object buffer

    Hi All,
    I am getting an error " At least one entry could not be found in object buffer" every time i try to open the BO in the binding section. I have cleared the buffer, have deleted the binding and BO and added again multiple times. But still the error is coming. Can anyone suggest a solution for this.

    What system are you on?  ECC? CRM?
    Are you sure that the object instance exists?

  • Error log 'At least one entry could not be found in object buffer' in SLG1

    Hi Experts,
    We are getting error log 'At least one entry could not be found in object buffer' in SLG1 transaction.
    Unable to trace the source of error. Could you please help us identifying the same.
    Regards,
    Santosh Kacham

    Hello,
    the reason could be the use of order_save badi, mostly there is a wrong + faulty implementation which causes this error. Please check first if any own coding part is involved, when creating documents / tickets.
    Thanks + regarsd
    Rene

  • At least one entry could not be found in object buffer

    Hi All,
    I am frequently getting the message <b>'At least one entry could not be found in object buffer'</b> when I am saving a service process through CRMD_ORDER.
    Does anybody have faced the similar situation, if so pls help me on this.
    (Note: For your information while saving the Service requwst, it automatically triggers some actions)
    The above said error message is getting populated through the function module CRM_ORDER_H_READ_OB.
    Any inputs on this will be highly appreciated.

    Hi Madireddy,
    I assume you get error CRM_ORDER_MISC106. A possible reason might be
    that the transaction type requests a main partner of partner function
    type 0001.   Maybe the Partner Determination procedure specified
    for the transaction type in your system does not contain any
    partner function belonging to the type 0001.The problem can be solved by adding a partner function of type 0001 (Sold-to) in the partner determination procedure.
    Hopefully this helps. Please reward points!
    Regards, Gerhard

  • ERROR:Atleast one entry could not be found in object buffer

    Hi All,
    need help urgernlty.
    When i try to change the binding for any task for an BO.
    get the below error
    "Atleast one entry could not be found in object buffer"
    please help me the issue as it is holding my development which is very critical.
    Thanks
    Tarmeem

    HI,
    I have checked all the methods and attributes
    they are implemented and relased.
    But still get that error
    Please guide me how to get rid of this issue
    Regards.
    Tarmeem

  • Getting an error " Atleast one entry could not be found in object buffer"

    Hi All,
    I m facing an peculiar problem while executing a custom Function Module.I have written a custom FM to create a service request and fetch the obj ID and return it back.When i tested the same in debugging mode everything is working fine. But when i execute it directly, It is giving me an error saying " Atleast one entry could not be found in object buffer" at the bottom of the screen and return parameters are not displayed.
    Any pointers on this would be of great help.
    Thanks,
    Eureka

    Hi Phani,
    PFB the source code. Please look in to this at your convenient time..
    FUNCTION ZSERVICE_TICKET_INC_EDIORDERS.
    *"*"Local Interface:
    *"  IMPORTING
    *"     REFERENCE(ZPROCESS_TYPE) TYPE  CRMT_PROCESS_TYPE
    *"  EXPORTING
    *"     REFERENCE(ZOBJECT_ID) TYPE  CRMT_OBJECT_ID_DB
    * PARAMETER QUANTITY TYPE CRMT_SCHEDLIN_QUAN.
    * DATA DECLARATION FOR LOCAL VARIABLES
      DATA : lv_header_guid        TYPE                   GUID_32,
             lv_header_guid16      type                   guid_16,
             lv_item_guid          TYPE                   guid_32,
             lv_sched_guid         TYPE                   guid_32,
             lt_header_guid16      type                   CRMT_OBJECT_GUID_TAB,
             wa_header_guid16      like line of           lt_header_guid16.
      DATA:  itab_header           TYPE STANDARD TABLE OF bapibus20001_header_ins,
             itab_created_process  TYPE STANDARD TABLE OF bapibus20001_header_ins,
             itab_objects_to_save  TYPE STANDARD TABLE OF bapibus20001_guid_dis,
             itab_partner          TYPE STANDARD TABLE OF bapibus20001_partner_ins,
             itab_input_fields     TYPE STANDARD TABLE OF bapibus20001_input_fields,
             itab_return           TYPE STANDARD TABLE OF bapiret2,
             lt_orderadm_h         type                   CRMT_ORDERADM_H_WRKT.
    * DATA DECLARATION WORKAREAS
    DATA:   wa_header             TYPE                   bapibus20001_header_ins,
             wa_partner            TYPE                   bapibus20001_partner_ins,
    *         wa_item               TYPE                   bapibus20001_item,
    *         WA_SCHEDLIN_I         TYPE                   BAPIBUS20001_SCHEDLIN,
             ls_inputfields        TYPE                   bapibus20001_input_fields,
             wa_objects_to_save    LIKE                   LINE OF itab_objects_to_save.
    *         wa_pricing            TYPE                   bapibus20001_pricing,
    *         wa_sales              TYPE                   bapibus20001_sales,
    *         wa_shipping           TYPE                   bapibus20001_shipping,
    *         wa_product_i          TYPE                   bapibus20001_product.
    *         wa_schedlin_i    LIKE LINE OF lt_schedlin_i,
    *         wa_schedlines   LIKE LINE OF lt_schedlines,
    DATA:   wa_created_process    LIKE LINE OF itab_created_process,
             itab_saved_objects    TYPE STANDARD TABLE OF bapibus20001_object_id,
             wa_saved_objects      LIKE LINE OF itab_saved_objects,
             gc_x TYPE c.
             gc_x = 'x'.
    * CREATION OF HEADER GUID
      CALL FUNCTION 'GUID_CREATE'
        IMPORTING
          ev_guid_16 = lv_header_guid16
          ev_guid_32 = lv_header_guid.
      CLEAR : wa_header.
    data: temp type  CRMT_OBJECT_GUID_TAB.
    *temp = (CRMT_OBJECT_GUID_TAB)lv_header_guid16.
    * Passing the respective values from the Header table to internal table.
      wa_header-guid          =  lv_header_guid.
    *  zprocess_type           = 'ZSC'.
      wa_header-process_type  =  zprocess_type.
    *  wa_header-description = 'MY S2D ORDER'.
      APPEND wa_header TO itab_header.
    *Appending the values to the ITAB_HEADER.
    *      ls_inputfields-ref_guid =  LV_HEADER_GUID.
    *      ls_inputfields-REF_KIND = 'A'.
    *      ls_inputfields-objectname = 'ORDERADM_H'.
    **     ls_inputfields-logical_key = ' '.
    *      ls_inputfields-fieldname = 'PROCESS_TYPE'.
    *      APPEND ls_inputfields TO ITAB_INPUT_FIELDS.
    *      CLEAR ls_inputfields.
    * HEADER PARTNER DETAILS
      wa_partner-ref_guid = lv_header_guid.
      wa_partner-ref_kind = 'A'.
      wa_partner-ref_partner_handle = '0001'.
      wa_partner-partner_fct = '00000001'.
      wa_partner-partner_no =  '1000007'.
      wa_partner-no_type = 'BP'.
      wa_partner-display_type  =  'BP'.
      APPEND wa_partner TO itab_partner.
    * APPENDING THE ITAB_PARTNER TO INPUT_FIELDS
      ls_inputfields-ref_guid =  lv_header_guid.
      ls_inputfields-ref_kind = 'A'.
      ls_inputfields-objectname = 'PARTNER'.
      ls_inputfields-logical_key = '0001'.
      ls_inputfields-fieldname = 'REF_PARTNER_HANDLE'.
      APPEND ls_inputfields TO itab_input_fields.
      CLEAR ls_inputfields.
    ****PARTNER_FCT*********************************
      ls_inputfields-ref_guid =  lv_header_guid.
      ls_inputfields-ref_kind = 'A'.
      ls_inputfields-objectname = 'PARTNER'.
      ls_inputfields-logical_key = '0001'.
      ls_inputfields-fieldname = 'PARTNER_FCT'.
      APPEND ls_inputfields TO itab_input_fields.
      CLEAR ls_inputfields.
    ****PARTNER_NO**********************************
      ls_inputfields-ref_guid =  lv_header_guid.
      ls_inputfields-ref_kind = 'A'.
      ls_inputfields-objectname = 'PARTNER'.
      ls_inputfields-logical_key = '0001'.
      ls_inputfields-fieldname = 'PARTNER_NO'.
      APPEND ls_inputfields TO itab_input_fields.
      CLEAR ls_inputfields.
    ****NO_TYPE*************************************
      ls_inputfields-ref_guid =  lv_header_guid.
      ls_inputfields-ref_kind = 'A'.
      ls_inputfields-objectname = 'PARTNER'.
      ls_inputfields-logical_key = '0001'.
      ls_inputfields-fieldname = 'NO_TYPE'.
      APPEND ls_inputfields TO itab_input_fields.
      CLEAR ls_inputfields.
    ****DISPLAY_TYPE********************************
      ls_inputfields-ref_guid =  lv_header_guid.
      ls_inputfields-ref_kind = 'A'.
      ls_inputfields-objectname = 'PARTNER'.
      ls_inputfields-logical_key = '0001'.
      ls_inputfields-fieldname = 'DISPLAY_TYPE'.
      APPEND ls_inputfields TO itab_input_fields.
      CLEAR ls_inputfields.
    *****KIND_OF_ENTRY*******************************
    *      ls_inputfields-ref_guid =  LV_HEADER_GUID.
    *      ls_inputfields-REF_KIND = 'A'.
    *      ls_inputfields-objectname = 'PARTNER'.
    *      ls_inputfields-logical_key = '0001'.
    *      ls_inputfields-fieldname = 'KIND_OF_ENTRY'.
    *      APPEND ls_inputfields TO ITAB_INPUT_FIELDS.
    *      CLEAR ls_inputfields.
    *Calling a standard BAPI to create SALES OREDER using the filled internal tables.
      CALL FUNCTION 'BAPI_BUSPROCESSND_CREATEMULTI'
        TABLES
              header          = itab_header
    *          item            = itab_item
              return          = itab_return
              partner         = itab_partner
              input_fields    = itab_input_fields
              created_process = itab_created_process.
    *         APPOINTMENT     = ITAB_APPOINTMENT
    *         TEXT            = ITAB_TEXT
    *          scheduleline    = lt_schedlin_i
    *         pricing         = itab_pricing
    *          sales           = itab_sales
    *          shipping        = itab_shipping
    *          product         = itab_product_i.
      READ TABLE itab_created_process INTO wa_created_process WITH KEY guid = lv_header_guid BINARY SEARCH.
      wa_objects_to_save-guid = wa_created_process-guid.
    * Appending the Guid of the SALES ORDER to be saved to the internal table
      APPEND wa_objects_to_save TO itab_objects_to_save.
    *   Calling standard BAPI to save the process.
      CALL FUNCTION 'BAPI_BUSPROCESSND_SAVE'
        EXPORTING
          update_task_local = space
          save_frame_log    = gc_x
        TABLES
          objects_to_save   = itab_objects_to_save
          saved_objects     = itab_saved_objects
          return            = itab_return.
    * Calling the Standard BAPI to Commit the transcation.
      CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'.
    wa_header_guid16 = lv_header_guid16.
    append wa_header_guid16 to lt_header_guid16.
    * Calling CRM_ORDER_READ to get the object id and add line item to the order
    CALL FUNCTION 'CRM_ORDER_READ'
        EXPORTING
         IT_HEADER_GUID                    =  lt_header_guid16
        IMPORTING
          ET_ORDERADM_H                     = lt_orderadm_h
      IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
             WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    data: object_id type CRMT_OBJECT_ID_DB,
          wa_orderadm_h like line of lt_orderadm_h.
    read table lt_orderadm_h into wa_orderadm_h WITH KEY guid = lv_header_guid.
    object_id = wa_orderadm_h-object_id.
    Zobject_id = wa_orderadm_h-object_id.
    WRITE: / 'Object ID: ',object_id.
    ENDFUNCTION.

  • Artwork for ..... could not be found. An unknown error occurred (-609).

    I've installed both 7.5 and 7.6 and with either version for some reason I can no longer get the album artwork to any of my albums, when trying to get them the following message appears: Artwork for ..... could not be found. An unknown error occurred (-609). Any help how I can get the album artwork for my albums would be very much appreciated.

    aley175 wrote:
    When all my songs were transfered to iTunes half of my songs have '!' to the left of them in a black circle. Is there anyway to delete them all at once or do I have to go through every second song and hit delete?
    Try iTLU - iTunes Library Updater which if set up properly can remove all missing tracks from the library and add all new unlisted tracks from your media folders into the library. Running time seems to grow expoentially with the size of the libray - 34,000 drags, but 5,000 shouldn't be too bad.
    tt2

  • When I "Get Album Artwork", iTunes always returns a result that artwork for one song could not be found; but the song is not in my library.

    When I "Get Album Artwork" in  iTunes 10.4.0.80 running under Windows 7, iTunes can find the missing artwork requested.  But it also returns the same result, "Artwork for "Aught 7 - Mother Chorizo" could not be found.  The problem is I do not have the song or any song from Aught 7 in my music library.  I'm guessing this is an issue with a corrupted iTunes database.  Can someone tell me how to correct this issue?
    Thanks in advance.

    1. delete this songs from your liblary
    2. go File -> Add File to Liblary... (Ctrl+O) or File -> Add Folder to Liblary

  • Entry not found in object buffer error in leasing quotation

    i am getting following error in SAP CRM 7.0 in quotation level.
    when i am entering financing product in quotation.
    Item 200     Entry not found in object buffer     @5F\QNo long text exists@          Dates     Administrator
    Item 200     Entry not found in object buffer     @5F\QNo long text exists@               Administrator

    thank for your reply
    At least we found out message class of this message.
    From your given Function module we could identify that it giving information  message, but we are experiencing error of object buffer related message.
    In error it showing sub object as "Dates", can you please guide us to elaborate this further.
    Regards,
    Vikil

  • "Definition de.alex_uhlmann.animationpackage could not be found" and other debug errors

    Hi, I have a Flash file someone else created that I need to debug and repair.
    I get the following errors, when running debug:
    Symbol 'nms_new_all.flv', Layer 'Layer 6', Frame 1, Line 1, Column 40
    1172: Definition de.alex_uhlmann.animationpackage could not be found.
    Symbol 'nms_new_all.flv', Layer 'Layer 6', Frame 1, Line 2, Column 50
    1172: Definition de.alex_uhlmann.animationpackage.animation could not be found.
    Symbol 'nms_new_all.flv', Layer 'Layer 6', Frame 1, Line 3, Column 48
    1172: Definition de.alex_uhlmann.animationpackage.drawing could not be found.
    Symbol 'nms_new_all.flv', Layer 'Layer 6', Frame 1, Line 4, Column 48
    1172: Definition de.alex_uhlmann.animationpackage.utility could not be found.
    Symbol 'nms_new_all.flv', Layer 'Layer 6', Frame 1, Line 5, Column 31
    1172: Definition com.robertpenner.easing could not be found.
    Symbol 'nms_new_all.flv', Layer 'Layer 6', Frame 1, Line 1, Column 40
    1172: Definition de.alex_uhlmann.animationpackage could not be found.
    Symbol 'nms_new_all.flv', Layer 'Layer 6', Frame 1, Line 2, Column 50
    1172: Definition de.alex_uhlmann.animationpackage.animation could not be found.
    Symbol 'nms_new_all.flv', Layer 'Layer 6', Frame 1, Line 3, Column 48
    1172: Definition de.alex_uhlmann.animationpackage.drawing could not be found.
    Symbol 'nms_new_all.flv', Layer 'Layer 6', Frame 1, Line 4, Column 48
    1172: Definition de.alex_uhlmann.animationpackage.utility could not be found.
    Symbol 'nms_new_all.flv', Layer 'Layer 6', Frame 1, Line 5, Column 31
    1172: Definition com.robertpenner.easing could not be found.
    Symbol 'nms_new_all.flv', Layer 'Layer 6', Frame 1, Line 7, Column 1
    1120: Access of undefined property APCore.
    That symbol is in my library.
    When I go to the code, it shows:
    import de.alex_uhlmann.animationpackage.*;
    import de.alex_uhlmann.animationpackage.animation.*;
    import de.alex_uhlmann.animationpackage.drawing.*;
    import de.alex_uhlmann.animationpackage.utility.*;
    import com.robertpenner.easing.*;
    APCore.initialize();
    nextBtn._alpha = 0;
    I downloaded what I believe to be the correct animation package from here, versions 2.0 and 3.0, for Flash Pro CC2014, Flash Player 13:
    AnimationPackage
    I have no idea how I am supposed to import this package into my library, since none of the files are available to import, or what procedure I'm supposed to follow to correct this error. I emailed the programmer, but I have no idea if he is even still around. Does anyone have an answer on how to resolve this? Email me at [email protected] if you want the FLA file, since I can't attach it here. Thanks for the help!

    you need the classes mentioned after 'Definition" in the lines below and they should be place in de/alex_uhlmann/animationpackage subdirectory of your default directory.
    Symbol 'nms_new_all.flv', Layer 'Layer 6', Frame 1, Line 2, Column 50
    1172: Definition de.alex_uhlmann.animationpackage.animation could not be found.
    Symbol 'nms_new_all.flv', Layer 'Layer 6', Frame 1, Line 3, Column 48
    1172: Definition de.alex_uhlmann.animationpackage.drawing could not be found.
    Symbol 'nms_new_all.flv', Layer 'Layer 6', Frame 1, Line 4, Column 48
    1172: Definition de.alex_uhlmann.animationpackage.utility could not be found.
    you also need penner's easing class in com/robertpanner

  • The attempted operation failed. An object could not be found. Outlook 2010 error

    I am unable to search other mailbox in Outlook 2010, getting the following error: The attempted operation failed. An object could not be found. I removed both instances of
    KB2956128
    installed
    on 2/11/2015. It worked for a while and issue returned againa. Any suggestions?

    Hi,
    Thank you for your reporting. We have noticed this, and would like to collect more information for further investigation.
    Can you guys share your detailed system info? Also, if you have any log files about the issue, kindly share with us by sending them to this email account:
    [email protected] (please use the link of this thread as the subject).
    We appreciate your assistance with this.
    Regards,
    Melon Chen
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs. Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Less destructive fix for the "original file could not be found" issue

    +(Note: this is mostly a copy of the post I just submitted in reply to http://discussions.apple.com/message.jspa?messageID=6785594#6785594)+
    Most solutions to the "The song xxx could not be used because the original file could not be found. Would you like to locate it?" issue involve deleting iTunes library files, deleting-then-re-importing everything from iTunes, and other destructive techniques. I found an easier fix for this, but it might be (a) specific to libraries on a network drive (NAS) or (b) specific to me. YMMV, but give it a try. This was on a Mac, so a Windows solution might exist with the same technique. Please post here and let me know if this works for you!
    After some investigating and trial-and-error, I discovered that if I viewed a list of songs in Finder, iTunes could find the files again. For example:
    *Double click on a song in iTunes and get the "original file could not be found..." error. Do not say 'Yes' to locating it.
    *Open Finder and locate that Folder of songs
    *Double-click on another song from that album. It should work.
    So, my fix: *run a command that lists/touches every file in your iTunes music folder.*
    For Macs:
    *Open Terminal
    *Run this: *ls -R /Path/To/Your/iTunes\ Music \Folder/* (note how you 'escape' spaces in the folder name with back-slashes).
    Windows:
    *Start - Run - cmd
    *Run this: dir /s \Path\To\Your\"iTunes Music Folder" (note that you escape spaces by quoting the dir name.)
    My NAS is named "VAULT" so my command was "ls -R /Volumes/VAULT/My\ Music/" You will see the files being listed at light speed -- ignore this. It will run for a while, depending on how many files you have, about 30 seconds for me. After executing this I could listen to any music file in iTunes!
    But, every time I lost my connection to my NAS, such as waking from sleep mode, I had to run it again. So I created an Automator application and a Apple Script to run it from within iTunes so I can run it any time I need to. If you don't want to do that, just run the command I specified. If you want to download my Automator app, or see instructions on how to create your own, check out my blog post: http://40withegg.com/2008/3/8/mac-attack-making-itunes-find-those-original-files -especially-on-a-nas
    With any luck, my post will be *completely unnecessary* soon because Apple will find a real solution to this.

    Jeffe hello,
    I have seen more problems created by the consolidate command than I have ever seen fix things... I'm not saying it does not work but what it does do and what it does not is very hard to work out for most and major problems are the result...
    to sort your problem do this...
    1. Open your iTunes folder in the Home Music folder and make a backup copy of the iTunes Library file and put on the desktop.
    2. Start iTunes and in the Library sort on the Heading 'Date added' ... you may need to install it... control/click on heading-bar and select from popup menu.
    3. When you have sorted scroll to half way and you will see the songs are split evenly... select the ones you want to remove with a shift/click and hit delete key... say no about move to trash for now.
    4. Check that everything is as you want it... if so carry on... if not come back and tell me what happened.
    5. Quit iTunes and put the iTunes Library file in the iTunes folder in a safe place like your Documents folder... drag the copy from desktop and put it in the iTunes folder.
    6. Check the name is correct on the 'copy' edit it to be iTunes Library.
    7. Start iTunes by double/clicking on the file and go through steps 2 & 3 again but this time when you delete say yes about move to trash... don't empty it yet 1st check that all is OK with your library.
    You can edit the good files that you are left with but the addition of '01' in the name will not have any adverse effect on them at all... editing with an Applescript is very easy.
    take care Jeffe and let's know how you get on or if you run into any unforeseen problems ... TP

  • Entry not found in object buffer

    Hi,
    When we create service desk message we are getting Entry not found in object buffer error error. Can you please help me out to resolve this issue.
    Thanks

    Hello again,
    Is it a customized support message (e.g. ZLFN for instance) or the standard one ? If customer message, check your action profile... You need to have a copy from the standard action SLFN0001_ADVANCED_UPDATE_DNO.
    Hope it helps.
    BR.
    Stéphane.

  • Can't determine the role of_. The group Adminsitrators could not be found.

    WebCenter Content logs:
    Warning,
    can not determine the role of guest privileges. The group Adminsitrators could not be found. The exception error type 'java.lang.Throwable'. [Details]Content Server has generated a diagnostic warning. The following stack trace can display detailed information.
    Another two warnings, the difference is that the guest replaced by admin, sysmanager.

    What is the final destination of the download?
    Firefox usually initially download the file first to the temp folder whole you enter the destination location and later tries to copy the file and possibly includes the permissions of the file in the temp folder.
    It is possible that anti-virus software is corrupting downloaded files or is otherwise interfering with downloading files.
    See:
    *http://kb.mozillazine.org/Unable_to_save_or_download_files
    *browser.download.manager.scanWhenDone

  • Compile error: Object library invalid or contains references to object definitions that could not be found

    Office Online 365 installed today January 20 on brand new HP Envy. Get the above message when loading Excel applications with code and when running code. Will greatly appreciate help. Applications run well on other computers.

    Hi Jaime,
    >> Get the above message when loading Excel applications with code and when running code. Will greatly appreciate help. Applications run well on other computers.
    >> Compile error: Object library invalid or contains references to object definitions that could not be found
    According to the error message, it seems some ActiveX control is not registered successfully on the new machine.
    Would you mind telling us which ActiveX controls you used in the workbook?
    >> For my applications Excel from Office 365 is now useless. Should I just let my subscription run out and purchase another version?
    According to my experience, this issue is not related to the subscription.
    Regards,
    Jeffrey
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

Maybe you are looking for

  • OEM Lightning cable doesn't charge my iPhone 5

    Just picked up two more (OEM) Apple Lightning cables yesterday and noticed that my phone did not charge overnight. If you don't sit the plug in just perfectly or make sure the cord isn't hanging off an edge, it will come loose. This connector is not

  • Jetpack890L is up and running but still no internet

    I work Chelsea Manhattan and we lost both our phone and internet when Sandy rolled through. Verizon sent us a Jetpack 890L to connect to EuFI890 (that's what the sticker says) to help us get back online, but it simply doesn't work. Maybe we're doing

  • My apps wont download why its telling me i have invalid adrees

    how come im having this proplem

  • Solaris Container Support for Oracle Products

    Hi, Is there a special list about which Oracle products support Solaris Containers? Or can I assume that all products support the container technology? I cant find any related information on this...

  • Regarding Heartbeat in RAC 11gR2

    Hi, This week and completed RAC 11gR2 installation on Linux environment successfully. Now customer's NETWORK guy raised one more point related to heartbeat and requested us to change from single heartbeat to dual(may be multi) heartbeat.       Can an