Creating a base QBO3 Amazon Box

posted Feb 4, 2014, 9:40 AM by Unknown user
Rough Data:

#•Deployment to QboAmi2013
  • changed theme.tag.bat
    • added inbound service
    • added scoreweb
    • added http service
    • removed theme deploy
    • changed >> to  > for first line in batch
  • Ensured that I could log into \\QboAmi2013\c$
    • localhost\cboyer and saved credential
  • Added a QboAmi2013 section to the publish settings
  • Convert qbo3 default website to application
    • Ensure Apppool has v4.0
      • enable 32-bit app - true
      • load user profile true
  • Updated ConnectionStrings.config to what you need
  • Updated Credential.config to what you need
  • Updated Fileobject.config to what you need
  • Updated web.config to what you need
  • Create a new qboApplication user
  • Install abcpdf (version 9)
  • Install Aspose
  • Install Fonts for barcodes
  • Installed queueing 2.0
  • removed qbo3/ from queueing.exe.config - adding it back in.
  • Install SSL cert on IIS, but don't REQUIRE it (from IIS' perspective)
  • web.config HttpsRequired should be set to true - i.e. remove the section in web.config
  • create a host entry in hosts file like this: 10.0.2.5 A1P1XXX.quandis.net so we can unit test that box without it being on the load balancer
  • NOT DONE
    • Grant permissions to root folder and config folder - iis app pool
    • Install 32 bit accessdatabase engine
    • create eric on them
    • update file configs - no update - local only.
    • Install Arial Normal font - Might be client specific
  • ON PROD
    • Create Entity Parent table - via data tuning and rebuilding entity
    • Check Messaging/send
    • File Config changes
    • qboApplication connection sharing Templates folder
  • MISSED
    • Delivery plugin missed on all boxes
    • /Templates/AttachmentTemplate folder was missing on all boxes; deployed
    • Retrieve Specific Pay History was failing:
      • sFTPFile object changes throw an error if Pattern={//Loan}.txt and the file is not there
      • Okay if Pattern=*{//Loan}.txt - this is OK
    • Barcode fonts - install both
    • Login with qboApplication to each box and ensure they work.
    • LogicMonitor Install
    • kfoley and epatrick and maybe eaksoy user install
    • Plugins for Mapping
      • Google
      • Yahoo
      • SmartyStreets
      • Bing
      • MapQuest
Comments