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)----------------------------------------------------------------------------------------------------------
Login Control?!
I have a Web Site that uses the login control also I have set the destinationurl to the page I want to go to when logged in.
Upload file!
Ok i have a form.. Code: <form name="form1" method="post" action=""> <p>Name: <input name="Name" type="text"
Add weeks in a query?
I have a SQL that summarizes the quantity per week. The weeks that has no value does not exist in the table. How can I add these missing weeks with a 0 value in the SQL. Need this to use Avg and
Run function every 5 mins ??
I have a function PostMessage()How can I run it every 5 mins ??
help with multi-update
Now sure how to ask this really....
constructor ?
i have written this program and made 3 constructors in the class and i want to call them in the main and i cant can any one help me and tell me how could i call them in the main
PDO returns erroneous columns from within pdt
Hi All,This is a truly weird behavior:When using a simple pdo fetch, erroneous columns are returned!Steps to reproduce:------------------------------------------------------------ -----------1.create
Preg_match with an array
is there an away to use preg_match with an array?i want to check a string with an array to see if it contains badwords however i get an error saying string expect it got an array, which i know.
login and redirect
hello! can someone help me.. can you give me an idea.. I want to make a login page and redirects it to different web page depending on the username and password used in logging in... thanks!
question about stripslashes and real_escape_string
im cleaning up an old app that I wrote fixing some of the vulernabilities from attacks.I have roughly 30 files. I want to be able to edit every $_POST and $_GETCode: