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
upload photo limits
ive got a upload photo script and im just trying to make more secure currently it limits size and as you can see from my code below it limits only gif and php fileshow do i edit my code to limit all
Inter Company -- Resources Related Billing (Services Industry)
Hello,
button help
i originally had this but realised it is much easier to have a button.Code: <?php$search = $_GET['search'];$checkbox = $_GET['checkbox'];if($checkbox ==
BI in Upstream Production operations
Appreciate if you can assist in the following areas:
"GROUP BY" in arrays
Well i'm looking to do something i usually could do easily using COUNT and GROUP BY if it was a sql query... But this time i'm working with an array...so i have an array that looks like thisCode:
Help on query replacing the date
Hi Pals,
How to find OS bit version
How can I tell the person browsing my site is running 32, or 64 bit operating system?
check if string contain only a-z/A-Z
Is where any way to check if string contains only a-z/A-Z, without writing an array with all possible letters and then looping it.Code: $available = array('a', 'b', 'c, 'd'); //write a-zfor
Call db table from any PHP file
Hi,I want to be able to call a database table that will be setup in another file called init.php, and be able to call it from any PHP file that has init.php included.Table is called abc_offline and
Save file by click
Hello. I'm not understand how to save file from page. I'd like make link to file with save ability.<?phpchdir('upload/');foreach (glob("*.*") as $filename) { $uploadfile =