Hi Everyone,
Please, hope you could help me. We're having problems with the SAP backup. It keeps on hanging upon sapstop. Looking at the db2diaglog.log, it says that "The DB2 Syncpoint Manager recovery log is bad". We checked the website about SPM0438 and they are recommending that the DBA should delete the spmlog directory and restart the DB2. Upon verification in db2diag.log, it says there that it has been recurring since 2002.
We are new in this and we do not have the guts in deleting anything.
My question is this, will this action be very critical? Are there other ways we can do this without deleting anything? What will be the repercussions of this action? What possible reasons could have caused this error and what can we do to prevent this? Please, please, hope you could give us some inputs. We've exhausted all efforts on how we can do this without deleting anything. Thanks in advance.
Regards
Auto install
Hi I have a directory lets say "apps" that I then have more folders ie "email", "projectmanagment" now each of these "apps" need a mysql table, each of these
Check Date/Time in PHP
What I need the code to check is that $reQuest is 24 hours in the past then return a time based on how long ago that was in the past if 24 hours has not passed.if ($reQuest!=""){ if
mail with attachment problems
Hi. I have the following code:Code: else if(file_exists("site".$timp.".zip")) {$file=fopen("site".$timp.".zip", "rb"); $data=fread($file,
need help with date function
i have following form for dateCode: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
I need to increse 6hours more, and i don't know how???
I need to increse 6hours more, and i don't know how???<tr> <th>{ov_server_time}</th> <th
Clean URLs
Hi I was wandering if anyone has ever implemented URLs on their PHP run website using URLS like wikipedia does (i.e. http://en.wikipedia.org/wiki/Moodle)If so can you please help me learn how to setup
Get value from Select menu
Hi!Have tried to find the solution on the web. Don't know if there is an easy one. A description:Line number On/Off | Expand/Contract<form method="post" name="me"
Adding delete feature to my forum
Hello I am currently trying to add a delete feature to my forum. I believe I have everything built right but I am having some problems when debugging. I do not have PHP Designer 2008 and I am using
comparing tables across databases sql refinement ideas required
Hi all
check if value exists
I have googled this for a while and I am getting lots of different results. Is there a standard method used for checking to see if a value exists in a database before inserting a value? I have a form,