Jared Heinrichs

  • Technology Blog
  • Winnipeg Computer Repair
  • Winnipeg Photographer
  • Cooking With Jared
You are here: Home / 2011 / Archives for July 2011

Archives for July 2011

Jul 23, 2011 By Jared Heinrichs Leave a Comment

How to make the brush adjustment marker visible again in Lightroom 3

I was working in Lightroom 3 and one day my brush adjustment markers were no longer showing up! I couldn’t for the likes of me figure out how to make them visible again. Well it turned out I accidently hit a shortcut key and disabled them. I was searching and searching for how to re-enable it. It turns out that Adobe calls these markers “Pins”. Therefor this post is more about how to make the adjustment “pin” visible again!

It’s very easy to do. You need to hit the “H” key. Bellow is an example of several "adjustment markers” when they are visible.

image

I found the key combo here: http://www.computer-darkroom.com/lr2_keyboard/lightroom-keyboard.htm

Filed Under: Lightroom

Jul 8, 2011 By Jared Heinrichs Leave a Comment

Fix Quickbooks crashes when printing cheques

My recommendation is to copy and paste these lines into a batch file. Save it. Then run the batch file as an administrator on the machine in question. This was the only thing I found that got Quickbooks working.

del "C:\ProgramData\Intuit\QuickBooks 2011\QBPRINT.QBP"
del "C:\ProgramData\Intuit\QuickBooks 2010\QBPRINT.QBP"
del "C:\ProgramData\Intuit\QuickBooks 2009\QBPRINT.QBP"
del "C:\ProgramData\Intuit\QuickBooks 2008\QBPRINT.QBP"
del "C:\ProgramData\Intuit\QuickBooks 2007\QBPRINT.QBP"
del "C:\ProgramData\Intuit\QuickBooks 2006\QBPRINT.QBP"
del "C:\ProgramData\Intuit\QuickBooks Enterprise Solutions 11.0\QBPRINT.QBP"
del "C:\ProgramData\Intuit\QuickBooks Enterprise Solutions 10.0\QBPRINT.QBP"
del "C:\ProgramData\Intuit\QuickBooks Enterprise Solutions 9.0\QBPRINT.QBP"
del "C:\ProgramData\Intuit\QuickBooks Enterprise Solutions 8.0\QBPRINT.QBP"
del "C:\ProgramData\Intuit\QuickBooks Enterprise Solutions 7.0\QBPRINT.QBP"
del "C:\ProgramData\Intuit\QuickBooks Enterprise Solutions 6.0\QBPRINT.QBP"
del "C:\Documents and Settings\All Users\Application Data\Intuit\QuickBooks 2011\QBPRINT.QBP"
del "C:\Documents and Settings\All Users\Application Data\Intuit\QuickBooks 2010\QBPRINT.QBP"
del "C:\Documents and Settings\All Users\Application Data\Intuit\QuickBooks 2009\QBPRINT.QBP"
del "C:\Documents and Settings\All Users\Application Data\Intuit\QuickBooks 2008\QBPRINT.QBP"
del "C:\Documents and Settings\All Users\Application Data\Intuit\QuickBooks 2007\QBPRINT.QBP"
del "C:\Documents and Settings\All Users\Application Data\Intuit\QuickBooks 2006\QBPRINT.QBP"
del "C:\Documents and Settings\All Users\Application Data\Intuit\QuickBooks Enterprise Solutions 11.0\QBPRINT.QBP"
del "C:\Documents and Settings\All Users\Application Data\Intuit\QuickBooks Enterprise Solutions 10.0\QBPRINT.QBP"
del "C:\Documents and Settings\All Users\Application Data\Intuit\QuickBooks Enterprise Solutions 9.0\QBPRINT.QBP"
del "C:\Documents and Settings\All Users\Application Data\Intuit\QuickBooks Enterprise Solutions 8.0\QBPRINT.QBP"
del "C:\Documents and Settings\All Users\Application Data\Intuit\QuickBooks Enterprise Solutions 7.0\QBPRINT.QBP"
del "C:\Documents and Settings\All Users\Application Data\Intuit\QuickBooks Enterprise Solutions 6.0\QBPRINT.QBP"

 

Hope this helps!

Filed Under: Programs

Jul 5, 2011 By Jared Heinrichs Leave a Comment

Automated Backup Maximizer 10.x

The instructions below must be applied on Maximizer application server.

    1. In a text editor, create a file called SqlBackup.sql, and add the following line:

BACKUP DATABASE [database name] TO DISK = [backup name] WITH INIT

where [database name] is the name of the Maximizer CQL database and [backup name] is the filename and location of your backup file. See the example below:

BACKUP DATABASE EsconaTutorial TO DISK = ‘D:\Escona.bak’ WITH INIT.

    1. In a text editor, create a file called SqlBackup.bat, and add the following line:

Sqlcmd -S [sql 1=”name” language=”server”][/sql] -U MASTER -P [sql 1=”password” language=”user”][/sql] -i [sql 1=”name” language=”script”][/sql]

Where [sql 1=”name” language=”server”][/sql] is the name of your SQL Server, [sql 1=”password” language=”user”][/sql] is the password of the MASTER user, and [sql 1=”name” language=”script”][/sql] is the name and path of the file you created in step 1. See example below:

Sqlcmd -S MYSQLSERVER\MAXIMIZER -U MASTER -P CONTROL -i C:\SqlBackup.sql

  1. Add the Scheduled task.
    1. Go to Control Panel > Scheduled Tasks
    2. Double-click Add Scheduled Task.
    3. Click the Next button.
    4. Click the browse button. Browse to the SqlBackup.bat file you created, select the file and click open.
    5. Choose how often you would like the backup to occur. For example, choose Daily and click Next.
    6. Select the time you want the backup to start. For example, select 11:00 PM and click Next.
    7. In the Enter the user name field, enter [Machine Name]\Administrator, specify the Administrator’s password, and click Next. [Machine Name] is the name of the Maximizer application server.
    8. Click Finish to schedule the backup and close the Scheduled Task Wizard.

Using the above example, a backup of your Maximizer database will occur at 11:00 PM on a daily basis.

This is a simple example and the process will accomplish an automated backup. If you require additional functionality, see the Transact SQL documentation for details on adding functionality to the SQL script.

Applicability

  • Maximizer CRM 10.x Group Edition
  • Maximizer CRM 10 Entrepreneur Edition
http://support.maximizer.com/scripts/support.cfg/php.exe/enduser/std_adp.php?p_refno=080128-000054

Filed Under: Programs

Categories

  • Board Game Rules
  • Camera
  • Computer Hardware
    • Blackberry
    • drivers
    • iPad
    • Magic Jack
    • USB
  • Damn Small Linux
  • Exam Notes
  • Facebook
  • FREE Flashcards
  • Games
    • PC
      • League of Legends
    • Wii
    • xbox 360
  • Music
  • Networking
    • Cisco Certification
    • Mitel
    • Palo Alto Firewall
  • News
    • Google
    • Microsoft
  • Operating System
    • Active Directory (2003)
    • Android
    • Command Prompt
    • Damn Small Linux
    • Group Policy
    • Hyper-V
    • IIS
    • ISA 2006
    • Mac OS X
    • Microsoft Exchange Server
    • Powershell
    • Security
    • SME Server
    • Terminal Server 2003
    • Ubuntu Linux
      • Adito Web SSL VPN
      • OpenVpn-als
      • Webmin
    • Virtual Machine Manager
    • Windows 2003 SBS
    • Windows 2003 Server
    • Windows 2008
    • Windows 2008 R2
    • Windows 2012R2
    • Windows 7
    • Windows 8
    • Windows Command Line
    • Windows Deployment Services
    • Windows Server Backup
    • Windows Vista
    • Windows XP
  • Phones
  • Photography
  • Photos
    • Animals
    • Misc
    • Nature
    • Portraits
  • Portfolio
  • Programming
    • CSS
    • HTML
    • jQuery
    • MySQL
    • PHP
    • Script
  • Programs
    • Acrobat
    • Acrobat Reader
    • Adobe Dreamweaver
    • Adobe Illustrator
    • Adobe Photoshop
    • Anti-virus Software
    • Antivirus
    • Backup Exec
    • Bittorent
    • Blackberry BESADMIN
    • Internet Explorer 9
    • Lightroom
    • Microsoft Office
    • Netbeans
    • Onenote
    • Outlook
    • Shelby
    • Sysprep
    • Trend
    • Video Editing
    • Visual Studio
    • Windows Live Writer
    • WireShark
    • XP Mode
    • Zarafa
  • Recipe
  • Review
  • Software Links
  • Troubleshooting
  • Uncategorized
  • Videos
  • Web Applications
    • Brage
    • Google
    • Spiceworks
    • Wordpress
  • Web Browsers
    • Internet Explorer
  • Web Server
    • XAMPP
  • Winnipeg
    • ISP

Try searching this site!

Copyright © 2021 Winnipeg Web Design