php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #30072 Cannot run Microsoft Access program
Submitted: 2004-09-13 13:48 UTC Modified: 2004-09-13 20:30 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: canosin at hotmail dot com Assigned:
Status: Not a bug Package: IIS related
PHP Version: 4.3.7 OS: Windows 2000 Terminal Server
Private report: No CVE-ID: None
 [2004-09-13 13:48 UTC] canosin at hotmail dot com
Description:
------------
After having problems runing exec(), system() and shell_exec() commands i resolved them, but now when i open a Access program (ej. recib2k.mdb) the web server cannot close it and stay open like a process. Anyway the recib2k.mdb that i open, doesnt do anything, only stay open. When i run the web page (imprimir.php) it does well. I mean, i only want to create a pdf file and i prepared an Access file which opens, prints a pdf file and closes. Easy.

When I run it on the server (cmd.exe) runs well, but when trying to exec it does nothing, only stay waiting.

What can i dooo?????

---- Sorry my english ------

Reproduce code:
---------------
<?
$programa = "\"c:\\inetpub\\wwwroot\\php\\vales de compra\\recib2k.mdb\"";
$retorno =  exec($programa);
?>

The program opens but it doesent do nothing.

Expected result:
----------------
Create well the pdf (it does wellfrom the server).

Actual result:
--------------
A new Internet Explorer window opens and stay waiting for the server but the progress bar never ends!

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-09-13 20:30 UTC] derick@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.

.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 18:01:28 2024 UTC