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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  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...
  16. rushdib

    Disable enter key in submitting forms

    Hi, How do I disable submitting the form when the enter key is pressed? The problem I have is whenever the enter key is pressed after entering info in a text box the form uses the submit button to submit the form. I want to force the users to click on the submit button to submit the form. Thank...
  17. rushdib

    Linked server problem - four part name

    Hi, I was able to link an Access 2000 database successfully to SQL Server 2000 as a linked server, but when I try to use the four part name in the stored proc, I get the following error. Invalid use of schema and/or catalog for OLE DB provider 'Microsoft.Jet.OLEDB.4.0'. A four-part name was...
  18. rushdib

    CR: Logon failed

    Hi, I have the same problem. This seems to be a bug. It doesn't happen when using Access. The solution I came up with is creating an XML file from a dataset and join the XML file to CR and it works fine. Rushdi
  19. rushdib

    Date field problem

    Hi, I have a Crystal Report opens from an ASP.Net page and using SQL 2000. I am using an XML file to connect to Crystal Reports. The XML file is created using a dataset in ASP.Net. When the Crystal Report opens up, it does not show anything in the date fields. I checked the XML file, the dates...
  20. rushdib

    Connecting to an external table from a stored procedure

    Hi, I would like to whether it is possible to write a stored procedure to extract data from an external source. (using an ODBC connecting string). I know I can use DTS, but I have to massage the data before I move it into a SQL Server table and I have to use functions to modify the data...

Part and Inventory Search

Back
Top