How to make SAS Server or datasets entry in tnsnames.ora

Hi,
I want to make an entry in tnsnames.ora for SAS Server or SAS datasets.
Can anybody tell me what all attributes is requried?
Regards,
Vikas

[email protected] wrote:
Hi all,
Thanks for your replays. As you said we can comment out lines with '#'. But, I am looking for commenting whole entry at a time. Can any one tell me how to comment out whole entry/paragraph. Is there any oracle utility by which we can deactivate the data source. Please suggest. Thank you.
Regards,
Kumar.As others have said, either comment out each line of the entry, or have two tnsnames files that you rename as needed. But really, how often do you make the swap that commenting/uncommenting about five lines of code is such a burden?

Similar Messages

  • How to make the server threadsafe (Please Help)

    Hi to all,
    I have urgent question, and any
    reply will be welcome.
    How i make my server that use rmi threadsafe,
    i want that each request from clients,the
    server will make a separate thread.
    the ejb use jndi to do this, how can i do this in rmi
    i want that a client will get a reference to a factory
    object in the server, the factory object will create a
    thread and will return the reference to the client.
    Thanks,
    dan

    Hi Bill,
    Thanks for your reply.
    at the rmi specification it said that :
    3.2 Thread Usage in Remote Method Invocations
    A method dispatched by the RMI runtime to a remote object implementation may or may not execute in a separate thread. The RMI runtime makes no guarantees with respect to mapping remote object invocations to threads. Since remote method invocation on the same remote object may execute concurrently, a remote object implementation needs to make sure its implementation is thread-safe.
    this is all what sun has to say about using
    threads with rmi.
    do you have any example for using rmi server
    that handle concurrent access?
    again,
    lots of thanks for your help.
    dan

  • How to make local server in j2me

    hi can i anyone help me out to establish a local server. i am using netbeans and dont know how to make loca server and how can i make the connection. i know about socket connection, http connection and datagram connection but dnt know about server connection where i can register my midlet and recieve data from it and post it aswell.
    Best Regards
    Naseem Sarwar

    hi
    write a servlet on ur server side for handling clients data and also it response back once data to another..
    and simply on clients write HttpConnection code for sending/receiving data ..
    always think abt optimiztaion of data send/recieve for speed.
    regards
    Akash Kumar & Nagendra
    [email protected]
    [email protected]
    Indiagames Ltd

  • How to deactivate an entry in tnsnames.ora file

    Hi all,
    I am working with Oracle 10g enterprise edition. I have a data source named with DEVDATA which should not be affected while I am working on my project. Usually, I will add DEVDATA entry in tnsname.ora file if I want to use it and I will remove that entry from tnsnames.ora file in order to protect that data source. It is very laborious process each time when I want to add or remove that entry. Do we have any mean such a way that I can switch between the two options. Currently, I have a desktop shortcut to tnsnames.ora file so that I can add or remove that entry when ever I want. Can we comment out that entry. Please suggest me.
    I hope this is the right place to fire this question. If not, direct me. Thanks in advance.
    Regards,
    Kumar.

    [email protected] wrote:
    Hi all,
    Thanks for your replays. As you said we can comment out lines with '#'. But, I am looking for commenting whole entry at a time. Can any one tell me how to comment out whole entry/paragraph. Is there any oracle utility by which we can deactivate the data source. Please suggest. Thank you.
    Regards,
    Kumar.As others have said, either comment out each line of the entry, or have two tnsnames files that you rename as needed. But really, how often do you make the swap that commenting/uncommenting about five lines of code is such a burden?

  • How to Make exchange server 2010 an IMAP server

    hi
    how do I Make exchange server 2010 an IMAP server?
    Any step by step guide?
    tnx

    Hi,
    To configure IMAP for Exchange 2010, you can refer to the above suggestions and try the articles.
    Moreover, here is reference about how to configure Exchange account with IMAP mode:
    http://support.sherweb.com/Faqs/Show/how-to-configure-a-imap-account-in-outlook-2010-exchange-2010
    Note: Microsoft is providing this information as a convenience to you. The sites are not controlled by Microsoft. Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. Please make
    sure that you completely understand the risk before retrieving any suggestions from the above link.
    If you have any question, please feel free to let me know.
    Thanks,
    Angela Shi
    TechNet Community Support

  • How to make a server for field "Server name"[ON HOLD]

    <p>How do you create a server to connect to. i circled the part that i need</p><p>i need to make the server but i dont know how to make it this is what is say
    server name
    i want to know how to make the server

    Please try to clarify the question  again :-(
    I am sorry, but it is not clear to me, what you are asking.
    what is "make the server"?
    The server is an application created by Microsoft, you do not need to make it. did you mean install the SQL Server? or maybe how to connect the SQL Server after you installed it?
      Ronen Ariely
     [Personal Site]    [Blog]    [Facebook]

  • How to make the server respond with a popup?

    I want to make the server respond with a popup?my code is like this,but it does not work,why?
    <code>
    public class Welcome2
         public static void main(String[] args)throws IOException
              ServerSocket server = new ServerSocket(2222);
              while(true)
                   Socket s = server.accept();
                   BufferedReader in = new BufferedReader(new InputStreamReader(s.getInputStream()));
                   String msg = in.readLine();
                   if(msg.equals("visitor"))
                        System.out.println("recv...");               
                        JOptionPane.showMessageDialog(null,"Visitor coming!\n");
         System.exit(0);
                   server.close();
    </code>
    it can properly print out "recv...",but no popup,why?

    Define "does not work". What happens?
    Does your program compile? Do you get an exception? Does the program receive a line? Is the line equal to whatever you expect? Is showMessageDialog() called? Put in some debugging println's to see what happens.

  • How to make appliction server and how to make database server

    Hi all
    Release 12.1.1 software bundle are labeled as follows:
    • Start Here - Disk 1
    • APPL_TOP - Disk n
    • RDBMS - Disk n
    • Tools - Disk n
    • Databases - Disk n
    i want to make database server and other one is application server
    which one software is install in database server and which one software is install in appliction sever

    Hello,
    Please, find enclosed a link about Oracle Application Concept:
    [http://download.oracle.com/docs/cd/B40089_10/current/acrobat/120oacg.pdf]
    [http://download.oracle.com/docs/cd/B40089_10/current/html/homeset.html]
    You'll get many answers and the best practices.
    Hope it can help.
    Best regards,
    Jean-Valentin

  • How to add an entry to TNSNAMES.ORA?

    Hello,
    if I add the following entry to the TNSNAMES.ORA:
    test1_10.121.34.56 =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.121.34.56)(PORT = 1521))
    (CONNECT_DATA =
    (SID = test1)
    (SERVER = DEDICATED)
    how could I activate it please without rebooting?
    I'm using Oracle 9i Release 9.2.0.8.0 at CentOS 4.7
    Linux machine (which is compatible to RHEL 4.7).
    Thank you
    Alex

    Hello all, thank you for your support.
    Could we please start from the beginning?
    (and I'll use the real IP addresses this time, sorry)
    {color:#0000ff}oracle@ablora01:admin&gt; <strong>host ablora01.internal.XXX.com</strong>
    ablora01.internal.XXX.com has address 10.121.42.100
    {color}
    I have neither sqlnet.ora nor listener.ora and
    I have the following 2 entries in my tnsnames.ora:
    {color:#0000ff}oracle@ablora01:admin&gt; <strong>ll /abl/apps/oracle/9.2/network/admin/</strong>
    -rw-r--r-- 1 oracle oinstall 825 Jul 26 2003 libnk59.def
    drwxr-xr-x 2 oracle oinstall 4096 Nov 5 16:25 samples
    -rw-r--r-- 1 oracle oinstall 130 Mar 18 2002 shrept.lst
    -rw-r--r-- 1 oracle oinstall 24 Aug 7 2000 snmp_ro.ora
    -rw-r--r-- 1 oracle oinstall 717 Nov 5 17:15 sqlnet.log
    -rw-r--r-- 1 oracle oinstall 756 Nov 5 17:08 tnsnames.ora
    oracle@ablora01:admin&gt; <strong>cat /abl/apps/oracle/9.2/network/admin/tnsnames.ora</strong>
    # TNSNAMES.ORA Network Configuration File: /abl/apps/oracle/9.2/network/admin/tnsnames.ora
    # Generated by Oracle configuration tools.
    TEST1_10.121.42.81 =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.121.42.81)(PORT = 1521))
    (CONNECT_DATA =
    (SID = test1)
    (SERVER = DEDICATED)
    BOCHUM_10.121.42.100 =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.121.42.100)(PORT = 1521))
    (CONNECT_DATA =
    (SID = BOCHUM)
    (SERVER = DEDICATED)
    {color}
    When I try to tnsping the first entry it works:
    {color:#339966}oracle@ablora01:admin&gt;<strong> tnsping BOCHUM_10.121.42.100</strong>
    TNS Ping Utility for Linux: Version 9.2.0.8.0 - Production on 05-NOV-2008 17:19:34
    Copyright (c) 1997, 2006, Oracle Corporation. All rights reserved.
    Used parameter files:
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = 10.121.42.100)(PORT = 1521))) (CONNECT_DATA = (SID = BOCHUM) (SERVER = DEDICATED)))
    <strong>OK (0 msec)</strong>
    {color}
    When I try to tnsping the 2nd entry it fails:
    {color:#ff0000}oracle@ablora01:admin&gt; <strong>tnsping TEST1_10.121.42.81</strong>
    TNS Ping Utility for Linux: Version 9.2.0.8.0 - Production on 05-NOV-2008 17:20:21
    Copyright (c) 1997, 2006, Oracle Corporation. All rights reserved.
    Used parameter files:
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = 10.121.42.81)(PORT = 1521))) (CONNECT_DATA = (SID = test1) (SERVER = DEDICATED)))
    <strong>TNS-12541: TNS:no listener</strong>{color}
    When I look at the listener I get:
    {color:#339966}oracle@ablora01:admin&gt; <strong>lsnrctl status</strong>
    LSNRCTL for Linux: Version 9.2.0.8.0 - Production on 05-NOV-2008 17:21:55
    Copyright (c) 1991, 2006, Oracle Corporation. All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=tcp)(PORT=1521))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 9.2.0.8.0 - Production
    Start Date 04-NOV-2008 17:35:04
    Uptime 0 days 23 hr. 46 min. 50 sec
    Trace Level off
    Security OFF
    SNMP OFF
    Listener Log File /abl/apps/oracle/9.2/network/log/listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=ablora01.internal.XXX.com)(PORT=1521)))
    Services Summary...
    Service "BOCHUM" has 1 instance(s).
    Instance "BOCHUM", status READY, has 1 handler(s) for this service...
    Service "test1" has 1 instance(s).
    <strong>Instance "test1", status READY, has 1 handler(s) for this service...</strong>
    Service "test1XDB" has 1 instance(s).
    Instance "test1", status READY, has 1 handler(s) for this service...
    The command completed successfully{color}
    When I try sqlnet it first fails and I have to reenter password:
    {color:#339966}{color:#ff0000}oracle@ablora01:admin&gt; <strong>sqlplus scott/tiger@TEST1_10.121.42.81</strong>
    SQL*Plus: Release 9.2.0.8.0 - Production on Wed Nov 5 17:10:42 2008
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    {color:#ff0000}ERROR:
    {color}<strong>{color:#ff0000}ORA-12541: TNS:no listener
    {color}</strong>{color}
    {color:#ff0000}{color:#ff0000}Enter user-name: scott
    Enter password:{color}
    Connected to:
    Oracle9i Release 9.2.0.8.0 - Production
    JServer Release 9.2.0.8.0 - Production
    SQL&gt; select * from tab;
    TNAME TABTYPE CLUSTERID
    BONUS TABLE
    DEPT TABLE
    EMP TABLE
    SALGRADE TABLE
    {color}
    Do you please know, why it complains about the missing listener?
    And my actual target is to allow a program from 10.121.42.81
    to connect to the "test1" instance.
    Regards
    Alex
    Edited by: user10507116 on Nov 5, 2008 12:29 PM

  • Duplicate entries in TNSNAMES.ORA

    Hi,
    Is there a bearing or issue if i have duplicate names in TNSNAMES.ORA?
    Thanks

    I don't see any duplication, what I see it is ambiguous and could make errors. Please fix it.Thanks,
    I am actually auditing client's tnsnames.ora. And i found some ambigiuous and duplicate entries.
    I am not allowed to fix any but to report only.
    Here is sample of duplicate and ambiguous entries.
    PROD1 =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = abc.phil.com)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = PROD1)
    PROD2 =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = xyz.phil.com)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = PROD2)
    PROD2 =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = def.phil.com)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = PROD2)
    PROD1 =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = abc.phil.com)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = PROD1)
    )Actually there are more that 50 entry names thats why they find it hard to check.
    Thanks
    Edited by: 843228 on Apr 5, 2011 4:24 AM

  • How to make iCal Server events viewable on the web calendar?

    Hi,
    I can create, edit and view events on the web calendar.
    I can create, edit and view my own events via iCal.
    How can I set it up so we can see all the calendars from our group on the web calendar? It's empty now other than what's entered via the web calendar.
    Is there really no integration between the two?

    I too thought web group calendar was subscribe only in iCal until I ran across the procedure at
    http://www.macosxhints.com/article.php?story=20080410162942908
    in the 4th comment down by protean. With a couple of additions I was able to post an event to the web group calendar and have an update on the web post back to the iCal calendar. My additions were needed to get the results as posted in the comment:
    1) make sure Enable Calendaring is selected for all group members,
    2) refresh iCal to ensure all group members are visible in the Personal Server Calendar Address Pane before adding the group calendar account,
    3) add all members in step 3 of the procedure including yourself, however, if the owner of the group (e.g. diradmin) is not a member then don't add it,
    4) prior to step 6 of the procedure you can verify the group is visible as in step 8 in the Personal Server Calendar delegation before deleting the group account; if not visible then you don't have to start from scratch, just work with the group account from step 1,
    5) the group calendar shows up in the left column list of calendars under Delegates calendars.
    So I got this to work.
    Then I setup a location in Directory.app with Delegates as the group. It shows up in iCal under Delegates calendar with the error notice
    'Error While Refreshing Access to account "location title" is not permitted.'
    So there is no calendar available for the location in iCal. The personal iCal account shows the Delegation of location and the Show checkbox is selected. The group is allowed to select the location on the web calendar and in the server iCal calendar. But the location doesn't indicate conflicts in the availability pane. Can someone tell me what might be missing?
    Harry

  • How to Make a New Phone Number Entry in Address Book?

    Can't for the life of me figure out how to do this via AppleScript. I want to create a new contact in Apple's Address Book, and populate the fields with some data. Here's what I have so far (keeping things simple):
    set theLastName to "Doe"
    set theFirstName to "John"
    --etc.
    set mobilePhone to "(415) 999-9999"
    set workPhone to "(415) 555-1212"
    set homePhone to "(415) 888-7777"
    tell application "Address Book"
    set thisPerson to (make new person with properties {first name: theFirstName, last name:theLastName, organization:"Test Company"})
    set the value of phone 1 of person id thisPerson to workPhone
    --error
    end tell
    The new contact record is created properly with first name, last name, and organization/company, but I can't get the phone data in via AppleScript. Does anyone know how to do this?
    Any help greatly appreceated.

    Hi William,
    You need to add the phone entries to the end of the list of phones. Something like this:
    tell thisPerson to make new phone at the end of phones with properties {value:"(415) 888-7777", label:"home"}
    You could also put the telephone numbers into an array in case you don't want to add all the types to all of your entries. Like this:
    set theLastName to "Doe"
    set theFirstName to "John"
    --etc.
    set thePhones to {{"(415) 888-7777", "home"}, {"(415) 555-1212", "work"}, {"(415) 999-9999", "mobile"}}
    tell application "Address Book"
    set thisPerson to (make new person with properties {first name:theFirstName, last name:theLastName, organization:"Test Company"})
    repeat with myPhone in thePhones
    tell thisPerson to make new phone at the end of phones with properties {value:(item 1 of myPhone), label:(item 2 of myPhone)}
    end repeat
    save addressbook -- to update Address Book
    end tell
    Best wishes
    John M

  • How to make Mobilink server disregard error -10280

    Hello, all
    I have the following situation.
    I have a table on the remote and consolidated side, which have slightly different structures.
    The remote side has more columns than the consolidated side. The extra column is a transfer flag. When the user wishes to transfer data to the server, he updates this field then mobilink client scans the logs and send the data to the server. The table is only for upload.
    I need the mobilink to transfer rows even when ony this field changes. If I do not add it to the publication, then the mobilink client does nto transfer anything.
    If I add it to the publication, I get this error.
    E. 2015-01-28 09:28:09. Error code from MobiLink server: -10280
    E. 2015-01-28 09:28:09. Server error: Message: The number of columns in client table 't507_external_clients_customer_list' does not agree with the number defined in ml_column.  Table Name: t507_external_clients_customer_list
    Question: If I do not need this field updated in the consolidated DB, how can I make the Moblink server to disregard it, without having to edit the consolidated DB?

    Hi Arcady,
    If the column is defined on the remote in the publication, you will need to define the column on the consolidated using ml_add_column. To ignore the value, you can just not reference it in your synchronization scripts.
    Also note that SQL Anywhere 16 has set the SQL Anywhere 12 SendColumnNames (SCN) extended option to 'ON' permanently, which removes the need to use the ml_add_column() stored procedure for version 16 remotes.
    Regards,
    Jeff Albion
    SAP Active Global Support

  • How to make room for new calendar entries???

    Using PC Suite, I can no longer sync my Lotus Notes calendar with my Nokia phone, because the calendar on my phone is full. I also can't add any new calendar entries on my phone for the same reason.
    Question: how can I delete everything older than 1 year on my Nokia phone calendar, without having to manually delete hundreds of items? That would free up the room I need, and I would set my sync settings to make sure the old calendar items don't get synced back to the phone again from Notes.
    Thanks for advice on this - it is very frustrating!

    Which phone model do you have?
    You can clear all the calendar entries on S60 based phones if you have the Calendar app in Month view; Options > Delete entry > All entries (or "Before date").

  • SD Billing to FI Accounting: How to make Baseline Date equal to Entry Date?

    Hello,
    I have configured Baseline Date to be equal to Entry Date in the Payments Terms in OBB8. I have assigned this payment term to the Customer as well as the Sales Order.
    But still, when I release a Billing Document to accounting through VFX3, the Baseline Date in the Accounting Document is taken as the Document Date/Posting Date.
    What does the configuration in Payment Terms do?
    How can I get the Baseline Date to equal the Entry Date?
    Any help is greatly appreciated.
    Cheers!
    Bharath

    Just copy from the standrad delivered 0001 to some Z001 and change the date to entry date.
    For me it is working fine. Also try first individually using FB60 or FB70 to llok at the behaviuor of the system.
    reward if useful
    sarma

Maybe you are looking for

  • How to create purchase order report  form MM function module

    Dear All,               i need customized purchase order report with logo and grand total. regards, krishna

  • Goods Receipt for Account assigned PO

    Hello Is it possible to store the goods in an account assigned Purchase Order. PO is assigned with account assignement 'F' production order. The purpose here is to recieve the goods for some days in stock and then consume. Is it possible or is there

  • Major Issues With Contacts

    I'm extremely frustrated right now. The contacts on my Z10 have been messed up and no matter what I do to try to fix them, nothing works. Contacts are going missing, they are being merged with other contacts, their names are inexplicably changing and

  • Tags color

    Downloaded Maverick and was very disturbed that the TAG colors were converted to tiny circles.  I used the colors to help me read the type under folders  on my desktop. When looking for files in my folders, they were easier to find when the whole fil

  • How do I make all new tabs open with my home page?

    When I open a New Tab, it opens with a blank page. Is there any setting which will force each New Tab to open with my Home Page?