Unable to initialize APIs

Hi,
I use Hyperion essbase 11.1.1.3. I have imported ESB32.bas file and just wrote a small code to check whether the apis gets initialized. But it does not get initialized. I get "API Initialization failed and hence Exiting". Here is my code.
Option Explicit
Declare Function EsbInit Lib "ESBAPIN.DLL" (Init As ESB_INIT_T, hInst As Long) As Long
Sub ESB_Init()
Dim hInst As Long
Dim Init As ESB_INIT_T
Dim sts As Long
ESB_FALSE = 0
ESB_TRUE = 1
' Define init structure
Init.Version = ESB_API_VERSION
Init.MaxHandles = 10
Init.LocalPath = "D:\Hyperion\products\Essbase"
Init.MessageFile = ""
Init.ClientError = ESB_TRUE
Init.ErrorStack = 100
' Initialize the API
sts = EsbInit(Init, hInst)
If sts = 0 Then
MsgBox ("API Initialization successful")
Else
MsgBox ("API Initialization failed and hence Exiting")
Exit Sub
End If
End Sub

on the machine you ar erunning this on have you installed the Essbase client or just smartview? you need to have the api.dlls installed for this to work. Check to see if you have a Hyperion\products\essbase\essbaseclient\api directory. If you do copy the dlls in the redist directory to the Hyperion\products\essbase\essbaseclient\bin directory and try again

Similar Messages

  • Has anyone solved the "Unable to initialize API" e...

    I have an E61 that I'm trying to Sync to Lotus Notes 7 on my Windows XP sp2 Thinkpad. However, I keep getting the following error "Unable to initialize API" I can see that other people have been getting the error too. Nokia's web Site states that PC Sync works with Lotus Notes so I hope that there is a simple fix to this.
    Thank You Penn Jennings

    Hi Synch,
    I checked the computer for notes.ini. There is only one file of this name. Its located in C:\Program Files\lotus\notes
    I installed the latest version of the Nokia Suite 7.0.7.0
    Here is the export of the registry key you requested"
    Key Name: HKEY_LOCAL_MACHINE\SOFTWARE\Lotus
    Class Name:
    Last Write Time: 28/02/2008 - 1:25 PM
    Key Name: HKEY_LOCAL_MACHINE\SOFTWARE\Lotus\Components
    Class Name:
    Last Write Time: 28/02/2008 - 1:25 PM
    Key Name: HKEY_LOCAL_MACHINE\SOFTWARE\Lotus\Components\LotusScriptExtensions
    Class Name:
    Last Write Time: 28/02/2008 - 1:25 PM
    Key Name: HKEY_LOCAL_MACHINE\SOFTWARE\Lotus\Components\LotusScriptExtensions\2.0
    Class Name:
    Last Write Time: 28/02/2008 - 1:25 PM
    Value 0
    Name:
    Type: REG_SZ
    Data:
    Value 1
    Name: Notes
    Type: REG_SZ
    Data: C:\Program Files\lotus\notes\nlsxbe.dll
    Key Name: HKEY_LOCAL_MACHINE\SOFTWARE\Lotus\Components\TeamMail
    Class Name:
    Last Write Time: 28/02/2008 - 1:25 PM
    Value 0
    Name: Description
    Type: REG_SZ
    Data: TeamMail Mail Enabling dll
    Value 1
    Name: KeyPath
    Type: REG_SZ
    Data: Software\Lotus\Notes
    Value 2
    Name: Application
    Type: REG_SZ
    Data: Notes
    Value 3
    Name: Version
    Type: REG_SZ
    Data: 1.0
    Key Name: HKEY_LOCAL_MACHINE\SOFTWARE\Lotus\Notes
    Class Name:
    Last Write Time: 28/02/2008 - 1:25 PM
    Value 0
    Name: DataPath
    Type: REG_SZ
    Data: C:\ntsdata\
    Value 1
    Name: Path
    Type: REG_SZ
    Data: C:\Program Files\lotus\notes\
    Value 2
    Name: Name
    Type: REG_SZ
    Data: Notes.exe
    Value 3
    Name: Description
    Type: REG_SZ
    Data: Lotus Notes
    Value 4
    Name: MultiUser
    Type: REG_DWORD
    Data: 0x0
    Key Name: HKEY_LOCAL_MACHINE\SOFTWARE\Lotus\Notes\7.0
    Class Name:
    Last Write Time: 28/02/2008 - 1:25 PM
    Value 0
    Name: DataPath
    Type: REG_SZ
    Data: C:\ntsdata
    Value 1
    Name: Description
    Type: REG_SZ
    Data: Lotus Notes
    Value 2
    Name: Name
    Type: REG_SZ
    Data: Notes.exe
    Value 3
    Name: Path
    Type: REG_SZ
    Data: C:\Program Files\lotus\notes
    Value 4
    Name: MultiUser
    Type: REG_DWORD
    Data: 0x0
    Key Name: HKEY_LOCAL_MACHINE\SOFTWARE\Lotus\Sametime Client
    Class Name:
    Last Write Time: 28/02/2008 - 1:25 PM
    Key Name: HKEY_LOCAL_MACHINE\SOFTWARE\Lotus\Sametime Client\StConnAgent
    Class Name:
    Last Write Time: 28/02/2008 - 1:25 PM
    Key Name: HKEY_LOCAL_MACHINE\SOFTWARE\Lotus\Sametime Client\StConnAgent\IBMLotusNotes65
    Class Name:
    Last Write Time: 28/02/2008 - 1:25 PM
    Value 0
    Name:
    Type: REG_SZ
    Data: C:\Program Files\lotus\notes\stconnagent30.exe
    I tried this on another laptop we have, a Dell D505. Notes is setup in what looks to be exactly the same way. Using the same ID file in the same location.
    The Nokia Suite works perfectly with the this setup.
    I compared the two registry entries for HKEY_LOCAL_MACHINE\SOFTWARE\Lotus. Besides differences in dates, both keys are exactly the same. So we have two computers where the connection works perfectly, it picks up the server and then you can log into it with a password. The other system won't connect to the Notes server and you can't get anywhere.
    Any help appreciated.

  • Unable to initialize TldLocationsCache - Tomcat 5.5 - Struts

    I have a stuts application running on Tomcat 5.5.17. It works flawlessly on every server I've tested it on, with various JVM versions, various versions of Tomcat 5.5, and even on Tomcat 4.1. That is, every server except the target machine.
    The error I'm getting looks something like this:
    exception
    org.apache.jasper.JasperException: Unable to initialize TldLocationsCache: XML parsing error on file /WEB-INF/c.tld
         org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:510)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:375)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    root cause
    org.apache.jasper.JasperException: Unable to initialize TldLocationsCache: XML parsing error on file /WEB-INF/c.tld
         org.apache.jasper.compiler.TldLocationsCache.init(TldLocationsCache.java:253)
         org.apache.jasper.compiler.TldLocationsCache.getLocation(TldLocationsCache.java:224)
         org.apache.jasper.JspCompilationContext.getTldLocation(JspCompilationContext.java:526)
         org.apache.jasper.compiler.Parser.parseTaglibDirective(Parser.java:422)
         org.apache.jasper.compiler.Parser.parseDirective(Parser.java:492)
         org.apache.jasper.compiler.Parser.parseElements(Parser.java:1552)
         org.apache.jasper.compiler.Parser.parse(Parser.java:126)
         ...c.tld is unmodified from the orginal Struts distribution, and passes XML validation. Removing c.tld reports the same error for the next tld, c-rt.tld.
    On a test server, I have the same version of JVM running, 1.5.0_02-b09, the same version of Tomcat, 5.5.17, and exactly the same jars (not just by name, but identical files) in ~tomcat/common/lib, ~tomcat/common/endorsed, as well as /WEB-INF/lib. server.xml and web.xml are also identical. But I can't reproduce the error no matter what I do.
    I'm really clueless at the moment. Does tomcat need user rights to a certain directory in order the write the tld cache? Could there be something else system specific causing this error?
    Thanks in advance,
    Mike

    sun.boot.class.path:
    /volume/local/jakarta/apache-tomcat-5.5.17/common/endorsed/xalan.jar:
    /volume/local/jakarta/apache-tomcat-5.5.17/common/endorsed/xercesImpl.jar:
    /volume/local/jakarta/apache-tomcat-5.5.17/common/endorsed/xmlParserAPIs.jar:
    /volume/local/jdk1.5.0_02/jre/lib/rt.jar:/volume/local/jdk1.5.0_02/jre/lib/i18n.jar:
    /volume/local/jdk1.5.0_02/jre/lib/sunrsasign.jar:
    /volume/local/jdk1.5.0_02/jre/lib/jsse.jar:
    /volume/local/jdk1.5.0_02/jre/lib/jce.jar:
    /volume/local/jdk1.5.0_02/jre/lib/charsets.jar:
    /volume/local/jdk1.5.0_02/jre/classes
    ~tomcat/common/endorsed:
    -rwxr--r--   1 tomcat   tomcat   2907319 Mai 30  2003 xalan.jar
    -rw-r--r--   1 tomcat   tomcat    895813 Sep 21  2005 xercesImpl.jar
    -rw-r--r--   1 tomcat   tomcat    123705 Sep 21  2005 xmlParserAPIs.jar
    ~tomcat/common/lib:
    -rw-r--r--   1 tomcat   tomcat     54368 Sep 27  2005 activation.jar
    -rw-r--r--   1 tomcat   tomcat    112341 Jan 19  2005 commons-el.jar
    -rw-r--r--   1 tomcat   tomcat    918743 Jan 19  2005 jasper-compiler-jdt.jar
    -rw-r--r--   1 tomcat   tomcat    382353 Jan 19  2005 jasper-compiler.jar
    -rw-r--r--   1 tomcat   tomcat     76748 Jan 19  2005 jasper-runtime.jar
    -rw-r--r--   1 tomcat   tomcat     50493 Jan 19  2005 jsp-api.jar
    -rw-r--r--   1 tomcat   tomcat      8674 Okt 26  2005 jta-spec1_0_1.jar
    -rw-r--r--   1 tomcat   tomcat    440483 Okt 26  2005 mysql-connector-java-3.1.11-bin.jar
    -rw-r--r--   1 tomcat   tomcat    154101 Jan 19  2005 naming-factory-dbcp.jar
    -rw-r--r--   1 tomcat   tomcat     35494 Jan 19  2005 naming-factory.jar
    -rw-r--r--   1 tomcat   tomcat     46606 Jan 19  2005 naming-resources.jar
    -rwxr--r--   1 tomcat   tomcat   1174976 Sep 21  2005 ojdbc14.jar
    -rw-r--r--   1 tomcat   tomcat    210302 Sep 21  2005 pg74.215.jdbc3.jar
    -rw-r--r--   1 tomcat   tomcat     97693 Jan 19  2005 servlet-api.jar
    ~tomcat/webapps/kalender/WEB-INF/lib:
    -rw-r--r--   1 tomcat   tomcat     25822 Dez 19  2003 asm.jar
    -rw-r--r--   1 tomcat   tomcat    274216 Apr 18  2004 cglib-2.0.1.jar
    -rw-r--r--   1 tomcat   tomcat    118726 Jun 30  2003 commons-beanutils.jar
    -rw-r--r--   1 tomcat   tomcat    165119 Jun 30  2003 commons-collections.jar
    -rw-r--r--   1 tomcat   tomcat    109096 Jun 30  2003 commons-digester.jar
    -rw-r--r--   1 tomcat   tomcat     22379 Jun 30  2003 commons-fileupload.jar
    -rw-r--r--   1 tomcat   tomcat     63980 Jun 30  2003 commons-lang.jar
    -rw-r--r--   1 tomcat   tomcat     31605 Jun 30  2003 commons-logging.jar
    -rw-r--r--   1 tomcat   tomcat     46865 Jun 30  2003 commons-validator.jar
    -rw-r--r--   1 tomcat   tomcat    486522 Okt 25  2003 dom4j.jar
    -rw-r--r--   1 tomcat   tomcat     42030 Dez 17  2003 ehcache.jar
    -rw-r--r--   1 tomcat   tomcat    910873 Feb 04  2004 hibernate2.jar
    -rw-r--r--   1 tomcat   tomcat     65368 Jun 30  2003 jakarta-oro.jar
    -rw-r--r--   1 tomcat   tomcat    191881 Jul 19  2004 jaxen-full.jar
    -rw-r--r--   1 tomcat   tomcat     20812 Jul 19  2004 jstl.jar
    -rw-r--r--   1 tomcat   tomcat    440483 Okt 26  2005 mysql-connector-java-3.1.11-bin.jar
    -rw-r--r--   1 tomcat   tomcat     23563 Jul 19  2004 saxpath.jar
    -rw-r--r--   1 tomcat   tomcat    508651 Jul 19  2004 standard.jar
    -rw-r--r--   1 tomcat   tomcat     10518 Jul 04  2006 struts-legacy.jar
    -rw-r--r--   1 tomcat   tomcat    498051 Jun 30  2003 struts.jar
    -rw-r--r--   1 tomcat   tomcat   1812019 Jan 15  2002 xerces.jar
    -rw-r--r--   1 tomcat   tomcat    895924 Sep 03  2004 xercesImpl.jar
    -rw-r--r--   1 tomcat   tomcat    123705 Sep 03  2004 xmlParserAPIs.jar
    web.xml:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">
    <web-app>
      [...snip...]
      <taglib>
        <taglib-uri>/tags/struts-bean</taglib-uri>
        <taglib-location>/WEB-INF/struts-bean.tld</taglib-location>
      </taglib>
      <taglib>
        <taglib-uri>/tags/struts-html</taglib-uri>
        <taglib-location>/WEB-INF/struts-html.tld</taglib-location>
      </taglib>
      <taglib>
        <taglib-uri>/tags/struts-logic</taglib-uri>
        <taglib-location>/WEB-INF/struts-logic.tld</taglib-location>
      </taglib>
      <taglib>
        <taglib-uri>/tags/struts-nested</taglib-uri>
        <taglib-location>/WEB-INF/struts-nested.tld</taglib-location>
      </taglib>
      <taglib>
        <taglib-uri>/tags/struts-template</taglib-uri>
        <taglib-location>/WEB-INF/struts-template.tld</taglib-location>
      </taglib>
      <taglib>
        <taglib-uri>http://java.sun.com/jstl/core</taglib-uri>
        <taglib-location>/WEB-INF/c.tld</taglib-location>
      </taglib>
      <taglib>
        <taglib-uri>http://java.sun.com/jstl/core_rt</taglib-uri>
        <taglib-location>/WEB-INF/c-rt.tld</taglib-location>
      </taglib>
      <taglib>
        <taglib-uri>http://java.sun.com/jstl/fmt</taglib-uri>
        <taglib-location>/WEB-INF/fmt.tld</taglib-location>
      </taglib>
      <taglib>
        <taglib-uri>http://java.sun.com/jstl/fmt_rt</taglib-uri>
        <taglib-location>/WEB-INF/fmt-rt.tld</taglib-location>
      </taglib>
      <taglib>
        <taglib-uri>http://java.sun.com/jstl/sql</taglib-uri>
        <taglib-location>/WEB-INF/sql.tld</taglib-location>
      </taglib>
      <taglib>
        <taglib-uri>http://java.sun.com/jstl/sql_rt</taglib-uri>
        <taglib-location>/WEB-INF/sql-rt.tld</taglib-location>
      </taglib>
      <taglib>
        <taglib-uri>http://java.sun.com/jstl/xml</taglib-uri>
        <taglib-location>/WEB-INF/x.tld</taglib-location>
      </taglib>
      <taglib>
        <taglib-uri>http://java.sun.com/jstl/xml_rt</taglib-uri>
        <taglib-location>/WEB-INF/x-rt.tld</taglib-location>
      </taglib>
      <taglib>
        <taglib-uri>/WEB-INF/struts-bean.tld</taglib-uri>
        <taglib-location>/WEB-INF/struts-bean.tld</taglib-location>
      </taglib>
      <taglib>
        <taglib-uri>/WEB-INF/struts-html.tld</taglib-uri>
        <taglib-location>/WEB-INF/struts-html.tld</taglib-location>
      </taglib>
      <taglib>
        <taglib-uri>/WEB-INF/struts-logic.tld</taglib-uri>
        <taglib-location>/WEB-INF/struts-logic.tld</taglib-location>
      </taglib>
      <taglib>
        <taglib-uri>/WEB-INF/struts-template.tld</taglib-uri>
        <taglib-location>/WEB-INF/struts-template.tld</taglib-location>
      </taglib>
      <taglib>
        <taglib-uri>/WEB-INF/struts-tiles.tld</taglib-uri>
        <taglib-location>/WEB-INF/struts-tiles.tld</taglib-location>
      </taglib>
      <taglib>
        <taglib-uri>/WEB-INF/struts-nested.tld</taglib-uri>
        <taglib-location>/WEB-INF/struts-nested.tld</taglib-location>
      </taglib>
    </web-app>There seems to be a lot of duplication of jars, including two different versions of Xerces. If I'm not mistaken, Xerces is already included in jre 1.5 as well? I'll begin by removing duplicate jars, to see if that fixes the problem. If not, I'll try removing the taglibs included in standard.jar and jstl.jar from web.xml as well. Thanks for the suggestions :)

  • Unable to initialize service 'RemoveComponentServiceInterface'

    Hi everyone!
    I'm trying to use the api's RemoveComponentServiceInterface by doing the following:
    RemoveComponentServiceInterface removeService = (RemoveComponentServiceInterface) Services.getService(
                        "com.sap.me.production", "RemoveComponentServiceInterface");
    On runtime I get the following exception: Unable to initialize service 'RemoveComponentServiceInterface'
    I can't figure out where my mistake may be. Any hints?
    Thanks a lot!

    See Re: When I create SFC By Using API, Exception Happened!

  • (-105) Unable to initialize OBServerDLL.dll

    Hi All,
    I have a problem with connection to SAP B1 DB on HANA in B1if. I've read the forum and tried evry solution but nothing helped.
    This is an error message:
    com.sap.b1i.adapter.dia.exception.ConnectionFailedException: Connect to Business One failed.
    (-105) Unable to initialize OBServerDLL.dll
    {b1Server=IP:PORT, company=SBODEMOPL, licenseServer=SERVER:40000, dbType=9, dbUser=SYSTEM, userName=B1i}
    DI API is installed.
    JCO Path i set correctly.
    No SM_OBS_DLL or SM_OBS_DLL_64 folder in %temp%.
    There is only SM_OBS_DLL_64 folder in C:\Windows\Temp. I changed its name but after service restart it shows again.
    Any idea how to solve it?
    Kind regards
    Szymon

    Hi Szymon,
    We have the same issue. after a clean installation and double checking the B1i password + connections strings to the HANA server. we are getting the same connecting issue when testing the connection:
    Hana version we are using is 9.0 PL3 HANA
    Error message":
    com.sap.b1i.adapter.dia.exception.ConnectionFailedException: Connect to Business One failed.
    (-105) Unable to initialize OBServerDLL.dll
    {b1Server=SAP:30015, company=SBO_JEROEN, licenseServer=HANA-TS:30000, dbType=9, dbUser=SYSTEM, userName=B1i}
    Did you manage to find a solution?
    Things we tried:
    Eventsender Setup
    Restarting services  (integration, eventsender, proxy, proxy monitor)
    Turning off Windows firewall service.
    Kind Regards,
    Chester van Ree

  • Error while installing exchange2007 : Unable to initialize the Microsoft Exchange Information Store service. Failed to find the

    Hi,
    I am trying fresh install of exchange2007, everything gone well but, finally it thrown a error saying :
    Unable to initialize the Microsoft Exchange Information Store service. Failed to find the working directory parameter from the registry - Error 0x80004005.
    the installation log says
    6/5/2007 3:14:05 PM] [1] Processing component 'Mailbox Service Control (Last)' (Starting mailbox services).
    [6/5/2007 3:14:05 PM] [1] Executing 'start-SetupService -ServiceName MSExchangeIS -MaximumWaitTime "unlimited"', handleError = False
    [6/5/2007 3:14:05 PM] [2] Launching sub-task '$error.Clear(); start-SetupService -ServiceName MSExchangeIS -MaximumWaitTime "unlimited"'.
    [6/5/2007 3:14:05 PM] [2] Beginning processing.
    [6/5/2007 3:14:05 PM] [2] The maximum wait for the operation is set to 'unlimited'.
    [6/5/2007 3:14:05 PM] [2] Service checkpoint has progressed. Previous checkpoint='0' - Current checkpoint='1'.
    [6/5/2007 3:14:05 PM] [2] Will wait '10000' milliseconds for the service 'MSExchangeIS' to reach status 'Running'.
    [6/5/2007 3:14:15 PM] [2] Service 'MSExchangeIS' failed to reach status 'Running' on this server after waiting for '10000' milliseconds.
    [6/5/2007 3:14:15 PM] [2] Service 'MSExchangeIS' failed to start. Check the event log for possible reasons for the service start failure.
    [6/5/2007 3:14:15 PM] [2] [ERROR] Unexpected Error
    [6/5/2007 3:14:15 PM] [2] [ERROR] Service 'MSExchangeIS' failed to start. Check the event log for possible reasons for the service start failure.
    [6/5/2007 3:14:15 PM] [2] Ending processing.
    [6/5/2007 3:14:15 PM] [1] The following 1 error(s) occurred during task execution:
    [6/5/2007 3:14:15 PM] [1] 0.  ErrorRecord: Service 'MSExchangeIS' failed to start. Check the event log for possible reasons for the service start failure.
    [6/5/2007 3:14:15 PM] [1] 0.  ErrorRecord: Microsoft.Exchange.Configuration.Tasks.ServiceFailedToStartException: Service 'MSExchangeIS' failed to start. Check the event log for possible reasons for the service start failure.
    [6/5/2007 3:14:15 PM] [1] [ERROR] Service 'MSExchangeIS' failed to start. Check the event log for possible reasons for the service start failure.
    [6/5/2007 3:14:15 PM] [1] Setup is halting task execution because of one or more errors in a critical task.
    [6/5/2007 3:14:15 PM] [1] Finished executing component tasks.
    [6/5/2007 3:14:15 PM] [1] Ending processing.
    [6/5/2007 3:14:18 PM] [0] End of Setup
    [6/5/2007 3:14:18 PM] [0] **********************************************
    this I am trying on my test system please help me out in resolving the issue
    thanks in advance,

    Gary,
    Open Registry Editor.
    In Registry Editor, navigate to the following registry key:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSExchangeIS\ParametersSystem
    Create the following value (REG_SZ): Working Directory and give it a value that points to the new database folder.
    Make sure you back up the registry before you do any changes on it.
    Raj

  • 5.1.4 update breaks HDV capture? Unable to Initialize Capture Device

    Problem:
    Final Cut Pro cannot capture standard 1080i60 HDV footage from Sony FX1 camcorder. FCP reports "Unable to Initialize Capture Device" when the log and capture window is opened. However, the footage CAN be captured in iMovie (which is interesting, and unacceptable). When HDV>DV downconvert option on camcorder is activated, footage CAN be captured as anamorphic SD, so the camcorder and FW do work.
    The problem is occuring on a rock-solid FCP system that I use on a regular basis (mainly for SD editing). It has been approx 2 weeks since I last attempted a HDV capture, the system has been working great with SD footage (still does).
    Factors that have changed to my knowledge since HDV capture was last functioning properly:
    *Added a new external FW drive into regular usage (a different brand than normally used, no issues with it so far).
    *Updated FCP to 5.1.3, and then 5.1.4 when that fix came out. All SD captures and work have been fine so far.
    Here's what's interesting...I had a copy of the FCP v5.0.4 .app that I had saved an archive of prior to the crossgrade update. Guess what? I can load it up, and it captures HDV without any problems! With that in mind, this looks like an FCP 5.1.4 issue. But I am at a loss on how to proceed further in troubleshooting. Many thanks in advance for any assistance.
    Matt Jeppsen
    FresHDV.com
    ---NOTES---
    What I have tried:
    *Attempted capture with a different Sony FX1 camcorder.
    *Swapped firewire cables and system firewire ports.
    *Attempted capture with camera FW chained to an external HDD.
    *Unplugged all other external firewire devices from the system.
    *Trashed FCP prefs using FCP Rescue 5, created new project using Easy Setup (for HDV).
    *Tried different variations of FCP A/V settings, tried all the HDV FW device control presets and the HDV AIC capture preset.
    *Per instructions at http://docs.info.apple.com/article.html?artnum=301852 I removed the numbered Quicktime pckg Receipts and re-installed the latest version (7.13). Post-install/reboot, I repaired Disk Prefs and Verified the disk using Disk Util.
    *Have also attempted installing QT 7.13 2 and 3 times in a row, also trying disk prefs repair BEFORE the post-install reboot.
    Final Cut Pro Audio/Video Settings:
    Sequence Preset: HDV-1080i60
    Capture Preset: HDV
    Device Control Preset: Sony HDV Firewire
    Sony HDR-FX1 IN/OUT REC settings:
    *VCR HDV/DV: HDV
    *COMPONENT: 1080i/480i
    *i.LINK CONV: OFF
    *TV TYPE: 16:9
    *A/V->DV OUT: OFF
    System/Software Facts:
    *Final Cut Pro 5.1.4
    *Quicktime 7.13
    *PPC Mac G5 2.7 Dual (2.5GB RAM)
    *35GB free on System, 45GB free on internal FCP Scratch disk
    Final Cut Pro 5.1.4, G5 DP 2.7 (PPC) Mac OS X (10.4.8)

    I think I figured out this vexing problem. I too was having the same issue. Check to see that your Quicktime is newer than 7.1.2. If it isn't you'll have to upgrade it. I only upgraded to 7.1.6 here because I was afraid of going to a really new version. http://www.apple.com/support/downloads/quicktime716formac.html. After I upgraded my quicktime, I ran software update and the Final Cut Pro 5.1.4 update appeared. I hoipe this helps.

  • Unable to initialize HDV deck.   Please make sure a deck is connected....

    Ok, this is driving me nuts. I've done this before. I have a Canon HV20. I spent HOURS and HOURS on Sunday (two days ago) capturing 1.5 hours of video (DV, not HD) from my HV20 using iMovie09. Then spent more hours burning a DVD using iDVD09. Results were less than glamorous. Quite disappointing, video-quality-wise....
    So today I reinstalled FCE 4.0 (HD) and decided to capture a few minutes of the same film and compare the results when making a DVD. My expectations are that it will look better. Naturally, I was hoping for the less-expensive, easier to use product (iMove09) would win, but so far, I can't compare because I keep getting "Unable to initialize HDV deck...". Folks, I have a firewire cable connected. I just used the same camera on the same cable on the same computer (macbook pro). the ONLY thing i changed was the software. Even switched back to iMovie for a minute to see if the cable still worked and sure enough, it's fine.
    So, I'm blank on ideas here as to why "FILE/CAPTURE" in FCE would give me this error now. I'm waaaaaaaay open to ideas and even open to "stupid user error"... just tell me what it is....
    This is soooooooooooo frustrating. Now I remember why I don't do video that often. Real pain in the butt sometimes...
    Thoughts????

    "Unable to initialize HDV deck...".
    You seem to be trying to capture DV?
    At the moment FCE is looking for a HDV camera and there is not one attached, a DV camera is.
    Change the Easy Setup to the correct DV option to match the cameras output (audio and video), save, then try again.
    Al

  • Unable to initialize hdv deck problem

    Hi all,
    I'm having the 'unable to initialize hdv deck' problem. I am trying to capture HD footage from a Sony HVR-A1E camera. iLink and down conversion are off (like they should be) and I have just captured a HD tape before the problem started.
    I don't understand how I could capture HD footage just fine and then without touching any settings (just trying to start capture again) I suddenly get the error message, "Unable to initialize HDV deck. Please make sure a deck is connected and try again."
    Any ideas?

    Definitely. Shot on HDV, definite difference between the clips I've captured so far (HD capture that worked fine before this is high quality sharp image, where as when capturing in SD, image quality is poor and smaller).
    Everything has been filmed on the same camera with no setting changes between shots. Like I said before, I have already been able to capture today in HD just fine, but for some unknown reason (which I don't think is the prefs.) capture will not work. I can 'trick' FCE into HD capture but it gets stuck on cueing tape (even though video is playing fine on camera).

  • Unable to Initialize Capture Device

    Hi,
    I am having a problem importing/capturing HDV video from my JVC HD GR 1 getting "Unable to Initialize Capture Device".
    I have been able to capture fine up to this point, finicky some times to be sure, but workable, then in the last few weeks it began getting more and more finicky (wouldn't connect to camera, restart and it works fine), until just the other day it wont connect no matter what I do!
    Help?
    Ask questions if you need clarification.
    Camera: JVC HD GR 1
    Tape: Mini DV
    Format: HDV
    Software: FCP 5.1.4

    Unfortunately when both "Capture" and "Device Control" presets are not set to HDV it wont even try to connect and gives me this warning:
    "To capture HDV source material, both the Capture and Device Control presets must be configured for HDV; otherwise, to capture in another format, both must not be configured for HDV."
    As a side note when my camera was connecting to FCP. FCP would only give me on screen controls half the time.

  • Unable to initialize capture device and device control in HDV

    I shot with a Sony HVR-Z1U/Z1N and am using a Sony HDV 1080i tape deck to digitize.
    I recently purchased a MacBook Pro and installed FCP Pro 5 on it. After getting over some time code issues we were chugging along, when on the 4th tape the image on the log and capture screen suddenly dissapeared (I could get audio and could see the image on the tape deck). Well after taking the tape out, checking and rechecking it I popped it back in and ever since then, I have been getting this error mssg "Unable to initialize capture device and device control."
    I have tried deleting the preferences and starting from scratch. If I do that, and choose the easy setup with HDV- 1080i60, it gives me this error "Unable to locate the following external devices- HDV (1440 X 1080) 30fps.
    I upgraded to FCP 5.1.2 this morning and upgraded the OS to 10.4.7 and QT to 7.1.3 and still no change.
    Im at my wits end, Ive been working on this for a whole week now.
    Thank you,
    Bugs

    It has been reported to take more than one attempt to correct the installation but, if properly executed on a machine without other system problems, the QT reinstall process does work. The key element here is you must reinstall QT after you trash the receipts. The process is listed below.
    x
    To do a full quicktime reinstall.
    Go to /library/receipts and delete any files that say Quicktime followed by a number e.g. Quicktime703.pkg
    Go to the Apple quicktime site and download the appropriate version of Quicktime to your hard drive.
    Run the Quicktime installer.
    Repair Disk Permissions for your System Disk (Disk Utility > Select the system disk > Repair Disk Permissions)
    Reboot
    If this doesn't work, then the problem lies elsewhere:
    1. your system - user preferences, firewire ports or other system elements.
    2. your equipment - camera/deck/firewire cables.
    3. your process - not setting up the software properly or using the software erroneously.
    Listed below is a troubleshooting process. Not all steps are appropriate but the general process of isolating the problem is useful.
    Troubleshooting Steps for OS X
    by Jan Johannsen (Collected from: Apple>User Tips Library>User Tips Contributions forum)
    FIRST AID
    01 Completely shutdown, wait a 5 minutes, restart
    02 Make sure you're not running out of free space on the System volume
    03 Check/fix the filesystem using Disk Utility &/or Diskwarrior
    04 Repair permissions using Disk Utility
    05 Create a new user account, and see if the problem persists there
    06 Clear system & user caches
    07 Run FCP Rescue
    08 Unplug all USB, Firewire devices except Apple mouse
    09 Startup in SafeBoot mode, and see if the problem persists there
    10 Reset system firmware
    MORE SERIOUS TROUBLESHOOTING
    11 Reapply the latest combo updater
    12 Run the Apple hardware diagnostic CD
    13 Check the hard drive for bad blocks
    14 Take out 3rd party RAM
    15 Unplug 3rd Party PCI cards
    16 Reset PMU
    17 Archive and reinstall the OS
    18 Reinstall the system from scratch
    19 Send the machine back to Apple

  • "Unable to initialize video deck" inquiry

    I am new to Mac and FCE, so I ask for some slack...
    I am trying to get video from my Panasonic AG DVX 100 into FCE.
    About my system: IMac 2.4 GHz Intel Core 2 Duo with OS X 10.5.2. I have FCE 4 on this computer, not an upgrade of earlier program, but version 4, straight out of the box. I know FCE is working, because I have edited a hour long project on it.
    Here's my issue: With the first project complete, I want to import some new video into FCE and start another project. I connect the camera to the Mac via firewire (the white cable that I bought at the Mac store). When I go to "File" in FCE, I go to capture, and I get the following message:
    *"Unable to initialize video deck. You may still use capture now."*
    I continue by selecting "capture now." The capture window appears with "preview disabled" on the color bars, "no communication" at the bottom of the window. I hit "capture now" in the bottom right and I get the following message:
    *"Attempt to capture video without a video device selected. Please select a video device in your capture presets and try again."*
    I can't seem to track down "capture presets" , so that's my first issue. This was not a problem the first time I captured video. While at the Mac store, we plugged the camera into other Macs, but still would not get a signal. On FC, it would recognize the camera for a second or two, then flash the "no communication" error. The Mac folks believed it was a camera video out issue.
    Some additional factors:
    1. it's not the video output on this particular camera. Since that Mac store visit, I hooked it up to another computer and I could see video. So I'm confident that the camera will send video through this firewire.
    2. Back to my original project, I imported video into FCE using this cable and a different mini dv camera (sony). It worked with the Sony camera, but will not work with this Panasonic.
    I asked another friend, a MAC/FC/Panasonic DVX 100 guy, and he has never encountered this particular error message. He believes it's some setting within the computer that can be fixed through a software patch.
    I would be most grateful for insight into solving what is likely a problem others have experienced. Please keep in mind that I am new to this whole process, and will likely show this thread to the people at the Mac store during my next one-on-one class.
    Thank you very much.

    David:
    Thanks for your suggestion. I did check the firewire to ensure it's securely in place, and it seems like it is.
    I did connect this camera and this firewire into a friend's macbook, and the signal was successfully received.
    So I don't think it's a "loose wire" possibility. We also checked another camera into my Mac's firewire port, and it was successful.
    So for some unknown reason, this particular Mac will not recognize this particular camera.
    Again, your insights are greatly appreciated.

  • Unable to initialize video deck

    I'm using Final Cut Pro 7.0.2 and I get this message when trying to Capture Footage from my camera: "Unable to initialize video deck". My settings are on Firewire NTSC which is what I always use. I used it a week ago and it worked then and many times before, now all of a sudden, it doesn't work. Anyone know what the problem is? Is the firewire fried or is there something else that could be wrong?

    I am having a similar problem. I have the Canon Z65 DV camcorder and have a firewire 800 cable that connects correctly to the camera and my newer Macbook Pro but i dont see anything under the Apple Info under firewire. It just lists the maximum speed for the firewire bus. I put the camera on VCR/Play mode and even tried setting the cameras VCR setting VCR-->DV to On but still i dont see any changes for whats connected to the firewire bus or the ability to see the camera in imovie.
    Any advice?

  • Unable to initialize video deck, (can not capture from camera)

    Hello All,
    I am using a quad core G5 and am trying to capture some footage into Final Cut Pro version 5.0. I have two Panasonic DVX 100B mini DV cameras. I normally capture with a JVC BR-DV3000 mini DV deck but it is currently not working. So I'm trying to capture using my camera.
    I hooked my camera up to my computer via firewire and started final cut, When I click File > Log and capture a little window pops up that reads:
    " Unable to initialize video deck. You may still log offline clips or use Capture Now"
    I'm not sure why this box is appearing. When I click the capture now button, the Capture window pops up and then I press play on the video camera and the footage plays on the camera but the capture window remains black or empty. I have tried both cameras and two different firewire cables with the same results. I have also tried to restart the computer.
    Can anyone shine some light on this situation?
    Thank you so much for your help.
    Mike Wardynski

    Are there any other firewire devices connected to your Mac?
    Did you go into your easy setup and reselect the DV setting for the standard you are using?
    Also sometimes, shutting down and restarting your Mac, after making these changes some times allows the new device to be recognized.
    One other thing, the DV camera may have a menu setting that needs to be set for communication via firewire possibly?

  • Unable to initialize deck?

    I have 3 tapes from an event to capture and edit with my Panasonic DVX100B. The first tape captured fine. A couple of days later I try to capture another tape and suddenly I get "unable to initialize deck"!
    I have...
    1) Tried to capture on my Macbook Pro - same message
    2) Tried to capture with a different camera - Canon Optura 40 - when I click capture it says "no video"
    3) Deleted QuickTime Receipts and reinstalled QuickTime
    4) Tried to capture with QuickTime and iMovie - no can do
    5) Tried to change settings in FCP but it says "[Missing] Apple Firewire NTSC
    any suggestions? Please help!
    Diane

    For whatever reason, your mac is not recognizing the deck/camera. Not sure what the issue is, since it obviously recognized the FW drive on at least one port, yet didn't recognize the 2nd camera.
    My first thought would be bad FW cable(s)/port(s), but what you've explained doesn't sound like the problem.
    FYI, updates are a tricky business...particularly QT. Final Cut tends to operate best with certain combinations of OS/FCP/QT. But that shouldn't explain your mac not even recognizing the camera(s).
    Tell us exactly what versions of OS/FCP/QT you're currently working with.
    Might also try connecting both cameras to see if they can see each other (ruling out bad FW ports on each). Might also go buy a new FW cable.
    Post back,
    K

Maybe you are looking for