Getting "Cannot open document: error during import (DX0005" on DESKI report

These reports use free-hand SQL and universe-based data providers. I'm thinking that a permission isn't set properly that is interfering w/ the import of the universe at execution time - any ideas where that might be?
We use BObj XIr2 SP4
Edited by: Jim Chickering on Aug 27, 2008 4:42 PM

Hello Jim,
Please post this query to the [BusinessObjects Desktop Intelligence |SAP BusinessObjects Desktop Intelligence;  forum:
That forum is monitored by qualified technicians and you will get a faster response there.
Also, all BusinessObjects Desktop Intelligence queries remain in one place and thus can be easily searched in one place.
Thanks a lot,
Falk

Similar Messages

  • Cannot open document (Error: INF)

    We have migrated reports from version Business Objects 6.5.1 to Business Objects XI 3.1 SP2. We have been receiving sporadic 'Cannot open document (Error: INF)' now and again whenever you open Desktop Intelligence reports using Infoview. Have any other users come across this issue using BOXI 3.1 SP2. I do not believe that this issue occurred on SP1.
    This error is very frustrating.
    I have browsed various forums and implemented changes which have had no effect whatsoever including the SAP Marketplace.
    We are also receiving SetPrompts Failed errors. When a report is opened in Infoview and you refresh a report, a blank dialog appears with a red cross. if you refresh the report again then the SetPrompts Failed error appears. I have evene made changes according to article 1364437 based on this error and this has not resolved the issue.
    Regards
    Dipendra

    We're on BOXI3.1 SP2 aswell and we have had the same sporadic issue - Cannot open document for Deski reports. This is causing some serious concern amongst our users over system stability.
    You can recreate the situation by shutting down the InputFileRepository server and you get the same message. I've noticed that when this happens there is a mesage in the fcproc log file 'm_repFileMgr.Download failed'
    My theory is that there may be some congestion in linking between the desktopintelligence server and the inputfilerepository. In addition, we had some logging on the fileserver and at the time of the error there was no mention of the report that failed or any error. We contacted SAP about this but did not get a satisfactory response. There were some heavily utilised DESKi reports which we managed to convert to Webi to take the load off and we also dropped the timeout to 20 minutes (not brilliant but it did mean that if we got the message the users wouldn't have to wait too long before it was resolved in case they couldn't get hold of IT).
    I also upped the parameter for Maximum Retries for File Access in case it was having problems getting the file.
    The result of this was that the error appeared to go away... until yesterday!!!
    Any further insights welcome.

  • Cannot open document (Error: INF) / Session is closed (Error: INF )

    SAP BO XI3.1
    last time I face this one but suddenly disappear during testing, now we once again face this issue. As all users are member of group 'EveryOne' if we add any user membership to administrator group / master group this error resolved for this user.but that is not proper solutions, so far i m unable to find the rights which is lacking to all user for these report which are available in each user infoview and causing these errors while viewing.
    Open Document error message:
    While viewing Web Intelligence reports
    [Session is closed (Error: INF )|http://yfrog.com/0cwebirightsp|Session is closed (Error: INF )]
    While viewing Desktop Intelligence reports
    [Cannot open document (Error: INF )|http://yfrog.com/mjdeskirightsp|Cannot open document (Error: INF )]

    You might need to give read rights to the folder and category this report belongs to???
    If the problem is fixed when the user who is viweing is an administrator, this means there is insufficient privileges for the other users.

  • Itunes document manager pro will not open a document with .cwk extension. It will catch the document then error message states that it cannot open document. Can anyone tell me what Im doing wrong?

    Itunes document manager pro will not open a document with .cwk extension. It will catch the document then error message states that it cannot open document. Can anyone tell me what Im doing wrong?

    Forgive my ignorance but I have never hear of iTunes Document Manager Pro. If you mean Document Manager Pro, i was able to find that. Back to your problem, have you tried opening one of those files in the iOS iWorks apps? Form the quick read that I did about this, .cwk files can be opened by Pages, Numbers or Keynote, depending on what type of document that it is and those files can be read by Document Manager Pro, after properly saving them. I don't see that you can go directly from the .cwk file in Document Manager Pro without converting them first.
    I took a very quick look at the app, so I may be a missing something about its capability.

  • "Cannot open document. (Error: INF) Deski docs in WEBI not opening

    Our users are receiving the following error within WEBI when oppening DESKI documents. "Cannot open document. (Error: INF). WEBI files open fine, DESKI files do not.
    I want to break something.
    Any ideas? Many thanks

    We are also having the same issue - personal (i.e. my favorite) Webi documents saved prior to today cause the error: Value Cannot be Null (Error:INF). New Webi documents or documents in the corporate repository are functioning properly.
    Any ideas on how to fix issue is greatly appreciated.
    Thank you

  • Error During Import: File Could Not Be Imported

    I am trying to load some .AVI movies from my digital camera into iMovie; most of them will, but 1 or 2 for some reason will not. I have played some of these videos on my old G3, which I replaced with this new computer; most loaded in OK.
    The clips that won't load look smaller than the others when playing (don't know why). I played the movies and converted them to Quicktime again in MPEG Streamclip and they played fine (also in VLC PLayer, FWIW).
    I am getting this error message: Error during Import: File Could Not Be Imported.
    Also, I am trying to change the orientation of one clip that I inadvertently shot sideways; I did this in Bitlist but it won't load now into iMovie. Is there away to change the orientation in Quicktime (I'm not buying QT pro) or another free converter that will work?
    Thanks in advance...

    try to ...
    * open the avi/mpegs in Streamclip
    * choose 'DV stream' as export option
    * in the 'DV stream' dialog, you're offered the option 'turn'.. rotate in the wanted direction and choose '75%' size to get all into the video...

  • Variable not set (error 91)/Error during import (error 102)/execut bat file

    We are on BO 11.5.0.0 and using the COM SDK with Visual Basic to run multiple reports (sometimes multiple flavors of the same report) through a bat file.
    If we run the reports single-threaded through the bat file, the reports run fine.  However, if multiple versions of the bat file start at approximately the same time, we get one of two errors:
    91 Object variable or With block variable not set
    102 Error during import document -
    Here's the part of the code with the problem:
    Dim BOapp As busobj.Application
    Dim receiveDoc As busobj.Document
    Set BOapp = New busobj.Application
    BOapp.Interactive = False
    BOapp.Logon strUser, strPass, strFromSystem, "Enterprise", False, False
    BOapp.Visible = False
    Set receiveDoc = BOapp.Documents.OpenFromEnterprise(strFromRep, strFromFolder, boFolder)
    receiveDoc.SaveAs (strDocumentPath & strFromRep & ".REP")
    Values for the following variables are passed in from the bat file:
    strUser
    strPass
    strFromSystem
    strFromRep
    strFromFolder
    strDocumentPath
    If it fails on the OpenFromEnterprise statement, we get the 102 error.
    If it fails on the SaveAs statement, we get the 91 error.
    Running it through debug hasn't helped, since we are running only one report.
    Any thoughts on what could be going wrong?
    Thanks in advance

    I have tried this running the VB code on my desktop (outside of the bat file) and nothing out of the ordinary occurs.  The VB code runs fine with only one occurrence.
    I had seen on other posts "ThisDocument" and didn't know if it would be applicable in this situation.  I also wasn't sure how it should be used based on the rest of my code.  Would "ThisDocument" make a difference?
    Thanks again

  • Error during import (-40)

    I have a G5 Dual 2G with 2G of ram running Imovie 3.0.3. I am trying to import a 42.9M mp4 file and a 189.9M .mov file and am getting this error message after about 6 minutes of trying to import: "Error during import (-40)".
    Can anyone tell me what the problem might be? I have serched the forum and came up with the "Use Streamclip 1.8" thats why I could make the 189.9M .mov file into the 42.9M mp4 file.
    I was sucsesful in importing 38.5M .mov files into itunes but I seem to have a limit. Does this make sense to anyone?
    Thanks for the help.

    Aquilafisher,
    You can open the 189.9 mov file in MpegStream clip and export to DV format for iMovie (DV is iMovie's native format).
    When you choose export to DV format you'll be presented with the "DV Exporter Window" with several options. One option is to "Split DV into Segements" Choose it (This option automatically splits the clip into 2gb or less segments).
    You can export the segments directly into your iMovie project's media folder. Next time you open the iMovie project you'll be offered the option to have those segments moved to the clips pane (you can also import the segments but that takes longer).
    I was sucsesful in importing 38.5M .mov files into itunes but I seem to have a limit.
    Is this the same file 49mb mp4 file that you could only partially import or is this a different file that you were successful importing?????
    Is there any particular reason you exported to mp4 first, exactly what are you trying to accomplish?

  • Error during Import (-2126)

    I have imported Quicktime files from my computer into iMovie before (clips orginally from my digital camera) with no problem. However, when I go to import now I get the message "Can't open file "xxxx.AVI"; skipping it and continuing" then right after the message "Error during import. The file could not be imported (-2126)" If anyone knows why this would happen and I how I can fix it, that would be amazing.... Thanks in advance!!
    ** I have Quicktime version 7.0.1 and iMovie 4.0.1 if that helps.
    iMac G5   Mac OS X (10.3.9)  

    iMovie does not work with AVI files. You have to convert the file to a format that iMovie understands.
    Start here...
    http://www.danslagle.com/mac/iMovie/qt_plugins/3000.shtml
    Patrick

  • Cannot open document because Office keeps trying to sign in to Office 365 with the wrong account

    Problem: I cannot open Office documents from SharePoint on Office 365 because Office tries to sign in with my Microsoft account instead of my Office 365-account.
    History
    When we started the project, I did not have an Office 365-account yet for the organization I was working for. To get temporary access to SharePoint a colleague invited me on my Microsoft Account to gain access to SharePoint. This worked fine and I
    was able to access SharePoint. A few days later I received my official Office 365 account, so I also got e-mail etc. Because I now have an official Office 365 account, we removed my Microsoft Account from SharePoint. So now I only have access to SharePoint
    with my Office 365 account.
    The problem is that I can no longer open documents in Office. In the web version everything works fine, but if I want to open a document in for example Word, it says the document cannot be opened. Sometimes it shows a screen which says "Something
    went wrong". If I click through to go back to the website, it show me that it tried to login with my Microsoft Account and that this account does not have access to the site. It suggests to sign out and login with a different account, but this leads to
    a page that does not exist. I cannot figure out how to make Word use my Office 365 account.
    What I have already tried
    -Remove all my browser history and temporary files
    -Add Office 365 as a connected service in Office. I can sign-in with my Office 365 account and the location is added, but I still cannot open documents.
    -Tried a different pc. But because Office syncs al my settings, I got the same problem on all my pc’s.
    -Removed all my Windows credentials via the credential manager in the control panel. If I also remove the credentials for my Microsoft Account, Office cannot sign in anymore. At this point, if I try to access SharePoint, it asks me for my credentials
    and I have access to the documents. However, if I restore my Microsoft Account in Office again by entering my password, the problem is back.
    -As a work around I can add my Office 365 account as a separate Office account. I have access then, but it is really annoying because every time I want to open a document, I have to open Word, switch accounts, close Word and open the document. It is
    not capable of automatically selecting the account to use.
    Conclusion and question
    I have also worked with other Office 365 organizations which I can easily add to the connected services in Office and they work fine. So somehow Office has linked my Microsoft Account to this organization of Office 365 and it refuses to use the correct
    account. Does anybody know how to unlink my Microsoft Account from this Office 365 organization so that I can use the correct account?

    Try these steps from the source linked below:
    Stop connecting to a connected account
    You can stop connecting to a connected email account in Outlook Web App by removing the connection.
    In Outlook Web App, click Settings >
    Options > Account > Connected accounts.
    Under Account Name, select the account you want to stop connecting to.
    Click Delete to remove the connection.
    Click Yes in the dialog box to confirm that you want to stop connecting to the account.
    http://office.microsoft.com/en-us/support/connected-accounts-HA102836325.aspx

  • "cannot open display" error meaning

    I'm trying to get dwm running for a while now, and when I try to run it, it says "cannot open display". Then I thought, ok, maybe i have to install an X server, so I got Xorg, installed it, removed dwm and then recompiled it, but I got the same error. Then I thought that maybe I didn't have the right configurations (even though I never bothered config.h or config.mk), so I got gnome (hoping that it would auto-configure itself) so that I can test if it's something with dwm or some other problem with the system. When I tried to start gnome, I got the "cannot open display" error, again (my keyboard will never forgive me for what I did when I saw that).
    I went through dwm's wiki more than once, googled the problem, read about Xorg, I just don't know what I'm doing wrong.
    Everything was done on a fresh netinstall.
    Could you please help me out with this? (Or just link me to somewhere I can find some meaningful information about the problem)
    Last edited by imv (2012-04-01 15:02:00)

    @lifeafter2am  I read that, xorg_server and xorg_apps were already installed, since I installed xorg (as in, the whole xorg package). xinit, startx   ~/.xinitrc and /etc/X11/xinit/xinitrc , all files/programs mentioned in the wiki, ar missing, though, perhaps it's a hint of some sort
    @istbrad212   the video card driver was already installed
    Sorry for the slow responses, I have to constantly reboot in order to try everything.

  • Cannot Open File error - tried what I know

    I have received the dreaded Cannot Open File error. Usually I can manage to recover the file by deleting the lock file or recovering from a backup. This time, nothing is working.
    I've searched the forum, and while many people have this issue I cannot find a solution.
    Any suggestions?
    Thanks!

    Hi,
    Have you checked this article for steps to recover a project from Cache. (Adobe Captivate Cache Projects folder from My Documents)
    http://blogs.adobe.com/captivate/2010/09/recovering-the-project.html
    For Future, make sure you have the option to create project Backup on save automatically at the same location where your project is saved. (Edit--Preferences--General-- Generate Project backup)
    Thanks,
    Anjaneai

  • SEVERE: DB Error during import of BC_SL_ACTIVE_PARTS

    Hello all,
    We are trying to perform the system refresh using sapinst (load based) on AIX/DB2 UDB environment.
    During the "Import Java Dump" phase, we are getting the below error;
    SEVERE: DB Error during import of BC_SL_ACTIVE_PARTS
    SEVERE: Message: The object of type java.sql.Date with the value '2006-06-22 07:
    00:00.0' assigned to host variable 5 is not normalized. It must not contain time
    components in the time zone running the virtual machine.
    SEVERE: SQLState: SAP06
    SEVERE: ErrorCode: 1001124
    As per the OSS note 915548 we changed the Server & Desktop time zone to GMT+01:00, and started a fresh installation.
    However we are still facing the same issue. Does anybody have a resolution for this, if so please help me, I shall definitely reward you.
    Thanks in advance.
    Regards,
    Kiran.

    Hello,
    I've got exactly the same problem.
    I was installing a CRM50 Unicode System, using a System Copy procedure.
    (Source System platform: Win2003 x86, MsSQL2005, j2sdk-1_4_2_13-windows-i586-p.exe)
    Into a Target System Platform:
    - Processor Geniune Intel Xeon 3 Ghz x86
    - Windows 2003 x64 bits
    - MS SQL Server 2005
    - j2sdk-1_4_2_13-windows-amd64.exe --> 941595 - Download J2SE 1.4.2 for the x64 platform Java
    - j2sdk-1_4_2_13-windows-i586-p.exe
    (both Java versions installed, according to the Sap note)
    I already did what you said:
    - Change timezone
    - Uninstall CRM50, using sapinst\Aditional Software Life Cycle Task\...
    - Reebot the server
    - Staring a fresh installation again
    Please advise, I've been working for the last four days on this, with no luck.
    Maybe the problem is java version, perhaps j2sdk-1_4_2_09-windows-amd64.exe or another one would be enough, or, I need to reinstall everything since the beginning, including MSSQL2005.
    Can someone help us out please, thanks.

  • CANNOT OPEN DOCUMENTS ON T/X

    Yesterday I tried to soft reset my T/X in order to operate my wireless keyboard. After successful soft reset, I cannot open documents (all other applications open without any problems). I get/go to the page to reset time and date (normal procedure via owners manual) but everytime I touch the screen for documents, I get the palm reset process (like I am stuck in a "do loop").
    I tried to hot sync this morning to remedy the problem but to no avail. I still have the problem of the soft reset "do loop"
    What do I need to do in order to get my T/X to allow me to open documents?
    I use Windows XP Pro on my home computer if that matters
    v/r
    Don
    Post relates to: Palm TX

    Hello Don, I'd suggest you reinstall the files for Docs To Go onto your TX.  Open the desktop version of the program on your computer, and look for Tools/Options/Reinstall Handheld files.  (It's in that general area - I don't have a computer in front of me with DTG installed).
    Next HotSync will install clean copies of the DTG files.  See if you can then open the program withour resetting.
    WyreNut
    I am a Volunteer here, not employed by HP.
    You too can become an HP Expert! Details HERE!
    If my post has helped you, click the Kudos Thumbs up!
    If it solved your issue, Click the "Accept as Solution" button so others can benefit from the question you asked!

  • Cannot open documents in "PAGES" app since updating software. can anyone help???????

    cannot open documents in "PAGES" app since upgrading from original ipad 3 software to 7.1.2. can anyone offer suggestions please?

    Generally, you are more likely to get an answer if you post in the iWork for iOS forum at
    https://discussions.apple.com/community/app_store/iwork_for_ios
     Cheers, Tom 

Maybe you are looking for

  • IIS7 with jrun4 on windows server2008(64 bit)

    Hi, I have windows server 2008(64 bit) with jrun4 updater 7 installed. I want to use IIS 7 with these. when i launch webServer configuration to add iis,foll happens: 1.i get a window with values:host:localhost , server:default , webserver:iis IIS web

  • Is there any way I can create folder in my shared library?

    I have a lot of videos and it's all mixed up and I would really like to have them in folders.

  • Using Echo AudioFire4 with Quicktime Broadcaster

    Just purchased an Echo AudioFire4 to use as the input source for Quicktime Broadcaster on my Mac mini server. The AudioFire4 shows up just fine in the audio source drop down and if I use either of the front panel inputs, which are inputs 1 & 2 it wor

  • Start a BPEL process automatically all 30 seconds

    Hello, I would to check all 30 seconds a database for changes. If that is possible with the DatabaseAdapter? And if so like this is done? Or if there are there still other possibilities. It should be also begun automatically all 30 seconds a BPEL pro

  • Disable iPhoto Import

    Re: iPhoto / iLife '11 I attempted to follow the only posting I could find dated 2006. Apparently, the selection/prefernces process has changed.  I simply want to disable auto-import of photos into iPhoto. I cannot find a 'Preference' setting/option