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 bkrike 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: *

  • Users: selani
  • Content: Threads
  • Order by date
  1. selani

    Use of JSSE SSL

    Hi all, we are using JSSE to establish a secure connection between our application server and LDAP. We hv no issues reg the connection, but while connecting to LDAP lots of SSL handshake messages are getting generated. we do not want this to haapen. How can these msgs be avoided from getting...
  2. selani

    duplicate records getting inserted

    Hi all, we are encountering this strange issue of duplicate records getting inserted into the database. The application works as below: The transaction is initiated by the user, it goes to IPlanet server, and via plug-in is given to servlet running in weblogic server. The servlet inserts the...
  3. selani

    "Idempotent " setting

    Hi all, I require information on "Idempotent" setting? My knowledge so far is that: 1. It is an attribute that is set for EJBs. 2. It is also a configuration maintained in IPlanet server in obj.conf file. I need to know, what is the result/use of setting this attribute in both the above cases...
  4. selani

    handshake logs

    Hi all, we are coonecting to LDAP server from weblogic 6.1. While doing so, the weblogic server generated certain logs. I wud like to know how to avoid these logs from being generated. Note - When the LDAP server is connected from websphere, the logs are not geneated. thanks in advance...
  5. selani

    using weblogic.Admin in unix environment

    HI, I am trying to stop the weblogic server using "weblogic.Admin" command line utility. But I get the following error : Exception in thread "main" java.lang.NoClassDefFoundError: java/lang/reflect/Und eclaredThrowableException Can anybody advise on this? Thanks and Regards
  6. selani

    Multiple language support

    Hi all, I have a site. I want to support the site in abt 3 languages( say, english,freanch and german). How can i possibiliy do this, without having to create 3 diferent sets of all the ASP pages, each for one language. Thank you Regards, selani
  7. selani

    IISSample.LookupTable

    Hi All, I need to use Dictionary object at the Application variable level in my site. But b'cos of its Apartment threading model, I find that the site crashes down freq. Few sites recommended the use of "LookupTable" obj instead of "Dictionary" object. But when I try to use the...
  8. selani

    Doudt on renote domains

    Hi, I understand that we need to create remote domains to relay outgoing mails in IIS. But is it necessary that we have to create one remotes domain each for every mail domain. That is, to send mails to x@yahoo.com, y@rediffmail.com, x@stv.co.en and Y@xxx.zz.com, do i need to create the...
  9. selani

    SMTP - outgoing mails are not deleivered

    Hi all, I have the foll scenario: There is an ASP page that sends mails to Specific ID,say x@x.com. The page is hosted in a local IIS server. I am trying to config the default SMTP server so that it connects to a Lotus notes server to fwd the mail.But things are not working. I created a...
  10. selani

    cue abt records that were deleted in Merge replication

    Hi Is there any way by which i can find the records that were deleted during merge replication? If not the records themselves, is there any source that will provide info pertaining to them? i know that some amt of info is placed in the "Conflict" tables..but they too get deleted...
  11. selani

    Not able to connect to Remote SQL server over a firewall

    Hi all, we were connecting to a remote SQL server thro' query analyzer. Recently , a firewall was implemented in our network. since then i am unable to connect to the remote DB server. I get the foll error: "SQL server does not exist or access denied" I am very sure that remote DB...
  12. selani

    Custom error handling in IIS - not working

    Hi all, we are facing this prob in production IIS server. We have set up custom error page for the HTTP Errors 500 and 500;100 using the "Custom errors" tab in IIS Properties. But when the error condition is simulated we are getting the following message instead of the custom error...
  13. selani

    report download problem - Urgent

    Hi all, I hv an Application(it was developed by someone else) which generates a report using CR.Now there are options to download the report as PDF/Word doc.The application provides a link, prompts the user to right click on the link and select "Save target as"/"Save link...
  14. selani

    want to get time upto nanoseconds

    Hi all, i want to get time upto nanoseconds.I tried using Timestamp class but did not serve the purpose.It saves the milli second value as nanos portion.That is wat i understood. Can anyone help me? thanx in advance selani
  15. selani

    Automation Error.The Specified module cannot be found. - Help Req

    Hi all, I am facing this problem...hope some of u cud help me on this...I create an inst of COM DLL in my ASP page.i get the foll error: "Automation Error.The Specified module cannot be found." I tried unreg and rereg the DLL.I also restarted IIS numerous times..but still face...
  16. selani

    prob with netscape when using onfocus=blur

    Hi all, a text box is disabled using "onfocus = blur" in netscape... i hv found code to pass on the focus to subsequent text fields in the form on pressing ENTER key.....but there is a prob with the text field that has the prev mentioned code....b'cos as soos as focus goes to that...
  17. selani

    Wrapping of javabeans into a component - urgent

    Hi all, I know that a simple java class file can be wrapped up into a dll using VJ++... Is it possible to wrap up a java bean into a component(i.e. as dll file) so that it can be asscessed from ASP page. thank u
  18. selani

    Wrapping of javabeans into a component

    Hi all, I know that a simple java class file can be wrapped up into a dll using VJ++... Is it possible to wrap up a java bean into a component(i.e. as dll file) so that it can be asscessed from ASP page. thanx u
  19. selani

    Calling ASP page from a COM component.

    Hi all Can we redirct to some other ASP from within a VB component? Thanx in advance
  20. selani

    request from VB component to servlet

    Hi all, My requirement is as follows: I have an JSP/ASP page.I will give some input and submit details.this goes to a VB component which then has to pass these values to a servlet.the servlet validate the user input and generates HTML output accordingly. Thanx in advance

Part and Inventory Search

Back
Top