You are on page 1of 6

Sheet1

Process RCLGLPO 1

Step

Error Cannot open database "FN89PRD" requested by the login. The login failed. [Microsoft][SQL Native Client][SQL Server]Login failed for user 'sa'.

Any Process within the Batch Job

Transaction was deadlocked on lock resources with another process and has been chosen as the deadlock victim.

PC_POADJUS Cannot insert duplicate key row in object T 'dbo.PS_PROJ_RESOURCE' with unique index 'PS_PROJ_RESOURCE'

POPO005

Caught Exception: Integration Gateway: General Connection Failed (158,10836) SCM_PV_INTG.MS_INTG_MsgPublish.OnExecute, SQL.Fetch: object isn't open on a select

PC_PO_TO_PC Cannot insert duplicate key row in object 'dbo.PS_PC_ACT_IN_USE' with unique index 'PS_PC_ACT_IN_USE'. PC_POADJUS Transaction Type 'DEF' does not exist for Business Unit US101. T (13100,243) 2011-03-01-12.23.16.000448DoStepActions[1797]Exception logged: RC=100. RCLGLBI Any Process within the 3 Batch Job BILDGL01 All Processing Suspended: Restart OPRID=RCLBATCH, RUNID=EU_BI_01_1, PI=4723910 (108,503) 'Cannot insert duplicate key row in object 'dbo.PS_BI_ACCT_ENTRY' with unique index 'PS_BI_ACCT_ENTRY'

Page 1

Sheet1

FS_JGEN

Cannot insert duplicate key row in object 'dbo.PS_BI_LOADGL_PROC' with unique index 'PS_BI_LOADGL_PROC'. Transaction was deadlocked on lock | communication buffer resources with another process and has been chosen as the deadlock victim. Rerun the transaction.

Any Process within the Batch Job

RCLAZAR ARUPDATE 2

Cannot insert duplicate key row in object 'dbo.PS_CUST_HISTORY' with unique index 'PS_CUST_HISTORY'

FS_JGEN

Cannot insert duplica te key row in object 'dbo.PS_J RNL_EDIT_LOG' with unique inde x 'PS_JRNL_EDIT_LOG'

Page 2

Sheet1

Cause

Deleting the data related to process instance from the PS_PC_RES_PA_TA15 and restarting the process to allow it to run to success.

L3 will have to manually dispatch PO XXXXXX and restart the jobs SELECT * FROM PS_PV_PO_DISP_VW WHERE PO_STATUS <> 'D'

US101 is not currently a valid Project Costing business unit. These projects are no longer used and have been set to inactive

The data being inserted into the PS_BI_ACCT_ENTRY by BILDGL01 process is already present in the table resulting in Duplicate insert.Delete rows in the PS_BI_LDGL_TMP table related to the process instance and restarting the Job.
Page 3

Sheet1

Two of the AR_UPDATE2 scheduled jobs started at the same time for the same region AU and NZ causing the process to fail. The AR_UPDATE2 process deletes data from PS_CUST_HISTORY first and then inserts it back. Deleting the data related to process instance from the PS_JRNL_EDIT_LOG and also data related to PS_GL_JCOBOL_TMP will allow the Process to run to Success.

Page 4

Sheet1

Resolution L3 to Restart the process

Comments

L3 to Restart the process

DELETE FROM PS_PC_RES_PA_TA15 WHERE PROCESS_INSTANCE = XXXXXXX AND PC_DISTRIB_STATUS <> 'D' AND EXISTS (SELECT 'X' FROM PS_PROJ_RESOURCE B WHERE PS_PC_RES_PA_TA15.BUSINESS_UNIT = B.BUSINESS_UNIT AND PS_PC_RES_PA_TA15.PROJECT_ID = B.PROJECT_ID AND PS_PC_RES_PA_TA15.ACTIVITY_ID = B.ACTIVITY_ID AND PS_PC_RES_PA_TA15.RESOURCE_ID = B.RESOURCE_ID AND PS_PC_RES_PA_TA15.RESOURCE_ID = B.RESOURCE_ID AND PS_PC_RES_PA_TA15.RESOURCE_TYPE = B.RESOURCE_TYPE)

HPIDirectsiteisnotreachableatthispointChangethedispatchmethod from 'EDX' to 'Print' only and then once the sit is up change it back to EDX

Email L3 to Restart the Batch DELETEFROMPS_PC_RES_PA_TA15WHEREPROCESS_INSTANCE = 'XXXXXXX'

L3 Will Restart the process

DELETE FROM PS_BI_LDGL_TMP WHERE PROCESS_INSTANCE = 'XXXXXXX'

Page 5

Sheet1

L3 Will Restart the process

Check if the temp table has data, if Yes the data needs to be deleted

L3 Will Restart the process

DELETE FROM PS_HS_CSTHST_TMP5 WHERE PROCESS_INSTANCE = XXXXXXX AND CUST_HIST_ID = 'XXXXX'

DELETE FROM PS_JRNL_EDIT_LOG WHERE PROCESS_INSTANCE = 'XXXXXXX'

DELETE FROM PS_GL_JCOBOL_TMP WHERE PROCESS_INSTANCE = 'XXXXXXX'

Page 6

You might also like