How to register a non-local database

Hi All,
I am fairly new to ms sql server 2008, which has been installed to my workstation.
I have been trying to add a database which is in a ms sql server 2000 that resides in a another machine
My purpose is to run queries from my workstation.
I have been browsing and have already added the details under
Sql Server Configuration Manager > Sql Native Client 10.0 Configuration > aliases
alias name = hostname
server = server ip
protocol= tcp
port= custom port
after that the alias i made now appears in the server name drop down  when "connect to server" window appear
Authentication is sql server authentication.
Server type is Database Engine.
My Colleagues have verified that the info that I have is correct and we have also checked the firewall settings.
I can telnet to the port on the server.
By the way, I am the first person that is using sql server 2008 on a workstation, my colleagues are using sql server 2000 to do queries on our database servers.
My workstation runs on Windows 8.
Thanks,
Hans Yu

I was able to connect to a uat server earlier but am unable to connect to3 prod servers with same settings as uat server except different port. I have firewall permission
Thanks
Hi Hans,
Based on your description, my understanding is that you cannot connect to SQL Server 2000  in the production server using SQL Server Management Studio 2008. Do you get any errors? You can post the error messages for further analysis. There are some
proposals for you troubleshooting this issue as follows.
1. Make sure SQL Server services are running properly.
2. Check that if remote connections are enabled in SQL Server.
3. Make sure that TCP/IP protocol  is enabled in SQL Server Configuration.
4. If windows firewall is enabled on the server, sqlbrowser.exe program and UDP 1434 port must be added in windows firewall for access. For more details about configuring firewall, you can review this article:
Configure a Windows Firewall for Database Engine Access
Thanks,
Lydia Zhang

Similar Messages

  • How to insert data into local database from oracle server

    I am new in C#.
    I am trying to design a local database in my C# project and I am trying to sync my database with our oracle server. I can login using oracle server. But I can't insert data into my local database from oracle server.
    anybody can help me ...............
    thanks..............................

    You can use SSIS package for that
    Start a new Integration Services project in Business  Intelligence Development Studio/ SSDT. Add a new SSIS package with a data flow task. Add a OLEDB source to connect to Oracle server and add a OLEDB Destination to connect to your local database.
    Select tables for source and destination. On executing package source data will get transferred to your local database.
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • How to register a Location with database link in Ombplus?

    Hello,
    what's the detailed syntax in owb 10.2 to register a location with a database link?

    Hi,
    thanks that helps.
    Now i found out that after an import of the location the field "from Location" is not set. I need to set it to OWB_REPOSITORY_LOCATION.
    How can i do it?
    OMBALTER LOCATION 'Locname' SET PROPERTIES (FROM_LOCATION) VALUES ('OWB_REPOSITORY_OWNER') does not work
    -> Property FROM_LOCATION is not defined in class ORACLE_GATEWAY_LOCATION
    Cann you help me again?
    Thanks
    Helga

  • How to use a non-Oracle database?

    Oracle Lite is used as the database per default. Technical
    notes describe how to use Oracle 9i. I'm more interested in using more light-weight RDBMSes like HSQLDB for example. It is been said that Oracle BPEL supports Oracle, Oracle Lite, DB2, SQL Server and Pointbase. Now how to configure Oracle BPEL to use each of the non-Oracle datbases listed above?

    I've managed to setup the PM to use Pointbase rather than the default Oracle Lite. Along the way, several questions came up:
    1. Since the directory system\database\scripts already provides DDL scripts for Pointbase, creating the tables of a Pointbase database was easy. However, I wonder why you don't support HSQL. After all, OC4J supports HSQL data sources (see database-schemas\hypersonic.xml). Are there any features required by Oracle BPEL that are not provided by HSQL? If not, can we just use the Pointbase DDL scripts for HSQL?
    2. Editing the data-sources.xml file also wasn't a big deal although templates for Pointbase were missing. BTW, my XML editor reports the data-sources.xml file to be invalid: "Document cannot be stand-alone because default-value attribute 'connection-retry-interval' is not explicitly assigned.
    3. The changes in StartOraBPEL.bat were:
    - Comment out running kill_olite.bat and start_olite.bat
    - Start the Pointbase server (rather than Oracle Lite)
    4. The needed changes in obsetenv.bat were not that obvious: It was required to add the Pointbase libs to the BOOT_LIB classpath. Otherwise the Pointbase driver cannot be loaded. To be on the safe side, I've also added the Pointbase libs to the MY_CLASSPATH classpath but I'm not sure if that is really required. Is it?
    5. Finally, it would be good if shutting down the Pointbase server could be done in a similar fashion as that is configured for Oracle Lite. Apparently, some sort of hooking is used. Now how to setup a shutdown hook for a Pointbase server?

  • How To register The manually Created Database into DBCA

    hi guys .. !! -:)
    using test linux 4 with the vmware , manually i create RAC database , the database is working proper , i planned to delete the RAC database through DBCA , but when i issued $dbca !!! the database can not be see from DBCA to delete it or to manage it
    so i don't know is there is any configuration file belong to DBCA to detect the existing database or there is
    command to register the database into DBCA
    note:-
    i added the instance name into the /etc/oratab
    but it's not working
    also i tried to use this command
    $dbca -silent -adddb database_name also this command is not work perfectly
    so really i don't know what is the step i have to follow to let the DBCA detect my existing database
    with my regard
    Edited by: user12122471 on Oct 28, 2009 2:19 AM

    user12122471 wrote:
    hello guys ,,,, i am waiting ????? >>>This is a forum. It is not chat. It is not instant message. No one is paid or obligated to sit around and monitor this forum. No one is paid to respond to anything posted here. Maybe the only guy with an answer lives 12 time zones away from you . . . .

  • How to register job on local server  with oem

    Hi All,
    I scheduled cron for expdp on sun server(using telnet) and its going on successfully and i dont want to disturb it.
    can i register this job with EM so that just view this job status thru oem-->job section.
    Thanks

    Dear User,
    You can't attach the crontab job in OEM. AFAIK, or use the dbms_job or dbms_scheduler job to achieve the same.
    Thanks
    Regards,
    Taj.

  • Can't see Tables from a local database

    I've installed 10G client and the default ORCL database that comes with it. I've create a user and some tables under this user. From within TOAD I can see the tables fine.
    In JDeveloper 10.1.2 I set up a DB Connection and connect to the database ok but under the Tables option, no tables are loaded.
    I've got other DB Connections to non local databases that I can view fine.
    The driver is thin oracle.JDBC.driver.OracleDriver (the same as the non local databases).
    Any ideas? How does JDeveloper actually connect, presumably it uses something different to what TOAD uses?

    Toad uses SQL*Net while JDev uses a JDBC connection.
    To ask the obvious, you don't have a filter on the table node do you?
    Have you also tried connecting via SQL*Plus and:
    select table_name from user_tables;
    ...to see if you can access the tables.

  • How to use local database for Education Portal

    Hi All,
    We are implementing a Education Portal (learning Solution) and here are our requirements
    1. Course details are stored in R/3 portal
    2. When users login to the education portal, course catalog should be displayed with all the details and here the course catalog should not be displayed directly from R/3.
    3. course catalog should be read from some local database or XML ( how to update the local database/ XML from R/3 data periodically)
    4. Once when user sees the course details, if he wants to buy the course, he will register and do the payment.
    5. User details should be stored in the local database and only if he do the payment and his registration details will be stored in the R/3.
    Is any one have any idea how to go ahead with the above function and give some inputs.
    Regards
    Ponnusamy

    Hi,
    Basically, you would have to use plain JDBC / Open SQL or some persistence framework on top of it (e.g. JPA if you're on Java EE 5 / NW CE 7.1, or EJB CMP, JDO, Hibernate with previous NW releases) to store and load data in the local DB. For updating the backend ("R/3") you would use SAP JRA which is based on SAP JCo.
    Search for these terms on help.sap.com and you will find plenty of information about it.
    HTH!
    \-- Vladimir
    PS: Once again, I'd like to remind you to read the [Rules|https://wiki.sdn.sap.com/wiki/display/HOME/RulesofEngagement], in particular regarding cross-posting. Violating the rules may result in banning your user.

  • How to register non-wsdl based URL in OEG

    How do we register a non-wsdl based URL endpoint in OEG? We had no problem registering a simple WSDL based endpoint on an OEG server. However we cannot find documentation on how to secure/register a RESTful or JSON – URL based service (SOAP, XML over HTTP type service).
    Does this functionality exist? Or are there best practices on what to do with OEG for these types of services?
    Our use case looks like:
    Akamai - - > OEG - -> OSB (WSDL, RESTful, JSON type web services) - -> .Net service (WSDL, RESTful, JSON type web services)

    In case of REST and other non-WSDL type services, there is no SOAP/WSDL based web service like registration process, you'd use OEG as the proxy. You can receive REST based requests at OEG, retrieve parameters (there are convenience filters available for retrieval of attribute values and other types of REST related functions in OEG, as part of the Policy library, "Extract REST Request Attribute", "Validate REST filter", "Create REST Request" etc. - search for REST at the top using Policy Studio, drag it on to canvas and click help for docs on these filters) and do the routing to actual REST end point services. You have the option to receive and use the SOAP message as a basis of generation of the REST url.
    REST to SOAP - http://www.soatothecloud.com/2008/11/how-to-convert-from-rest-to-soap.html
    SOAP to REST - http://markoneill.sys-con.com/node/1989916
    On use with JSON: you can convert XML to JSON on the outbound side to serve mobile clients etc. using script based(standard XSLT) conversions at the gateway. Conversions to Java using google gson library is also an option.
    To register a REST service, simply map the path (e.g. "/MyRESTService") to the policy you're using to process the REST request.
    Let's say you want to simply route a REST request through OEG (e.g. - to OSB). You would create a policy (right-click on "Policies" and add it). Drag in a "Static Router" filter and place in it the hostname and port of the host you want to route to (e.g. - to OSB). Then right-click on it and choose "Set as start" so that it is the first thing which is processed for this REST request. Then drag in a "Connection" filter, and chain it (using a green arrow) after the Static Router filter. The "Connection" filter actually makes the connection to the backend host.
    Now, map the path (using "Add Relative Path") to the service so that if a REST request to "/MyRESTService" or "/MyRESTService/something" comes into OEG, it is routed on to the backend host.
    Deploy your policy (using F6 or the "deploy" button on the Policy Studio toolbar). Then send in your REST request.
    There is actually already a simple REST service setup on OEG, called "healthcheck". If you point a browser to http://<OEG_IP_ADDRESS:8080/healthcheck" then this is run.
    If the backend REST service returns JSON, the response JSON will simply be sent back through OEG.

  • How to connect to the local user database ??

    Hi,
    how can i connect to the local oracle ltie database that is created
    for each individual user (with msql or sqlplus) ?? I created a
    user ms and published an app the user can access. In the oldb40
    directory there is a "ms" directory which contains the database
    for the user ("demoapp.odb"). The DSN Name "ms_demoapp" exists
    and points to the correct directory and file. But how can i
    connect to that database with msql or sqlplus. I tried all
    possible combination of an url string i can think of, but
    nothing did work.
    Any ideas ?? Thanks in Advance.
    ms

    But were you able to connect to the database and make a query on the table you have made through the application. I have tried the todo List example and have seen that the data is stored in a file. But I am not very sure how to query the database using msql. Pls help!
    Thanks in advance,
    Rajiv.

  • How to create groups with non-local addresses

    I want to create a mailing group that consists of non-local addresses like [email protected], [email protected]
    How to do this ? I know that editing /etc/aliases redirects to local accounts only. The above is possible by editing /etc/postfix/virtual and do a postmap on this file. Is there any alternate way ?

    I use an include file for my groups - easier to modify...
    In /etc/postfix/aliases...
    some_groupname: :include:/path_to/groupname.txt
    In the 'groupname.txt' file (textedit, plaintext file), a list of the members...
    localemailuser
    [email protected]
    After any edit of the group file... sudo newaliases
    -david

  • How does one register a non apple phone number so as use ichat and texting with that phone number?, How does one register a non apple phone number so as use ichat and texting with that phone number?

    How does one register a non apple phone number so as use ichat with that phone?

    Have you tried applying the update by going to Help>Updates within Photoshop Lightroom?  The update should be using the same licensing?  Did you perhaps customize the installation location?  Finally which operating system are you using?

  • How to connect SQL Dev to local database?

    Hi all,
    I have a local database on my laptop. I connect to the database using direct connect without passing the listener and tnsnames.ora, because I shut it down.
    How can I connect my SQL Developer to the database using direct connect?
    Thanks

    I don't think this is possible because even the basic connection type requires to give a hostname, port number and Oracle SID:
    http://download.oracle.com/docs/cd/E18464_01/doc.30/e17472/dialogs.htm#BACEDDJF

  • How do you connect Flash Builder to a NON-LOCAL PHP Server?

    Is it possible to connect Flash Builder 4 to a non-local PHP Server?  In my case, I want to connect to a PHP server on my web-host (similar to GoDaddy).
    This seems like a really stupid question, but every single tutorial or forum post I've Googled in the past 2 hours talk about how easy this is but all of them use "...localhost..." in the Root URL and I can't find anywhere in Flash Builder to enter FTP style credientals!
    I do not want to turn my PC into a PHP/SQL/IIS server.  I want to be able to do all of my work remotely as I do with Dreamweaver. 
    I've been trying to do this one simple thing for the better part of 2 days and can't believe how under-documented this feature is.
    Please please please help!
    Thanks
    Charles

    Upload your services to a directory on your host, upload your remoting app (Zend AMF etc) and configure it, then change the end point in your code to the gateway.php on your server:
    yourService.endpoint = "http://www.yoururl.com/pathway-to-your/gateway.php";
    For instance, one of mine are:
    protected function updateButton_Click(event:MouseEvent):void
                    // TODO Auto-generated method stub
                    support_Requests.ticket_id = supportGrid.selectedItem.ticket_id;
                    support_Requests.hub = supportGrid.selectedItem.hub;
                    support_Requests.username = supportGrid.selectedItem.username;
                    support_Requests.contactNumber = supportGrid.selectedItem.contactNumber;
                    support_Requests.email = supportGrid.selectedItem.email;
                    support_Requests.request = supportGrid.selectedItem.request;
                    support_Requests.status = statusButtons.selectedValue.toString();
                    support_Requests.note = noteUpdate.text;
                    supportRequestsService.endpoint = "http://www.not-telling-you-my-url/app-resources/gateway.php";
                    updateSupport_RequestsResult.token = supportRequestsService.updateSupport_Requests(support_Requests);
                    currentState='Home';

  • How to configure a listener to listen on a different port rather than 1521 and register it on the database

    Hi Everyone,
    I have used 11gR2 RAC for a couple of years and now I've got this issue because I have tried to setup more than one database on RAC infrasturcture:
    I have an existing database on my RAC. (lets call it orcl) which is listening on port 1521 and is functioning properly. Now I want to create anoher database (call it test) which is going to listen on port 1526. I am able to create a listener using netca, (as oracle recommended, I've created it with grid user). I am also able to create a database using dbca (with dba user). My problems stem from when I want to configure listener to register with the new database. If i set local_listener to my newly configured database, it won't be able to tnsping and therefore login. If I create tnsnames.ora file on local or remote server, I am able to ping the database, but when I want to connect using sql*plus (or any other client) I receive TNS-12514 error. By the way, I am using AIX 7.1 as my machine.
    Let me know if any more info is required on this topic.

    > Now I want to create anoher database (call it test) which is going to listen on port 1526.
    Why? What is the purpose of using another listener? An Oracle Listener was designed to service multiple databases running on the same server. In all my years of working with Oracle and running multiple databases on the same machine, I have yet to be required to run more than one listener. And almost every single time I've seen someone try to provide rationale for multiple listeners, the technical reasons have no merit.
    > If i set local_listener to my newly configured database
    The LOCAL_LISTENER parameter does not point to a database...it points to a LISTENER!
    LOCAL_LISTENER=(ADDRESS = (PROTOCOL=TCP)(HOST=hostname)(PORT=1526))
    Cheers,
    Brian

Maybe you are looking for

  • Carry text from billing document to the accounting document items

    Hi, We have a requirement where we want to post text to the line items in the accounting document generated from a billing document. Can someone help please!! Can this text be created from the billing document itself?? Thanks! Regards, Angad

  • Applicatio​n windows too big

    The screen size of the desk top is fine. Every application you open - IE - WORD - EXCEL etc... is too big on the screen. How do you make the information smaller in windows 7 ??

  • Create a page to display thumbnail images

    I would like to create a Gallery Page on our web site to display lots of images of our sports club members doing sport. Ideally it would be lots of thumbnails which can be selected to view in a larger box on the page. Can anyone give me an idiot's gu

  • Difference between editions

    hi all, what are the main difference between enterprise edition,personal edition and standard editions of the database.

  • Took OCP two years ago, cant locate my Prometric ID

    Hi. I understand that I need to enter my old Prometric ID in order to link to the Pearson VUE. (I need to take new 11g exam next week). I do not have my Prometric ID. How can I find this? I have tried the Prometric site, but I cant find anywhere rega