Runtime error 424 object required

I am trying to write something that will update a table in my test database however the code will not execute
the debugger keep giving me the following message Run-time error 424 object required, i am not sure what i am missing it is breaking on the following line: db.Execute strSQL
Here is the code i have
Sub Testing()
Dim test1 As Date
Dim strSQL As String
test1 = FileDateTime("C:\Program Files\Bonjour\mDNSResponder.exe")
strSQL = "UPDATE TblTest" & _
    "SET TblTest.[Complete] = test1" & _
    "WHERE TblTest.[Field1] = AMU"
    Debug.Print strSQL
    db.Execute strSQL
End Sub

You haven't declared db, nor set it to anything.
Use
CurrentDb.Execute strSQL
Assuming that Complete is a Date/Time field and that Field1 is a (Short) Text field, the SQL should be changed to
strSQL = "UPDATE TblTest" & _
    " SET TblTest.[Complete] = #" & Format(test1, "yyyy-mm-dd") & "#" & _
    " WHERE TblTest.[Field1] = 'AMU'"
The date is enclosed in # and the text string in '.
I added spaces before SET and WHERE to separate them from the text before them.
Regards, Hans Vogelaar (http://www.eileenslounge.com)

Similar Messages

  • Error "424 Object Required" when opening journal report using HFM 11.1.2.1

    Hi experts,
    I've installed EPM 11.1.2.1 along with Hyperion Financial Management and Financial Reporting on an virtual machine (OS is windows server 2008),
    when I logon to workspace and tried to open an journal report in HFM-Format, appears error message as follows:
    An error has occurred. Please contact your administrator
    Error Number:424
    Error Description: Object required
    Error Source: Microsoft VBScript runtime error
    Page On which Error Occurred:../reports/CheckStatus.asp
    I've checked oracle support and found article ID 967025.1 describing almost the same issue of mine,
    but the suggested solution was to add workspace and HFM web server to trusted site. (I'm using IE9)
    I did so as well as other recommended browser settings but still the error remains.
    The article said the solution was applied to Version 9.2.0.0 to 11.1.1.3, so I'm not sure if version 11.1.2.1 has other causes or solutions.
    Could experts provide any ideas?

    I believe you might have already done with the below steps, but please reconfirm:
    1) Ensure, that both the Hyperion Workspace URL AND the HFM webservername i.e(Http://<hfmwebservername>/hfm) is added in the sites button in the Trusted sites option. under Security tab.
    2) Here is a list of Internet Explorer settings which are recommended to be set on the client machine:
    1. Configure browser to check for new version every time user visits a page
    * Open Internet Explorer
    * Go to Tools > Internet options > General
    In 'Browsing history' section select 'Every time I visit the webpage'
    * Click Ok, then Apply.
    2. Disable default pop-up blocking
    * Open Internet Explorer
    * Go to Tools > Internet options > Privacy tab
    Uncheck 'Turn on Pop-up Blocker'
    3. Add workspace URL to trusted sites
    * Open Internet Explorer
    * Go to Tools > Internet options > Security tab
    * Select Trusted sites from Select a zone to view or change security settings.
    * Type your workspace URL in form http://workspaceserver:portnumber in 'Add this website to the zone'
    * Uncheck 'Require server verification (https:) for all sites in this zone'
    * Click Add, then Close.
    * Click Ok and Apply.
    4. Minimize security setting for trusted sites
    * Open Internet Explorer
    * Go to Tools > Internet options > Security tab
    * Select Trusted Sites from select a zone to view or change security settings
    * Select custom level
    * From Reset to list select Low
    * Click Ok
    * Click Apply, then Ok
    5. Customize security settings
    * Open Internet Explorer
    * Go to Tools > Internet options > Security Tab > Custom Level
    * In 'Miscellaneous' section enable the option "Allow script-initiated windows without size or position constraints"
    * In 'ActiveX controls and plug-ins' section enable “Run ActiveX controls and plug-ins” and “Script ActiveX controls marked safe for scripting.”
    6. Enable option "Always allow session cookies".
    * Open Internet Explorer
    * Go to Tools > Internet options > Privacy Tab > Advanced > Check the "Override automatic cookie handling" and accept the first and third party cookies and check the "Always allow session cookies" option.
    7. Disable option "Enable Native XMLHTTP".
    * Open Internet Explorer
    * Go to Tools > Internet options > Advanced Tab > Uncheck the option "Enable Native XMLHTTP"
    If still facing the same issue, perform the below action plan:
    1) Give full permission to Filetransferfolder and try generating the reports.
    2) Add the Everyone user and dcom user to BIPubSystemReports.
    DCOM Config-> BIPubSystemReports-> Security tab-> add the users in Launch and Activation Permission, Access permissions and Configuration Permissions.
    Best regards.

  • Runtime Error with Objects

    I have a method that requires an Object[ ] (Double array of values) and Object[ ] (Long array of values
    myClass.getMethod(Object[ ], Object[ ]);
    So, I wrote the following code:
    Object[ ] Vals = new Double[1];
    Object [ ] Freqs = new Integer[1];
    myClass.getMethod(Vals, Freqs);
    Unfortunately, I get the following runtime error:
    java.lang.RuntimeException: J-Integra internal error: setting value {0} for param [Ljava.lang.Double;@11fdbef using Param { name = doubleArrayValues, vt = 16396, flags = 4, assocKind = 8, assocUuid = null, assocClass = null, fixedArrayDimensions = null }
    if I modify the code thus:
    Object[ ] Vals = new Object[1];
    Object [ ] Freqs = new Object[1];
    myClass.getMethod(Vals, Freqs);
    I do not get any errors, but can not access the values later in the code that requires Vals and Freqs, but now as double[ ] and int[ ].
    secondClass:anotherMethod(double[ ], int[ ]);
    I'm self-taught on Java...and this is a new problem for me. Any help would be appreciated.
    Paige

    I changed the code to reflect the suggestion...
    Object Vals[] = new Object[1];
    Object Freqs[] = new Object[1];
    boolean isSamp = iBasicHist.getHistogram(Vals, Freqs);
    double d = ((Double)Vals[0]).doubleValue();
    and the last line gives me the following error; one I've seen before.
    java.lang.ClassCastException: [D                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • EP IAC iview javascript object required error

    Hi,
      We have installed EP 6.0 SR1 and ITS 6.20 with service pack 19(with hotfix) in one domain. We have created IAC iviews in Enterprise portal. We are accessing the enterprise portal from different domain and we are getting javascript error <i>object required</i> sometimes. This error comes while loading the IAC iview and it comes randomly. But when we access the portal from the domain where we installed the portal & ITS we are not getting this javascript error.
    Did anyone encountered this type of error before???.
    Please help..
    Regards
    Vasu

    I am assuming this is happening after you have deployed your app and that the app works as expected on your development computer(?). Please confirm...
    I need you to tell me the following:
    1) how was the app compiled; any cpu, 32 bit, 64 bit?
    2) how was the CR runtime deployed (what MSI / MSM did you use?)?
    3) if this app is installed under custom app pool see the following:
    Deploy the CrystalReportViewers13 virtual directory as a sub-directory of your application.
    Copy the Crystalreportviewers13 folder to be a sub-folder at the root of your application. You can configure where your application looks for this folder by using the following Help file [SAP Crystal Reports .NET SDK Developer Guide
    |http://help.sap.com/businessobject/product_guides/sapCRVS2010/en/crnet_dg_2010_en.zip] and search the document for ("web.config";). In the section "Configuring your web.config file" follow the instructions specified for setting the resourceURI attribute. This way you can control updates to the viewers when deploying your application.
    Note the resourceURI value is the name of the viewers directory and should be preceded with a Tilde
    ie value="~/crystalreportviewers13"
    Also, have a look at the following two articles. Both are pre CRVS2010, however the ideas re. deploying to a custom app pool still apply. All that changes is the folder name.
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup
    Got Enhancement ideas? Try the [SAP Idea Place|https://ideas.sap.com/community/products_and_solutions/crystalreports]

  • RWD error during Configuration of RWD Server: Object Required webservice.js

    We are in the process of Configuring the Server - after installing the Autonomy IDOL/DISH and the RWD Server. We get to the point of entering Company Name - and Product Key, as soon as we click on SAVE we get the error message
    Object Required                          Line 43 - Character 13
    webservice,js
    ==========
    Need help Thank you!
    Guillermo Gomez

    Since we are using 64 bit application the ASP.Net file needs to be forced to use 32 bit because RWD sometimes does not recognize the file during the installation process.
    1. Ensure the uPerform Website points to use port 80 and the Collaboration Server to use port 8080. This can be verified or change by executing the AuthenticationWizard.exe file located in: <InstallPath>\Collaboration\WWW\uPerformWS\ms
    -Click on Start u2013 verify or change the information as needed and ensure the Server DNS Hostname does not have 8080 at the end.
    2. Set the permissions to full rights for all users for the file RWD.uPerform.ServerConfiguration.DLL u2013 located in: <InstallPath>\Collaboration\WWW\uPerformWS\
    3. Delete the VCBS folders in
    <InstallPath>\Collaboration\webapps\
    Re-Start IIS
    Once is back up:
    -     Make sure Web Service Extensions is using ASP.NET v2.05727 (32-bit). Remove or prohibit any other ASP.NET.
    -     Make sure Jakarta Connector is set to allowed if not create a new connector to point to file <InstallPath>\Collaboration\JKConnect\bin\isapi_redirect-1.2.14.dll
    -     Make sure WebDAV is set to allowed
    Inside the websites (iis) right click on uPerform Collaboration and click on properties. Display the tab ISAPI Filters and make sure Jakarta is there and in black font. Any other color (RED) indicates is not connected and you need to delete it from the web services extensions and then add it back in this section u2026 same file location.
    Re-Start IIS
    Once is back up:
    Re-register ASP.NET by executing this file from the command line:
    C:\windows\microsoft.net\framework\aspnet_regiis.exe u2013iru
    Once this is doneu2026 then do:
    C:\windows\microsoft.net\framework\aspnet_regiis.exe u2013ir
    Re-Start IIS
    Ensure the website is back up u2026 and continue with the configuration of the RWD uPerform Server.

  • *Runtime error: 91* (DM package)

    Hi friends,
    i'm trying to run data manager package through a command button, macro i used is MNU_EDATA_RUNPACKAGE.
    But when i click on that system prompting with message
    Runtime error: 91
    "Object variale or with block variable not set".
    Or other error message like
    *Cannot run this macro "reportname!MNU_EDATA_RUNPACKAGE". The macro may not be available in this workbook or all macros may be disabled.
    I enable all macros and cheked tick mark trust access to vba project object model(in macro security).
    Is there any macro in bpc nw75, to run only particular package using command button?
    thanks.

    Now not getting this error. don't know answer .

  • WAD         Runtime Error 91

    Hi friends,
    I have a problem with WAD while opening a web template. This is not a problem with single web template. This is problem with total application WAD. I have tried for all other web templates to upload, the following are the error messages.
    <b><b>Internal error: No Template Property Standard Item.
    Runtime Error 91
    Object Variable or with block variable not set.</b></b>
    I believe like the WAD should be re installed in my system. I can open the web template from my coligue's system but it is a problem with my system.
    Thanks for your cooperation.
    RSB

    Hi all,
    iam new to this web reporting, i very much interest on this but i don't know how start the web reporting pls any one had the documentation like step by step pls send me [email protected]
    i want to take from 0Query_Template from WAD menu Web Template-->upload file to server. then its open the window for web template but i cont find where the web template location.
    pls tell me where should be the web template.

  • Object required: == Script sap/bw/Mime/BEx/JavaScript/JSBW_C_Std.js

    While my BW developer tries to save the settings for a query, receiving the following error:
    Message: Object required
    Line: 1
    Char: 96075
    Code: 0
    URI: http://FQDN-host:8000/sap/bw/Mime/BEx/JavaScript/JSBW_C_Std.js
    I see that someone else had the same issue:
    Problems integrating 3.x query into a SAP Portal
    but I don't see any solution/resolution!
    I am too able to access this URL directly (I'm able to download the js-file).
    Best regards,
    Tom

    Hi,
    What was the solution for this? We're having the same issue.
    Many thanks in advance
    Eddy

  • Microsoft JScript runtime error '0x800A138F' Enterprise 10

    Post Author: kgreeley
    CA Forum: Deployment
    I get the following error when trying to ge to the 'Instance Manager' or 'Schedule Manger' from the Crystal Enterprise Admin Launchpad. Microsoft JScript runtime error '0x800A138F'
    Object expected
    line: 752I can, however, get to the management console to schedule my reports. This used to work fine, but gave up the ghost after I had a problem with the oracle installation on that server. I have tried installing and reinstalling JAVA (Sun) on that Machine to no avail. I have also installed the latest version of Java and then backpatched down to version 4, also to no avail.I have tried running the enterprise install shield again only selecting the Java components. No good. I deinstalled and then reinstalled the java components, no good.I have done the same with my Oracle install - also did not help.Any ideas anyone ?

    No problem with doing that but please let us know so that we are not all working on the same thing.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Possible bug in SQL Commands – object required

    Hello,
    I tried to run the following in the SQL Commands:
    select * from emp
    where empno = (select MIN(empno)
                 from emp
                 where empno > :ITEM)If memory serve, it was suppose to open a pop up window, and allow me to enter a value for the bind variable. What I'm getting is a run time error about object required. Am I missing something?
    Thanks,
    Arie.

    Hi Dimitri,
    Yes, you are correct. It's strange though, because I don't remember such a behavior in the past, and also with this current browser configuration, I don't seems to have any problems with date pickers or help windows. I should probably look into it a bit deeper.
    Thanks,
    Arie.

  • Runtime error Object Required - Captivate 5

    Hi,
    Wondering if anyone else has come across this problem and found any solution.
    I have created .swf using Captivate 5 and when I upload them to our learning environment (Learning Pool), the flash plays through to the end fine but clicking on next/menu (within the learning environment) I get Runtime Error, Line 52 Object Required.
    Is there any publishing setting or anything that anyone has come across to make the swf work?  (I have a call logged with our environment provider but obviously they don't support captivate so...)
    Regards
    Annabel

    Are you uploading the Captivate content as a SCORM package to your LMS or are you just uploading the SWF?

  • Microsoft Jscript runtime error: Object expected

    I have a Visual Studio 2005 web application that uses a Crystal Viewer to display reports developed in XI. When I run the application on my development PC, I get no error, even with the debug turned on in IE7.  When I run the application on my PC, using the web server address  and click on the drop down to select the parameter, I get an error that says; u201CMicrosoft Jscript runtime error: Object expectedu201D.  Both my development PC and the code published on the web server use the fully qualified report path down to the webserver name.  No problem on my development PC running in Visual Studio, but a problem accessing the server.  The onClick portion is the highlighted area is where the debug  stops.  This is code that is created from crystal.  Originally, I was getting an error; 'Load Report Failed', but once I used the full path name of the report down the the webserver name, that error disappeared. I have XI installed on the web server and I can open and run the reports there.  What am I missing on the web server?  Thanks.

    That would be the CR Service Pack located here:
    https://smpdl.sap-ag.de/~sapidp/012002523100006255422008E/crxir2_sp4_inc.exe
    You will then have to ensure that the same runtime is on the server. Use the msm or msi files from here:
    http://resources.businessobjects.com/support/communityCS/FilesAndUpdates/crxir2sp4_net_merge_modules.zip
    https://smpdl.sap-ag.de/~sapidp/012002523100009657852008E/crxir2sp4_net_si.zip
    I'd recommend the msi as it does not require you to build a deployment project. Ensure that you uninstall the current CR runtime on the server. Also, once that is done, check to make sure that the c:\program files\business objects directory is removed. Then install the CR runtime using the above msi file.
    Ludek

  • Javascript - Object required error for visual studio 2010

    Hi - I have downloaded the crystal report RTM for visual studio 2010.
    My App server is windows 2008.
    We are using crystal reports as part of CRM application
    I am getting  javascript error 'Object Required'  at the following line:
    The debugger after the error message refers to this:
    bobj.crv.stateManager.setComponentState('ctl00_ContentPlaceHolder2_CrystalReportViewer1__UI',eval('('document.getElementById('__CRYSTALSTATEctl00$ContentPlaceHolder2$CrystalReportViewer1').value')'));
    The website has all the required aspnet_client files and have made sure the application is able to load them.
    When tried with a new sample solution the reports work.
    Please help. I need to make the crystal reports work with the CRM solution...

    I am assuming this is happening after you have deployed your app and that the app works as expected on your development computer(?). Please confirm...
    I need you to tell me the following:
    1) how was the app compiled; any cpu, 32 bit, 64 bit?
    2) how was the CR runtime deployed (what MSI / MSM did you use?)?
    3) if this app is installed under custom app pool see the following:
    Deploy the CrystalReportViewers13 virtual directory as a sub-directory of your application.
    Copy the Crystalreportviewers13 folder to be a sub-folder at the root of your application. You can configure where your application looks for this folder by using the following Help file [SAP Crystal Reports .NET SDK Developer Guide
    |http://help.sap.com/businessobject/product_guides/sapCRVS2010/en/crnet_dg_2010_en.zip] and search the document for ("web.config";). In the section "Configuring your web.config file" follow the instructions specified for setting the resourceURI attribute. This way you can control updates to the viewers when deploying your application.
    Note the resourceURI value is the name of the viewers directory and should be preceded with a Tilde
    ie value="~/crystalreportviewers13"
    Also, have a look at the following two articles. Both are pre CRVS2010, however the ideas re. deploying to a custom app pool still apply. All that changes is the folder name.
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup
    Got Enhancement ideas? Try the [SAP Idea Place|https://ideas.sap.com/community/products_and_solutions/crystalreports]

  • BPM Error:Runtime handle of object type could not be created:CX_MERGE_SPLIT

    HI Guys...
    I am working on a RFC to HTTP scenario:
    It is a standard SAP interface ....so we created only ID objects..obviously the BPM delivered by must be correct.
    in sxmb_moni_bpe  it is throwing th following error texts:
    Runtime handle of object type could not be created
    Error executing service for node
    Exception CX_MERGE_SPLIT occured
    component mapping has returned an error
    unmodeled exception when executing service for node
    No payload found
    object FLOWITEM method EXECUTE cannot be executed
    I tested the mapping payload from sxmb_moni in IR and it is working fine.
    Receiver is an HTTP so could not able to find exactly whats happening as no thrid party tools can be installed....struck up here.
    Any iputs will be of help in this area.
    Thanx in adavance.
    Kiran

    any inputs around this plz??

  • Runtime error 429, activeX component cant create object while using netbet pro on windows 7 & 8.1 HELP!!!

    runtime error 429, activeX component cant create object while using netbet pro
    does anyone know what I could do to fix this problem??? netbet pro was't available for a while then it's back but has yet to run

    What's netbet pro?
    I'd recommend asking questions about third party applications in the vendor's forum, not a Microsoft forum meant for admin scripting.
    EDIT: Ah, some gambling website...
    Don't retire TechNet! -
    (Don't give up yet - 12,950+ strong and growing)

Maybe you are looking for

  • Windows Vista: itunes 7.3 will not transfer songs to ipod

    Please help. I have vista, installed itunes 7.3 and then tried putting my ipod in that was used on a previous computer. All seems well. I sync the ipod and seemingly the songs/podcasts transfer, but when i attempt to listen, no music just flashes gre

  • How to move Acrobat 7 Professional from old Win XP machine to new Win 7 machine?

    I've been using Acrobat 7 Professional for some years on my old Windows XP computer and recently bought a new Dell WIndows 7 64-bit computer.  Although I no longer have my original installation disk, I did copy all the installation files to my old ma

  • ITunes 11 not responds when it tries to verify iPod Classic

    I have just installed iTunes 11 (11.0.3.42 i think) on my laptop but as soon as I connect my iPod Classic iTunes tries to verify the iPod and just hangs. If I disconnect my iPod iTunes will start working again. I can't click on anything within iTunes

  • How to avaoid space while reading from flat file

    Dear all I am using forms 10g. I am reading data from flat file using Text_io. In my exception part i have written like this EXCEPTION   WHEN no_data_found THEN       CLIENT_TEXT_IO.Fclose(in_file);But if in my last line from the flat file is some ot

  • Import problem due to Character set

    I did an export of an entire schema using Original export utility(not Datapump) in 10G Release 1 (10.1.0.3.0). When i tried to import it. I got the error mentioned below. It is something to do with the character set. What settings do i have to give d