DTW Update price error - Method '~' of object '~' failed65171

Hi,
We recently updraded from SBO 8.82 to SBO 9.0 PL 08 HF1
Before the upgrade we never had this issue, but now I get this error message while trying to update prices through DTW (version 88.1.4): Method '~' of object '~' failed65171
ParentKey LineNum PriceList Price Currency AdditionalPrice1 AdditionalCurrency1 AdditionalPrice2 AdditionalCurrency2
ItemCode LineNum PriceList Price Currency AddPrice1 Currency1 AddPrice2 Currency2
135109-1 28 29 40 SEK   
Itemcode is 135109-1
Linenum is 28
PriceList is 29
Price is 40
Currency is SEK
I have done this several times before the updrage without any problems, but now I'm stuck.
Any ideas what we can try?
Regards
Kjetil Sandvik

Hi,
Please check:
This error means that your Obscommon user is corrupt and you cannot connect to the SBO-Common database to download the OBServer.dll that is stored in the temporary directory.
For more information, see SAP Note 858475, 642564, or 614946
Thanks & Regards,
Nagarajan

Similar Messages

  • After December 2014 update, Compile Error - calling Excel Objects Sub "Object library invalid or contains references to object definitions that could not be found"

    When try to call Sub in Excel Objects > SheetXX after the original xlsm is modified and saved by another user in diff machine, getting an error below and seems Excel cannot identify any subs exists in Sheet.
    Compile error:
    Object library invalid or contains references to object definitions that could not be found
    Note: it seems that this problem has been occurring After December 2014 update and still exists even after applying the fix:
    http://blogs.technet.com/b/the_microsoft_excel_support_team_blog/archive/2014/12/11/forms-controls-stop-working-after-december-2014-updates-.aspx)

    Hi Kwlee324,
    Thanks for sharing the workaround with us. It would be very helpful for others who have the same issue.
    Also I found a two useful links about the error message "Object library invalid or contains references to object definitions that could not be found":
    https://support.microsoft.com/kb/2703186
    http://blogs.msdn.com/b/vsod/archive/2009/06/05/visual-basic-6-controls-stop-working-after-security-advisory-960715.aspx
    Hope it is helpful.
    Regards & Fei
    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.

  • Workflow error: method of object cannot be executed

    HI,
       I extended mkpf to zmkpf and added a method to it.
       when ran the workflow.I am getting the following errors.
    Notification of completion cannot be generated                                 
    Problems occurred when generating a mail                                       
    Error '9' when calling service 'SO_OBJECT_SEND'                                
    Error handling for work item 000000440554                                      
    Work item 000000440554: Object ZMKPF method GET_PR_MAILID cannot be executed   
    Object does not exist                                                          
    Object does not exist             
    my binding to task and method:
    zmkpf  - WIOBJECT_ID  export
    mailid import.
    Please suggest how i can fix this error.
    Thanks in advance,
    Nuthan.

    Hi Nuthan
    It's difficult to say what out access to the concrete issue.
    but, make sure that the correct object is binded in to the task and that you do not have any bindings from the task to the method.
    But if its working in foreground but not in background it could be because there are some dialog steps in the task, have you checked if you're getting any shortdumps.
    if not you can try to debug your background task with this little trick:
    1. Create an endless loop in the start of your method, make sure you can break out of it using the debugger (while X is initial, and then set X to 1 in the debugger)
    2. In sm50 your now able to find the running process, from in here you can debug the process (I don't remember the menu)
    3. After debug remember to delete the loop again
    Regards
    Morten Nielsen

  • DTW - Method of object failed

    Hi
    I'm trying do do an import of AP Credit Notes and getting the error 'Method '' of object '' failed 65171'.
    No matter what I try - can't get past this one. Has anyone seen this before?
    Regards
    Danie

    Hi
    I have the following columns in my
    Header:
    Record Key - 1, 2, 3, ......
    CardCode - V-TRA007......
    Comments - Credit Inv no 6316 .....
    DocCurrency - R
    DocDate 20110125
    DocType - dDocument_Items
    Lines:
    ParentKey - 1, 2, 3,3, 4, 5,5,5, 6.......
    No LineNum as this is new import not update - Although it makes no diff to the error I'm getting
    BaseEntry - which is DocEntry of PCH1 (Although DocNUm and DocEntry are the same in both tables)
    BaseLine - corresponds to the line no's in PCH1
    BaseType - 18
    CostingCode - PC
    ItemCode - SFEE_Accomod
    Price - 171.05
    Quantity - 1
    VatGroup - I0
    Warehouse - FCS-FIND
    Regards
    Danie

  • Method '~' of object '~' failed in Offline Planning

    Hi,
    When the members in a dimension are set to '~' in Essbase, Offline Planning will prompt an error "Method '~' of object '~' failed" when we try to select that dimension as page members. Is there a way to overcome this problem?
    Thanks in advance.

    Hi Caillen,
    1. It hapen to any user randomly. It is not for perticuler user/users.
    2. Error is thrown at server side.
    3. Below is the code shown in the error desciption.
    Public Sub ActiveBookmarkSet(iIndex As Integer, Optional szBookmark As String = "")
        On Error GoTo ActiveBookmarkSetErr
        Dim iErrorTimes As Integer
        iErrorTimes = 0
        If Not moBookmarks Is Nothing Then
            If iIndex > 0 Then
                If miActiveBookmarkCount >= iIndex Then
                    Set moBookmark = moBookmarks.Item(iIndex)
                    mszActiveBookmark = moBookmark
                End If
            ElseIf szBookmark <> "" Then
                If moBookmarks.Exists(szBookmark) = True Then
                    Set moBookmark = moBookmarks.Item(szBookmark)
                    mszActiveBookmark = moBookmark
                End If
            End If
        Else
            mobjRevision.objError.RaiseError CWORDERR_BASE_NoActiveBookmarks, App.EXEName & "::CGCDocWordApp::ActiveBookmarkSet", ""
        End If
        Exit Sub
    ActiveBookmarkSetErr:
        iErrorTimes = iErrorTimes + 1
        If iErrorTimes < 6 Then
            Resume
        End If
        Call mobjRevision.objError.RaiseError(Err, App.EXEName & "::CGCDocWordApp:ActiveBookmarkSet Method", Err.Description)
    End Sub

  • Using DTW to update price lists with ITM1 template

    I'm trying to update prices in a price list using the ITM1 DTW template, but I continue to get an error:  This entry already exists in the following tables (ODBC - 2035) Application-defined or object-defined eror65171.
    Any suggestions?
    Thank you,
    Avraham

    Hi Caroline,
    AtcEntry is correct for the document, this relates to the AbsEntry in OATC, which then in turn links to AbsEntry in ATC1.
    There are a few fields that need to be populated in ATC1:
    AbsEntry
    Line - To be used if more than 1 Attachment
    SrcPath - for the file path
    Filename - for the file name
    FileExt - for file type - i.e. .pdf
    You may be able to configure DTW to import these as a manually created DTW but I suspect that OATC and ATC1 are not open to the Di which will stop it. Coincidently I have been looking at Task Centre to update these but have encountered the same problem
    Regards
    Sean Martin

  • SAP workflow -SAP error WL210 -Error triggering default method for object &

    Hi Experts,
    User is encountered with the error message "Error triggering default method for object &" when he is performing approval action in SES workitem .
    Could you please advise me how to avoid this issue.
    Thanks in advance for your valuable help.
    Rajani
    Edited by: Rajani SAPABAP on Sep 13, 2011 4:50 PM

    Hi Rajani,
    I think that it's an authorization issue.
    Please check if u find which authorization object is violated in SU53.
    Regards,
    Asit

  • ERROR TRIGGERING DEFAULT METHOD FOR OBJECT (INCOMING INVOICE).

    When trying to open invoices in my ERP inbox to authorise I get the following message.
    ERROR TRIGGERING DEFAULT METHOD FOR OBJECT (INCOMING INVOICE).
    . There might be an authorisation issue. but i am not confirm.
    I have checked the authorisation in SU53 also.
    is it possible that there is some other reason for it.
    If so then what are they?
    please help.

    Hi Naval,
            Is it a custom business object....make sure that the status of all object components are set to Implemented or released..and  regenerate the Object...
    Thanks
    Srinivas

  • XL Reporter Error. (Open Workbook) Method '~' of object '~' failed. 64-bits

    Hello, good morning.
    Checking the Desktop System Platforms
    https://websmp208.sap-ag.de/~form/sapnet?_SHORTKEY=01100035870000706510&_SCENARIO=01100035870000000183&_ADDINC=011000358700001192682007E&
    I have installed 2007A SP01 PL13 in a 2008Server with SQL2008 but xl reporter not works in the cliente platforms with Windows 7 Prof 64 bits and Office 2010 Profesional installed in 32-bit version:
    The message: Error al inicial excel. Causa: (Open Workbook) Method '' of object '' failed
    Checked:
    Notes: 1077263, 898635, 918188, 1287193
    Threads:
    COM Add-in Program Required to run XL Reporter
    XL Reporter - Report Organizer cannot load
    Error while opening XL reporter
    XL Reporter Startup failed
    XL Report unable to load with Excel 2010
    I put a message to SAP Business One Global Support Centre, but the result is:
    "The MS Office 2010 x64 is not supported. Please refer to the supported platforms landing page".
    In teh landing page says: " (6) For the time being, the SAP Business One release tracks 2007 and 8.8 only support the 32-bit version of the Microsoft Office 2010 editions."
    ¿Any idea?
    Thanks

    Hi,
    Checkk
    http://social.msdn.microsoft.com/Forums/en-US/innovateonoffice/thread/b81a3c4e-62db-488b-af06-44421818ef91?prof=required
    http://social.technet.microsoft.com/Forums/en-US/office2007deploymentcompatibility/thread/334c9f30-4e27-4904-9e71-abfc65975e23?prof=required)and
    Thanks,

  • Scripting Error: Line 25 Object doesnot support this property or method

    Hi,
    Environment :
    BS Version: 11i(11.5.9)
    Component: Web ADI
    Descripiton: When trying to upload journals through Web ADI we are getting the below error.
    "Scripting Error: Line 25 Object doesnot support this property or method"
    Please help on this issue.
    Thanks,
    Arun Babu R

    Hi hsawwan,
    Thanks for your reply.Actually after working on it we found that is the browser issue. The issue was resolved.
    ThanQ,
    Arun Babu R

  • Need to update price of price list from dtw

    Hi all
    Can any one provide me the way , How to update price of price list through DTW ??
    Thanks
    Ricky

    Hi Recky,
    Please check below threads.
    SAP B1 9.0 Price Update with Excel import
    DTW - Problems trying to update prices | SCN
    How to upload price for a item in price list us... | SCN
    Hope this help
    Regards::::
    Atul Chakraborty

  • Trying to convert Pages to Word doc, but keep getting this error message:  TypeError:  Object doesn't support property or method 'invalidate'  JavaScript console contains more details.   Any ideas on how to get past this?

    Trying to convert Pages to Word doc, but keep getting this error message:  TypeError:  Object doesn't support property or method 'invalidate'  JavaScript console contains more details.   Any ideas on how to get past this?

    Right. If you are using delegated privs and sudo, make sure that sudo is configured to pass on the PERL5LIB and ORACLE_HOME environment variables at least.

  • Update price list by DTW

    Hi all!
    i wanna update price list by DTW, but i enter price list manual before. Now i use DTW to update but not successful. Althought, system reports successful, but i check result , old price list as before. I don't undersatnd. Can you help me!

    Hey
    It is Better to Upload Pricelist through Data Import Function in Administration Module
    Select Item Code
    Select the Pricelist code you want to upload in next coloum and select the excel file.
    It is easy and fastest way
    Regards

  • Run-time error -2147417848 (80010108), method '~' of object '~' failed

    Hello
    I have an application written in VB6 which uses Crystal 9 Reports (RDC). The application is running on Windows XP, SP2.
    On this PC is .net Framework 2.0 installed and since then from time to time I get the message:
    run-time error -2147417848 (80010108), method '' of object '' failed
    But this error doesn't appear always, but when it happens, it happens always at setting the datasource
    example:
    repReport.Database.SetDataSource rsDummy
    Does anybody know why this is?
    Thank you for your help.

    Hi, Urs;
    Whereever the error is occuring, you should ensure you have the latest version of our files. For a client install, be sure that you are using the latest Merge Modules from our web site to deploy your application.
    If you are not getting the error on your development system, you may have newer files there than on the client.
    Regards,
    Jonathan

  • BPF 'Method '~' of object '~' failed' error

    Hi Experts.
    we are experiencing quite a lot of  'Method '' of object '' failed' when trying to open a template from a BPF. The templates work without problems when we open them from etools\Open dynamic templates but randomly they fail when using the BPF. We have cleared the Client Options and it stills does not work from some PCs (other users enter into the templates without problems).
    Any idea?
    Thanks a lot for your support!
    Albert

    I've posted this in a thread before and it works very well on the computers where we've experienced the problem
    Windows XP temp folder path described in the note and I've added info for Vista/Windows 7 below. This also applies to BPC 7.5 MS even though the note is for 7.0 MS
    http://service.sap.com/sap/support/notes/1528423
    The info for resolution helped me fix a windows 7 client that has been unable to open BPF steps although it has been able to open the reports directly.
    For windows 7 clear out everything in temp that looks like it belongs to BPC at the following path.
    C:\Users\%username%\AppData\Local\Temp
    Regards,
    Markus

Maybe you are looking for