Run-time error '429':Active X component can not create an object

Hi Folks,
I am using some VBA code to run logic in BPC for Excel. When i try to click on VBA button, It's giving the below error.However when i am trying to execute same from server it is working fine. Accessing from BPC client only we are facing this problem.
Code have no issues. Is there any specific thing need to mentioned in client when we use VBA programming? Basically we used the VBA program to create the id's in BPC for Excel. So that it will automatically created on fly. Testing was fine interms of working in Server.
" Run-time error '429':Active X component can not create an object ."

Hi,
Are you trying to add a member into the dimension from excel? As you said that this has been already tested in the server and is working fine, I believe, you have taken care of everything.
Now, coming to the point, when you are adding a member in the membersheet, you need to process the dimension. This requires the admin rights. So, please check the task profile of the user ID, with which you are trying from your system. This user ID should be the primary admin.
Hope this helps.
Additionally, can you please elaborate on the steps on what you followed for adding a member from the excel directly?

Similar Messages

  • Run time error '429' Active X component can't create object

    Hi,
    After installation of BI+, when i am trying to start the Financial reporting studio, I am the error'429' " run time error Active X component can't create object.
    I thought of stoping and stating the BI+ Core Services it is not allowing me to do that,
    Could you please help me in the installation BI+
    thanks,
    sudhakar

    Hi Johan,
    BI core services up and running, but still it is giving " cannot connect to GSM server server name"
    all the configaration went with green, Could please let me know other oprions or where I can find the error.
    Please let us know possible mistakes, I will try that options,
    thanks a lot John
    thanks,
    sudhakar

  • Run time error '429' Active X Componenet can't create object

    Hi,
    We are getting this error "Run time error '429' Active X Componenet can't create object" when we open the Input templates.
    No drop down of the Dimension members is  appearing.
    Please help.
    Reagrds,
    Anita

    Hi Anita,
    Please try imeplenting SAP Note: 1508168. Hope this helps.
    Rgds,
    Poonam

  • AppScheduler  Run-time error '429'.  ActiveX component can't create object.

    Trying to automate planning application refresh in a new environment. We are running this with no problem in current environment. My attempt to run the command results in run-time error '429'. Is there something that's not setup in my new environment?

    Hi,
    You should be using : - CubeRefresh.cmd
    http://download.oracle.com/docs/cd/E10530_01/doc/epm.931/html_hp_admin/ch11s06s01.html
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Error 429. ActiveX component can't create object.

    Hi guys,
    I need to work with Oracle 9.2 from Excel and I read that you need to install Oracle Objects for OLE. I did that and now when i run the sample forms i get the aforementioned error. Why sis this happening? Do i need to manually register some DLL? Do i need to add reference to some DLL? I'm going nuts cause I've been beating my head for a couple of hours over this but to no avail. :-p

    I referenced the file.
    I guess this is it: c:\DevSuiteHome_1\bin\oip9.tlb
    It still pops up the error. Even the included Excel Examples of OO4O don't run. What could be wrong? oracle products always seem to have some problem or the other. I'd be happy if I could go back to my older databases :(

  • Run-time Error '429' when copying queries from one userid to a new userid

    Hello,
    One of the users is having an issue when copying queries from an old user id to a new user id.
    She is getting the visual basic run-time error '429' - active x component can't create object while copying.
    This is not consistent.  From what I can tell, this does not appear to be a bex query designer issue but something in microsoft.
    Please let me know either way. I have found minimal posts on this issue.  Most that I have found are outside the sdn forum and talk about registry issues?
    Thank you,
    Lynda

    According to your error message, your onClick function declaration line closes the parenthesis twice... you may have a typo in what you actually put in the file versus what you think you put...
    function onClick()event:MouseEvent):void{

  • XL Reporter Run-time Error '429' ActiveX component can't create object

    Hi Everyone,
    When trying to install XL Reporter on a Windows 2003 Server SP2 machine getting the following Error:
    XL Reporter
    Run-time error '429':
    ActiveX component can't create object.
    Did anyone get this error? Please advise of any steps we can try to resolve.
    Kind Regards,
    Kafil

    Dear Friend,
                 I had described the problem to our technical support team, and they replied as follows u2013
    They solved the Script related error by several stages.
    They checked the machine for any mal-ware existence by the tool provided by Microsoft (MS Mal-ware remover).
    Then they tried by installing the following patches from Microsoft u2013
    http://support.microsoft.com/kb/949140
    Windows Script 5.7 for Windows XP
    http://www.microsoft.com/downloads/details.aspx?familyid=887fce82-e3f5-4289-a5e3-6cbb818623aa&displaylang=en
    Windows Script 5.6 for Windows Server 2003
    http://www.microsoft.com/downloads/details.aspx?FamilyId=C717D943-7E4B-4622-86EB-95A22B832CAA&displaylang=en
    Windows Script 5.6 for Windows XP and Windows 2000
    The internal matter to this problem was about the following DLL and its version u2013
    C:\WINDOWS\system32
    vbscript.dll
    5.5.0.8820
    Desired
    5.6.0.8820
    Check, if the information helps you.

  • Run-time error '429': ActiveX component can't create object

    HI,
    I am having the following error in my Excel VBA Run-time error '429': ActiveX component can't create object  when running the following code:
    Dim objDistiller As New ACRODISTXLib.PdfDistiller6
    objDistiller.FileToPDF2 filePath & ".PS", filePath & ".PDF", "T:\Templates\PDFSettings\Standard.joboptions", 1
    This code has been working for years on all our systems, but due to recent security issues our administrator changed all user accounts to not have local administrator rights and now when we run this code we get the above error message.
    I have had a look at DComcnfg.exe to try and get it to work by setting the default property permissions to allow access by Everyone but I am still getting the error.
    Any help would be greatly appreciated.
    Regards.
    Shane Chapman.

    Hi Shane,
    Here is another way to create PDF with Macro using another API than Distiller. This API is faster too.
    Probably this post is not of interest anymore but here is how I have done it:
    1. Download PDFCreator: http://sourceforge.net/projects/pdfcreator/
    2. Use the following Macro:
    Option Explicit
    Sub printPDFmacro()
    'Author : Ken Puls (www.excelguru.ca)
    'Macro Purpose: Print to PDF file using PDFCreator
    ' (Download from http://sourceforge.net/projects/pdfcreator/)
    ' Designed for early bind, set reference to PDFCreator
    Dim pdfjob As PDFCreator.clsPDFCreator
    Dim sPDFName As String
    Dim sPDFPath As String
    '/// Change the output file name here! ///
    sPDFName = "Facture-" & nclient2 & " le " & Format(Date, "yyyy-mm-dd") & ".pdf"
    sPDFPath = "E:\Partenaire Scolaire\Comptabilite\Factures"
    PDFFileName2 = sPDFPath & "\" & sPDFName
    Set pdfjob = New PDFCreator.clsPDFCreator
    With pdfjob
    If .cStart("/NoProcessingAtStartup") = False Then
    MsgBox "Can't initialize PDFCreator.", vbCritical + _
    vbOKOnly, "PrtPDFCreator"
    Exit Sub
    End If
    .cOption("UseAutosave") = 1
    .cOption("UseAutosaveDirectory") = 1
    .cOption("AutosaveDirectory") = sPDFPath
    .cOption("AutosaveFilename") = sPDFName
    .cOption("AutosaveFormat") = 0 ' 0 = PDF
    .cClearCache
    End With
    'Print the document to PDF
    ActiveSheet.PrintOut copies:=1, ActivePrinter:="PDFCreator"
    'Wait until the print job has entered the print queue
    Do Until pdfjob.cCountOfPrintjobs = 1
    DoEvents
    Loop
    pdfjob.cPrinterStop = False
    'Wait until PDF creator is finished then release the objects
    Do Until pdfjob.cCountOfPrintjobs = 0
    DoEvents
    Loop
    pdfjob.cClose
    Set pdfjob = Nothing
    end sub
    Have any questions, just have to poke me.
    Michael

  • Run Time Error 429 - ActiveX Controls CRAXDRT.DLL Dependancy

    Post Author: mhamlyn
    CA Forum: Deployment
    After upgrading from Crystal Reports 11.0 to 11.5 we have found that when deploying an application and bundling it in Install Shield we continually get an error when trying to view crystal reports:
    Run-time error '429':ActiveX component can't create object
    From what we can see this is partly caused by the incorrect setup of the craxdrt.dll dependancey file, point to previous versions of business objects i.e.
    C:\Program Files\Common Files\Business Objects\3.0\bin
    Where it should be
    C:\Program Files\Common Files\Business Objects\3.5\bin
    Even after editing this file and amending the correct locations we still get this error. Has anybody had any success in resolving this. There are lots of forum posts but no diffinitive answers!
    This is an extremelly frustrating problem!
    PLEASE HELP!!!!

    Hi Shane,
    Here is another way to create PDF with Macro using another API than Distiller. This API is faster too.
    Probably this post is not of interest anymore but here is how I have done it:
    1. Download PDFCreator: http://sourceforge.net/projects/pdfcreator/
    2. Use the following Macro:
    Option Explicit
    Sub printPDFmacro()
    'Author : Ken Puls (www.excelguru.ca)
    'Macro Purpose: Print to PDF file using PDFCreator
    ' (Download from http://sourceforge.net/projects/pdfcreator/)
    ' Designed for early bind, set reference to PDFCreator
    Dim pdfjob As PDFCreator.clsPDFCreator
    Dim sPDFName As String
    Dim sPDFPath As String
    '/// Change the output file name here! ///
    sPDFName = "Facture-" & nclient2 & " le " & Format(Date, "yyyy-mm-dd") & ".pdf"
    sPDFPath = "E:\Partenaire Scolaire\Comptabilite\Factures"
    PDFFileName2 = sPDFPath & "\" & sPDFName
    Set pdfjob = New PDFCreator.clsPDFCreator
    With pdfjob
    If .cStart("/NoProcessingAtStartup") = False Then
    MsgBox "Can't initialize PDFCreator.", vbCritical + _
    vbOKOnly, "PrtPDFCreator"
    Exit Sub
    End If
    .cOption("UseAutosave") = 1
    .cOption("UseAutosaveDirectory") = 1
    .cOption("AutosaveDirectory") = sPDFPath
    .cOption("AutosaveFilename") = sPDFName
    .cOption("AutosaveFormat") = 0 ' 0 = PDF
    .cClearCache
    End With
    'Print the document to PDF
    ActiveSheet.PrintOut copies:=1, ActivePrinter:="PDFCreator"
    'Wait until the print job has entered the print queue
    Do Until pdfjob.cCountOfPrintjobs = 1
    DoEvents
    Loop
    pdfjob.cPrinterStop = False
    'Wait until PDF creator is finished then release the objects
    Do Until pdfjob.cCountOfPrintjobs = 0
    DoEvents
    Loop
    pdfjob.cClose
    Set pdfjob = Nothing
    end sub
    Have any questions, just have to poke me.
    Michael

  • Hyperion Financial Report 11.1.1.3 - Run-time error '429':

    Hi All,
    Is Hyperion Financial Report 11.1.1.3 compatible on Windows 7 x64 VM?
    If so, can someone help me with the Run-time error '429' "ActiveX component can't create object", which I am getting when I click the Financial Reporting Studio link after install.
    Thanks

    Yes, it is supported. You can see it in the EPM System Basic Platform tab here: http://www.oracle.com/technetwork/middleware/bi-foundation/oracle-hyperion-epm-system-certific-2-128342.xls
    There is an entry for the same error message on My Oracle Support:
    Cannot Launch Financial Reporting Studio [ID 1115073.1]
    Modified 19-APR-2012 Type HOWTO Status PUBLISHED
    In this Document
    Goal
    Fix
    Applies to:
    Hyperion BI+ - Version 11.1.2.0.00 and later
    Information in this document applies to any platform.
    ***Checked for relevance on 20-Apr-2012***
    Goal
    When you try to launch the Financial Reporting Studio on a Vista 32bit desktop workstation, you receive the following error:
    "Run-Time Error '429': ActiveX Component can't create object".
    You have installed Studio as an administrator on the desktop
    Fix
    When you install Financial Reporting Studio using the Administrator account, right-click "Run as Administrator".
    Related
    Products
    •Enterprise Performance Management and Business Intelligence > Business Intelligence > Hyperion Query & Reporting > Hyperion BI+
    Keywords
    ACTIVEX; ADMINISTRATOR; DESKTOP; FINANCIAL REPORTING; FINANCIAL REPORTING STUDIO; INSTALL; RUN-TIME; STUDIO; WORKSTATION
    Errors
    ERROR 429
    Although it says Version 11.1.2.0.00 and later, I'd give it a shot.
    Cheers,
    Mehmet

  • Hyperion Financial Reports Run-time error '429' ActiveX error:

    Hi All,
    When i open a Hyperion Financial Reports i am getting an error:
    Run-time error '429' ActiveX component can't create object,
    If anybody having same issue, please let me know, any help will be appreciated..
    Thanks

    I have tried configuring and running the fix and I get a 'Build Failed' with several errors.
    Client is Vista 64bit, if that matters.
    Thanks for any help.
    -Todd
    PS I believe this is the relevant output:
    hyperion.home.register:
    [exec] Execute failed: java.io.IOException: CreateProcess: regedit.exe /s C
    :\Hyperion\BIPlus\install\scripts/../scripts/HyperionHome.reg error=740
    [delete] Deleting: C:\Hyperion\BIPlus\install\scripts\HyperionHome.reg
    general.replace:
    replace.install.all:
    replace.install.unix:
    replace.install.web.unix:
    replace.install:
    general.system.files:
    sysfiles.deploy:
    [echo] C:\Hyperion\BIPlus\install\scripts/..\system\files
    BUILD FAILED
    C:\Hyperion\BIPlus\install\scripts\SetupHyperionReports.xml:165: Following error
    occured while executing this line
    C:\Hyperion\BIPlus\install\scripts\SetupSystemFiles.xml:16: Execute failed: java
    .io.IOException: CreateProcess: C:\Hyperion\BIPlus\install\scripts\..\bin\update
    file.exe 0 C:\Hyperion\BIPlus\install\system\files\OLEDLG.DLL system\files C:\Wi
    ndows/system32 error=740
    Total time: 4 seconds

  • Template builder - run time error '429'

    Hi all,
    I'm getting a Visual Basic "run-time error '429' ActiveX component can't create object" in two separate environments. One is using Word 2007 the other Word 2003. The error occurs when I try to log into PI Publisher from Word. I can't find any info on this error. They are both 64 bit machines and I have the .NET 2.0 for 64 bit installed. Has anyone seen this?
    Thanks!
    Patrick

    Correct, you do not need Oracle client software installed. But, where does Desktop get installed? Under C:\Program Files\Oracle\BI Publisher\BI Publisher Desktop. One of the folders therein is DotNetInstallFiles. Then, consider this:
    "With OLE DB .NET, applications can access the Oracle database from any .NET programming language.
    The provider now supports 64-bit Windows natively, including Windows x64 and Windows Itanium."
    I would venture to say that older versions of Desktop were probably not tested on 64-bit PCs because who uses Office on 64-bit Windows? Even in the certification guide, it states that all possible combinations of J2EE compliant engines, databases, OS, etc have not been tested. Digging into the BI installed files, you see ADO-related files.

  • Oracle 10.2 Predictive Analytics Spreadsheet Add-In - Run-time error 429

    Hi,
    I installed the "Oracle 10.2 Predictive Analytics Spreadsheet Add-In" for Excel. When I'm running Excel, and I click the OraclePA menu option "connect", I get the error:
    Run-time error 429:
    ActiveX component can't create object
    I am running Win-2000, and I have the 10.2.0.1.0 (with Data Mining Options) DB installed locally.
    Any ideas on how to resolve this error?
    Thanks.

    Hello,
    this is the typical error seen when trying to activate a program after installing it without restarting your computer first.
    you it tried to restart your computer ????
    What is version of the excel ?

  • "Suppress result row" leads to run-time error 429

    Hi all,
    In the BEx query designer, when I try to change the result row display from never to always in 0CALDAY, I get the following error message:
    Run-time error 429, AcitveX component can't create object.
    Does anybody know how to solve this issue?
    Thanks in advance, Nippon

    Bonjour Nathalie
    Try to add 0FISCVARNT to the query and filter the value

  • Run time error 429

    Hi Forum,
    I have Created queries in FIAR on a particular Infocube which uses Datasource 0FI_AR_4. The problem is when ever I make any changes in the property of any query object it give me an error which reads as: " Run time error 429"   "Activex Component cant create object".
    Any suggestions on how to resolve the issue.
    I promise to award full points tohelpful answers.
    Thanx and regards
    Suhel

    Hello,
    i also faced this problem many times but  i fixed it, i also got some help from this article  [error 429 windows 7|http://www.error429.com] , hope someone might get help from this article.
    Runtime error 429: u201CActiveX component canu2019t create objectu201D
    Here is a solution to this error:
        Reinstall Windows Script
        Repair Windows Script File Information in Registry
        Reregister Concerning File
        Reset Internet Explorer Settings
        Restore your Computer
        Repair System Files

Maybe you are looking for

  • Is It Safe to use an old Disk Utility on a new OS HD?

    Hi - Maybe I'm too concerned about this but I need to calm the obsessive-compulsive within. I'm in the habit of verifying permissions on my 10.4.9 system (G5) via Disk Utility (version 10.5.6) before and after every install or update. On occasion I'v

  • Filter for BAdi CRM_ORDER_STATUS does not work in WebUI

    Hello, we have made an implementation for BAdi CRM_ORDER_STATUS for our sales cycle. In detail: The BAdi implementation shall be triggered if the user sets a special user status within an opportunity. Therefor we have used the standard filter functio

  • How to resize the columns of a table?

    Hi there! I want to resize the column of a JTable(constructed via AbstractTableModel) to fit the exact width of the word in the header? Can anyone tell me how to do this thing? Regards,

  • Stopping execution of the script from the databank

    I'd like to provide control through the databank for the user to programmatically stop the script execution depending on certain real time conditions or data calculations. Does anyone have a sample VBA script example for the ThisJob object. Thanks.

  • New to mdm management

    Hi, I have recently taken on two School's IT management and they have a number of Apple devices.  THey currently do very little in terms of managing these devices and this poses a big risk to data loss.  More importantly, they can not do anything wit