Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by rushdib

  1. rushdib

    Retreiving windows login id in ASP.net

    One reson could be that we are using AD.
  2. rushdib

    Retreiving windows login id in ASP.net

    This is intranet. I have control on the server. Which part should I check on iis or machine.config?
  3. rushdib

    Retreiving windows login id in ASP.net

    Jason, I know. We are confused as well. It looks like the page is getting authenticated by the server login instead of the user who open the page. If I check the anonymous in iis, then it returns a null, so the integrated security is working but it's using the server login. Now if use the basic...
  4. rushdib

    Retreiving windows login id in ASP.net

    Yes, I have checked only the integrated windows check box.
  5. rushdib

    Retreiving windows login id in ASP.net

    We tried that. <authentication mode="Windows" /> <identity impersonate="true"/> Still no luck
  6. rushdib

    Retreiving windows login id in ASP.net

    We are using ASP.net 1.1 on iis 6 and windows 2003 and trying to obtain the windows login id. It works fine in the development machine but when it's deployed on the server, it always gives the login id used to sign-on the server. It doesn't give the user's login id. We used the following to get...
  7. rushdib

    reading emails from outlook in vb.net

    Hi, I have code to read to emails from a local pst file (mapi) in VB.NET. Is there any way I can read emails if the outlook and the pst file resides on a another machine? Thanks, Rushdi Basir
  8. rushdib

    Font size, screen resolution affecting the web form

    Hi, I designed the web form in my development environment which has XP and I am using small fonts (normal size), and a screen resolution of 1024 X 768. After deploying the app on the server and whenever a user opens the page (if the user has setup to use large fonts on their OS), the objects on...
  9. rushdib

    Error - limitation of no. of tables or select statements

    Hi, I am getting the following error: &quot;Could not allocate ancillary table for view or function resolution. The maximum number of tables in a query (256) was exceeded.&quot; We have a report which uses about 50 functions (returns tables) to calculate various parts of the components. There...
  10. rushdib

    9i on Unix(AIX)

    Hi Anand, Give me your e-mail address, I'll send you the attachment. Thanks, Rushdi
  11. rushdib

    9i on Unix(AIX)

    Hi Anand, I am new to Oracle. So please bear with me. I checked the tnsnames.ora in my machine and there is an entry for the database. I can ping the server from IP. What does the tnsnames.ora do? Thanks, Rushdi
  12. rushdib

    9i on Unix(AIX)

    Error: SID given in connector descriptor could not be resolved. The database sits in a AIX box I am trying to connect from my machine (windows xp) using the Enterprise Manager console. When I created the database, i use the same name for global database name and SID. Is that a problem...
  13. rushdib

    9i on Unix(AIX)

    Hi, I was able to use the method MCubitt suggested to create a database. Now I cannot connect to that database. The error has to do something with the SID. Thanks, Rushdi
  14. rushdib

    9i on Unix(AIX)

    Hi, I was able to connect to the database from my machine using the EM console. I tried to use the database configuration assistant to create a database and I don't know how to specify the path for the database. Thanks, Rushdi
  15. rushdib

    9i on Unix(AIX)

    Hi, I am new to the unix environment. We are installing Oracle 9i in a AIX box (it's a developer edition - standard edition). Is there any way I can remote to this machine from my windows xp machine using Enterprise Manager console? Otherwise is there anyway to open the Enterprise Manager...

Part and Inventory Search

Back
Top