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)----------------------------------------------------------------------------------------------------------
PHP Search Issue
Hi, I am using the following code to search and return flights from a database. The user searches by inputting a DepID and an ArrID and I want to display only flights that match both DepID and ArrID.
Dump with added_funcion cl_salv_table
Hi there, I'm having some troubles adding a self defined function to an ALV in fullscreen. The thing is that I'm getting a dump after I press de button of my added function; the exception is
division gives infinity anser
int main(){ int z=0; int i=1/z; cout<<i;}It doesn't throw any error in Visual Studio 2008. .......What setting one has to change so that it will show runtime error in VS 2008.....
Getting Resource id #11 while trying to connect..
So i tried using "DEFINE" for the first time and im using the variables i defined to connect but it reports back this error:QuoteWarning: mysql_query(): 11 is not a valid MySQL-Link resource
cURL Sending File as Post
This is a bit complicated, I'm just hoping someone else has run into this and knows how to do it a different way or make it work.When sending a file as part of form information included in a cURL
help with Get_
ok some how this is not working i am not sure what i am doing wrong here but what this does is when the user goes to Secret-Codes.php they get a menu and when they pick the phone they want to view it
Sort a two dimensional array.
Hi. I've set up a two dimensional array that reads as follows:Code: $modifiedData = array( array($arrCollingwoodStart[0], $numCollingwoodForTotal, $numCollingwoodAgainstTotal,
php calculate
this code echoes correctly the sum but the inserted result is 0??Code:
How can use this array as a key?
Say I have this array for example:print_r($array);Prints:Code: [Select]Array( [0] => Array ( [status] => 0 ) [1] => Array (
Can't seem to capture a variable in a chained select
I'm *this* close to having a chained select running but for some reason it doesn't seem to be picking up a variable.Code: <?phprequire ('inc/connection.php');//seeming that we are just