Error in accessing 'Data Manager'...

I'm using BO Xcelsius 30-day-evalution pack.
It's not allowing me to configure 'Data Manager' for external datasource connections, when I click on 'Data Manager' ( Data > Connections...) I get an error with below message and the application exits!
      error message: An unhandled win32 exception occured in Xcelsius.exe [3960]
Does it mean that 30-day-evalution version doesn't support this feature...?
Help appriciated!

Hi,
check the below steps..
Solution
You can subsequently install the ODBC driver 'sqlod32.dll' using the tool 'odbcreg.exe' in the \pgm directory of the SAP DB installation (usually c:\sapdb\<DBNAME>\db\pgm).
The call syntax is as follows:
odbcreg LiveCache -i -p <complete path to sqlod32.dll>
(Note: The path you have to enter specifies the directory in which the Dll lies, it does not specify the DII itself.)
For example:
odbcreg LiveCache -i -p c:\sapdb\<DBNAME>\db\pgm
Note: As of SAP DB Version 7.3.00 Build 33, you are required to register to another path. The example would then be as follows:
odbcreg LiveCache -i -p c:\sapdb\programs\pgm
The LiveCache ODBC driver should then be registered in the Control Panel -> ODBC Drivers -> Driver tab.

Similar Messages

  • Error while running data manager

    Hi
    If I run the copy function in the data manager I am getting this error.
    "[Errcheck] An error occured while checking an error from webservice. 91: Object reference not set to an instance of an object."
    What should I do now ?
    Thanks and Regards
    Vijay

    Hi
    i think you need to define the source and the destination properly
    if you will copy 2 accounts in only one account you need to specify twice the destination account
    example
    source                                     destination
    account1,account2                    account3,account3
    Regards
    CSD

  • Error while running data manager package

    Hi All,
    when i am running data manager package for currency conversion i am getting the following error
    "An exception with the type CX_SY_CREATE_DATA_ERROR occurred, but was neither handled locally, nor declared in a RAISING clause
    The data object could not be created: The type /B28/MHED7W9U does not exist."
    Plase suggest where i am making mistake.
    Thanks

    Below are our BPC versions:
    BPC on Server Manager: 5.0.486
    Data Manager from eData: 5.0.484
    BPC from eTool: 5.0.486
    Below is the total error message as per your suggestion to run Export package. (even with service account which we used to install the software we are getting same error message.)
    TOTAL STEPS  2
    1. Dump Data:     Failed  in 0 sec.
    [Selection]
    FILE=\ApShell_SK\FINANCE\DataManager\DataFiles\SKTEST.TXT
    TRANSFORMATION=\ApShell_SK\FINANCE\DataManager\TransformationFiles\System Files\Export.xls
    MEASURENAME=PERIODIC
    (Member Selection)
    Category: ACTUAL
    Time: 2006.JAN
    Entity:
    Account:
    DataSrc:
    IntCo:
    RptCurrency: 
    [Messages]
    An error occurred while executing a package.
    Package Error Events:
    ErrorCode = -1073668060
    Source = Dump Data
    SubComponent=
    Description = The task "Dump Data" cannot run on this edition of Integration Services. It requires a higher level edition.
    IDOfInterfaceWithError= {8BDFE889-E9D8-4D23-9739-DA807BCDC2AC}

  • Receiving error in BPC Data Manager while running Export package.

    We are in a multi server environment and receiving below error message while running Export package.
    Have anyone seen below error message in BPC 5.1
    An error occurred while executing a package.
    Package Error Events:
    ErrorCode = -1073668060
    Source = Dump Data
    SubComponent=
    Description = The task "Dump Data" cannot run on this edition of Integration Services. It requires a higher level edition.
    IDOfInterfaceWithError= {8BDFE889-E9D8-4D23-9739-DA807BCDC2AC}
    Thanks
    Sridhar

    Below are our BPC versions:
    BPC on Server Manager: 5.0.486
    Data Manager from eData: 5.0.484
    BPC from eTool: 5.0.486
    Below is the total error message as per your suggestion to run Export package. (even with service account which we used to install the software we are getting same error message.)
    TOTAL STEPS  2
    1. Dump Data:     Failed  in 0 sec.
    [Selection]
    FILE=\ApShell_SK\FINANCE\DataManager\DataFiles\SKTEST.TXT
    TRANSFORMATION=\ApShell_SK\FINANCE\DataManager\TransformationFiles\System Files\Export.xls
    MEASURENAME=PERIODIC
    (Member Selection)
    Category: ACTUAL
    Time: 2006.JAN
    Entity:
    Account:
    DataSrc:
    IntCo:
    RptCurrency: 
    [Messages]
    An error occurred while executing a package.
    Package Error Events:
    ErrorCode = -1073668060
    Source = Dump Data
    SubComponent=
    Description = The task "Dump Data" cannot run on this edition of Integration Services. It requires a higher level edition.
    IDOfInterfaceWithError= {8BDFE889-E9D8-4D23-9739-DA807BCDC2AC}

  • E not assigned Error when running Data Manager

    Hi,
    When I try to import Master Data from BW to BPC, All the ID's are loaded correctly, however I get an error message that :E not assigned when I run the Data Manager even though I have the Language set to "E".
    Any inputs are appreciated.
    thanks,
    Vamsi.

    HI Vamsi,
    I am facing similar problem,please update me if you have any clue about this.
    Thanks,
    Bala.

  • Error while accessing Promotion Management

    Hello all,
    I am running BI 4.1 SP2. While trying to access Promotion Management in the CMC, I am getting the following error:
    Sorry, Promotion Management application is unable to process your request.
    The error from the server is: Unable to retrieve the root LCM folder. Please check if you have sufficient rights to perform promotion management.
    And I am unable to see or create any jobs.
    Any ideas on what could be wrong and how to solve it please?
    Thanks,
    Sudarshan

    Hi,
    Do you have appropriate rights set on the LCM folder?
    Check the below :
    Public folders --> LCM --> Promotion Jobs
    Firs set General--> View Objects on LCM folder
    and then followed by the below rights on the Promotion Jobs folder
    Then make sure you have enough rights on the application "Promotion Management" as below
    Let me know if this solves the purpose or not.
    Regards,
    Upendra.

  • Date format error while accessing date from SQLSERVER

    Hi all, in me webdynpro application I have taken Date type for the Input Field.
    At date select it is displaying in the format
      *2/14/2009 i.e. mm/dd/yyyy*
    And when I am saving date in the sql database then the date format changes to..
    2009-02-14 i.e..yyyy/mm/dd.
    But using the Date format method I have changed the format as per the need to push date in the SQL database table...
    In the table SQL the date attribute is in form i.e.    02/14/2009 as like from the date select from the date Input Fieldu2026But the problem is that database is not being able to display in that Input field again.
    I have use the coding both at Insertion and selection of the database i.e..
    Date Sdate, Edate;
    Sdate     =   Date.valueOf (rs.getString ("Sdate"));
    Edate     =   Date.valueOf (rs.getString ("Edate"));
    SimpleDateFormat date Formatter = new SimpleDateFormat ("MM/dd/yyyy");
    Sdate = wdContext.currentProjectElement ().getEdate ();
    Edate = wdContext.currentProjectElement ().getEdate ();
      String Sd = dateFormatter.format (Sdate);
      String Ed = dateFormatter.format (Edate);
      Date Sdd =Date.valueOf (Sd);
      Date Edd =Date.valueOf (Ed);
    But at selection of the database the error for the date format isu2026.
    java.lang.IllegalArgumentException
    If somebody knows how to resolve this ,plz let me know
    Regards:
    SK

    for displaying the value only, I think, you are converting to string.
    sol1:
    1. Create a simple type in dictionary: under Dictionary -> Local Dictionary -> Simple Types
    2. go to Definition tab: Change Built-in Type as Date
    3. go to Representation tab: specify format e.g.: MM/dd/yyyy
    4. go to Context and change the date context attribute to the created type.
    sol2:
    please try to minimize the casting between Date and String.
    I believe in database date is stored as Date type itself. My suggestion will be for displaying keep a separate attribute and set it on each db call.
    below code is converting from Date to String.
    Date Sdate, Edate;
    Sdate = rs.getDate ("Sdate");
    Edate = rs.getDate ("Edate");
    SimpleDateFormat date Formatter = new SimpleDateFormat ("MM/dd/yyyy");
    String Sd = dateFormatter.format (Sdate);
    String Ed = dateFormatter.format (Edate);

  • Error while accessing Risk Management 3.0

    Hi,
    I get the below error when I click on Risk Management navigation bar
    "Portal runtime error.
    An exception occurred while processing your request. Send the exception ID to your portal administrator.
    Exception ID: 07:26_23/11/09_0002_2466451
    Refer to the log file for details about this exception."
    The error log is as below:
    07:26_23/11/09_0002_2466451
    [EXCEPTION]
    com.sapportals.portal.prt.runtime.PortalRuntimeException: Exception in SAP Application Integrator occured: Unable to parse template &#39;&lt;System.Access.WAS.protocol&gt;://&lt;System.Access.WAS.hostname&gt;/sap/bc/webdynpro/&lt;WebDynproNamespace&gt;/&lt;WebDynproApplication&gt;/;sap-ext-sid=&lt;ESID[url_ENCODE]&gt;?sap-ep-iviewhandle=007&lt;ESID[HASH]&gt;&amp;sap-wd-configId=&lt;WebDynproConfiguration&gt;&amp;sap-ep-iviewid=&lt;IView.ShortID&gt;&amp;sap-ep-pcdunit=&lt;IView.PCDUnit.ShortID&gt;&amp;sap-client=&lt;System.client&gt;&amp;sap-language=&lt;Request.Language&gt;&amp;sap-accessibility=&lt;User.Accessibility[SAP_BOOL]&gt;&amp;sap-rtl=&lt;LAF.RightToLeft[SAP_BOOL]&gt;&amp;sap-ep-version=&lt;Portal.Version[url_ENCODE]&gt;&amp;sap-wd-tstamp=&lt;$TimeStamp&gt;&amp;&lt;FPNInfo[IF_false PROCESS_RECURSIVE]&gt;&amp;sap-explanation=&lt;User.Explanation[SAP_BOOL]&gt;&amp;&lt;StylesheetIntegration[IF_true PROCESS_RECURSIVE]&gt;&amp;&lt;Authentication&gt;&amp;&lt;DynamicParameter[PARAMETER_MAPPING PROCESS_RECURSIVE]&gt;&amp;&lt;ForwardParameters[QUERYSTRING]&gt;&amp;&lt;ApplicationParameter[PROCESS_RECURSIVE]&gt;&#39;; the problem occured at position 310. Cannot process expression &lt;System.client&gt; because Invalid System Attribute:
    System:    &amp;#39;SAP_LocalSystem&amp;#39;,
    Attribute: &amp;#39;client&amp;#39;.
         at com.sapportals.portal.appintegrator.AbstractIntegratorComponent.doContentPass(AbstractIntegratorComponent.java:125)
         at com.sapportals.portal.appintegrator.AbstractIntegratorComponent.doContent(AbstractIntegratorComponent.java:98)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
         at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:645)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:235)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:541)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:430)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)

    Hi Amarnath,
    looks to me like an issue with the Portal System Object that point to your RM ABAP system, the exception states that
    "Cannot process expression <System.client> because Invalid System Attribute: System: 'SAP_LocalSystem', Attribute: client"
    So it seems the client attribute is not maintained properly in the Portal Config...
    Cheers,
    Dominic
    Edited by: Dominic Yow-Sin-Cheung on Nov 25, 2009 8:52 AM

  • Error to Access Data Base on SAP Netweaver 6.40 Sneak Preview SP14

    Hi guys,
    If someone could help me I'd be very grateful!
    I've installed the NW 6.40 Sneak preview SP 19 and it's working well, however I tried to access the Data Base by MaxDB. So I provided the configuration data, such as:
    Server: myServer like 192.168.0.12
    DataBase: J2E
    User: SAPJ2EDB
    Password: myPassword
    but when I try to connect on it, the system does not allow and display me the following message:
    24950 user authorization failed,
    I tryed to use the user Custom but it also didn't work! the system display me the following message:
    Invalid Session ID!
    PS: When I try to access my ConfigTool to change the SAPJ2EDB password the ConfigTool doesn't open and display me this message:
    Error occurred while working with Configuration (Scanning).
    Msg: Error while connecting to DB.
    In my opinion I suppose that I need to apply some note. What do u think about that? I suppose it coz I've installed the WAS and I didn't do anything more!
    beforehand, thanks for help!
    Cheers!
    Eduardo

    Hello Eduardo,
    1. Could you please check if you could connect to the database using dbmcli tool:
    Login as j2eadm user, run the following commands & update with outputs:
    dbmcli db_enum
    dbmcli u2013d J2E u2013u control,<pwd> db_state
    dbmcli u2013d J2E u2013u control,<pwd> user_getall
    2. What ist he database version?
    Thank you and best regards, Natalia Khlopina

  • Error while accessing data from MS Access DB through Window AD architec

    Dear Members,
    Iam having a BO 3.0 installation on a standalone PC with the basic tomcat and mysql setup... As a test environment, Now while designing universes i can easily connect to Oracle EBS structure also SQL server DB ... the problem is when iam linking to a MS Access DB through a network drive (its all ok in the designer) but while in Webi while runnning the query, it throws an error of (WIS 10901 .... database error DSN not specified)
    I have configured ODBC properly also given appropriate rights for the users and strangely the same universe is running well with my thick client desktop and webi rich client
    (so iam sure its not a odbc issue)
    Looking forward for any comments on this problem

    possibly the account running the webi report server doesn't have access to the drive. Is it local system? Try using the same account you are logged into the webi rich client as, but you will most likely need to grant that account local admin on the server so it can run the service.
    Regards,
    Tim

  • Error in accessing data through external table

    Hi,
    I am getting the following error while trying to view data through external table,
    ORA-29913: error in executing ODCIEXTTABLEOPEN callout
    ORA-29400: data cartridge error
    KUP-04062: no data source specified
    ORA-06512: at "SYS.ORACLE_LOADER", line 19
    according to this error "KUP-04062: no data source specified", location should be specified and i have specified the location as
    LOCATION (<diectory_name>:' '),
    then also it is giving the same error.
    Please Help!

    I am also got the same error when retrieving the data from external table.
    I resolve this problem, like this:
    1. I imported the flat file(.csv) into repository.
    2. Map that flat file fields to database table cols.
    3. Deployed the mapping using controlcenter, and run the mapping.
    4. if it fails there, i loaded the flatfile data through the command prompt using "sqlldr" statement and control file is our mapping control file.
    5 Then it loaded data into database table sucessfully.
    Thanks.

  • Getting error in accessing data from database thro' JSP.

    Hi,
    I tried with getting data from the database and it doesnt work fine. I am attaching the code as inline below. can anyone suggest me whats the problem.
    <html>
    <head>
    <title> Display Records </title>
    </head>
    <%@ page language="java" import="java.sql.*"%>
    <body>
    <form name="frm" method="post">
    <table border=2 cellpadding=3 cellspacing=3>
    <tr>
    <th>User ID </th>
    <th>Password </th>
    </tr>
    <%
         try
              Class.forName("org.gjt.mm.mysql.Driver");
         catch(ClassNotFoundException ex)
              ex.printStackTrace();
         try
              Connection con = DriverManager.getConnection("jdbc:mysql://localhost:3306/dbmaintain","root","");
              Statement stm = con.createStatement();
              //String str = "select * from userpwd";
              ResultSet rs = stm.executeQuery("select * from userpwd");
              if (rs != null)
                   while (rs.next())
                        String uname = rs.getString("userid");
                        String pwd = rs.getString("password");
    %>
    <tr>
    <td><%=uname%></td>
    <td><%=pwd%></td>
    </tr>
    <%
                   }//end of while
              }//end of if
         catch(SQLException ex)
              ex.printStackTrace();
    %>
    </table>
    </form>
    </body>
    </html>
    Thanks in Advance,
    Michael.

    Hi I have stored the list of username and their
    corresponding password. I need to list all the
    username and the password in the table. Thats my
    expectation. OK.
    I dont have any error message in the
    program In case of exceptions, you indeed are not sending any error messages to the application.

  • Unable to access the data from Data Management Gateway: Query timeout expired

    Hi,
    Since 2-3 days the data refresh is failing on our PowerBI site. I checked below:
    1. The gateway is in running status.
    2. Data source is also in ready status and test connection worked fine too.
    3. Below is the error in System Health -
    Failed to refresh the data source. An internal service error has occurred. Retry the operation at a later time. If the problem persists, contact Microsoft support for further assistance.        
    Error code: 4025
    4. Below is the error in Event Viewer.
    Unable to access the data from Data Management Gateway: Query timeout expired. Please check 1) whether the data source is available 2) whether the gateway on-premises service is running using Windows Event Logs.
    5. This is the correlational id for latest refresh failure
    is
    f9030dd8-af4c-4225-8674-50ce85a770d0
    6.
    Refresh History error is –
    Errors in the high-level relational engine. The following exception occurred while the managed IDataReader interface was being used: The operation has timed out. Errors in the high-level relational engine. The following exception occurred while the
    managed IDataReader interface was being used: Query timeout expired. 
    Any idea what could have went wrong suddenly, everything was working fine from last 1 month.
    Thanks,
    Richa

    Never mind, figured out there was a lock on SQL table which caused all the problems. Once I released the lock it PowerPivot refresh started working fine.
    Thanks.

  • Error while connecting to Repository through Data Manager

    Hi Experts,
    I am able to access MDM server through MDM Console, Here mainlyI got two errors.
    Error 1:- I am not able to create new repository through Console.when I click on "create Repository" option in Console,it will try to connect DBMS server to create.at the same time I have given Database credentials.It was giving error like" Unable to connect to DBMS server".
    Error 2:- I have some repositories in my MDM server.already one repository is running.I am trying to access the running repository in Data Manager as well in as Import Manager and Syndicator.at the same time I am not able to connect to repository giving error like "Repository not loaded".
    Note: all the necessary ports are opened as per SAP standard.
    Please help me regarding this.if anybody have idea about this.
    Thanks in advance,
    Ravi.

    Hi Ravi,
       Steps to load a repository
       1) Load the MDM server
       2) Start MDM server
       3) There you will find list of repositorys
       4) If required login into the repository
            This is the main step you got to perform to solve your second problem
       5) Right click the Repository and select 'Load Repository' and then 'Immediate'
           This will load the repository and you can work on the repository from any where either IM,DM or syndicator.
      For the first error check wether you have given the proper path for your DBMS server; if you give it right it wont give u any error. If its in local system then by default it be in the list. Else you got to provide the system name where the server is there.
      In case of any othere issuse please let me know.
    Regards,
    CHARAN

  • System error while accessing characteristic data

    Hi Experts,
    While copying the Settings for process management from plant 1 to plant 2, for the step "process instruction categories", I am facing an error as below:
    System error while accessing characteristic data
    Message no. 0C002
    Diagnosis
    An internal error occurred while accessing the characteristic data. The characteristic cannot be used.
    Procedure
    Contact your system administrator.
    I am using the transaction O20C.
    Can some one please through some light on this?
    Praveen

    Hi AP,
    Thanks for the reply.
    I have already checked that note, I didnt find any solution from that.
    And I am on ECC 6.0 EHP5.
    Praveen

Maybe you are looking for

  • Can't remember iCloud password and don't have access to that email how do I reset it?

    I have just got a iPhone 5 and I'm trying to transfere all iTunes and apps from my iPad to my new phone. I have managed to update all onto iCloud but I can't remember my iCloud password and don't have access to the email I used to open it, which mean

  • Check on Pan and CST

    Hi experts, I have a query. while maintaining vendor masters, we already have a check on VAT no. We want to maintain the check on PAN and CST no. also to avoid the duplicacy.Is it possible as somebody suggested me that check on VAT no. is by default

  • About The Apple Power Adapter???

    I Have a lot of Apple Power Adapters that I Collect & I Just got a Brand New Sony Playstation Vita WiFi Only Slim Gaming System & i just got a 64GB Memory Card for it also, I Got The Very New Updated Version of The Sony Playstation Vita The Slim Vers

  • Tables for development class and program name

    Hi, IN which tables can we find the program name and its development class? Thanks, Kumar

  • Activating the standard information structures

    Hi all, I was trying to check the standard report for customer sales (MC+E).... I have entered many transactions for various customers but when I try to see the standard report the system displays the following message: "No data exists for chosen sel