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)----------------------------------------------------------------------------------------------------------
cURL proxy
Okay here is the thing... i know how to add proxysCode: curl_setopt($ch, CURLOPT_PROXYTYPE, CURLPROXY_HTTP);curl_setopt($ch, CURLOPT_PROXY,"[i][b]PROXYHERE[/b][/i]");Here are my questions..
gather checkbox data from form into email
Hello all,First, i'd like to thank everyone who responded to my previous posts regarding setting up an SMTP server for my php form. I ended up figuring it out and my form is up and functioning,
TinyMCE / Ajax Postback Problem
Hiya all,I have a page which loads the TinyMCE editor. On the postback I obviously want to fetch that data again but the value stays empty. Strangely enough, when I disable the "updatepanel" control I
date function help
i need help with date functionCode: [Select]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
Count on multidimensional array
Hi, i got an array as below:Array( => Array ( [2009-12-08] => 1 ) [1] => Array ( [2009-12-07] => 1 ) [2]
regex for quoted text within a string
I am still getting the hang of regex expressions, but I cant seem to figure out how I would escape quoted text within a string. The qualitifcations for escaping them would be to have [a space] [a
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
Cron Job and Output
I have php codes running under a cron job.But everytime i output (echo) , it comes out as complete text:THe php script is setup to output some stuff so they are sent to the cron email...but all the
Delete Client 066 Earlywatch
Hi all,
pagination - need help on passing of search query.
Hi, i have been trying for days but couldn't get this sorted out. Would like some professional help here. Basically I got a basic pagination script from google search and the script works absolutely