Tables - Modify Multiple Connections in PowerPivot

Hi,
Due to some legacy reasons, I have different tables which have 4 connections to SQL Server in PowerPivot. The 4 connections are actually referring to the same database, so how can I modify the connections so my tables refer to the same database and I can
delete the 3 redundant connections.
Thanks

when adding new tables, instead of using "From Database" simply use "Existing Connections"
select your existing database connection and click "Open" to add additional tables from the same database using the same connection
hth,
gerhard
Gerhard Brueckl
blogging @ http://blog.gbrueckl.at
working @ http://www.pmOne.com

Similar Messages

  • Physical Tables from multiple connection pools

    Hi all,
    we have in our RPD file two connection pools (let's say A and B), each connecting to a different source DBs.
    Thus, each physical table resides either in source DB A or B (xor).
    The specified connections work in Admin tool, and also direct database requests work in OBIEE 11G if we explicitly
    provide the correct connection pool. The connection pools are specified in order A,B in the Admin tool.
    However, using OBIEE answers always results in following error message if data from the connection pool B
    is to be queried:
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000]
    [nQSError: 10058] A general error has occurred.
    [nQSError: 43113] Message returned from OBIS.
    [nQSError: 17001] Oracle Error code: 942, message: ORA-00942: table or view does not exist at OCI call OCIStmtExecute.
    [nQSError: 17010] SQL statement preparation failed. (HY000)
    If we exchange the order of connection pools to B,A in Admin tool, we get the same error if we query
    data from connection pool A.
    It seems that each connection pool needs to be able to access all physical tables. Is that correct?
    Thanks, Thomas
    Edited by: user13376481 on Mar 4, 2013 3:08 AM

    Hi Thomas.
    I have the same escenario...
    you tried the solution? worked?
    Thanks.
    Hamilton T

  • Multiple connection pools in the same DB physical source

    Hi, I have this situation in BI Admin:
    A single DB with 2 physical schema and 2 Connection Pools with OCI 10/11g.
    Clicking on any table I can see the data after selecting the right connection pool for that table.
    I created a Business Model based upon tables from one of the 2 physical schemas and a corresponding presentation layer. It is consistent and I can view the related subject area in Answers, but when I select a Dimension column (CONVERGENZA_NEGOZIO.STATO) and the fact measure ( Convergenza_Fact.INCASSO ) in viewing results I get this error:
    Odbc driver returned an error (SQLExecDirectW).
    Error Details
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 17001] Oracle Error code: 942, message: ORA-00942: table or view does not exist at OCI call OCIStmtExecute. [nQSError: 17010] SQL statement preparation failed. (HY000)
    SQL Issued: SELECT CONVERGENZA_NEGOZIO.STATO saw_0, Convergenza_Fact.INCASSO saw_1 FROM Convergenza ORDER BY saw_0
    Is it caused by the multiple connection pools under the same DB?

    Yes I think that's correct, but only if you're going to use the same user to connect to them.
    If you have a single user you're using to connect to a database to read data which happens to be over more than one schema, you'd use one connection pool.
    However if you have entirely separate schemas (eg. different applications) and need to use a different user for each then you would use one connection pool per schema. Also if you thought you might move one of the schemas to another physical database at some point in the future it might be prudent to use a separate connection pool from the outset.
    If you're still getting the error that the table cannot be found and your users have full permissions then logically the table that's being looked for does not exist, or you have not qualified it. What I mean by that is if you are connecting as USER2 and SELECT * FROM TABLE_A then the database will assume that you mean USER2.TABLE_A. If you mean USER1.TABLE_A then you need to make sure the qualification is in there.
    In the admin tool check your Physical layer is set up correctly with your Physical Tables residing in the correct Physical Schemas.

  • ODI error-THIS CLAUSE USES MULTIPLE CONNECTIONS AND THEREFORE CANNOT BE EXE

    Hi John,
    I have tried loading the smartlist values and the following error is encountered.
    THIS CLAUSE USES MULTIPLE CONNECTIONS AND THEREFORE CANNOT BE EXECUTED ON THE SOURCE

    Hi John,
    I am still facing the some problem.
    I have updated the join with the expression like yours
    then ran the interface
    The exception is as follows
    org.apache.bsf.BSFException: exception from Jython:
    Traceback (innermost last):
    File "<string>", line 26, in ?
    java.sql.SQLException: Table not found: EXCEPTION in statement [select   C1_PERIOD    "Period",C2_ACCOUNT    "Account",C3_ENTITY    "Entity",C4_EMPLOYEE    "Employee",C5_YEAR    "Year",C6_SCENARIO    "Scenario",C7_VERSION    "Version",'Local'    "Currency",'HSP_InputValue'    "HSP_Rates",CASE WHEN C10_ENTRY_ID IS NULL
    THEN C8_DATA
    ELSE C10_ENTRY_ID
    END    "Data" from "C$_1Totplan_WrkforceData"   left outer join "C$_0Totplan_WrkforceData"   ON C8_DATA=C11_NAME
    AND C9_ENUMERATION_ID=
    (SELECT ENUMERATION_ID FROM Exception]
         at org.hsqldb.jdbc.jdbcUtil.sqlException(jdbcUtil.java:67)
         at org.hsqldb.jdbc.jdbcStatement.fetchResult(jdbcStatement.java:1598)
         at org.hsqldb.jdbc.jdbcStatement.executeQuery(jdbcStatement.java:194)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java)
         at org.python.core.PyMethod.__call__(PyMethod.java)
         at org.python.core.PyObject.__call__(PyObject.java)
         at org.python.core.PyInstance.invoke(PyInstance.java)
         at org.python.pycode._pyx5.f$0(<string>:26)
         at org.python.pycode._pyx5.call_function(<string>)
         at org.python.core.PyTableCode.call(PyTableCode.java)
         at org.python.core.PyCode.call(PyCode.java)
         at org.python.core.Py.runCode(Py.java)
         at org.python.core.Py.exec(Py.java)
         at org.python.util.PythonInterpreter.exec(PythonInterpreter.java)
         at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:144)
         at com.sunopsis.dwg.codeinterpretor.k.a(k.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSqlI.treatTaskTrt(SnpSessTaskSqlI.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java)
         at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java)
         at com.sunopsis.dwg.cmd.DwgCommandSession.treatCommand(DwgCommandSession.java)
         at com.sunopsis.dwg.cmd.DwgCommandBase.execute(DwgCommandBase.java)
         at com.sunopsis.dwg.cmd.e.i(e.java)
         at com.sunopsis.dwg.cmd.h.y(h.java)
         at com.sunopsis.dwg.cmd.e.run(e.java)
         at java.lang.Thread.run(Unknown Source)
    java.sql.SQLException: java.sql.SQLException: Table not found: EXCEPTION in statement [select   C1_PERIOD    "Period",C2_ACCOUNT    "Account",C3_ENTITY    "Entity",C4_EMPLOYEE    "Employee",C5_YEAR    "Year",C6_SCENARIO    "Scenario",C7_VERSION    "Version",'Local'    "Currency",'HSP_InputValue'    "HSP_Rates",CASE WHEN C10_ENTRY_ID IS NULL
    THEN C8_DATA
    ELSE C10_ENTRY_ID
    END    "Data" from "C$_1Totplan_WrkforceData"   left outer join "C$_0Totplan_WrkforceData"   ON C8_DATA=C11_NAME
    AND C9_ENUMERATION_ID=
    (SELECT ENUMERATION_ID FROM Exception]
         at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:146)
         at com.sunopsis.dwg.codeinterpretor.k.a(k.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSqlI.treatTaskTrt(SnpSessTaskSqlI.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java)
         at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java)
         at com.sunopsis.dwg.cmd.DwgCommandSession.treatCommand(DwgCommandSession.java)
         at com.sunopsis.dwg.cmd.DwgCommandBase.execute(DwgCommandBase.java)
         at com.sunopsis.dwg.cmd.e.i(e.java)
         at com.sunopsis.dwg.cmd.h.y(h.java)
         at com.sunopsis.dwg.cmd.e.run(e.java)
         at java.lang.Thread.run(Unknown Source)
    Edited by: Sravan Ganti on May 4, 2009 6:07 AM

  • PRO*C에서 MULTIPLE CONNECTION 방법

    제품 : PRECOMPILERS
    작성날짜 : 1997-02-04
    =================================
    Pro*C에서 Multiple Connection 방법
    =================================
    1. Explicit Connection
    EXEC SQL DECLARE database_name DATABASE;
    EXEC SQL CONNECT :username IDENTIFIED BY :password
    AT database_name USING :database_string;
    . database_name : Precompiler에서의 identifier
    . database_string : remote node에 접속하는 SQL*Net syntax
    1) SQL Operation
    EXEC SQL AT database_name SELECT ...
    EXEC SQL AT database_name INSERT ...
    EXEC SQL AT database_name UPDATE ...
    EXEC SQL AT database_name COMMIT ...
    2) PL/SQL Block
    EXEC SQL AT database_name EXECUTE
    begin
    /* PL/SQL block here */
    end;
    END-EXEC;
    3) Cursor Control
    EXEC SQL AT database_name DECLARE cursor_name CURSOR FOR ...
    EXEC SQL OPEN cursor_name ...
    DECALRE문장에만 AT database_name이 들어가며 OPEN, FETCH,
    CLOSE문에서는 AT 문을 사용하지 않는다.
    4) Dynamic SQL
    Dynamic Method 1에서는 execute시점에 At문을 사용한다.
    EXEC SQL AT database_name EXECUTE IMMEDIATE :sql_stmt;
    Dynamic Method 2,3,4에서는 DECLARE STATEMENT에서만 AT문을
    사용한다.
    EXEC SQL AT database_name DECLARE sql_stmt STATEMENT;
    EXEC SQL PREPARE sql_stmt FROM :sql_string;
    * host variable로 선언하여 사용할 수도 있다.
    char username[10] = "scott";
    char password[10] = "tiger";
    char db_name[10] = "oracle1";
    char db_string[20] = "NYNON";
    EXEC SQL CONNECT :username IDENTIFIED BY :password
    AT :db_name USING :db_string;
    EXEC SQL AT :db_name DELETE ...
    - DECLARE DATABASE 문이 필요하지 않으나 SQL Operation시에
    사용되는 table들에 대해서 DECLARE TABLE 문을 사용해야
    precompile시에 warning을 발생시키지 않는다.
    2. Implicit Connection
    database link를 사용하여 non-default database를 access한다.
    EXEC SQL SELECT ENAME,JOB INTO :emp_name, :job_title
    FROM emp@db_link
    (database link는 미리 create 되어 있어야 한다.
    CREATE DATABASE LINK db_link
    CONNECT TO scott IDENTIFIED BY tiger
    USING 'T:krhost:SID'; )
    이것은 v1 방법이고 , v2 에서는 tnsnames.ora file 의 alias 를 ' ' 안에 써준다.

    Hi @seperiz
    Have you tried rebooting your router? try unplugging it for 10 seconds, akkow it 2-3 minutes to start till you able to access the web and then turn the printer off and on again.
    May you see any difference then?
    If the same persists, how far the printer is located from your router? I suggest ensuring it is not too far, but not too close either... 203 meters away would be an optimal distance.
    Hope that may help.
    Shlomi 
    Say thanks by clicking the Kudos thumb up in the post.
    If my post resolve your problem please mark it as an Accepted Solution

  • Query about multiple connection pools under one database

    Hi,
    I have s query about connection pool, now we have a requirement,
    we have two schemas in one db, some data store in one schema, some in another schema,
    all tables are the same, but data is different, we want to retrive all data under two schemas,
    so we need two connection pools under one database,
    I have set two system DSN, and each connection pool was mapping to one DSN,
    but after I importing tables into RPD, when I view data, there is a dialog let me select connection pool. so If this, when we drag columns in answer, it will definitely get wrong.
    so how to realize this function about multiple connection pools under one database and we can get data normally.

    Hi,
    Try this step
    1)Better to create two different DSN for the same database with different user id and password
    2)now create multiple connection pool in the same database in u r RPD physical layer .
    also refer this link : for imporving performance
    http://obiee101.blogspot.com/2009/01/obiee-multiple-connection-pools.html
    http://gerardnico.com/wiki/dat/obiee/connection_pool
    Thanks
    Deva

  • Editable table with multiple rows

    Hi All!
    We're trying to develop some application in VC 7.0. That application should read data from some R/3 tables (via standard and custom functional modules), then display data to user and allow him/her to modify it (or add some data into table rows), and then save it back to R/3.
    What is the best way to do that?
    There's no problem with displaying data.
    But when I try to add something to table (on portal interface), I'm able to use only first row of the table... Even if I fill all fields of that row, I'm not able to add data to second row, etc.
    Second question. Is it possible to display in one table contents of output of several BAPIs? For example we have three bapis, one displaying user, second displays that user's subordinates, and the third one - that user's manager. And we want one resulting table...
    And last. What is the best way to submit data from table view in VC (portal) to R/3 table? I understand that we should write some functional module, that puts data to R/3. I'm asking about what should be done in VC itself. Some button, or action...
    Any help will be appreciated and rewarded :o)
    Regards,
    DK

    Here are some former postings:
    Editable table with multiple rows
    and
    Editable table with multiple rows
    Are you on the right SP-level?
    Can you also split up your posting: one question, one posting? This way you get faster answers, as people might just browse the headers.

  • Generic lookup table for multiple tables

    I'm sure this issue has come up and been solved before. If this is not the right place for this post, please let me know the correct forum.
    Here is an issue I have. I have multiple tables of different inventory items. Each inventory item can have multiple notes/actions associated or a note or action can be assigned to multiple devices. So I have a many-to-many relationship and need a lookup table. I would like to create just one lookup table not a lookup table for each combination.
    My first thought was to create a main table to hold all primary keys and table names and connecting the lookup table to that.
    1. Create main GUID table to hold all primary keys and table names
    2. All primary keys will be created by sys.guid to ensure all keys are unique.
    3. The Lookup table primary key will be a composite key
    4. If a Note is deleted – it deletes from the main GUID table and the delete cascades down to all other tables.
    CREATE TABLE "ND_NOTE"
    (     "GUID" NUMBER,
         "NOTE_DESCRIPTION" VARCHAR2(4000),
         CONSTRAINT "ND_NOTE_PK" PRIMARY KEY ("GUID") ENABLE
    ALTER TABLE "ND_NOTE" ADD CONSTRAINT "ND_NOTE_FK" FOREIGN KEY ("GUID")
         REFERENCES "ND_GUID" ("GUID") ENABLE
    CREATE TABLE "ND_VIRTUAL_COMP"
    (     "GUID" NUMBER,
         "VIRTUAL_COMP_NAME" VARCHAR2(4000),
         CONSTRAINT "ND_VIRTUAL_COMP_PK" PRIMARY KEY ("GUID") ENABLE
    ALTER TABLE "ND_VIRTUAL_COMP" ADD CONSTRAINT "ND_VIRTUAL_COMP_FK" FOREIGN KEY ("GUID")
         REFERENCES "ND_GUID" ("GUID") ON DELETE CASCADE ENABLE
    CREATE TABLE "ND_GUID"
    (     "GUID" NUMBER,
         "TABLE_NAME" VARCHAR2(4000),
         "STATUS" NUMBER,
         CONSTRAINT "ND_GUID_PK" PRIMARY KEY ("GUID") ENABLE
    CREATE TABLE "ND_NOTE_LK"
    (     "GUID" NUMBER,
         "ANY_OTHER_GUID" NUMBER,
         CONSTRAINT "ND_NOTE_LK_CON" PRIMARY KEY ("GUID", "ANY_OTHER_GUID") ENABLE
    ALTER TABLE "ND_NOTE_LK" ADD CONSTRAINT "ND_NOTE_LK_FK" FOREIGN KEY ("GUID")
         REFERENCES "ND_GUID" ("GUID") ON DELETE CASCADE ENABLE
    ALTER TABLE "ND_NOTE_LK" ADD CONSTRAINT "ND_NOTE_LK_FK2" FOREIGN KEY ("ANY_OTHER_GUID")
         REFERENCES "ND_GUID" ("GUID") ON DELETE CASCADE ENABLE
    Is there a better way to do this? I feel like I'm talking myself into circles.

    hi ,
    Can u explain the 'LOGIC' mistake which u have figured out .. will be useful for freshers and beginners
    With Warm Regards
    ssr

  • Multiple connections via xml maps

    I am currently using Engage SP1 version of Xcelsius. (not Engage Server.)
    As noted in other posts, this version of the product does not all allow multiple connections to web services using the connectivity tools built into the Xcelsius development environment.
    However I've found there is no such limit placed on the number of web service connections if you set them up in Excel (as xml mappings) and then import that excel spreadsheet as the model for Xcelsius.
    I've tested this by connecting to three different web services using 3 xml maps in Excel and then importing that excel file as the model for Xcelsius to use.  The xcelsius model worked flawlessly displaying data from all three web services on the dashboard (swf).
    The only limitation I've found is that the excel XML mapping tool doesn't offer a way to feed a value as input for the web service.   In the example all three web services required no input values. 
    They just run when called and return data.    (no parameter required.)
    However my attempts to setup an xml mapping to a web service that requires an input parameter has failed.
    There seems to be no way to feed the web service an input value within Excel.   I realize that may be an Excel support issue, but have found no documentation in the Excel product or websites to explain how to setup the xml map to allow for the input.
    I should note, that i have connected successfully using a web service url that contains the parameter values hard coded (but no successess passing them in from excel at the time of the web service call.)
    If anyone has solved this issue any feedback would be greatly appreciated.
    Edited by: Blake  Dodds on Oct 3, 2008 5:38 PM

    Hi, when you are maping an xml file in excel you have only imported the data that contains the file but not the query, you have to update the file but i dont know if excelsius will allow to reimport the xml in the datasheet when its in a swf format. I have a similar issue because mapping its almost equal to copy the entire data base.
    I am trying to make a web service that contains more that one query and generate the xml in a schema that will be helpfull for me to make a general configuration.
    I have to make 5 or 6 drill downs whit specific information :s and i havent get any response. My limitation its that i have the same version that  you have only one conection but if i can do that web service it will be very helpfulll and i will be using like 500 rows. I dont whant to make it in diferent xcelsius templates because i havent found an alternative to conect the "filters" to each template.
    Second Xcelsius has make a point that its a waste to buy even the engage version but this is what my company whants and i have to use it.
    If you know flash you can do it in a very efficient way, also you need to have a general idea of programing an application.
    I didnt know flash but in this time 2 months have finish the project, the problem its that is not in excelsius >,>. And they what it in excelsius so they can modify the source files (.xlf).
    If i can do the web service i will post it and maybe it can help you. Good luck if you success in your idea.

  • Single jdbc connection opens multiple connections to sql server

    Hello!
    I'm having a bad problem, because one jdbc connection opens multiple connections to the sql server. I'm working with the open source jdbc driver jtds and the ms sql server. Because I'm using temporary tables that are only visible to one database connection, my code doesn't work. Is this a bug in jtds or is this the normal behaviour of a java.sql.Connection?
    Here a code example:
    Class.forName("net.sourceforge.jtds.jdbc.Driver");
    conn = DriverManager.getConnection(
    "jdbc:jtds:sqlserver://"+dbConnDef.getServer()+"/"+dbConnDef.getDatabase(),
    dbConnDef.getUserName(),
    dbConnDef.getUserPasswd()
    Statement stmt = conn.createStatement();
    stmt.executeUpdate("SET DATEFORMAT YMD");
    stmt.close();
    stmt = conn.createStatement();
    stmt.executeUpdate("CREATE TABLE #tmp (FieldA INT NOT NULL)");
    stmt.close();
    stmt = conn.createStatement();
    ResultSet rs = stmt.executeQuery("SELECT * FROM #tmp");
    stmt = conn.createStatement("SELECT FieldA AS sthElse FROM #tmp");
    ResultSet rs2 = stmt.executeQuery("SELECT * FROM #tmp");
    // the strange thing is, that this second query does NOT yet open a
    // new connection, but the next sql command does.
    stmt = conn.createStatement();
    stmt.executeUpdate("DROP TABLE #tmp");
    stmt.close();
    Why is it behaving that strange way? It is absolutely necessary, that EVERYTHING that I do with my connection is really done on the same connection to the SQL server! How can I force a java.sql.Connection not to open multiple sql-server-connections?
    It is very urgent, thus, PLEASE HELP!!!
    Thousand thanks in advance! Marco.

    ...but that means, that the jdbc driver I use, is not working properly, because it should work the following way (please correct me, if I misunderstood the concept):
    I create a Connection object which should represent exactly one physical connection to the database. Then I can create as many Statement instances by conn.createStatement() as I want. There should still exist only one physical connection.
    With each of my Statement objects, I can create one result set.
    This means, I should be able to create as many result sets as I want to with only one Connection object (and therefor one physical connection) by creating multiple Statements, right?!
    If this is correct, the concept is perfect for me and exactly as I'm used to it by other programming languages. Then, only my jdbc driver does not work properly which means I either have to replace it by another one or change it myself (it's open source).

  • Creating multiple connection factories from deployed RAR

    Hi
              I'm using WL Server V8.1 sp4 and have successfully deployed my Connector
              Module (RAR) using the Builder tool.
              Within the Builder I can specify default connection properties in the
              deployment descriptor. What I want though is the ability to define
              multiple connection factories with different properties without having
              to deploy/redeploy the RAR for every different connection configuration.
              I can't believe there is a 1-to-1 mapping between the RAR and connection
              factory settings. I've seen that there's a <ra-link-ref> tag available
              in the weblogic-ra.xml but I can't see how to use this?
              Any advice on how to get this working would be greatly appreciated.
              Cheers
              Chris
              

    Hi
              I've had some success but am still confused by the way WLS requires
              second and subsequent connection factories to be created.
              It appears you create a CF within the weblogic-ra.xml deployment
              descriptor using the <map-config-property> tags. All other properties
              are inherited from the settings within ra.xml (we have them set blank).
              If there is no weblogic-ra.xml then a default is created at RAR deploy
              time. We can modify settings and redeploy the resource adapter using the
              supplied Builder tool. There appears to be a limit on what is possible
              with this tool to create CF instances though. It doesn?t seem possible
              to enter config properties here to appear within the weblogic-ra.xml.
              There are fields to allow entry of the CF name and the RA link reference
              though. (This seems strange that it doesn?t provide full flexibility).
              In order to create a CF a certain amount of manual work is required. You
              need to hand modify the weblogic-ra.xml to specify the connection
              properties you want. Then the file has to be added to RAR file for
              deployment using the jar command.
              A second or subsequent CF must also be prepared in a similar way ? the
              properties are defined in weblogic-ra.xml but this time there is no need
              to redeploy a complete RAR file. We can link to the defaults and classes
              provided in the original deployment. This is done using the
              <ra-link-ref> and specifying the connection-factory-name of the original
              RAR. This new RAR only needs ra.xml and weblogic-ra.xml to deploy so we
              can remove any jar files containing code. However, this cannot be done,
              it seems, from the Builder tool.
              I am concerned it seem to be a lot of manual work and, in particular,
              editing of the rar files we provide to our customers. Does anyone know
              of a better way of achieving multiple CF instances without going through
              this process?
              Regards
              Chris
              ChrisWalker wrote:
              > Hi
              >
              > I'm using WL Server V8.1 sp4 and have successfully deployed my Connector
              > Module (RAR) using the Builder tool.
              > Within the Builder I can specify default connection properties in the
              > deployment descriptor. What I want though is the ability to define
              > multiple connection factories with different properties without having
              > to deploy/redeploy the RAR for every different connection configuration.
              >
              > I can't believe there is a 1-to-1 mapping between the RAR and connection
              > factory settings. I've seen that there's a <ra-link-ref> tag available
              > in the weblogic-ra.xml but I can't see how to use this?
              >
              > Any advice on how to get this working would be greatly appreciated.
              >
              > Cheers
              > Chris
              

  • Excel Table with Data Connection Manual Text Entry Misaligned After Refresh

    Greetings!
    I have an Excel 2010 workbook that includes a table linked to my SharePoint 2013 site by a data connection. The SharePoint list feeds the table standard information that's managed on the SharePoint site, but I need the user of the Excel workbook to be able
    to enter text manually in the workbook to associate local information with the line-items coming from the SharePoint list. To do this, I've added extra columns to the end of the table.
    The user can enter information in the appropriate cells in the "extra" columns at the end of the table, but when I refresh the data connection, the addition of a new list item on the SharePoint side results in the user's manually entered text getting
    out of alignment with the row it's supposed to be associated with.
    Example
    Column 1(SP)
    Column 2(Extra)
    Row 1
    Item 1
    Row 2
    Item 2
    Text entered for Item 2
    Row 3
    Item 3
    Then, if I add a new item to the list in SharePoint, for example, something that would appear between the original items 1 & 2, after refreshing the table, I get the following:
    Column 1(SP)
    Column 2(Extra)
    Row 1
    Item 1
    Row 2
    New Item 1.5
    Text entered for Item 2
    Row 3
    Item 2
    Row 4
    Item 3
    The table's data connection is set to insert rows for new items, and I could swear I had this working properly once upon a time...but I can't seem to make it work now.
    Any thoughts on what would cause this?
    Thanks in advance!

    Yes, it is. I realized after posting the first time, that I'd assigned the question to the Visio forum. I wasn't sure how to reassign to the correct (Excel) forum, so I re-posted over there:
    http://social.msdn.microsoft.com/Forums/en-US/b3bbe00c-94c0-48d4-bed9-fbd08d707b1d/excel-table-with-sharepoint-data-connection-manual-text-entry-misaligned-after-refresh?forum=exceldev

  • Unable to retrieve tables from this connection

    I have been using Dreamweaver for over 5 years. I have been
    using an Access database and ASP the entire time. I am using a
    Windows 2000 server for the database and web site. I have used
    every verson of Dreamweaver since Ultra Dev. When I bought verson 8
    and upgraded to 8.0.2, I began getting the following message when I
    try to edit or create a recordset.
    "Unable to retrieve tables from this connection, click on the
    'Define...' button to test this connection."
    I don't know what to do. Is this a widespread problem? Is it
    a Windows problem? Is it a Dreamweaver problem? Is it a network
    problem?
    Please HELP!

    Did you ever get an answer for this ?
    I am having the same issue but using XP professional.

  • How do I run a table over multiple pages?

    Hi I write TV scripts using a simple two column table which can be many rows long - how can I get Pages to automatically run the table over multiple pages whilst still allowing me to cut and paste and rearrange the script? This is simple in Word and must work in pages but I can't work out how to get it to work. I've tried looking at the Page Break feature but it won't come up from the table?
    many thanks

    At this time, There is no way to drive tables in Pages with AppleScript.
    Do your job in Numbers which allow that.
    Yvan KOENIG (from FRANCE vendredi 6 février 2009 13:54:35)

  • Shall I use one datasource for multiple connection pool?

    Hi,
    I need to clarrify that, Shall I use one Datasource for multiple connection pool in distributed transaction?
    Thanks with regards
    Suresh

    No. If its transactions across multiple databases you should use different datasources.

Maybe you are looking for

  • Duplicidade de NF-e

    Boa tarde pessoal, hoje emitimos 2 NFe's no ambiente de DEV no do cliente. As NFe's são: 33100407005330000119550023000004150577201076 33100407005330000119550023000004160209120157 No SAP PI verifiquei que as duas notas foram colocadas no mesmo lote 50

  • HT3275 Time machine couldn't complete the backup. an error occured while creating the backup folder

    Time machine couldn't complete the backup. an error occured while creating the backup folder Why does this happen?

  • FM for deleting customer contact detail

    Hi, is there any function module to delete the customer contact details. If so, please tell me . thanks chandra

  • Indtify the unix process id

    Hello, How can I know the unix process Id from the session ID of Oracle? I have killed the SID using kill session but, I go a message saying that the session is maket for kill thank you

  • UnmarshalException - Method not found

    I am using weblogic 7. The server and client are separate machines. When I ran the client, the following error appeared: Start server side stack trace: java.rmi.UnmarshalException: Could not unmarshal method ID; nested exception is: java.rmi.Unmarsha