Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am trying to create a replicate task which uses oracle as the source and log stream as my target and I am getting this error.
Stream component 'st_0_ELH_LogStream' terminated
Cannot initialize subtask
Failed while preparing stream component 'st_0_ELH_LogStream'.
Permission denied (apr status = 13, location = at_dir.c(768))
From the error it looks to me that it has something to do with the log stream Storage path permission. This is what I have given in my target endpoint as the Storage path /opt/attunity/replicate/data.
Any help on this issue is greatly appreciated.
Hi,
Please check if the user that Replicate runs as have access to /opt/attunity/replicate/data
Also, please try to reload the task or run the task by timestamp from Advance setting.
Thanks
Naren
Hi,
Please check if the user that Replicate runs as have access to /opt/attunity/replicate/data
Also, please try to reload the task or run the task by timestamp from Advance setting.
Thanks
Naren
Hi @NewbieQlik
Is there an entry in your task log like:
00723291: 2022-XX-XXT14:59:34 [SOURCE_CAPTURE ]I: Create permission check failed for Oracle directory objects (oracle_endpoint_conn.c:513)
If so, and you want Replicate to create and manage the Oracle directories, you need to grant the CREATE ANY DIRECTORY privilege.
Here are the required permissions for Oracle source:
Thanks,
Dana