Multiple instances and listener/connect problem

Hi All
I Installed Oracle 8.0.5 on Redhat 6.2 , successfully. but I
have a problem Could any one please help me? Here i describe my
problem, please read patiently.
I am running three instances (t1,t2,t3). ( i started this
instances by logging in as 3 diferent users t1,t2,t3). and I
have included all this instances in the listener.ora properly.
now i start the listenr using LSNRCTL start, listener says 3
service handlers t1,t2,t3. ( all the t1,t2,t3 instances are up
and running i cheked using v$instance view by logging in as sys
as sysdba at svrmgrl)
now when i access t2 from the oracle client such as sqlplus
from a client machine, i get an error ORA-01034 Oracle Not
Avialable. this error i am getting only when i try to connect to
t2 and t3 instances. but when i connect to t1 the connection is
successful, one thing i observed here is i started the listener
from the login session of t1, so i stopped the listener and
started it again as the t2 user, now some thing strange ,
connection to t2 is successfull but t1 and t2 are giveing the
same error ORA-01034 Oracle not avialble. in the same way for
team3.
so if i start the listener from the same login session where
the instance is running ONLY that instance is accessible.
Could U please help me if any one has idea about this
situation.
Thanks in advance.

The listener.ora configures the server. You should configure your
clients using tnsnames.ora. You could use a unified tnsnames.ora
by pointing the TNS_ADMIN to the same location.

Similar Messages

  • Multiple instances and Apache 2.2

    I went thru the below livedoc to create multiple instances
    and then associate them with apache config..
    http://tinyurl.com/yzjpsl
    But the instances are all started but I have two problems.
    1. I cant find the CF administrator for all the sites
    2. I can go to each instance administrator page but not the
    main one and also apache does not resolve the VHosts.
    Thus if I type in the full domain for one of the instance
    sites then I get the page not found..
    SO assume my problem is with apache config since the instance
    sites are started and I can access them on the LAN.
    This is my changes I made to the config of apache..
    # JRun Settings
    LoadModule jrun_module
    "C:/JRun4/lib/wsconfig/1/mod_jrun22.so"
    <IfModule mod_jrun22.c>
    JRunConfig Verbose false
    JRunConfig Apialloc false
    JRunConfig Ssl false
    JRunConfig Ignoresuffixmap false
    #JRunConfig Serverstore
    "C:/JRun4/lib/wsconfig/1/jrunserver.store"
    #JRunConfig Bootstrap 127.0.0.1:51020
    #JRunConfig Errorurl <optionally redirect to this URL on
    errors>
    #JRunConfig ProxyRetryInterval 600
    #JRunConfig ConnectTimeout 15
    #JRunConfig RecvTimeout 300
    #JRunConfig SendTimeout 15
    AddHandler jrun-handler .jsp .jws .cfm .cfml .cfc .cfr
    .cfswf
    </IfModule>
    # Use name-based virtual hosting.
    NameVirtualHost *:80
    <VirtualHost *:80>
    ServerAdmin [email protected]
    DocumentRoot "E:/Apache2/htdocs/nathess"
    ServerName www.nathess.com
    <IfModule mod_jrun22.c>
    JRunConfig Verbose false
    JRunConfig Serverstore
    "C:/JRun4/lib/wsconfig/1/jrunserver.store"
    JRunConfig Bootstrap 127.0.0.1:51000
    </IfModule>
    </VirtualHost>
    <VirtualHost *:80>
    ServerAdmin [email protected]
    DocumentRoot "E:/Apache2/htdocs/mgel"
    ServerName www.mariannegel.com
    <IfModule mod_jrun22.c>
    JRunConfig Verbose false
    JRunConfig Serverstore
    "C:/JRun4/lib/wsconfig/MGel/jrunserver.store"
    JRunConfig Bootstrap 127.0.0.1:51002
    </IfModule>
    </VirtualHost>
    <VirtualHost *:80>
    ServerAdmin [email protected]
    DocumentRoot "E:/Apache2/htdocs/destinationcdg"
    ServerName www.destinationcdg.com
    <IfModule mod_jrun22.c>
    JRunConfig Verbose false
    JRunConfig Serverstore
    "C:/JRun4/lib/wsconfig/DestinationCDG/jrunserver.store"
    JRunConfig Bootstrap 127.0.0.1:51003
    </IfModule>
    </VirtualHost>
    <VirtualHost *:80>
    ServerAdmin [email protected]
    DocumentRoot "E:/Apache2/htdocs/mls"
    ServerName www.multilingit.com
    <IfModule mod_jrun22.c>
    JRunConfig Verbose false
    JRunConfig Serverstore
    "C:/JRun4/lib/wsconfig/MLS/jrunserver.store"
    JRunConfig Bootstrap 127.0.0.1:51004
    </IfModule>
    </VirtualHost>

    I went thru the below livedoc to create multiple instances
    and then associate them with apache config..
    http://tinyurl.com/yzjpsl
    But the instances are all started but I have two problems.
    1. I cant find the CF administrator for all the sites
    2. I can go to each instance administrator page but not the
    main one and also apache does not resolve the VHosts.
    Thus if I type in the full domain for one of the instance
    sites then I get the page not found..
    SO assume my problem is with apache config since the instance
    sites are started and I can access them on the LAN.
    This is my changes I made to the config of apache..
    # JRun Settings
    LoadModule jrun_module
    "C:/JRun4/lib/wsconfig/1/mod_jrun22.so"
    <IfModule mod_jrun22.c>
    JRunConfig Verbose false
    JRunConfig Apialloc false
    JRunConfig Ssl false
    JRunConfig Ignoresuffixmap false
    #JRunConfig Serverstore
    "C:/JRun4/lib/wsconfig/1/jrunserver.store"
    #JRunConfig Bootstrap 127.0.0.1:51020
    #JRunConfig Errorurl <optionally redirect to this URL on
    errors>
    #JRunConfig ProxyRetryInterval 600
    #JRunConfig ConnectTimeout 15
    #JRunConfig RecvTimeout 300
    #JRunConfig SendTimeout 15
    AddHandler jrun-handler .jsp .jws .cfm .cfml .cfc .cfr
    .cfswf
    </IfModule>
    # Use name-based virtual hosting.
    NameVirtualHost *:80
    <VirtualHost *:80>
    ServerAdmin [email protected]
    DocumentRoot "E:/Apache2/htdocs/nathess"
    ServerName www.nathess.com
    <IfModule mod_jrun22.c>
    JRunConfig Verbose false
    JRunConfig Serverstore
    "C:/JRun4/lib/wsconfig/1/jrunserver.store"
    JRunConfig Bootstrap 127.0.0.1:51000
    </IfModule>
    </VirtualHost>
    <VirtualHost *:80>
    ServerAdmin [email protected]
    DocumentRoot "E:/Apache2/htdocs/mgel"
    ServerName www.mariannegel.com
    <IfModule mod_jrun22.c>
    JRunConfig Verbose false
    JRunConfig Serverstore
    "C:/JRun4/lib/wsconfig/MGel/jrunserver.store"
    JRunConfig Bootstrap 127.0.0.1:51002
    </IfModule>
    </VirtualHost>
    <VirtualHost *:80>
    ServerAdmin [email protected]
    DocumentRoot "E:/Apache2/htdocs/destinationcdg"
    ServerName www.destinationcdg.com
    <IfModule mod_jrun22.c>
    JRunConfig Verbose false
    JRunConfig Serverstore
    "C:/JRun4/lib/wsconfig/DestinationCDG/jrunserver.store"
    JRunConfig Bootstrap 127.0.0.1:51003
    </IfModule>
    </VirtualHost>
    <VirtualHost *:80>
    ServerAdmin [email protected]
    DocumentRoot "E:/Apache2/htdocs/mls"
    ServerName www.multilingit.com
    <IfModule mod_jrun22.c>
    JRunConfig Verbose false
    JRunConfig Serverstore
    "C:/JRun4/lib/wsconfig/MLS/jrunserver.store"
    JRunConfig Bootstrap 127.0.0.1:51004
    </IfModule>
    </VirtualHost>

  • ORA-12505: Database Instance and Agent Connection to Instance will not work

    Hi,
    I have the following error: in Oracle 10g I try to connect to OEM and the listener is up but the Database Instance and Agent Connection to Instance are down. When I attempt to restart the instance, OEM will just hang indefinitely. I have used tnsping and the results are OK. Is that descriptive enough? What can I do to fix this?
    regards,
    John

    I changed the SID because I was mistaken and thought of the oracle database name. I have corrected the ORACLE_SID to that given in my tnsnames.ora file which I post here:
    ORACLE =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = Lasirius-laptop)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = oracle)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    These are the default settings that were made on installation. I have been working with this installation for 2 months, and it just suddenly stopped working. I have changed no other settings apart from the mistaken ORACLE_SID environment variable in this post, which has now been changed to PLSExtProc. Here is my init.ora:
    # replace "clustdb" with your database name
    db_name = clustdb
    compatible=9.0.0
    db_files = 1024 # INITIAL
    #INITIAL
    #db_files=80
    #SMALL
    #DB_files=400
    #MEDIUM
    #db_files=1000
    #LARGE
    control_files = ("\\.\clustdb_control1", "\\.\clustdb_control2")
    db_file_multiblock_read_count = 8 # INITIAL
    # db_file_multiblock_read_count = 8
    #SMALL
    #db_file_multiblock_read_count = 16
    #MEDIUM
    #db_file_multiblock_read_count = 32
    #LARGE
    #Datawarehouse
    db_block_size=8192
    # Transaction processing
    # db_block_size=4096
    open_cursors=300
    #Transaction processing
    #sort_area_size=524288
    #Datawarehouse
    sort_area_size=1048576
    large_pool_size=1048576 #Transaction processing, Datawarehouse
    db_cache_size=50331648 #Datawarehouse, Transaction processing
    java_pool_size=67108864 #Datawarehouse, Transaction processing
    # db_block_buffers = 200 # INITIAL
    # db_block_buffers=100 #SMALL
    # db_block_buffers =550 # MEDIUM
    # db_block_buffers=3200 #LARGE
    #shared_pool_size = 52428800 # INITIAL
    shared_pool_size = 67108864 # datewarehouse, transaction processing
    log_checkpoint_interval = 10000
    processes = 59 # INITIAL
    # processes = 50
    #SMALL
    #processes = 100
    #MEDIUM
    #processes = 200
    #LARGE
    parallel_max_servers = 5
    #SMALL
    # parallel_max_servers = 4 x (number of CPUs)
    #MEDIUM
    # parallel_max_servers = 4 x (number of CPUs)
    # LARGE
    log_buffer = 8192 # INITIAL
    #log_buffer = 8192
    #SMALL
    #log_buffer = 32768
    #MEDIUM
    #log_buffer = 163840
    #LARGE
    # audit_trail = true # if you want auditing
    # timed_statistics = true # if you want timed statistics
    max_dump_file_size = 10240 # limit trace file size to 10 K each
    # Uncommenting the line below will cause automatic archiving if archiving has
    # been enabled using ALTER DATABASE ARCHIVELOG.
    # log_archive_start = true
    # log_archive_dest = %ORACLE_HOME%/admin/clustdb/arch
    # log_archive_format = "%%ORACLE_SID%%T%TS%S.ARC"
    # If using private rollback segments, place lines of the following
    # form at the end of this file:
    # <sid>.rollback_segments = (name1, name2)
    # If using public rollback segments, define how many
    # rollback segments each instance will pick up, using the formula
    # # of rollback segments = transactions / transactions_per_rollback_segment
    # In this example each instance will grab 40/10 = 4:
    # transactions = 40
    # transactions_per_rollback_segment = 10
    # Global Naming -- enforce that a dblink has same name as the db it connects to
    global_names = TRUE
    # Edit and uncomment the following line to provide the suffix that will be
    # appended to the db_name parameter (separated with a dot) and stored as the
    # global database name when a database is created. If your site uses
    # Internet Domain names for e-mail, then the part of your e-mail address after
    # the '@' is a good candidate for this parameter value.
    # db_domain = us.acme.com # global database name is db_name.db_domain
    # Uncomment the following line if you wish to enable the Oracle Trace product
    # to trace server activity. This enables scheduling of server collections
    # from the Oracle Enterprise Manager Console.
    # Also, if the oracle_trace_collection_name parameter is non-null,
    # every session will write to the named collection, as well as enabling you
    # to schedule future collections from the console.
    # oracle_trace_enable = TRUE
    # define directories to store trace and alert files
    background_dump_dest=%ORACLE_HOME%/admin/clustdb/bdump
    user_dump_dest=%ORACLE_HOME%/admin/clustdb/
    db_block_size = 4096
    remote_login_passwordfile = exclusive
    # text_enable = TRUE
    # The following parameters are needed for the Advanced Replication Option
    job_queue_processes = 2
    # job_queue_processes = 4 #datawarehouse
    # job_queue_interval = 10
    # job_queue_keep_connections = false
    distributed_transactions = 5
    open_links = 4
    # The following parameters are instance-specific parameters that are
    # specified for two instances named clustdb1 and clustdb2
    undo_management=AUTO # For automatic undo management
    # = MANUAL For manual/RBS undo management
    cluster_database= true
    cluster_database_instances=2
    remote_listener=LISTENERS_CLUSTDB
    # First instance specific parameters
    clustdb1.thread=1
    clustdb1.instance_name=clustdb1
    clustdb1.instance_number=1
    clustdb1.local_listener=listener_clustdb1
    clustdb1.remote_login_passwordfile = exclusive
    # Comment out clustdb1.undo_tablespace and uncomment clustdb1.rollback_segments
    # when undo_management=MANUAL
    clustdb1.undo_tablespace = UNDOTBS1
    # clustdb1.rollback_segments = (rbs1_1,rbs1_2)
    # Second instance specific parameters
    clustdb2.thread=2
    clustdb2.instance_name = clustdb2
    clustdb2.instance_number = 2
    clustdb2.local_listener = listener_clustdb2
    clustdb2.remote_login_passwordfile = exclusive
    # Comment out clustdb2.undo_tablespace and uncomment clustdb2.rollback_segments
    # when undo_management=MANUAL
    clustdb2.undo_tablespace = UNDOTBS2
    # clustdb2.rollback_segments = (rbs2_1,rbs2_2)

  • PHP and MySQL Connection problem

    I am trying to make a PHP MySQL on a remote server connection in Dreamwesaver CS3.
    When I enter the information (host, user, password, etc.) and hit TEST, I get the following error message.
    "Access Denied. The file may not exist, or there could be a permission problem. Make sure you have proper authorization on the server and the server is properly configured."
    I know the user, password, etc. work, as I can access the MySQL database with other software.
    I checked with my host and they say there are no permission problems on their end.
    I have checked the settings on the Test Server page in Site Setup and everything looks correct and works there.
    I have not seen this particular problem described in other forum postings (although there are a LOT of postings on this topic!).
    Any help would be appreciated.

    I thought my testing server was the remote server and is always on as far as I know. I don't know how to turn it on or off.
    Is there some other testing server that I should be aware of?
    Frank
    Date: Wed, 3 Jun 2009 15:43:02 -0600
    From: [email protected]
    To: [email protected]
    Subject: PHP and MySQL Connection problem
    I know you are using remote, but is your testing server on? if not turn that on and see if that does it. it just happened to me working on remote server and could not get mysql conn to work, until I turn on my testing (developer server), then I was able to connect to mysql and the tables that I created in phpmyadmin remotly was downloaded.
    >

  • The OEM is showing the instance and listener down but they are up

    Hi,
    I'm facing one problem with my OEM. On the OS level, I checked that the listener and the instance are running. But when I put the information on the file portlist.ini adding these info on the address http of the OEM, on the browse on the Windows environment, it show me that the instance and the listerner are down.
    The instance and the listener are running on one unix machine. no problems to connect using sqlplus.
    Any idea about this?
    Thanks,
    Serg

    Sorry the delay Rob,
    follow the message that I see on the : Enterprise Manager is not able to connect to the database instance. The state of the components are listed below.
    Then bellow on the same window open on my browse I see that for OEM the database instance and the listener are down status. On the right side the startup botton is able.
    Any idea?
    Tks,
    Serg

  • Multiple instances of a subVI - problem if running as executable

    Hello LabVIEW gurus,
    I have written an application, which uses a VI-template to create multiple instances of this subVI which are
    running independently. I use 'Open VI Referece' and the 'Call By Reference Node' VIs. My application works
    fine if it is executed in the LabVIEW development environment.
    But if I use the Application Builder to create a stand alone program, the 'Call By Reference' method seems
    not to work. The program works without any error message, but the subVIs created by call by reference
    deliveres no results. I suppose the subVIs are not created properly.
    Has anybody an idea or hint to solve that problem. Are there any known issues with 'Call By Reference Node'
    and 'executables'. Are there special points to pay attention for?
    I have that problem with LabVIEW 7.0 and 7.1 (Windows2000 and WindowsXP(SP2))
    Thanks for any hint that could be helpful.
    Steffen

    Sorry for the obvious question but did you include the templates as
    dynamic VIs when building the application? Since these VIs are not part
    of the Top Level hierachy, they have to be include explicitely as
    dynamic VIs.
    By the way, when VIs are included as dynamic VIs they are put in the
    internal LLB of the executable file. When opening the VI reference,
    that internal LLB is first looked into for a VI of that name and if it
    is found there the actual path is ignored. The internal VI is opened so
    you don't have to care about absolute paths when using inluded dynamic
    VIs e.g. you can leave paths used during development. The actual path
    is important only when the referenced VI is located outside the
    executable.
    LabVIEW, C'est LabVIEW

  • Mountain Lion upgrade and Internet connection problems ?

    Since I upgraded my Macbook Air, it does not want to connect to my home Internet network anymore. My Ipad, Iphone and tablet PC are all working fine, but to connect to the network I need to restart and even reset my router to be able to connect. Needless to say, I lose connection when it gets into sleep mode and when it is shut down. Anyone having the same problem or a solution ?

    I'm having similar problems with a 2012 13" MacBook Air. It's brand new, came installed with Mountain Lion.
    I get disconnected from the wireless randomly and the wireless icons turns gray. Like you, I have an iPad, multiple computers and they all work fine.
    Instead of restarting the router, I go into Safari and do a network diagnostics and it picks up the connection easily enough.
    No solution as of yet, but I posted a topic here if you want to follow it:
    http://forums.macrumors.com/showthread.php?p=15435867

  • Multiple instances and mail config

    Maybe I dont understand the right concept of multiple
    instances but what I did was the following:
    Setup up an instance for each domain I have running as a
    VHost on apache.
    What I was trying to accomplish is the failover of any one
    domain and also to use separate mail settings for each domain.
    But this is where I seem to have misunderstood the concept of
    multiple instances, is it not possible to use a different smtp
    server for each domain? When my forms for each domain generates an
    email I want the email to originate from that domain not the main
    one setup in CF...
    Thanks

    Your on the right track.
    Set up say 4 websites (virtual hosts) eg www.mydomain1.com,
    www.mydomain2.com etc
    Set up 4 cf instances if you have 4 domains, maybe call them
    mydomain1, mydomain2 etc
    Using the Web Server configuration tool, config the cf
    instance mydomain1 to virtual host mydomain1, cf instance mydomain2
    to VH mydomain2 etc
    The website should now be working using their own Cf
    instances.
    Go into the CF Admin, scroll to the bottom of the left menu
    and you should see Instance Manager
    Clicking on this should either reveal the 4 cf instances or
    you may have to add them (should be a button)
    Once you see all 4, you should be able to click on the admin
    for each individual instance and change the smtp server as
    appropriate.
    This won't give you failover though, if a CF instance goes
    down, that site is gone. Clustering is the way to give failover and
    you can achieve this fairly easily.
    Expanding on the above example, you would create 8 CF
    instances eg mydomain1-1 mydomain1-2, mydomain2-1 mydomain2-2.
    Create 4 clusters eg mydomain1cluster, mydomain2cluster etc
    In the CF Administrator Add mydomain1-1, mydomain1-2
    instances to mydomain1cluster etc
    Using the Web Server configuration tool, config the cluster
    mydomain1cluster to virtual host mydomain1 etc
    each domain should now be using 2 cf instances, you will be
    able to down on of those instances the the site will continue
    working.
    Back in the instance manager under CF Admin, you should now
    have 8 instances - config mydomain1-1, mydomain1-2 to the
    appropriate smtp server etc
    The above is for CF MX 6 onwards too, not sure about previous
    versions.
    I think thats what your after? I've skimmed over some parts
    above in relation to the clustering, but there's a handy doc
    floating around on the web by Herrlich & Ramuschkat that will
    guide you through it.
    BTW, those instances can sit on multiple physical servers for
    hardware redundancy. Depending on how many domains you have and the
    power of your machines, this is a preferred way to go although
    expensive due to multiple CF licences

  • MacBook Pro and Airport connection problem

    My MacBook Pro has a volatile connection to my Airport Express base station.
    I have a 2-month old 15.4" MacBook Pro (Intel Core 2 Duo), all software updates are installed, etc. I connect to the internet through an Airport base station. For the past few days my MBP has had a dodgy connection, slowing down at seeming random and then occasionally disconnecting from the base station entirely, although the Airport icon on the MBP is always on. While downloading a file I noticed that the speed of the connection was incrementally slowing until it stopped, and it was only after a couple of retries and then connecting to the base station again (by finding it amongst the other networks on the pull-down menu that you get when you click on the Airport icon) that my connection resumed at its previous speed.
    My 12" PowerPC iBook connects to the internet over this Airport base station at full speed, no problems.
    I've tried resetting the PRAM on my MBP without change.
    One possibly noteworthy change is that this past week I updated my Parallels software to 3.0, which may have an effect based on some of the other threads I've read.
    What now?!

    After trying all of the above the suggestions, the problem returned as before. However, after digging some more I discovered that the issue appears to lie with the 10.4.10 version of the Mac OS; when I checked the software log under the system profiler I noticed that I had installed that update at about the time my Airport problems began. Apple then quietly released a v 1.1 combo update to 10.4.10 on July 2nd, which once installed appears to have resolved the problem. You can find the download at http://www.apple.com/support/downloads/macosx10410comboupdatev11intel.html
    What's curious is that originally Apple listed that the v 1.1 combo update resolved some issues with RAW image data, and some sound problems, which don't seem to have anything to do with Airport.

  • Broadband/internet and wireless connection problem...

    Towards the end of 2101 I received an email informing me that BT would be upgrading my local line and I could expect a much improved service. Whether this 'upgrade' has been the cause of my problems or is merely coincidental I cannot say. Prior to my experience since this time I could count lost broadband in hours per year (I never had internet or wireless connection problems). 
    Since the end of 2010 I now regularly lose my broadband completely every six to eight weeks. 'Home Hub cannot connect to broadband.' There is a worsening loss of speed? over a period of two to four days at the end of which I need to phone BT three/four/five, etc. times until they manage to locate the problem and fix it. It is always some problem they find on the line or with their equipment.
    I always mention that this is an ongoing problem. Never do they take any action to escalate the issue.
    This week things have become considerably worse.
    I have started to lose my internet connection now. 'Safari cannot connect to the internet'.
    There are now two issues which arise concurrently.
    I phoned BT, finally the operative in India (through a very poor BT wireless phone connection) changed the channel of my router for me. He mentioned something about changing the address and password. This seriously exacerbated the situation. My password is not recognised now when I am asked to reconnect by selecting a network.
    The next occasion on which I lost my INTERNET connection and tried to reconnect I got the message 'Airport has the self-assigned IP address (...........) and is unable to connect to the internet.
    I phoned BT to report this and was told that this indicated an adapter problem and the problem was now out of BT's hands. I Should contact Apple. 
    I did so. Apple said I should contact BT to change channels. I explained this had caused the problem and they were now refusing to assist me. Apple tried everything that they could think of to resolve the issue (despite not being required to do so). Eventually the only suggestion they could make as BT had refused to help was to reinstall my operating system. Extremely drastic. But I can now connect wirelessly again.
    Service is still intermittent requiring constant restarts to regain connections.
    BT's response to a formal complaint was more of the usual banal questions, the usual tests, the usual promises of 'something would be done'.
    Their systems are not set up to make any sort of accurate diagnosis of customers' issues. They seem to have a set number of 'fixes' into which they try to fit all problems - one would assume simply to save costs - their cost saving exercises are now costing me money.
    That's all for starters.
    Any suggestions?
    Solved!
    Go to Solution.

    fredderf99 wrote:
    I have a similar problem, since BT "upgraded my broardband" my home hub looses internet connection at least twice a day and I have to power reset it. the broadband shows as connected but the internet connection is lost, if I try reconnecting it fails and only a power resetr will work. I have a temp solution by fitting a time switch to the mains adaptor and reseting it at 0200 each day. but before the upgrade the home hub had worked for years and no problems. i have also replaced the origonal home hub 1 with a home hub 2 to see if that improves the situation.
    welcome to the forum
    This subject has been marked as solved by the originator and you will get more response if you start your own subject rather than continue here.
    if you start your own subject just cut and paste your post and then in order to help please can you post the adsl stats from your router may need to 'show detail' to get all stats (if hub enter 192.168.1.254 in your browser and navigate to adsl or use a-z, if netgear enter 192.168.0.1) and run btspeedtester (MAC users may have problems) http://speedtester.bt.com and post the results .
    are you connected directly to the NTE5 master or test socket or to somewhere else? Do you have any phone extension sockets in your home?
    Have you tried the quiet line test? - dial 17070 option 2 - should hear nothing - best done with a corded phone. if cordless phone you may hear a 'dull hum' which is normal
    Someone may then be able to offer help/assistance/suggestions to your problem
    If you like a post, or want to say thanks for a helpful answer, please click on the Ratings star on the left-hand side of the post.
    If someone answers your question correctly please let other members know by clicking on ’Mark as Accepted Solution’.

  • Tiger and USB and Classic connection problems

    I have two instances where a USB device that worked in Panther/Classic will not connect/work in Tiger 10.4.3/Classic.
    One is StylusRIP software from Epson that I use to print Postscript files (mainly from IllustratorCS) with my Epson Stylus 3000. When it's working, the RIP runs in Classic, but shows up as a printer choice in the Print Center. It worked fine in Panther/Classic, but since I upgraded to Tiger the printer is not recognized. The printer works in OSX using the non-Postscript driver, so I know that basic connectivity (cables, ports, etc.) is OK.
    The other is a RoboLab USB infrared transmitter. Same scenario.
    While troubleshooting the transmitter, I tried booting into OS9 (on my G4) and the connection was made. It worked fine. I tried the same thing with StylusRip, and it too worked fine, the printer was recognized.
    My USB Epson scanner still works in OSX, but it has a native driver.
    Can anyone tell me what could be different about the way Tiger handles USB that could affect the interoperability with devices/software that require Classic?
    Any suggested troubleshooting? Is it possible to "reset" the USB ports? I've reset the PRAM, haven't tried resetting NVRAM.

    Thanks for your reply. Yes, I am running 9.2.2. The only thing that changed was the update to Tiger. I have called ESPON, and they refer me to Adobe because they licensed the RIP from Adobe. I've not had any success with that yet. The last update of RIP does not support the Stylus 3000 printer, and I don't think it's native anyway. The set-up I was using was a "non-supported workaround", so I may just be out of luck. Which is a pain, because the printer still has some miles on it. I may try to see if I can use an older Mac running 9.2.2 as a print server.
    Robolab has an OSX native update out, so we will get that.
    What I found curious was that both pieces of software, or the USB connectivity required by both, was broken by Tiger.

  • Multiple Instances and schemas to One

    Hi,
      Good Morning to all gurus.
    Using Oracle Version 11.2.0.2
    We have a database With 4 instances and Each Instance will be having 10 to 15 schemas Based on Countries. Here in all schemas we will be having Huge data's (count may be 3 to 5 crores for some 10 tables)
    Now am keen to Know If i change the above to a single instance and Single Schema(Common for all countries) What Pros and cons Will be there (Technical).
    Any Links or Answers are highly appreciated.
    HOPE GURUS Here can help me study and understand the above scenarios.
    Regards,
    Simma....

    http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:2246908001297
    cons: 
    o harder to manage
    o harder to upgrade
    o harder to patch
    o harder to maintain
    o causes your shared pool size to increase 1,000 times (shared sql goes down the tubes)
    o takes more space
    o queries against the dictionary will be impacted
    o latching on the shared pool goes WAY up (latching = locks = serialization device =
    slows you down)
    pros:
    o none that I can think of.
    https://forums.oracle.com/thread/1032030
    Seperate schemas have advantages with security, privacy, seperation of duties, and change control. Seperate schemas also have the advantage of logical granularity / grouping for easier management, upgrade, decommission, scalability, hardware or software migration.
    Yes, you can develop applications faster if you don't have to think about security, scalability etc, but it will come back to haunt you later.
    RobertGeier
    AND
    Separate schemas have the disadvantage of requiring additonal grants and privileges to support the reference of non-owned objects used in stored code and to support FK definitions across tables owned by different users.
    Naming standards and system codes can be used to identify and segregate objects defined under one schema.
    The use of solid naming standards with a well chosen group of owners (schemas) would likely be a good compromise. The choice really depends on how large the applicaiton is going to be object wise and how integrated the objects are going to be. The more integration the less separate owners is beneficial.
    IMHO -- Mark D Powell --

  • Installing multiple Instance and System Copy

    Hello All,
    In our customer landscape,we have a DEV Server and PRD server. Now the customer wants to install one more instance for Quality in the same DEV Server and then perform a system copy of PRD Server.(to make it 3 system landscape)
    How to perform this and what all the things to be considered before performing the same...?
    Kindly suggest.
    Thank You,
    Regards,
    Hasan

    It will install separate instance and same support pack level will come.
    You can see this video
    [System Copy and Migration]
    How to Perform a System Copy Export
    How to Perform a System Copy Import

  • Bluetooth keyboard and mouse connectivity problems

    I have an Apple bluetooth keyboard and Mighty Mouse connected to my Macbook Pro 13", running ML 10.8.1.
    The keyboard and mouse will constantly disconnect and re-connect on their own every few minutes. I'll see the "connection lost" notification, and then shortly after the "connected" notification. Also, even when the keyboard is connected, it often becomes unresponsive and/or strange things happen, such as the special characters menu appearing above the cursor (which I believe there is a keyboard shortcut to invoke, but I'm not doing that; it appears on its own).
    This never happened in Lion.
    Any idea what's happening and how to fix it?

    Hello:
    Try making the devices favorites.
    Barry

  • R/3 and EP connectivity Problem

    Hi Everbody,
    Plz can anyone will help me out ,
    i have problem ina acessing BAPI with EP, i have tried the connectivity which they have provided in SDN but still iam unable to connect....
    plz can anyonw will give me idea apart from the setting whatever we have in SDN any other setting need to be done  .. plz let me know....
    below setting what i ahve done......
    Configuring SLD in Sneak Preview SAP NetWeaver '04 Sneak
    After installing Sneak Preview SAP NetWeaver '04, you might want to try it by deploying J2EE application, portal application, or etc using SAP NetWeaver Developer Studio. However, in order to deploy and run Web Dynpro application with Adaptive RFC, System Landscape Directory (SLD) must be configured.
    Assumption
    1.     SLD has not been configured
    2.     It is stopped
    3.     The OS is Windows Server 2003 Enterprise Edition named ' sapnw2k3ent'
    4.     ABAP system is installed at ' sape50'
    Instruction Steps
    1.     Enter http://localhost:50000/sld with user ' admin' and password ' admin'<br/> 
    2.     Enter Administration page by clicking at navigation bar<br/> 
    3.     Enter Server Setting page<br/> 
    4.     Fill your hostname, sapnw2k3ent, in Object Server field and click Set button in section Server Parameters<br/> 
    5.     Go back to Administration page and start server
    6.     Enter Import page. Fill c:\usr\sap\J2E\SYS\global\sld\model\cr_content.zip in File field.<br/> 
    7.     Click on button ' Import CR Content from Server' and wait for a while. There are 25866 objects to be imported.
    8.     Enter Data Supplier Bridge page
    9.     Set Update local SLD to true, RFC Gateway server to sape50 and click on button ' Start Bridge'
    10.     Start Visual Administrator at C:\usr\sap\J2E\JC00\j2ee\admin\go.bat
    11.     If this is the first time for Visual Administrator, you have to create new connection with port 50004<br/> 
    12.     In Global Configuration -> Server -> Services -> Security Provider, set SynchPermissionsWithDatabase to true
    13.     Select Cluster -> J2E -> Server -> Services -> SLD Data Supplier
    14.     In Runtime tab page, select HTTP Settings tab page
    15.     Fill below information
    <tbody> Host     localhost
    Port     50000
    User     admin
    Password     admin</tbody>
    16.     Go back to Information tab page and click on trigger button 
    17.     Close Visual Administrator
    18.     Go to Home -> Technical Landscape via web browser and choose Technical System Type as 'Web AS Java'
    19.     You should see J2E instance right here<br/> 
    20.     Start SAP Logon and enter tcode rz70
    21.     Enter localhost in Host field and sapgw00 in Service field
    22.     Click on Proposal button  and choose Yes in confirmation dialog<br/> 
    23.     Click on Activate button 
    24.     Click on Start Data Collection button  and choose Yes in confirmation dialog
    25.     You should get RFC call successful<br/> 
    26.     Go to Home -> Technical Landscape via web browser again and choose Technical System Type as 'Web AS ABAP'
    27.     You should see E50 instance right now<br/> 
    You are ready to deploy JCo application! Enjoy programming.
    i got stopped at 7th step whre its asking me password ...
    when i agve it compeleted 50% then got disconnected
    i did all above settings which are mentioned above , but still did not got success . plz help me its an urgent
    Anajli

    Hi Anjali,
    Generally it takes more than half an hour to  Import CR Content from Server.
    If this fails, there should be network connectivity failure or some connectivity issue. I dont think there is any problem with portal or SLD.
    As you say >>i got stopped at 7th step whre its asking me password ...
    This clearly indicates there is a connectivity failure that asks for the password. Check whether you have set any time out option.
    Regards,
    venkat.

Maybe you are looking for

  • Bt sport free in october

    it really makes me agry when companies like sky and now bt sport pull stunts like this as the paying subscribers get absolutely no discount no free airtime or anything if it was not for enjoying the rugby coverage i would cancel my subscription immed

  • Aggregate Level

    Hi all, I am trying to create a aggregate for an infocube. Is it possible to create 2 different aggregate level for same Infoobject? Say for exampl, i have infobject 0CO_AREA, i need to use it aggregation level 1 as well as aggregation level 2. Pleas

  • How to check the previous item value in a multirecord block

    Oracle Version:10g Forms Version:10g Hi all, Good morning to all,I have a multi-record block in a form where one of the items values is been selected from LOV.user can only select the value from LOV. If once user selects the value from LOV and moves

  • Elements 10 won't open a nef(raw) file?

    I downloaded photoshop elements 10.Uptated it.It still won't open a nef(raw) file.It just said it is the wrong type of file?What do I have to download to open and edit this type of file?

  • Problem with alias

    I've two tables. Table One contains 3 columns A,B,C where A is the Primary key. Table Two contains A,D,E where A is the foreign key. Select * from One,Two where One.A=Two.A So when I create a custom folder using above SQL ,it would say it is Not Vali