I’m not an expert in this particular area, but you could try some elimination… You say the user has access? If this is a normal user, as a temporary measure to try and narrow down the problem area, try using an administrative ID and password to authenticate the LDAP client and see if the response [...]
You cannot pass bidirectional parameters using RUNJVA. However, as of at least V5R1, you have been able to directly call Java methods from RPG. Several new D Spec keywords in RPG IV allow you to define Java classes and methods and call them directly from RPG. This is faster than using RUNJVA, but still not [...]
Use the ISA server built-in report utility, where you can define different reports to be run on f.ex. daily and/or monthly basis. ISA server will supply you with a number of reports including the one that you want. Tip: Run the report generator under a separate service account and not with your own user account, [...]
Is the reason you need java script is because your nsf file is on the web? ie Browser based? If not will Lotus Script or lotus formula do instead?
Edit the database resources QueryDocumentDelete and rem out the section of code for the deletion of resorce documents. Delete the documents and then put the code back the way it was. I have done this a few times without any problems. madkahuna
You will have to write this code using LotusScript or a seperate VB app that calls the Notes COM objects to send the e-mails. Cannot be more helpful than that without more info.
no you can not because they would fight the best way to set it up is master with backup domain controller this will give the redance you are looking for, what security are you looking for yes linux is more stable but if you donot have exp in liunx it can be hard to manage, [...]
I’ll try my best to answer these for you. 1. Yes, you would need two domains though. A lot of management would be involved though. 2. No, because you do not have a Domain controller to cover the Primary Domain Controller when it is down. I would set up another box, run DCPROMO on it [...]
Before you build any agents to rebuild the cluster system file, please look in log and check to see if you have any errors messages like replication errors or index build errors. Another thing that can be causing your problem is the resouse.nsf, this file should not be replicate to another server. It should be [...]
Pretty simple actually. In LotusScript, it would look something like this: Forall item in doc.Items ‘ do not reset newly set field If (item.Name <> “field name”) then call doc.ReplaceItemValue(item.Name, “”) End If End Forall Of course, you need to setup your session and document context. If you’re doing it on the web, the code [...]
An excellent package for IT Service Departments is Remedy Service Management. It is from GE and is a modular system that you can structure to suit your needs. You can call them at (877) 443-2487 and they’ll put you in touch with someone who can help you. WARNING- Once placed in use, you can become [...]
Notes does have it’s own set of ‘viewers’ built in. When you view an attachment the Notes client uses those ‘sub-programs’ or plug ins for lack of the proper term. When you open an attachment, however, it should use the native operating system default program… i.e. for a document MS Word might launch. I find [...]
What you’re describing looks like to me a basic HelpDesk package. These can have quite a bit of functionality. I basic one like Track-it, http://itsolutions.intuit.com/landing.asp or a more intuitive self-help application like HelpDesk from http://www.grouplink.net.
I hope I understand you correctly. With net use cmd you can specify the credentials, eg: “net use x: servershared /user:papermaker password /persistent:yes” With that mapped persistently (let’s say to the logon script) it will work regardless who the user logged on to the machine.
I have seen the same problem. What I have found to work is to upgrade the notes client on the local machine and make sure that there are connection documents to the server for both local and remote access. I hate the connector myself and it is unreliable if you do not have a standard [...]
At the command prompt type net use /? it will list the syntax (this also applies to any net command) Net Use [devicename serversharename /user:domainusername password /persistent:yes|no refer to help for the 3 different way to express username.
http://www.astaro.org/showflat.php?Cat=&Number=35719&Main=35124 maybe coul help you
If you have any lotusscript experience you could write an agent which could collate the information for you and report on it in a central db. The only problem you could hit is trying to access a private folder or view, you would need an error handler for that. Try notesdatabase.views testing against the isfolder [...]
Have you tried replacing the design with the template? We use 6.5 and windows 2000 and don’t have this problem. We have a lot of strange problems that are fixed by recreating the bookmark.nsf on the client.
Hello. Try to rule out something that may have corrupted the user’s profile (s/w upgrade perhaps). Did you try logging on and off as a new user (i.e. an account that has never accessed the server before)? Check the Application Event log for Userenv errors. Also, check this out http://support.microsoft.com/default.aspx?scid=kb;en-us;828326&Product=win2000 Good luck and please post [...]





