Posts

Showing posts from February, 2013

IBM B2B Sterling Integrator (SI) and Sterling File Gateway Installation Procedure

1. Install and Configure Sterling Integrator DB. Follow the below link to create and configure database,          http://sirishg.blogspot.com/2012/12/sterling-integrator-oracle-user-and.html 2. Update License Set.    Need to update the License Set because while installing SI it will take the out of box license file which needs to be overriden after post installation. Below command will update the Sterling Integrator license,          InstallDirectory/bin$ AddLicenseSet.sh          3. Start SI and go to Operations --> System --> Licenses and do List All and check all carefully that we have got license for all    required SI components for instance File Gateway Core    Note: Check under InstallDirectory/properties/licensefiles for SI and SFG License.   4. Shutdown Sterling Integrator and proceed for Sterling File Gateway Installation ...

Telugu Devotional Song

Image

Uninstall​ IBM Sterling File Gateway (SFG) from IBM B2B Sterling Integrator (SI) Installation

Below process explains how to remove IBM Sterling File Gateway (SFG) from IBM B2B Sterling Integrator(SI) Installations. Please do not consider this as an official procedure, This is a just a WORK AROUND to remove SFG from SI. 1. Shutdown all Sterling Integrator nodes and perform below tasks on all nodes. 2. Go to installFolder/container/Applications - Remove filegateway exploded folder and filegateway.war. 3. Go to installFolder/noapp/deploy - Remove filegateway exploded folder and filegateway.war. 4. Go to installFolder/jar/ - Remove filegateway folder. 5. Go to installFolder/properties/ dynamicclasspath.cfg.in - Remove entries for FileGateway-ui.jar and filegateway.jar. 6. Run setupfiles.cmd/sh 7. Run deployer.cmd/sh 8. Bring up Sterling Integrator. Note: ​ Please note that above process will not clean database and it will leave few database tables related to SFG but they don't harm any of the SI processes. ​

12 Rules of Success

addicted2success.com/success-advice/apples-ceo-steve-jobs-shares-his-12-rules-of-success

​ Oracle 11g R2 32 bit Installation on Ubuntu 12.10 32 Bit

​Finally oracle up and running on on my ​Ubuntu 12.10​ ​ VM. Followed the below posts, http://www.makina-corpus.org/blog/howto-install-oracle-11g-ubuntu-linux-1204-precise-pangolin-64bits ​ ​http://install-climber.blogspot.com/2012/10/GettingStartedInstallOracle11gR2DatabaseFedora17Lxde.html

Excellent article on Ubuntu 12.10 tips and tricks

http://www.techsupportalert.com/content/tips-and-tricks-ubuntu-after-installation-ubuntu-1204.htm

Install MESA Developer Studio on IBM B2B Sterling Integrator

Image
To install MESA Developer Studio ​ on Eclipse (Europa) follow the below steps, Below screen shot shows the eclipse version details,                                            1. Open Eclipse. 2. Select a default workspace folder location. You can add additional workspace folder locations at anytime. The Package View in the lower left area of the MESA Developer Studio workspace displays a local explorer view of your project folders. This enables you to store files that you check out. 3. From the Eclipse Help menu, ​ ​ ​ Navigate to Software Updates > Find and install . 4. Select Search for new features to install . 5. Click Next . 6. ​Now need to add new Remote Site so click on New Remote Site . 7. Complete the following information and click OK .  Name – ​Type a descriptive name for the...

eCommerce software Production Migration

Image
Too many services interlinked to develop one complete eCommerce application :)

Sterling Integrator Active and DR Site Diagram

Image

5 Nice Little Stories

Image

SQL Developer Installation on Ubuntu 12.10

1. Download SQL Developer from the followng URL,    ​ ​ http://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/index.html 2. Accept License Agreement 3. Other Platforms and Download the file. File name will be sqldeveloper-3.2.20.09.87-no-jre.zip 4. unzip the file to your prefered location, Something like below,    unzip /home/sirishg/Downloads/sqldeveloper-3.2.20.09.87-no-jre.zip -d /u02/app/ 5. cd to /u02/app/sqldevloper 6. Need to add jdk directory in sqldeveloper.conf 7. cd to /u02/app/sqldeveloper/sqldeveloper/bin and edit qldeveloper.conf 8. gedit qldeveloper.conf and update SetJavaHome value to your java home directory location    SetJavaHome /u02/app/ibm-java-i386-60 9. All done now just go to /u02/app/sqldeveloper and run sqldeveloper.sh

XPath Syntax if we have multiple Namespaces in ProcessData

Reading the XPath if we have multiple namespaces in ProcessData, ProcessData <ProcessData> <RevealPanReply xmlns=" http://w3schools.com/account/services/1.0/ ">         <MessageHeader>             <payment:CreateTimestamp xmlns:payment=" http://w3schools.com/account/types/1.0/ ">2013-01-18T17:58:31.204Z</payment:CreateTimestamp>         </MessageHeader>         <PaymentAccountNumber>4111111111111111</PaymentAccountNumber> </RevealPanReply> </ProcessData> XPath /ProcessData//*[local-name()='PaymentAccountNumber']

MySQL Installation and Database creation on Ubuntu 12.10

1. Install mysql on Ubuntu 12.10. (Use apt-get install mysql-server) 2. Log on to mysql as a root user      $ mysql -u root      $ mysql -u root -p        Enter password: ENTER ROOT PASSWORD 3. Create a Database for Sterling Integrator      mysql> create database SI52;             Query OK, 1 row affected (0.00 sec) 4. Add User called sterling to SI52 Database     mysql> grant usage on *.* to sterling@localhost identified by 'password';     Query OK, 0 rows affected (0.00 sec)     mysql>GRANT ALL PRIVILEGES ON SI52.* TO sterling@localhost IDENTIFIED BY password WITH GRANT OPTION;     mysql>FLUSH PRIVILEGES; 5. Grant all priviliges to sterling user on SI52 database    mysql> grant all privileges on amarokdb.* to amarokuser@localhost ;    Query OK, 0 rows...

Sirish reddy sent you a SlideShare presentation

Image
The world's largest community for sharing presentations. Start sharing!           Your colleague Sirish reddy sent you this SlideShare presentation "B2B"   B2B Framework for IBM Sterling B2B Integrator   B2B Framework for IBM Sterling Integrator - Minimizes development and deployment time for new proje... 864 views 24 downloads ...