Tuesday, December 2, 2014

Sage 50 - Crystal Reports: Creating a new Database Connection

This is a set of instructions for setting up a new database connection using Crystal Reports, a software component of the Sage 50 accounting software program. 

1) Open the report you wish to create the new database connection for: 

2) Under the Database menu choose the option to "Set Datasource Location..."

3) Within this configuration, locate the option to "Create New Connection" in the "Replace with" field.

4) Under the menu for creating a new connection, locate the OLE DB (ADO) database type. Clicking on the [+] will open a new dialog box. 

5) Check the box to Use Data Link File then navigate to locate the proper Company's CrystalReports Microsoft Data Link file. (Named: CrystalReports.udl)


6) Once this file is located click Open and then Next. On the Connection Information screen enter the appropriate username/password to connect to the database. 

Finally, once this connection has been created, return to the Database menu from the menu up top and again select the Set Datasource Location...

Once you see the window for Set Datasource Location, choose the new connection you just created and click the Update button to the right of the Replace with: field. 

This needs to be done anytime a company is restored from a backup and a new CrystalReports.udl file is to be used for the newly created company. Also applies for creating a new company from scratch. 

Windows 7 - Default (Left-click) Drag and Drop Operations

(Windows 7)

Here are the situations I tested the Left-Click Drag and drop default operation - along with the resulting operation detailed:

My documents to desktop - Move
My documents to Network location - Copy
My documents to webdav - Copy

Network location to desktop - Copy
Network location to network location - Move
Network location to webdav - Copy

Webdav to desktop - Copy
Webdav to network location - Copy
Webdav to webdav - Move

I found that Left-Clicking Drag and drop operations default to MOVE when the file is being move between the same types of locations (Desktop to desktop, Network location to network location, Webdav to Webdav). Default operation is to COPY when a file is moved from one type of location to any other type of location (Desktop to network location, desktop to webdav, network location to desktop, network location to webdav, webdav to desktop, webdav to network location).

This article details all the information provided here from an official Microsoft source -- http://windows.microsoft.com/en-us/windows7/move-and-copy-files-using-drag-and-drop

This thread includes some information on how to manipulate the default operation, most notably using Right-Click http://www.overclock.net/t/646037/drag-and-drop-settings-in-windows-7

Wednesday, November 26, 2014

Google Apps - Organizations and Chat settings

This is another quick set of instructions on how to access and configure settings within the Google Admin Console. Our topic today is: Talk/Hangouts. 

First, access the Admin Console (admin.google.com)

 Navigate to Google Apps...
 Then Talk/Hangouts...
Finally the Sharing settings of Talk/Hangouts...

From here, you can select between any of your organizations created in the Admin Console to select the behavior of Talk/Hangouts. If for any reason an organization needs to have this access limited, disable Hangouts chat. Vice-versa, keep the App enabled for any organization needing access. 

The original reason I needed to know this: A user was complaining of difficulty using Chat while logged into his email. After investigating and with a ticket request from Google, I stumbled upon the settings discussed in this blog post. This user was in an organization that had it's Enable Hangouts chat disabled. Once re-enabled, chat behavior returned to normal for him. We do not recall any time that one of us (sys admins) would have gone in to specifically disable his organization, so if Chat begins behaving funny or seemingly not working: this is a good setting to check on. Cheerio.

Monday, November 24, 2014

Google Apps - Blocking a sender with Gmail

This is a quick set of instruction for where to locate the configuration for adding a domain (or user) to the blocked list for your domain when using Google Mail as your mail provider.

Access the Admin console


Select Google Apps

Select Gmail

Select User Settings


Select Blocked senders in the Spam section of User settings. This is where you will add the domain or user to block from sending to your Google Mail domain. 

You need to add a new list (I used the name of the domain I wanted to block) and then add the domain to this list. 


Select Edit on the new list created and add the domain you wish to block. 


The newly added domain will be blocked once you select Save (from the configuration) and Save Changes (in User Settings).


Tuesday, July 22, 2014

Adding multiple Network Devices to an OpenVZ CT on Proxmox

In order to configure more than one Network Device on an OpenVZ CT, we found this needed to be done in the /etc/network/interfaces file.

We created a DHCP reservation for eth0 and assigned a static IP to eth1.

auto lo
iface lo inet loopback

auto eth0 eth1
iface eth0 inet dhcp

iface eth1 inet static
address 192.168.x.x
netmask 255.255.255.x
network 192.168.x.x

This allowed connections to communicate between the two separate networks.

Some neat tricks I learned doing this one:

View user command history on an ubuntu server (in this case 12.04)
vi ~/.bash_history

Quick restart command for all networking (without being kicked out of ssh)
service networking restart




Monday, May 19, 2014

Delete e-mail in bulk. (Gmail)

The following is taken from: http://www.pcworld.com/article/238597/how_to_bulk_delete_gmail_messages.html

1. Open your Web browser, head to Gmail, and sign into your account.

2. Next to the Search the Web button up top, click Create a filter.

3. In the "Has the words" field, type before:2010/01/01. That's just an example date; it would delete all messages received prior to January 1 of last year. You can use any date you want, as long as it conforms to the format YYYY/MM/DD.

4. Click Next step.

5. Check the box marked Delete it, then check the box for Also apply filter to ### conversations below. (Tip: If you want to preserve your mail while still getting it out of your inbox, choose Skip the inbox (Archive it) instead.)

6. Finally, click Create Filter. Depending on how many messages meet the filter criteria, the deletion process may take a minute or two.

Just make sure you really want to permanently delete all that mail. Unless you’re approaching your storage limit, the smarter move is to archive it instead. That way it’ll still be available when your run searches, but won’t clutter up your inbox.

Thursday, May 1, 2014

Fortis workstation install on Win 7



  1. You must run the install as the local Administrator.
  2. The executable is in the Fortis\WKSetup folder.

     




Friday, January 3, 2014

Laredo - Resetting printer

When you need to reset a printer in Laredo the app is found on this website.

http://fidlar.com/Laredo.aspx

Find the Laredo printer reset tool.

Download the app and run it from your workstation.

Thursday, January 2, 2014

UCC - (more than one file for the same image)

Error reported: User was able to successfully find a listing/image using the UCC service. When the user went to retrieve an copy of this image, the system returned a blank webpage.

Cause: This image was in the database in two different locations
\\GenericImageLocation\2012\
\\GenericImageLocation\2012\AdditionalImages

We believe that the program does not have the capability to distinguish or decide which of the two images to select (being that they are named the exact same file name).

Fix: Deleted a row for the image in the \\GenericImageLocation\2012\ (in the database for these images)