Technology Stack - EBS (MOSC)

MOSC Banner

atName not getting picked up during autoconfig

edited May 15, 2018 5:02PM in Technology Stack - EBS (MOSC) 2 commentsAnswered ✓

I'm getting an error when viewing the output of a concurrent program.  I've figured out the issue is due to one node of my EBS 12.2.7 instance isn't using the atName parameter from the context file.  After running autoconfig, I'm ending up something like this in the tnsnames.ora file

FNDFS_APPLTOP_AT_server01=

        (DESCRIPTION=

            (ADDRESS_LIST=

                (ADDRESS=(PROTOCOL=tcp)(HOST=SERVER01.domain.com)(PORT=1600))

            )

            (CONNECT_DATA=

                (SID=FNDFS)

            )

        )

FNDFS_APPLTOP_devinstance=

        (DESCRIPTION=

            (ADDRESS_LIST=

                (ADDRESS=(PROTOCOL=tcp)(HOST=SERVER02.domain.com)(PORT=1600))

            )

            (CONNECT_DATA=

                (SID=FNDFS)

            )

        )

Since both nodes have the same value for atName (devinstance), I would expect it to look more like this:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center