Error Importing Knowledge Modules

Hi,
I'm having problems importing any KM's into my ODI project. I'm using ODI 10.1.3.6.8 and get the following error whenever I try to import a KM:
java.sql.BatchUpdateException: com.microsoft.sqlserver.jdbc.SQLServerException: sp_cursoropen/sp_cursorprepare: The statement parameter can only be a batch or a stored procedure with a single select, without FOR BROWSE, COMPUTE BY, or variable assignments.
     at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeBatch(Unknown Source)
     at com.sunopsis.sql.SnpsQuery.executeBatch(Unknown Source)
     at com.sunopsis.dwg.dbobj.SnpTxt.setString(Unknown Source)
     at com.sunopsis.dwg.dbobj.SnpTxt.insertActionForDuplication(Unknown Source)
     at com.sunopsis.dwg.DwgObject.insertForDuplication(Unknown Source)
     at com.sunopsis.dwg.DwgObject.insertForDuplication(Unknown Source)
     at com.sunopsis.dwg.h.a(Unknown Source)
     at com.sunopsis.dwg.h.a(Unknown Source)
     at com.sunopsis.dwg.h.a(Unknown Source)
     at com.sunopsis.dwg.h.a(Unknown Source)
     at com.sunopsis.dwg.DwgObject.a(Unknown Source)
     at com.sunopsis.dwg.DwgObject.doImport(Unknown Source)
     at com.sunopsis.dwg.DwgObject.importFromXml(Unknown Source)
     at com.sunopsis.graphical.g.oy.f(Unknown Source)
     at com.sunopsis.graphical.g.lf.b(Unknown Source)
     at com.sunopsis.graphical.tools.utils.swingworker.v.call(Unknown Source)
     at edu.emory.mathcs.backport.java.util.concurrent.FutureTask.run(FutureTask.java:176)
     at com.sunopsis.graphical.tools.utils.swingworker.l.run(Unknown Source)
     at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:665)
     at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:690)
     at java.lang.Thread.run(Unknown Source)
Any ideas on what I need to do to make the imports work?

Hi,
Assume ur ODI repositories reside in MS SQL Server, so looks like its nothing to do with ODI rather with MS SQL Server.
http://support.microsoft.com/kb/917054
Thanks,
Guru

Similar Messages

  • How to Import Knowledge Modules

    Hi,
    I am patching the ODI to 10.1.5.3 and successfully updated the install folder and imported technologies as described in the patchset. At the end I find a last step to import Knowledge Modules, but I can't see how this step is performed.
    Could you explain me how to do this?
    Thanks
    Fabio D'Alfonso

    Hi,
    In any of KM types, right-click and choose "Import KM" and, after that, in the first textbox, go the ODI install directory and drill drow until "impexp" directory (Example: C:\OraHome_1\oracledi\impexp).
    Don't "open" the diretory, just choose it and click OK. The KM list should appears to you.
    Works?
    Cezar Santos
    http://odiexperts.com

  • Import Knowledge Modules in Synonym Mode

    Hi
    How can I import a knowledge module in synonym mode to ensure that IDs are preserved?
    I am performing a partial import/export from our Dev environment to our QA environment, following these steps:
    1. Export Models and import them in “Synonym Mode” in the new repository to preserve their IDs
    2. Export and Import new Knowledge Modules and Variables that have been created as part of this release
    3. Export new interfaces and import them in “Synonym Mode” in the new repository
    4. Export new packages and import them in “Synonym Mode”
    Cheers

    Hi,
    You need to perform the foolowing steps to import a KM in Synnym mode:
    1.Locate the Knowledge Module XML file on your file system and rename its prefix to “TRT_”
    instead of “KM_”
    2. Right-click on any Folder of your Project and select “Import…> Import Procedure..” menu
    3. Select “Synonym Mode INSERT_UPDATE”, go to the directory where your KM is stored on
    your file system and select your KM, then click OK.
    Hope that helps.

  • Can't import python modules anymore: Problems with PyQt4.Qt

    Hallo,
    at the beginning: Sorry for my horrible english!
    I made a big mistake and a possible stupid thing:
    I yesterday try to install SIP and Ppyqt4 under a virutal enviroment because I want to use SIP for creating
    generator codes between pyhton and C++.
    I got SIP from the AUR's:
    archlinux.org/packages/extra/x86_64/python-sip/
    and installed it this way:
    lucacerone.net/2013/08/installing-pyqt4 … yx-dGd_phF   
    I did it this way because on the official SIP-documentation site I didn't understand, WHERE to install this:
    pyqt.sourceforge.net/Docs/sip4/installa … onfiguring
    I know now, that was a very stupid idea because when I try to run a pyhton script with:
    python programm_file.py
    , I got the follwing errors importing a module in a python script:
    [vain@chinchi2 python_programme]$ python test.py
    Traceback (most recent call last):
    File "test.py", line 25, in <module>
    import matplotlib.pyplot as plt
    File "/usr/lib/python3.3/site-packages/matplotlib/pyplot.py", line 98, in <module>
    _backend_mod, new_figure_manager, draw_if_interactive, _show = pylab_setup()
    File "/usr/lib/python3.3/site-packages/matplotlib/backends/__init__.py", line 28, in pylab_setup
    globals(),locals(),[backend_name],0)
    File "/usr/lib/python3.3/site-packages/matplotlib/backends/backend_qt4agg.py", line 13, in <module>
    from .backend_qt4 import QtCore, QtGui, FigureManagerQT, FigureCanvasQT,\
    File "/usr/lib/python3.3/site-packages/matplotlib/backends/backend_qt4.py", line 21, in <module>
    import matplotlib.backends.qt4_editor.figureoptions as figureoptions
    File "/usr/lib/python3.3/site-packages/matplotlib/backends/qt4_editor/figureoptions.py", line 13, in <module>
    import matplotlib.backends.qt4_editor.formlayout as formlayout
    File "/usr/lib/python3.3/site-packages/matplotlib/backends/qt4_editor/formlayout.py", line 51, in <module>
    from matplotlib.backends.qt4_compat import QtGui,QtCore
    File "/usr/lib/python3.3/site-packages/matplotlib/backends/qt4_compat.py", line 56, in <module>
    from PyQt4 import QtCore, QtGui
    RuntimeError: the sip module implements API v11.0 but the PyQt4.QtCore module requires API v10.1
    [vain@chinchi2 python_programme]$
    I then upgraded PyQt4 to PyQt 5 with pacman and
    pyqt5-common 5.2-1 [installed]
    python-qscintilla-common 2.8-1 [installed]
    qscintilla 2.8-1 [installed]
    But there is still the same RuntimeErroe with PyQt4. Maybe there exists false dependencies for the shared libraries? How can I get
    rid of these errors, I need pyhton for programming a project. What can I do to solve it?
    Every answer which could help is welcome!
    Last edited by chinchi (2014-03-21 20:59:25)

    Lone_Wolf wrote:
    Note : i know very little about the packages involved here.
    Both of those guides you mention deal with MANUALLY installing sip & pyqt, and that is almost always a BAD idea on archlinux.
    Since you also seem to have installed both with pacman, you likely now have a mix of 2 different sip & pyqt installs in one system.
    to make things work again, you'll have to clean up your system.
    basically that would mean removing the sip & pyqt with pacman, then figuring out what those manual installs added and remove that also.
    it will be tricky and time consuming, reinstaling seems like a much easier and faster method.
    Once you have succesfully re-installed or cleaned up, just install sip & pyqt through pacman and you should be good to go.
    Hi,
    I uninstall sip with:
    sudo pacman -Rsc sip
    also Pyqt and reinstalled them again with Pyqt5 and the new version of sip 4.15.4, so have not more errors like:
    from PyQt4 import QtCore, QtGui
    RuntimeError: the sip module implements API v11.0 but the PyQt4.QtCore module requires API v10.1
    It improved. But I can't still load several Python modules like matplotlib:
    File "erstenprog.py", line 26, in <module>
    import matplotlib.pyplot as plt
    ImportError: No module named 'matplotlib'
    Any idea?
    chinchi

  • I get an error while changing modules pop up when opening Lr. There is no import button to use and if I try to load the default catalog I get the error message again essentially making Lr completely unusable for me! please help

    When launching Lr i get the initial screen to come up followed by an "error while changing modules" pop up. I have uninstalled and re-downloaded, followed all the suggested trouble shooting fixes and still nothing. When the app starts it has the basic info boxes but without any options in them (i.e. no import button or any buttons at all for that matter).All my other creative cloud apps seem to be working fine but Lr won't. Please help

    Ah, see, you said you had done it differently before.
    > and I tried to add a toolbox button by navigating to AcroPDF.dll.
    You'll need to reinstall Reader if the libraries aren't registered. You can't register them manually.
    Perhaps if you posted some of your code (where it creates the objects, etc.) we might be able to give you some more advice. You're sure you aren't trying to use anything outside of the AxAcroPDFLib.AxAcroPDF class?

  • [solved] xmonad error importing modules

    Attempting to set up xmonad
    This is my xmonad.hs:
    import XMonad
    import System.IO
    import XMonad.Hooks.DynamicLog
    main = do
    xmonad $ defaultConfig
    modMask = mod4Mask
    , terminal = "urxvt"
    when I recompile xmonad I get:
    Error detected while loading xmonad configuration file: /home/moonlight/.xmonad/xmonad.hs
    xmonad.hs:3:8:
    Could not find module `XMonad.Hooks.DynamicLog':
    Use -v to see a list of the files searched for.
    Please check the file for errors.
    No idea what's wrong, unless I've made a typo, but I don't think I have.
    I've tried importing other modules (eg XMonad.Hooks.ManageDocks, XMonad.Util.Run(spawnPipe)) and so far the only ones I don't get errors with are XMonad and System.IO
    Any ideas?
    Last edited by bygmhra (2012-02-20 02:34:24)

    I am definitely no haskell expert ... maybe try putting DynamicLog before IO?
    Here is what my (working) imports look like just for reference:
    import XMonad
    import XMonad.Hooks.DynamicLog
    import XMonad.Hooks.ManageDocks
    import XMonad.Util.Run(spawnPipe)
    import XMonad.Util.EZConfig(additionalKeys)
    import System.IO (Handle, hPutStrLn, hGetContents)
    import qualified XMonad.StackSet as W
    import Dzen
    import XMonad.Hooks.DynamicLog hiding (dzen)
    -- layouts
    import XMonad.Layout
    import XMonad.Layout.ToggleLayouts
    import XMonad.Layout.ResizableTile
    import Data.Ratio ((%))
    import XMonad.Layout.Gaps

  • Import UPK modules and sections into Knowledge Pathways?

    "...i'm trying to export content from UPK and load into Knowledge Pathways.... I would like to maintain the structure of modules and sections... is this possible? if it is.. how? where can i find how to do it?"
    What versions of UPK and Knowledge Pathways are you using? If you're using the current versions (UPK 3.5.1 and Knowledge Pathways 5.5), you should have no problems importing importing UPK modules and sections into Knowledge Pathways using the import player content feature, which is detailed in the product documentation. If you have additional questions, please let us know.
    Best regards,
    Marc

    Hello,
    This has been posted to the UPK forums:
    Import UPK modules and sections into Knowledge Pathways?
    Best regards,
    Marc

  • "Error do not know how to establish stage 'imported' for module "

    I get this error  (imported or checked) on an OPN module I am developing after resolving syntax errors. I am assuming it is complaining about something semantic, but there is not much information there. Is there somewhere else to look for more
    information? Here is a excerpt from the log file:
    11/7/2014 5:56:57 AM Information Module cache file doesn't exist: C:\Users\xxl_2\AppData\Local\Microsoft\MessageAnalyzer\CompilationCache\EGIEnums_7b90e77b9119eacbd90f47fbebe9f9eb_4_0_7056_0.mdb
    11/7/2014 5:56:57 AM Information running Runtime on EGIEnums
    11/7/2014 5:56:57 AM Information running Reducer on EGIEnums
    11/7/2014 5:56:57 AM Information running ReducerPrechecked on EGIEnums
    11/7/2014 5:56:57 AM Error do not know how to establish stage 'checked' for 'EGIEnums'
    11/7/2014 5:56:57 AM Information ReducerPrechecked failed with errors
    11/7/2014 5:56:57 AM Information Reducer failed with errors
    11/7/2014 5:56:57 AM Information Runtime failed with errors

    I assume this is directly from the MessageAnalyzer.log file and not from the output window?  Usually what I do is open the log and search for error.  Sometimes the problem is repeated multiple times as each reference triggers another error.
    If you want I could try with your OPN to fine your problem.  But in general we don't have a lot of support for the OPN developer.  Maybe we'll have more in the future if there is enough demand.
    Thanks,
    Paul

  • Custom IKM Knowledge Modules are not working with Group By Clause

    Hi All,
       I am facing an issue with custom IKM knowledge modules. Those are IKM Sql Incremental Update and IKM Sql Control Append.
    My Scenario is
    1. Created an interface with table on source and temporary datastore with some columns in target.
    2. In the Interface on the target i defined one column as UD1 and other column as UD2  for which group by to be implemented .
    3. Customized  IKM Sql Incremental Update  with " Group by " by making  modification in my IKM Sql Incremental Update
    detail step "Insert flow into I$ table"  i.e., i replaced like this whereever i find this <%=odiRef.getGrpBy()%> API
    Group By
    <%=snpRef.getColList("","[EXPRESSION]","","","UD1")%>,
    <%=snpRef.getColList("","[EXPRESSION]","","","UD2")%>
    Up to UD5.
    . Here in the place of [EXPRESSION] i passed column names for UD1 similarly other column name for [EXPRESSION] of UD2.
    4.Made all the proper mappings and also selected the KM's needed for that interface like CKM Sql ,IKM Sql Incremental Update.
    5. Executed the Interface with global context.
    Error i am getting in this case is :
    Caused By: java.sql.SQLSyntaxErrorException: ORA-00979: not a GROUP BY expression
      at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:462)
      at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:405)
      at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:931)
      at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:481)
      at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:205)
      at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:548)
      at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:217)
      at oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:1115)
    Here the columns in the select clause are there in Group By also.
    I did the same scenario using IKM Sql to file append .In that case i am able to do it. But not with the above mentioned KM's. Please let me know if any one know it or tried with this, as it is
    high priority for me.
    Please help me out.
    Thanks,
    keerthi

    Hi Keerthi,
    If your are transfering data from Oracle to Oracle (I means source is oracle Db and target is also oracle DB) then use below KM's and group by will come automatically based on the key values you selected on interface target datastore
    1) CKM Oracle
    2) LKM Oracle to Oracle (DBLINK)
    3) IKM Oracle Incremental Update (MERGE)
    Hope this will helps to resolve your issue
    Regards,
    Phanikanth

  • DBD: Error while trying to load the transport provider for odbc. Failed to load the library. System error: The specified module could not be found.

    Hello Everyone,
    We are getting an error while trying to create an Universe via Microsoft -> MS Analysis Services 2014 -> OLEDB for OLAP Provider under Connection in UDT -"DBD: Error while trying to load the transport provider for odbc. Failed to load the library. System error: The specified module could not be found."  We have installed BI 4.1 SP05 in our system. As per earlier posts in scn in BO XI 3.x this issue used to be for improper installation of Integration KIT but in our scenarion Integration KIT is within the BO 4.1 package so no seperate installation is required. Moreover I have checked whether all the driver is present under file: "C:\Program Files (x86)\SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\dataAccess\connectionServer\drivers" and seems everything is fine. But still I am getting this error. One important point is we could use IDT because in IDT still we don't have option to connect with 'Microsoft Analysis Services - 2014 (XMLA)' as we are using Microsoft Analysis Services 2014 version.
    Kindly help if anyone has faced the same problem with SAP BO 4.1.
    Thanks and Best Regards,
    Ghosal

    Hello Everybody,
    The problem is solved now after installing "OLEDB drivers from SQL Server 2012 Feature Pack". We had OLEDB drivers that comes directly from SQL Server but that did not worked out in our case.
    Thanks for your support.
    Best Regards,
    Ghosal

  • Python 2 is trying to import pyhon3 modules, gnome-tweak-tool broken

    I can't start gnome-tweak-tool it complains
    Traceback (most recent call last):
    File "/usr/bin/gnome-tweak-tool", line 22, in <module>
    import gi
    File "/usr/lib/python3.3/site-packages/gi/__init__.py", line 27, in <module>
    from ._gi import _API, Repository
    ImportError: /usr/lib/libpyglib-gi-2.0-python3.so.0: undefined symbol: _Py_FalseStruct
    It would appear that python2 is trying to import python3 modules. I also get this error with
    >python2
    >import gi
    Traceback (most recent call last):
    File "<stdin>", line 1, in <module>
    File "/usr/lib/python3.3/site-packages/gi/__init__.py", line 27, in <module>
    from ._gi import _API, Repository
    ImportError: /usr/lib/libpyglib-gi-2.0-python3.so.0: undefined symbol: _Py_FalseStruct
    Why is this happening!? I had a similar issue a while back with python2 trying to import a (different) python3 module when trying to install something from the AUR but that was
    fixed by doing
    export $PYTHONPATH=/usr/lib/python2.7/site-packages
    as on login my PYTHONPATH is set as /usr/lib/python3.3/site-packages, however this did not fix the gnome-tweak-tool issue.
    my python3 sys.path is
    ['', '/usr/lib/python3.3/site-packages', '/usr/lib/python33.zip', '/usr/lib/python3.3', '/usr/lib/python3.3/plat-linux', '/usr/lib/python3.3/lib-dynload', '/usr/lib/python3.3/site-packages/setuptools-0.6c11.egg-info', '/usr/lib/python3.3/site-packages/setuptools-0.6c11.egg-info']
    and my python2 sys.path is
    ['', '/usr/lib/python3.3/site-packages', '/usr/lib/python3.3/site-packages/setuptools-0.6c11.egg-info', '/usr/lib/python27.zip', '/usr/lib/python2.7', '/usr/lib/python2.7/plat-linux2', '/usr/lib/python2.7/lib-tk', '/usr/lib/python2.7/lib-old', '/usr/lib/python2.7/lib-dynload', '/usr/lib/python2.7/site-packages', '/usr/lib/python2.7/site-packages/gtk-2.0', '/usr/lib/python2.7/site-packages/setuptools-0.6c11.egg-info', '/usr/lib/python2.7/site-packages/wx-2.8-gtk2-unicode']
    Whats going wrong!?
    Last edited by tbdc (2013-05-16 19:28:28)

    @prateek13 Please do not Necro-bump or Power-post
    https://wiki.archlinux.org/index.php/Fo … Bumping.22
    https://wiki.archlinux.org/index.php/Fo … mpty_Posts
    Closing.

  • DBIF_RSQL_INVALID_RSQL - Error in RSQL module of database interface.

    Hi Frnds,
    I get the the error snd short dump when Ia m running a report.
    DBIF_RSQL_INVALID_RSQL - Error in RSQL module of database interface.
    The program it is pointing to main program. Details are mentioned below.
    Can anyone give some inputs as to why this error is coming..?
    Regards
    SPrakash
    Information on where terminated                                                                   |
    The termination occurred in the ABAP program "/1BCDWB/DBBSEG" in
    "START-OF-SELECTION".
    The main program was "/1BCDWB/DBBSEG ".
    The termination occurred in line 567 of the source code of the (Include)
    program "/1BCDWB/DBBSEG"
    |    of the source code of program "/1BCDWB/DBBSEG" (when calling the editor 5670).
    Source Code Extract
    Line
    SourceCde
    537
    START-OF-SELECTION.
    538
    IF MAX_SEL > 0.
    539
    RSEUMOD-TBMAXSEL = MAX_SEL.
    540
    ELSEIF MAX_SEL = 0.
    541
    CLEAR RSEUMOD-TBMAXSEL.
    542
    ENDIF.
    543
    IMPORT G_DATA_EXIT FROM MEMORY ID MEM_ID.
    544
    IF SY-BATCH IS INITIAL AND G_DATA_EXIT IS INITIAL.
    545
    IMPORT ACTION FROM MEMORY ID MEM_ID.
    546
    ELSE.
    547
    ACTION = 'ANZE'.
    548
    concatenate '/1BCDWB/DB' 'BSEG' into g_dbdatakey-eu_name.
    549
    g_dbdatakey-username = c_all.
    550
    import sort_NAME_TAB to %_TAB2_sort
    551
    field_name_tab to %_TAB2_field
    552
    from database dbdata(DB) id g_dbdatakey.
    553
    if sy-subrc = 0.
    554
    delete from dbdata
    555
    where relid    = 'DB' and
    556
    eu_name  = g_dbdatakey-eu_name and
    557
    username = c_all.
    558
    describe table %_tab2_field lines %_l_lines.
    559
    if not %_l_lines is initial.
    560
    %_TAB2[] = %_tab2_field[].
    561
    endif.
    562
    endif.
    563
    ENDIF.
    564
    CASE ACTION.
    565
    WHEN 'ANZE'.
    566
    try.
    >>>>>
    SELECT * FROM BSEG                     "client specified
    568
    APPENDING TABLE IBSEG
    569
    UP TO RSEUMOD-TBMAXSEL ROWS BYPASSING BUFFER
    570
    WHERE BUKRS IN I1
    571
    AND   BELNR IN I2
    572
    AND   GJAHR IN I3
    573
    AND   BUZEI IN I4
    574
    AND   BUZID IN I5
    575
    AND   AUGDT IN I6
    576
    AND   BSCHL IN I7
    577
    AND   KOART IN I8
    578
    AND   SHKZG IN I9
    579
    AND   WRBTR IN I10
    580
    AND   PSWSL IN I11
    581
    AND   ZUONR IN I12
    582
    AND   KOSTL IN I13
    583
    AND   SAKNR IN I14
    584
    AND   HKONT IN I15
    585
    AND   LIFNR IN I16
    586
    AND   MATNR IN I17

    Hello Satya
    Another possible error cause might be that the SQL statement sent to the DB is too large. You could try the following:
      SELECT * FROM bseg APPENDING TABLE ibseg
        PACKAGE SIZE 500  " or 1000
        WHERE bukrs IN ...
        AND ...
      ENDSELECT.
    For details see the ABAP keyword documentation for <b>PACKAGE SIZE</b>.
    Regards
      Uwe

  • MDL1261: Error Importing

    Hello, OWB gurus! :)
    I exported a process flow into an MDL file from our test environment, say DBTEST.
    Upon importing it to our production environment, say DBPROD, I got the following error:
    "Error at line 141: MDL1261: Error importing PHYSICALOBJECT PROJECT.PROCESS.PACKAGE.null.
    Detailed Error Message:
    API0259: The object cannot be edited in Read-Only mode!"
    Here are my import options:
    1. Create New Metadata
    2. Match by Name
    Other details:
    -- DBTEST and DBPROD have the same project name (say PROJECT), process flow module (PROCESS), etc. They have the same module/database/object names, in short.
    -- Repository owner has full access (any procedure)
    This only happens whenever I am importing process flows. I can successfully import tables and mappings.
    I tried searching answers through the internet, but I don't know why I couldn't find one. I would like to ask the help of our OWB gurus, or anyone, out there. =)
    Thanks a lot,
    Manoy

    Hi,
    No process was running when I imported the objects. I also tried importing other process flows individually (after exporting them one by one), still I got the same error.
    Thanks. :)
    Manoy

  • I can't open my paid program due to "failed to import cxutils module into python." after upgrading to OS X Yosemite. What should i do?

    please help me to fix this problems. i can't open my paid study program due to " fail to import cxutils module into python."

    I have the same exact error message appearing several times per day but I have not succeeded in finding the source of the problem.
    Any ideas guys?
    The problem started as soon as I upgraded from Mavericks to Yosemite.

  • CS2 Scanning Problem - error with acquisition module interface

    Hi there,
    I have an Epson Perfection 4180 scanner which has worked for years. I moved, plug everything back in, the scanner works one time, and from then on, I get this error: "Could not complete the Import command because of an error with acquisition module interface."
    I've searched around, and seen others with this problem, but, no real solution. From what I've read, it's a Photoshop issue. I've downloaded the TWAIN drivers and re-installed the scanner, and deleted Photoshop's preferences file. The scanner does work through the Windows Scanner Wizard. I've turned off the Windows Image Acquisition thing in the control panel, and then turned it back on.
    ARGH, I am really pulling my hair out. Please help!
    Thanks so much!

    I'd try to avoid the hassle of messing with the PS installation if possible.
    One other thing I have seen is to temporarily disable the Twain plug-in, with a ~ in front of the name, in
    C:\Program Files\Adobe\Adobe Photoshop CS3\Plug-Ins\Import-Export

Maybe you are looking for

  • Additional

    Hi All, Could I use print layout designer to generate report return in sales credit memo screen ? Actually we use a button (SDK addon) to print the report. Pls give advice. Tks Rajh

  • ITunes 11.3 no longer plays AC-3 surround sound / audio.

    I run iTunes in Windows, and upon updating to 11.3, the surround sound option (AC-3) no longer plays audio. Stereo works fine, but no surround sound plays at all. It worked in 11.2, but when upgrading to 11.3 it no longer works. Possibly related: eve

  • Class/Package problem with tomcat

    Hi everyone, i am pretty new to tomcat and jsp and I have to setup a webapp using tomcat. Actually I setup the tomcat-server and moved all files in the webapps/ROOT/myapp directory. Unfortunately I get the following error-message when I access the ma

  • P2 Files in FINAL CUT 5 will NOT work

    Hello, I have some P2 files in my hard drive that will not open in my version of Final Cut Pro (version 5.1.4). How can I bring the P2 files in final cut to use both audio and video? Thanks in advance!

  • Modify T-Code MCI4 Report

    Hello SAP Gurus, I currently use the T - Code MCI4 for PM Orders cost analysis to view and report PM Planned & Actual Costs by period/Year. I however need to modify the input selection screen to include Order Status and Order selection fields, and al