TNS Refuse error after Redirect using RAC

First off, I'm using the JDBC driver 10.2.0.4.0 with the "10g data store helper" selected in WebSphere against a 10g database configured for RAC.
I don't have the configuration details for the database, but can get them if needed.
WebSphere JDBC string:
jdbc:oracle:thin:@(DESCRIPTION =(ENABLE=BROKEN)(ADDRESS = (PROTOCOL = TCP)(HOST = <FQDN-VIP1>)(PORT = 1521))(ADDRESS = (PROTOCOL = TCP)(HOST = <FQDN-VIP2>)(PORT = 1521))(ADDRESS = (PROTOCOL = TCP)(HOST = <FQDN-VIP3>)(PORT = 1521))(LOAD_BALANCE = YES)(CONNECT_DATA = (SERVER = DEDICATED)(SERVICE_NAME = <SN>)))
Here are the TNS sequence of events for the connection failure:
1) WebSphere makes a TNS Connect request to <FQDN-VIP3> using the data string:
"(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=<FQDN-VIP3>)(PORT=1521))(CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVER=DEDICATED)(SERVICE_NAME=<SN>)))"
[I can only guess that the driver comes up with this based on the WebSphere string]
2) <FQDN-VIP3> responds with a TNS Redirect:
"(ADDRESS=(PROTOCOL=TCP)(HOST=<HOSTNAME-VIP1>)(PORT=1521))"
[FYI - the redirects respond with a hostname instead of FQDN, but the hostnames are resolvable by our WebSphere server]
3) WebSphere makes a TNS Connect request to <FQDN-VIP1> using the data string provided in the redirect:
"(ADDRESS=(PROTOCOL=TCP)(HOST=<HOSTNAME-VIP1>)(PORT=1521))"
4) <FQDN-VIP1> Refuses the connection with the following error string:
"(DESCRIPTION=(ERR=1153)(VSNNUM=169870336)(ERROR_STACK=(ERROR=(CODE=1153)(EMFI=4)(ARGS='(ADDRESS=(PROTOCOL=TCP)(HOST=<HOSTNAME-VIP1>)(PORT=1521))'))(ERROR=(CODE=305)(EMFI=1))))"
This happens every time we receive a redirect back from the database.
If the JDBC driver is going to use the Redirect connection string verbatim then it seems like the Redirect string should also contain a SID or SERVICE_NAME specification. Or, is the driver supposed to perform this function (rewrite the redirect), but isn't?
Any help in determining what is causing this issue is greatly appreciated.
Thanks.

killsig9 wrote:
This is starting to look like a driver issue.
I have another environment where the RAC server load-balancing is working.
It appears the driver should NOT be using the redirect string verbatim ("(ADDRESS=(PROTOCOL=TCP)(HOST=<HOSTNAME-VIP1>)(PORT=1521))") when it connects to the next Oracle server.That confirms the error stack code. I see error code 1153 being returned. Does not seem to be an ORA error (this refers to media recovery). As it is a network connection, it likely is a TNS error code.
This is what the TNS error message says for code 1153:
01153, 00000, "Failed to process string: %s"
// *Cause:  The string specified is not well-formed.
// *Action: Not normally visible to the user. For further details,
// turn on tracing and reexecute the operation.
// If error persists, contact Oracle Customer Support.
// *Comment: Do not include in error manual.

Similar Messages

  • Time out error after redirection (ADFS-Office 365 SSO)

    Hi everyone,
     I've been having a problem with configuring ADFS and Office 365 SSO. So Everything is setup and signing into office 365 from the internal network works perfectly but when trying to access from the external network I get timed out. A brief overview
    of my setup:
    LAN------>Firewall---------->Firewall------>Internet
                       |
                     DMZ
    LAN network: 192.168.50.0/24
    DC-DNS, RODC-DNS, ADFS1-ADFS2 (NLB), DIRSYNC.
    DMZ: 172.16.50.0/24
    ADFS Proxy1-ADFS Proxy 2 (NLB) (NLB IP: 172.16.50.225)
    Firewall-Firewall: 10.10.10.0/24
    Internal Firewall: Inside: 192.168.50.254/Outside: 10.10.10.2
    External Firewall: Inside: 10.10.10.1/Outside: 172.31.130.83 (working in a class lab with my universities private network)
    Our network engineering department has its own firewall, I was given a Public IP address of 199.50.X.X that port forwards both port 80 and 443 to the outside interface of the external firewall (172.31.130.83)
    The internal firewall allows outgoing and incoming connections from anywhere for troubleshooting the issue. The External Firewall has been configured portforward both port 80 and 443 to the adfs proxy NLB address.
    Other firewall configurations such as NAT and static routes have been configured correctly.
    I've updated the public DNS records, the A record for my ADFS from the public IP address godaddy assigned to my public domain to the public IP given to me (199.50.X.X). I added the adfs server internal IP and name to the adfs proxy host files and DNS resolution
    is working both internal and externally.
    Using a domain-joined computer and user I am able to sign into office 365 with no problems. The problem starts when I try to access from an external device. When entering a domain user email at the office portal, it tries to redirect me to my adfs proxy
    but after a minute or so it fails to load my internal adfs login page and using google chrome I see a timeout error.
    Checked event viewer on both adfs and adfs proxy servers and nothing is showing up, checked my firewalls and everything seems to be working fine, I also confirmed that the faculty's firewall is receiving and forwarding correctly through ports 443 and 80
    (my external firewall also shows the same results).
    Any help would appreciated, been troubleshooting for more than  week and pretty much out of options other than starting over.
    Thank you.
    Moe.

    Hi Moe,
    Regarding specific ADFS query, I suggest you refer to experts from the following forum to get professional support:
    Claims based access platform (CBA), code-named Geneva Forum
    http://social.msdn.microsoft.com/Forums/vstudio/en-US/home?forum=Geneva
    Thank you for your understanding and support.
    Best Regards,
    Amy
    Please remember to mark the replies as answers if they help and un-mark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • TNS-12666 error occures when using database link

    When I am trying to use database link
    defined in my database the following error occures:
    TNS-12666 Dedicated server: outbound transport protocol different from inbound.
    In documentation is stated to resolve such an error to
    specify the same protocol in the SQL*Net connect string or alias for the outbound connection as that used for the inbound connection.
    I have in tnsnames.ora defined network service name
    by which I can connect to such a database by SQL*Plus
    without any problems, why can I not do such a thing
    via database link?
    Thanks a lot for advise, ...

    Could you change the following entry in your 'sqlnet.ora' file and try?
    SQLNET.AUTHENTICATION_SERVICES = (NONE)

  • Oracle TNS 12535 error after moving repository DB from Win NT to Win 2K

    Business Objects 5.1
    We have recently moved an Oracle database from Windows NT to Windows 2000. One particular user keeps on getting ORA-12535: TNS: operation timed out.
    What could be causing this?
    The user can run SQL*Plus and connect to the database without any problems.
    The user gets this error when running BO itself. When running our Application or any other Oracle tool or utility (TOAD, SQL*Plus), etc, then all works fine.
    From my own PC I can use the 'problem' users BO login to connect to the repository.
    So the nature of the problem suggests a network or configuration issue of some kind. We have limited BO expertise at this site.
    Please can someone advise?
    regards,
    MK

    Hi Mo,
    If the previous solution provided doesnu2019t works then check the following things:
    1. Check the ORACLE_HOME value in the Registry and ensure that your PC has only one "ociw32.dll" file.
    2. Confirm that the PATH environment variable definition's first Oracle /bin folder path points to the middleware
        installation you intend Supervisor to use.
    3. Add the repository database server's IP address to the local HOSTS file.
    4. Confirm the repository database's entry in the Oracle TNSNames.ora file.
    Regards,
    Sarbhjeet Kaur

  • My ipod touch is stuck up at Apple Logo, I have tried to update and restore through ITunes but no use, It stuck up again at Apple Logo with no Error, after restoring it showes your ipod is restore but still apple logo won't go

    My ipod touch is stuck up at Apple Logo, I have tried to update and restore through ITunes but no use, It stuck up again at Apple Logo with no Error, after restoring ITunes  showes your ipod is restore but still apple logo won't go, Due to new Laptop, I do not have any backup, therefore i have tried to select new Ipod touch and goes through step by step procedure but no use, Please help what to do?

    i tried reseting my ipod today and had a similar problem... it wont be recognized by itunes, the only thing i havent tried is putting it into DFU mode, or the state that it is in when u recieve it telling u to connect it to itunes.i recommend putting it into DFU mode. http://www.youtube.com/watch?v=34v8HMC9B98 this should better explain it. if i find another way, ill keep u updated

  • I am trying to link my PC to my Mac and Iphone and I pad. I can't use my Itunes account on my PC - when I try and enter Icloud on my computer i get a server error after I put in my e-mail and password.

    Question - Trying to use Icloud on a PC - I get a server error after I put in my e-mail and password. Why? I can sync up all my devices from Itunes with my MaC, Iphone and IPad but I can't do it with my PC

    I regret that you're having trouble setting up your email, corbad! You're on the right track with your incoming email address. You might also try incoming.verizon.net or incoming.yahoo.verizon.net as possible alternatives, and 995 as the port number. Please let me know how that goes!
    DionM_VZW
    Follow us on Twitter www.twitter.com/vzwsupport

  • HT5167 Error after 10.7.4 upgrade..."computer's local hostname ........is already in use on this network.  The name has been changed to......  What to do now to get it back to status before 10.7.4 upgrade?

    Error after 10.7.4 Lion Upgrade to iMac
    Computer's local host name .......is already in use on this network.  the name has been changed to........
    and it keeps adding up the number each time I wake the iMac.
    What to do to get it back before upgrade error?

    Ok worth repeating, hope this works.  Finally spoke to AppleCare Support and walked me thru following...restart computer holding down "command" and "option" keys at the same time with letters "P" and "R" when computer turns on.  This is what he called a PR restart, clears out discrepancies in memory (if that is what the error message actually is).  Then went to Systems Preferences/Network/Sharing and deleted the number that kept increasing every time MAC would wake up.
    Even tho this was just done, I am hopeful that error pop-up won't happen again.  Fingers crossed!

  • Error messages after every use of pacman

    I'm getting error messages after every use of pacman. Don't know if it's compromising the usage, but it's quite annoying. The messages are the following:
    /sbin/ldconfig: file /usr/lib/libicudata.so.38.0 is truncated
    /sbin/ldconfig: file /usr/lib/libicudata.so.38 is truncated
    /sbin/ldconfig: file /usr/lib/libicudata.so is truncated
    /sbin/ldconfig: file /usr/lib/libicudata.so.38.0 is truncated
    /sbin/ldconfig: file /usr/lib/libicudata.so.38 is truncated
    /sbin/ldconfig: file /usr/lib/libicudata.so is truncated
    Any guesses?

    Because the file you get errors about is owned by that package, I'd try a normal reinstallation first though, the f flag isn't the safest one...
    Last edited by Ramses de Norre (2007-11-11 19:04:30)

  • HT201442 My iPhone 4s hasnt been used in over 6 months. Everytime I plug it into my computer and iTunes, it says it requires a restore and update. It then comes up with an error after completing the download for the restore and update (takes around 10 min

    My iPhone 4s hasnt been used in over 6 months. Everytime I plug it into my computer and iTunes, it says it requires a restore and update. It then comes up with an error after completing the download for the restore and update (takes around 10 minutes).Someone help me as I'm using the original iPhone 3 at the moment and it won't even take an ios 7 update!

    Just to confirm on the screen of the iPhone do you see the itunes symbol with a cable pointing up to it?. If you do then your iPhone is inrecovery mode and would require you to restore it.
    Now first you want to make sure iTunes is up to date and the cable you are using is not damaged. You also want to make sure iTunes is up to date.
    Now if you get an error message then follow the article below to find out what causes the issue:
    http://support.apple.com/kb/TS3694
    In terms of the iPhone 3G that is definitely not able to update to iOS 7. Only the iPhone 4 and larter can update to iOS 7.

  • "Server not found" error on every site after some use, the pages work fine in other browsers

    I'm getting the "Server not found - Firefox can't find the server at blablabla.com" error after using Firefox for a while, sometimes 30 minutes, sometimes 2 hours. This error appears on every single page, and does not go away until I restart Firefox. Google Chrome can load these pages with no problem, so it's not a problem with my internet connection. I've already done everything on this page:
    http://support.mozilla.com/en-US/kb/Server%20not%20found
    And it did not help at all.
    I have not installed any new extensions, plugins, userscripts or anything like this, and everything was working perfectly fine until a week ago.

    I've encountered 404 errors and xmarks keeps popping up when I try to open igoogle.
    All of the is in Firefox4.0 Beta 8.
    I don't have any problem in Chrome, no 404 errors, no xmarks showing up when it should be the igoggle search page.
    Most disconcerting.

  • Hi, I am new to Mac and i managed to install and configure all the services. Now my issue is when i sending mail using the local server to internal, mail are not receiving. Mail queue showing Connection refused error. Please help me

    I am new to Mac and i managed to install and configure all the services. Now my issue is when i sending mail using the local server to internal, mails are not receiving. Mail queue showing Connection refused error. Please help me
    Thanks
    GIRI

    Try this -> http://support.apple.com/kb/TA38632?viewlocale=en_US

  • Sim card error after using pandora

    I'm getting frequent 'sim not installed' errors after using Pandora app. Anybody else having an issue like that??

    I agree...start with the SIM card first...if that doesn't fix it then pop into the closest Apple Store...

  • A tool used by TP aborted -- Error after DB upgraded to rel 9.2.0.8.0

    We have upgraded to the latest Release of 9.2.0.8.0 on the ORACLE Database and also the latest Patches on AIX OS. This patche application has had an effect on the SAP application's Transport Management.
    We are getting the error " A tool used by TP aborted" with error code 12.
    A search on OSS notes suggests to a kernel problem, and we have upgraded to the Latest Kernel available for SAP. We are running on SAP 4.7 and SAP_BASIS Release level 6.20.
    Did any one face the problem inrecent times... Any inputs would be great.
    Br,
    Sri

    Hello,
    sorry but Oracle Client 9.2.0.8 is not present in the software download center in the SAP Service Marketplace (neither in 32 bits or 64 bit platforms).
    Pls look there and fine that the latest version is 9.2.0.7.
    Are you on Windows or Unix?
    Bye
    Renato

  • Many db objects error after Upgrate EBS 12.1.1 to EBS 12.1.3

    Hi,
    recently we have upgraded our EBS from 12.1.1 to 12.1.3 and there are almost 777 invalid objects after recompiling using adadmin.
    I tried to recompile INVALID objects using utlrp.sql but I am getting below error.
    SQL> @utlrp.sql
    SELECT dbms_registry_sys.time_stamp('utlrp_bgn') as timestamp from dual
    ERROR at line 1:
    ORA-00904: "DBMS_REGISTRY_SYS"."TIME_STAMP": invalid identifier
    DOC> The following PL/SQL block invokes UTL_RECOMP to recompile invalid
    DOC> objects in the database. Recompilation time is proportional to the
    DOC> number of invalid objects in the database, so this command may take
    DOC> a long time to execute on a database with a large number of invalid
    DOC> objects.
    DOC>
    DOC> Use the following queries to track recompilation progress:
    DOC>
    DOC> 1. Query returning the number of invalid objects remaining. This
    DOC> number should decrease with time.
    DOC> SELECT COUNT(*) FROM obj$ WHERE status IN (4, 5, 6);
    DOC>
    DOC> 2. Query returning the number of objects compiled so far. This number
    DOC> should increase with time.
    DOC> SELECT COUNT(*) FROM UTL_RECOMP_COMPILED;
    DOC>
    DOC> This script automatically chooses serial or parallel recompilation
    DOC> based on the number of CPUs available (parameter cpu_count) multiplied
    DOC> by the number of threads per CPU (parameter parallel_threads_per_cpu).
    DOC> On RAC, this number is added across all RAC nodes.
    DOC>
    DOC> UTL_RECOMP uses DBMS_SCHEDULER to create jobs for parallel
    DOC> recompilation. Jobs are created without instance affinity so that they
    DOC> can migrate across RAC nodes. Use the following queries to verify
    DOC> whether UTL_RECOMP jobs are being created and run correctly:
    DOC>
    DOC> 1. Query showing jobs created by UTL_RECOMP
    DOC> SELECT job_name FROM dba_scheduler_jobs
    DOC> WHERE job_name like 'UTL_RECOMP_SLAVE_%';
    DOC>
    DOC> 2. Query showing UTL_RECOMP jobs that are running
    DOC> SELECT job_name FROM dba_scheduler_running_jobs
    DOC> WHERE job_name like 'UTL_RECOMP_SLAVE_%';
    DOC>#
    DECLARE
    ERROR at line 1:
    ORA-04067: not executed, package body "APPS.UTL_RECOMP" does not exist
    ORA-06508: PL/SQL: could not find program unit being called: "APPS.UTL_RECOMP"
    ORA-06512: at line 4
    SELECT dbms_registry_sys.time_stamp('utlrp_end') as timestamp from dual
    ERROR at line 1:
    ORA-00904: "DBMS_REGISTRY_SYS"."TIME_STAMP": invalid identifier
    PL/SQL procedure successfully completed.
    DOC> The following query reports the number of objects that have compiled
    DOC> with errors (objects that compile with errors have status set to 3 in
    DOC> obj$). If the number is higher than expected, please examine the error
    DOC> messages reported with each object (using SHOW ERRORS) to see if they
    DOC> point to system misconfiguration or resource constraints that must be
    DOC> fixed before attempting to recompile these objects.
    DOC>#
    select COUNT(*) "OBJECTS WITH ERRORS" from obj$ where status = 3
    ERROR at line 1:
    ORA-00942: table or view does not exist
    DOC> The following query reports the number of errors caught during
    DOC> recompilation. If this number is non-zero, please query the error
    DOC> messages in the table UTL_RECOMP_ERRORS to see if any of these errors
    DOC> are due to misconfiguration or resource constraints that must be
    DOC> fixed before objects can compile successfully.
    DOC>#
    select COUNT(*) "ERRORS DURING RECOMPILATION" from utl_recomp_errors
    ERROR at line 1:
    ORA-00942: table or view does not exist
    DECLARE
    ERROR at line 1:
    ORA-00942: table or view does not exist
    ORA-06512: at line 31
    BEGIN dbms_registry_sys.validate_components; END;
    ERROR at line 1:
    ORA-06550: line 1, column 7:
    PLS-00201: identifier 'DBMS_REGISTRY_SYS.VALIDATE_COMPONENTS' must be declared
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored
    Please advise for further.
    Thanks in advance,
    Nish

    950358 wrote:
    Thanks Husain,
    I have run utlrp.sql but still there 777 invalid objects available in my system.
    Please advise.
    Thanks,
    NishWhat is the error you get when you compile those objects?
    How many invalid objects you have under each schema?
    Please see old threads for the invalid objects MOS docs (after R12 upgrade and generic ones).
    https://forums.oracle.com/forums/search.jspa?threadID=&q=Invalid+AND+Objects+AND+12.1.3&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    https://forums.oracle.com/forums/search.jspa?threadID=&q=Invalid+AND+Objects+AND+R12&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • Using the New Mac Pro (can) - AE will not let me use Race Traced 3-D

    Using the New Mac Pro (can) - AE will not let me use Race Traced 3-D
    Hi, I'm using the new Mac Pro
    2.7 GHz 12-core Intel Xeon E5
    64 GB 1867 MHz DDR3
    AMD FirePro D700 6144 MB
    OSX 10.9.2
    I'm using After Effects 12.2.1.5
    When I attempt to invoke the race trace 3D renderer in a comp, I get this error
    "After Effects Error: Ray-traced 3D: Out of paged mapped memory for ray tracer. Your project may exceed GPU limits. Try closing other applications. Try updating the CUDA driver. (5070::2)"
    My preferences are set to use the CPU for Raytraced 3D since I do not have an Nvidia card.
    So, obviously there is an issue here in that it thinks I have an Nvidia card.
    I know (or assume I know) the cause for this is that when I set up this machine, I used Apple's migration assistant to move most of my data over from the previous gen Mac Pro which DID have a CUDA card.
    So my question is, what files can I delete/reset to cause After Effects to no longer look for CUDA files that do not exist on this machine?
    I do not have the CUDA control panel in System Prefs, so THAT did not carry over.
    Any ideas would be appreciated, thanks!

    > I know (or assume I know) the cause for this is that when I set up this machine, I used Apple's migration assistant to move most of my data over from the previous gen Mac Pro which DID have a CUDA card.
    Ugh. That causes so many problems.
    The first thing to try is deleting the CUDA frameworks from your Mac: Look in /Library/Frameworks for the CUDA.Framework and get rid of it.

Maybe you are looking for