Database MS SQL Server with AIX server connectivity issues

Hi all

I am confronted with the below with the AIX server connectivity issues.

Operating system: AIX 64 bit

DB: SQL Server 2005

EPM Version: Hyperion 11.1.1.4

Error creating socket to host and port 1433. Reason: Connection timed out: could be due to an invalid address

Tired of Solution

(1) checked the properties of TCP/IP, its permitted.

(2) ping the source and target servers both ends all works fine

(3) firewall is DISABLED in DB Server

Hi all

My apologies, its number of firewall & network. Resolved by the Unix administrator.

Thank you

Tags: Business Intelligence

Similar Questions

  • How to create a database in SQL Server Express 2014 to be used with LV Database Toolkit

    I use LV Database Toolkit, which, by default, uses the Jet database. Now, I want to use the SQL with LV Database Toolkit database. I downloaded and installed "SQL Server Express with Tools 2014" in my laptop of Labview. Now I want to create a database in SQL Server, because I think that it is a requirement for the creation of a "udl connection file" (file *.udl). Please help me!


  • ADF BC to SQL Server connection with variable set to View object

    Hello world

    I develop a BPM Application using Oracle BPM 11.1.1.5.0 and JDeveloper 11.1.1.5.0

    Following the thread of the link below, since it is a new topic, I decided to open a new thread.

    Re: ADF method call to extract data from DB before loading the page from the initiator

    what I try to do is to get a record from a database and show to the user on the initiator of the UI using ADF BC and not the database adapter.
    I have worked with ADF BC and display objects to get all the lines and show them to the user in a table.

    However, when I try to run the same query in the parameterized shape just return a single line, I hit a wall.
    In short, my problem is like this:

    I have an Application Module which has an entity object and a display object.
    My database is SQL Server 2008.
    When I try to create a new read only view object to return a single line I face the problem.
    The query that I have in the section my display object query is like this:
    select *
    from dbo.Employee
    where EmployeeCode= 99
    which works very well.
    However when I set a variable input_code, linking for example and change the query as follows it won't validate.
    select *
    from dbo.Employee
    where EmployeeCode= :input_code
    He just telling me
    >
    incorrect syntax near ': '.
    >
    I don't know if this has to do with my Oracle DB is not or I'm doing something wrong.
    Can someone help me with this you problem?

    Thanks in advance

    The problem is that you are using 'Oracle named' style for the binding of parameter in the SQL statement. However, this style of binding is specific Oracle. You must use "Positional JDBC" style of binding with MS SQL Server:

    select *
    from dbo.Employee
    where EmployeeCode= ?
    

    (The style of binding is specified in the query to the dialog box Definition VO Editor pane).

    If you specify the positional style of binding "JDBC", another field called 'Linking the Positions' will appear in the definitions pane variables bind VO. You will be able to specify it is the position of the particular parameter in the binding variable VO query bound to. (the position of the bond index is 0-based).

    Dimitar

  • Problem attaching a database to SQL Server

    Hello

    I try to attach the AdventureWorksLT2012 database to SQL Server... wen I click with the right button on the datbase and look at the properties/security, I don't see any Authenicated listed users... Told me thatI need to give "full control" permission for Authenicated users... How can I do this?

    Ask the question in the SQL Server forums:
    http://social.msdn.Microsoft.com/forums/SQLServer/en-us/home?category=SQLServer

  • DG Oracle 11 GR 2 - SQL Server connection problem

    Hi all

    I read the forum discussions and documentation. As far as I can see I have just, however running in typical error:
    ORA-28500: connection from ORACLE to a non-Oracle system returned this message:
    [Oracle][ODBC SQL Server Driver][DBNETLIB]Invalid connection. {08001,NativeErr = 14}[Oracle][ODBC SQL Server Driver][DBNETLIB]ConnectionOpen (ParseConnectParams()). {01000,NativeErr = 14}[Oracle][ODBC SQL Server Driver]Invalid connection string attribute {01S00}
    ORA-02063: preceding 2 lines from MSSQL2008
    28500. 00000 -  "connection from ORACLE to a non-Oracle system returned this message:"
    *Cause:    The cause is explained in the forwarded message.
    *Action:   See the non-Oracle system's documentation of the forwarded
               message.
    Error at Line: 3 Column: 46
    The documentation seems also like plug & play so I must have missed something, if my config files are correct.


    My environment is made up of:
    ====================
    Localhost: Oracle 11.2.0.3 on Windows 7 x 64
    Remote host: SQL Server 2005, 2008, SQLExpress-> each running on their own static ports

    Oracle software Gatways 11 GR 2 is installed on the localhost on port 1522.


    I am trying to connect to the adventure works database on SQL server, but keep the above error. Here's my config files.

    ORACLE_HOME=c:\oracle\product\11.2.0\dbhome_1
    ORACLE_GATEWAY=c:\oracle\product\11.2.0\gtwhome_1

    ORACLE_GATEWAY-> init4dgmsql.ora
    # This is a customized agent init file that contains the HS parameters
    # that are needed for the Database Gateway for Microsoft SQL Server
    
    #
    # HS init parameters
    #
    HS_FDS_CONNECT_INFO=[SVR-DEV-CLU-01:1434]/SQL2008/AdventtureWorks2008R2
    HS_FDS_TRACE_LEVEL=ON
    HS_FDS_RECOVERY_ACCOUNT=RECOVER
    HS_FDS_RECOVERY_PWD=RECOVER
    ORACLE_GATEWAY-> listener.ora
    # listener.ora Network Configuration File: C:\oracle\product\11.2.0\gtwhome_1\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    
    LISTENER_GTW =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1522))
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1522))
        )
      )
    
    SID_LIST_LISTENER_GTW=
      (SID_LIST=
          (SID_DESC=
             (SID_NAME=dg4msql)
             (ORACLE_HOME=C:\oracle\product\11.2.0\gtwhome_1)
             (PROGRAM=dg4msql)
          )
      )
    
    ADR_BASE_LISTENER_GTW = C:\oracle\product\11.2.0\gtwhome_1
    ORACLE_HOME--> tnsnames.ora
    dg4msql  =
      (DESCRIPTION=
        (ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1522))
        (CONNECT_DATA=
             (SID=dg4msql)
        )
        (HS=OK)
      ) 
    Local database-> db link
    CREATE PUBLIC DATABASE LINK MSSQL2008 CONNECT TO "ORACLE_GATEWAY" IDENTIFIED BY "Dbsoft1234" USING 'dg4msql';
    select AddressLine1, City from Person.Address@MSSQL2008;
    I have validated here sis there no dynamic ports and each database is running on its own static port, in this case, 1434. I did a tnsping the LISTENER_GTW responds properly. I did a ping on the server to validate the name of the server it's ok too.


    SQL Server 2008:
    Server Name: SQL2008\SQL2008
    Instance Name: SQL2008
    Port: 1434
    Database: AdvebtureWorks2008R2    (case sensitive)
    Failure also on:

    SQL Server 2005
    Server Name: SVR-CLU-DEV-01\SQL2005
    Instance Name: SQL2005
    Dataabse: master
    Thanks in advance for any help.

    Jan S.

    Hello
    The configuration files look correct, except for the value of init4dgmsql.ora to HS_FDS_CONNECT_INFO.

    The recommended settings are in format-

    HS_FDS_CONNECT_INFO =:.
    HS_FDS_CONNECT_INFO =//.

    You defined as -

    HS_FDS_CONNECT_INFO = [SVR-DEV-CLU - 01:1434] / SQL2008/AdventtureWorks2008R2

    What happens if you set -

    HS_FDS_CONNECT_INFO = [SVR-DEV-CLU-01] / SQL2008/AdventtureWorks2008R2

    or

    HS_FDS_CONNECT_INFO = [SVR-DEV-CLU - 01:1434] //AdventtureWorks2008R2

    Another point, you posted the SQL * Server as -information

    Server name: SQL2008\SQL2008
    Instance name: SQL2008
    Port: 1434
    Database: AdvebtureWorks2008R2 (case sensitive)

    so, is the name of the database AdventtureWorks2008R2 or AdvebtureWorks2008R2?
    Please make sure you use the correct name.

    Kind regards
    Mike

  • Using Reporting SERVICES report server cannot open a connection to the report server database in SQL server 2008 R2 sp1

    Hello

    I'm running Reporting SERVICES Version 2007.0100.1600.022 ((SQL_PreRelease). 080709-1414 in Visual Studio 2008 with Microsoft SQL Server 2008 R2 Express Edition with Advanced Services (64-bit) on Windows NT 6.1 SP1.)
    Everything seems to work fine except that I can't deploy: "the report server cannot open a connection to the report server database."
    Connection test ReportServer as OK in the Configuration service report manager and Visual Studio. Run reports in Visual Studio against ReportServer and my other databases.  Deployment fails on a report of VM. Remote access is enabled in the firewall, pipes is enabled in configuration Manager SQL server, the permissions for all access in Windows.
    The error in the log file of report Service:
    Library! WindowsService_1! 12ac! 09/23/2012-21: 05:12: e ERROR: ServiceStartThread: Exception caught during the startup of service. Error: Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerDatabaseUnavailableException: the report server cannot open a connection to the report server database. A connection to the database is required for all applications and treatment. ---> System.Data.SqlClient.SqlException: a network-related or instance-specific error all by establishing a connection to SQL Server. The server is not found or inaccessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 - error Search Server/Instance specified)
    Any ideas?
    Thank you.
    -Phil

    Just, I solved the problem I had.

    It turns out, there, there were two questions... first concealing the second.

    SQL Web browser has not been activated.  solution: in properties SQL server configuration manager, transformed the startup to automatic mode and activated the service.

    Microsoft Visual Studio project property targetdatasourcefolder had a server name that precedes the name of the folder. Removed the name of the server.  This works.

    Everything unfolds right now.

  • Activate connections encrypted for the database engine (SQL Server Configuration Manager)

    Hi team,

    I have a quick question, on the protocols for properties of SQL. Option:

    SQL Server Configuration Manager > SQL Server Network Configuration > Protocol for SQL_xxx (right click) > properties, we can see two tabs:

    Tab 1: flags

    Tab 2: certificate

    If I put the value of Instance of hide = Yes, 'Force Enctyption', the fact must be set to YES as well?

    Or Enctyption of the Force must be activated in order to hide the instance?

    What is recommend settings?

    I can see there are good article, but would appreciate if a response.

    https://msdn.Microsoft.com/en-us/library/ms191192.aspx

    Thank you

    + Moin

    This issue is beyond the scope of this site (for consumers) and to be sure, you get the best (and fastest) reply, we have to ask either on Technet (for IT Pro) or MSDN (for developers)
    *
  • Advanced POS 5.8 only sees the system databases in SQL Server 2014 and fails when attempting backup

    We have upgraded to VDP 5.8 has progressed today and installed the new SQL agent in 3 different SQL servers.  Two SQL Server 2008 work well with VDP machines - he can see all databases.

    But when I try to create a backup of the SQL Server 2014 computer, by selecting individual databases, the VDP device (such as it is controlled through vSphere Web Client) sees only the three system databases

    Master, MSDB and Temp.  And when I tried to back up the master database, the process has failed with an error various non-expose of reasons.

    Is there something special about setting up SQL Server 2014 to be backed up by advanced VDP?

    See M80ARM - Warrior of Virtualization: VDP Advanced SQL Agent permissions

    Basically, you need to either run the 'Backup Agent' service in a context that had rights to the SQL Server or you have enable the NT AUTHORITY\SYSTEM account with rights on the SQL Server.  Not obvious in the documentation, but that solved for me.

  • Script SQL Compact database in SQL Server 2008r2

    I am able to open the .sdf (SQL Compact Database) in Microsoft SQL Server 2008r2, but when I right click on the database, it won't let me preview the data, or the database script, so I can create a .mdf file

    This issue is beyond the scope of this site and must be placed on Technet or MSDN

    http://social.technet.Microsoft.com/forums/en-us/home

    http://social.msdn.Microsoft.com/forums/en-us/home

  • DB Link for MS SQL Server connectivity

    Hi all

    Is it possible to create the DB link in the Oracle to MS SQL server database.

    If yes then guide.

    Best regards

    Cecile

    VISHWAKARMAPARDEEP wrote:

    Hi all

    Is it possible to create the DB link in the Oracle to MS SQL server database.

    If yes then guide.

    Best regards

    Cecile

    refuses or is unable to use GOOGLE yourself?

    https://www.Google.com/search?q=create+DB+link+into+Oracle+database+for+MS+SQL+Server

  • R4 problem EA SQL Server connection - no tabs after following the proc

    I am trying to create a connection to SQL Server and have downloaded and extracted the latest JTDS, moved the jar file in different locations and set the path of the third-party driver but not yet able to see the SQL Server tab in the wizard to connect to the base.  I even tried a suggestions in a really old post on the ntlmauth.dll and it still does not work.  Is this a problem in EA4 or do you do something else?  I have that works well in the version of SQL Developer Data Modeling (SDDM) 3.3 747, but I want to try EA4 SDDM which is available in SQL Developer EA4...

    > have downloaded and extracted the latest JTDS

    Yes, I don't want you to do that.

    You have v1.2

  • Database Microsoft SQL Server recommended recovery mode

    I've seen a few articles about MS SQL Server recovery models and the effect it has on the file log and its growth, but not where I see which is the recommended setting should be creating the database for installation.

    Is there a recommended recovery model setting?

    Is it necessary to try to recover the last full backup of database transactions?

    Thanks in advance.

    David.

    use the Simple Mode

    a couple of other things to keep on hand

    http://www.VMware.com/resources/TechResources/1025

    http://KB.VMware.com/kb/1003980

    http://KB.VMware.com/kb/1025914

  • Database of SQL 2005 with Site Recovery Manager

    Hello

    I want to install Site Recovery Manager.  I have a few questions about the configuration of database.  In my for the database installation steps

    I have the following:

    -


    For Microsoft SQL Server, the database must be configured as follows:

    1 schema name must be the same on behalf of the user, and you must have a default schema for the user account

    2 bulk insert of administrator privileges

    3. If Windows authentication is used, install the SRM service on a host that shares the same domain as the database server

    4. If SQL Server is installed locally, you may need to disable the network setting shared memory on the database server

    -


    I have almost 0 experience with SQL 2005.

    How to make sure that the schema name must be the same as the user name? My username is "vcadmin".

    How can you "Bulk insert administrator privleges.

    Thank you all...

    I'm not an expert SQL 2005 is... DB2 is my thing ahead of VMware

    CREATE SCHEMA vcadmin

    AUTHORIZATION vcadmin.

    GO

    will create the scheme of vcadmin with vcadmin be the owner. In SQL Server 2005, each user will have a default schema, and if no default schema has been assigned to a user, they will be part of the DBO schema.

    the format for the granting of insertion block is:

    GRANT ADMINISTER BULK OPERATIONS TO VCADMIN

    You can also just do your username VCADMIN the owner of the database when you create the database.

    see you soon

    Lee

  • Error message not associated with an approved SQL Server connection"when you try to connect to SQL Server 2000, using xp pro

    I'm trying to implement a program called "On Time." A follow-up of the accounts receivable program.

    Hi Jack,

    Your Windows XP question is more complex than what is generally answered in the Microsoft Answers forums. Please post your question in the MSDN forum. You can follow the link for your question.

    http://social.msdn.Microsoft.com/forums/en/category/SQLServer/

    Hope the helps of information.

  • Cannot display all of the databases in SQL Server 2012 when using CONTROL SERVER permission on user

    Hello

    I'm testing the implementation of a user who has the CONTROL SERVER permission.

    I created a database MYDB with my sysadmn account.

    I have the connection with another say TESTUSER user account (this is a SQL login) who received the CONTROL SERVER permission only.

    The TESTUSER can see the MYDB database in SSMS.

    The TESTUSER Gets a message when you try to view the tables in the MYDB pressing the sign +. :

    "The MYDB database is not accessible.

    If I try to do a right-click on the MYDB database, I get the following:

    'User has not authorized to perform this action... ". Error 297 "

    Even if I GRANT the ALTER ANY DATABASE the TESUSER permission TESTUSER still gets this error?

    I thought that CONTROL SERVER permission would allow a user to see all databases even those that the user does not have?

    So does the same for the ALTER ANY DATABASE permission?

    Is this a bug or am I missing something?

    Thank you

    DOM

    DOM

    This issue is beyond the scope of this site and must be placed on Technet or MSDN

    http://social.technet.Microsoft.com/forums/en-us/home

    http://social.msdn.Microsoft.com/forums/en-us/home

Maybe you are looking for