Recent content by selina

  1. S

    FIXED: Windows Update generate Error: 0x800A0007

    One of my Windows Server 2003 SP1 wasn't reporting its status to the WSUS server for more than a month. So I checked to see what is going on by running Windows Updates on the server in question locally. I was getting the Error: 0x800A0007 when I tried to download updates. I searched around and...
  2. S

    Msiexec.exe File Needed

    i don't know if your prolem is the same as mine. but this fixed it for me: "Error 1719: The Windows Installer service could not be accessed" error message when you try to add or remove a program
  3. S

    Cisco VPN Host entry disppears

    we are using Cisco VPN for laptop users who travel along with Sprint Broadband wireless card. The users are on Win XP sp2. when users are on the road, they use sprint bb card to connect to internet, and then to cisco vpn. sometimes the sprint card loses the singal in rural areas, therefore...
  4. S

    replication error

    We changed the following around the same time and one or both of them fixed the problem: 1. in AD sites and services, the problem DC was replicating from the exchange server, with which, didn't replicate. This server was also the only one that was replicating from the Exchange server and this...
  5. S

    replication error

    i found this article from MS Error message in a Windows Server 2003-based domain or in a Windows 2000 Server-based domain: "The remote procedure call failed and did not run" one of the solution is as follows. But i don't know how to capture a network trace... can someone direct me to a right...
  6. S

    replication error

    the w2003 r2 server in a branch office is not replicating with exchange server 2003 in the main office. they are both DC and located in different states. I ran dcdiag on the problematic server in the branch office and replication from the exchange server came back failure as follow...
  7. S

    Outlook get disconnected

    I'm having 1 or 2 (depending on if they are related or not) problems on Exchange 2003 and/or Outlook 2003. [Problem 1] Only in Branch Offices Outook loses connection to Exchange server and stays disconnected for about 2 hours at a time. The time uses' connection to Excange server is random...
  8. S

    MYSQL UPDATE query syntax

    I'm trying to update a database using UPDATE query but i don't seem to have the correct syntax. But I can't figure out the correct one, either. I'm using MySQL 4.0. Please help!! code: $update_reply_sql="UPDATE tbl_guests SET guest_rsvp=('".$_POST['reply']."') WHERE...
  9. S

    mysql_query(): supplied argument is not a valid MySQL-Link resource in...

    i have a problem for PHP4, maybe you can help me. i'm getting the error message: Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in //path/rsvp.php on line 9 for the code: <?php $mysql = mysql_connect("localhost", "userid", "pw", "databse"); /* check connection */...
  10. S

    Fatal error: Call to undefined function mysqli_num_row()

    but it seems like i'm getting the error for this code: $namesearch_res=mysql_query($mysql, $namesearch_sql) or die(mysql_error($mysql)); in PHP5, it works fine (i need to replace "mysql" with "mysqli" tho)... does PHP4 works differently to run a query?
  11. S

    Fatal error: Call to undefined function mysqli_num_row()

    thanks for your reply. mysqli is available for PHP 5. i figured out what the problems was for the posted codes. it was as simple as changing mysqli_num_row() to mysqli_num_rowS()... anyways, i have another problem for PHP4, maybe you can help me. i'm getting the error message: Warning...
  12. S

    Fatal error: Call to undefined function mysqli_num_row()

    hi, i'm pretty new to the PHP... I have a form which takes user's name and then, run a query to see if their names exist in the database. but i keep getting the following error when i try to run it: Fatal error: Call to undefined function mysqli_num_row() in /var/www/wedding/rsvp.php on line...
  13. S

    0xc0000142 Error with Remote Assistance

    i'm trying to use remote assistance on XP machines and i keep getting this error: userinit.exe - Application Error"The application failed to initialize properly (0xc0000142). Click on OK to terminate the application." so far, i've only found solutions which direct me to check the Bypass...
  14. S

    permission errors

    this morning, most of my users came up to me to tell me that they couldn't access their files in network drives. when i checked it, the permission for the problem files was blank. (properties > security tab) . although i could add the user in the permission while logged on as user, i was unable...
  15. S

    Jet on MS access 2003?

    there is a databse someone made in the company. when users try to get a report by click on a box in a form, it give them the error below. i would think it's a problem with the database but not all users have the same experience. there is actually a user who can open the report with no problem...
Back
Top Bottom