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
browse folder only
hi,is there a way i can browse or get the directory or folder only and not the file?i just want to browse the directory and get the files from it.
Needing Youtube thumb nail fix.
I have a script on a site that pulls in you-tube videos,The problem is, that the thumb nails for the site, no longer show up.I have tried to add codes to remove the line causing the problem but this
The repetition structure: the while statement not working
New programming student, have assignment as follows:
losing session vars when arriving from an email link
Hi,I've got a confirmation script made that sends an email with a link for a user to confirm their email. This all works pretty good with the exception of not being able to direct them to where they
url- go to webpage
i have an input text field and submit button.how do i make the url entered into the textfield go to that webpage?
Strange array issue, never happened before.
mysql_fetch_array returns 1 array per call. Generally that's why it is inserted into a while statement. I generally loop through them in a while statement and put them all in a master array so I
Question handling xml data
Hello, I have sucessfull followed this tutorialhttp://www.phpfreaks.com/tutorial/handling-xml-dataand used xpath to find the books I need, here is my codeCode: [Select]<?php// load
I need help with formatting date from mysql! with php!
Hello guys*Note: this is a php question not MySQL question, please do not move it to mysql section! Thank you.anyway, I have a record from the database as 2009-12-31 23:59:59I needed to when ever I
downloading a file as HTML
Hi.I'm rather confused with forcing a download. I just want to save dynamic content (from $_SESSION[''] data) as a .html file.The script to do this is a PHP page, but when I click on
Get keys and values from an array
Hellow,I have an array $Data with keys and values. With a foreach I can display all the values:foreach($Data as $var){ echo $var;}but I also want to display al the keys... how can i do that?