Posts

Showing posts from December, 2012

No Shortcuts for Success

Image
This photograph inspired me a lot and I see this picture daily before I go to bed. There is no shortcut for success. Attitude and Hard Work will get you to Success.

Beautiful Sunset @ King of Prussia

Image

Active and DR sites architecture

Image

Hand Work will lead us to success

Image
Success story of my Babai (father's brother) published in our local news paper. He inspired me. Keep going Sesha Reddy Gongal Reddy :)

Remove Custom Service from Sterling Integrator

If we need to uninstall a custom service in IBM B2B Sterling Integrator follow the blow steps. Please note you have to clean from File system and from database as well. File System Cleanup C:\Sirish\SterlingIntegrator\install\installed_data\ Your  Custom Service Name directory. C:\Sirish\SterlingIntegrator\install\jar\ Your  Custom Service Name directory. C:\Sirish\SterlingIntegrator\install\properties\lang\en\Your  Custom Service Name_en.properties C:\Sirish\SterlingIntegrator\install\properties\services\Your  Custom Service Name.xml Database Cleanup select * from service_def_guid where current_id = 461; select * from service_def_parms where def_id = 461 select * from service_def where def_lookup_name like '%com.mypackage%';   Note:   Please check def_look_up name in service instance page under Development --> Services --> Installation/Setup   delete from service_def_guid where current_id = 461; delete fr...

IBM B2B Sterling Integrator - Oracle Database User and Table Space creation Scripts

Below process explains how to create Oracle database for Sterling Integrator with all required user permissions. 1. Create a new database using Oracle Database Configuration Assist for Sterling Integrator with all required Initilation perameters. Initilation perameters are very critical so refer installation document very carefully while creating new database. 2. Log on to Database as a Power User (system or sys as sysdba) and create new table space,        CREATE TABLESPACE SI_TABLESPACE DATAFILE        '/u01/app/sterling/SI52.DBF' SIZE 2000M AUTOEXTEND ON NEXT 500M MAXSIZE UNLIMITED         LOGGING         ONLINE         PERMANENT         EXTENT MANAGEMENT LOCAL AUTOALLOCATE         BLOCKSIZE 8K         SEGMENT SPACE MANAGEMENT AUTO; 3. Log on ...

Robin Sharma's Little Black Book For Stunning Success

http://www.robinsharma.com/pdf/stunningsuccess.pdf

JMS Clients

JMS Clients http://queuemanager.nl/offline-installation/   Hermes is an interactive JMS browser and administration tool. We can Download JNLP file from http://www.hermesjms.com/ . Hermes is an interactive JMS browser (Useful with JBoss)

IBM Smarter Commerce Tech talks - Introduction to Smarter Commerce

Image