Windows authentication on a database on Linux

Hi,
i've a 11.2 database installed on linux.
I need that a client on windows can connect on this database without using pwd.
Can external auth works in this case or need I to map this user on the linux server?
Thank you.

The remote OS authentication is not safe at all.
If I have access to your network, I will be able to connect ( or try ) with a user that you created as externally within the database ( usually ORACLE os user - OPS$ORACLE - depending on the os_authent_prefix value)
However, what you can use is an external password store.
You have an example step by step over here: Configuring Authentication

Similar Messages

  • Windows authentication for Oracle Databases

    Steps Followed For OS Authentication.
    OS      : Windows 2000 Server with latest Service Pack 4
    Database: Oracle 9i.
    Objective: We are having a server in which Oracle 9i database is residing.We want to create
    a user that will be autheticated by Windows 2000 OS and not by Database.
    The server itself is used both as a server and a client.
    1. The init<sid>.ora file was modified and the parameter OS_AUTHENT_PREFIX="" was added.
    2. The Oracle Instance was started using Init<sid>.ora file and not SP file.
    3. An operating system account was created say Test.
    4. Two groups OSDBA,OSOPER were created and Test user was made member of Administrator,Osdba,Osoper.
    5. Connected to the SQL PLUS as SYS then issued the commands
    Create user Test identified externally;
    Grant connect,resource,create session to Test;
    6.Logged off from the machine and logged into the same machine with user Test and with its
    corresponding password.
    7.From command prompt we tried sqlplus CONNECT / .
    Ideally it should connect as the user Test but it is not connecting.
    NB All the above operation was carried out in the same machine on which the database is
    residing.

    %ORACLE_HOME%\DATABASE\SPFILE%
    Given this command also..SQL>create pfile from spfile;
    >>
    you can see the initSID.ora in the directory where
    your spfile iswhere to see that?see in %ORACLE_HOME/database/initsid.ora
    edit the initSID.ora add the line
    What to edit?its a text file ,open in notepad add the line
    OS_RULES=TRUE
    then save the file
    start the system by
    startup pfile='c'it can be any path or any specific path.no it is the one from
    startup pfile='c:%ORACLE_HOME\database\initsid.ora
    Hope this will help
    You need a pfile to chnage the server settings
    Or else
    issue
    SQL>alter system set Os_rules=true scope=spfile;
    THen restart the database as suugested by Dbaron

  • How to Configure SQLServer2008R2 to let Windows Authenticated Users Create Database with MCV4 Code First App

    Trying to Learn MVC code first with Vs2013 web express on windows 7 os computer. When code runs to create database get: An exception of type 'System.Data.SqlClient.SqlException' occurred in EntityFramework.dll but was not handled in user code
    Additional information: CREATE DATABASE permission denied in database 'master'.
    Have this problem with the 'OdeToFood' plurasight course as well with the
    'developing ASP.NET MvC 4 Web Applications Jump Start' MVA course.
    Re-installed sql2008r2 using window
    admin user and ran the project and get same message as when i run the project with the none admin user. 
    What are steps to allow database creation for admin user and none windows admin user?
    Daniel Howard

    David, thanks for the reply.
    I believe the problem may be something else because after adding the 
    user to 'sysadmin' and I still get the message
    Additional information: CREATE DATABASE permission denied in database 'master'.
    Perhaps I need to go to ASP.NET forum to ask the question.
    I will mark you answer as answer.
    Thanks again
    Daniel
    Daniel Howard

  • Connecting to MSSQL Windows authentication from Linux

    Hi,
    From linux (OIM) environment we need to connect to window authenticated MSSQL server.In windows we set sql.dll file.How to do in linux?
    Thanks!

    There is a database library that can provide you with the additional options. It's here http://jtds.sourceforge.net/
    With it, you can provide domain authentication credentials.
    -Kevin

  • How to use windows authentication to MSSQL2008 from oim running in Linux

    Hi All,
    We have developed the code (in eclipse) in local windows machine to call sample stored procedures in MSSQL.The code works fine from client and are able to create, update users in MSSQL from windows.
    We have OIM 11g R2 installed in Linux 6 on local VM. The question is while building the jar from the code and placing it in Java task directory of OIM, calling thr Code we need sql.dll file to implement the windows authentication(no user name & pwd) to connect to MSSQL, but this is not possible in Linux since the jar don't support.
    Can any one please give suggestions on this to implement windows authentication from Linux through OIM server.
    Edited by: 970422 on Nov 8, 2012 11:39 PM

    I have no idea, but you might find it helpful to read Redhat's documentation concerning this subject:
    http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/5/html/Deployment_Guide/ch-ldap.html

  • Copy database from linux to windows error

    Hi,
    I have my database on linux 4 as oracle 10g i want to copy it on windows xp oracle 10g. One option is to migrate using rman but both of them have same
    format by
    select * from V$DB_TRANSPORTABLE_PLATFORM
         Microsoft Windows IA (32-bit)     Little
         Linux IA (32-bit)     Littlei take cold backup of my database on linux and copy it to windows then edit pfile and mount the database now the issue to change the path of datafiles and log files
    i am using
    SQL> select * from v$logfile;
        GROUP# STATUS  TYPE
    MEMBER
    IS_
             3         ONLINE
    /home/oracle/oracle/product/10.2.0/oradata/orcl/redo03.log
    NO
             2         ONLINE
    /home/oracle/oracle/product/10.2.0/oradata/orcl/redo02.log
    NO
        GROUP# STATUS  TYPE
    MEMBER
    IS_
             1         ONLINE
    /home/oracle/oracle/product/10.2.0/oradata/orcl/redo01.log
    NO
    SQL> alter database rename file '/home/oracle/oracle/product/10.2.0/oradata/orcl/redo01.log' to 'D:\oracle\product\10.2.0\oradata\orcl\redo1.log';
    alter database rename file '/home/oracle/oracle/product/10.2.0/oradata/orcl/redo01.log' to 'D:\oracle\product\10.2.0\oradata\orcl\redo1.log'
    ERROR at line 1:
    ORA-01511: error in renaming log/data files
    ORA-01516: nonexistent log file, datafile, or tempfile
    "/home/oracle/oracle/product/10.2.0/oradata/orcl/redo01.log"i know the original location '/home/oracle/oracle/product/10.2.0/oradata/orcl/redo01.log' doesn't exists but is there any way to solve it.
    Thanks
    umesh

    Thanks for your help
    SQL> ed
    Wrote file afiedt.buf
      1  CREATE CONTROLFILE REUSE DATABASE "ORCL" RESETLOGS  ARCHIVELOG
      2      MAXLOGFILES 16
      3      MAXLOGMEMBERS 3
      4      MAXDATAFILES 100
      5      MAXINSTANCES 8
      6      MAXLOGHISTORY 292
      7  LOGFILE
      8    GROUP 1 'D:\oracle\product\10.2.0\oradata\orcl\redo1.log'  SIZE 50M,
      9    GROUP 2 'D:\oracle\product\10.2.0\oradata\orcl\redo2.log'  SIZE 50M,
    10    GROUP 3 'D:\oracle\product\10.2.0\oradata\orcl\redo3.log'  SIZE 50M
    11  -- STANDBY LOGFILE
    12  DATAFILE
    13    'D:\oracle\product\10.2.0\oradata\orcl\system01.dbf',
    14    'D:\oracle\product\10.2.0\oradata\orcl\undotbs01.dbf',
    15    'D:\oracle\product\10.2.0\oradata\orcl\sysaux01.dbf',
    16    'D:\oracle\product\10.2.0\oradata\orcl\users01.dbf',
    17    'D:\oracle\product\10.2.0\oradata\orcl\example01.dbf'
    18* CHARACTER SET WE8ISO8859P1
    19  /
    Control file created.
    SQL> alter database open;
    alter database open
    ERROR at line 1:
    ORA-01589: must use RESETLOGS or NORESETLOGS option for database openThis is error in log file
    Errors in file d:\oracle\product\10.2.0\admin\orcl\udump\orcl_ora_3836.trc:
    ORA-30012: undo tablespace 'UNDOTBS' does not exist or of wrong type
    Thu Nov 05 13:35:09 2009
    Error 30012 happened during db open, shutting down database
    USER: terminating instance due to error 30012
    ARC1 started with pid=18, OS id=3680
    Thu Nov 05 13:35:10 2009
    Errors in file d:\oracle\product\10.2.0\admin\orcl\bdump\orcl_pmon_2316.trc:
    ORA-30012: undo tablespace '' does not exist or of wrong type
    Thu Nov 05 13:35:10 2009
    ARC0: STARTING ARCH PROCESSES COMPLETE
    Thu Nov 05 13:35:10 2009
    ARC0: Becoming the 'no FAL' ARCH
    ARC0: Becoming the 'no SRL' ARCH
    Thu Nov 05 13:35:11 2009
    Errors in file d:\oracle\product\10.2.0\admin\orcl\bdump\orcl_reco_2544.trc:
    ORA-30012: undo tablespace '' does not exist or of wrong type
    Thu Nov 05 13:35:11 2009
    Errors in file d:\oracle\product\10.2.0\admin\orcl\bdump\orcl_smon_756.trc:
    ORA-30012: undo tablespace '' does not exist or of wrong type
    Thu Nov 05 13:35:11 2009
    ARCH: Detected ARCH process failure
    ARCH: Detected ARCH process failure
    ARCH: Detected ARCH process failure
    ARCH: STARTING ARCH PROCESSES
    Thu Nov 05 13:35:11 2009
    Errors in file d:\oracle\product\10.2.0\admin\orcl\bdump\orcl_psp0_2888.trc:
    ORA-30012: undo tablespace '' does not exist or of wrong type
    Thu Nov 05 13:35:11 2009
    Errors in file d:\oracle\product\10.2.0\admin\orcl\bdump\orcl_lgwr_1320.trc:
    ORA-30012: undo tablespace '' does not exist or of wrong type
    Thu Nov 05 13:35:11 2009
    Errors in file d:\oracle\product\10.2.0\admin\orcl\bdump\orcl_dbw0_4012.trc:
    ORA-30012: undo tablespace '' does not exist or of wrong type
    Thu Nov 05 13:35:11 2009
    Errors in file d:\oracle\product\10.2.0\admin\orcl\bdump\orcl_mman_3728.trc:
    ORA-30012: undo tablespace '' does not exist or of wrong typethanks

  • Database access using windows authentication

    We are updating our Applications to use single sign on and are running into a problem with database access. We are using CF11 Enterprise and SQL Server 2008 on IIS 7.5.
    We have set up the ColdFusion Application Service to run under an AD service account and have created the data sources in CFAdmin leaving the username and password blank. The data sources verify and all seems good. The problem comes when running a query. The credential passed to the database is the service account and not the windows authenticated user. As such the query fails. What are we missing to get CF to pass the Windows Authenticated user credential instead of the service account?
    Thanks
    Tim

    ColdFusion does not pass user's credentials to the database connections by default, and cannot pass Windows Authentication credentials that way.  It only sends the service account's credentials (if you leave username/password blank as you have done).  The only way to pass user credentials is to put them into the individual query calls themselves, and even then you can't pass Windows Authentication credentials.  You would have to use SQL Server Logins, and create accounts for each user.
    I think most people are using either a dedicated SQL Server login for ColdFusion and run all queries under that account, or they do as you have already done and use Windows Authentication along with the ColdFusion service account.  If you need an audit trail, then pass usernames into the insert/update queries and store them manually along with the other data you are inserting/updating.
    -Carl V.

  • SQL Developer: Windows Authentication on Linux

    Hello.
    I have trouble getting SQL Developer to authenticate using "windows authentication" and a MS SQL server 2005. I'm on a Linux OS. Authenticating "normally" is no problem, however only windows authentication will be allowed in near future. Does anyone have success using this option? It simply gives me an error that it is unable to login.
    Hope anyone can be of help. Thanks in advance.
    Stefan

    Just wondering why the option would be there in the linux version (which is different in other areas than the windows one).
    Is it not possible using Kerberos perhaps?
    regards

  • Having trouble connecting SQL Developer to database on LINUX machine

    Having trouble connecting SQL Developer to database on LINUX machine
    Hello,
    I am trying to connect my windows 7 home premium machine to an oracle database 11g on a RedHat 5 machine using SQL Developer. i got this error message on SQL Developer
    Status : Failure - Test failed :The Network Adapter could not establish the connection
    on Linux
    LSNRCTL> status
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    STATUS of the LISTENER
    Alias                     LISTENER
    Version                   TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    Start Date                03-APR-2013 16:13:13
    Uptime                    7 days 22 hr. 16 min. 41 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   /u01/app/oracle/product/11.2.0/db_1/network/admin/listener.ora
    Listener Log File         /u01/app/oracle/product/11.2.0/db_1/network/log/listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=172.X.X.X)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "orc11g" has 1 instance(s).
    Instance "orc11g", status READY, has 1 handler(s) for this service...
    Service "orc11gXDB" has 1 instance(s).
    Instance "orc11g", status READY, has 1 handler(s) for this service...
    Service "orc11g_XPT" has 1 instance(s).
    Instance "orc11g", status READY, has 1 handler(s) for this service...
    The command completed successfully
    LSNRCTL> and TNSPING
    tnsping 172.x.x.x
    TNS Ping Utility for Linux: Version 10.2.0.1.0 - Production on 11-APR-2013 14:32:17
    Copyright (c) 1997, 2005, Oracle.  All rights reserved.
    Used parameter files:
    /u01/app/oracle/product/11.2.0/db_1/network/admin/sqlnet.ora
    Used EZCONNECT adapter to resolve the alias
    Attempting to contact (DESCRIPTION=(CONNECT_DATA=(SERVICE_NAME=172.x.x.x))(ADDRESS=(PROTOCOL=TCP)(HOST=172.x.x.x)(PORT=1521)))
    OK (0 msec)
    [oracle@ltebilling ~]$Tnsnames.ora On Linux ,
    ORC11G =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 172.x.x.x)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orc11g)
    )Listner on Linux ,
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /u01/app/oracle/product/11.2.0/db_1)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (ADDRESS = (PROTOCOL = TCP)(HOST = 172.x.x.x)(PORT = 1521))
    )/ect/hosts Linux ,
    # Do not remove the following line, or various programs
    # that require network functionality will fail.
    127.0.0.1               localhost.localdomain localhost
    172.x.x.x             LTEBillingand there is no problem of ping linux from windows
    Edited by: user11309581 on Apr 11, 2013 3:16 PM

    yes really i'm already enaple the port 1521 and SELINUX=disabled
    [root@ltebilling ~]# /etc/init.d/iptables status
    Table: filter
    Chain INPUT (policy ACCEPT)
    num  target     prot opt source               destination
    1    RH-Firewall-1-INPUT  all  --  0.0.0.0/0            0.0.0.0/0
    Chain FORWARD (policy ACCEPT)
    num  target     prot opt source               destination
    1    RH-Firewall-1-INPUT  all  --  0.0.0.0/0            0.0.0.0/0
    Chain OUTPUT (policy ACCEPT)
    num  target     prot opt source               destination
    Chain RH-Firewall-1-INPUT (2 references)
    num  target     prot opt source               destination
    1    ACCEPT     all  --  0.0.0.0/0            0.0.0.0/0
    2    ACCEPT     icmp --  0.0.0.0/0            0.0.0.0/0           icmp type 255
    3    ACCEPT     esp  --  0.0.0.0/0            0.0.0.0/0
    4    ACCEPT     ah   --  0.0.0.0/0            0.0.0.0/0
    5    ACCEPT     udp  --  0.0.0.0/0            224.0.0.251         udp dpt:5353
    6    ACCEPT     udp  --  0.0.0.0/0            0.0.0.0/0           udp dpt:631
    7    ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           tcp dpt:631
    8    ACCEPT     all  --  0.0.0.0/0            0.0.0.0/0           state RELATED,ESTABLISHED
    9    ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           state NEW tcp dpt:1521
    10   ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           state NEW tcp dpt:22
    11   REJECT     all  --  0.0.0.0/0            0.0.0.0/0           reject-with icmp-host-prohibitedbut from windows system when i'm try tnsping i got this error
    C:\Windows\system32>tnsping orc11g
    TNS Ping Utility for 64-bit Windows: Version 11.2.0.1.0 - Production on 11-APR-2
    013 14:44:09
    Copyright (c) 1997, 2010, Oracle.  All rights reserved.
    Used parameter files:
    D:\app\ubai\product\11.2.0\dbhome_2\network\admin\sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = 172.x.x
    .x)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = orc11g))
    TNS-12535: TNS:operation timed out
    C:\Windows\system32>

  • How to resolve a windows authenticated orphaned user in Sql Server 2008 R2?

    Hi,
     We have some orphaned windows authenticated  users(domain) in the database while it had been
    migrated from Sql Server 2005 to Sql Server 2008 R2, because there are no corresponding
    logins for the users. Will just adding the logins would be sufficient or after adding the
    logins should we also run sp_change_users_login @Action='update_one' to resolve any sid
    conflict. Thanking you in advance,
    With regards
    Binny Mathew

    Binny
    You have issue with orphaned users if you use Mixed Authentication.  If you use Windows and move the db to the new server the Windows Login should be exist on the new server already.
    Best Regards,Uri Dimant SQL Server MVP,
    http://sqlblog.com/blogs/uri_dimant/
    MS SQL optimization: MS SQL Development and Optimization
    MS SQL Consulting:
    Large scale of database and data cleansing
    Remote DBA Services:
    Improves MS SQL Database Performance
    SQL Server Integration Services:
    Business Intelligence

  • SP2013 SSRS 2012 repor service add-in always uses NT authority\anonymous instead of windows authentication

    We are building a SP2013 farm with SQL2012 and the SSRS 2012 add in , looking at the rsreportserver.config we have added the parameter RSWindowsNegotiate as listed below. 
    <Authentication>
        <AuthenticationTypes>
          <RSWindowsNegotiate/>     
    < /AuthenticationTypes>
    We have followed this article (http://technet.microsoft.com/en-us/library/cc281253.aspx) where the following is listed:
    ASP.NET must be configured for Windows Authentication. By default, the Web.config files for the Report Server Web service and Report Manager include the <authentication mode="Windows"> .
    However looking at the web.config of the report server the following parameters * (see below)are present but
    not the authentication mode='windows', only <windowsAuthentication enabled="true" /> is listed. 
    * <security>
          <authentication>
            <anonymousAuthentication enabled="false" />
            <windowsAuthentication enabled="true" />
          </authentication>
        </security>
    The report server is operational as long as we use datasources  located on the same farm but as soon as try to utilize a datasource outside the farm the report server uses anonymous to access the datasource. We have configure the c2wt services and have
    the proper spn's in place on the domain , so we should not be suffering from the double hop issue.
    How do we configure the reportserver to accept windows authentication?
    Any help is welcome.
    Regards,
    Jim

    R0ber7o,
    Thanks for your reply, The web application is configured to use Kerberos and the spn has been created for the web application account.Yes I do receive a Kerberos ticket when I access the web application:
    Client: myuser @ DOMAIN.COM
    Server: HTTP/webapp @ DOMAIN.COM
    KerbTicket Encryption Type: RSADSI RC4-HMAC(NT)
    Ticket Flags 0x40a40000 -> forwardable renewable pre_authent ok_as_delegate
    Start Time: 1/3/2014 13:08:26 (local)
    End Time:   1/3/2014 23:03:42 (local)
    Renew Time: 1/13/2014 13:03:42 (local)
    Session Key Type: RSADSI RC4-HMAC(N
    What we do not understand is why the reporting service application will only work when it uses :
    identity impersonate="false" & anonymousAuthentication enabled="true"
    when we change the identity impersonation to true we cannot access the reporting services system settings in the CA anymore and receive an error message:
    "The report server cannot decrypt the symmetric key that is used to access sensitive or encrypted data in a report server database"
    Regards,
    Jim

  • Data Modeler 2.0.0 Windows Authentication to SQL Server

    Is there a way to sign onto a SQL Server database with Data Modeler similar to SQL Developer using Windows Authentication? I have loaded the correct JDBC drivers.

    It wasn't possible for me (Win XP) but you can try using following steps:
    1) get JDBC driver from Microsoft site - http://msdn.microsoft.com/en-gb/data/aa937724.aspx - you can use 1.2 or 2.0
    2) copy sqljdbc_auth.dll to windows\system32 directory as described here http://msdn.microsoft.com/en-us/library/ms378428.aspx
    3) add JDBC driver as third party driver in General options (Data Modeler)
    4) add ;integratedSecurity=true to port information (or database) - my port looks "1779;integratedSecurity=true"
    It doesn't work due strange incompatibility between the way we use connections and JDBC driver implementation related to usage of sqljdbc_auth.dll - may be it will work for you :). We have it fixed and fix will be included in next patch release.
    Philip

  • "Windows Authentication Mode" when SQL Server 200 and CF on different machines?

    Hi All,
    I am playing for two days with following problem. And still I
    did not able to get rid of it.
    I have installed SQL Server 2000 on machine which is my
    server (windows 2003 server) and this machine is my domain
    controller. I have user “ABC” user and I have added
    this user in administrator group.
    I have another machine where OS is Windows XP and CF 7 is
    installed. I create an ODBC Connection from Administrative Tool to
    my Database (windows 2003 server) successfully.
    Now when I create Data Socket in Coldfusion Administrator and
    when I select the my ODBC that I had created and when I Submit it
    then CF admin throughs the following message.
    Connection verification failed for data source: myTest
    java.sql.SQLException: [Macromedia][SequeLink JDBC
    Driver][ODBC Socket][Microsoft][ODBC SQL Server Driver][SQL
    Server]Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'.
    Please Brother, I don’t have any Clue to solve it,
    Please help.
    One Important thing, All this working fine if my CF, and SQL
    Server are on same machine.
    Best regards,
    Shahid

    Hi Phil Thanks,
    Finally i able to configure it out..... following are the
    steps...
    I assume domain controller is properly configure.
    Following are the steps for the machine where SQL SERVER 2000
    is installed
    1- We need to create Login account for your domain account in
    SQL Server 2000 using Enterprise Manager.
    • Right Click -> New Login
    • Click to load the domain users, select any user from
    your domain that will connect to your SQL Server from LAN.
    Following are the steps for the machine where ColdFusion and
    IIS are installed.
    Step No. 1
    Stop ColdFusion MX.
    Backup your existing macromedia_drivers.jar file.
    Unzip macromedia_drivers.zip into the same directory,
    overwriting the previous
    macromedia_drivers.jar.
    You can download “macromedia_drivers.zip” from
    following URL
    http://kb.adobe.com/support/coldfusion/ts/documents/1a3c2ad0/macromedia_drivers.zip
    A new file, DDJDBCAuth03.dll, which is required for Windows
    Authentication, is also included in the zip file replacing the
    older DDJDBCAuth.DLL.
    Restart ColdFusion MX.
    ColdFusion MX loads the JDBC drivers inmacromedia_drivers.jar
    in the directory cf_root/lib. For example, with ColdFusion MX 7
    Server Configuration on Windows installed on drive C:, this would
    beC:\CFusionMX7\lib\macromedia_drivers.jar.
    Then restart Machine
    Step No. 2
    Configure all the ColdFusion Services to “Log On
    As” using the Domain User Account configured in SQL Server in
    the above mentioned step.
    Change the “Log On As” similar for the all other
    Cold fusion services (ColdFusion MX 7 ODBC Agent, ColdFusion MX 7
    ODBC Server, ColdFusion MX 7 Search Server).
    Step No. 3
    Restart the services; for the safe side reboot the system.
    Step No. 4
    Create ODBC (Control Panel -> Administrative Tool ->
    Data Sources (ODBC)) using the windows NT Authentication option to
    connect to database.
    Step No. 5
    Create Data Socket and Select the created ODBC connection in
    the Drop down (ColdFusion-> Admin)
    Thanks to all who participated in this discussion...
    With lots of Thanks to All particular to Phil who guided me
    in right direction,
    Shahid

  • JDBC driver for SQL Server 2000 with windows authentication

    Does anyone know of a JDBC driver for SQL Server 2000 that supports Windows Authentication, that is that a username and password does not need to be supplied when connecting to the database.

    You can use the JDBC-ODBC-Bridge.
    ODBC provides windows-authentication.
    Hope it helps.
    Freddy

  • Windows authentication for SQL 2005 DB connect

    Hi all,
    I'm trying to create a DB connect
    in the connection parameters when I mention a user name and password who is created as a SQL authentication then it is working fine.
    but in my connection parameters if I mention a user name password who have a Windows authentication in the SQL 2005 which we are trying to connect then it gives an error. It is not connecting .
    Can you please tell me how can we connect using a windows authentication.
    Mey

    Solution to solve the actual issue :
    For the SAP system to use standard default NT authentication
    Please refer to this link: http://help.sap.com/saphelp_nw04s/helpdata/en/9c/d736b880c34f76b507bac7751a0474/content.htm
    1.       Database login:
    SQL Server login with System Administrator privileges, that is this login should be member of the sysadmin fixed server role on the target SQL Server. If such a login does not exist, you have to create it on the target SQL Server. The SAP multi-connect mechanism allows both integrated security logins and the use of SQL Server authentication. For security reasons, we highly recommend to use integrated security (Windows authentication). If you use Windows security, leave this field empty.
    2.     &#61601;        Password / Re-enter password :
    If you have decided to use integrated security, leave these fields empty. Otherwise enter the password of the SQL Server login.
    The above pointer was used to solve the login issue but we still had issues in getting the schema visible in SAP BW. As the user ID was left blank we were not able to get the schema view for the <blank> user.
    Note to be applied to solve the Schema issue :
    note 1091929 : &#61664; Link
    so now you can enter the schema to be used in DS creaton screen.

Maybe you are looking for

  • My IPod Touch 4 Gen will not respond and when I try to Restore it it gives me a code 1601 how do I fix it?

    My IPod Touch 4th gen will not respond and when I try to restore it, it gives me a code 1601 how do I fix it?

  • How to find Traces in SAP PI 7.3 java only stack

    Hello Experts, How to find the trace logs and pipeline steps in sap pi 7.31 java only stack, which we will get in below areas, 1. In sap pi dual stack , SXMB_MONI (abap stack) in window 1 2. In sap pi dual stack , monitoring--->integration engine--->

  • Blocking reasons

    Hi, There is a requirement to introduce a drop down in the ME53n screen in the status tab of the item overview of Purchase requisition.The purpose of introducing this drop down is to capture the customised blocking reasons like say 'rejected by quali

  • Podcasting

    I've posted a podcast and received an approval from iTunes. http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=179235600 However, when I click on that link or on my .rss file http://djdavematthias.com/Podcasts/Music.rss My artwork does

  • Postscript Driver for Windows 7 64 bit

    Hi, I'm running Adobe Pagemaker 7 in Windows 7 64 Bit which i think in itself is somewhat remarkable! The problem i'm having is with installing the Postscript driver so that i can export the Pagemaker files as .PDFs. The driver on the disc will not i