Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. ceh1024

    Permission Problem??

    The process runs as a php application that does all the work and inserts staus and updates to the database. I believe at this point that the error from the application is not accurate as everything runs fine when I download and parse the smaller zip file. So I am assumming that something is...
  2. ceh1024

    Permission Problem??

    Supplemental to the above. I have systematically decreased the size of the file that is downloaded. I get errors with the original 30MB zip. I get errors with a 16MB zip. I get NO errors with a 7MB zip. So far I have changed the memory limt up to 768MB. changed execution time to 120 Still...
  3. ceh1024

    Permission Problem??

    The process does the following. Downloads a zip file of 30MB. Unzips the file. Then processes the unziped portion into the Database. It fails at the point where it tries to insert tnotification of the sucessful download. so it does not get to the extraction part and beyond. THe production...
  4. ceh1024

    Permission Problem??

    Thanks for the reply Mark. Unfortunately that didn't help. I've tried various combinations that included but I tried it yet again. So I'm still hunting for a solution. Chuck
  5. ceh1024

    Permission Problem??

    I have a process that runs under a user called admin that fails everytime with the statement: INSERT INTO default_en_activitylog (activitylog_log_date, userdb_id, activitylog_action, activitylog_ip_address) VALUES ('2007-10-27 15:29:32', '1', 'Successfully received data.zip', 'xx.xxx.xx.xxx')...

Part and Inventory Search

Back
Top