CDaoException ERROR (Error 340) when accessing txt file

Hello,
I'm trying to import data from a text file in BO XIR2 and get the following error :
CDaoException SCODE_CODE = 340 SCODE_FACILITY = 4 SCODE_SEVERITY = 1 ResultFromScode = 2147746132
I've seen a another for an older version of BO suggesting to re-install microsoft data access but these software is already part of windows XP (it does not let me install any previous version).
All suggestion is welcome.
Thanks.

Hi Osm,
Also,could you please test the following solutions:
Resolution 1
1. Make sure the following DLLs are present on the computer:
- In path "files\common files\microsoft shared\dao": dao350.dll
- In path "winnt\ system32": ExpSrv.dll, MSExcl35.dll, MSJet35.dll, MSJInt35.dll, MSJtEr35.dll, MSRepl35.dll, MSRD2x35.dll, VBAJet32.dll, msexch35.dll, and MStext35.dll
Copy the missing DLLs or older DLLs from a computer that does not have this issue.
Resolution 2
Follow these steps to reinstall the Data Access Pack:
1. On the BusinessObjects version Disk 1, go to "\Vol1\Microsoft\Dataac\".
2. Run Dataac.exe.
3. Select Data Access Pack, and install. A message will appear asking if you want to be prompted if newer DLLs exist on the system. Do not check the box; close out of the window. BusinessObjects will not overwrite any newer DLLs; it will only add the required files into the system.
Resolution 3
Install the Microsoft Data Access Pack located at the following URL:
http://support.microsoft.com/support/kb/articles/Q172/7/33.ASP
Regards,
Sarbhjeet Kaur

Similar Messages

  • Error message in TRFC 'An SQL error occurred when accessing a table'

    Hi all,
    Can any one tell what this below error message is about in while go into TRFC
    'An SQL error occurred when accessing a table'.
    and please tell me how to solve this problem.

    Hi
    Try to see what all tables are accessed by data source. and see if there is any lock on that..
    If some other job is accessing that table - then there might be lock on that which is causing failure..
    1) Try looking at ST22 dump also..
    2) Try to do RSA3 in R/3 and if see if its is fetching any records or not..
    Hoep it helps
    --SA

  • Error message when compiling book "file is corrupt" referring to a photo.  Or "cannot find original photo".  Can you use photos that have been "edited" out of "Book Mode"?

    Error message when compiling book "file is corrupt" referring to a photo.  Or "cannot find original photo".  Can you use photos that have been "edited" out of "Book Mode"?

    I did copy it to my desktop, but it still won't let me open it.  I think the file on the disc might be corrupt or something like that though the cd itself checks out fine as far as viruses go.  I was able to verify the disc, but that's about it.  My husband tried it on his iMac and we have the same issue.  It's unzipping the folder, but won't let us open the folder on both the Mac Book Pro or the iMac by double clicking, going to file/open or right clicking.  It just keeps saying the same message as I posted above.  I think I'm just going to have the client put the pictures on either a memory card or a USB memory stick so she won't have to compress the files for zipping purposes.  It's been too frustrating trying to open this folder on this cd she gave me.  She said she created/zipped the cd on her Mac Book Pro but it sure won't open on mine.

  • ITunes for Windows: Error -9812 when accessing the iTunes Store

    So here is the situation. When I try to access our iTunes U site from the public link it works great, when I go thru the link that has me authenticicate it works on macs but on PC's I get the error message "iTunes for Windows: Error -9812 when accessing the iTunes Store" it's happening all thru our campus with PC users. Any ideas?????

    We're having similar connection issues, and the error log on our web server says something about a certificate error. I noted that last year on this date there were messages related to certificates. Is it possible they are updated every Dec 2, and we should count on some down time?
    Katie

  • "The exception unknown software exception (0xc06d007e) occured in the application at location 0x7c812aeb" - error displayed when opening PDF files. What i do?

    "The exception unknown software exception (0xc06d007e) occured in the application at location 0x7c812aeb" - error displayed when opening PDF files. What i do?

    What is your Reader XI version?
    Have you tried to disable Protected Mode [Edit | Preferences | Security (Enhanced)] ?

  • RSQL ERROR 23 WHEN ACCESSING TABLE "BKPF"

    Can you tell me what is wrong with this statement.  I get an ABAP runtime error.
    DBIF_RSQL_INVALID_RSQL.
    RSQL ERROR 23 WHEN ACCESSING TABLE "BKPF"
    START-OF-SELECTION.
      SELECT BUDAT BLDAT BLART XBLNR_ALT BKTXT XSNET WAERS FROM BKPF INTO
      IT_BKPF
             WHERE BUKRS = '0004'
             AND BLDAT > '2007/01/01'.

    It was the same with me. My declaration for "TYPES" wasn't like my "SELECT".
    I have a tip: In your "SELECT", select all fields that was declared in your "TYPES".
    Example:
    TYPES: BEGIN OF ty_bkpf,
       bukrs TYPE BKPF-BUKRS,
       belnr TYPE BKPF-BELNR,
       blart TYPE BKPF-BLART,
       budat TYPE BKPF-BUDAT.
    TYPES: END OF ty_bkpf.
    DATA: T_BKPF  TYPE TABLE OF ty_bkpf,
    SELECT BUKRS BELNR BLART BUDAT
       INTO TABLE T_BKPF
       FROM BKPF
       WHERE MONAT = '11'
         AND GJAHR = '2013'.
    Best Regards

  • Error message when accessing account/ contact list

    Hi experts,
    One of our users encountered this error message when accessing account and contact list.
    message=>
    Error: originating at /OnDemand/user/AccountList
    拒绝访问。(SBL-DAT-00542)
    Weird thing is she has exact the same user set up as others (same role, privilege, pagelayout, etc), but only she got this problem.
    Does anyone know how to fix this, please?
    Thanks,
    Sabrina

    Sabrina, I would recommend contacting On Demand customer care in reference to this issue.

  • I have an internet connection but keep getting error 306 when accessing I tunes store

    I keep getting error 306 when accessing I Tunes store but I have an internet connection.  What do I do to repair?

    Perhaps try the iTunes Store loads partially or returns "Error 306" or "Error 10054" section in the Specific Conditions and Alert Messages: (Mac OS X / Windows) section of the following document:
    iTunes: Advanced iTunes Store troubleshooting

  • Accessing txt files in the App server from web application

    Hi All,
    We have a use case, where we need to access txt files from the ADF web application.
    We will display to the user the path of the file and whenever he/she clicks, it should be downloaded automatically to the users machine.
    Environments we need to develop: JDeveloper 10.1.3.4 and Oracle App Server 10.1.3.1
    And our server has credentials and only those who have access to the server can access the files.
    Point me or suggest me a good solution to this use case.
    Regards,
    Naga.

    Hi Joonas,
    i was able to download the files, thanks a lot for your guidance. i will mark your answer as correct.
    Can you let me know how to achieve the following usecase.
    1. there will be multiple text files in the server i.e., out of our web application context like in some folder
    2. And we need to give user a http link and if he clicks on the link that file should be downloaded automatically to his machine.
    and we are using oracle app server 10.1.3.4, please point me to some document or example.
    thank you.
    naga.

  • Show warning when accessing to files API.

    Hello,
    In my application I am using FileConnection APIs. Every time when accessing to files (get file size, dir list and others actions) showing warning: Allow applications to read data in: Memory card or Gallery Yes/No . Are possible remove this warning? If yes, then how can do it?
    Thank in advance.

    Hello.
    What Article? Please give a link for the article. need very mach
    Thanks

  • SOLVED: Getting an Input/Output error when accessing certain files

    My system started failing a few days ago because of sudden Input/Output errors when trying to access certain files. It was running fine until various applications started crashing like for example Pidgin (in retrospect probably because of DBus crashing). I decided to reboot and now can't login anymore because the DBus module fails to load which in turn means that HAL doesn't load either and so I can't use my keyboard to login.
    The error message I get from DBus is that it can't access the file /etc/dbus-1/system.d/org.freedesktop.PolicyKit.conf because of an Input/Output error. I tried to fix/see what was wrong using the arch livecd. Because I thought my problem had to do with a pacman update that had failed before I'd rebooted, I updated my system and I noticed that when pacman tried to access other files it came back with the same error message. The files seemed pretty random, one of them was fakeroot.conf and then several library files like libfaad (sorry this is kind of vague but I'm away from home right now and can't go online very often so I'm writing this from memory).
    I'm guessing its a hard drive problem because checking the filesystem for errors came back with nothing. I was just wondering whether anyone had any other ideas before I go and reinstall. I'm going back home tomorrow so I'll be able to follow any advice/reinstall then.
    Last edited by siell (2010-04-08 17:01:37)

    UPDATE
    It seems to be fixed! The second run of e2fsck fixed some more issues and the files that were causing the problems earlier seemed to have bad inodes. Boots fine now and I can get into my system. I checked and I still have a reasonable amount of free space so I don't think that was the reason ... I have no idea how the filesystem got so corrupted out of nowhere.
    A few things are different, for example, it asked me to unlock the keyring and I couldn't mount my external encrypted drive anymore and had to do it manually with cryptsetup. e2fsck made quite a few changes so I imagine it's due to that. Shouldn't be to hard to fix though.
    Thanks for your help!

  • Unexpected error when accessing OCS Files

    Everytime we try to access OCS Files (after being idle for sometime), we get this unexpected error. After a series of clicking on the report error, the workspace eventually appears.
    This is the log being reported to our sysadmin:
    Unexpected Error Encountered
    ***User Comments Below:
    ***End Of User Comments
    ***Error Details Included Below:
    *User:     null
    *Host:     <omitted out>
    *Date:     Tue Jul 27 08:12:12 GMT+08:00 2004
    *Exception: 20
    *Stack trace:
    Event Exception: Page = Page[name=,PP=/files/page/GenericError,CS=7]; Event = Abort()
    Root Exception:
    oracle.ifs.common.IfsException: IFS-21008: Unable to connect to iFS service
    oracle.ifs.common.IfsException: IFS-12214: Unable to get item in collection by name (CLASSOBJECT)
    oracle.ifs.common.IfsException: IFS-12201: Unable to resolve collection
    oracle.ifs.common.IfsException: IFS-35202: Failed to select objects due to invalid query syntax
    java.sql.SQLException: ORA-03113: end-of-file on communication channel
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:188)
    at oracle.jdbc.oci8.OCIDBAccess.check_error(OCIDBAccess.java:1774)
    at oracle.jdbc.oci8.OCIDBAccess.parseExecuteDescribe(OCIDBAccess.java:963)
    at oracle.jdbc.driver.OracleStatement.doExecuteQuery(OracleStatement.java:2311)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2554)
    at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:452)
    at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:382)
    at oracle.ifs.server.S_LibrarySession.executeQuery(S_LibrarySession.java:16063)
    at oracle.ifs.server.S_LibraryObjectSelector.selectObjects(S_LibraryObjectSelector.java:310)
    at oracle.ifs.server.S_Selector.getItems(S_Selector.java:382)
    at oracle.ifs.common.CachedSelectorCollection.resolveNow(CachedSelectorCollection.java:219)
    at oracle.ifs.common.CachedCollection.resolve(CachedCollection.java:321)
    at oracle.ifs.common.CachedCollection.getItems(CachedCollection.java:195)
    at oracle.ifs.server.S_LibrarySession.registerCollection(S_LibrarySession.java:6603)
    at oracle.ifs.server.S_LibrarySession.<init>(S_LibrarySession.java:2320)
    at java.lang.reflect.Constructor.newInstance(Native Method)
    at oracle.ifs.server.S_LibraryService.constructSession(S_LibraryService.java:3159)
    at oracle.ifs.server.S_LibraryService.connect(S_LibraryService.java:2946)
    at oracle.ifs.beans.LibraryService.connect(LibraryService.java:1077)
    at oracle.ifs.adk.uix.utils.SessionUtils.createLibrarySession(SessionUtils.java:98)
    at oracle.ifs.adk.uix.servlet.session.BasicIfsUixSession.<init>(BasicIfsUixSession.java:120)
    at oracle.ifs.adk.uix.servlet.session.SharedIfsUixSession.<init>(SharedIfsUixSession.java:79)
    at oracle.ifs.files.session.SharedFilesSession.<init>(SharedFilesSession.java:86)
    at oracle.ifs.files.session.FilesSessionManager.createConnectedSharedSession(FilesSessionManager.java:72)
    at oracle.ifs.adk.uix.servlet.session.SessionManager.createConnectedSessionWithAccounting(SessionManager.java:113)
    at oracle.ifs.adk.uix.servlet.session.SessionList.createNewSession(SessionList.java:261)
    at oracle.ifs.adk.uix.servlet.session.SessionList.getSession(SessionList.java:106)
    at oracle.ifs.adk.uix.servlet.session.SessionManager.login(SessionManager.java:158)
    at oracle.ifs.adk.uix.servlet.HttpAuthManager.loginInternal(HttpAuthManager.java:621)
    at oracle.ifs.adk.uix.servlet.HttpAuthManager.loginFromSso(HttpAuthManager.java:816)
    at oracle.ifs.adk.uix.servlet.HttpAuthManager.getIfsUixSessionFromRequest(HttpAuthManager.java:488)
    at oracle.ifs.adk.uix.servlet.page.IfsUixPageBroker.handleRequest(IfsUixPageBroker.java:237)
    at oracle.cabo.servlet.PageBrokerHandler.handleRequest(Unknown Source)
    at oracle.ifs.adk.uix.servlet.IfsUixServlet.doGet(IfsUixServlet.java:188)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:244)
    at oracle.ifs.adk.uix.servlet.IfsUixServlet.service(IfsUixServlet.java:162)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:336)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:66)
    at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:284)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:539)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:285)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:771)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:170)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:72)
    at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:802)
    at java.lang.Thread.run(Thread.java:484)
    Underlying Exception:
    ***End of Error Details

    Hi,
    I guess you override the default master/ page layout with your custom made master/page layout on root level site.
    Can you create the new site and page layout with default,if it success then the problem with your PageLayout which might not coincide with your master page or any of the content types your wired up in the page layout page.
    So double check your master page specifically on placeholder name with your content page (page layout) and if you use content types (on Page Layout) from the site level double check those are available with from ID and properly closed quotes.
    Last but not least,check your Page Layouts and Master Page are provisioned correctly in Model attribute "FileUrl" and Url in the element.xml
    Murugesa Pandian.,SharePoint2010 | MCPD | MCTS |Configure

  • Error while trying access video file in KM Content

    Hi All,
    I are having an issue while trying to access video files located in KM.
    When we try to access the file we get and error : getting content of document failed: /usr/sap/pa8/SYS/global/config/cm/ep/content/73/47/6176162974773.CONTENT (no such file or directory)
    The file is a .wmv file and has a size of 49 MB. Whereas some other files of size 34 MB opens up with no issues.
    This is happening on production environment but the same works fine in pre prod environment.
    I am trying to access the file from Content Administration -> KM Content
    This issue is happening for multiple files of larger size in that environment. Please suggest how to rectify the issue.
    Regards,
    Somnath.

    Hi Somnath
    The issue you are facing is dealt in the below Note. Kindly check if you are at the specified SP and
    Patch level as per your Portal Version according to the note or not.
    1849886 - Content could be lost when using DBFS repository
    Regards
    Santarshi Samanta

  • Error 1 when loading flat file in BW 7.0

    Hi,
        The flat file structure is same as the transfer structure. Its a csv file and i also checked about the delimiters and stuff.The flat is not open and it is closed while i am loading it. The same file gets loaded if i try in another laptop with my id.If i use my colleague's id on my system also...it doest work...so, the basic problem is with my laptop. I know its nor related to type of data or transfer structure. Its some settings on my laptop which got changed automatically. If i install some other softwares like mozilla firefox or yahoo msg-will that create a problem? I am not at all understanding why its like this. Please help.The error msgs i get when i try to load the flat file -
    Error 1 when loading external data
    Diagnosis
    Error number 1 occurred when loading external data:
    1. Error when reading the file (access rights, file name, ...)
    2. File size or number of records does not correspond to the data in the control file
    3. Error when generating the IDoc
    4. File contains invalid data (errors with an arithmetic operation or data conversion)
    Procedure
    Check whether you have the required access rights and whether the data in the control file is correct (file names, record length, number of records, ...). Correct the data in the control file if necessary and check the data file for invalid data (values of the wrong type, values in the wrong format for conversion exit,...). Check whether the file has headers that have not been specified.
    Error when opening the data file C:\vikki1.csv (origin C)
    Message no.
    Diagnosis
    File C:\ vikki1.csv (origin C) could not be opened.
    Origin:
    A : Application server
    C : Client workstation
    Procedure
    Check whether the file entered exists and is not been used by other applications.

    Hi! Vikki,
    Error 1 means your flat file is open while uploading the data..
    your flat file should be closed while uploading data in BW.
    that is why it is saying "Error when opening the file..".
    first close that file n then upload..it will work.
    rest of the things are ok!..
    I hope this will help you.
    Regards,
    khyati.

  • Error while importing the .txt file for SAP script to another system.

    Hi Gurus,
    I'm trying to import the .txt file exported (using RSTXSCRP) from one system to another.But getting the following error on the destination system  (4.6C).I'm able to import the same file on all other releases (Like 470 500,600,604).
    "ERROR: Invalid start marker: SF instead of SFORM "
    Kindly assist..
    Jasvir

    Hi,
    Usually when you download the file and open it with notepad, the first line is like
    SFORMZINVOICE
    ie SFORM followed by form name
    Check this in your downloaded file
    Regards

Maybe you are looking for

  • Need to apply MTD logic for actual and prior year

    Hi Team, We are facing an issue with MTD calculation based on formula variables, Issue: MTD Only (Actual and Prior Year) – show the same value for MTD.  Requirement: When the query is run for a selected month, the query should be run for that month b

  • Skip first screen

    hi all, i have a 'ztcode' with obligatory fields. i want to call 'ztcode' from another program using the following: call transaction 'ztcode' and skip first screen. is there a way to avoid error since obligatory fields will not be filled up if above

  • Can no longer access airport base station

    I can surf the net via airport, but wireless printing has stopped working. I can also no longer configure the base station via the admin utility - just get an error message "an error occured whilst reading the configuration". any suggestions what i c

  • ITunes store will not update my apps: "The network connection was reset."

    Why can't I update my apps as usual?  I suddenly keep getting the message "There was a problem downloading [name of application].  The network connection was reset." 

  • Using ADF trying to display an af:outputLabel below a radioButton

    This problem seemed to me to be a lot easier than it winded up being. I hope someone can help shed some light on it. Here it goes... I need to dynamically display a list of radio buttons(it gets the data from a database). Here is the catch. Underneat