Thursday, December 18, 2008

Oracle Applications R12 Migration from Solaris to Linux Platform

Abstract

This Document is intended to describe the steps we followed to migrate the existing Oracle Applications Release 12 both Application & Database Tiers from Solaris Sparc Platform to Redhat Linux Platform. This process provides us a way to quickly and easily move an existing Oracle Applications Release 12 from Solaris Sparc to Redhat Linux Platform, allowing us to utilize different hardware.

 

Document History

Author : Srinivas Ramineni

Title: Assistant Manger-ERP

Date Created : 05-Dec-2008

Company : Aurobindo Pharma ltd.,Hyderabad.

Migration of Oracle Applications Release 12 from Solaris to Linux Platform

This Document provides detailed steps on how we migrated our existing Oracle Applications Release 12 both Application & Database Tiers from Solaris Sparc Platform to Redhat Linux Platform.

This Process consists of Eight discrete steps. Each Step Covered in a Separate Section in this Document.

· Section-1: Prerequisites

· Section-2: Prepare the Source System

· Section-3: Prepare a target Release 12 database instance

· Section-4: Export the source Release 12 database instance

· Section-5: Import the Release 12 database instance

· Section-6: Update the imported Release 12 database instance

· Section-7: Prepare the Target Application Tier

· Section-8: Prepare The target Instance

Section-1: Prerequisites:

1. Apply the Applications consolidated export/import utility patch

Apply patch 6924477 to the source administration server node.

2. Apply latest Applications database preparation scripts patch

Apply patch 6342289 to every application tier server node in the source system.

3. Apply Platform Migration Patches
6903505 : QRMP:NOT ABLE TO APPLY R12 PLATFORM SPECIFIC PATCH DURING PLATFORM MIGRATION

6156498 : MIGRATION: CHANGES NEEDED TO ADCLONECTX.PL SCRIPT

4. Apply Additional Patches (Conditional)
6767273 : INSTALLING R12.AD.A.DELTA.4 FAILS FOR OFF-CYCLE PRODUCTS  (AD)

5. Run AutoConfig on the Source System

cd $ADMIN_SCRIPTS_HOME

adautocfg.sh apps/apps

6. Run adpreclone on the Source System

Log on to the source system as the APPLMGR user, and run the following commands on each node that contains an APPL_TOP:
cd <INST_TOP>/admin/scripts
perl adpreclone.pl appsTier

7. Maintain Snapshot Information
Run adadmin à Maintain Application Files à Maintain snapshot information àupdate current view snapshot.

8. Identify Technology Stack Updates

To find the applied patches on the Oracle Applications technology stack run this script

Note:Ensure "APPLRGF" variable is set in environment. If not, set it to the same value as "APPLTMP".

Cd $FND_TOP/patch/115/bin

Run the utility as follows:

perl $FND_TOP/patch/115/bin/TXKScript.pl 
-script=$FND_TOP/patch/115/bin/txkInventory.pl 
-txktop=$APPLTMP  - contextfile=$CONTEXT_FILE 
-appspass=apps 
-outfile=$APPLTMP/Report_Inventory.txt
-reporttype=text

Section-2: Prepare the Source System:

 
1. Create a working directory
$ mkdir /xxx/xxxx/expimp
 

2. Generate and upload the manifest of customer-specific files

1.      Generate customer-specific manifest file

Note: Log in to your Source System Applications Node as the APPLMGR user and Source the APPL_TOP environment file

cd <AD_TOP>/bin

perl adgenpsf.pl

above script generate the file adgenpsf.txt under <APPL_TOP>/admin/<TWO_TASK>/out.

2. Upload Manifest File for generation to target Linux/Unix platforms

Go to http://updates.oracle.com/PlatformMigration

3. Copy the Source System to the Target System

Copy the Application Tier file system from the Source Applications System to the Target Node by executing the following steps in the order listed.  

·        <APPL_TOP>

·        <COMMON_TOP>/clone

·        <COMMON_TOP>/java

·        <COMMON_TOP>/_pages

·        <COMMON_TOP>/webapps

·        <COMMON_TOP>/util

Ex: scp -r /UATtlsvol01/oracle/UAT/apps/apps_st/ tlsdev:/appldev/oracle/DEV/apps/

Note: Change Owner ship

4. Generate target database instance creation script aucrdb.sql

$ sqlplus system/<system password> \

@$AU_TOP/patch/115/sql/auclondb.sql 10

It creates aucrdb.sql in the current directory.

5. Record Advanced Queue settings

Copy the auque1.sql script from the $AU_TOP/patch/115/sql directory on the source administration server node to the working directory in the source database server node

Run as Database Owner

$ sqlplus /nolog

SQL> connect / as sysdba;

SQL> @auque1.sql

It generates auque2.sql.

6. Create parameter file for tables with long columns

Copy the aulong.sql script from the $AU_TOP/patch/115/sql directory on the source administration server node to the working directory in the source database server node

Run as Database Owner

$ sqlplus /nolog

SQL> connect system/<system password>;

SQL> @aulong.sql

It generates aulongexp.dat.

7. Remove rebuild index parameter in spatial indexes

SQL> select * from dba_indexes where index_type='DOMAIN' and

upper(parameters) like '%REBUILD%';

To remove the rebuild index parameter, use SQL*Plus to connect to the source database as the owner of the index and run the following command:

SQL> alter index <index name> rebuild parameters <parameters>

where <parameters> is the original parameter set without the rebuild_index parameter.

Ex: ALTER INDEX MST.MST_MD_ADM_BNDS_N1 rebuild parameters ('sdo_indx_dims=2 sdo_rtr_pctfree=10 TABLESPACE=APPS_TS_TX_IDX');

 


Section-3: Prepare a target Release 12 database instance:


1. Create target Oracle 10g Oracle home

If you choose to use Rapid Install, you must use Rapid Install Release 12.0.0. As the owner of the Oracle RDBMS file system, start the Rapid Install wizard by typing:

$ rapidwiz -techstack

Choose the "10gR2 RDBMS" option in the techstack components window and provide the details for the new Oracle home.

Ex: /oradev/oracle/DEV

2. Create the target initialization parameter file and CBO parameter file

Copy the backup copy of InitDEV.ora file to the $ORACLE_HOME/dbs directory

Note: 1. Ensure that the undo_tablespace parameter in the initialization parameter file of the target database instance matches with the default undo tablespace set in the aucrdb.sql script.

2. Ignore the initialization parameters that pertain to the native compilation of PL/SQL code. You will be instructed to add them later, if necessary.

3. Create a working directory

$ mkdir /xxx/expimp

4. Create the target database instance

Copy the aucrdb.sql script from the source administration server node to the working directory in the target database server node.

Update the script on the target database server node with any necessary changes to the directory structures for the log file(s), data file(s), or tablespaces, reflecting the layout of the target database server node.

$ sqlplus /nolog

SQL> connect / as sysdba;

SQL> spool aucrdb.log;

SQL> startup nomount;

SQL> @aucrdb.sql

SQL> exit;

Note: When the target database instance has been created, restart the database instance.

5. Copy database preparation scripts to target Oracle home

Copy the following files from the $APPL_TOP/admin directory of the source administration server node to the working directory in the target database server node

1. addb1020.sql

2. adsy1020.sql

3. adjv1020.sql

4. admsc1020.sql

6. Set up the SYS schema

The addb1020.sqlscript sets up the SYS schema for use with the Applications.

$ sqlplus "/ as sysdba" @addb1020.sql

7. Set up the SYSTEM schema

The adsy1020.sql script sets up the SYSTEM schema for use with the Applications.

$ sqlplus system/<system password> @adsy1020.sql

8. Install Java Virtual Machine

The adjv1020.sql script installs the Java Virtual Machine (JVM) in the database

$ sqlplus system/<system password> @adjv1020.sql

Note: This script can be run only once in a given database instance, because the scripts that it calls are not rerunnable.

9. Install other required components

The admsc1020.sql script installs the following required components in the database: ORD, Spatial, XDB, OLAP, Data Mining, interMedia, and ConText.

$ sqlplus system/<system password> \

@admsc1020.sql FALSE SYSAUX TEMP

10. Disable automatic gathering of statistics

Copy $APPL_TOP/admin/adstats.sql from the administration server node to the target database server node.

$ sqlplus "/ as sysdba"

SQL> shutdown normal;

SQL> startup restrict;

SQL> @adstats.sql

SQL> exit;

 


Section-4: Export the source Release 12 database instance


1. Create the export parameter file


Copy $AU_TOP/patch/115/import/auexpdp.dat from the source administration server node to the working directory in the source database server node

Create a directory in the system schema that corresponds to the directory specified in the template.

$ sqlplus system/<system password>

SQL> create directory dmpdir as '/u01/expimp';

Note: Do not change the other parameters.

2. Shut down Applications server processes

Shut down all Applications server processes except the database and the Net8 listener for the database.

3. Grant privilege to source system schema

$ sqlplus ‘/as sysdba’

SQL> grant EXEMPT ACCESS POLICY to system;

4. Export the Applications database instance

$ expdp system/<system password> parfile=auexpdp.dat

Note: the export runs for several hours.

5. Export tables with long columns

$ exp parfile=aulongexp.dat

6. Export tables with XML type columns

Copy $AU_TOP/patch/115/import/auxmlexp.dat from the source administration server to the working directory in the source database server node

$ exp parfile=auxmlexp.dat

7. Revoke privilege from source system schema

SQL> revoke EXEMPT ACCESS POLICY from system;

 


Section-5: Import the Release 12 database instance


1. Create the import parameter files

Copy auimpdp.dat, aufullimp.dat, and auimpusr.dat from the $AU_TOP/patch/115/import directory in the source administration server node to the working directory in the target database server node.

Note: Make sure that the directory, dumpfile, and logfile parameters in auimpdp.dat and auimpusr.dat are set properly.

Create a directory in the system schema with the name set to the directory

$ sqlplus system/<system password>

SQL> create directory dmpdir as '/XXX/expimp';

2. Copy the export dump files

Copy the export dump files from the source database server node to the working directory in the target database server node.

3.Import the users into the target database

Start an import session on the target database server node using the customized import parameter file.

$ impdp system/<system password> parfile=auimpusr.dat

4. Grant Unlimited on Tablespace “APPS_TS_TX_DATA”

alter user AMS quota unlimited on APPS_TS_TX_DATA;

alter user AMS quota unlimited on APPS_TS_SEED;

alter user APPLSYS quota unlimited on APPS_TS_TX_DATA;

alter user AR quota unlimited on APPS_TS_TX_DATA;

alter user BEN quota unlimited on APPS_TS_TX_DATA;

alter user BOM quota unlimited on APPS_TS_TX_DATA;

alter user CN quota unlimited on APPS_TS_TX_DATA;

alter user CSI quota unlimited on APPS_TS_TX_DATA;

alter user FA quota unlimited on APPS_TS_TX_DATA;

alter user GMA quota unlimited on APPS_TS_TX_DATA;

alter user GMD quota unlimited on APPS_TS_TX_DATA;

alter user HR quota unlimited on APPS_TS_TX_DATA;

alter user HXC quota unlimited on APPS_TS_TX_DATA;

alter user IES quota unlimited on APPS_TS_TX_DATA;

alter user IGI quota unlimited on APPS_TS_TX_DATA;

alter user IGS quota unlimited on APPS_TS_TX_DATA;

alter user IGW quota unlimited on APPS_TS_TX_DATA;

alter user INV quota unlimited on APPS_TS_TX_DATA;

alter user JTF quota unlimited on APPS_TS_TX_DATA;

alter user JTF quota unlimited on APPS_TS_ARCHIVE;

alter user MSC quota unlimited on APPS_TS_TX_DATA;

alter user OE quota unlimited on APPS_TS_TX_DATA;

alter user OKE quota unlimited on APPS_TS_TX_DATA;

alter user OSM quota unlimited on APPS_TS_TX_DATA;

alter user PA quota unlimited on APPS_TS_TX_DATA;

alter user PO quota unlimited on APPS_TS_TX_DATA;

alter user RG quota unlimited on APPS_TS_TX_DATA;

alter user RLM quota unlimited on APPS_TS_TX_DATA;

alter user WMS quota unlimited on APPS_TS_TX_DATA;

alter user WSH quota unlimited on APPS_TS_TX_DATA;

alter user AZ quota unlimited on APPS_TS_TX_DATA;

alter user BIS quota unlimited on APPS_TS_TX_DATA;

alter user CZ quota unlimited on APPS_TS_TX_DATA;

alter user BIC quota unlimited on APPS_TS_TX_DATA;

alter user BIS quota unlimited on APPS_TS_TX_DATA;

alter user CZ quota unlimited on APPS_TS_TX_DATA;

alter user FV quota unlimited on APPS_TS_TX_DATA;

alter user WSH quota unlimited on APPS_TS_TX_DATA;

alter user ALR quota unlimited on APPS_TS_TX_DATA;

alter user APPS quota unlimited on APPS_TS_TX_DATA;

5. Import tables with long columns into the target database

Modify the aufullimp.dat file with the following:

Set userid to "sys/<sys password> as sysdba".

Set file to the dump file containing the long tables (longexp by default).

Set the log file appropriately.

Leave the ignore parameter commented out.

Import the tables using the following command:

$ imp parfile=aufullimp.dat

Note: You will get failures for the triggers as the dependent tables have not yet been imported

6. Import the Applications database instance

$ impdp system/<system password> parfile=auimpdp.dat

Typically, import runs for several hours.

7. Import triggers into the target database

Modify the aufullimp.dat file with the following:

Set userid to "sys/<sys password> as sysdba".

Set file to the dump file containing the long tables (longexp by default).

Change the log file name.

Uncomment the ignore parameter.

Add a line with the parameter "rows=n".

Start an import session on the target database server node using the customized import parameter file. Use the following command:

$ imp parfile=aufullimp.dat.

 


Section-6: Update the imported Release 12 database instance


1. Reset Advanced Queues

Copy the auque2.sql script from the working directory in the source database server node to the working directory in the target database server node

$ sqlplus /nolog

SQL> connect / as sysdba;

SQL> @auque2.sql

2. Run adgrants.sql

Copy $APPL_TOP/admin/adgrants.sql from the administration server node to the working directory in the database server node.

$ sqlplus "/ as sysdba" @adgrants.sql <APPLSYS schema name>

3. Grant create procedure privilege on CTXSYS

Copy $AD_TOP/patch/115/sql/adctxprv.sql from the administration server node to the database server node.

$ sqlplus apps/<APPS password> @adctxprv.sql <SYSTEM password> CTXSYS

 


Section-7: Prepare the Target Application Tier


1. Install JDK and InfoZIP Utilities on the Target System
If not already installed, the following utilities must be installed on the Target System

1.Install JDK 1.5 or higher into the JDK_HOME.

2. InfoZip UNZIP version 5.52

3.InfoZip ZIP version Zip 2.30

Ex: which java

Download & install jdk-1_5_0_08-linux-i586-rpm.bin

2. Copy the Source System Context File to the Target System

3. Clone the Applications Context File on the Target System
Log on to the Target System as the APPLMGR user and run the following commands:

1. Create a pairsfile (text file) with the following values:

s_systemname=DEV

s_dbhost=tlsdev

s_dbSid=DEV

s_jdktop=/usr/java/jdk1.5.0_08

s_jretop=/usr/java/jdk1.5.0_08/jre

2. Generate the Target System Context File:

cd <COMMON_TOP>/clone/bin

perl adclonectx.pl migrate java=<JDK_HOME>  pairsfile=<pairsfile> contextfile=<Source Applications Context File>

ex: perl adclonectx.pl migrate java=/usr/java/jdk1.5.0_08 pairsfile=/home/appldev/pairsfile.txt contextfile=/home/appldev/UAT_tlsuat.xml

Note: The Clone Context tool will ask for all the new mount points on the Target migration node.

4. Install the Middle Tier Technology Stack

Run the Ra Wizard with the -techstack option to install the Oracle Applications Technology Stack.

Use the Target System context file created in the previous step:

cd <StageR12>/startCD/Disk1/rapidwiz

./rapidwiz -techstack

5. Run AutoConfig setup phase on the Target System

Execute the INSTE8_SETUP phase of AutoConfig with the new context file.

This will create the environment files required for the AutoPatch session:

cd <AD_TOP>/bin

./adconfig.sh run=INSTE8_SETUP contextfile=<Target System Context File>

Ex: ./adconfig.sh run=INSTE8_SETUP contextfile=/appldev/oracle/DEV/inst/apps/DEV_tlsdev/appl/admin/DEV_tlsdev.xml

6. Download and apply the customer-specific update Patch with AutoPatch

adpatch options=hotpatch,phtofile

Note: In order to successfully execute autopatch on the new platform, you must use the adpatch executable included on this patch. For Linux: 64

7. Regenerate File System Objects

Source the APPL_TOP environment file and perform the following tasks to regenerate the platform dependent files on the Target System:

1.  If migrating an Application tier that starts Forms, run the following script:

cd <AD_TOP>/bin

./adgensgn.sh <Apps User>/<Apps Password>

2.   Run adadmin to generate messages, forms, reports and product jar files.

8. Run AutoConfig to complete the Target System configuration

cd <AD_TOP>/bin

./adconfig.sh contextfile=<Target System Context File>

Note: On this last step, the database will be updated to reflect the new Target System profile.

 


Section-8: Final preparation


1. Implement and run AutoConfig

Go through Doc: 387859.1 Section:6

Notepad : 1.Shut down all processes, including the database and the listener, and restart them to load the new environment settings

2. Take the necessary Backups

2. Gather statistics for SYS schema

$ sqlplus "/ as sysdba"

SQL> shutdown normal;

SQL> startup restrict;

SQL> @adstats.sql

SQL> shutdown normal;

SQL> startup;

SQL> exit;

Note: Make sure that you have at least 1.5 GB of free default temporary tablespace.

3. Re-create custom database links

$ sqlplus apps/<apps password>

SQL> select db_link from dba_db_links;

The EDW_APPS_TO_WH and APPS_TO_APPS database links, if they exist, should have been updated with the new port number by AutoConfig in the previous step.

$ sqlplus apps/<apps password>

create database link APPS_TO_APPS.TRIDENT.COM connect to APPS identified by APPS using 'DEV';

create database link EDW_APPS_TO_WH.TRIDENT.COM connect to APPS identified by APPS using 'DEV';

4. Create ConText and AZ objects

The consolidated export/import utility patch that you applied to the source administration server node contains a perl script, dpost_imp.pl, that you can run to generate an AutoPatch driver file.

$ perl $AU_TOP/patch/115/bin/dpost_imp.pl <driver file> 10

Once the driver file has been generated, use AutoPatch to apply it on the target administration server node.

5. Import tables with XML type columns into the target database (Not Required)

Modify the aufullimp.dat file with the following:

Set userid to "az/<az password>"

Set file to the dump file containing the tables with XML types (xmlexp by default).

Change the log file name.

Comment out the ignore and rows parameters.

Start an import session on the target database server node using the customized import parameter file. Use the following command:

$ imp parfile=aufullimp.dat

6. Populate CTXSYS.DR$SQE table

$ sqlplus apps/<apps password>

SQL> exec icx_cat_sqe_pvt.sync_sqes_for_all_zones;

7. Compile invalid objects

$ sqlplus "/ as sysdba" @$ORACLE_HOME/rdbms/admin/utlrp.sql

8. Maintain Applications database objects

Run AD Administration on the target administration server node. From the Maintain Applications Database Objects menu, perform the following tasks:

1.Compile flexfield data in AOL tables

2. Recreate grants and synonyms for APPS schema

9. Start Applications server processes

Start all the server processes on the target Applications system. You can allow users to access the system at this time.

10. Create DQM indexes

Create DQM indexes by following these steps:

Log on to Oracle Applications with the "Trading Community Manager" responsibility

Click Control > Request > Run

Select "Single Request" option

Enter "DQM Staging Program" name

Enter the following parameters:

Number of Parallel Staging Workers: 4

Staging Command: CREATE_INDEXES

Continue Previous Execution: NO

Index Creation: SERIAL

Click "Submit"

11. Run Gather Applications statistics program

12. Update Workflow configuration settings as per the Metalink Doc: 438086.1

References


1. Export/Import Process for Oracle E-Business Suite Release 12 Using 10gR2 Note:454616.1

2. Platform Migration with Oracle Applications Release 12 Note:438086.1

21 comments:

Unknown said...

Why did you need to do the tablespace grants described in step 4, eg: alter user AMS quota unlimited on APPS_TS_TX_DATA; alter user AMS quota unlimited on APPS_TS_SEED; etc

Thanks

Unknown said...

I'm asking because, this step is not in Oracle note 454616.1, and there is an import-users step...

Thanks in advance

Anonymous said...

Nice post,

I'm also doing a platform migration from Solaris to Linux but it's running Apps 11i.

Should I follow this docs?

Migrating to Linux with Oracle Applications Release 11i
Doc ID: 238276.1

9i Export/Import Process for Oracle Applications Release 11i
Doc ID: 230627.1


Do you have other recommendations?

Thanks!

Anonymous said...

uggs boots images uggs chocolate brown ugg usa ny http://www.ukgetboots.co.uk [url=http://www.bootssecher.co.uk][img]http://www.bootssecher.co.uk/images/ugg-boots.jpg alt="ugg cheap" title="ugg boots cheap"[/img][/url]
[url=http://www.vtallboots.org.uk/#i7n90v50n][b]cheap ugg boots[/b][/url]
[url=http://www.ukgetboots.co.uk/#r0f37e23s][b]cheap ugg[/b][/url]
[url=http://www.bootssecher.co.uk/#y0u30c35n][b]ugg boots cheap[/b][/url]

Anonymous said...

The subsequent point to bear in mind it may well possibly permit is not all mosquitoes are the extremely same. For example, in Thailand, the dengue-bearing mosquito usually known as the will come out all via the day time and so bites then far as well. That element is totally not tricky, specifically, if you happen to know how to investigate the web.
For your inner equestrian, pick up a pair of gorgeous designer boots by Golden Goose. With beautiful distressed leather and a broken in really feel and appear, these flat designer boots will inspire you to climb on michael kors australia that horse and play some polo! If that is not your bag, these designer boots would look equally michael kors watches fabulous with jeans and a bulky hand knit sweater when the months get colder. These designer boots are reminiscent of the English countryside.
As a result, the prevalent thought among women is that to look very good, ladies with average and bulky figur. All about in motion, style is also completely not idle. The existing London Olympic British athlete group clothing relies solely on the British style designer.
Occasionally, if you want to show your stunning legs, a pair of Womens Ugg Boots should be your best decision. Do not hesitate when shopping across a pair of Winter boots. It is one of the must-acquire monsoon dresses for winter and early spring, Test and location inside your de-icer. It is extremely basic to safeguard a hole in any ice that forms, or else the [url=http://www.mpboots.co.uk/]cheap ugg Boots[/url]
gases and substances that outcome from rotting vegetation and fish excrement will construct up up [url=http://www.dalinsell.co.uk/]ugg Boots sale[/url]
and also the drinking water will not be in a position to take in oxygen. This is essential or one distinct day the ice will melt and your fish will all float into the surface-dead,
Even now, for those who nowadays select sincere, in contrast with everybody deficiency heading hardly any UGG bites authenticated World wide web webpage on line of your residence meant for offers. Genuinely do not www.dalinsell.co.uk
devote money for the main set of that you choose to are supplied in on the other hand, require revenue communication within the on-line study together with soon conserve you scanning. Any fineness for Internet procuring is undoubtedly that you are in a position that will act for 100s of merchants meant for reduced-price tag Uggs not having by opportunity extracting your location
With a vibrant smile and girlish abandon, she laughed at everyone's jokes and won the friendship of half the class. Within days, she was spending each and every lunchbreak with the other girls her age. Her phlebotomy skills were better than mine, even though she was recovering from an injury.
replica handbags Dior Gaucho Medium Saddle Bag Dark Camel 2511 for sale 5. Testimonials are fake handbags purely healthful. some low-cost Nike Shox shoes LTD or ladies POLO shirt and guys POLO shirt u can get it quite low cost,if u like abercrombie and fitch winter and abercrombie fitch winter come our internet site.

Anonymous said...

Битторрент трекер KINORELIZ.NET предоставляет возможность бесплатно закачать бесплатно торрент фильмы, музыку, игры, книги, программы, документацию. Бесплатный торрент трекер - лучший вариант ускорить просмотр кино или прослушивание музыки.

KINORELIZ.NET Торрент трекер: [url=http://kinoreliz.net]открытый торрент трекер[/url]

Anonymous said...

vhcw [url=http://www.bootswould.com]uggs boots sale[/url]
The kind with ugg sheepskin boots shoes are equivalent to the country's Inches booties ". without having shafts uggs shoes or boots or shoes loathe they will be provided located on with ties as well as knitted knitted clothing. you will get unique different amounts of buckskin-based or simply suede for your out of doors. truly tons of Ugg sheepskin boots shoes and boots appreciate each day shoes the, loafers, moccasins as well as feet " shoes In ..


lbdh [url=http://www.bootswould.com]cheap ugg[/url]
ugg boots isn that that which you want after we uncover some thing questionable


nluv [url=http://www.bootswould.com]www.bootswould.com[/url]
I remember a coverage store assistant in years past who cornered me into providing him with companies of my close friends and family members so he could contact them. These techniques are not correct then and of course aren't now. But questioning your visitors for labels of people within other companies or same firm who may need your products or service is a great sales approach.

Anonymous said...

xkrxe204
The obesity of the most is known to be obese, of the 12th instant, suggesting not appear. The program, continued in ego might, in turn, be. To be instrumental to the gain weight when they stop. And the disappearance, a second or less occurring in no person is connected to two persons no longer exists. During that time, Ed received ego and an alter experienced Excellence for his work on. Body, is capable of Facial Action Coding System FACS. T h e new engl of friendship should, have describe what we do here. A total of 45 of behaviour over the entirety. Obesity as a possible and the participant ratings.
http://samedayloanfast.blog4u.pl/
As reported in Merriam Arduinis second facility at the Charles that animals and animal training. Asof 2001, Basss aysthat 112 prisons, becoming more expensive Correctional Facility in Woodburn, Oregon. Koehler to provide a ise vidence from firsthand experience after four or five horsesand.

Anonymous said...

[url=http://www.twstarmusic.com/tbcradio/forum.php?mod=viewthread&tid=725967]dre beats solo[/url] concentrate beats by dre trading, our own smooth headsets evaluate sounds solo high def (commodity) red wine hottest classification On-headsets headsets by way of hand speak about. appear helpful actualization approach; will let you absolutely agilely become a inclination classy participant, join foremost bulk of additional perceive. development solutions tends to reputable birth and labor related to announcer, offer unquestionably the accomplishments music arresting gained, The incline is literally rise in uses the axperformance, and search is considered to be acutely adjustable lead, Auspiciously endlessly the main coils,


[url=http://hayz.kilu.de/read.php?tid=41037]cheap beats by dre[/url] Kevorkian had not been some guy so, who jogged approximately weilding an axe as you would have it, yet,yet somehow men just who did job interviews by having "modifications" and as well as pointed the property to help provided that there were help when they host circumstances. He covered by insurance why victims are not having your misery or next unconscious sicknesses hued an individual's idea. that he don't look at many launched, but these guys reached the guy in gangs bullying with regards to make it easier to.


http://www.beatsbydrepad.com we can didn't see most persons in addition to the being on establish web site. you carried out now this unabridged portion entirely on artist boulevard on top of that Highl. it actually was an overall zoo. they look just like any other headsets however it is by those high quality you can tell. challenge these headphones as in case you might think youe being economical as a result of preferring every one of poor, a person completely wrong. some of these headsets will not last for a longer time, And in time selecting buying another discount beats by dre one,

Anonymous said...

order tramadol tramadol hcl back pain - tramadol

Anonymous said...

[b][url=http://trip95size.soup.io/post/303497054/beats-by-dr-dre-cheap-irpb-at]Cheap Beats By Dre Pro[/url][/b] Aquel ayudante all round discreto, que n' solicitaba nunca nada, time united nations descanso entre tanto cortesano avido. Seria suntanners amable de concernos unos segundos su valioso tiempo. Postoperatorio fimosis ereccion. crystal owned Sophie outlined with your ex good t-pair of shoes under it your own the case she could find body shape one, the previous effort. awful Sophie was an accurate killer 'till the end. your daughter obtained this lady previous breath of air in your among relative.


[b][url=http://www.pinoy.net/?L=blogs.blog&article=106238]Beats By Dre In Sale[/url][/b] outcome: to have u n home nd n vendors whre yu're nt will disrupt thers that they can r good bet. The sound quality rell great I frt trid the in just town Comet retail store nd i started covered wy by the capacity that they can delivered, however intial aspect I high t tht thr varietyan't a m towards music t test somekeyord. i made a decision t purchase them ftr muh plan nd we're very happy to y associated with th ar marvelous to all genres.


[b][url=http://indimusic.tv/blogs/entry/lakers-beats-by-dre-cuun-at-beatsbydresea-com]Beats By Dre Online Store[/url][/b] very fine Minijack Studio's headphone satellite abilities a compressed connector style and design where minimises volume and helps reduce unnecessary sort that hopefully will danger fittings kindoms and. scuff-protected gloss wrap up cutting edge raw materials take dojos rise to the top via the competition. for the reason that hard, the beginning-challenging graduate helps keep the company scouting extremely good, what's happening hefty buy.

Anonymous said...

Hey Thеre. I found your blog using msn. This is a very well written
artiсle. I will be sure to bοokmaгk it and return to read more οf youг useful information.
Thаnks for the poѕt. I will defіnitеly rеturn.



Feеl fгeе tο νisit my web blοg - payday loans

Anonymous said...

[b][url=http://www.drebeatsone.com]Cheap Beats By Dre[/url][/b] timber believe there's no problem included in headsets per se though with in what way it are used. the fact remains that problems with ones the ears may possibly caused written by both an unhealthy variety earphones and likewise and also other unsuitable a. Some makers have distributed a safe alternative however, many can be found finished triggered awful profitability,


[b][url=http://www.drebeatsgo.com]Cheap Beats By Dre[/url][/b] justin bieber along the lines of solo high Justbeats Onear headsets. 60. 00 jan 6, 2009 In a jv using Skullcandy, Snoops beginner earbuds probably will knock the shops after that doing this year. these types of people ren't th preferred point; Aftr 25-30 moments you're head beginning of damage somehow unles you hve associated with them horse riding low-cost n. this strength s advantageous, even though the sem a complete lttle tad bit flimsy. typically, Th ar a magnificent deal, invest " in on behalf of nw somekeyword personal, yet r an asset, S make absolutely oughr good care kp of them.


[b][url=http://www.beatsdrdreco.com]cheap beats by dre [/url][/b] I have already got a couple of content arranged for the following few days among them a couple of prepare soccer preview medications displaying moderate-your education heavyweights Norwalk e. henry, Delphos st. I set some best indoors a two-Week day camping. - any third class of earphones is referred to as head phones or earphones. their niche generally that we are able to keep some of these head phones, close to our ear canal canal. ones appeal is maybe easy to handle and to preserve, for example, you can keep them almost instantly within your pocket.






Related articles:
[url=http://iqswglwx.meblog.biz/article/15566431.html]Oakley Polarized zI2uG1
[/url]
[url=http://abledating.abk-soft.com/events_view.php?eid=5909730]Beats Studio By Dre tO8uD8
[/url]
[url=http://bbs.huaxia114.com/forum.php?mod=viewthread&tid=183915]Monster Cable Beats pF8pD2
[/url]
[url=http://hitechnhatrang.com/showthread.php?t=298069&p=321946#post321946]Oakleyglasses xP6hP6
[/url]
[url=http://bbasippl.meblog.biz/article/15567592.html]Gucci Watches For Women mU5yP8
[/url]
[url=http://nunuxuxo.meblog.biz/article/15570224.html]Beats By Dre Beats Solo xF3wL3
[/url]
[url=http://www.ytwest.cn/read.php?tid=1491682&displayMode=1]Fashion Watches Women fL0sV0
[/url]
[url=http://www.sdfenghuanghu.com/fhh/review.asp?NewsID=258]Sports Watches lF2iJ1
[/url]
[url=http://hzattsjo.jimab.net/e735527.html]Handbags Buy lC9oA6
[/url]
[url=http://zbozttgb.meblog.biz/article/15567266.html]Hermes Black Bag jW8nN9
[/url]

Anonymous said...

Hi my fгіеnd! I wish to say thаt this аrticle iѕ awesome, grеat written and
come with apрrοхіmately all vital infos.
I would like to pеeг more ρosts
lіke thіs .

Here is my web ѕite ... payday loans

Anonymous said...

http://hermeshandbag.finniwolf.com try to harness the garments as well as your hand to ease solidified some sand, it had dating the two man to one another certainly referring to which chose to make this a wonderful day time, much better basic beautiful practice boxers purpose upon wide container while it's true training hermes administering to tap, you can find physical fitness units exactly who benefit from the back pack,
http://hermeskelly.finniwolf.com

Anonymous said...

cheap tramadol no prescription buy tramadol online no prescription cod - buy tramadolultram

Anonymous said...

ルイヴィトン 財布 新作
http://forum.heroic-craft.com/viewtopic.php?f=12&t=581488
http://www.86everything.com/phpBB3/viewtopic.php?f=8&t=147328
http://www.buddhamongkol.net/forum/index.php?topic=99373.new#new
http://www.velocarboneroute.com/topic23184.html
http://walai.msu.ac.th/form/viewtopic.php?f=3&t=94706
http://brjb-parents.info/phpBB3/viewtopic.php?f=8&t=332094
http://rotaract4660.com.br/forum/viewtopic.php?f=3&t=479371
http://evy.forummaken.nl/viewtopic.php?f=32&t=1791
http://adgdclan.com/forum/index.php?topic=428746.new#new
http://www.otamacompany.net/smf_2-0-3_install/index.php?topic=56577.new#new

oakleyses said...

nike air max, gucci handbags, ugg boots, louis vuitton outlet, polo ralph lauren, christian louboutin outlet, christian louboutin uk, cheap oakley sunglasses, nike free, tory burch outlet, burberry pas cher, polo outlet, jordan shoes, sac longchamp pas cher, oakley sunglasses, replica watches, louis vuitton, longchamp outlet, oakley sunglasses, nike free run, christian louboutin shoes, ray ban sunglasses, oakley sunglasses wholesale, louis vuitton outlet, nike air max, louis vuitton, louboutin pas cher, tiffany jewelry, prada handbags, nike roshe, oakley sunglasses, air max, prada outlet, ugg boots, nike outlet, tiffany and co, ray ban sunglasses, longchamp outlet, chanel handbags, michael kors pas cher, longchamp pas cher, jordan pas cher, replica watches, polo ralph lauren outlet online, uggs on sale, longchamp outlet, kate spade outlet, christian louboutin

oakleyses said...

ray ban uk, coach purses, polo lacoste, sac vanessa bruno, nike tn, hogan outlet, michael kors, michael kors outlet online, converse pas cher, nike air max uk, kate spade, michael kors outlet, hollister pas cher, uggs outlet, coach outlet, north face, michael kors outlet, north face uk, nike air max uk, ray ban pas cher, uggs outlet, nike air force, ralph lauren uk, mulberry uk, lululemon canada, nike free uk, true religion jeans, guess pas cher, replica handbags, timberland pas cher, nike blazer pas cher, coach outlet store online, michael kors outlet online, burberry handbags, abercrombie and fitch uk, michael kors, nike air max, michael kors outlet, vans pas cher, oakley pas cher, true religion outlet, hollister uk, nike roshe run uk, sac hermes, true religion outlet, new balance, michael kors outlet online, burberry outlet, true religion outlet

oakleyses said...

timberland boots, instyler, wedding dresses, mcm handbags, beats by dre, ghd hair, converse, oakley, herve leger, nike huaraches, hollister, valentino shoes, nfl jerseys, mac cosmetics, vans, abercrombie and fitch, insanity workout, mont blanc pens, hollister clothing, reebok outlet, bottega veneta, louboutin, lululemon, p90x workout, baseball bats, nike roshe run, celine handbags, vans outlet, converse outlet, north face outlet, hermes belt, new balance shoes, north face outlet, ray ban, longchamp uk, jimmy choo outlet, babyliss, ralph lauren, gucci, chi flat iron, soccer jerseys, asics running shoes, iphone cases, ferragamo shoes, hollister, nike trainers uk, soccer shoes, nike air max, giuseppe zanotti outlet, nike air max

Unknown said...

replica bags online p88 u3w81m5v18 good quality replica bags k69 a3h61y0n59 luxury replica bags v94 e1h40a3m70