Hello, I've installed Oracle GoldenGate Microservice for SQL Server (source) and Oracle (target). When I creating extract process, I got this error:
Source Context :
SourceModule : [ggparam.dictionary.main]
SourceID : [ggparam/paramdict.cpp]
SourceMethod : [ggs::ggparam::dict::dict]
SourceLine : [140]
ThreadBacktrace : [15] elements
: [D:\Softwars\GG_Mic\GG_Mic\lib\gglog.dll(??1CContextItem@@UEAA@XZ)]
: [D:\Softwars\GG_Mic\GG_Mic\lib\gglog.dll(?CreateMessage@CMessageFactory@@QEAAPEAVCMessage@@PEAVCSourceContext@@IZZ)]
: [D:\Softwars\GG_Mic\GG_Mic\lib\gglog.dll(?_MSG_String_Int32_String@@YAPEAVCMessage@@PEAVCSourceContext@@HPEBDH1W4MessageDisposition@CMessageFactory@@@Z)]
: [D:\Softwars\GG_Mic\GG_Mic\lib\ggparam.dll(??0dict@ggparam@ggs@@QEAA@XZ)]
: [D:\Softwars\GG_Mic\GG_Mic\lib\ggparam.dll(?instance@dict@ggparam@ggs@@SAAEAV123@XZ)]
: [D:\Softwars\GGMic\GG_Mic\bin\extract.exe(_ggGetGlobalConfigFilename)]
: [D:\Softwars\GGMic\GG_Mic\bin\extract.exe(ERCALLBACK)]
: [D:\Softwars\GGMic\GG_Mic\bin\extract.exe(ERCALLBACK)]
: [D:\Softwars\GGMic\GG_Mic\bin\extract.exe(_ggTryDebugHook)]
: [D:\Softwars\GGMic\GG_Mic\bin\extract.exe(_ggTryDebugHook)]
: [D:\Softwars\GGMic\GG_Mic\bin\extract.exe(_ggTryDebugHook)]
: [D:\Softwars\GGMic\GG_Mic\bin\extract.exe(ERCALLBACK)]
: [D:\Softwars\GGMic\GG_Mic\bin\extract.exe(VAMVersion)]
: [C:\Windows\System32\KERNEL32.DLL(BaseThreadInitThunk)]
: [C:\Windows\SYSTEM32\ntdll.dll(RtlUserThreadStart)]
2023-06-28 17:11:14 ERROR OGG-10111 Error opening parameter definition file: ggparam.dat.
errno: 22 - Invalid argument.
2023-06-28 17:11:14 ERROR OGG-01668 PROCESS ABENDING.
What is the problem with my configuration?
Thankyou