|
"Most likely an old instance of the ODI Agent is still reserving the port, and hence is causing starting a new Agent instance to fail."
Now that the old instance is reserving the port and, netstat unable to pickup the port and , showing its not assigned anywhere...
lsof -n -i | grep "20926"
netstat -ano | find ":20926"
netstat -anp | find ":20926"
all gives me no output...
So im unable to create a new ODI repo/agent/instance on it... getting error 1540.
Tell me how else to detect where is this port is attached to? How can i assign this port to my ODI..?