s vinothlee

Greenhorn
+ Follow
since Dec 22, 2006
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by s vinothlee

Hi,

when i try to add new user or group in the Brio Portal i am getting the below exception

Detailed Message: BusinessService Not Found! SearchCriteria: serviceTypeId = ResourceType:AUTHENTICATION_SERVICE serviceVersionId = Domain efault_version serviceDomainId = Domain efault_version
Recommended Action: Contact your corporate technical support


can someone help on this issue?
16 years ago
i fixed that problem, now i am getting different error, when i try to add any group or user in the brio portal i am getting the below exception


A general error was encountered contacting the server.
Detailed Message: BusinessService Not Found! SearchCriteria: serviceTypeId = ResourceType:AUTHENTICATION_SERVICE serviceVersionId = Domain efault_version serviceDomainId = Domain efault_version
Recommended Action: Contact your corporate technical support.


can some one help on this issue.
16 years ago
in my std_out.log file i can see java.net.socketexception connection peer reset for the mentioned ipaddress
16 years ago
I am getting below exception.

com.sqribe.rm.ReportMartException:
at com.sqribe.rm.SessionImpl.convertError(Unknown Source)
at com.sqribe.rm.AASessionImpl.open(Unknown Source)
at com.sqribe.rm.AASessionImpl.internalInit(Unknown Source)
at com.sqribe.rm.AASessionImpl.<init>(Unknown Source)
at com.sqribe.rm.SessionFactory.getInstance(SessionFactory.java:42)
at Brio8APIVerifier.main(Brio8APIVerifier.java:1675)
16 years ago
Hi,

I am trying to connect to Brio Report server with the below code.

m_session = SessionFactory.getInstance("administrator", "administrator","10.2.3.4", 1800);

i got the below exception, but i am able to run the server and access the Reports using my intranet ip address but i am having this only when i try to connect using the java code. can someone help what is the possibility of this issue? how can i trace this issue? i am new to Brio Portal and report server.

com.sqribe.rm.ReportMartException:
at com.sqribe.rm.SessionImpl.convertError(Unknown Source)
at com.sqribe.rm.AASessionImpl.open(Unknown Source)
at com.sqribe.rm.AASessionImpl.internalInit(Unknown Source)
at com.sqribe.rm.AASessionImpl.<init>(Unknown Source)
at com.sqribe.rm.SessionFactory.getInstance(SessionFactory.java:42)
at Brio8APIVerifier.main(Brio8APIVerifier.java:1675)
[ August 06, 2007: Message edited by: s vinothlee ]
16 years ago