Repository Creation to SQL Server

I am trying to evaluate the ODI software by using a SQL Server database for the repository. I am getting an error when I try to test the connection which does not make sense since it appears I am following the syntax for a JDBC connection.
Here are the error details:
com.sunopsis.sql.c: com.microsoft.jdbc.sqlserver.SQLServerDriver
at com.sunopsis.sql.SnpsConnection.a(SnpsConnection.java)
at com.sunopsis.sql.SnpsConnection.testConnection(SnpsConnection.java)
at com.sunopsis.sql.SnpsConnection.testConnection(SnpsConnection.java)
at com.sunopsis.wizards.MasterRepositoryWizard.M(MasterRepositoryWizard.java)
at com.sunopsis.wizards.MasterRepositoryWizard.bd(MasterRepositoryWizard.java)
at com.sunopsis.wizards.MasterRepositoryWizard.g(MasterRepositoryWizard.java)
at com.sunopsis.wizards.MasterRepositoryWizard.d(MasterRepositoryWizard.java)
at com.sunopsis.wizards.MasterRepositoryWizard.e(MasterRepositoryWizard.java)
at com.sunopsis.wizards.MasterRepositoryWizard$IvjEventHandler.actionPerformed(MasterRepositoryWizard.java)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)

Hello,
you are evaluating the ODI software.
are you using the getting_start_etl_project?
if yes, launch repository before. go to: start-->Oracle data Integrator-->Example-->start Demo Environment.
if not, go to the Oracle Data Integrator installation folder, open search a repository .bat file

Similar Messages

  • Problems creating the Master Repository with MS SQL Server 2000

    Hello guys!
    I can't create the Master Repository with MS SQL Server 2000 database.
    Wath is the correct adress in the URL?
    I select the Driver: com.microsoft.jdbc.sqlserver.SQLServerDriver and the URL: *jdbc:microsoft:sqlserver://<host>:<port>;SelectMethod=cursor[;<property>=<value>...]*
    Thanks
    Maurício
    Edited by: user857262 on 03/10/2008 10:05

    Hi Maurício,
    For MS SQL Server the following drivers should avaliable in /drivers folder (http://www.inetsoftware.de/),
    * msutil.jar
    * mssqlserver.jar
    * msbase.jar
    JDBC Driver is:
    com.microsoft.jdbc.sqlserver.SQLServerDriver
    JDBC URL is:
    jdbc:sqlserver://serverName\instance:port;property=value[;property=value]
    Example,
    jdbc:sqlserver://myHost:1433;selectMethod=cursor;databaseName=myDB
    Thanks,
    G

  • Data Source creation with SQL Server 2005

    Hi,
    I would like to create datasource for sql server 2005 in Visual Administrator.
    Please provide the steps and required jar files for datasource creation.
    Thanks
    Bobby

    Hi Bobby,
      You can find the required details in the below link..
    /thread/46653 [original link is broken]
    Hope this helps.
    Kiran..

  • Step-By-Step creation of SQL Server Geo-Clusters?

    Hi All,
    Can anyone provide me a link of nice articles related to Geo-Clusters for SQL Server
    aa

    Hello,
    Please read the following series of articles:
    http://www.mssqltips.com/sqlservertip/2728/sql-server-2012-multisubnet-cluster-part-1/
    http://www.mssqltips.com/sqlservertip/2533/sql-server-2012-multisubnet-cluster-part-2/
    http://www.mssqltips.com/sqlservertip/2746/sql-server-2012-multisubnet-cluster-part-3/
    http://www.mssqltips.com/sqlservertip/2762/sql-server-2012-multisubnet-cluster-part-4/
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • Installation of ODI with SQL Server 2005

    Hi
    I am trying to install ODI with MS Sql Server 2005.
    I created a database in Sql Server & created a user with db_owner rights for logging into the database.
    While trying to install Master Repository, i selected Sql Server with following details
    Driver: com.microsoft.jdbc.sqlserver.SQLServerDriver
    URL: jdbc:microsoft:sqlserver://<myhostname>:1433;SelectMethod=cursor
    The repository does not get created giving error:
    *com.sunopsis.core.q: java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Parameter 1 (""): Data type 0x38 is unknown*
    Now if i change the URL to jdbc:microsoft:sqlserver://<myhostname>:1433, the repository gets created successfully. But at the time of login into the topology manager using the same Master repository, it again prompts me the same error.
    Has anyone faced the same issue?

    Hi,
    You are using SQL server 2005 but trying to connect using the SQL server 2000 connection details you should be using
    com.microsoft.sqlserver.jdbc.SQLServerDriver
    jdbc:sqlserver://ServerName:1433;databaseName=DBNAME;SelectMethod=cursor
    You will also need to make sure you are using the correct SQL server 2005 driver, if you are using a version of Java before 1.5 for ODI then you will need the SQL Server 2005 1.2 JDBC driver.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • MS SQL Server 2000

    Is there a an example of a auth / sync web service for tying into a remote MS SQL Server 2000 with PT 5.0.2? Thanks.

    Yeah, I should have made that more clear. I need to import and or authenticate users and groups from an external user repository (an MS SQL Server 2000 database). Is there an example on how to write an authentication provider, and then create a Remote Authentication Source for MS SQL Server 2000? I am running PT 5.0.2. An example in either VB.NET, Java, or C# is acceptible. C# is preferred. Looking at the Auth-HelloWorld-Java.zip example, at what point to I actually write the code to query the database? Within...
    public void authenticate(String username, String password, AuthInfo authinfo) throws ServiceException {  if (username.startsWith(Constants.USERNAME_BASE) && password.startsWith(Constants.USERNAME_BASE))  {   //do nothing- authenticated  } else {   throw new AccessDeniedException();  }
    ...or prior to this? Thanks.
    Thanks.

  • Migrate Data action hanging migrating from sql server to Oracle 10g

    Hi,
    I am currently migrating a SQL Server 2005 db to Oracle 10g using SQL Developer 1.2.1. I have created the migration repository, captured the SQL Server db objects, and created the target schema. There are about 109 tables captured. During Data migration, however, the data move hangs. I have run the data move a couple of times now and it does not hang while migrating any particular table, but seems to be more to do with the length of time it is taking to migrate. Could this be an issue with SQL Server connections being lost? The SQL Server db is quite large. Row counts of 100k plus.
    Message was edited by:
    user596259

    Probably. There is an offline option for migrating data under the migration menu. Generate Scripts for the data move using the appropriate converted model and u can export the data to bcp export files and load it with teh generated SQL Loader scripts.

  • Am failing to install Java IDM in a Windows XP machine with SQL Server 2005

    Hi,
    I am new to Java IDM . I had downloaded IDM 7.0 and trying to install. But i am failing to install Java IDM in a Windows XP machine with SQL Server 2005.
    I used .,
    JDK 1.5
    Tomcat 6.0
    Microsoft SQL Server 2005
    Microsoft SQL Server 2005 JDBC driver
    I got the following error while trying to connect the waveset database with Repository type as SQL Server 2005(JDBC Driver)
    com.waveset.util.ConfigurationError:
    ==> com.microsoft.sqlserver.jdbc.SQLServerException: Login failed for user 'waveset'. The user is not associated with a trusted SQL Server connection.
    what name i can specify in JDBC ... is there any need to create DSN for that ...........
    The Parameters that I have given for connection are:
    URL: jdbc:sqlserver :1433;DatabaseName=
    JDBC Driver: com.microsoft.sqlserver.jdbc.SQLServerDriver
    Connect as User:
    Connect Password:

    Do you have your SQL server set to Windows Authentication mode only?
    You should change it to allow mixed authentication. You can do this in SQL Server Management Studio under Server Properties -> Security.

  • SSDT: Creation of localDB instances from project file - Sql Server Unit testing purposes

    I have a SqlServer Database Project in my solution (VS2013 Professional) which has a corresponding test project with some stored procedure unit tests. Currently I am using a LocalDB and as far as I understand a local database instance is created in C:\Users\[User]\AppData\Local\Microsoft\Microsoft
    SQL Server Local DB\Instances\Projects and the specific .mdf file referenced in the SQL Server Object Explorer is in C:\Users\[User]\AppData\Local\Microsoft\VisualStudio\SSDT\[ProjectName]. The unit tests run fine on my local machine which I have developed
    the project on.
    My issue is we have a box which is configured to check out the project file from our version control, build the project using ms build commands and then run the unit tests using VSTest.Console. Usually with C# Test projects we reference the test project
    dll and the unit tests run fine. I have referenced the dll for the test project with the stored procedure unit tests in. 
    With the Stored Procedure unit tests however we get this exception: 
    Initialization method [project].[spTest].TestInitialize threw exception. System.Data.SqlClient.SqlException: System.Data.SqlClient.SqlException: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 50 - Local Database Runtime error occurred. The specified LocalDB instance does not exist.
    After some digging I have realised that the localdb instance seems to be created when the project itself is created in VS not when it is built. Specifically when the localdb is first used and if you look into the appData folder of the test machine there
    is no corresponding mdf file for the project.  
    The question is is there a way to set up a localDB instance on the new machine if all you have the project file? The only purpose of the project on the test machine is to run the unit tests, no other development purposes. VS2013 Professional is installed
    on the test machine but a solution only using config file changes or MSBuild/VSTest commands would be preferable.
    I realise you could change the connection string to an actual test database and run the unit tests of that but we quite like the localdb approach for the testing. I also realise that you could potentially transfer the mdf file (haven't tested this solution)
    as well, though I would prefer if there is a solution to my initial question. 
    http://technet.microsoft.com/en-us/library/hh234692.aspx
    http://msdn.microsoft.com/en-us/library/hh309441(v=vs.110).aspx
    I have been reading up on LocalDB and I assume a automatic LocalDB is created when you create a sql server database project (ie on localdb first use). I have tried adding the database creation to the test project config file but do not really know where
    to go from there. The second link does not really specify when the named localdb will be created if you add the config items and I am not even sure if that is an actual solution.  Here's my test project config file for reference
    <configSections>
    <section name="system.data.localdb" type="System.Data.LocalDBConfigurationSection,System.Data,Version=4.0.0.0,Culture=neutral,PublicKeyToken=[PublicKeyToken]"/>
    <section name="SqlUnitTesting_VS2013" type="Microsoft.Data.Tools.Schema.Sql.UnitTesting.Configuration.SqlUnitTestingSection, Microsoft.Data.Tools.Schema.Sql.UnitTesting, Version=12.0.0.0, Culture=neutral, PublicKeyToken=[PublicKeyToken]" />
    </configSections>
    <system.data.localdb>
    <localdbinstances>
    <add name="SimpleUnitTestingDB" version="11.0" />
    </localdbinstances>
    </system.data.localdb>
    <SqlUnitTesting_VS2013>
    <DatabaseDeployment DatabaseProjectFileName="..\..\..\SimpleUnitTestDB\SimpleUnitTestDB.sqlproj"
    Configuration="Release" />
    <DataGeneration ClearDatabase="true" />
    <ExecutionContext Provider="System.Data.SqlClient" ConnectionString="Data Source=(localdb)\Projects;Initial Catalog=SimpleUnitTestDB;Integrated Security=True;Pooling=False;Connect Timeout=30"
    CommandTimeout="30" />
    <PrivilegedContext Provider="System.Data.SqlClient" ConnectionString="Data Source=(localdb)\Projects;Initial Catalog=SimpleUnitTestDB;Integrated Security=True;Pooling=False;Connect Timeout=30"
    CommandTimeout="30" />
    </SqlUnitTesting_VS2013>
    Thanks in advance for any response. Sorry if there is any misunderstanding, while I have been using VS to develop from the start, this is the first time I have used a Sql Server Database Project. 
    Regards,
    Christopher. 

    Yes, you can create a LocalDB instance manually. You use the SqlLocalDb utility, see here:
    http://technet.microsoft.com/en-us/library/hh212961.aspx
    Erland Sommarskog, SQL Server MVP, [email protected]

  • Can I use Other database as the repository, Sybase/SQL Server? Urgent!!!

    Hi all,
    Can I use Other database as the repository, Sybase/SQL Server? Urgent!!!
    And Can I use other database store business data and sync with lite?
    Thanks ahead!!!

    Jonathan,
    No, it is not possible to use any other database than Oracle (8.1.7) or later .
    Oracle Lite will only work with Oracle.
    Regards

  • Source System creation in BI 7.0 for SQL Server using DB Connect

    Hi
    My requirement  is to extract data from SQL Server 2005 to BI 7.0 using DB Connect.
    I need to create a SOURCE SYSTEM for that purpose,As i am new to BW i don't know how to start to create a  SOURCE SYSTEM.
    What are the parameters i require either from Basis team to install or for DB team User ID in SQL (What type of user).
    Questions:
    1)  create a db user with authorization to read this views.......as i created views on tables...do i need authorisation to read table or views
    "On BW Server side (If BW server isn't based on SQL Server):
    (1) Install SQL Server client and test connection to SQL Server DB.
    (2) Install DBSL of SQL server (download lib_dbsl_<num>.sar file from service market and sapcar to BW kernel)"
    How can i know on which server our BW System is Based and HOW Install SQL Server client and test connection to SQL Server DB and
    Install DBSL of SQL server (download lib_dbsl_<num>.sar file from service market and sapcar to BW kernel
    and
    how to create Source System to SQL Server on BW
    Please update me in details i this is my first Source System Creation in BW
    Thanks in advance

    go through the link this may be helpful                  http://msdn.microsoft.com/en-us/library/dd299430.aspx

  • Using a SQL Server database instance for repository

    Hi,
    My customer is using a non-default instance on SQL server as their database and want to place the repository here.  There are no problems creating and connecting to the repository from the Designer.  I simply define the server as "SERVER\INSTANCE" and I can connect OK.
    The problem occurs in the Management Console, when I try to create an entry for this new repository.  The Add process returns a Java error, telling me that the connection is being refused.  I have checked, and re-checked, that all of the inputs are correct.  I believe that this has something to do with the fact that the repository is an instance, rather than just the default database instance.
    I have tried various differing ways of entering the server and database strings, with no positive result.  I tried entering the following in the Server and Database entry fields:
    SERVER\INSTANCE  with DATABASENAME
    SERVER
    INSTANCE with DATABASENAME
    SERVER/INSTANCE with DATABASENAME
    INSTANCE@SERVER with DATABASENAME
    SERVER.INSTANCE with DATABASENAME
    SERVER with INSTANCE\DATABASENAME
    SERVER with INSTANCE.DATABASENAME
    All give an error - some return a "connection refused", some return a "server not found" error.
    Any recommendation short of re-installing the database as a default instance would be appreciated.
    DI and SQL Server reside on the same server running Windows 2003 Server R2 SE with SP2.  Management Console runs in Apache Tomcat 5.5 on the same box.
    Regards,
    Derek.
    Edited by: Derek Stobbart on Oct 1, 2008 5:14 PM

    Hi Derek,
    The Management Console does not support the \INSTANCE syntax -- the reason is that it uses JDBC to connect to repositories.  When you add a SQL Server repository to the Management Console, note that it is asking you for hostname, port, and database name.  You will need to provide it the port that the instance is running on (e.g. default=1433).  You can get this from the person who administers the SQL Server instance.
    Thanks,
    ~Scott

  • Changing CMS and Audit Repository databases from Oracle to SQl server 2008

    Hi guys,
      We have a Business Objects Dev environment which was installed with Oracle 10g database for CMS and Audit Repository.
    Our database team now decided to change the CMS and Audit databases of Dev BOE from Oracle to  SQL server 2008.
    What is the ideal way to achieve this? I'm concerned because the old DB is Oracle and the new one would be SQL server.
    Earlier, I have changed CMS database from one to another by stopping SIA , taking the backup of old DB into new and changing it in the Update Databse option. But in that case both old and new CMS databses were on SQL server 2005.
    Thanks,
    Ganga

    Denise,
      Thanks for the solution.
    We have done Windows AD and SAP integration on the Dev BOE. Will there be any issue with those after the DB change. I am guessing there won't be, but just want to confirm. Please reply.
      Also, we need to stop the old SIA and start using the new SIA after the step two is done right?

  • Unable to check large model into SQL Server repository via Proxy

    I have a model that has over 1000 changes (probably) and I am unable to check the model into a repository on SQL Server 2008R2.  We have a proxy service running, and in general the check-in process is much better via the proxy than direct connect.  But for a model with "a lot" of changes, the check-in process never completes.  I have let it run overnight and it still does not complete.  The SQL Server DBA also reports a large "blocking" query running from the PROXY service to the database server when this process seems to "hang".
    Has anyone else encountered this behavior?  I have had a support ticket open for over a year on this one, with no solution, so I was curious if anyone else found a way to resolve it. (other than avoid "making a lot of changes".

    Hi,
    First if you want good performance you must use the Proxy. When you use the Proxy PowerDesigner sending large packet of data to the Proxy under a proprietary format (more efficient) and the Proxy run long transactions - many atomic SQL transactions - to the DBMS (SQL Server).
    In "PowerDesigner World" the primary use of a direct connection to the DBMS is to create the repository.
    For adequate performance the Proxy and the repository (RDBMS) must be installed on the same server. (Also the PD Portal). Thus the thousands of transactions are executed in memory and not over the network (latency problem)
    Because you use the SQL Server DBMS you must set ''max server memory'' variable to an appropriate value, by example for 40 users you must set to 8 MB minimum.
    You must also activate these two settings - See the PowerDesigner installation Guide
    • ALLOW_SNAPSHOT_ISOLATION
    • READ_COMMITTED_SNAPSHOT
    Physical Server memory usage
    a) OS Operating System has need minimum 2 Gb
    b) SQL Server runtime 1 Gb
    c) SQL Server memory space for PowerAMC 8Gb
    d) Proxy memory 6-8Gb
    e) I/O memory space 1 Gb minimum
    Total 20Gb
    Also : Under 'C:\Program Files\Sybase\PowerDesigner 16\ you have "readme.html" file. In this document SAP give information to optimize the referential. Aka modify attribute length TDAT of table PMTEXT
    Good luck
    Note : SAP know well this problem. SAP would have reduced the number of atomic transactions to the DBMS. Programming techniques exist on this subject. To see.

  • Support for SQL Server 2014 for CMS + Audit Repository?

    We are currently on BusinessObjects 4.1 SP01 Patch 6 on Windows Server 2008 using SQL Server 2008 R2 for our CMS and Audit repository databases.  Is there any information out in regard to when SQL Server 2014 will be supported for the CMS and Audit repositories?
    According to the Product Availability Matrix shown in the screenshot below SQL Server 2012 is supported, right?  One of our DBAs claims there isn't that much of a difference between SQL Server 2012 and 2014, but I am not willing to try it if it isn't officially supported.
    Thanks,
    Noel

    Denis Konovalov  Henry Banks   James Rapp  Toby Johnston
    Need your attention here.

Maybe you are looking for

  • How do I move Lookout 5 w/ Fieldpoint 3 to a new PC

    I want to move my install of Lookout 5 from an old, slow computer to a newer, faster one. Both machines run Windows 2000 SP4. I have a clean install of Lookout 5 and Fieldpoint 3 on the new machine, and the old machine still works and is running on t

  • Windows 7 Ultimate 64-bit dv2000 (dv2125nr) Drivers

    I'm missing coprocessor, two base system devices, and a "Unknown device" drivers in Device Manager, and in the action center it says I need to Address a problem with my memory card reader by installing drivers and to install my graphics card driver.

  • Oracle Retail RFI - Suppliers and GL Business Unit

    Hi, The user guide for Retail Financials Integration, version 14.0.1, page 22 regarding suppliers says: 'Suppliers must be assigned to at least one GL business unit (set of books)' - Can somebody what does this mean from an EBS perspective? Does this

  • IWeb Backup Question

    Hi all, I apologize if this question has been asked, but it's late and I kinda was hoping there was a quick answer. I have a small website, nothing spectacular, that I created and mess around with on occasion. I made it with iWeb, and published it to

  • Can't get TV in iTunes (can't sync)

    What a pain. I guess I hadn't noticed since my last 3 months were all "rentals". I can't get iTunes 9.0.2 to "Show connected Apple TV's" (check box is). What I've tried: Reset the AppleTV (removed all but my most recent "not synched" purchase). Re-in