Hello Jupp, I think you can get it from "toddump -U -u1". Is this just to compile a list of users or to extract more info on them (i.e. for a migration)? Best...
Hi Jupp, I would still use tomaiexp and tomaiimp but script them so you only block one user at the time. And it's also better when thinks doesn't go as...
Hello Sebastian, In this particular instance, I am trying to get the user ID for use with other applications to reduce need to remember many IDs. We have not...
Hi Rik, You mean we do it during operation with scripting for one user mailbox at a time? How to ensure that mailbox is backup in case process got into...
Hello Jupp, You can run toddump with TWO started, no problem. Just make sure that you DON'T interrupt toddump before it finishes running (e.g. CTRL+C),...
Hi Jupp, I do around 5 transfers every night (tw is running). Almost never goes wrong (exceptions are mails that aren't valid anymore => export fails). If the...
Hi, ... Best if you run it in quiet time as if the directory's large it may affect other users. Simple command to list all user names and their login Ids is ...
Hi Sebastian, Agree with you that it is more efficient authenticating against TWO. We have done as what you said using TW dll for some of our own applications...
Hi Rik, Wow! I am impressed. Suppose all must be automated scripts including the recovery in case of failure. What is the average size of your user mailboxes? ...
Hi Jupp, It's no script anymore in our case, it's a full automatic program (VB6) that uses a DB for task list and logging. It also checks if the servers aren't...
Hi Antony, I am able to get result with toddump -U -u1 | grep - "TD_A_OBJECT_NAME toddump -U -u1 | grep -E "TD_A_LOGIN_NAME" but cannot get any result when...
Hi, ... No, it's the version of grep. Many versions of grep support -E, but some others do not. You can use egrep if you have it. toddump -U -u1 | egrep...
Hi Antony and Sebastian, Yes, must be the grep version. Finally, I used "grep -f...." and got the required result. Once again, thanks to you all Regards, Jupp...
Hi, Our users enjoy web access for our TWO and most use English Windows OS and thus IE. We have a colleague from Japan who uses Japanese Windows and IE and ...
Hi Jupp, not sure if you have the japanese html-files installed. (I only use the german ones, instead). Anyhow, language control is done in http.ini under the...
Hi Ralf Sorry I did not reply earlier. I still owe that colleague in Japan how to resolve when he uses his browser to access TW web mail. Actually we want his...
Hi, We had this issue. Tomprep always active and the time is refreshed something after 5min something 7. This will impact on sending and receiving of email....
Hi Jupp, Basically there should not be problems with the combination of Japanese OS/Browser + english WebService templates. Cause my japanese is not very...
Hello All, Our staff have been using PDA phones browser to access their TW mail. We merely insert the User Agent in the http.ini and such device will get the...
Hi Jupp, The length of User Agent string might be a problem. I know that during many years the length has been increased many times in code from 48 to 64, and...
Hello all, Like to share my work-around for that User Agent issue that I had with O2 Xda flame not being able to use the TWO CE templates. Seppo's suspicion...
Great that you find the solution ! Anyway, I can now ask to your question how should I've done it: Start a separate process for ce-templates by adding e.g. the...
User, If you have a back-up of the mail server database, you can build another server and restore database. Once the database is working on another server you...
Ajay, Thank you for the quick response. Will we be able to retrieve any thing from the system rather to depend on the backup. Mail will be lost between the ...
Patrick, You can retrieve the content of ALL the mail for the given user from a server import / export tool. If you want to restore certain email for the...