Regression parameters

Hi,
I have some questions regarding regression. I don't have wide knowledge in statistics - I'm rather technician (so sorry if questions are obvious for analysts).
I'm investigating ODM and trying to understand background of regression in ODM.
1. How regression algorithm predicts values of parameters for regression (SVM) in ODM ??
If I'm launching model in workflow it automatically calculates some values to complexity factor, svms_epsilon, std_dev, etc. How it is calculated ??
2. What is a measure of best algorithm ?? Minimal RMSE and MAE ??
If minimal RMSE and MAE, then automatic calculation gives poor results.
3. I checked several combination of parameters and concluded, that the best fit to my original data (minimal RMSE and MAE) is for gaussian svm when is:
minimal epsilon, minimal deviation and maximal complexity factor.
But I think that parameters strictly fits to input data and does not follow "random factor" (because of minimal deviation).
How to check what are optimal values for regression parameters ??
4. How to calculate "predictive confidence" of regression algorithm using ODM SQL? In workflow it is calculated automaticaly, in ODM SQL I didn't found possibility to show this measure.
Thanks in advance,
Paul.

Perhaps you might want to sign up for the new 2 day Instructor Led Oracle University Course on Oracle Data Mining? It helps to answer these and many similar questions. See blog entry https://blogs.oracle.com/datamining/entry/new_2_day_instructor_led
Also, the ODM Docs are posted on-line so you can always search them for more detailed answeres. [Others may respond w/ specific details to your questions.  I wanted to make you aware of the great learning resource as you said that you were new to the field.  Best of luck!]

Similar Messages

  • Passing numerical variables to and from a Java class

    I'm trying to do something that seems like it should be fairly simple, but apparently it isn't. I'm new to Java and JDBC, so I'm hoping that I'm missing something fundamental and fairly basic.
    Basically, I want to pass a set of (number) variables to a Java class from a PL/SQL Procedure, and get back a series of numbers based on calculations to the first set of numbers. (In my real world project, I have to perform a series of matrix calculations to determine regression parameters for two sets of data, but we'll keep this simple.) However, I can find nothing that tells me how to do this, and I'm receiving a series of errors when I attempt it.
    For example, let's say I want to send in two decimal numbers, a and b, and receive back the sum s, the difference d, the product p and the quotient q. So, the java class would be:
    * MathEx.java
    class MathEx {
    public static void main(double a, double b, double sum, double diff, double prod, double quo) {
    sum = a + b;
    diff = a - b;
    prod = a * b;
    quo = a / b;
    Fairly simple, right? It compiles fine using "javac MathEx.java", and then I load the class into the database:
    loadjava -u steve/steve MathEx.class
    Everything works great. Now, I create a wrapper Procedure. This is where the problem comes in. How do I declare the incoming and outgoing parameters in the Procedure? No matter what I try, I get " the declaration of "MathEx.main([whatever])" is incomplete or malformed"
    The procedure I'm trying is:
    create or replace procedure Call_MathEx
    a NUMBER,
    b NUMBER,
    s NUMBER,
    d NUMBER,
    p NUMBER,
    q NUMBER
    AS
    language JAVA
    name 'MathEx.main(oracle.sql.NUMBER,oracle.sql.NUMBER,
    oracle.sql.NUMBER,oracle.sql.NUMBER,oracle.sql.NUMBER,oracle.sql.NUMBER,)';
    I've tried the following values for possible variable types in the "name 'MathEx.main(" statement:
    oracle.sql.NUMBER
    java.lang.Number
    java.lang.Double
    java.Math.BigDecimal
    The only thing I can get to work is if I just use "java.lang.string[]" and send everything at once, then use parseDouble() to read the parameters inside the Java class. However, that makes it impossible to then read the new values of the sum, difference, product and quotient in the calling procedure, since the variable retain the same value as before the call to the Java class.
    Any help is greatly appreciated.

    Java Stored Procedures Developers Guide (part of the docs and here on OTN) would probably help.
    I suspect you need:
    create or replace procedure Call_MathEx
    a IN NUMBER,
    b IN NUMBER,
    s OUT NUMBER,
    d OUT NUMBER,
    p OUT NUMBER,
    q OUT NUMBER
    AS
    language JAVA
    name 'MathEx.main(oracle.sql.NUMBER,oracle.sql.NUMBER,
    oracle.sql.NUMBER,oracle.sql.NUMBER,oracle.sql.NUMBER,oracle.sql.NUMBER,)';
    Not sure, I always let JDeveloper handle it for me :)

  • Evaluation of the slope of part of a curve with cursors

    Good morning,
    I am trying to get the slope of part of a curve. The curve is a stress strain curve and the idea is simply to manually choose the X range to evaluate the slope and extract the Young modulus. The user would place the cursors and the slope parameters would be displayed in an area.
    I got some clues from various examples here in presenting au automatized calculation of the min, max, average and other parameters of the part of the curve contained between the two cursors, using the StatblockCalc command in the adequate range.
    However, I understand that the regression tool needs two new channels containing the values between cursors (flags and export manually).
    Then, the doubt is: Is there some way to bypass the creation of new channels each time the cursor is moved to get the linear regression parameters "live"? I am rather new using scripts with diadem and can´t find the apropriate way to code this. Do you have any clue?
    Thank you in advance,
    David

    Hi David,
    See if this application does what you want.  Note that it installs a new icon at the top of the VIEW icon bar, so that you can call the script easily from the VIEW panel after you've run it once in the SCRIPT panel.  There is no way around extracting the new X and Y channels from the desired X range in order to calculate the slope of that X region, but you don't have to use flags, which are designed for interactive use only.
    http://forums.ni.com/t5/DIAdem/Using-DIAdem-how-to​-get-the-slope-of-a-signal-Linear-or-non/td-p/2158​...
    Brad Turpin
    DIAdem Product Support Engineer
    National Instruments

  • How do I create a graph with regression lines?

    Hi,
    I have a simple query that returns 2 columns of variable numeric data that I would like to create a chart from.  By using a numeric axis line chart I've been able to plot the individual points.  However, I now want to add a regression line based on those points.  The regression line could be a simple linear regression, a quadratic regression, or more complex 3 or 4 parameter regressions.  Is this possible?
    There could be a number of ways of creating the parameters (eg slope and intercept for a linear regression):
    a) Crystal Reports could calculate them whilst drawing the line
    b) I could create a formula that provides the parameters that CR could use to plot the line
    c) I could return the parameters from the database as part of the same or a separate query.
    Thanks

    Hi Colin,
    I just added a regression line to one of my charts yesterday   I did it by right clicking on the line (or in my case it was the bar) on the graph.  Then I picked Trendlines.  There are about 16 different formulas available.  I picked Linear Regression for mine and it gave me exactly what I needed. 
    Hope that helps,
    Cyndi

  • Help w/ ADF UIX event parameters

    Is there any way to add a parameter when firing an event like this:
    ==========code=============
    <link text=" Accounts "
    destination="${ctrl:eventUrl(uix,'changePage')}"/>
    ===========================
    Bellow is how I used to fire events using a link but since the production release of 10g that doesn't work anymore. Destination is now required and when specified the <fireAction> content is ignored and when it's not specified, the link is dead (not clickable)
    ==========code=============
    <link text=" Section1 " destination="">
    <primaryClientAction>
    <fireAction event="changePage" formSubmitted="false"
    unvalidated="true">
    <parameters>
    <parameter key="destPage" value="Section1Page"/>
    </parameters>
    </fireAction>
    </primaryClientAction>
    </link>
    ===========================

    Hi -
    Is there any way to add a parameter when firing an
    event like this:
    ==========code=============
    <link text=" Accounts "
    destination="${ctrl:eventUrl(uix,'changePage')}"/>
    ===========================I don't think we have a EL function which specifically deals with query parameters, but in a pinch you could do something along the lines of:
    destination="${ui:concat(ctrl:eventUrl(uix,'changePage'), '&amp;amp;destPage=Section1Page')}"/
    Bellow is how I used to fire events using a link
    but since the production release of 10g that doesn't
    work anymore. Destination is now required and when
    specified the <fireAction> content is ignored and
    when it's not specified, the link is dead (not
    clickable)
    ==========code=============
    <link text=" Section1 " destination="">
    <primaryClientAction>
    <fireAction event="changePage"
    formSubmitted="false"
    unvalidated="true">
    <parameters>
    <parameter key="destPage" value="Section1Page"/>
    </parameters>
    </fireAction>
    </primaryClientAction>
    </link>
    ===========================
    I was able to verify that there is a regression in fireAction behavior. A simple fireAction like this:
    <link text="Test">
      <primaryClientAction>
        <fireAction event="changePage" formSubmitted="false"/>
      </primaryClientAction>
    </link>...no longer works unless a destination is specified. The same ClientAction works just fine if formSubmitted="true". I have logged a bug against UIX to track this issue. In the meantime, it seems like you could specify the empty string as your destination - in which case I believe that the event will be delivered back to the same page. Or, if you need to explicitly specify a page, perhaps you could use a combination of ctrl:pageUrl() and fireAction, eg:
    <link text=" Section1 "
          destination="${ctrl:pageUrl(uix,'testPage')}">">
      <primaryClientAction>
        <fireAction event="changePage" formSubmitted="false" unvalidated="true">
          <parameters>
            <parameter key="destPage" value="Section1Page"/>
          </parameters>
        </fireAction>
      </primaryClientAction>
    </link>Andy

  • How do I get the error on fit parameters in Diadem

    I am using Diadem "linear least-square fit" with weighted Y-channel. The typical fit model is y=a+b*x. Here is my question:
    How do I get the error on the fit parameters a and b ?
    Okay, I can ask Diadem to calculate the co-variance matrix, and then use a script to calculate the errors, but there must be a short-cut?
    BR,
    Chr

    Hi schoric,
    The only quantitative regression fit assesment that is built into the DIAdem function is the coefficient of determination of the regression (r^2), which is stored in the global DIAdem variable:
     RegrPrecision 
    Does that help?
    Brad Turpin
    DIAdem Product Support Engineer
    National Instruments

  • CP Regression testing documentation

    I am told that there is no documentation available for these tests, and Metalink searches certainly don't find it. Can anyone tell me exactly what these tests do, and where documentation or a MetaLink doc exists?
    CP Host Regression Test
    CP Java Regression Test
    CP PLSQL Regression Test
    CP Perl Regression Test
    CP Postscript Report Regression Test
    CP SQL*Loader Regression Test
    CP SQL*Plus Regression Test
    CP Spawned Regression Test
    CP Text Report Regression Test

    Hi;
    I am told that there is no documentation available for these tests, and Metalink searches certainly don't find it. Can anyone tell me exactly what these tests do, and where documentation or a MetaLink doc exists?
    CP Host Regression Test
    CP Java Regression Test
    CP PLSQL Regression Test
    CP Perl Regression Test
    CP Postscript Report Regression Test
    CP SQL*Loader Regression Test
    CP SQL*Plus Regression Test
    CP Spawned Regression Test
    CP Text Report Regression TestThose are test which could to define you have any problem wiht those future on your system. If you want to run CP Java Regression Test (also others) you need to follow:
    a. System ADministrator Responsibility
    b. Requests menu option
    c. Run
    d. Select from the list of values: CP Java Regression Test concurrent program
    Parameters:
    Run mode = FULL
    Regard
    Helios

  • Linear regression

    Hi,
    I would like to know how I could do the following linear regression calculation.  I have two data channels, the first one corresponding to time information and the second one about aceleration. I must do linear regression with this acceleration data each second, but taking into account that the time channel has 10585 points for example for 44.1 seconds, corresponding to a 240msec sampling frecuency. I suppose that I must use the ChnRegrXYCalc function but I would like to know what the parameters should be.
    REgards
    Koniker.

    Dear Ingo,
    I am not sure about your answer. Well, I need an script as a solution. Imagine, the time data is collected in a channel, DatCha_1. There are 1000 points corresponding to 10 seconds. I have the corresponding aceleration data, in Dat_Cha_2, that is, 1000 acceleration points. So, I need to calculate the linear regression with this acceleration data each second, that is, I must obtain the a, b data of a y=a+bx  corresponding to each 100 values of the acceleration data, so 10 a values and 10 b values. I must divide the original acceleration data into 10 interval and obtain the linear regresion of each of this intervals.
    What should be the script for this action? You mention to adjust the channel length of the time and data channel, but I do not know what you mean. In fact the function is:
    Call CHNREGRYCALC("Time","Acceleration","Time","Regress_Y","linear") '... X,Y,XCHNNO,E,REGRTYPE
    Could I use a new time channel only with 10 values and the original aceleration with 1000 values?
    So, please could you send me a little example of the script I would need to solve the problem?
    Regards,
    Koniker

  • Formula or Methodology used for Seasonal & Linear Regression Forecast Model

    Hi all,
    I am using the Forecast Model 35 (Seasonal & Linear Regression Model) for Statistical Forecast generation.
    Now I am facing the Issue that my Model 35 is consistently Under Forecasting.
    Can anyone let me know what Formula or Logic is used by the Model to generate the Statistical Forecast.What are the Parameters that can really improve the Under Forecasting trend for Model 35.
    kindly help...
    Thanks & Regards,
    Vishal.S.Pandya.

    Couple of quick checks that you should do
    1. Make sure there is no Like Profile active for that planning object that is interfering
    2. Do a Strategy 56 to test for season and trend. See if streatgy 56 indeed recommends regression model
    3. If strategy 56 fails for season or trend, and you enforce seasonal or linear regression model - i would expect to see the behaviour you are seeing
    4. Make sure there are adequate time buckets for forecast initialization
    5. Make sure the forecast initialization buckets are representative of the forecasts and are not outliers
    IN this regard do check
    http://help.sap.com/saphelp_scm50/helpdata/en/19/06f74ee2ed11d3b78d0000e82debc6/content.htm
    http://help.sap.com/saphelp_scm50/helpdata/en/96/d261f8e39011d3b78e0000e82debc6/content.htm

  • Retriving only hidden parameters from request.getParameter

    Hi,
    I want to retrive only the hidden parameters from previous JSP page into current JSP page. The problem here is that my hidden parameters in privious page are dynamically generated (parameter names are decided based on values retrived from the database) and I cannot retrive them using "request.getParameter(<parametername>)"
    Can I find the parameter type (i.e. text box, text area, checkbox, radio or hidden) from the request.getParameter() or request.getParameterNames() methods? or is there any other way to find it.
    Thanks in advance for any help

    You can use the getParameterNames() or getParameterMap() methods from javax.servlet.ServletRequest to get all the parameters in the request. Even if they're dynamically generated, and you don't know the names in advance, these methods will ferret them out.
    getParameterMap() returns name String, values String [] pairs, so you'll have to work with String arrays to get the input out. It's got to be that way to accomodate checkboxes and other HTML form elements that can send more than one value for a given name.
    I prefer getParameterMap, because I don't like using Enumerations as much. - MOD

  • [Interface] - Passing variety parameters/input to PL/SQL report

    Hi,
    I've the PL/SQL report which can allow passing in the parameter, i use '&'.
    the report is given to the end user who do not have the IDE for PL/SQL. the machanism of the report is generated into the spool file and import into excel format.
    now i am wondering how to create a tool using SQL or PL/SQL to allow the end user to choose the parameter(s) dynamically and passing into the PL/SQL to generate the report based on the input selected.
    the parameters like below:
    package code :
    week no :
    year :
    department :
    all the above parameters, the data would be selected from the existing lookup table. the user is allow to select more than 1 input for specified parameter for instance i want to spool report for week 1 until week 5.
    pls advise any solution on this topic. thanks

    hi scoot,
    thank for reply.
    yep, i'm using sql*plus and also sql navigator 4.0 .
    the user don't have the software to interact. i'm thinking of build an simple interface using VB and passing in the parameter then initiate the sql*plus to run the program in background mode.
    but if you have any other solution which not need to use other software to wirte such program , pls let me know immediately. thank

  • Report should prompt me for parameters, please help.

    Hi All,
    I am using Crystal version 10, So is there any way I can get the behaviour of my parameters as dynamic parameter? I have this requirement because when I am deploying the Report on BO server, and try to open the report from InfoView, it is not prompting me for parameters, rather it is giving me the copy which we had scheduled earlier. To get the fresh data with different parameters, we again need to schedule the report.
    What I want is simple, Whenever user clicks on the report link in infoview, I should be promted for the parameters my report is using.
    Please help..
    Thanks
    -Azhar

    Hi
    It would prompt whenever it's refreshed.
    You can refer to Business View manager guide from [here|http://help.sap.com/businessobject/product_guides/boexir2/en/xir2_bv_admin_en.pdf ] for detailed information.
    Hope this helps!!
    Regards
    Sourashree

  • How to avoid the parameters accepting screen generated by crystal report

    Hi ,
    I designed one rpt file which will take one parameter and trying to run that file from java servlets. But I am getting one problem. I am passing parameters from jsp and setting those to the crystal report but, instade of generating the report, it is generating one jsp page which is having text feild , after enter the parameter value onece I submit this page then only I am getting required output.
    anybody please help me in this. Below I am placing my code.     
                   ReportClientDocument reportClientDocument = new ReportClientDocument();
                   CrystalReportViewer viewer = new CrystalReportViewer();
                   ServletContext cxt = req.getSession().getServletContext();
                   String fileName = "C:/Documents and Settings/Administrator/Desktop/lib-so/ix_sample2.rpt";
                   try
                        String realPath = fileName;
                        reportClientDocument.open(realPath, 0);
                        viewer.refresh();
                        viewer.setReportSource(reportClientDocument.getReportSource());
                   catch(Exception e)
                        System.out.println("inside catch block...");
                        e.printStackTrace();
                   IReportSource reportSource = reportClientDocument.getReportSource();
                   Fields oFields = new Fields();  
                   ParameterField portfolio = new ParameterField();
                   portfolio.setName("Portfolio");
                    Values oValues = new Values();
                      ParameterFieldDiscreteValue oParameterFieldDiscreteValue = new ParameterFieldDiscreteValue();
                       oParameterFieldDiscreteValue.setValue(new Integer(16));
                       oValues.add(oParameterFieldDiscreteValue);
                       portfolio.setCurrentValues(oValues);
                       portfolio.setReportName(fileName);
                       oFields.add(portfolio);
                          viewer.setOwnPage(false);
                               viewer.setParameterFields(fi);
                       try {
                             viewer.processHttpRequest(req, res, cxt, res.getWriter());
                             viewer.dispose();
                       catch (ReportSDKExceptionBase e) {
                             e.printStackTrace();
    thanks,
    Mallikarjun
    Edited by: mallikarjuna.ch1 on May 17, 2009 9:58 AM

    Thanks a lot for worthful suggetion Neeraj.
    I got resolved my problem. I have one more issue, please give a clarification about that.
    my doublt is,
    For parameterized rpt file running purpose I need to set the database details . every jar file is placed in application lib only. And my CRConfig.xml file also placed bellow.
                  <?xml version="1.0" encoding="utf-8"?><CrystalReportEngine-configuration>
        <timeout>1</timeout>
        <ExternalFunctionLibraryClassNames>
              <classname> </classname>
              <classname> </classname>
        </ExternalFunctionLibraryClassNames>
    <keycode>B6W60-01CS200-00GCPT0-0JY1</keycode>
    <Javaserver-configuration>
    <DataDriverCommon>
         <JavaDir>D:\inventex\crystal_report\Business Objects\j2sdk1.4.2_08\bin</JavaDir>
        <Classpath>$</Classpath>
         <IORFileLocation>$</IORFileLocation>
         <JavaServerTimeout>1800</JavaServerTimeout>
         <JavaServerStartupTimeout>30</JavaServerStartupTimeout>
         <JVMMaxHeap>64000000</JVMMaxHeap>
         <JVMMinHeap>32000000</JVMMinHeap>
         <NumberOfThreads>100</NumberOfThreads>
    </DataDriverCommon>
    <JDBC>
         <CacheRowSetSize>100</CacheRowSetSize>
         <JDBCURL>jdbc:sqlserver://10.0.0.65:1433;DatabaseName=reportmanager</JDBCURL>
         <JDBCClassName>com.microsoft.sqlserver.jdbc.SQLServerDriver</JDBCClassName>
         <JDBCUserName>malli</JDBCUserName>
         <JNDIURL></JNDIURL>
         <JNDIConnectionFactory></JNDIConnectionFactory>
         <JNDIInitContext>/</JNDIInitContext>
         <JNDIUserName>weblogic</JNDIUserName>
         <GenericJDBCDriver>
              <Default>
                   <ServerType>UNKNOWN</ServerType>
                   <QuoteIdentifierOnOff>ON</QuoteIdentifierOnOff>
                   <StoredProcType>Standard</StoredProcType>
                   <LogonStyle>Standard</LogonStyle>
              </Default>
              <Sybase>
                   <ServerType>SYBASE</ServerType>
                   <QuoteIdentifierOnOff>OFF</QuoteIdentifierOnOff>
                   <DriverClassName>com.sybase.jdbc2.jdbc.SybDriver</DriverClassName>
                   <StoredProcType>Standard</StoredProcType>
                   <LogonStyle>MySQL</LogonStyle>
              </Sybase>
         </GenericJDBCDriver>
    </JDBC>
    <XML>
         <CacheRowSetSize>100</CacheRowSetSize>
         <PreReadNBytes>4096</PreReadNBytes>
         <XMLLocalURL></XMLLocalURL>
         <SchemaLocalURL></SchemaLocalURL>
         <XMLHttpURL></XMLHttpURL>
         <SchemaHttpURL></SchemaHttpURL>
    </XML>
    <JavaBeans>
        <CacheRowSetSize>100</CacheRowSetSize>
         <JavaBeansClassPath></JavaBeansClassPath>
    </JavaBeans>
    </Javaserver-configuration>
    </CrystalReportEngine-configuration>
    still it is showing "Error finding JNDI name (sql server) " error. I am solving this problem setting these paramers through program.

  • SSRS with DAX - parameters multivalue vs total element

    Hi all,
    I'm using SSRS on top of a SSAS tabular model to create intuitive dashboards for management department.
    One thing I'm struggling with is the lack of a "total" on parameters. What I'm doing is, based on the fact table, I create the datasets that will feed each parameter, so it only has the dimension members available on the fact table. That is fine
    performance wise, you only have 1 element and it renders very quickly.
    For a management perspective at a higher level it is important to view the totals to have the big picture of the information. In my project we are in a University, so I have the parameters Year, school (there are several schools in the university campus)
    and the course (computer sciences, math, statistics, etc).
    At first glance, if I'm a course coordinador I want to pick my course and have a global view, and I'm achiveing that, but imagine now, that I am the school coordinator, or the university coordenator.
    I want to see the aggregate values by all courses or by all schools.
    In my view I have 2 ways to do this and I come from a tradition cubes background:
    1 - I would use the all element the cubes hierarchy have on each attribute
    2 - I would use multivalue parameters with StrToSet (worse performance)
    Using DAX what is your approach?
    Best regards

    Hi AsifMehmood,
    Per my understanding you have create an SSRS report with SharePoint list, now you don’t know to create the distinct parameters by using CAML query,  right?
    For the CAML language doesn’t have any reserved word (or tag) to set this particular filter to remove duplicate results, but we can use the custom code to do this function. I have tested on my local environment and we can do that by create one hidden parameter(Param1)
    to get all the values from the fields which will  add the filter and then create another parameter(Param2) to get the distinct values based on the Param1, we use the custom code to do the deduplication.
    Step by Steps information in below thread for your reference to create the parameters and the custom code:
    "How to get distinct values of sharepoint column using SSRS"
    Other similar thread for your reference:
    https://audministrator.wordpress.com/2014/02/17/sharepoint-list-add-distinct-parameter-value/
    If your problem still exists, please feel free to ask and also try to provide us more details information.
    Regards
    Vicky Liu

  • Error while creating a BO Universe (using IDT) on top of SAP HANA Calculation View with Input Parameters

    Hi All..
          We are trying to create a Universe (using IDT-Version4.0) on top of the HANA Calculation view. The Calculation view has 4 input parameters, So
    in Universe side we have created the respective prompts. For the creation of derived table we have used the following code
    SELECT *
    FROM "_SYS_BIC"."<schema_name>.<CV_Calculation_View_test>"
    'PLACEHOLDER'=('$$IP_A$$','@Prompt(A)'),
    'PLACEHOLDER'=('$$IP_B$$','@Prompt(B)'),
    'PLACEHOLDER'=('$$IP_C$$','@Prompt(C)'),
    'PLACEHOLDER'=('$$IP_D$$','@Prompt(D)')
    While validating the above code we are getting an error.
    I have attached the snapshot of that error for your reference. Please find the attachment and help me in resolving it.
    Thanks in advance.

    Hello George,
    I don't have any personalization set on the info space. Also I am using mapped Account in BI to connect to HANA. The confusing part is that it is able to validate the infospace with the input parameters and index it. However query does not return any results. I even tried running the same query which explorer sends to HANA in the SQL editor and there too the same results,the query does not return anything. The model does return data when I do a data preview and if accessed from other tools like AAO.
    Also when I use SSO connection to HANA, indexing of the infospace fails. Where can I see the error log?
    Thanks,

Maybe you are looking for

  • Error in transaction fbl1n

    Hi! When running the transaction fbl1n in ECC 6.0, I  m getting short dump stating This may be due to any of the following reasons: 1. One of the programs "RSDBRUNT" or "RFITEMAP " is currently being developed. The name "CB_DDF_GET_KNA1 " of the call

  • ITunes crashes every time I sync music at 128kbps and jacks the HDD up...

    I'm at my wits end trying to figure this out. It will sync ok when I use the default bitrate, but my music is on average 320kbps or higher and it eats up all the room on my iPhone. I paid for a 32GB model so I wouldn't have this problem. I took the p

  • Free Templates

    Does any know where you can get free "good" Adobe After Effects templates?

  • When will the Canon T5i be available online or through store?

    Preferably body only.  Anyone know? Thanks.

  • Multiple sockets connected to one port

    Hello I am running a LabVIEW VI that is based on the Labview TCPServer example. I am wondering what the best way to deal with multiple connections to a single port would be. For example I have a device(could be thought of as the same thing as the TCP