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

Similar Messages

  • Webi report throwing error when executed

    HI Experts,
    While executing a Webi Report we are gettign following error when executing with more than one characteristics -
    A Database error occured. The database eror text is : The MDX Query select { [Measures].[4225B1TBMEMOYKZGDKLVINMAW] } ON COLUMNS FROM [ZMEPSC01/ZMEPSC01_QRY_0001]
    failed to execute with the error Unknown error.(WIS 10901).
    We tried changing the Universe -> Parameter -> Control -> Limit size of result set to -> unchecked it.
    But still the error remains. Can u put some light over it.
    Thanks.

    Hello ,
    Just Check with the BI the people they might change the the column name or some thing else in the bex Query that s way It is showing error.
    Refresh the universe and generate the report then check it.
    Thanks
    Santhosh V

  • Using XI3.1 Import Wizard to Migrate from XIR2 to XI3.1 (Which options?)

    We have installed XI3.1 on a new server environment. We are currently running XIR2 SP2 (Production).
    Last week we copied everything from XIR2 to XI3.1 using the XI3.1 import wizard. The import wizard options we used were the default. We are now wanting to sync the data again from XIR2 to XI3.1 and not quite sure which options we should use.
    Any advice would be greatly appreciated.
    Mike

    Caroline,
    We migrated again using "overwrite existing reports" everything seems to have updated fine. I'm in the process of checking things on XI3.1.
    Thanks for your response.
    Mike

  • Run DDL error when migration from sqlserver 2000 to Oracle

    Hello:
    DDL was generated from Oracle SQL developer. However, it always has some errors when running the script.
    Error starting at line 6 in command:
    CREATE OR REPLACE PACKAGE sqlserver_utilities AS
    FUNCTION convert(dataType VARCHAR2,num NUMBER) RETURN NUMBER;
    FUNCTION convert(dataType VARCHAR2,date DATE, num NUMBER ) RETURN VARCHAR2;
    END sqlserver_utilities;
    Error report:
    Incorrect syntax near the keyword 'OR'.
    Error starting at line 34 in command:
    CREATE SEQUENCE tableName_id_SEQ
    MINVALUE 1 MAXVALUE 999999999999999999999999 INCREMENT BY 1 NOCYCLE
    Error at Command Line:34 Column:0
    Error report:
    SQL Error: Line 1: Incorrect syntax near 'SEQUENCE'
    Thanks

    Hello, Dermot.
    Thanks for the help. I have MD_Packages, MD_Sequences, other MD tables and some MIGR tables created in the target oracle database. How could I know if it was created successful? Except those tables, no other tables(SQL server tables) were created in the target oracle database. The others errors in DDL scripts are:
    Error starting at line 370 in command:
    CREATE TABLE table_name1(
    ID NUMBER(10,0),
    Part_Activity VARCHAR2(20)
    Error at Command Line:370 Column:0
    Error report:
    SQL Error: Column or parameter #1: Cannot find data type NUMBER.
    Error starting at line 376 in command:
    ALTER TABLE table_name1
    ADD CONSTRAINT PK_table_name1 PRIMARY KEY
    ID
    ENABLE
    Error report:
    SQL Error: Line 6: Incorrect syntax near 'ENABLE'.
    Error starting at line 413 in command:
    CREATE TABLE table_name2 (
    ID VARCHAR2(6) NOT NULL,
    COMPETITION NUMBER(10,0)
    Error at Command Line:413 Column:0
    Error report:
    SQL Error: Column or parameter #1: Cannot find data type VARCHAR2.
    Error starting at line 2,800 in command:
    CREATE TABLE table_name3 (
    Prefix NVARCHAR2(510),
    Type NVARCHAR2(510),
    ProductGroup NVARCHAR2(510)
    Error at Command Line:2,800 Column:0
    Error report:
    SQL Error: Column or parameter #1: Cannot find data type NVARCHAR2.
    Error starting at line 2,808 in command:
    CREATE TABLE table_name4 (
    id NUMBER(10,0),
    bldg VARCHAR2(50),
    queue VARCHAR2(50),
    location VARCHAR2(50),
    type VARCHAR2(50),
    maxsize VARCHAR2(50),
    color VARCHAR2(50),
    empid VARCHAR2(50),
    serial VARCHAR2(50),
    duplex VARCHAR2(50),
    server VARCHAR2(15) DEFAULT 'Server'
    Error at Command Line:2,808 Column:0
    Error report:
    SQL Error: Column or parameter #1: Cannot find data type NUMBER.
    Thank you very much for the helo.
    Halfmoon

  • Xerces.jar error when migrating from weblogic 8.1SP6 to Oracle Weblogic 10.

    Hi all,
    I am migrating the J2ee (1.4) application from 8.1sp6 to Oracle Weblogic server 10.3
    I have set the environment in build.xml to point to Oracle weblogic server and the java to the one that comes with Oracleweblogic.
    Rite now I am seeing the following error.
    [javac] C:\Zdev10.3\sep09_Build\src\source\com\myapp\sample\ejb\external\pmt\ServicesBean.java:51: package org.apache.xerces.validators.datatype does not exist
    [javac] import org.apache.xerces.validators.datatype.XMLException;
    [javac] ^
    [javac] C:\Zdev10.3\sep09_Build\src\source\com\myapp\sample\ejb\external\pmt\ServicesBean.java:109: cannot find symbol
    [javac] symbol : class XMLException
    [javac] location: class com.myapp.sample.ejb.external.pmt.ServicesBean
    [javac] public static String validateXML(String xmlRequest) throws XMLException {
    [javac] ^
    [javac] C:\Zdev10.3\sep09_Build\src\source\com\myapp\sample\dao\tm\CommonTMDao.java:281: warning: non-varargs call of varargs method with inexact argument type for last parameter;
    [javac] cast to java.lang.Object for a varargs call
    [javac] cast to java.lang.Object[] for a non-varargs call and to suppress this warning
    According to Oracle Weblogic , xerces is been not supported .
    Also we need to go with the xerces.jar for some time.
    Any ideas /inputs/work arounds on this will be appreciated.
    thanks,
    Jyothsna
    Edited by: user10751474 on Oct 9, 2009 9:56 AM

    You have to make sure the LogMessage class (weblogic/i18n/logging/LogMessage) is in the classpath
    Using WebLogic Internationalization utilities: http://download.oracle.com/docs/cd/E17904_01/web.1111/e13704/utilities.htm#i1011073
    and an example: http://download.oracle.com/docs/cd/E17904_01/web.1111/e13704/textformatterclasses.htm#g1016464
    and: http://download.oracle.com/docs/cd/E17904_01/web.1111/e13704/loggerclasses.htm#g1020871

  • ODBC Error when migrating from SQL Server 2008 to SQL Anywhere 12

    Hello community,
    i have the following requirement:
    I need to migrate a Database with some Demo data into a SQL Anywhere 12 Database. The SQL Anywhere 12 Database is part of the SAP BusinessObjects Enterprise XI 3.1 SP7 installation and came with the same as OEM Product.
    The Environment looks like the following:
    DB1 is a MS SQL Server 2008 R2 64 Bit running on Windows Server 2008 R2 64 Bit.
    DB2 is the SAP BusinessObjects Enterprise XI 3.1 SP7 installation with the shipped SQL Anywhere 12 (12.0.1.3873) Database running on SLES 11.3 64 Bit
    CL1 is my Windows 7 64 Bit Client where Sybase Central is installed in 64 Bit. On CL1 i have a 64 Bit System ODBC Connection connecting to DB1 successfully.
    Basically i followed the following (pretty straight forward) tutorial:
    Migrating a SQL Server Database to SQL Anywhere White Paper-Technical: Mobile Enterprise, Database Management iAnywhere …
    When i want to test the connection from inside Sybase Central (During the migration process) i receive the following error:
    From inside Sybase Central my connection looks as follows:
    And from the ODBC Manager the connection looks as follows:
    Personally i found is strange that the Sybase ODBC Driver Manager drops the error. I would expect that the MS SQL ODBC Driver Manager pops the error it its related to the ODBC DSN to DB1.
    Any ideas?
    Thanks and Regards
    -Seb.

    Hi Sebastian,
    The data from the SQL Server database must be migrated to an existing SQL Anywhere database.  Could you please tell me where this SQL Anywhere database resides and how are you connecting to it?
    The error message is saying that the connection to the SQL Anywhere remote database server is failing, as opposed to the connection to the SQL Server database.

  • I got this error when migrate from Jdev11gTp4 into JDev 11g (Build 5188)

    Hello,
    when i migrated my application from Jdev11gTp4 into JDeveloper 11g (Build 5188) , i got this error but it's not understandable for me and I am new in jdeveloper and adf application
    C:\JDeveloper\mywork\Application14\FOO\ViewController\public_html\myFolder\myPage .jspx
    Error(7,4): The public type __myPage_32__jspx must be defined in its own file
    Thanks
    GreenApple
    Edited by: greenApple on Jan 15, 2009 9:18 AM

    Hello,
    when i migrated my application from Jdev11gTp4 into JDeveloper 11g (Build 5188) , i got this error but it's not understandable for me and I am new in jdeveloper and adf application
    C:\JDeveloper\mywork\Application14\FOO\ViewController\public_html\myFolder\myPage .jspx
    Error(7,4): The public type __myPage_32__jspx must be defined in its own file
    Thanks
    GreenApple
    Edited by: greenApple on Jan 15, 2009 9:18 AM

  • Permissions error when migrating from Access 2000

    Hi
    I have an Access 2000 database that is pretty small - only has 8 tables, total DB size is < 24MB. I've gone through all the steps of creating the Oracle model etc and all went without a hitch. However, when I come to migrate table data I get the following error:
    Unable to migrate data from source table "tbl Case" to destination table CDSS.tbl_Case : CDSS.tbl_Case; [Microsoft][ODBC Microsoft Access Driver] You do not have the necessary permissions to use the "C:\Customers\Vancouver\CDSS\Database\CDSS.mdb" object. Have your system administrator or the person who created this object establish the appropriate permissions for you.
    There is no security on the Access database so I'm a little unsure as to what is causing this error to occur; does anyone have any ideas?
    Thanks very much

    There is an option in the users guide for switching off any security in Access. This should solve the problem with permissions

  • Script having Chinese characters throws error when run from SQL PLUS

    Dear All,
    I have a script file(.sql) which contains Chinese characters ....
    I have saved the file in unicode Format.
    When I run this file using @D:\filename from SQL PLUS it throws an error "unknown Command at line 1"...
    My database is Oracle 10g...
    Can anyone suggest anything???
    Thanks In Advance
    Dev
    Edited by: Devarsh on Oct 21, 2009 8:16 AM

    I think you may need to set your local NLS_LANG setting for your client (SQL*Plus) to recognize the characters.
    You may also consider posting your question on the Globalization forum which pertains more to these types of questions.
    Globalization Support

  • Link error when migrating from SUNWspro_6.2 to SunStudio 11

    I'm trying to "migrate" an application to be compiled with SunStudio 11 while now is successfully building with SUNWspro_6.2 in both release and debug mode.
    Using SunStudio 11 the application can be successfully built in release more (without -g option), however if I'm trying to use the -g option I get the following linkage error:
    Linking /nms/base/bin/_solaris/allmenudb ...
    /opt/SUNWspro/bin/CC -mt -R/usr/lnms/jre/lib/sparc/hotspot:/usr/lnms/jre/lib/sparc:/usr/lnms/jre/lib/sparc/server:/usr/lnms/jre/lib/sparc/client:/usr/lnms/lib:/usr/lnms/lib/plugin:/usr/dt/lib:/usr/openwin/lib:/opt/lnmsoracle/lib:/usr/OV/lib:/opt/OV/lib:/usr/ucblib solaris/main.o solaris/cMenuDB.o -L/nms/base/lib/_solaris -loplogdebug -loplog -lopjser -lwebcomm -ltopo -lmgmt_mibdb -lmibdbsql -lnotf_ng -loputil -loplockfile -lmonLevelAPI -lgetCommunity -lcrypto -lconfapi -L/nms/base/lib/_solaris -larl -lsnmpv3 -lmibtree -lengine -ldevkit -lmibtree -larl -L/usr/openwin/lib -lXt -lX11 -ltoposql -lorasql -L/nms/sys/solaris/SourcePro5e/lib -ltls7712d -lpthread -lnsl -lthread2312d -lthrexcept2312d -lnetwork1712d -linternet2212d -lpointer2312d -lsync2312d -ltrace2312d -lfunctor2312d -lfactory1312d -litc2312d -lfunctor_list2312d -lsecsock1215d -lftp2212d -lhttp2212d -lstreams1312d -ltypes1312d -lpop32212d -lmime1112d -lfunctor_map2312d -L/unixlnms5/ux_sys/solaris/OV6.4.1/lib -lc -lovsnmp -lov -lnsl -L/opt/corp/projects/onms/tools/oracle/solaris/product/9.2/lib -L/opt/corp/projects/onms/tools/oracle/solaris/product/9.2/rdbms/lib -lclntsh `cat /opt/corp/projects/onms/tools/oracle/solaris/product/9.2/lib/sysliblist` -R/opt/corp/projects/onms/tools/oracle/solaris/product/9.2/lib -laio -lposix4 -lkstat -lm -lthread -lintl -lw -lpthread -lposix4 -ldl -lgen -lnsl -lsocket -ll -lm -lc -ly -L/usr/ucblib -lucb -o /nms/base/bin/_solaris/allmenudb
    Undefined first referenced
    symbol in file
    __rwstd::moneypunct_impl<wchar_t,0>::ivals_ _solaris/main.o
    [Hint: static member __rwstd::moneypunct_impl<wchar_t,0>::ivals_ must be defined in the program]
    __rwstd::moneypunct_impl<wchar_t,1>::ivals_ _solaris/main.o
    [Hint: static member __rwstd::moneypunct_impl<wchar_t,1>::ivals_ must be defined in the program]
    __rwstd::moneypunct_impl<char,0>::ivals_ _solaris/main.o
    [Hint: static member __rwstd::moneypunct_impl<char,0>::ivals_ must be defined in the program]
    __rwstd::moneypunct_impl<char,1>::ivals_ _solaris/main.o
    [Hint: static member __rwstd::moneypunct_impl<char,1>::ivals_ must be defined in the program]
    ld: fatal: Symbol referencing errors. No output written to /nms/base/bin/_solaris/allmenudb
    *** Error code 1
    clearmake: Error: Build script failed for "/nms/base/bin/_solaris/allmenudb"
    clearmake[1]: Leaving directory `/nms/base/apps/appdbgen/allmenudb'
    make failed building all in /nms/base/apps/appdbgen/allmenudb
    *** Error code 1
    clearmake: Error: Build script failed for "all"
    build script failed ...
    The application uses the roguewave libraries 5.5 and I suspect there is something wrong when linking with this libraries but not sure.
    Is there a new version of roguewave needed for this new SunStudio 11?
    Is there some compatibility switches needed?
    Did anybody had a similar issue? Please Help!

    The recommended patches are all installed (please see the below showrevs commands), and the libCstd.so has the size and the date below (Is this the correct one ??? ). With all this the error is still there.
    13:23 nms1(daniel) ~/patchSolaris> ls -ail /usr/lib/libCstd.so*
    292129 lrwxrwxrwx 1 root other 12 Apr 14 14:59 /usr/lib/libCstd.so -> libCstd.so.1
    292349 -rwxr-xr-x 1 root bin 1890588 Nov 19 01:19 /usr/lib/libCstd.so.1
    13:18 nms1(daniel) ~/patchSolaris> showrev -p | grep 117557
    Patch: 117557-03 Obsoletes: Requires: Incompatibles: Packages: SUNWlibms, SUNWlmsx, SUNWlibm
    13:19 nms1(daniel) ~/patchSolaris> showrev -p | grep 108434
    Patch: 108434-13 Obsoletes: Requires: 109147-07 Incompatibles: Packages: SUNWlibC
    Patch: 108434-18 Obsoletes: Requires: 109147-07 Incompatibles: Packages: SUNWlibC
    Patch: 108434-21 Obsoletes: Requires: 109147-07 Incompatibles: Packages: SUNWlibC
    Patch: 108435-13 Obsoletes: Requires: 108434-13 Incompatibles: Packages: SUNWlibCx
    Patch: 108435-18 Obsoletes: Requires: 108434-17 Incompatibles: Packages: SUNWlibCx
    Patch: 108435-21 Obsoletes: Requires: 108434-21 Incompatibles: Packages: SUNWlibCx
    13:19 nms1(daniel) ~/patchSolaris> showrev -p | grep 108435
    Patch: 108435-13 Obsoletes: Requires: 108434-13 Incompatibles: Packages: SUNWlibCx
    Patch: 108435-18 Obsoletes: Requires: 108434-17 Incompatibles: Packages: SUNWlibCx
    Patch: 108435-21 Obsoletes: Requires: 108434-21 Incompatibles: Packages: SUNWlibCx
    13:21 nms1(daniel) ~/patchSolaris> showrev -p | grep 111721
    Patch: 111721-04 Obsoletes: Requires: Incompatibles: Packages: SUNWlibms, SUNWlmsx, SUNWlibm
    13:21 nms1(daniel) ~/patchSolaris> showrev -p | grep 109147
    Patch: 109147-26 Obsoletes: 110791-01 Requires: Incompatibles: Packages: SUNWcsu, SUNWcsr, SUNWcslx, SUNWcsl, SUNWcsxu, SUNWtoo, SUNWtoox, SUNWhea, SUNWbtool, SUNWarc, SUNWbtoox, SUNWosdem
    Patch: 109147-37 Obsoletes: 110791-01 Requires: Incompatibles: Packages: SUNWcsu, SUNWcsr, SUNWcslx, SUNWcsl, SUNWcsxu, SUNWtoo, SUNWtoox, SUNWhea, SUNWbtool, SUNWarc, SUNWbtoox, SUNWmdb, SUNWmdbx, SUNWosdem
    Patch: 109147-40 Obsoletes: 110791-01 Requires: Incompatibles: Packages: SUNWcsu, SUNWcsr, SUNWcslx, SUNWcsl, SUNWcsxu, SUNWtoo, SUNWtoox, SUNWhea, SUNWbtool, SUNWarc, SUNWbtoox, SUNWmdb, SUNWmdbx, SUNWosdem
    Patch: 108434-13 Obsoletes: Requires: 109147-07 Incompatibles: Packages: SUNWlibC
    Patch: 108434-18 Obsoletes: Requires: 109147-07 Incompatibles: Packages: SUNWlibC
    Patch: 108434-21 Obsoletes: Requires: 109147-07 Incompatibles: Packages: SUNWlibC
    13:21 nms1(daniel) ~/patchSolaris> showrev -p | grep 111697
    Patch: 111697-04 Obsoletes: Requires: Incompatibles: Packages: SUNWsprot, SUNWsprox, SUNWxcu4t
    13:21 nms1(daniel) ~/patchSolaris> showrev -p | grep 114802
    Patch: 114802-01 Obsoletes: Requires: Incompatibles: Packages: SUNWsprot
    Patch: 114802-02 Obsoletes: Requires: Incompatibles: Packages: SUNWsprot
    13:21 nms1(daniel) ~/patchSolaris> showrev -p | grep 108652
    Patch: 108652-74 Obsoletes: 110499-03 Requires: Incompatibles: Packages: SUNWxwfnt, SUNWxwice, SUNWxwplt, SUNWxwicx, SUNWxwplx, SUNWxwacx, SUNWxwman, SUNWxwfa, SUNWxwpmn, SUNWxwdxm, SUNWxwinc, SUNWxwslb
    Patch: 108652-83 Obsoletes: 110499-03 Requires: Incompatibles: Packages: SUNWxwfnt, SUNWxwice, SUNWxwplt, SUNWxwicx, SUNWxwplx, SUNWxwacx, SUNWxwman, SUNWxwfa, SUNWxwpmn, SUNWxwdxm, SUNWxwinc, SUNWxwslb
    Patch: 112663-01 Obsoletes: Requires: 108652-44 Incompatibles: Packages: SUNWxwplt
    Patch: 108940-57 Obsoletes: Requires: 108652-49 Incompatibles: Packages: SUNWmfrun, SUNWdtbax
    Patch: 108919-20 Obsoletes: Requires: 108652-19 Incompatibles: Packages: SUNWdtbas, SUNWdtdte
    Patch: 109354-19 Obsoletes: Requires: 108652-19 Incompatibles: Packages: SUNWdtdte, SUNWdtwm, SUNWdtma
    Patch: 108921-17 Obsoletes: Requires: 108652-19 Incompatibles: Packages: SUNWdtwm
    13:22 nms1(daniel) ~/patchSolaris> showrev -p | grep 120760
    Patch: 120760-04 Obsoletes: Requires: Incompatibles: Packages: SPROlang, SPROlangx
    13:22 nms1(daniel) ~/patchSolaris> showrev -p | grep 121017
    Patch: 121017-01 Obsoletes: Requires: Incompatibles: Packages: SPROcpl, SPROcplx, SPROtlbn7, SPROtll7, SPROtl7x, SPROtll7x, SPROscl, SPROsclx, SPROstl4h, SPROstl4a, SPROstl4o, SPROstl4x, SPROstl4y, SPROgc, SPROlgc, SPROgcx, SPROlgcx
    13:22 nms1(daniel) ~/patchSolaris> showrev -p | grep 121015
    Patch: 121015-02 Obsoletes: Requires: Incompatibles: Packages: SPROcc
    13:23 nms1(daniel) ~/patchSolaris> uname -a
    SunOS nms1 5.8 Generic_108528-29 sun4u sparc SUNW,Sun-Blade-2500
    Thank you for all the help,
    Daniel

  • Error when migrating from obiee 11.1.1.3 to 11.1.1.5

    Hi
    We have developed scorecards in Obiee 11.1.1.3.
    Now we have a requirement to upgrade from 11.1.1.3 to 11.1.1.5...For that we are palnning to install 11.1.1.5 on other machine and move the rpd
    and catalog from 11.1.1.3 to the new system..Will it work fine or do we need to do any changes...
    I implemented it in windows machine where KPIs are working fine but scorecards are throwing Odbc error...
    Could you please help me..

    For upgrading you should consider
    http://www.rittmanmead.com/2011/05/in-place-upgrading-of-obiee-11-1-1-3-to-11-1-1-5/

  • Report generation failed after migrated from 6i to 10g.

    Hi All,
    i have migrated the 6i application to 10g.
    There was a report which was generated in .html format and saved to a remote server location.
    Now after migration to 10g,when i run the report through the URL ,It is still generated on the same remote server location but the it is not showing in the application interface.
    Please help....
    Thanks,
    DK

    Hi, Mike,
    user3211655 wrote:
    Hi All,
    We try to migrate a 8i database to 10g by using the exp and imp. All tables and data are already migrated by imp. During the imp, there are errors said the trigger compile with errors.
    When login to the em to check, I found these 2 errors.
    Line # = 2 Column # = 1 Error Text = PL/SQL: SQL Statement ignored
    Line # = 2 Column # = 60 Error Text = PL/SQL: ORA-00942: table or view does not exist
    My trigger is a very simple one:
    BEGIN
    Select TB_COUNTER_SEQ.NEXTVAL INTO :NEW.INCREMENT_NUM FROM DUAL;
    END;
    And I'm sure the "TB_COUNER_SEQ" is there.
    Do I need to change anything on the trigger when migrating from 8i?
    In fact, besides this trigger, all other trigger imp to this schema are having the same error. The schema in the 10g is a newly created one, is there any special right I need to create grant to this new user?Grant the necessary privileges on the tables (and any other objects used, like sequences) directly to the owner of the triggers. Privileges granted to a role don't count in AUTHID OWNER stored procedures; the privileges have to be granted to the owner of the stored procedure (or to PUBLIC).
    It the error is occurring at position 60, then it looks like you don't have privileges on dual. Login as SYS and
    GRANT SELECT ON dual TO PUBLIC;You may need synonyms (perhaps public synonyms) for the objects, too.

  • SSRS dataset throws error when another stored procedure is called inside dataset stored procedure

    Hello;
    I am using Report Build 3.0, I have a simple report which gets data using dataset which is created from a Stored Procedure. I have another stored procedure which updates the data in the table which is used for the report. I want to get the live data on report everytime
    the report is run so that I call that stored procedure (sp_updatedata) inside my report dataset stored procedure and here where my report fails as it throws error while creating dataset.
    Here is sample:
    sp_updatedata (this only returns "Command(s) completed successfully"
    Create Proce sp_getReportData
    As
    Begin
    Exec sp_updatedata -- I call it to update the data before it displays on the report
    Select * from customers
    End
    If I remove this line it works.
    Exec sp_updatedata -- I call it to update the data before it displays on the report
    Thanks
    Essa Mughal

    Hi MESSA,
    According to your description, you create a dataset based on a stored procedure. In this procedure, it calls another procedure. Now it throws error when creating dataset. Right?
    In Reporting Services, when creating dataset, all the query or stored procedure will be executed in SSMS. So if the procedure can be executed in SSMS, it supposed to be working in SSRS. However, it has a limitation in SSRS. In a dataset, it can only return
    one result set.
    In this scenario, I don't think it's the issue of calling other procedure inside of procedure. Because we tested in our local environment, it works fine. I guess the sp_updatedata returns a result set, and the "select * from customers" returns
    another result set. This might be the reason cause the error.
    Reference:
    Query Design Tools in Report Designer SQL Server Data Tools (SSRS)
    Reporting Services Query Designers
    If you still have any question, please post the error message and the store procedure (sp_updatedata).
    Best Regards,
    Simon Hou

  • When migrating from Bo6.5 to Bo4.0 what are the issues we will face?

    Hi all,
    When migrating from Bo6.5 to Bo4.0 what are the issues may come?
    Thanks,
    Hari.

    Hi,
    first of all you cant direnctly migrate from BO 6.5 to BI4. You have to migrate prior from BO 6.5 to XI 3.1 and afterwards to BI4.
    This is a huge step cause BO 6.5 is a very legace version. You will face a lot of issues with the Security. You have to totally re- design it. You will also face issues with BCA Jobs. Also here you have to do a complete re- design. If you only use Full Client Reports you have to convert them to WebI in XI 3.1 prior to migrating them to BI4 cause with BI4 the support of DeskI has been stopped.
    Maybe you consider to consult the SAP Consulting devision. This kind of Migration will be challenging.
    Regards
    -Seb.

  • I received an error message in Lightroom 5 , Lightroom encountered an error when reading from its preview cache and needs to quit

    I was wondering now that I deleted my preview cache after receiving the lighgtroom encountered an error when reading from its preview cache  and needs to quit  , light room 5 opened fine now , but  I now have no previews showing  up , all I get is blank gray boxes ...  have  I lost everything ?
    how do I get the pictures or previews back ...all my folders I had catalogued , now show only grayed boxes where the previews were ...  can I get this back ?

    I will check for the meta data.. as to hows this adobes fault....first let me ask do you work for or get paid for by adobe?  If the answer is no, which i presume it is...then that answers it... how is it , or better yet why is it a billion dollar company, has or offers no support, no phone number, no email nothing...but depend on third party people who may or may not know or give the correct info to help, and do this free, all the while adobe makes $$$ and runs smaller companies that may have actually better products by getting or buying off reviews etc..that only rave, but never mention issues...the issue im having has been reported by adobe users since version 1, yet has not been addressed or even mentioned...why shouldusers get little true support from adobe, get a product that has un addressed issues is messed up...it would be like ford making newer vehicles say a f150, advertising all the bells and whistles , but knowing since their 2008 model  that if you go over 70 mph for more than 100 miles the engine will just shut off, then have know way to contact them to solve the problem...had no mechanics to fix it...no warranty...that would be insane...but yet companies like adobe and microsoft do this all the time, but since its notlife threatening as driving a truck would be somehow we accept it as ok....yet it sickens me the hardearned money spent on their products, its an investment,  like whether or not to go canon or nikon..your investing in the company its not easy to switch once you make that intial choice...  adobe and microsoft continously advertise all the so called (al beit meaningless) upgrades or improvents which are more fluff than  worth while improvent, but the way they present them you feel you need them...if they went back to the true ethics of buisness and american pride they would focus moe money and attention to customer service,  and truly improving the product rather than how to sell more...but then they know like my camera example once you choose your theirs...sad...i had an adobe salesman out right lie to me and misrepresented a product, as i was having an issue getting sound to work in creating a video of my granddaughters birth...i was using an older version, told him all the info , he said if i upgraded i would have no trouble, so i did...the sound still didnt work . Then they suggested another program to convert the files more money down...the other company also makes video editing programs, once that work...and cost less...but i am all tied up in adobe spending hundreds all ready...sad ...very sad...now that ive had some issues and have gone back and done more researching i see all tge issues, many go back 10 plus years and have yet to be addressed...yet many otherless known third party companies had similar issues, corrected them , are cheaper, have support teams but arent pushed in every photo magazine etc...and arent known where giants like Adobe that dont address there issues have or offer no Adobe paid support, yet through their money and muscle to dominate magazines, and web, by controlling how things are precieved....sad in deed...the more i learn, and experience the sadder things are....but enough complaining sadily im invested in adobe for now till i get rich,  just want the crap to work...so i can get my cherished pictures , once in a lifetime pics of my granddaughter  back...to bad people have to place faith in a company and risk loosing all the pictures that mean something to them,and realize the comoany only truly cares about $$$...sad

Maybe you are looking for

  • Feedback on Outlook 2010 Conversations View

    Outlook 2010 Conversations view is a great idea, but the Beta implementation has a few usability problems which prevent the feature from being successful-- if I had to use the feature in RTM in its current Beta state, I'd probably turn it off. But fi

  • Aggregation problem in BW...

    Hi,   I am facing a problem writing a formula in a Bex query.I have a calculation in a query which is Tot = Summation((A-B)/A) I have a jump query from this query and in the jump query i have a formula written in cell editor which is supposed to do F

  • Razor blade tool not cutting audio and video at the same time

    Hiya, When using the razor blade tool in a timeline, my razor only cuts the video track, or one audio track at a time. The audio and video were imported together. I would like for the video and two audio tracks to be cut at the same time--so that whe

  • LAC: In Auction bidds are not appearing in Bidder/Bids

    Hi, I am using SRM 5.O LAC where all the Bidds submitted by bidder are avilable for view in Applet . I am not getting these bids in Bidder/Bids tab so I can convert these Bids to PO/Contract accordingly . Anyone face this kind of issue .Thanks in adv

  • Saving a Word or excel document to iphone

    I currently recieved a word document on my iphone that I want to save. Is there a way to save that document or spreadsheet somewhere on my iphone?