DBA Hub

📋Steps in this guide1/4

OGG-01031 There is a problem in network communication - DBACLASS DBACLASS

OGG-01031 There is a problem in network communication error , while starting datapump, new parameter need to be added in the ./GLOBALS on target side, to fix this issue.

oracle replicationintermediate
by OracleDba
15 views
1

Overview

While starting the datapump in goldengate version 12.2.0 , you may get below error. 2016-04-14 15:14:39 ERROR   OGG-01031  There is a problem in network communication, a remote file problem , encryption keys for target and source do not match (if using ENCRYPT) or an unknown error . (Reply received is Output file /ggatebss/oradata/remotedata_ULA/T1000000 is not in any allowed output directories.). 2016-04-14 15:14:39  ERROR   OGG-01668  PROCESS ABENDING. This error will come in goldengate version 12.2, as new parameter ALLOWOUTPUTDIR has been introduced , which need to be added in ./GLOBALS file on target .
2

Section 2

syntax – ALLOWOUTPUTDIR   [ path of the remote trail location] 1. stop the manager and the replicates ggsci> stop mgr ggsci> stop *
3

Section 3

2.  edit the ./GLOBAL ALLOWOUTPUTDIR /ggatebss/oradata/ 3. stat mgr and replicates ggsci> start mgr
4

Section 4

ggsci> start *

Comments (0)

Please to add comments

No comments yet. Be the first to comment!