2003 Server - load balancing ODBC and Oracle client issues

Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default 2003 Server - load balancing ODBC and Oracle client issues

    Hi all,

    I have 4 servers running Windows 2003 Server Standard and IIS 6. We
    are using them as web servers. They are all load balanced together.
    When I go to my website using a specific node I can connect to Access
    using ODBC and Oracle using the Oracle client through my ASP page
    fine. This works on all 4 nodes correctly. However when I go to my
    website using the Virtual site (this uses the load balancing feature
    and is supposed to throw me to the least used node at the time) I get
    ODBC errors and Oracle client errors where he can not resolve the TNS
    name.

    I will admit I am not the network admin person working this, just the
    web page developer, but I am helping him research this problem. Is
    there some setting somewhere that I am missing in order to get the
    virtual node connection to work? We have installed Oracle client
    software on all 4 boxes and set up the ODBC system datasource on all 4
    boxes. Of course this all works fine on our 2000 Server cluster but
    it is not running load balancing. Thanks in advance for your help!
    satxbiker Guest

  2. Similar Questions and Discussions

    1. Oracle ODBC Socket MX7 Standard Issues ORA-06502
      We have an issue where a stored procedure works fine in MX 6.1 standard but does nto work in MX 7 Updater 2 standard. Everything is set up the same....
    2. Com object issues on Windows 2003 64 bit server
      Hi there, After an exhausting day and a half, I have successfully got CFMX 6.1 running on Windows 2003 64 bit server. Now I am facing issues with...
    3. memory Issues with 2003 Server
      I cannot run 4GB with my version of 2003 server. It works fine with 3GB but when the 4th gig is added it fails to boot. I have verified with the...
    4. Server 2003 User Account Issues
      I just setup Windows Server 2003 Web Edition and I am having problems with the way it handles user accounts. I added a new Group (Group A) and...
    5. In-memory caches and app server load-balancing
      Hi, I have a program running on an AIX application server that creates and works with the following. (a) in-memory caches of data from the...
  3. #2

    Default RE: 2003 Server - load balancing ODBC and Oracle client issues

    Hello,

    Thank you for using the community. From the description, it seems to be a
    permission issue. Does the ASP appliaction use same account to access the
    database resource when with load balance?

    Luke
    Microsoft Online Support

    Get Secure! [url]www.microsoft.com/security[/url]
    (This posting is provided "AS IS", with no warranties, and confers no
    rights.)

    [MSFT] Guest

  4. #3

    Default Re: 2003 Server - load balancing ODBC and Oracle client issues

    [email]lukezhan@online.microsoft.com[/email] ([MSFT]) wrote in message news:<SkBHC5T8DHA.1988@cpmsftngxa07.phx.gbl>...
    > Hello,
    >
    > Thank you for using the community. From the description, it seems to be a
    > permission issue. Does the ASP appliaction use same account to access the
    > database resource when with load balance?
    >
    > Luke
    > Microsoft Online Support
    >
    > Get Secure! [url]www.microsoft.com/security[/url]
    > (This posting is provided "AS IS", with no warranties, and confers no
    > rights.)
    Yes we are using the same user account if we are in load balance or if
    we are using the node. We are using the IUSR local machine account.
    satxbiker Guest

  5. #4

    Default Re: 2003 Server - load balancing ODBC and Oracle client issues

    Thank you for the reply. I suggest you may try a more powerful account
    other than IUser. Based the error message from Oracle (You didn't mentioned
    error from Access), there is no enough permission to invoke Oracle client
    component. You may perform further trouble shoot with following article:

    [url]http://support.microsoft.com/?id=255084[/url]

    Luke
    Microsoft Online Support

    Get Secure! [url]www.microsoft.com/security[/url]
    (This posting is provided "AS IS", with no warranties, and confers no
    rights.)

    [MSFT] Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139