Hello Expects,I have started remore client copy. Data was copied successfully. but while running post processing phase I am getting the system logsFailed to activate authorization check for user WF-BATCHthen I have rectified this problem by execute the transaction code SWu3 and gererate RFC work flow. then WF-BATCH is created and run the client copy with restart mode.after that I was again struct with ABAP dump SAPSQL_ARRAY_INSERT_DUPREC while running prost processing.I have check with ABAPer help also, he said there is no dumplicate recoreds. Could you please any one can help me to solve this problem so that I can rerun the client copyThank you..See the abap dump below:-------------------------------------------------------Runtime Errors SAPSQL_ARRAY_INSERT_DUPRECException CX_SY_OPEN_SQL_DBDate and Time 08/27/2009 08:30:40 Short text The ABAP/4 Open SQL array insert results in duplicate database records. What happened? Error in the ABAP Application Program The current ABAP program "SAPLSBAL_DB_INTERNAL" had to be terminated because it has come across a statement that unfortunately cannot be executed. What can you do? Note down which actions and inputs caused the error. To process the problem further, contact you SAP system administrator. Using Transaction ST22 for ABAP Dump Analysis, you can look at and manage termination messages, and you can also keep them for a long time. Error analysis An exception occurred that is explained in detail below. The exception, which is assigned to class 'CX_SY_OPEN_SQL_DB', was not caught in procedure "BAL_DB_INTERNAL_NO_UPDATE_TASK" "(FUNCTION)", nor was it propagated by a RAISING clause.Since the caller of the procedure could not have anticipated that theexception would occur, the current program is terminated.The reason for the exception is:If you use an ABAP/4 Open SQL array insert to insert a record inthe database and that record already exists with the same key,this results in a termination.(With an ABAP/4 Open SQL single record insert in the same errorsituation, processing does not terminate, but SY-SUBRC is set to 4.)to correct the errorUse an ABAP/4 Open SQL array insert only if you are sure that none ofthe records passed already exists in the database.If the error occures in a non-modified SAP program, you may be able tofind an interim solution in an SAP Note.If you have access to SAP Notes, carry out a search with the followingkeywords:"SAPSQL_ARRAY_INSERT_DUPREC" "CX_SY_OPEN_SQL_DB""SAPLSBAL_DB_INTERNAL" or "LSBAL_DB_INTERNALU02""BAL_DB_INTERNAL_NO_UPDATE_TASK"If you cannot solve the problem yourself and want to send an errornotification to SAP, include the following information:1. The description of the current problem (short dump)----------------------------------------------------------------------------------------------------------
Printer configuration
Hi All,
php call servlet
I have done a php backup application .So there is a form that user pick some files to zip and download.Because of a problem with greek characters I make a servet (java) to create the zip.But I want
try catch error
I have been trying try catch but, I can't get it to work. The code opens a non existing file called "a"Code: private function fileOpenMethod($filePath,
Oracle Connectivity
Hi Every One,
Forgot password won't work
My forgot password thing is not working properly. It is giving me this errorMailbox unavailable. The server response was: <andrewsmd87@gmail.com> No such user here
Mail Script Problems
I have created a PHP mail script. I am having a problem though. In $body i am trying to put two values side by side like so $Fname $Lname. Where ever i use tag the values appear in the final
problems with php variables in mysql query
i can't seem to get the following query to work. select $q1c from $vote_rate where id = $recent_record LIMIT 0,1 ;this method did not work eitherselect .$q1c. from .$vote_rare. where id =
why isn't this PHP code working ???
it's suppose to find a name on the database. <?php $s = $_POST["lname"]; $x = trim($s); $exists = false; $selectedRow = 0; mysql_connect (localhost,testuser,testuser);
Solution Manager BPR
Does the SolMan-BPR-ARIS-Integration (http://www.ids-scheer.com/en/ARIS/ARIS_Platform/ARIS_Business_Architect_for_SAP/3743.html ) use an interface open to the public? If yes, were can I finde some
Keep newlines from textarea?..
I'm creating a simple encoding program, and what I want it to do is retain the newlines, as echoing a textarea for example will strip them out (I think). How do I retain the \n's or whatnot and place