Agile-Developer
Update AxImpDataUpl...
 
Notifications
Clear all

Update AxImpDataUploadJobs set status ='Failed', remarks = '@error*relation "axonlineconvlog" does not exist in impd'

1 Posts
1 Users
0 Likes
2,049 Views
Posts: 85
Admin
Topic starter
(@akshatha)
Reputable Member
Joined: 2 years ago

Go to DBeaver-> Choose the schema -> Enter the table section->Find the “axonlineconvlog” using SQL->If not found then execute the query in SQL editor.

CREATE TABLE schema_ name.axonlineconvlog (
script text NULL,
errmsg varchar(8000) NULL,
tablename varchar(100) NULL
);

Share: