Oci-jdbc on window, missing a file k???10.dll

downloaded, installed the light version, set the path and classpath,
compiled a java program, and ran :
it ran. but on database part, an dialog box poped up -- couldn't locate file k???10.dll for an entry point from oci.dll. the file start with k, end with 10.dll, I don't remember the exact file name. this file is not included in the downloaded INSTANT CLIENT files.
I checked the 10g Express Edition Home/bin, there is no this file either.
If I change "oci" back to "thin", and reset my classpath to point to thin JDBC,
recompile and run, it works.
What is wrong with my OCI-JDBC?
J.

That sounds strange. businesscircle_logosgray.pdf is the spiral image above the word "Company" in the template. I assume you deleted it, when you made your own templates. It is supposed to be a place holder to replace with another image.
I would probably try recreating your new template and keep the image just in case. You could also try creating a new blank template and paste everything from the business template except that image. Hope you manage to sort it out.

Similar Messages

  • Captivate 6 Errors: Missing file libwinpthread-1.dll  and The Application was unable to start correctly (0xc000007b) on Windows 2008 R2

    Hi,
    I have a problem with Captivate 6 installation on Windows Server 2008 R2. I have 2 different scenarios where I tested but the result is same.
    1- I used AMEE (Application Manager Enterprise 3.1) to create the installation Package to deploy through SCCM 2012.
    Notice that the current package works fine on Windows7 (x86 & x64) but not on 2008 R2 due to an error after I try to launch Captivate.exe application.
    The error states that there's a Missing file: libwinpthread-1.dll and if I copy and made a registration of this .DLL file then it sends another error saying: The Application was unable to start correctly (0xc000007b) so it never let me launch the application.
    2- Now if I install the package directly from the Original sources(CD) without creating any AMEE package after completing the installation I still have the same error about the DLL missing file.
    Is there any fix or workaround to install Captivate 6 on Win2008 R2 ?
    Thanks in advance & kind regards.

    Wow, No replies so far !! 
    Any one ?? 

  • Missing itil file in windows 8

    I keep getting the error of missing itil file in windows 8.  I recreate the itil file and itunes works fine once.  After I log out of itunes the next time I launch it I get the same error.  Where should Itunes be located in windows 8 directory structure and where whould the itil file folder be located within that structure? 

    Temporarily choose Duplicate Display then change back to single display and Icons may reappear on main display. (It worked for me.) The Show Desktop selection was already in place on my machine and toggling it does not fix this issue.
    The best fix would be on MS's end. Removing the extended display from my laptop inconsistently clobbers the Icon positions on the desktop.
    Since I park all my Icons on the main desktop (not on the extended display) there is no excuse for the OS to move the Icons to the extended display ESPECIALLY when the display is not present.

  • Error while creating a report that uses Oracle OCI JDBC connectivity

    Please let me know why my CR and LF characters are removed from my forum posting *****
    Hi,
    I was trying to create a report that uses Oracle OCI JDBC connectivity. I am using Eclipse3.4 download from "cr4e-all-in-one-win_2.0.2.zip".  I have successfully created a JDBC OCI connection.
    The connection parameters are given below:
    URL: jdbc:oracle:oci8:@xe
    Database: xe
    username: <userName>
    password: <password>
    I have tested the above connection in Data source Explorer and it works fine!!!
    But I am getting the following error when I drag-and-drop a table from the list of tables. Not sure what I am missing here?  Any help is highly appreciated.
    com.businessobjects.reports.jdbinterface.common.DBException: InvalidURLOrClassName
         at com.crystaldecisions.reports.queryengine.driverImpl.jdbc.JDBCConnection.Open(Unknown Source)
         at com.crystaldecisions.reports.queryengine.JDBConnectionWrapper.Open(SourceFile:123)
         at com.crystaldecisions.reports.queryengine.Connection.br(SourceFile:1771)
         at com.crystaldecisions.reports.queryengine.Connection.bs(SourceFile:491)
         at com.crystaldecisions.reports.queryengine.Connection.t1(SourceFile:2979)
         at com.crystaldecisions.reports.queryengine.Table.u7(SourceFile:2408)
         at com.crystaldecisions.reports.dataengine.datafoundation.AddDatabaseTableCommand.new(SourceFile:529)
         at com.crystaldecisions.reports.common.CommandManager.a(SourceFile:71)
         at com.crystaldecisions.reports.common.Document.a(SourceFile:203)
         at com.businessobjects.reports.sdk.requesthandler.f.a(SourceFile:175)
         at com.businessobjects.reports.sdk.requesthandler.DatabaseRequestHandler.byte(SourceFile:1079)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter.do(SourceFile:1163)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter.if(SourceFile:657)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter.a(SourceFile:163)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter$2.a(SourceFile:525)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter$2.call(SourceFile:523)
         at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
         at java.util.concurrent.FutureTask.run(Unknown Source)
         at com.businessobjects.crystalreports.designer.core.util.thread.ExecutorWithIdleProcessing$3.doWork(ExecutorWithIdleProcessing.java:182)
         at com.businessobjects.crystalreports.designer.core.util.thread.AbstractCancellableRunnable.run(AbstractCancellableRunnable.java:69)
         at com.businessobjects.crystalreports.designer.core.util.thread.PriorityTask.run(PriorityTask.java:75)
         at com.businessobjects.crystalreports.designer.core.util.thread.PriorityCompoundCancellableRunnable.runSubtask(PriorityCompoundCancellableRunnable.java:187)
         at com.businessobjects.crystalreports.designer.core.util.thread.PriorityProgressAwareRunnable.runSubtask(PriorityProgressAwareRunnable.java:90)
         at com.businessobjects.crystalreports.designer.core.util.thread.PriorityCompoundCancellableRunnable.doWork(PriorityCompoundCancellableRunnable.java:144)
         at com.businessobjects.crystalreports.designer.core.util.thread.AbstractCancellableRunnable.run(AbstractCancellableRunnable.java:69)
         at com.businessobjects.crystalreports.designer.core.util.thread.ExecutorWithIdleProcessing$IdleTask.run(ExecutorWithIdleProcessing.java:320)
         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Thanks
    Karthik
    Edited by: KARTHIK1 on Oct 14, 2009 9:38 PM

    Hi Ted,
    Thanks for the feedback. I was able to create a report in Creystal Reports Designer 2008 using OCI.  It is not allowing only in the Eclipse plugin. In our environment we are not allowed to user Oracle thin connections and ONLY OCI is allowed.
    1) Can you please let me know if there is a way to do this? 
    2) Will it allow data sources using native database driver?
    3) If so, can I use JRC to create these reports from a desktop java program?
    Thanks & Regards
    Karthik
    Edited by: KARTHIK1 on Oct 15, 2009 4:38 PM

  • Unable to install SQL 2005 Service Pack 3 (Unable to install Windows Installer MSI file)

    I'm unable to install SQL 2005 Service Pack 3. This results in the following error message: Unable to install Windows Installer MSI file.
    Could someone please help me. Thanks in advance!
    === Verbose logging started: 3-4-2009  9:33:00  Build type: SHIP UNICODE 4.05.6001.00  Calling process: d:\5ddfa356349ddf2e676c336d95c5\hotfix.exe ===
    MSI (c) (E0:88) [09:33:00:404]: Resetting cached policy values
    MSI (c) (E0:88) [09:33:00:404]: Machine policy value 'Debug' is 0
    MSI (c) (E0:88) [09:33:00:404]: ******* RunEngine:
               ******* Product: C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\Cache\SQLSupport\x86\1033\SqlSupport.msi
               ******* Action:
               ******* CommandLine: **********
    MSI (c) (E0:88) [09:33:00:404]: Client-side and UI is none or basic: Running entire install on the server.
    MSI (c) (E0:88) [09:33:00:404]: Grabbed execution mutex.
    MSI (c) (E0:88) [09:33:00:419]: Cloaking enabled.
    MSI (c) (E0:88) [09:33:00:419]: Attempting to enable all disabled privileges before calling Install on Server
    MSI (c) (E0:88) [09:33:00:419]: Incrementing counter to disable shutdown. Counter after increment: 0
    MSI (s) (28:28) [09:33:01:747]: Running installation inside multi-package transaction C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\Cache\SQLSupport\x86\1033\SqlSupport.msi
    MSI (s) (28:28) [09:33:01:747]: Grabbed execution mutex.
    MSI (s) (28:CC) [09:33:02:029]: Resetting cached policy values
    MSI (s) (28:CC) [09:33:02:029]: Machine policy value 'Debug' is 0
    MSI (s) (28:CC) [09:33:02:029]: ******* RunEngine:
               ******* Product: C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\Cache\SQLSupport\x86\1033\SqlSupport.msi
               ******* Action:
               ******* CommandLine: **********
    MSI (s) (28:CC) [09:33:02:685]: Machine policy value 'DisableUserInstalls' is 0
    MSI (s) (28:CC) [09:33:03:450]: File will have security applied from OpCode.
    MSI (s) (28:CC) [09:33:03:841]: SOFTWARE RESTRICTION POLICY: Verifying package --> 'C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\Cache\SQLSupport\x86\1033\SqlSupport.msi' against software restriction policy
    MSI (s) (28:CC) [09:33:03:841]: SOFTWARE RESTRICTION POLICY: C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\Cache\SQLSupport\x86\1033\SqlSupport.msi has a digital signature
    MSI (s) (28:CC) [09:33:04:841]: SOFTWARE RESTRICTION POLICY: C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\Cache\SQLSupport\x86\1033\SqlSupport.msi is permitted to run at the 'unrestricted' authorization level.
    MSI (s) (28:CC) [09:33:04:888]: End dialog not enabled
    MSI (s) (28:CC) [09:33:04:888]: Original package ==> C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\Cache\SQLSupport\x86\1033\SqlSupport.msi
    MSI (s) (28:CC) [09:33:04:888]: Package we're running from ==> C:\WINDOWS\Installer\3d3a713.msi
    MSI (s) (28:CC) [09:33:05:497]: APPCOMPAT: looking for appcompat database entry with ProductCode '{53F5C3EE-05ED-4830-994B-50B2F0D50FCE}'.
    MSI (s) (28:CC) [09:33:05:497]: APPCOMPAT: no matching ProductCode found in database.
    MSI (s) (28:CC) [09:33:05:685]: MSCOREE not loaded loading copy from system32
    MSI (s) (28:CC) [09:33:05:825]: Note: 1: 2203 2: C:\WINDOWS\Installer\2f1994e.msi 3: -2147287038
    MSI (s) (28:CC) [09:33:05:825]: Opening existing patch 'C:\WINDOWS\Installer\e6ba0.msp'.
    MSI (s) (28:CC) [09:33:05:825]: Note: 1: 2203 2: C:\WINDOWS\Installer\e6ba0.msp 3: -2147287038
    MSI (s) (28:CC) [09:33:05:825]: Couldn't find local patch 'C:\WINDOWS\Installer\e6ba0.msp'. Looking for it at its source.
    MSI (s) (28:CC) [09:33:05:825]: Resolving Patch source.
    MSI (s) (28:CC) [09:33:05:825]: User policy value 'SearchOrder' is 'nmu'
    MSI (s) (28:CC) [09:33:05:825]: User policy value 'DisableMedia' is 0
    MSI (s) (28:CC) [09:33:05:825]: Machine policy value 'AllowLockdownMedia' is 0
    MSI (s) (28:CC) [09:33:05:825]: SOURCEMGMT: Media enabled only if package is safe.
    MSI (s) (28:CC) [09:33:05:825]: SOURCEMGMT: Looking for sourcelist for product {EE92F683-5F5C-4970-BB0B-9AC591B60268}
    MSI (s) (28:CC) [09:33:05:825]: SOURCEMGMT: Adding {EE92F683-5F5C-4970-BB0B-9AC591B60268}; to potential sourcelist list (pcode;disk;relpath).
    MSI (s) (28:CC) [09:33:05:825]: SOURCEMGMT: Now checking product {EE92F683-5F5C-4970-BB0B-9AC591B60268}
    MSI (s) (28:CC) [09:33:05:825]: SOURCEMGMT: Media is enabled for product.
    MSI (s) (28:CC) [09:33:05:825]: SOURCEMGMT: Attempting to use LastUsedSource from source list.
    MSI (s) (28:CC) [09:33:05:825]: SOURCEMGMT: Trying source \\NF04\d$\3db7739bf5c1bb9c50076c418420\HotFixSqlSupport\Files\.
    MSI (s) (28:CC) [09:33:06:607]: Note: 1: 2203 2: \\NF04\d$\3db7739bf5c1bb9c50076c418420\HotFixSqlSupport\Files\SqlSupport.msp 3: -2147287037
    MSI (s) (28:CC) [09:33:06:607]: SOURCEMGMT: Source is invalid due to missing/inaccessible package.
    MSI (s) (28:CC) [09:33:06:607]: Note: 1: 1706 2: -2147483647 3: SqlSupport.msp
    MSI (s) (28:CC) [09:33:06:607]: SOURCEMGMT: Processing net source list.
    MSI (s) (28:CC) [09:33:06:607]: Note: 1: 1706 2: -2147483647 3: SqlSupport.msp
    MSI (s) (28:CC) [09:33:06:607]: SOURCEMGMT: Processing media source list.
    MSI (s) (28:CC) [09:33:07:654]: SOURCEMGMT: Resolved source to: 'SqlSupport.msp'
    MSI (s) (28:CC) [09:33:37:732]: Note: 1: 1314 2: SqlSupport.msp
    MSI (s) (28:CC) [09:33:37:732]: Unable to create a temp copy of patch 'SqlSupport.msp'.
    MSI (s) (28:CC) [09:33:37:732]: Searching provided command line patches for patch code {EE92F683-5F5C-4970-BB0B-9AC591B60268}
    MSI (s) (28:CC) [09:33:37:763]: Note: 1: 1708
    MSI (s) (28:CC) [09:33:37:763]: Product: Microsoft SQL Server Setup Support Files (English) -- Installation failed.
    MSI (s) (28:CC) [09:33:37:763]: Windows Installer installed the product. Product Name: Microsoft SQL Server Setup Support Files (English). Product Version: 9.00.4035.00. Product Language: 1033. Installation success or error status: 1635.
    MSI (s) (28:CC) [09:33:37:779]: MainEngineThread is returning 1635
    MSI (s) (28:28) [09:33:37:888]: No System Restore sequence number for this installation.
    This patch package could not be opened.  Verify that the patch package exists and that you can access it, or contact the application vendor to verify that this is a valid Windows Installer patch package.
    C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\Cache\SQLSupport\x86\1033\SqlSupport.msi
    MSI (s) (28:28) [09:33:37:888]: User policy value 'DisableRollback' is 0
    MSI (s) (28:28) [09:33:37:888]: Machine policy value 'DisableRollback' is 0
    MSI (s) (28:28) [09:33:37:888]: Incrementing counter to disable shutdown. Counter after increment: 0
    MSI (s) (28:28) [09:33:37:904]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
    MSI (s) (28:28) [09:33:37:919]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
    MSI (s) (28:28) [09:33:37:919]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\InProgress 3: 2
    MSI (s) (28:28) [09:33:37:919]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\InProgress 3: 2
    MSI (s) (28:28) [09:33:37:919]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied.  Counter after decrement: -1
    MSI (s) (28:28) [09:33:37:919]: Restoring environment variables
    MSI (c) (E0:88) [09:33:37:935]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied.  Counter after decrement: -1
    MSI (c) (E0:88) [09:33:37:935]: MainEngineThread is returning 1635
    === Verbose logging stopped: 3-4-2009  9:33:37 ===

    This post should definitely help you
    http://blogs.msdn.com/sqlserverfaq/archive/2009/01/30/part-1-sql-server-2005-patch-fails-to-install-with-an-error-unable-to-install-windows-installer-msp-file.aspx?CommentPosted=true
    Feroz
    Mark as Answer if it helps. This posting is provided "AS IS" with no warranties and confers no rights.

  • Constantly restoring iPod due to a missing sync file

    iPod model: Ipod Nano (3rd Gen)
    softwear Version: 1.3.3 (current)
    Format: Windows
    Capacity: 8 GB
    itunes Version: 11.0.4.4
    For the past few days I've been having a very annoying issue. Whenever I plug in my iPod It tells me that it's unable to sync to itunes because my iPod is missing the sync files. I find that odd. This is the first time in the 6 years -almost 7- that I've owned this device, that I've experienced this problem. Restarting the computer, unplugging and replugging the iPod back into the computer and trying a different computer all produces the same error.
    Here's what happens.
    -Plug iPod in
    -Itunes starts syncing my iPod.
    -itunes gives me an error saying my ipod can't be synced because if missing a file needed to sync my ipod to itunes.
    -iPod is disconnected from iTunes -by itunes- yet my computer can still detect it as a removeable device 95% of the time.
    I don't understand why It's doing this. I always disconnect my ipod from a computer once it's finished syncing -once both itunes and the ipod both say it's finished- by selecting the option on itunes and by selecting the safely remove hardware option in the taskbar.
    In order to restore my iPod, i have to click the ipod button when it pops up in itunes and hit restore before thhe error message comes up. It's a pain in the but that i have to do this every time i connect it to my computer. Is there any long term solutions for this?

    Hey TidalWavesLion,
    Thanks for the question, and welcome to Apple Support Communities.
    This error usually relates to a missing file for photo syncing. A good troubleshooting step would be to restore the iPod, then try to sync each type of media at a time (i.e. sync music only, then sync photos only, etc). This will help us isolate the issue.
    iTunes: Unable to sync photos
    http://support.apple.com/kb/TS3697
    Symptoms
    In certain situations, iTunes may display an alert or may be unable to sync photos to an iPod or iOS device. Examples include:
    - This error appears: "The iPhone/iPod touch '[device name]' cannot be synced. The required file cannot be found."
    This article outlines steps to resolve these issues...
    Thanks,
    Matt M.

  • Itunes wont launch. Says I am missing a file. When I try to reload Itunes I get a 2718 error code

    When I try to launch I tunes, I get a message that says I am missing a file. I have tried redownloading Itunes, I now get a a2718 error code...Help

    Hey wesmalone,
    Thanks for the question. I understand you are experiencing issues with iTunes for Windows. The following resource may help to resolve your issue:
    iTunes for Windows XP: Troubleshooting unexpected quits, freezes, or launch issues
    http://support.apple.com/kb/TS1421
    Thanks,
    Matt M.

  • ITunes stops working when I try to import missing music files

    I don't know why, but every time I try to import missing music files into iTunes, a pop up suddenly comes up saying iTunes has stopped working. Does anybody know if it may just be a bug in the program or anything like that? Because of this, I am now having to manually reimport the missing files which takes forever!! Please help!!.

    Hello, onedirectionlover1993. 
    Thank you for the question.  Try the steps in the article below as they may help you resolve the issue that you are experiencing with iTunes becoming unresponsive.
    iTunes for Windows Vista, Windows 7, or Windows 8: Fix unexpected quits or launch issues
    http://support.apple.com/kb/TS1717
    Cheers,
    Jason H.

  • I get the error message "Missing PDFMaker files" when trying to convert a microsoft word document(.docx)

    When I right click the word file and select Convert to Adobe PDF, I get the error message "Missing PDFMaker files".
    Im using Windows Vista Home Premium, Service Pack 2, 32 bit operating system.
    Im using Microsoft Office Home and Student 2010
    I have Adobe Reader X installed
    Thanks

    Hi RhodaMcP,
    You might want to check the KB: http://helpx.adobe.com/acrobat/kb/troubleshoot-acrobat-pdfmaker-problems-office.html
    Regards,
    Rave

  • Installed Adobe Pro X now unable to convert PDF - Missing PDFMaker Files

    Hello,
    I installed the trial version of Adobe Pro X and now I am unable to convert a Microsoft Word.doc file to .pdf.  The error message is 'Missing PDFMaker Files.  Do you want to run the installer to repair mode?'  I ran the installer, twice, with the same resulting error message.  (Am currently using Windows XP Pro along with Microsoft 2003 - and will upgrade in the new year.)  I searched this issue, and found the following:
    To manage your Disabled Items list in a Microsoft Office application:
    Open the Microsoft Office application (Word, Excel, Publisher).
    Choose Help > About [the application name].
    Click Disabled Items.
    Select Adobe PDF from the list, and then click Enable.
    Quit the Microsoft Office application, and then restart it.
    However, there are no applications in the list, including Adobe.
    I also tried this:
    If the error message continues to appear after you enable Adobe PDF, check the security level for macros in Microsoft Word:
    Choose Tools > Macro > Security.
    In the Security dialog, click the Security tab.
    Choose Medium or High.
    Do one of the following:
    If you chose Medium, then click OK.
    If you chose High, then continue with steps 5 through 7.
    Click the Trusted Publishers tab.
    Check Trust all installed add-ins and templates.
    Click OK.
    And Adobe is already there, so no change here.
    I have uninstalled the trial version, deleted what visible remnants I could find, restarted the computer, installed the trial version again and am getting the same error message.
    Is there a solution to this problem?  Or, should I just return to my Adobe Pro 7?
    Thank you in advance!
    Laura

    I recently bought and installed Adobe Acrobat X Pro thinking that X Pro was compatable with Windows XP. I am unable to convert any Microsoft Office 2003 file into a PDF. I receive the same error message as above ( "Missing PDFMaker Files") and tried running it in repair mode as suggested. No change.
    I've tried this stuff:
    To manage your Disabled Items list in a Microsoft Office application:
    Open the Microsoft Office application (Word, Excel, Publisher).
    Choose Help > About [the application name].
    Click Disabled Items.
    Select Adobe PDF from the list, and then click Enable.
    Quit the Microsoft Office application, and then restart it.
    However, there are no applications in the list, including Adobe.
    I also tried this:
    If the error message continues to appear after you enable Adobe PDF, check the security level for macros in Microsoft Word:
    Choose Tools > Macro > Security.
    In the Security dialog, click the Security tab.
    Choose Medium or High.
    Do one of the following:
    If you chose Medium, then click OK.
    If you chose High, then continue with steps 5 through 7.
    Click the Trusted Publishers tab.
    Check Trust all installed add-ins and templates.
    Click OK.
    But there is no change.
    Please help!!!

  • Acrobat X bug - stuck in cycle - "missing pdfmaker files" "do you want to run the installer"

    Hello,
    I just installed Acrobat X on a Windows 7 X 64 with office 2010 x 64 install.    I can print from within office to PDF, however if I right click on a document in explorer and attempt to convert to PDF without opening office, I get "missing pdfmaker files" "do you want to run the installer in repair mode" right after I give it a file name.   If ignore, it won't print.   If I try to fix by running the installer in repair mode, it does some install process but it still gives me the same error.   Nothing shows up in the event viewer.  I tried to run an acrobat update but is says no updates are available.  I have tried uninstalling and downloading the trial version - it has the same issue

    Acrobat X PDFMaker supports 32-bit Office 2010.
    With 64-bit Office 2010 you should be able to use the Adobe Printer; but, for PDFMaker functionality you'll need Office 2010 32-bit.
    http://kb2.adobe.com/cps/333/333504.html
    Be well...

  • Missing glossary files in RoboEngine V3

    Hey Guys,
    I get a stack of missing glossary files in the 'troubleshoot'
    error window. How can I get rid of these?
    Thanks,
    Cam.

    Rod
    Do you also find GB crashes in Chord Trainer if you try to use the Master Volume Controller - the horizontal bar at the bottom right of the screen?

  • X Standard and missing maker files

    I have installed X Standard, using Windows 8.1 and Office XP.  I cannot create documents as the "missing maker files" error comes up.  I have updated X (I think) to no avail....help please!

    Hi T.A. Monz,
    Please refer the KB Doc : Troubleshoot Acrobat PDFMaker problems | Office | Windows
    Regards,
    Rave

  • Windows API help files (Installation question)

    I've been working in LabWindows/CVI for a few weeks, and have added some API calls.  They work fine.  However, when I go to Help/Windows API, I get the following message:
    "The Win32 API documentation has not been installed.  You can install the documentation from the LabWindow/CVI Platform DVD."
    I have the Developer's suite DVDs, and ran the installer on the first, selected a custom install of LabWindows/CVI and saw that all the help files were installed, as were all the Windows API support files.  In fact, the only things which weren't installed were the wizards for VS 200x.  I tried installing the MSDN files, which is a bit of a help (I can go search on it), but, it's a bit big and slow compared to a normal help file.
    What am I missing to install this?

    Hi Steve,
    There was a problem with the MSDN help installer that shipped with VS 2009. It installs the help correctly, but CVI 2009 is not able to link to them because of a registry incompatibility. You have a couple of possible workarounds:
    a) if you have CVI 9.x, and you still have the "MSDN Library Documentation" DVD that came in that package, you should install it and the help link from CVI 2009 should then work.
    b) or you can simply get the same help online. Just browse to msdn.microsoft.com and enter the name of the function that you want to get for.
    Luis

  • Missing PDMaker Files

    Hi,
    I am having a problem creating a PDF from multiple files.
    Online resources were confusing to say the least .... I recently
    upgraded to Office 2007 but saved files as older versions as Adobe
    required it. However, when I try and create a PDF from multiple
    word files it says;
    "Missing PDFMaker Files"
    Run in Repair Mode
    I run in repair mode, the system then re-boots but I STILL
    have the same problem. I have tried it twice now .... doesn't seem
    to be doing anything ...
    Can anyone help ?
    Thanks so much
    (Oh I have Adobe Professional).
    Teresa

    I have the same problem and I'm really not happy that I cannot use my Microsoft office 2010 anymore with acrobat professional 8.1.4, here is the story... Saturday, August 7, 2010 11:51:46 AM PDT I've used Acrobat Professional 8.1.4 for over 2 years and it worked fine but since I installed Microsoft office 2010 on my new Windo ws 7 system it gives me an error message:"Missing PDFMaker files" every time I try to create "PDF from a file" using Acrobat. I have been running "installer in repair mode" many times and it did not fix the problem. Then I uninstalled Acrobat several times a nd re-installed it and updated the files every time BUT it still won't work...the error message always comes up. Can you please help ? Answer from Adobe: I would like to inform you that your product Acrobat 8.0 is not compatible with Windows 7 and so it does not gets install properly in case if it gets install then few or many functionality may go missing. Adobe does not recommends to install Acrobat 8.0 on Windows 7 Also I would like to inform you that Acrobat 8.0 or Acrobat 9.0 niether of them are compatible with Office 2010. Hence, Adobe does not recommends to use Office 2010 with any version of Acrobat. I would suggest you to upgrade to the latest version of Acrobat, which is 9.0 which is compatible with Windows 7 and to not use Office 2010 with Acrobat. To learn more about the same, please visit: http://www.adobe.com/products/acrobat/ For a resolution to this issue, you can navigate to our self help resources such as our knowledge base & User to User forums by clicking on the following links: KnowledgeBase - http://www.adobe.com/cfusion/search/index.cfm U2U Forums - www.forums.adobe.com I would also suggest you to upgrade to the latest version of the software by visiting our products page: www.adobe.com/products Adobe Technical Support

Maybe you are looking for

  • IPad2 Uses in the Enterprise

    What are some of the best uses of ipad2 in the enterprise beyond email?

  • ITunes transfer from old pc to new pc

    Hi, I have not sync my iphone to my old pc for the past 6 month. But my old pc just died last night. I am able to get back my iTunes backup from the old pc but the data inside is the backup i sync 6 month ago. So my question is if i transfer the back

  • Reg. IDoc errors in Mat Mas conversion using ALE/IDocs & reduced msg type

    Hi Friends, Am facing a strange situation while converting the Material Master data from 4.6b to ECC using BD10 transaction with reduced custom message type. I have reduced the standard msg type MATMAS03 using BD53 for the required field mapping both

  • Logo in excel sheet while mailing

    Hi,   Is there anyway we can add logo to excel.I am sending excel sheet as attachment via email, now i need to add logo into the excel sheet. Is it possible to add logo into excel sheet. Regards, Karthik.k

  • Edited photos not saving correctly

    Sorry about the name. I am new to this program and I tried to join for an hour without success then my hubby took over!!! Now to my serious headache causing problem. After editing photos I saved them to my folder exactly as Adobe Help suggests, in Jp