Get the data source connection no security

Hello

I have problem with connection get weblogic datasoource as follows:
1. I created 1 datasource in Weblogic 10.3, named ds1
2. in the Java code get connection
Hashtable env = new Hashtable();
WebLogic Server 10.x connection details
env.put (Context.INITIAL_CONTEXT_FACTORY, "weblogic.jndi.WLInitialContextFactory");
env.put (Context.PROVIDER_URL, "t3: / / my_ip:7001" "");

Context ic = new InitialContext (env);
DataSource = (DataSource) ic.lookup ("ds1") data source.
Connection connection = dataSource.getConnection ();
3. from the connection, I can do anything = > every hacker is quite possible acctack?

It is the Weblogic security problem?

I don't understand why? Someone please explain to me

Published by: fbg on October 18, 2010 20:12

Hello

Please see the following Post: http://weblogic-wonders.com/weblogic/2010/06/12/binding-objects-in-weblogic-servers-jndi-tree/

Re: Big Time BUG: WebLogic 10.3 someone can it Crash. Beware! And a way to prevent it. You must secure the JNDI tree as suggested by Faisal Khan in the link above of Forums.

Recommended for your configuration to get the JNDI tree under one first thing: http://weblogic-wonders.com/weblogic/2010/06/14/securing-the-jndi-with-admin-role-in-11g/
.
.
Thank you
Jay SenSharma
http://WebLogic-wonders.com (wonders are here)

Tags: Fusion Middleware

Similar Questions

  • said CF administrator to connect to db is ok but the web page says unable to find the data source.

    I was able to connect my 10 coldfusion administrator mysql database, using the mysql(4/5) driver.  However when I try to perform a query in a Web page, I get an error saying page:


    The data source is not found

    Here is the code snippet:

    < cfquery name = "dump" datasource = "newsletter" username = "root" password = "*" > (my password is correct)

    Select *.

    newsletter of

    < / cfquery >

    < cfdump var = #dump # >

    Any help would be appreciated.

    I realized that it was.

    I had installed Coldfusion 9 times and 10 of Coldfusion.  It seems that I was getting the database connected with Coldfusion 9, but then I was building and running on the server, coldfusion 10.  Uninstalling coldfusion 9 and ensuring that the data source has been connected to the coldfusion administrator 10 solved the problem.

  • Connection to the data source in ColdFusion 8 vs FC 6

    Hi all

    I have a CF6 app that works well. However, I am in the process of upgrading to CF8, and code no longer works. I went through the documentation and found no information about the replacement code.

    My old code gets a data source, acquires a database connection, using the connection and then close the data source.


    variables.dsService is a CreateObject ("java", "coldfusion.server.ServiceFactory"). DataSourceService;
    variables.dsManager = dsService.getDman ();
    variables.dataSource = variables.dsManager.getDataSource (< data source name goes here >);
    variables.dbConnection = variables.dataSource.getConnection ();
    < insert here the code to use the db connection >
    variables.dbConnection.close ();

    Under CF8, the error message is "the getDman method not found." So, I've been unable to find any code that will allow me to have access to an object that implements DataSource, so that I can use my connections.

    Any advice would be appreciated.

    Mike K.

    In the end, I discovered that what I had was pretty simple

    variables.dsService is a CreateObject ("java", "coldfusion.server.ServiceFactory"). DataSourceService;
    variables.dataSource = variables.dsService.getDataSource ();
    variables.dbConnection = variables.dataSource.getConnection ();

    variables.dbConnection.close ();

  • Modify the existing report data source connection in web analytics

    Hello

    I developed some reports in web analytics 9.3.1 now I need to point these reports to a new cube with the same layout. Can someone let me know how to change this data source. There are many many reports so it will take a long time for me to re-create them.

    Please suggest any good approach

    xat-

    Another way is to export the files (using Studio Web Analytics) and then import it into a different folder - you get the ability to map existing data source connections or create new ones.

  • OBIEE Mapviewer 11.1.1.7.1 cannot change the data source

    Hi all

    I am trying to configure mapviewer on our environment and after

    by clicking on configuration

    Add the DB details

    Save & Restart is updated the file xml but not displayed on the data source tab.

    But where as the other details of DB, I am able to add without problem, then if I click on change by selecting the data source to add/edit the details required to DB I get following error.

    Source of data editing is not yet supported. However, you can delete and re-create it with the new settings.

    and on the Management tab is not showing me any option to add the new source of data manually.

    someone has encountered this problem before. TIA

    Maybe the connection details are wrong, you see something in the Map Viewer logs files?

    under FMW_HOME/Oracle_BI1/bifoundation/jee/mapviewer.ear/web.war/WEB-INF/log/mapviewer.log

  • Table 'dbc_user' in the descriptor of the item: 'user' does not exist in a space of accessible table by the data source.

    In my development environment, when I run the production server, I get the following error in the server.log. I have configured the data source for the production. I use ATG 10.1. Please help solve this problem. Here are the logs

    22:46:45, 765 full repository INFO [ProfileAdapterRepository] SQL boot

    22:46:45, 988 full repository INFO [AdminSqlRepository] SQL boot

    22:46:45, 990 Initializing INFO [AdminAccountInitializer] account database/atg/dynamo/security/AdminAccountManager of/atg/dynamo/security/SimpleXmlUserAuthority

    22:46:46, 450 ERROR [ProfileAdapterRepository] Table 'dbc_user' in the descriptor of the item: 'user' does not exist in a space of accessible table by the data source.  DatabaseMetaData.getColumns returns without columns.  Catalog = null Schema = null

    22:46:46, 466 WARN [ProfileAdapterRepository] atg.adapter.gsa.GSARepository-> loadColumnInfo: SQLException in Table.loadColumnInfo.  Try again.

    com MySQL.JDBC.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'atgcoredb.dbc_user' does not exist

    at sun.reflect.NativeConstructorAccessorImpl.newInstance0 (Native Method)

    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)

    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)

    at java.lang.reflect.Constructor.newInstance(Constructor.java:525)

    at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)

    at com.mysql.jdbc.Util.getInstance(Util.java:382)

    at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1052)

    at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3603)

    at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3535)

    at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1989)

    at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2150)

    at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2620)

    at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2570)

    at com.mysql.jdbc.StatementImpl.executeQuery(StatementImpl.java:1476)

    to com.mysql.jdbc.DatabaseMetaData$ 7.forEach(DatabaseMetaData.java:3966)

    at com.mysql.jdbc.IterateBlock.doForAll(IterateBlock.java:51)

    at com.mysql.jdbc.DatabaseMetaData.getPrimaryKeys(DatabaseMetaData.java:3950)

    at atg.adapter.gsa.Table.loadColumnInfo(Table.java:1926)

    at atg.adapter.gsa.GSARepository.loadColumnInfos(GSARepository.java:7534)

    to atg.adapter.gsa.GSARepository$ 1.run(GSARepository.java:5431)

    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)

    to java.util.concurrent.ThreadPoolExecutor$ Worker.run (ThreadPoolExecutor.java:603)

    at java.lang.Thread.run(Thread.java:722)

    22:46:46, 467 WARN [ProfileAdapterRepository] unknown JDBC type for property: businessAddress, element type: user. Make sure that the column names in the database and match model.  The business_addr column is not found in the set of columns returned by the database: {} for this table.

    22:46:46, 470 ERROR [ProfileAdapterRepository] Table 'dbc_buyer_billing' in the descriptor of the item: 'user' does not exist in a space of accessible table by the data source.  DatabaseMetaData.getColumns returns without columns.  Catalog = null Schema = null

    22:46:46, 470 WARN [ProfileAdapterRepository] atg.adapter.gsa.GSARepository-> loadColumnInfo: SQLException in Table.loadColumnInfo.  Try again.

    com MySQL.JDBC.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'atgcoredb.dbc_buyer_billing' does not exist

    at sun.reflect.NativeConstructorAccessorImpl.newInstance0 (Native Method)

    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)

    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)

    at java.lang.reflect.Constructor.newInstance(Constructor.java:525)

    at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)

    at com.mysql.jdbc.Util.getInstance(Util.java:382)

    at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1052)

    at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3603)

    at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3535)

    at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1989)

    at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2150)

    at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2620)

    at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2570)

    at com.mysql.jdbc.StatementImpl.executeQuery(StatementImpl.java:1476)

    to com.mysql.jdbc.DatabaseMetaData$ 7.forEach(DatabaseMetaData.java:3966)

    at com.mysql.jdbc.IterateBlock.doForAll(IterateBlock.java:51)

    at com.mysql.jdbc.DatabaseMetaData.getPrimaryKeys(DatabaseMetaData.java:3950)

    at atg.adapter.gsa.Table.loadColumnInfo(Table.java:1926)

    at atg.adapter.gsa.GSARepository.loadColumnInfos(GSARepository.java:7534)

    to atg.adapter.gsa.GSARepository$ 1.run(GSARepository.java:5431)

    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)

    to java.util.concurrent.ThreadPoolExecutor$ Worker.run (ThreadPoolExecutor.java:603)

    at java.lang.Thread.run(Thread.java:722)

    22:46:46, 471 WARN [ProfileAdapterRepository] unknown JDBC type for the property: myBillingAddrs, element type: user. Make sure that the column names in the database and match model.  The addr_id column is not found in the set of columns returned by the database: {} for this table.

    22:46:46, ERROR 611 [ProfileAdapterRepository] Table 'dbc_org_billing' in the descriptor of the item: "organization" does not exist in a space of accessible table by the data source.  DatabaseMetaData.getColumns returns without columns.  Catalog = null Schema = null

    22:46:46, 611 WARN [ProfileAdapterRepository] atg.adapter.gsa.GSARepository-> loadColumnInfo: SQLException in Table.loadColumnInfo.  Try again.

    com MySQL.JDBC.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'atgcoredb.dbc_org_billing' does not exist

    at sun.reflect.NativeConstructorAccessorImpl.newInstance0 (Native Method)

    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)

    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)

    at java.lang.reflect.Constructor.newInstance(Constructor.java:525)

    at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)

    at com.mysql.jdbc.Util.getInstance(Util.java:382)

    at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1052)

    at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3603)

    at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3535)

    at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1989)

    at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2150)

    at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2620)

    at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2570)

    at com.mysql.jdbc.StatementImpl.executeQuery(StatementImpl.java:1476)

    to com.mysql.jdbc.DatabaseMetaData$ 7.forEach(DatabaseMetaData.java:3966)

    at com.mysql.jdbc.IterateBlock.doForAll(IterateBlock.java:51)

    at com.mysql.jdbc.DatabaseMetaData.getPrimaryKeys(DatabaseMetaData.java:3950)

    at atg.adapter.gsa.Table.loadColumnInfo(Table.java:1926)

    at atg.adapter.gsa.GSARepository.loadColumnInfos(GSARepository.java:7534)

    to atg.adapter.gsa.GSARepository$ 1.run(GSARepository.java:5431)

    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)

    to java.util.concurrent.ThreadPoolExecutor$ Worker.run (ThreadPoolExecutor.java:603)

    at java.lang.Thread.run(Thread.java:722)

    22:46:46, 612 WARN [ProfileAdapterRepository] unknown JDBC type for the property: myBillingAddrs, element type: Organization. Make sure that the column names in the database and match model.  The addr_id column is not found in the set of columns returned by the database: {} for this table.

    You want to run the B2BCommerce module? If so, then you must run the $dynamo_home /... / B2BCommerce/SQL/db_components/MySQL/b2b_user_ddl. SQL ddl because you are missing the B2BCommerce tables. If this isn't the case, you will have to redo without the B2BCommerce module.

    Thank you

    Joe

  • OBI and OPE Exception data source connection permissions

    Hello

    When I use my Admin OBI and run the report sound all fine.
    The role of consumer BI has the read permission, so have my roles / custom.
    But when I open the report using a non-administrator user I get the error:

    oracle.xdo.XDOException: oracle.xdo.XDOException: oracle.xdo.XDOException: could not get data source connection for: myconnection123

    I gave access to the model data as well. but without success.

    through that you will get good understanding on these authentication approaches http://docs.oracle.com/cd/E15586_01/fusionapps.1111/e20837/T539768T526688.htm

    http://docs.Oracle.com/CD/E17904_01/bi.1111/e13880/T526682T526687.htm

  • Cannot create the data source in console (Linux) wls XE db (windows)

    Hi all
    I use Linux5 for 11.1.1.1.4 soa deployments, I'm unable to create the data source in WLS of XE database that runs in win7, I'm getting below error.
    did I do it properly or it is not possible? When connecting with db XE which runs on Linux, I am able to connect.


    -Error connection failed test.
    -Error IO error: the network adapter could not establish the connection
    oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:443)
    oracle.jdbc.driver.PhysicalConnection. < init > (PhysicalConnection.java:670)
    oracle.jdbc.driver.T4CConnection. < init > (T4CConnection.java:230)
    oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:34)
    oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:567)
    oracle.jdbc.pool.OracleDataSource.getPhysicalConnection(OracleDataSource.java:404)
    oracle.jdbc.xa.client.OracleXADataSource.getPooledConnection(OracleXADataSource.java:694)
    oracle.jdbc.xa.client.OracleXADataSource.getXAConnection(OracleXADataSource.java:267)
    oracle.jdbc.xa.client.OracleXADataSource.getXAConnection(OracleXADataSource.java:134)
    com.bea.console.utils.jdbc.JDBCUtils.testConnection(JDBCUtils.java:745)
    com.bea.console.actions.jdbc.datasources.createjdbcdatasource.CreateJDBCDataSource.testConnectionConfiguration(CreateJDBCDataSource.java:458)
    sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    java.lang.reflect.Method.invoke(Method.java:597)
    org.apache.beehive.netui.pageflow.FlowController.invokeActionMethod(FlowController.java:870)
    org.apache.beehive.netui.pageflow.FlowController.getActionMethodForward(FlowController.java:809)
    org.apache.beehive.netui.pageflow.FlowController.internalExecute(FlowController.java:478)
    org.apache.beehive.netui.pageflow.PageFlowController.internalExecute(PageFlowController.java:306)
    org.apache.beehive.netui.pageflow.FlowController.execute(FlowController.java:336)
    ...

    just please give me some resolution.

    Concerning
    Shankar

    I noticed that this is a problem with b & w of the VM communication. box of VM workstation vm.

    Thankx
    Siva

  • Data source connection problem


    Hi, im starting to get into Coldfusion and im trying to connect to a database, but when I do the data source and submit it it times out.

    I tried to go to the main page of data sources and the database verifies showup but when I click on the little button it tells me there' are was a mistake. It is said:

    "Connection verification failed for data source: Teacloud.
    java.sql.SQLException: [Macromedia] [SequeLink JDBC Driver] [SequeLink Server] the data source specified is not defined.
    The root cause was that: java.sql.SQLException: [Macromedia] [SequeLink JDBC Driver] [SequeLink Server] the data source specified is not defined. »

    don't know what that means. Can anyone help?

    Thank you

    kaco-

    If you try to connect using ODBC Socket, this technical Note should help:

    http://www.Adobe.com/go/tn_18644

    Make sure you use the correct driver and have all the required information entered correctly under Advanced settings.

  • Specify the data source by default PIF

    How do you determine the Data Source by default "default"?

    Let's say I have three sources of JDBC, named BIEE_TRAIN, Oracle BIEEand demodata. They are displayed on the login screen of NEED in that order. I also have a file named data source, demo files.

    When we create a new set of data, there is an option button that indicates the default data Source. Looking at the page of the report, we see that the default data Source is set to BIEE_TRAIN. Why BIEE_TRAIN was selected? Selected by default because the data source is ranked first in the JDBC connections? I do not see a box to check, or any other way to report a particular data source as the value by default "default".

    In C:\OracleBI\xmlp\XMLP\Admin\DataSource\datasources.xml, the four sources are listed in the following order:
    demo
    demonstration files
    Oracle biee
    biee_train

    How can I change the default system? How would have defined the demonstration files, for example, as 'default' my system default data Source?

    It automatically sorts by NAME.

    And the default is Firestone I guess.

    If you want to default, call it as letter starting with "A".

    BTW, you can even restrict the data source based on the user, under Security admin role.

  • Try to get the data of

    Help, please:

    I am trying to get the data from the internet in the Simulator. The browser wirks fine and I am able to navigate... but I'm nt get any :-(

    Here is my code:

    String url =

    "http://www * & format = json;

    C = HttpConnection

    null;

    InputStream is =

    null;

    int rc;

    try {

    c = (HttpConnection) Connector.open (url);

    Get the response code is open the connection,

    Send the request and read HTTP response headers.

    The headers are stored until asked.

    RC = c.getResponseCode ();

    if (rc! = HttpConnection.HTTP_OK) {

    throw new IOException ("HTTP response code:" + rc);

    }

    is = c.openInputStream ();

    Get the ContentType

    The string of type = c.getType ();

    The length and process data

    int len = (int) c.getLength ();

    if (len > 0) {

    int actual = 0;

    int BytesRead = 0;

    byte data = newbyte[len];

    while ((bytesread! = len) & (real! = - 1)) {

    real = is.read (data, bytesread, len - bytesread);

    bytesRead += real;

    }

    }

    else {

    int ch;

    while ((ch = is.read (())! = - 1). {

    }

    }

    }

    catch (E ClassCastException) {

    throw new IllegalArgumentException ("not a HTTP URL");

    }

    finally {

    if (is! = null)

    is. Close();

    if (c! = null)

    c.Close ();

    }

    Are you runing the MDS Simulator? It must be upon the connection form the Simulator, unless you specifically request a direct connection by adding «;» deviceside = true' to your URL.

  • search form Web apps: how to retrieve the value of the data-source type field

    Hello

    My question is:

    How can I retrieve the value of the source field of a web - app data-types when you insert the "form web search apps" on a web page.

    I have a web application that contains fields from the data source of the type. These fields to recover the (data) value of the 'web app' - 'elements of the field' field of another web application.

    When I insert the form

    Web apps

    Web apps-search form

    Name of the Web application

    It displays the fields with the field (ie. string, number) types other than type of field 'data source '.

    (Note: in the mode 'model of list' module of data tags, the fields of the data source are visible).

    What other (alternative) possibilities are there to create a search form?

    Thanks for your help.

    Kind regards

    Carla

    By chance, I came up with this workaround. Of course there are other methods to get your data from a web - app, but if you want to use the 'Web apps search form', it would be a workaround.

    I noticed that the "Web apps entry form" contains all the fields of web applications for your web application (including the fields of the data source).

    It is possible to add the fields to the form of the "Web apps entry form" in the «Web apps search form»

    If you insert the "Web apps entry form" on a blank page, you will see all the fields in your web App including the "data source fields. The names of form fields contain something like.

  • How to get the date for the first Monday of each month

    Dear members,

    How to get the date for the first Monday of each month.

    I wrote the following code

    SELECT decode (to_char (trunc (sysdate + 30, 'MM'), 'DAY'), 'MONDAY', trunc (sysdate + 30, 'MM'), NEXT_DAY (trunc (sysdate + 30, 'MM'), "LUN")) FROM DUAL

    But he looks at complex bith.

    Abhishek

    Published by: 9999999 on 8 March 2013 04:30

    Use the IW format - it will make independent NLS solution. And all you need is truncated 7th day of each month using IW:

    select  sysdate current_date,
            trunc(trunc(sysdate,'mm') + 6,'iw') first_monday_the_month
      from  dual
    /
    
    CURRENT_D FIRST_MON
    --------- ---------
    08-MAR-13 04-MAR-13
    
    SQL> 
    

    Here is the list of the first Monday of the month of this year:

    with t as(
              select  add_months(date '2013-1-1',level-1) dt
                from  dual
                connect by level <= 12
             )
    select  dt first_of_the_month,
            trunc(dt + 6,'iw') first_monday_the_month
      from  t
    /
    
    FIRST_OF_ FIRST_MON
    --------- ---------
    01-JAN-13 07-JAN-13
    01-FEB-13 04-FEB-13
    01-MAR-13 04-MAR-13
    01-APR-13 01-APR-13
    01-MAY-13 06-MAY-13
    01-JUN-13 03-JUN-13
    01-JUL-13 01-JUL-13
    01-AUG-13 05-AUG-13
    01-SEP-13 02-SEP-13
    01-OCT-13 07-OCT-13
    01-NOV-13 04-NOV-13
    
    FIRST_OF_ FIRST_MON
    --------- ---------
    01-DEC-13 02-DEC-13
    
    12 rows selected.
    
    SQL> 
    

    SY.

  • Lost interface EPMA data source connection

    Hello

    We went from 11.1.2.0 to 11.1.2.2. When you try to do a validation of EPMA, we are not able to modify an import profile interface data source information is lost after the upgrade. Is the error we get when you try to modify a profile
    Exception of type 'Hyperion.DimensionServer.Interface.Exceptions.ImportManagerException' was thrown.
    URI: http:// /AWB/imports.mapping.createDimensionMapping.do < servername >

    Code: EPMAInterfTables data source is not found

    Description: Exception of type 'Hyperion.DimensionServer.Interface.Exceptions.ImportManagerException' was thrown.

    Actor: no
    when you try to configure the Interface data source, it is said there is no available data sources and to create a new.

    Should this after an upgrade? Should create us a new data source?

    Kind regards
    Brig.

    Published by: ragavhere on October 3, 2012 12:03

    It should update the data sources when you upgrade the database of EPMA, although you should be able to create a data source to match the existing one.

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • Essbase studio data source connection

    Hello

    We are on essbase 11.1.1.3. I have question on essbase studio Connection Wizard, my database is sql server, and it seems that I can not connect to the database using windows user name and passowrd, simply logon sql user.

    Can is it true, I connect to sql server using my username acitive directory?

    Thank you

    As far as I know, it's only authentication SQL server native.

    It was a problem experienced in 11.1.2 all releases so will be the same for 11.1.1.3
    Bug 8908738 - Microsoft Windows authentication is not supported for data source connections to Microsoft SQL Server. (Number of defects in double: 7127257) »

    See you soon

    John
    http://John-Goodwin.blogspot.com/

Maybe you are looking for

  • Chrome and Safari frozen on iphone 6 after update 9.3

    2 days after installing the new update of Chrome and Safari does not. Can type in all that and research but the links open used.

  • For Bluetooth pairing code

    Dear friends, I have a laptop Toshiba M40.When I try to connect the laptop to my mobile phone via bluetooth, mobile asks for a password.I'm not aware of this password and I did not put any password for my laptop. That is why the connection do not set

  • How .vi DAQmx Read (analog 2D NChan DBL NSamp) to acquire continuous data?

    I try to get the .vi DAQmx Read (analog 2D NChan DBL NSamp) to acquire data continuously.  The 'help' indicates I need to wire the number of samples per channel-1, but it doesn't seem to work for my application.  If I have the wiring to any number gr

  • 0 x 08402805

    computer repeat its infected and a programe called system tool appears on start up and told to buy its security

  • Brightness display problem?

    I bought this lappy (hp pavilion 2016tx g6) only 3 months back. to start, it seems having a display problem that I initially ignored. as the lappy starts beginning of brightness screen to flactuate.not proportions, but it is notable & if you work on