HTB User Group on-line Forum
09 Sep 2010, 11:00 *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Welcome! HTB Online forum is open for posts.
 
   Home   Help Search Login Register  
Pages: [1] 2 3 ... 10
 1 
 on: 25 Aug 2010, 16:31 
Started by Aashutosh Karnawat - Last post by Aashutosh Karnawat
Position: Oracle Financial HTB Developer / Architect (2 positions)

Location: Sacramento, CA

Period : 12+ Months

5+ years of strong development & maintenance experience in following
 
1. Oracle Healthcare Transaction Base ( Oracle HTB )
2. HL7 Version 2.5 or 3.0
3. Oracle E-Business Suite
4. Java, EJBs, and Web Services

Experience with Bulk Load will be an added advantage.

Mandatory Qualifications:
1. Experience implementing HTB in a mid-to-large solution (i.e., 1000 users or more);
2. Experience implementing Business-to-Business (B2B) and Service Oriented Architecture (SOA) solutions using Health Level 7 (HL7) and HTB;
3. Experience implementing Oracle Fusion Middleware, Initiate eMPI, and Orion Concerto Portal within a single integrated environment.

If interested please send your updated profiles with rates per hour confirmation.

Thanks and regards,
Aashutosh Singh Karnawat
HR Recruiter,
Sumeru Inc.
2401 15th St. NW
Washington DC, 20009
Phone: 202.470.6983
aashutosh.karnawat@sumerusolutions.com
www.sumerusolutions.com

 2 
 on: 19 Jul 2010, 07:38 
Started by Hamish Currie - Last post by Hamish Currie
Hi,

I've recently been asked to help with an installation that is suffering performance problems. After comparing many attributes of this system with another running the same software that performs much better, we discovered that the network between the HTB appserver and the HTB database had a latency between 10 and 100 times greater in the poorly performing system. (Acceptable system had a trace time of up to 0.16ms latency, compared to a range from 1.1 ms up to hundreds of ms on the poorly performing system.)

We used the tc[1] command on linux to degrade the latency of the acceptable system and we saw a corresponding drop in the performance in the performance of HTB, so we are fairly confident that we have identified the problem.

I'm interested in getting input from others about this issue. So - if you are wiling, it would be great if you could give version, latency and an approximate description of performance for the systems that you are involved with. Obviously this is wildly un-scientific, as each system is very different, however it may give some indication of the network performance required in general.

Here are our numbers.

System 1:
HTB Version: 5.3
Network Latency: 0.13-0.16ms
Performance: HTB calls are generally sub second.

System 2:
HTB Version: 5.3
Network Latency: 1.1ms-100ms and some even higher. The range appears to be weighted toward the lower end of the range.
Performance: HTB calls are generally more than 10 seconds up to over a minute.

We used tcptraceroute[2] to capture the latency as most of the hardware on the network was setup to drop UDP and ICMP packets.

One last note. I'm not trying to imply that this is a problem with HTB. 0.1ms latency should be easily achievable in a data center environment. I do however feel that the speed of the network between the HTB appserver and it's database is something that should be a documented requirement when designing the network infrastructure for your installation.

thanks

Hamish

1: http://devresources.linux-foundation.org/shemminger/netem/example.html
Note - you can remove the delay to eth0 using the command:
tc qdisc del dev eth0 root
2: http://michael.toren.net/code/tcptraceroute/

 3 
 on: 16 Jul 2010, 21:47 
Started by John Hatem - Last post by John Hatem
All,

We are pleased to announce that HTB v5.3 is now certified to work with Oracle RDBMS 11gR2 and ATG RUP 7. Please refer to MOS note 1137444.1 for details.

John Hatem


 4 
 on: 06 Jul 2010, 11:44 
Started by Arpan Makwana - Last post by Chiranjib Bhattacharya
Hi,
You can get all the details of the person instance by using Rim Query of HTB.
Use EntityAttributeCriteria to fetch the details of the person of interest.

thanks
Chiranjib

 5 
 on: 01 Jul 2010, 13:10 
Started by Henrik Ring - Last post by Henrik Ring
I will participate in Oracle Open World 2010.
Are there any other HTB users participating?
Although an HTB User Group meeting has not been arranged we could meet informally.

 6 
 on: 18 Jun 2010, 19:01 
Started by Lorenzo Colonniello - Last post by John Hatem
Lorenzo,

What organization are you with?  Have you ever contacted Oracle Support?  And have you ever attended an HTB training session? 

Thanks,

John Hatem
Director, Healthcare Product Strategy
Oracle Health Sciences Global Business Unit

 7 
 on: 17 Jun 2010, 09:54 
Started by Lorenzo Colonniello - Last post by Lorenzo Colonniello
Hi all , I use an rmi connection , in htb oc4j where can  I find the rmi port configuration for jndi confiduration?
In rmi.xml , in what path?
this /opt/oracle/htb/oas/j2ee/htb/config/rmi.xml ?

In my server there are several.

thankyou

 8 
 on: 29 May 2010, 07:24 
Started by Lorenzo Colonniello - Last post by Arpan Makwana
Hi Lorenzo,
I have successfully resolved the issue that says htb application not found....
The basic issue is that the application server is not hosting the "htb" application properly.
Pls follow the steps to verify that your application server is hosting htb or not:-
1. Create a connection to your application server using jdeveloper or open up the application server home page.
2. click applications
3. Check whether htb is present in that list or not.
4. The error - "no application/module named htb found" is thrown only when the application server is not hosting it.

solution:-
1. Shut down all the services (database, EBS service and Application server).
2. Restart the computer to ensure that no reference of services are left.
3. Start all the three services and make sure that you are able to see htb in the list of hosted apps.
4. Till the time it does not appear in that list, you will get the same error.

---------------------------------
Arpan Makwana
Technical Consultant
Evolutionary Systems Pvt. Ltd.

 9 
 on: 28 May 2010, 11:11 
Started by Arpan Makwana - Last post by Arpan Makwana
Hello all,
How is it possible to get the logged in person's instance (that can contain Name, root and extension).
There is a method in sessionService getLoggedInPerson, but it is deprecated in HTB v6.0.
Can anyone tell me how to achieve the above task using alternate method.
The information available about logged in person is username and password.
Thank you,

-------------------------------------
Arpan Makwana
Technical Consultant
Evolutionary Systems Pvt. Ltd.

 10 
 on: 27 May 2010, 10:51 
Started by Arpan Makwana - Last post by Arpan Makwana
Hi Henrik,
I did a fresh install on a Linux machine and I am successfully able to host it and login into it from my custom application.
Thanks a lot for all the support and advices.
Thank you.
 Cheesy
----------------------------------
Arpan Makwana
Technical Consultant
Evolutionary Systems Pvt. Ltd.

Pages: [1] 2 3 ... 10
Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!