Error when tring to reverse the source table in SQL Server

Hello

When I try to reverse using the custom template that overturned, throws me an error

com.microsoft.sqlserver.jdbc.SQLServerException: TCP/IP connection to host failed. java.net.UnknownHostException:
com.microsoft.sqlserver.jdbc.SQLServerException: TCP/IP connection to host failed. java.net.UnknownHostException:
at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDriverError (unknown Source)
at com.microsoft.sqlserver.jdbc.SQLServerConnection.connectHelper (unknown Source)
at com.microsoft.sqlserver.jdbc.SQLServerConnection.loginWithoutFailover (unknown Source)
at com.microsoft.sqlserver.jdbc.SQLServerConnection.connect (unknown Source)
at com.microsoft.sqlserver.jdbc.SQLServerDriver.connect (unknown Source)
at com.sunopsis.sql.SnpsConnection.u (SnpsConnection.java)
at com.sunopsis.sql.SnpsConnection.c (SnpsConnection.java)
at com.sunopsis.sql.i.run (i.java)

Any help is appreciated

Thank you
ADI

Hello Adi,

Please verify that the TCP /IP is right for the port you are trying to connect (1433 by default)
What Version of SQL Server that you are using?

Kind regards
Pascale of M

Tags: Business Intelligence

Similar Questions

  • Cannot verify the source of MS SQL server

    Hi all
    I faced a problem in trying to verify the source of MS SQL server with the Oracle Audit Vault
    This is my first experience with MS SQL Server. On this AV already successfully registered some sources oracle and sybase.
    MS SQL Server 2005 x 32.

    avmssqldb check - CBC srvarch01.rccf.ru:1433
    Enter the source username: svc_is
    Enter the password for the source:
    Unable to connect to the source database. Please ensure that the source is running.
    Error occurred, please check the log for details

    Journal:
    15 sep, 2010 15:11:18 10 FINE-wire: the AV Version is 10.2.3.2.0
    15 sep, 2010 15:11:27 Thread - FINE 10: Exception: com.microsoft.sqlserver.jdbc.SQLServerException: failed to connect to the user ' sv
    c_is'.
    15 sep, 2010 15:11:27 Thread - FINE 10: Exception: unable to connect to the source database. Please ensure that the source is in place
    and running.
    com.microsoft.sqlserver.jdbc.SQLServerException: failed to connect to the user "svc_is".
    com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError (unknown Source)
    com.microsoft.sqlserver.jdbc.IOBuffer.processPackets (unknown Source)
    com.microsoft.sqlserver.jdbc.SQLServerConnection.logon (unknown Source)
    com.microsoft.sqlserver.jdbc.SQLServerConnection.connect (unknown Source)
    com.microsoft.sqlserver.jdbc.SQLServerDriver.connect (unknown Source)
    java.sql.DriverManager.getConnection(DriverManager.java:512)
    java.sql.DriverManager.getConnection(DriverManager.java:171)
    oracle.av.plugin.common.DAO.getConnection(DAO.java:161)
    oracle.av.plugin.common.DAO. < init > (DAO.java:134)
    oracle.av.plugin.sql.command.Verify.runQuery(Verify.java:147)
    oracle.av.plugin.sql.command.Verify.checkVersion(Verify.java:224)
    oracle.av.plugin.sql.command.Verify.execute(Verify.java:570)
    oracle.av.plugin.command.Command.process(Command.java:190)
    oracle.av.plugin.sql.command.AVMSSQLDBUtility.execute(AVMSSQLDBUtility.java:92)
    oracle.av.plugin.sql.command.AVMSSQLDBUtility.main(AVMSSQLDBUtility.java:147)

    Will be greatfull for any help.

    Edited by: user12973514 the 15.09.2010 04:16

    Hi Vlad,

    Yes, this can be a problem.
    So check out below:
    a. If you have downloaded the driver (sqljdbc.jar) to the $ORACLE_HOME/jlib
    b. create the user source with sp_addlogin, which should allow the use of sql server authentication.

    Then check again on the issue.

    Thank you
    Sisi

  • How to combine the 2 tables in sql server 2008?

    Tell me how to combine 2 tables in sql server. and give me an example, I am a beginner again.

    You can get a faster or better response if you ask one of the instances of SQL Server dedicated from Microsoft here:

    http://social.technet.microsoft.com/Forums/en-us/category/sqlserver .

    (I'm sorry, but I can't move this thread for you because the two forums are working on separate platforms)

  • Using Merge in oracle 11g this error SQL Error: ORA-30926: failed to get a stable set of rows in the source tables

    whenever I run this code I get this error

    SQL Error: ORA-30926: failed to get a stable set of rows in the source tables

    30926 00000 - "impossible to get a stable set of rows in the source tables.

    * Cause: A stable set of rows could not be achieved due to the large dml

    activity or one not deterministic where clause.

    * Action: Remove any non deterministic of the clauses and reissue of the dml.

    Don't know wht goes wrong!


    SQL:

    MERGE IN VENDORS_ACTIVE_DATE s

    USING (nvl (d.VENDOR, s.VENDOR) selection of the SELLER,

    NVL (d.COMPANY_CODE, s.COMPANY_CODE) COMPANY_CODE.

    (case when ((d.VENDOR = s.VENDOR) and (d.COMPANY_CODE = s.COMPANY_CODE)))

    )

    then "MATCH".

    When d.COMPANY_CODE is null

    then 'DELETE '.

    When s.COMPANY_CODE is null

    then "INSERT."

    else 'UPDATE '.

    chck end)

    from (select * from VENDORS_ACTIVE_DATE where COMPANY_CODE = 2) s

    full outer join (select * provider where COMPANY_CODE = 2) d

    on (d.COMPANY_CODE = s.COMPANY_CODE AND s.COMPANY_CODE = 2)

    ) d

    WE (d.COMPANY_CODE = s.COMPANY_CODE AND d.chck in ('UPDATE', 'GAME', 'DELETE'))

    WHEN MATCHED THEN

    UPDATE SET s.VENDOR = d.VENDOR

    WHERE d.chck in ('UPDATE', 'DELETE')

    DELETE WHERE d.chck = 'DELETE '.

    WHEN NOT MATCHED THEN

    INSERT (SELLER, COMPANY_CODE)

    VALUES (d.VENDOR, d.COMPANY_CODE)

    Work request: (deleted the duplicate data in tables (source and target))

    MERGE IN VENDORS_ACTIVE_DATE s

    USING (nvl (d.VENDOR, s.VENDOR) selection of the SELLER,

    NVL (d.ACTIVEDATE, s.ACTIVEDATE) ACTIVEDATE.

    NVL (d.COMPANY_CODE, s.COMPANY_CODE) COMPANY_CODE.

    (case when ((d.VENDOR = s.VENDOR))

    - AND D.ACTIVEDATE = S.ACTIVEDATE

    and NVL (d.ACTIVEDATE, trunc (sysdate)) = NVL (s.ACTIVEDATE, trunc (sysdate))

    and (d.COMPANY_CODE = s.COMPANY_CODE)

    )

    then "MATCH".

    When d.COMPANY_CODE is null

    then 'DELETE '.

    When s.COMPANY_CODE is null

    then "INSERT."

    else 'UPDATE '.

    chck end)

    from (select * from suppliers where COMPANY_CODE = 2) d

    full outer join (select * from vendors_active_date where COMPANY_CODE = 2) s

    on (d.COMPANY_CODE = s.COMPANY_CODE and s.vendor = d.vendor)

    ) d

    WE (d.COMPANY_CODE = s.COMPANY_CODE AND d.VENDOR = s.VENDOR AND d.chck in ('UPDATE', 'GAME', 'DELETE'))

    WHEN MATCHED THEN

    S.ACTIVEDATE = UPDATE SET d.ACTIVEDATE

    WHERE d.chck in ('UPDATE', 'DELETE')

    DELETE WHERE d.chck = 'DELETE '.

    WHEN NOT MATCHED THEN

    INSERT (VENDOR, ACTIVEDATE, COMPANY_CODE)

    VALUES (d.VENDOR, d.ACTIVEDATE, d.COMPANY_CODE)

  • FUSION IN: ORA-30926: failed to get a stable set of rows in the source tables

    Hi all

    Database Oracle 12 c Enterprise Edition Release 12.1.0.1.0 - 64 bit Production 0

    PL/SQL Release 12.1.0.1.0 - Production 0

    CORE 12.1.0.1.0 Production 0

    AMT for 64-bit Windows: Version 12.1.0.1.0 - Production 0

    NLSRTL Version 12.1.0.1.0 - Production 0

    When you use the MERGE clause, if executed more than once, I get the below error

    ORA-30926: failed to get a stable set of rows in the source tables

    create table CBC (nums number, sname varchar2 (10))

    create tar (tnum number, tNom varchar2 (10)) table

    Insert in src values (1, 'a')

    Insert in src values (1, 'b')

    Insert in src values (2, "c")

    merge into tar

    using the CBC

    on (nums = tnum)

    when matched

    then

    update the value tNom = sname

    When not matched

    then

    Insert the values(snum,sname);

    What expect, it's that first time itself (when inserted), he must raise the error. But it's not.

    Select * from tar

    TNUM TNOM

    1 b

    1 a

    2 c

    But if we run for the second time it shows the error.

    I saw the document of the Oracle and he said

    MERGEis a deterministic statement. You cannot update the same row in the target table multiple times in the same MERGE statement.

    I've seen below cela son but failed to get the solution for this.

    MERGE STATEMENT ORA-30926: failed to get a stable set of lines in the source

    Nondeterministic fusion?

    Someone at - it make a clarification?

    I don't want to insert records into the first time itself. for example, to run the first time he must raise the error. can I do this using MERGE?

    Thank you

    Hello

    O - O wrote:

    Thanks knani, Frank.

    One more doubt.

    When you run the MERGE statement, the first time, there is no rows in the target table, so no rows in the target table is what it is.

    So we cannot perform below sqls using MERGE when the target table is empty?

    insert into tar values (1, 'a')

    updated tar tNom = 'b' set where tnum = 1

    insert into tar values (2, "c")

    Is - that means that the MERGER will be only works with validated data?

    Right; a MERGE statement will not update a line which has been previously inserted into the same MERGE statement.  All fact tables reference to the data in the tables by the time the MERGER began.

  • Impossible to get a stable set of rows in the source tables

    Hi guys,.

    I use the following query to fusion in a stored procedure.
       MERGE INTO tt_OPEN_IN_TMP B
       Using (Select * From Tt_Sl_Fifo) A 
       ON ( A.Store_Code = B.Store_Code
         AND A.item_code = B.item_code
         And A.Packing = B.Packing
         And A.Serial_No = B.Serial_No )
       When Matched Then Update Set Opn_Fifo_Cost = A.Rate_Bc;
    The procedure raises error * "Unable to get a stable set of rows in the source tables" * as a result of the query. But if I run the query individually, it works very well. Please help me solve this problem.

    Thank you
    RAM.

    The error is due to what there is in double store_code, item_code, packaging, combination of serial_no in the Tt_Sl_Fifo table. If there are multiple records with the same store_code, item_code, packaging, serial_no Oracle has no way to determine which to use for the update. If you know that there is whenever duplicates they will all have the same column of rate_bc then instead of using

    (select * from tt_sl_fifo)
    

    use

    (select distinct store_code, item_code, packing, serial_no, rate_bc from tt_sl_fifo)
    

    Or if there is other criteria, like a date column, you can use to determine what is the one you want to use to day then you can use something like

    (select store_code, item_code, packing, serial_no, rate_bc from tt_sl_fifo
      where (store_code, item_code, packing, serial_no, add_date) in
           (select store_code, item_code, packing, serial_no, max(add_date)
              from tt_sl_fifo group by store_code, item_code, packing, serial_no))
    
  • ORA-30926: failed to get a stable set of rows in the source table

    Dear all

    When I try to load my cube I get the error "ora-30926: failed to get a stable set of rows in the source table.
    Any idea? Googling for this error has not returned all the solutions.

    My env:

    Source: Oracle 10g (10.2.x)
    Target: Oracle 11g (11.1.0.7)

    I use the generator to warehouse 11.1.0.7 on Linux

    Thank you

    Hello

    Yes, I'm very sure. The error is revived by the MERGE statement.
    If the cube is empty, it is not a problem. All of the rows from the source Gets a surrogate key.
    If you run the cube for the second time, and you have two or more lines with exact in the attributes values as you use for correspondence, this error occurs.

    Kind regards
    Carsten.

  • BlackBerry Smartphones Runtime error "Cannot find system in the file table.

    I need help!

    I have a Blackberry Curve 8310 and have recently installed Version 4.5

    I'm trying to set my synchronization.  I followed the steps to set up my Outlook 2007 calendar.  He told me congratulations! You have configured the product. However, when I press Finish, I get a runtime error "cannot find system in the file table.

    I uninstalled the program and reinstalled - the same error.

    Any help would be appreciated!

    FIGURED IT OUT!

    The following steps, which are displayed on the RIM support will work; However, I had to do it another way.  In step 1, it says that ilxolkCompanion.fil is located in the path C:\Program Research In Motion\BlackBerry\Connectors\MS Outlook Connector... However, when I searched this file, it was actually located in C:\Program Files\Blackberry\Connectors\MS Outlook Connector.  (Maybe it's because I upgraded from 4.2.2 to 4.5 w/o filling a clean uninstall... not too sure why)

    Once I located the file via the command prompt, I have not recorded in accordance with the instructions of step 1.  I then followed step 2 exactly Word for Word... and VOILA!  I have now Version 4.5, working with MS Outlook 2007

    Resolution

    If the connectors folder is always present in C\Program Research In Motion\BlackBerry\Connectors\MS Outlook Connector, follow these steps:

    1. Unregister the old of the Microsoft Outlook ilxolkCompanion.filconnector.

      1. Open the command prompt.
      2. Navigate to C:\Program research in Motion\BlackBerry\Connectors\MS Outlook Connector.
      3. Type command regsvr32 u ilxolkCompanion.fil.
      4. In Desktop Manager, Microsoft Outlook is no longer appears as an available desktop application.
    2. Save the latest Microsoft Outlook Connector.
      1. Navigate to C:\Program research in Motion\BlackBerry\IS71 Connectors\MS Outlook Connector.
      2. Type the command regsvr32 msoutlookconnector.fil.
      3. Office Manager, Microsoft Outlook will be now stored as an available desktop application.

    Once these steps have been completed, configure synchronization again.

  • Error: "there was a disk error when you write to the file C\:Program files (x 86) \microsoft games\dungeon siege\resources\objects.dsres" during the installation of Dungeon Siege.

    When I try to install it it comes up with an error about 16% in the installation, saying that there is a disk error when you write to the file C\:Program files (x 86) \microsoft games\dungeon siege\resources\objects.dsres

    Any ideas?

    Hi MouseToe,

    What version of Dungeon Siege you trying to install?

    The cause of this problem could be the corrupted resource (.dsres) file or disk error. Here are some things you can do to solve the problem.

    Method 1: Run the disk check.

     

    Check the integrity of your hard disk for lost clusters and errors.

    To do this, follow the steps in this article: check a drive for errors

    Method 2: Defragment the hard disk.

    This improves the performance of your hard drive.

    Reference: improve performance by defragmenting your hard drive

    Method 3: Run the game as administrator.

    Here's how:

    (a) right click on the game configuration file.

    (b) choose 'Run as administrator'.

    Method 4: Try to install the game in a different folder or to a different drive

     

    Try to install the game in a different folder. If the computer has another hard disk, try to install the game on the other hard drive.

    Follow these steps.

    a. Insert the game disc in the drive.

    Note: Do not click on Quick Installation during installation.

    b. follow the setting menus until you see the change button.

    c. click change.

    d. in the path box, delete the existing path, and then type the following text:

    drive: \Program Files\Microsoftgame name Games\

    In this example,drive is the letter of the hard disk drive and the name of the game is the name of the game you are trying to install.

    e. click OK when finished.

    f. follow the instructions that appear on the screen to install the game.

    This should be it.

    For more information, please visit:

    http://support.Microsoft.com/dungeonsiegeiifaq

    For additional assistance, please post your concerns at the forum below.

    http://www.Microsoft.com/games/en-us/community/pages/forums.aspx

    Kind regards

    Shinmila H - Microsoft Support

    Visit our Microsoft answers feedback Forum and let us know what you think.

  • change the source tables in the materialized view

    If I change the name of the source table in a materialized view, I have to delete and recreate the MV? For example, My MV uses a table from a DBlink. Instead I want to physically copy the table in the schema, and then create the MV using the local table, then change MV to use the remote table and I expect to start refreshing the MV for incremental data. Can I do it?

    No, you can't.  Oracle has no way of knowing that the modified table (name) is identical to the original table.

    Hemant K Collette

  • Hello! I can't subscribe to creatively Cloud for photographers. When you subscribe to gives an error when you pay with the card: "order processing error occurred for more information, please contact the Customer Service by phone 8 800 333 36 63."

    Hello! I can't subscribe to creatively Cloud for photographers. When you subscribe to gives an error when you pay with the card: "order processing error occurred for more information, please contact the Customer Service by phone 8 800 333 36 63, when making a payment via PayPal: PAYMENT_CPG_SETTLE_FAILED. How to order?

    Contact adobe during the time pst support by clicking here and, when available, click on "still need help," http://helpx.adobe.com/x-productkb/global/service-ccm.html

  • I get a download error when you go to the applications tab

    I get an error when I go to the applications tab, when I go to the applications tab, it says download error, please contact customer and I tried to contact them but they do not respond, I'm on a Windows 10 laptop, please help me!

    Please remove Creative Cloud app and Adobe Application manager using

    Install the cloud creative app - https://helpx.adobe.com/creative-cloud/help/install-apps.html

  • cannot set file error when trying to put the photoshop button in adobe muse, he is not 'supported color space. Resave image RGB or grayscale.

    cannot set file error when trying to put the photoshop button in adobe muse, he is not 'supported color space. Resave image RGB or grayscale.

    I believe that this is already the answer here:

    https://forums.Adobe.com/thread/1917435

    Thank you

    Sanjit

  • 1 error when trying to install the cloud adobe creative

    1 error when trying to install the cloud adobe creative

    Hello Alejandro,

    You can follow the article: error "failed to install" Creative Cloud Desktop application that will help you solve your problem.

    I would like to know if it works or not.

    Thank you

    Yann Arora

  • ORA-20600 error when trying to add the RAC database

    I get the following error when trying to add the RAC database in grid control. Any idea?.

    ORA-20600: the specified target is being deleted

    This database does not exist in the target. But, I still cannot add.

    Check metalink Note: unable to add Rac Database grid control get error Ora-20600 [1218797.1 ID]

    You will have to wait a while and check the status.

Maybe you are looking for

  • Where did my memory?

    I have 4 GB of RAM and clean my Mac tells me that I use more than 2 gig even when I did all running applications. Nobody knows what the flight memory? I'm in Word, most of the time in a document of 450 pages, but beyond Mail and Safari, I do not have

  • Installation of repair system-now I can't go online

    I did a repair install of family system for xp due to problems with svchost.exe eating my cpu. Now the problem is Windows Update will not start and when I try with internet explore it loads my homepage (Google) and freezes. BTW, I can launch only IE7

  • Receive error message - the user profile service has no log on. Failed to load the user profile. -How can I fix?

    I CAN NOT LOG - ON I AM THE ADMIN, BUT I CAN NOT CONNECT ON THE ERROR MESSAGE IS - THE USER PROFILE SERVICE HAS NO OPENING SESSION IMPOSSIBLE TO LOAD THE USER PROFILE... HOW CAN I FIX?

  • Network printers

    Is it possible with MS OS7 to network a printer Brother MFC-6800 cable LAN Cat 5 rather that physically connect the printer cable USB and all the accesoriess in my network?  How can I configure this network?

  • Desktop XP to new desktop of Windows 8 files

    I intend to buy a new desktop computer with Windows 8. Is there a software on 8 to allow the transfer of the files from my old XP system?