Link to home
Start Free TrialLog in
Avatar of germaknv
germaknv

asked on

The Oracle Report Service returned service spicific error 186

How to fix it.
ASKER CERTIFIED SOLUTION
Avatar of crsankar
crsankar
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of r_sudip
r_sudip

Hi,
 
 Usually this error occurs due to incorrect entry in the
 tnsnames.ora file or picking up the wrong tnsnames.ora
 file.

 As per crshankar's comment first find out whether it's
 picking up the correct tnsnames.ora file or not.
 the best way to ensure this is to set TNS_ADMIN in the
 registry(if windows)or env. variable(if Unix).
 Set the value to where your tnsnames.ora file is.

 Now try to start the report server.
 If it still throws the same error then check for the
 entry NAMES.DEFAULT_DOMAIN in the sqlnet.ora file in the
 same path where your tnsnames.ora file is.
 for e.g if it's set to

 NAMES.DEFAULT_DOMAIN=world

 then your reports server entry should read
 
 repsrv.world=(ADDRESS=(PROTOCOL=TCP)(HOST=server)
 (PORT=port))

 On the other and if NAMES.DEFAULT_DOMAIN is not set then
 the report server entry should be

 repsrv=(ADDRESS=(PROTOCOL=TCP)(HOST=server)(PORT=port))


Sudip
Please update and finalize this old, open question. Please:

1) Award points ... if you need Moderator assistance to split points, comment here with details please or advise us in Community Support with a zero point question and this question link.
2) Ask us to delete it if it has no value to you or others
3) Ask for a refund so that we can move it to our PAQ at zero points if it did not help you but may help others.

EXPERT INPUT WITH CLOSING RECOMMENDATIONS IS APPRECIATED IF ASKER DOES NOT RESPOND.

Thanks,

** Mindphaser - Community Support Moderator **

P.S.  Click your Member Profile, choose View Question History to go through all your open and locked questions to update them.
Force accepted

** Mindphaser - Community Support Moderator **