Sybase - Cannot connect from WL 7.0

Just trying to connect via weblogic 7.0 to sybase 12. I have achieve
this before but for some reason this time it does not want to connect.
Here is my Config.xml file :
<?xml version="1.0" encoding="UTF-8"?>
<!--If your domain is active, please do not edit the config.xml file.
Any changes made to that file while the domain is active will not have
any effect on the domain's configuration and are likely to be lost. If
your domain is inactive, you may edit this file with an XML editor. If
you do so, please refer to the BEA Weblogic Server Configuration
Reference documentation available from
http://edocs.bea.com/wls/docs70/config_xml. In general, we recommend
that changes to your configuration file be made through the
Administration Console.-->
<Domain ConfigurationVersion="7.0.0.0" Name="devdomain">
<Application Deployed="true" Name="DefaultWebApp"
Path=".\applications" StagedTargets="" TwoPhase="false">
<WebAppComponent Name="DefaultWebApp" Targets="devserver"
URI="DefaultWebApp"/>
</Application>
<Application Deployed="true" Name="certificate"
Path=".\applications" StagedTargets="" TwoPhase="false">
<WebAppComponent Name="certificate" Targets="devserver"
URI="certificate.war"/>
</Application>
<ApplicationManager Name="devdomain"/>
<EmbeddedLDAP
Credential="{3DES}rVXJSCLCCy3euCthYln79du0dIZr3voqGq4KAJVP7s8="
Name="devdomain"/>
<FileRealm Name="wl_default_file_realm"/>
<JDBCConnectionPool DriverName="com.sybase.jdbc2.jdbc.SybDriver"
Name="SybasePool1" Properties="user=sa;password="
URL="jdbc:sybase:Tds:localhost:5000/Aims"/>
<JTA Name="devdomain"/>
<Log FileName=".\wl-domain.log" Name="devdomain"/>
<PasswordPolicy Name="wl_default_password_policy"/>
<Realm FileRealm="wl_default_file_realm" Name="wl_default_realm"/>
<SNMPAgent Name="devdomain"/>
<Security GuestDisabled="false" Name="devdomain"
PasswordPolicy="wl_default_password_policy"
Realm="wl_default_realm" RealmSetup="true"/>
<SecurityConfiguration
Credential="{3DES}thCyvqqx4hNOILavZhoiX7vNiltLmHgiizgRvZ/zlMRSPZoxfKd3wCd0Sr0+Th517Sd+xe/ytEGvXA/ZkL8QNU+HIkc1ERBE"
Name="devdomain"/>
<Server ListenPort="7001" Name="devserver" NativeIOEnabled="true"
ServerVersion="7.0.0.0"
XMLEntityCache="XMLCacheMBean_devserver">
<COM Name="devserver"/>
<ExecuteQueue Name="default" ThreadCount="15"/>
<IIOP Name="devserver"/>
<JTAMigratableTarget Cluster="" Name="devserver"
UserPreferredServer="devserver"/>
<KernelDebug Name="devserver"/>
<Log FileName=".\devserver\devserver.log" Name="devserver"/>
<SSL Enabled="true" HostnameVerificationIgnored="true"
ListenPort="7002" Name="devserver"
ServerCertificateChainFileName="ca.pem"
ServerCertificateFileName="democert.pem"
ServerKeyFileName="demokey.pem"/>
<ServerDebug Name="devserver"/>
<ServerStart Name="devserver"/>
<WebServer DefaultWebApp="DefaultWebApp"
LogFileName=".\devserver\access.log" LoggingEnabled="true"
Name="devserver"/>
</Server>
<XMLEntityCache Name="XMLCacheMBean_devserver"/>
</Domain>
Has worked before, anyone have ideas pls??
TIA
Glenn

Hi Glenn,
The connection pool def doesn't have
Targets="devserver"
attrbiute, so teh pool is not getting deployed.
Hopr this helps.
Regards,
Slava Imeshev
"glenn" <[email protected]> wrote in message
news:[email protected]...
Just trying to connect via weblogic 7.0 to sybase 12. I have achieve
this before but for some reason this time it does not want to connect.
Here is my Config.xml file :
<?xml version="1.0" encoding="UTF-8"?>
<!--If your domain is active, please do not edit the config.xml file.
Any changes made to that file while the domain is active will not have
any effect on the domain's configuration and are likely to be lost. If
your domain is inactive, you may edit this file with an XML editor. If
you do so, please refer to the BEA Weblogic Server Configuration
Reference documentation available from
http://edocs.bea.com/wls/docs70/config_xml. In general, we recommend
that changes to your configuration file be made through the
Administration Console.-->
<Domain ConfigurationVersion="7.0.0.0" Name="devdomain">
<Application Deployed="true" Name="DefaultWebApp"
Path=".\applications" StagedTargets="" TwoPhase="false">
<WebAppComponent Name="DefaultWebApp" Targets="devserver"
URI="DefaultWebApp"/>
</Application>
<Application Deployed="true" Name="certificate"
Path=".\applications" StagedTargets="" TwoPhase="false">
<WebAppComponent Name="certificate" Targets="devserver"
URI="certificate.war"/>
</Application>
<ApplicationManager Name="devdomain"/>
<EmbeddedLDAP
Credential="{3DES}rVXJSCLCCy3euCthYln79du0dIZr3voqGq4KAJVP7s8="
Name="devdomain"/>
<FileRealm Name="wl_default_file_realm"/>
<JDBCConnectionPool DriverName="com.sybase.jdbc2.jdbc.SybDriver"
Name="SybasePool1" Properties="user=sa;password="
URL="jdbc:sybase:Tds:localhost:5000/Aims"/>
<JTA Name="devdomain"/>
<Log FileName=".\wl-domain.log" Name="devdomain"/>
<PasswordPolicy Name="wl_default_password_policy"/>
<Realm FileRealm="wl_default_file_realm" Name="wl_default_realm"/>
<SNMPAgent Name="devdomain"/>
<Security GuestDisabled="false" Name="devdomain"
PasswordPolicy="wl_default_password_policy"
Realm="wl_default_realm" RealmSetup="true"/>
<SecurityConfiguration
Credential="{3DES}thCyvqqx4hNOILavZhoiX7vNiltLmHgiizgRvZ/zlMRSPZoxfKd3wCd0Sr
0+Th517Sd+xe/ytEGvXA/ZkL8QNU+HIkc1ERBE"
Name="devdomain"/>
<Server ListenPort="7001" Name="devserver" NativeIOEnabled="true"
ServerVersion="7.0.0.0"
XMLEntityCache="XMLCacheMBean_devserver">
<COM Name="devserver"/>
<ExecuteQueue Name="default" ThreadCount="15"/>
<IIOP Name="devserver"/>
<JTAMigratableTarget Cluster="" Name="devserver"
UserPreferredServer="devserver"/>
<KernelDebug Name="devserver"/>
<Log FileName=".\devserver\devserver.log" Name="devserver"/>
<SSL Enabled="true" HostnameVerificationIgnored="true"
ListenPort="7002" Name="devserver"
ServerCertificateChainFileName="ca.pem"
ServerCertificateFileName="democert.pem"
ServerKeyFileName="demokey.pem"/>
<ServerDebug Name="devserver"/>
<ServerStart Name="devserver"/>
<WebServer DefaultWebApp="DefaultWebApp"
LogFileName=".\devserver\access.log" LoggingEnabled="true"
Name="devserver"/>
</Server>
<XMLEntityCache Name="XMLCacheMBean_devserver"/>
</Domain>
Has worked before, anyone have ideas pls??
TIA
Glenn

Similar Messages

  • Cannot connect from dreamweaver cs5.5 to mysql using the mysql connection wizard

    Cannot connect from dreamweaver cs5.5 to mysql using the mysql connection wizard error Http error 403 or 500 internal server error. I am using ubuntu mysql.
    a manual php script work fine
    <?php
    // open connection to mysql server
    $dbc = mysql_connect('localhost','root','password');
    if (!$dbc) {
                die('Not Connected' . mysql_error ());
    //select database
    $db_selected = mysql_select_db ("msinventory",$dbc);
    if (!$db_selected)
            die('Cannot Connect' . mysql_error());
    echo "TEST DONE1";
    ?>
    but the database connection wizard fails with http error 403 or 500
    i also use the HeidiSQL client and it works, the only problem is in dreamweaver.

    OK.  Did you really mean to ask this question on a ColdFusion forum, if it's DreamWeaver you're having problems with?  You're probably better off raising this on a DreamWeaver forum.  "Using the correct tool for the job" 'n'all.
    Adam

  • TS4502 why i cannot connect from computer to my ipad

    why i cannot connect from computer to my ipad

    you need to install latests version of itunes on the computer

  • Cannot connect from Mac Pro late 2013 to Macbook Pro

    Cannot connect from Mac Pro late 2013 to Macbook Pro . I have tried via ethernet and wifi. I can connect from the MBP to the Mac Pro but not vice versa. I have tried to connect to other MBP's on the same network with no luck. I try and connect as a registered user, as I usually do, with no luck. When I enter the Username and then Password the box vibrates as if the details are incorrect, they are not however.
    Thanks in advance
    Jeff

    It is 'just not working' again.
    To answer you question. Other sharing services work. I can connect as a guest. I can share screens. I cannot air drop.
    I cannot connect either way now i.e. from Mac Pro to MBP and vice versa.
    I cannot connect to my wife MBP either. My wife cannot connect to my Mac Pro.
    It neither works with wifi or ethernet cable.
    I can connect to my Time Capsule directly and Time Machine backups are working.
    The passwords are 100% correct.
    The Mac Pro is a late 2013. Does anyone else have a similar problem? I have never suffered this one before. Seriously effecting my workflow
    Thanks

  • Cannot connect from iMac to Windows Home Server 2011 shares

    Hi guys,
    I am having dificulties connecting from iMac to Windows Home Server 2011 shares.
    First of all it takes so long time to discover the share in iMac, which it's called "mediaserver". After finding it i cannot connect and gives "Connection Failed: message. If i choose "Connect As.." option i wait some time and then pops out with an error: "There was a problem connecting to the server "mediaserver". The server may not exist or it is unavailable at this time. Check the server name or IP address, check your network connection, and then try again."
    If i try from Finder -> Go -> Connect to Server ... write in Server Address : smb://mediaserver it fails. But if i write the IP address, like: smb://192.168.1.42 it works after couple of tries. If i try now to Make an Alias for the share i get "The operation can't be completed. An unexpected error occurred (eror code -8060)."
    Has anyone experienced these problems ? I have updated to Mac OS X version 10.7.3. Could that be the problem ?
    Any help will be much appreciated.
    Thank you in advance,
    Simi

    You need to reinstall the updated WHS connector for Mac.  You should then be able to access your shares on WHS 2011. 
    The problem I'm having is I can't get Time Capsule to recognize the WHS 2011 mapped folders that show up on the desktop as a drive, so Backup won't work.

  • Can Connect via Database Control but Cannot Connect from Enterprise Manager

    Hi experts,
    This is a 10g database on a Windows server.
    when I remote into the server:
    - I CAN connect via the web-based Database Control
    - I CANNOT connect to any db/instance via regular Ent Mgr - get the ugly "ORA-12154 TNS: could not resolve the connect identifier specified" error.
    I thought both tools used the same connection files (tnsnames, listerner etc), but maybe not.
    When db control connects, but Enterprise Manager cannot, what should I check to find the problem?
    Thank you.
    John

    Thanks madrid.
    I eventually got it to work by changing the tnsnames.ora in the client_1 folder
    This is the original:
    FS9ENFP1 =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = PNCLAFDB)(PORT = 1521))
    (CONNECT_DATA =
    (SID = FS9ENFP1)
    (SERVER = DEDICATED)
    ORCL=
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = PNCLAFDB)(PORT = 1521))
    (CONNECT_DATA =
    (SID = orcl)
    (SERVER = DEDICATED)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    I removed the EXTPROC entry and added entries for the ORCL and FS9ENFP1 databases, specifying server_database like this:
    FS9ENFP1_PNCLAFDB =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = PNCLAFDB)(PORT = 1521))
    (CONNECT_DATA =
    (SID = FS9ENFP1)
    (SERVER = DEDICATED)
    Not really sure WHY it is necessary to list an instance twice, once without server name and another with server name... but EM is able to connect now. I simply modeled tnsnames after another Oracle server where EM was able to connect.
    John

  • Creative Cloud cannot connect from behind a proxy.

    One of the most stupid things that Adobe has done is this stupid Creative Cloud solution. We have multiple users who are unable to access the Creative Cloud because the "brains" (and I use that term loosely) at Adobe decided to change their application without any warning.
    When using the Adobe Application Manager, the software would not connect to the Adobe servers when using a proxy, but that was fine because at least authentication was working. Now even that is failing since the update from Adobe Application Manager to Creative Cloud Desktop App. After much testing, and countless trials in trying to find a full application which does need to be constantly updated everytime it does connect to the internet, I was able to work out that if a proxy pac file is being used, then the application does not connect and fails because it cannot find the internet. When a proxy server and port is used, then it connects, but this is not a suitable solution.
    Is there anyone who has been able to use the software with proxy pac files enabled?
    Btw, here are some interesting reponses from the Adobe tech support who was neither supporting nor tech savvy:
    "Do you have a connection to the internet?" - After remoting on to my machine ...FROM THE INTERNET
    "You need to start the machine in safe mode." ME:"Why?" Support: "Because this free up resources, for the application to run"
    "It looks like the Internet connection is not working" - After repeatedly clicking Retry
    "I'll contact the 2nd tier support and we will be able to help you, because our main concern is that you can get a connection" Me:"How long will that take?" Support: "A couple of hrs" - 4 hrs later and still no word from tech support and I have already worked out the issue.
    So for any Adobe people, who actually want to help, I'm still waiting on my callback.
    All others, let me know if anyone has been able to get this working with proxy pac files.

    For any one trying to get this stupid thing working, I was able to find a solution for our environment.
    Namely adding both a proxy pac file for the users and then enabling the Proxy server settings for the application. This allowed the Adobe Creative Cloud application to connect to the internet and update. This also meant that we didn't need to add the sites into our filter list as they were already enabled for the users.
    Hope this helps others trying to get this working

  • Database Server - SQL Access: Cannot connect from code but from SSMS

    Hi,
    I am using following connection string in my asp.net web.config:
    [Less than symbol] add name="FMMConnectionString" connectionString="Data Source=xxxxxxxxx,1234;Initial Catalog=Test1Db;User Id=Rajeev;Password=xxxxxxxxxxxxx;" providerName="System.Data.SqlClient" [Slash][Greater than symbol]
    The database is on remote database server. The sql user/ developer 'Rajeev' is deliberately given restricted permissions (to protect our schema) using following sql commands:
    GRANT ALTER,EXECUTE, SELECT,INSERT,UPDATE,DELETE ON SCHEMA ::dbo TO Rajeev
    DENY VIEW DEFINITION ON SCHEMA::dbo TO Rajeev;
    GRANT CREATE PROCEDURE TO Rajeev;
    GRANT CREATE FUNCTION TO Rajeev;
    DENY ALTER ON SCHEMA::dbo TO Rajeev; -- To disallow Rajeev to create objects on dbo schema but only create in Rajeev schema while still being able to select, insert, execute on dbo schema. 
    The above connection string works perfectly fine when used from Visual Studio> Server Explorer. I am able to execute following sql queries without issues. Same is true when using SQL Server Management Studio using Rajeev credentials.
    select top 100 * from XYZEmployees
    execute usp_GetMMBSchemeDetails '1' 
    The error I get in web page is following:
    The stored procedure 'usp_GetMMBSchemeDetails' doesn't exist.
    When I ran code using breakpoints to see what is happening, I see that when connection object is being instantiated, the connection state is being closed with following error:
    at System.Data.SqlClient.SqlConnection.GetOpenConnection()
    at System.Data.SqlClient.SqlConnection.get_ServerVersion()
    I turned off my firewall to see if it was blocking but it did not help. I tried using Visual Studio 2012 as well as Visual Studio 2013 but same issue showed up.
    Kindly let me know why I am able to execute sql queries from SSMS and Visual Studio's Server Explorer but not from application code. Is there something that needs to be enabled on remote database server so that the queries can run from code? I like to create
    more users like Rajeev with restricted permissions to develop my application. So kindly provide a solution if you know.
    Thanks,
    Pullet

    Thanks Everyone for your insights :) 
    RSingh, Your approach works when using SSMS, not when called from application code (example: asp.net code-behind page calling a stored proc using connection object).
    My requirement is, I only wanted developer to do front end programming without having the ability to look at backend sql objects definitions. He/she can call the sql objects in the program as needed. 
    I am able to finally solve this requirement by following approach. Hope it helps others. 
    1. Right-click Rajeev user in Database> Security>Users and unselect 'dbowner' from 'General' tab> 'Database Role Membership' section even though Default Schema shows up as Rajeev schema. Now, this user can't do anything on dbo schema of database
    (as well as in any other user's schema in this database).
    2. Ran above commands but excluded following command which was identified as root-cause.
    DENY VIEW DEFINITION ON SCHEMA::dbo TO Rajeev;
    3. Now ran a script that denies 'view definition' of dbo schema's tables. It loops through all tables and denies 'view definition' on each table. Adapted the script of http://blog.extreme-advice.com/2013/01/23/grant-view-defination-permission-to-all-stored-procedures-in-sql-server/.
    Now, the user Rajeev can execute dbo schema objects both from SSMS as well as from application code.
    4. DENY EXECUTE, SELECT ON SCHEMA::INFORMATION_SCHEMA TO Rajeev; -- Restricts Rajeev from executing INFORMATION_SCHEMA objects seen in SSMS.
    However one remaining open item is, I could not hide the system objects (which are part of sys schema) in SSMS. Ideally, I do not want Rajeev to execute the 'system views', 'system stored procedures', etc. When I execute same command (below command), it
    runs without errors but does not apply this restriction.
    DENY EXECUTE, SELECT ON SCHEMA::sys TO Rajeev;
    If you know the reason why it is happening like this, please kindly share.
    Cheers,
    Pullet
    Cheers | Pullet

  • Azure VM cannot connect from inside to outside

    My centos VM suddenly does not response when I "git pull"
    At first I thought it was the git server, then I realized wget or ping did not work as well.
    Anyone can kindly help me with the issue?

    You need to add a public endpoint to your Windows Azure service. This endpoint with a public IP address is then connected to the internal IP address of your virtual machine. You can also configure automatic load balancing if you have more than one server
    hosting your service. Adding an endpoint is documened
    here.

  • Service Registry in PI 7.1 .. cannot connect from VC 7.1 on CE

    Hello
    I am trying to access PI 7.1 Service Registry which maintains Services published on ECC centrally. VC is used as access tool which is installed on CE7.1. I have changed the Destination Templates  UDDI_DESTINATION, CLASSIFICATION_DESTINATION to point to PI7.1 server
    also I have created another destination SID with type Services Registry to PI 7.1.
    Also changed the ServicesRegistrySIPort to point to PI 7.1 server instead of localhost and adjusted the port aswell.
    But I cannot get any Services in VC, does not find any where are there are many published and could be viewed in the WSnavigator on CE7.1.
    Any ideas or suggestions?
    regards
    Mustafa

    Hi,
    Please verify in the SR configuration that the port types that were published have a physical system defined, and that system has an SLD ID.
    VC can only work with physical systems containing an SLD ID
    Best Regards,
    Ran

  • Cannot connect from WinXP via D-LINK DI-624 to Airport Express

    Had Verizon FIoS installed yesterday which came with a D-LINK DI-624 Wireless Router. Before this I had a Linksys WRT54G. With the Linksys configuration, I was able to update my Airport Express (2 of them) and able to connect ITunes to play music.
    With the D-LINK, I use the same procedure to update the AX, but it will still does not connect. I have updated the firmware in the AX to 6.3 and updated Airport ADMIN to 4.2.
    Just looking for some help to get the AX configured correctly.

    With the D-LINK, I use the same procedure to update
    the AX, but it will still does not connect. I have
    updated the firmware in the AX to 6.3 and updated
    Airport ADMIN to 4.2.
    Are you using WEP?
    Even with what seems to be the same password, you may find that the HEX key has in fact changed.
    One of the problems with WEP is that the actual standard relies on a 10 character HEX key for 40bit WEP and a 26 character HEX key for 128bit WEP.
    In order to make things easier for people, vendors use certain algorithms to convert simple alphanumeric passwords (or passphrases) into HEX keys, thus enabling people to use simple memorable WEP password rather than lengthy HEX keys.
    The problem is that different vendors use different algorithms to generate the HEX key and therefore a ASCII password on an AEBS will be hashed differently on a Netgear client and vice versa.
    One thing is a 13 character 128 bit WEP password will be hashed by all vendors in the same way (if you use 40bit WEP then a 5 character password is required).
    Though sometimes not even that works and the HEX key must be used regardless.
    AirPort: Joining an encrypted wireless network
    http://docs.info.apple.com/article.html?artnum=106424
    Choosing a password for networks that use Wired Equivalent Privacy (WEP)
    http://docs.info.apple.com/article.html?artnum=108058
    iFelix

  • TS2706 I cannot connect to my airport (time capsule) from a Windows PC

    Any information on how to connect to an aiport extreme (really the time capsule) from a Windows platform. Have no problem from our Mac's but cannot connect from a windows based platform.  I haven't been able to find any recent posts to help with this problem.

    First off, Archon23, what you want to achieve is possible.  I have access to both my Time Capsule (TC) and the USB drive connected to it, from a Win. 7 and Win. XP machine.
    Here is what I see from the Windows side of things:
         From My Computer - TC USB Drive (Y)
         From Windows HomeNet - Time Capsule:
    Now getting there is the trick.
    One caveat before proceeding:  I am not well versed in Windows Networks, Windows Sharing and Firewall settings so some of the following may not be elegant, may not be absolutely required, and may not be the best way of getting there.  But it is what I did to see both the TC drive and it's attached USB  drive on the Windows side of my network..
    1.) First, I added Airport Utility to the Inbound rules of Win 7 Firewall
    While poking around my Network Sharing and Firewall settings trying to figure this out, I got a Pop-up recommending I do that.  AND I did that. Oh, and while you are at it, make sure you have a Home network established. 
    2.) Next, on a hunch, I installed a USB Wi-Fi Adapter (under $20) to my Win PC, enabled that Wi-Fi connection and disabled my Ethernet connection.  I was getting no where on this matter with my Ethernet connection to a DSL Gateway.  But with a Wi-Fi connection to my AirPort Express Base Station, I made progress.
    3.) Finally, while poking around my Network Sharing Center some more, one by one I started the various network device Setup Wizards in there, and Trouble Shooters, to find the elusive TC/USB devices in question...AND voila, it worked.   And it's stable, been this way for going on two weeks now.
    Good luck.

  • HP LaserJet 200 color MFP M276nw - cannot connect

    Hello,
    Installed a HP LaserJet 200 color MFP M276nw on a Windows 7 system with no issues.  Then added the "device" / printer on two Windows tablets, with no issues.  I was able to print from all three devices.  The tablets cannot 'find' the printer.
    I then added the printer to another Windows 7 system and now cannot connect from the other systems.  I am still able to print from the second Windows 7 system.  (I removed the printer from the second Windows 7 system and readded it without issue, and ensured Share the Printer was selected).
    Please advise.  Should I just return the printer?

    Wireless Network Configuration
    Status: Connected Wireless: On
    Network Name (SSID): xxxxxxxxx
    Communication Mode: Infrastructure Authentication
    Type: wpa2-psk
    Encryption: tkip+aes
    Hardware Address: xxxxxx Access Point Hardware Address: xxxxxx
    Channel: 6
    Signal Strength: Very Good 
    ***Marked out some of the settings***

  • Cannot connect to database via TNS

    Hello!
    I installed XE with default settings and have some trouble. I cannot connect to database via TNS. Two symptoms:
    1. I can connect with SQLPLUS system/pwd (locally, without tns name input), but CANNOT connect with SQLPLUS system/pwd@EX (WITH TNS NAME input).
    2. I cannot start Database Home Page.
    How to avoid this problem? Any ideas?
    DETAILS:
    PC configuration: Win2k+SP4, 512Mb, Outpost Firewall (disabled!), No another Oracle products being installed.
    TNSNAMES.ORA file:
    ************* BEGIN TNSNAMES *****************************************
    XE =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = pz)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = XE)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    ORACLR_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (CONNECT_DATA =
    (SID = CLRExtProc)
    (PRESENTATION = RO)
    ************* END OF TNSNAMES *****************************************
    Listener status:
    ************* BEGIN STATUS *****************************************
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR_XE)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Prod
    ction
    Start Date 22-MAR-2006 17:27:15
    Uptime 0 days 1 hr. 8 min. 53 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Default Service XE
    Listener Parameter File D:\oracle\ora10xe\app\oracle\product\10.2.0\server\ne
    work\admin\listener.ora
    Listener Log File D:\oracle\ora10xe\app\oracle\product\10.2.0\server\ne
    work\log\listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC_FOR_XEipc)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=pz)(PORT=1521)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=8080))(Presentation
    HTTP)(Session=RAW))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
    Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "XEXDB" has 1 instance(s).
    Instance "xe", status READY, has 1 handler(s) for this service...
    Service "XE_XPT" has 1 instance(s).
    Instance "xe", status READY, has 1 handler(s) for this service...
    Service "xe" has 1 instance(s).
    Instance "xe", status READY, has 1 handler(s) for this service...
    The command completed successfully
    ************* END OF STATUS *****************************************
    NETSTAT -an results:
    ************* BEGIN NETSTAT *****************************************
    Proto Local Address Foreign Address State
    TCP 0.0.0.0:1521 0.0.0.0:0 LISTENING
    TCP 0.0.0.0:2298 0.0.0.0:0 LISTENING
    TCP 127.0.0.1:2455 127.0.0.1:8080 ESTABLISHED
    TCP 127.0.0.1:8080 0.0.0.0:0 LISTENING
    TCP 127.0.0.1:8080 127.0.0.1:2382 CLOSE_WAIT
    TCP 127.0.0.1:8080 127.0.0.1:2455 ESTABLISHED
    TCP 192.168.200.49:1521 192.168.200.49:2298 ESTABLISHED
    TCP 192.168.200.49:2298 192.168.200.49:1521 ESTABLISHED
    <truncated>
    ************* END OF NETSTAT *****************************************
    I found following error in SQLNET.LOG:
    *************** START LOG *********************************************
    Fatal NI connect error 12570, connecting to:
    (LOCAL=NO)
    VERSION INFORMATION:
         TNS for 32-bit Windows: Version 10.2.0.1.0 - Production
         Oracle Bequeath NT Protocol Adapter for 32-bit Windows: Version 10.2.0.1.0 - Production
         Windows NT TCP/IP NT Protocol Adapter for 32-bit Windows: Version 10.2.0.1.0 - Production
    Time: 22-MAR-2006 17:28:59
    Tracing not turned on.
    Tns error struct:
    ns main err code: 12570
    TNS-12570: TNS:packet reader failure
    ns secondary err code: 12560
    nt main err code: 0
    nt secondary err code: 0
    nt OS err code: 0
    *************** END OF LOG *******************************************

    I successfully connect with XE client to another Oracle databases from LAN, including 8i and 9i databases.
    But cannot connect from another machines to my XE.

  • Connecting from 10.4 to 10.5

    Hi -
    I have an old powerbook running 10.4.11 and have just installed 10.5.2 on my mirrored door G4 desktop system. They are both directly wired to a router however, I cannot connect from the laptop to the desktop. The connection works from 10.5 going to 10.4, I can login and browse the files without difficulty, however, it will not work the other way.
    On the computer running 10.4 I can see the computer running 10.5 under the network, and hit 'connect', it looks like it is trying to connect using afp -
    in fact the firewall on the 10.5 machine says "Allow AppleFileServer connecting from 192.168.0.100:52297 uid = 0 proto=6"
    but the connection always times out with an error saying the 10.5 machine was not available.
    Any help would be appreciated, I have checked all my sharing, firewall and network settings and cannot seem to figure it out. Prior to installing 10.5 it was working fine.

    Hi Frankie
    I have a similar arrangement with 10.4.11 on my eMac and 10.5.2 on my MBP and it all works fine. I have Airport connections to the router but it worked fine previously with one wired to the router.
    Firstly I'm not terribly concerned about security so I don't have any non-standard firewall settings, etc.
    I have the same user names & passwords on both machines - I'm less likely to get confused!
    On the MBP I have chosen Allow access for all users in the sharing preferences and checked File Sharing.
    I usually connect from the eMac hdd window by clicking on Network and continuing from there. I also let the computer remember my password for the authorisation (memory again!) I have no problems at all - either direction.
    Two points: I'm aware that others sometimes have difficulties which can be hard to trace. At times it seems necessary to re-enter the same password as these things can become corrupted occasionally. I've even had the situation a few times where a password wasn't recognised until I restarted the computer - probably because some software component didn't load correctly.
    It SHOULD work as Apple claims. If only this was always true!
    Secondly, the 2 OS's are not the problem - they work well on the network and with each other. At the moment I can't think what else to suggest.
    Neville

Maybe you are looking for