Reference thread892-1363236
So far this has happened to two different machines. Act! 2007 on Windows XP, Office 2003. Act! works fine for 6 months, then all of a sudden won't start. There is a process ActSage.exe that runs at 50% CPU forever (until killed). Uninstalling/reinstalling does...
I think what is a more relevant point relates to the expectation you usually have of someone who has a degree vs. a technical certification. Sure it takes thousands of hours of lecture/study to get a computer science degree, but do you usually expect a fresh graduate to be able to be functional...
Has anyone gone through a migration to Exchange 2000 from NM 4.15? It looks like the migration wizard will provide transfer of account through LDAP and mailbox contents through IMAP, but I put more trust in actual success stories! Ken Kasmar
MCSA, MCSE, CompTIA A+, CompTIA Network+
Red Falcon...
Well... after much hair pulling and tooth gnashing (sic) I came to the conclusion that NS Messaging Server 4.15 does NOT support Win2k. I found no mention of Win2k in any docs however iPlanet Messaging does indicate that it supports Win2k. I tried setting up iPlanet Messaging and the MTA...
The reason that this happens is that there is a CSS referenced in you page that can't be found (for one reason or another) Of course IE is smart enough to just ignore this and continue on, but NS burps a big Not Found error.
Ken Kasmar, MCSA, MCSE
Red Falcon Internetworking, Inc...
Is anyone running this configuration sucessfully? I can't seem to get MTA to process outbound domain email. They just sit in deferred status forever? Any ideas?
I am running a setup like you are asking about (on NT4) as scheduled 'Tasks'.
Place the following entry in the 'Run' field:
"C:\Program Files\Plus!\Microsoft Internet\IEXPLORE.EXE" http://{url of ASP page}
and the following entry in the 'Start In' field:
C:\PROGRA~1\Plus!\MICROS~1...
I have a machine running XP on a network (workgroup) with serveral machines running ME. When I set up a mapped drive to on the XP machine to a shared folder on one of the ME machines, mark it as 'reconnect at logon', enter the password (which then opens the connection), then reboot the XP...
Try a variation of this code to generate the appropriate image tag within your table cell:
<%
select case RECORDSET("taskstatus")
case 'pending'
response.write("<img src='pending.gif'>")
case 'completed'
response.write("<img src='completed.gif'>")
case...
The FAT32 files system has a 4GB upper limit on file size. NTFS does not, so if possible I would recommend converting to NTFS. I know that there are NTFS detractors out there, but I have never had problems with it myself.
Thanks and good luck,
Ken Kasmar
Red Falcon Internetworking, Inc...
Howdy,
Here is a link to the anti-relay solution that I have been using with quite a bit of success. It is basically a manually configured bulk mail filter script that you modify for your system and plug into your mail server. The directions on this site are fairly self explanatory...
If you are running Win2k and is crapping out at 4GB then that means that you probably have the hard drive (or partition) that the file is going to is set up as FAT32 and not NTFS. You must have the drive (or partition) formatted as NTFS to have the unlimited file size. You can always convert...
Actually if you are using Windows 2000 and an NTFS partition there are no limits to file size. This is the environment I running in and everything's all good! So much for your Windows dis.
Using frames will also cause grief if you want to jump into secure mode (SSL). If you have a frame structure that is running unsecured and you open a secure page in one of the frame pane it WILL NOT display the lock on the bottom of the browser. You wind up having to replecate the entire frame...
It doesn't sound like anyone is actually answering the question, so here goes...
Open up IIS through MMC, right click on your first virtual server (vwebservera), click on properties. Make sure that you are viewing the 'website' tab. Set the IP address to you 'webserver' IP address (the one...
I made a slight boo boo... Here is the code that I am actually trying to get to work:
<form action='post.htm' method='post' name='specialform'>
<input type='image' src='button.gif' width=85 height=20 border=0 align='middle' name='gothere'...
Has anybody had any success doing mouseovers with images used as submit buttons in a form? Below is an example of what I attempted that blows up...
<form action='post.htm' method='post' name='specialform'>
<image type='image' src='button.gif' width=85 height=20 border=0 align='middle'...
Here's a nice little function that bypasses all apostrophe and quote problems:
<%Function apostrophe(strIn)
apostrophe = replace(strIn,chr(34),chr(180)&chr(180))
apostrophe = replace(apostrophe,chr(39),chr(180))
End Function%>
to use:
StrSql = "insert into Table (Field) Values ("...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.