Archive for the 'Uncategorized' Category

External Connections Monitor

The External Connections Monitor html table is created from a korn shell script that runs command line calls to /dev/tcp querying the IP and Ports. Monitoring External Connections in JCAPS 5.1.3.

JCAPS513 HTML Monitor

The is the output ‘html’ table created from a korn shell script that uses external calls to the emanager’s command line utility called em-cmdline-client.sh . This could be run every half hour and html file uploaded to the web portal. Sun JavaCAPs 5.1.3 Monitoring Solution

JavaCAPS6 Installation Notes

I’m on my 3rd install of JavaCAPS6 using JCAPS Installer. First issue – Port 12000 was in use from a prior JCAPS513 installation. The JCAPS513 repository was running, and had started automatically. I cannot see it in under services,so it must be starting up in the registry. I killed the process to get the JCAPS6 […]

Sun Releases Java CAPS 6.0 – JUN 09

Leisure listening pod cast: http://blogs.sun.com/InsideSOA

Google Health, a first look

Google Health, a first look2/28/2008 06:30:00 AM Posted by Marissa Mayer, VP, Search & User ProductsIt’s been a busy week for the Google Health team. Last week we announced our partnership and pilot with the Cleveland Clinic. This week, the team has been at the HIMSS (Healthcare Information and Management Systems Society) conference in Orlando, […]

Free! Why $0.00 Is the Future of Business

Free! Why $0.00 Is the Future of Business – wired magazine What Mead understood is that a psychological switch should flip as things head toward zero. Even though they may never become entirely free, as the price drops there is great advantage to be had in treating them as if they were free. Not too […]

Average Interface Development Time Requirements

ADT InterfaceTASK – HoursPlanning (includes spec review) 8Development 6Functional Testing 8Integrated Testing 10Go-livePrep 4Support 4Total Hours 50 Unidirectional Orders InterfacePlanning (includes spec review) 15Development 45Functional Testing 24Integrated Testing 60Go-livePrep 12Support 12Total Hours 168 Bidirectional Orders InterfacePlanning (includes spec review) 35Development 85Functional Testing 48Integrated Testing 120Go-livePrep 20Support 20Total Hours 328 Results InterfacePlanning (includes spec review) 15Development […]

VI & Crimson Editor – Notes

VI: (yank/paste)1Y,2Y,3Y,etcP VI: (Remove ^M’s):%s/{CTRL-V+CTRL-M}//g CRIMPSON: (matching brackets)Begin-> CTRL + [End-> CTRL + ]

Find CPU Hog

ps -ef | egrep -v “stime”| sort +3 -r | head -n 15

Check IP/Port

If you need to quickly check an external IP & port w/o sending anything.. /home/egatetst/scripts > ksh i-tcp-param.sh 170.999.0.67 3111passed /home/egatetst/scripts > ksh i-tcp-param.sh 170.999.0.67 3112i-tcp-param.sh[3]: /dev/tcp/170.999.0.67/3112: cannot createfailed >>>>START CODE

Global Rename Ksh Scripts

These 2 files consisting of 10 lines of code allows you to rename a string within the whole file system. I’ve used this when creating new development environments and limited changes that pertain to only one set of directories. It keeps a record of changed files so you can double check that it doesnt do […]

HL7 Event Types

HL7 Event Types A01 ADT/ACK – Admit/visit notificationA02 ADT/ACK – Transfer a patientA03 ADT/ACK – Discharge/end visitA04 ADT/ACK – Register a patientA05 ADT/ACK – Pre-admit a patientA06 ADT/ACK – Change an outpatient to an inpatientA07 ADT/ACK – Change an inpatient to an outpatientA08 ADT/ACK – Update patient informationA09 ADT/ACK – Patient departing – trackingA10 ADT/ACK […]

ASCII Chart – Standard and Extended ASCII Table, ASCII Codes

eGate: A Christmas Carol

RE: [STC-User] Re: [UD] – eGate: A Christmas Carol Twas the night before Christmas, and all through the schema, red flashing ALERTs interrupted my dreama. All the eWays were hung by the network crash!” Operations declared. In hopes that an engineer would soon be there. And what to my horrified eyes should appear? Eight network […]

JCaps for Dummies

Oracle 9i Clob Resolved

Working with CLOBs has been very difficult. The task was to extract all unique messages that were in LDR2 and not in LDR into a UNIQUE table. Set commands such as,MINUS, INTERSECT, =, etc, won’t work with CLOBs datatypes. But using dbms_lob.getlength, dbms_lob.Compare, and dbms_Utility.Get_hash_value. This sql OUTER-JOIN finally worked: insert into seebeyond.RAD_MESSAGES_UNIQUE (SELECT seebeyond.RAD_MESSAGES_LDR2.MESSAGES, […]

FIND – one liners

find . -name “PLW_TCPIN*” -exec grep -l “$1” {} \; (finds file & string in file)find . -name “*core*” | xargs ls -l (finds cores and their sizes)find . -size +100000 -print (find files over 1 gig) To Rename all .jpeg to .jpg: for file in *.jpeg; do mv “$file” “${file%.jpeg}.jpg”; done

SED – one liners

sed G sed ‘s/.$//’ # assumes that all lines end with CR/LF sed ‘s/^M$//’ # in bash/tcsh, press Ctrl-V then Ctrl-M sed ‘s/\x0D$//’ # gsed 3.02.80, but top script is easier sed “s/\r//” infile >outfile # UnxUtils sed v4.0.7 or higher sed ‘s/^[ \t]*//’ # see note on ‘\t’ at end of file sed ‘s/foo/bar/’ […]

SQLLDR/Spooling

Miscellaneous issues when upload/downloading from Oracle. SPOOLING:When downloading/Spooling, large fields (Clobs/Memo) were being truncated. Had to SQL>Show all. Linesize,long,longchunksize were defaulting to 80-increased these. SQLLDR:sqlldr scott/tiger@LAWSON2 log=log.txt control=loader.ctl [loader.ctl]load datainfile ‘c:\merged.dat’into table seebeyond.RAD_MESSAGES_LDRfields terminated by “abcZ123” optionally enclosed by “”(MESSAGES CHAR(100000)) *To create One table from another: CREATE TABLE ZZZ AS SELECT * FROM AAA […]

Message from Sun Microsystems

Subject: IMPORTANT: New Email Address for Java CAPS Support Dear valued customer,We would like to take this time to inform you that we are disabling some of our old SeeBeyond email addresses. We ask that you no longer send Support emails to support@seebeyond.com or SeeBeyond-PoweringeBusinesses2@SeeBeyond.com. These addresses will be disabled effective March 31, 2007.We recommend […]

ArticleBankSearch

After discovering the the search engines are very limited in returning searches for free-reprint articles. I created a new tool called ArticleBankSearch located on articlewarehouse.com. I experimented with the limited nature of google advanced searches to filter only the article banks. Google is limited to only one domain in their advanced interface, however it is […]

UpgradeBuddy (UB) Timeline

UB was once again indexed/spidered by G 08′ UB website was scaled back to purely informational 07′ UB Upgrades were discontinued 06′ We have added a cool rss news feature for retrieving the latest news on the various airlines compliments of BigBold.com. An example is on the home page called ‘Latest Delta Airlines News ‘ […]

ArticleWarehouse (AWH) Timeline

Moved AWH to hostgator webhost and changed to ArticleDashboard CMS. -11/08′ 10,000+ Copyright Free Articles & 4,000+ Licensed Articles Added by over 5000 Authors over the past 4 years. -08′ I’ve removed the fastclick banners located in the headers of articlewarehouse.com, they have been replaced with a google search. Also the date shows now at […]

CLS Solutions Tech Blog

This is a tech blog from CLS Solutions developers covering various projects, websites, and other useful information to members, users, and guests. Members and guests may post comments.

E-O-L for Java CAPS release 5.1.2.

This announcement establishes the timeline and dates for the End of Service Life for Java CAPS release 5.1.2. This announcement applies only to Java CAPS release 5.1.2. Other products currently on Sun’s price-list including ICAN J2EE 5.0.5, Java CAPS 6, Java CAPS 5.1.3, ICAN SRE 5.0.5, e*Gate 4.5.3, and ICAN TRE 5.0.1 continue to be […]



Subscribe for the latest posts, free promotions, and insider deals!!!