Dear All,
I am facing problem in taken backup from db13 it comes up with the following logs but in brtools if we run the backup it is running.we are using windows 2003.please find the logs
Step 001 started (program RSDBAJOB, variant &0000000003773, user ID BASIS)
Execute logical command BRBACKUP On host ECCDEV
Parameters:-u / -jid VERIF20100113114513 -c force -w only_dbv -p initdev.sap -m ALL
BR0051I BRBACKUP 7.00 (40)
BR0055I Start of database backup: beciqaqt.dbv 2010-01-13 11.45.15
BR0484I BRBACKUP log file: I:oracleDEVsapbackupbeciqaqt.dbv
BR0280I BRBACKUP time stamp: 2010-01-13 11.45.16
BR0301E SQL error -1017 at location BrDbConnect-2, SQL statement:
'CONNECT /'
ORA-01017: invalid username/password; logon denied
BR0310E Connect to database instance DEV failed
BR0280I BRBACKUP time stamp: 2010-01-13 11.45.16
BR0301E SQL error -1017 at location BrDbConnect-2, SQL statement:
'CONNECT /'
ORA-01017: invalid username/password; logon denied
BR0310E Connect to database instance DEV failed
BR0056I End of database backup: beciqaqt.dbv 2010-01-13 11.45.16
BR0280I BRBACKUP time stamp: 2010-01-13 11.45.16
BR0054I BRBACKUP terminated with errors
External program terminated with exit code 3
Regards
Getting the full city list from maxminds geoip database
I am suprised I can't find any references to this.I have maxminds geoip lite installed and it works fine can retrieve the country and a city state every time no problem but it is not accurate it gets
i have no idea why this isn't working
Code: <?phpsession_start();include("connect.php");error_reporting(E_ALL);ini_set('display_errors', '1'); $username = "Master";$password = "pword";$host =
button.click += new eventhandler() not works in if(!ispostback)
i want to use button.clcik event in function VIewScrap() which is called in if(!ispostback) but itdoes not works any slolution ?
Adding to an Int row in db
Hi, i have a database which houses all of the users of my site. One of the columns is for points which is default 0.What I would like to do is add 1 to this number each time they upload an image. What
writing my own sobel filter convolution - something is wrong
I am trying to keep it very simple, I cant see anything wrong with my logic, could anybody help point me to the right direction?!! Code: { int Shorizontal[] = {-1, 0, 1, -2, 0, 2, -1, 0, 1}; int
Passing JS to PHP
So I have the followingCode: <?phpgetdetails(?><script type="text/javascript">document.write(jsvariable)</script><?php );?>The idea is
multiple recipients + dbuser mail recall
Hello,I am building a php login script.When the user registers the script will send him a confimation email using this codemail($usr_email, "Login Details", $message, "From:
get font info from a font file
hello,Does anyone know how to get font info from a font file ... using php of course ! The stuff I need to extract is Font Family, Author, Copyright etc which is contained as attributes in the font
A WBS element with the name XXX already exists in version FREI_VERSION
Hi.
using explode() to fill in checkboxes
HiI have a field stored in a table that contains regions in the UK separated by commas. There could be any number of pieces held in this field from 1-12, based upon the users specified operating