WebI Report causing WIS 30270 error on UNX universe

Hi All,
         Need some expertise on a really weird error I am facing. I have a dashboard designed on a UNX universe, and a connecting URL that opens a WebI report that is also designed on the same universe. The dashboard is working fine for all the users but when the users open the WebI report, they face the WIS 30270 error which has a bunch of discussions but nothing related to the weirdness I have here.
As an administrator, I don't see the issue at all. Some general users have the issues but intermittently though. So I believe the servers are not the cause. Then I investigated access levels but users within the same user group have seen the error while others haven't encountered it at all.
The WebI reports that have been designed on BEx queries are all working fine with no issues. Please advise and help me figuring out the issue and resolving it.
Current version of BOE: 4.0 SP6 P3
                           BW: 7.3
Universe designed on SQL Server

I had a simular problem once, universe worked on Explorer, Dashboards but not on the WebI side.
The problem was, I used the "MOVE" option inside CMC, and moved the universe to a diferent folder. And for some reason something inside the universe still pointed to the old location, and only webi was not able to find it, I mean, it was able to find it, but not apply the correct permisions, and it would fail when I tried to refresh the report.
Can you create a new universe and test?
Or open the current one and save it with a differente name on another folder?
If that isn't it, are you using SSO on that universe?
That's it for now.. hope this helps.
Best
Leandro

Similar Messages

  • Webi error on Unx Universes only('getSessionInfosEX')API

    Webi error on Unx Universes only('getSessionInfosEX')API We are on BO4.1 SP2, Oracle11g I am getting error when I try to create webi report on unx universes only. I can create report on Unv universes without any error. Here is the error I am getting ('An internal error occured while calling 'getSessionInfoEX') API. I have created unx on Oracle 11g and I can run the query in IDT and can see data without any error. Not sure what could be the issue, any ideas? Thanks in advance.

    Hi,
    Based on your various threads, it seems like you are having numerous issues after you update, which suggests to me that something has gone wrong during the patching.
    Route 1 in such a situation would be to contact AGS support services.  Have you done that?
    regards.
    H

  • Modify Webi Report causes Java Plug-In Fatal Error

    Environment: BOXIR2 SP3   Windows XP  
    Java loaded:  Java 1.6.0_07  +  JRE 1.4.2_04  +  JInitiator 1.3.1.24
    Hi,
    I have been happily developing Webi reports on my PC for several years and to my knowledge, I have not upgraded my Java software even when I get prompted by Java that updates are available as I know how problematic upgrading can be if it is not supported by BO.
    I am suddenly getting a Java Plug-In Fatal Error every time I try to modify a Webi report with the message " The Java Runtime Environment cannot be loaded".
    We have uninstalled Java and re-installed the same Java versions but stil the same problem.
    Any help appreciated.
    Best Regards
    Ben Iannunzio
    Adelaide South Australia

    Hi Ben
    I remember having some issues running Java 1.6.0_xx on BOXI R2 and made sure we were on Java 1.4.2_xx.
    Another thing you might want to try before uninstalling is to clear the Java cache, it can be found under...
    local install drive\Application Data\Sun\Java\Deployment\cache
    If you also haven't already done so, I'd reload the current Java version (after your uninstall) directly from the server by trying to create or modify a new WEBI report.
    Hope this helps.
    Cheers
    Glen

  • Web Report export to Excel error

    Hello:
    I face the problem as follow:
    When I export web report to excel and open it. The characteristic value no display, and the key figure as usually.
    How to solve this problem? Hope anyone can give me some advices!
    Regards&Thanks!
    zagory

    Hello:
       EXP:
       A(context menu)         B        C(Key Figure)
             ablank         ablank          2000
             ablank         ablank          5000
    Hope anyone can give me some advice to solve this problem.
    Regards&Thanks!
    zagory

  • Question if Webi reports need to be re-pointed to Universes

    We are running XIR2 SP2 using a SQL 2005 database. Our Universes are connected using an ODBC connection. We have moved the database to a new SQL instance and have created a new OLE DB connection in designer. I am in the process of changing the Universe's connection in Universe Parameters, from the ODBC connection to use the OLE DB connection. This is the only change to the Universes'. Are there any reasons why the webi reports using these Universes need to re-pointed to the Universe in Query Properties?

    Hi Michael,
    If you have made any change in the universe connection and reexported back to the repository then you need not to repoint the report(preexisting one to the universe).
    You have to just refresh the report to observe the change.
    You can test this using this workflow;
    Create a test universe with sql server 2000 ODBC connection , now using this create a webi report and in that use a function name connection().
    It will show you the details of connection in the report.
    Now go to universe and change the connection from ODBC to oledb.
    Reexport the universe.
    Open the report and refresh it , the data in connection() function will show oledb details which were earlier showing ODBC details.
    So we dont have to repoint the reports to the universe.
    I hope this helps.
    Regards,
    Gaurav

  • Downloading a report in excel format : getBlob WIS 30270 Error

    Hello experts,
    I 'm working in "Business Objects XI R2 SP2", the server is a "windows 2003 server".
    I have a big report , that some times returns me that message error when I try to download it in excel format:
    Error message: "An internal error occured while calling the getblob api error wis30270".
    The number of lines in the report is 27800, the number of columns is 62, the file is 27mb.
    If I push the drill button the I can download it without errors, but this is not a good solution for the final users...
    Best regards
    Camillo

    Hi Camillo,
    Following information might help you to resolve the issue.
    .Business Objects Enterprise provides thresholds to protect the WebIntelligence report server and the Web Application servers from processing large chunks of binary and character data and avoid crashing.
    Maximum Binary File Size: Maximum size of a binary file (for example: PDF, XLSu2026) that can be generated by the Report Server. If a binary file generated from a Web Intelligence document is greater than this limit, the generation is stopped to protect the server and an error is returned. Increase this limit if the server has to generate large binary files (for example, if InfoView users view large documents in *.pdf format).
    Maximum Character File Size: Maximum size of a text stream (for example: HTML, XML) that will be transferred to the application server. If a text stream sent to the application server is greater than this limit, the generation is stopped to protect the server and an error is returned.
    In CMC, under Servers>WebIntelligence Report server, you can possibly set both the above values to 50MB, but you have to ensure that the application server can handle the increased load multiplied by the number of simultaneous connections. If not, it can crash and block all access to applications.
    2. Ensure that the Web Application servers have enough memory available to process incoming requests. Usually the -Xmx value for java process is set at 256Mb, which is recommended to be at least 1024Mb or more depending on your Export requirements and application server limitations.
    Regards,
    Sarbhjeet Kaur

  • Webi report throwing 500 internal error when run

    hi all,
    when i tried to run one of my report , it is throwing 500 internal error INF;  the same does not happen with ohter reports in the same folder.
    can someone help on this. I am admin with full rights who is not able to perfom this.
    informations:
    BO XI3.1 sp3 fp 3.2 
    bo installed on one seperate server.   and hosted on websphere.. and other web deployments made on websphere again.
    rgds
    shravan

    this report is using merge cells and cross tabs which is a bug in the product till XIR3 SP3 FP3.2   so an upgrade to FP3.5 will fix this issue. again. this does not happen with all the reports.
    this is the solution given the SAP vendor.
    rgds
    Shravan

  • Upgrading instance to PL 10 on Web Tools - causes Unhandled Exception Error

    Help - trying to do an upgrade to an existing PL 08 Web Tools live site on a hosted Web Server.
    When I run the installer and as to do an upgrade to an existing instance, I hit the finish (or really start) button and I get this unhandled exception error
    Any ideas???? Thanks
    See the end of this message for details on invoking
    just-in-time (JIT) debugging instead of this dialog box.
    Exception Text **************
    System.IO.FileLoadException: Could not load file or assembly 'NetPoint.API, Version=2007.0.630.10, Culture=neutral, PublicKeyToken=d935c97cd97f6431' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
    File name: 'NetPoint.API, Version=2007.0.630.10, Culture=neutral, PublicKeyToken=d935c97cd97f6431'
       at Installer.Workers.BackupDBWorker.OnDoWork(DoWorkEventArgs e)
       at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)
    WRN: Assembly binding logging is turned OFF.
    To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
    Note: There is some performance penalty associated with assembly bind failure logging.
    To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
    Loaded Assemblies **************
    mscorlib
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
        CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
    Installer
        Assembly Version: 2007.0.630.10
        Win32 Version: 2007.0.630.10
        CodeBase: file:///C:/Program%20Files/SAP/SAP%20Business%20One%20Web%20Tools/Installer/Installer.exe
    System.Windows.Forms
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
        CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
    System
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
        CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
    System.Drawing
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
        CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
    System.Xml
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
        CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
    System.ServiceProcess
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
        CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.ServiceProcess/2.0.0.0__b03f5f7f11d50a3a/System.ServiceProcess.dll
    Accessibility
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
        CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
    System.Data
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
        CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll
    JIT Debugging **************
    To enable just-in-time (JIT) debugging, the .config file for this
    application or computer (machine.config) must have the
    jitDebugging value set in the system.windows.forms section.
    The application must also be compiled with debugging
    enabled.
    For example:
    <configuration>
        <system.windows.forms jitDebugging="true" />
    </configuration>
    When JIT debugging is enabled, any unhandled exception
    will be sent to the JIT debugger registered on the computer
    rather than be handled by this dialog box.

    In all likelihood, the dlls are not being replaced because they are in use, and the installer is trying to load the old version which did not get replaced.
    You can try manually turning off the synch service and messaging service. Also, make sure the synch manager is not running.
    Then uninstall. 
    Check the installer and synchmanager directoriesw in your C:\Program Files\SAP\SAP Business One Web Tools folder (or where ever it was installed) to make sure all .dll and .exe files have been removed.  If not, something is probably still open an using them.
    If the dll and exes have been cleared out. Then run the installer (the installer that installs the installer )
    check the version of the files that were installed in synchmanager and installer directories. 
    they should be 2007.0.630.10.

  • Scheduled For Webi report gives Level Expected error

    All,
    I have been digging though the CMC trying to track down why some user IDs in a group throw this error when scheduling a report the group..and others do not.
    The report fails almost immediately on execution for their IDs.   Its more than 1.  
    If they have never logged into the BI platform (and therefore have no LDAP-->SAP alias) would it fail this way?
    I am sending a PDF via email.
    A couple of the users in this group are avid users of the platform and still get this error.
    I know its not descriptive, but it is all that is present in the history associated with the failed instance.
    It must be something with security, but I have yet to figure out why some in the group work and some do not.
    thanks for any pointers here.
    jim

    Well  after digging around, I found a missing role assignment on the BW side.  Once corrected, IDs work fine.  And I will note that the user does not need LDAP----> SAP aliasing.
    The users I have adjusted so far have never been on our system and therefore do not have the aliasing setup yet.
    Report runs fine.
    Wish the error messages were a little more forth coming with what is going on..

  • WebI report throwing error when migrated from XIR2 to XI3.1

    I have some webi reports built in BO XIR2 on OLAP universes (SAP BW3.5 based). Recently I have migrated the reports from old XIR2 environment to a new XI3.1 environment.
    The specification of new system is as below:
    BO XI3.1
    SAP BW 3.5
    No SP and FP is installed. (Actually when I tried to install the SP2, it failed)
    After the migration, some of my reports are running for 5 minutes and then throwing an error like below:
    A database error occured. The database error text is: Error in MDDataSetBW.GetCellData. See RFC trace file or SAP system log for more details. (WIS 10901).
    The same report is working fine in old system.
    Has anyone faced this problem yet?
    Regards

    Hi Jacques,
    The transports are already imported.
    What I can see is if there is a query with only dimension objects and no measure, then that is throwing error in XI3.1. But the same query is running fine in XIR2.
    Any Idea?
    Thanks and Regards

  • Error in webi report while refresh

    BO XI 3.1 Sp2
    windows server 2003
    SAP BW NW 7.0
    Reports are working fine till yesterday. Today when we refresh webi reports getting below error
    *"A database error occurred. The database error text is: Error getting variable for cube "XXX_XXX/XXX_XXX_XXX". Unknown error (WIS 10901).*
    All webi reports are getting same error.
    Tried to verify iin CMC. We have two entitlement systems in CMC. QB1, QB2. Verified all username/passwords. And every thing is working fine. Imported all sap roles. Every thing was working fine till yesterday.
    But when I verified in user/groups, I am able to see all SAP roles of QB1. Very few sap roles of QB2.
    Please help me.
    Thanks,

    Hi,
    I think your BASIS may have done something in the BW side, as i've seen this kind of problem when importing wrong transport and overwriting content.
    As a test,  try hardcoding the Universe connection with a named SAP_ALL user instead of using SAP SSO
    FWIW -  SP02 is no longer supported .  SP03 is no longer maintained (last FP3.8 is due soon)
    most reference customers are on XI 3.1 SP04 FP4.1 or XI 3.1 SP05   with BW 7.01 SP09/10
    From your description, i can't tell if you are using EhP1 or not. ( you really should be)
    Regards,
    H

  • WIS 30902 Error when opening a webi document from Rich client

    Hi ,
    When I try to open a webi document from local folder or import from CMS in Webi Rich client, I get the following error message.
    "An error occured while checking the document security. (WIS 30902)"
    Has any one come across this issue?
    Thanks,
    KartheeK

    In our case, we could initialize Webi Rich Client (Webi RC) successfully , but later we found that any disruption in Webi RC client connection will corrupt the client ..\LocData files used by client to dock to the CMS, causing WIS 30902 error.
    At first we thought just deleting the ..\LocData Client .lsi files fixed it. Unfortunately, there are a collection of files and folders in ..\Loc Data involved in the authentication. We already found that complete deinstall of Webi RC didn't work. Now we know the problem is in the \My Business Objects Documents\LocData values.  Deinstall of Webi RC does not delete them.
    It sounds scary, but isn't. The Webi RC will download the refreshed files it needs automatically from the CMS. However, it won't overwrite the old bad ones, and you have to do that manually.
    Solution.
    1. Logout of Webi RC. Make sure it is not running in taskmgr.
    2. Go to the client ..\My Business Objects Documents\LocData folder.
    3. Delete all the files and folders, or rename by adding .bak extension.
    4. Logon with Webi RC
    5. Corrupt files will now be resynchronized to CMS
    -Doug Grant, Haworth BI / Business Objects Architect

  • Getting error while refreshing a Webi reports for a specific universe

    Hi Experts I am trying to refresh a WEBI Report but getting this error: A database error occured.
    The database error text is (cs)"Specified network layer is invalid" Previously this was working fine...
    from today itself I am getting this error
    My DB is DB2 DB Drivers: DB2 V9 ->JDBC Driver

    Test Connection is always successful...
    Not sure whats wrong

  • Error while refreshing  WEBi Report : Supplied XML Invalid

    Hi,
    I have a universe buit on BI query in production environment.
    I changed the query in BI directly in PRD. The only chnage i did was ,unhide the keyfigure which was hidden originally as i wanted to see the data it brings in BEx analyzer.
    Then i agian chaged that key figure to Hidden.
    now the WEBi reports which are built on the universe which uses this bi qury is not getting refreshed.
    It gives the error : Supplies XML invalid
    I refreshed the Universe and Parsed it.there was 1 parsing erroe in Filter.Still i exported the universe.
    Now generally the WEBI reports start working after re exporting the universe, but this time it is not working.
    What can be done in this case.???
    I dont think it is because of parsing error as i have exported the same universe earlier with same error and reports worked fine that time.
    following  is in the WHERE section of the filter:
    <FILTER KEY="[!V000006]"><CONDITION OPERATORCONDITION="Equal"><CONSTANT TECH_NAME="@Prompt('Posting date','D',,mono,free)"/></CONDITION></FILTER>

    How you tried editing Webi report ?
    Its possible that your changes to Bex query while propagated to Universe after structure refresh, have changed some of the objects, and that change is not in Webi report yet, you'll need to edit it and maybe re-map objects.....

  • Live office database errors in Citrix - underlying WebI reports work fine

    Hi,
    We have a live office report with 30 tabs in the excel file i.e. 30 webi report parts in it. It accesses 20 webi reports, each built on a BEX query.
    Please see below the error which users get while running the report in Citrix environment. The underlying WebI report has no database errors, and we were able to run the Live Office reports at the same time on LAN. The Citirx users get these database/auth errors intermittently, on different tabs of the report at different times - the underlying BO reports are error free and users have proper rights to execute them.
    "An error occured while opening the report. The report does not exist; youhave insufficient rights to open the report; or you cannot make a connection to the BusinessObjects Web Service. (LO 02010)
    Failed to get the document information (LO 26315)
    A database error occured. The database error text is: ...."
    Please help.
    Thanks,
    Soumya

    Hi,
    BO Version is BO XI 3.1 SP2 FP2.1
    Datasource - BEX queries BW Relese 701, support pack level 8
    We have made users login to Infoview and checked that they are able to execute the WebI reports. Also, earlier they were able to run all reports, so there is no access problem.
    These errors started occuring when we had to refersh BO Universes after some of the BEX queries changed. We even asked users to stop using the excel files on which they used to get errors, thinking the files may be corrupt. Then we sent them new files which we had successfully refershed at our end. But still they get these errors in their environment.
    Please advise.
    Thanks,
    Soumya

Maybe you are looking for