Zebra Plastic Card Printers.

Zebra Plastic Card Printers come in a variety of styles and price ranges, including single-sided printers, dual sided printers, and security printers

Healthy Solutions for Healthcare.

The healthcare industry benefits from barcoding. Barcoding enhances patient safety and operational efficiency.

Seagull Scientific Products

Seagull Scientific BarTender is an industry-leading label design and barcode software. Seagull Scientific also develops true Windows printer drivers for bar code and thermal printers.

MC 9190G

The Ability To Satisfy Your Company Software Requirements.

Wireless Broadband

The unrivalled Motorola portfolio of Point-to-Point (PTP), Point-to-Multipoint (PMP), and Mesh Wide Area Network (MWAN), WLAN and VoWLAN solutions make governments, enterprises, and service providers more agile by helping them deploy voice, video, and data applications right where they need them.

Friday 28 December 2012

[WEBINAR] Marketing 2.0 for Retailers: Social, Local, Mobile (SoLoMo) in 2013


This webinar is now available through the One Step Retail webinars page.



In this action packed webinar, retailers will learn key steps to improve their presence and sales through social, local and mobile strategies to produce increased sales in 2013.

Find out how to maneuver the rapidly evolving shopping trends, establish a SoLoMo game plan and utilize existing resources to start your year off right.

February 5th, 2013 (Tuesday)
11am – 12pm PST
LIVE WEBINAR IS NOW CLOSED 

#ExpandMyStore2013
 
SnapRetail’s Christian Kratsas, Social Media Manager
Take your online traffic and turn it into in-store traffic! Learn how to use Facebook, Twitter and Pinterest to get customers to “like” you online and in person!

About SnapRetail: SnapRetail provides a web-based solution that makes it easy for local retailers to engage with customers through email, Facebook, Pinterest and Twitter. Unique product features such as an interactive planning calendar, monthly promotion kits and hundreds of pre-written and professionally designed templates and social media posts make SnapRetail the choice for thousands of retailers looking for a one-stop-shop for their marketing needs.

PocketYour Shop’s Brian Downard, CEO and Founder
Learn how consumers are shopping in and outside of stores, with a focus on the latest trends in mobile retail and how you can leverage those trends to benefit your business.

About Pocket Your Shop: Pocket Your Shop provides mobile strategy, design, development and management for businesses of all shapes and sizes.

King Retail Solution's Andrew Swedenborg, Executive VP
Learn steps every retailer can take to maximize your retail space, with a focus on maximizing your real estate to grow your customer base and increase your sales.

About King Retail: King Retail’s award-winning environments leave your consumer feeling great about their experience in-store and looking forward to their next shopping trip. As builders, King Retail knows every step and every detail that it takes to realize a design with integrity.
RMSA’s David Downard, Retail Consultant
Find out how to utilize your existing tools and goal setting to manage your store and improve your customer’s experience for increased sales in 2013.
“If you don’t know where you are going, you will end up somewhere else,” Laurence J. Peter

About Dave Downard: Dave has over 25 years experience working with retailers to analyze and improve store performance, helping hundreds of retailers achieve their business goals.


Registration link: https://www3.gotomeeting.com/register/678248982


Hosted by One Step Retail Solutions, One Step Retail Solutions has helped thousands of retailers nationwide achieve their retail goals through top of the line retail technology. With a consultative and personal approach, One Step is a top resource for 5 of the top point of sale / retail management systems available on the market. Having been in business for over 27 years we have evolved relationships with specialists industry-wide and strive to bring educational resources to our retailers and other retail friends.

We hope that this webinar will help you to start your year off right and achieve your 2013 goals!



SoLoMo image source: socialmediatoday.com

How to perform mail configuration in SAP?




This article answers the following queries:

  • How to perform mail configuration in SAP?
  • How is the tcode for mail configuration in SAP?
  • What are the steps involved in mail configuration in SAP?
  • What profile parameters to be defined to enable mail configuration in SAP?
  • How to perform SMTP configuration in SAP?
  • How to activate SMTP server host in SAP?
  • How to schedule SAPCONNECT mail send job in SAP?

-----------------------------------------------------------

The kernel of the SAP Web Application server supports SMTP (Simple Mail Transfer Protocol). This protocol enables email exchange between SAP system and each SMTP mail server, without having to use additional external components.

The SAP system sends the outbound emails to a separate mail server, whilst the mails in the inbound direction can be received by any number of mail servers.

To use the SMTP functionality, below mentioned profile parameters are to be maintained, in the application servers of SAP using RZ10 transaction.

icm/server/port_<*> = PROT=<protocol>, PORT=<port>

In the above line protocol can be any one of SMTP, HTTP or HTTPs. For web dispatchers, there is an additional protocol named ROUTER

For Example, this parameter may look like one of these below:
icm/server/port_0 = PROT=SMTP, PORT=3
icm/server/port_1 = PROT=HTTP, PORT=1086
icm/server/port_2 = PROT=HTTPS, PORT=1444

Optionally, we can also set TIME_OUT parameter to define maximum waiting time (in seconds) to be applied for a mail server to respond.

This parameter icm/server/port_<*>, opens a TCP/IP port for receiving mails through the SMTP plugin. <Port> describes the port that is to be used. If no mails are to be received in a given SAP system, then please maintain the port number as 0.

Please find below screenshot, which gives an idea on how to maintain this parameter in RZ10 profile of SAP application server

 Please make sure RZ10 parameter rdisp/start_icman is set to true as shown below. This setting ensures that ICM(Internet Communication manager) is started so that application server can directly process all external protocols like HTTP


 

 Another profile parameter to be maintained is :

   is/SMTP/virt_host_<*> = <host>:<port>,<port>,...;
Example values will look as shown below:
is/SMTP/virt_host_0 = *.25010;                               
         is/SMTP/virt_host_1 = *:25011; 

This parameter defines a virtual mail host for receiving mails. If all incoming mails are to be received and processed by one single client of the sap system, then this parameter is not required to be set. In this scenario, is/SMTP/virt_host_0=*.* will be used by default.

If multiple clients are to be used as recipients, a virtual host to be created for each of these clients.
<host> indicates the name of the host to which the incoming mails are addressed. If mails are to be sent independent of the host being addressed, * can be entered.

<Port> describes the number of the port to which the incoming mails are addressed.

Please find below screenshot which helps you in understanding how to set this parameter in sap system 


 

In the above example, value * is set for both host and port


Creation of Service User

After maintaining these parameters, a service user to be created using SU01 transaction. S_A.SCON profile need to be assigned to this user. This service user can be used for processing incoming mails in every SAP system client

Assigning Email address to Users

After this, every user who is supposed to receive emails in an sap system should require an email id. This email id should be maintained in Email section of address tab in SU01 transaction

Activation of SMTP Node in SICF Transaction

Every SAP system that is to receive and process incoming mails must have a SMTP server. One SMTP server has already been created in SICF and is delivered by default in every SAP system. Please use this to create the first client and create another SMTP server for each additional client.

Goto transaction SICF and provide SAPCONNECT in the Virtual Host field as shown below and execute




 It displays the below screen



Double click on SAPconnect entry highlighted above which displays below screen



In the above screen, in the host data tab, please maintain the the sequence number of parameter is/SMTP/virt_host_# from the profile. If you have created only one client, enter 0.

After this navigate to “Logon Data” tab in the above screen. It results in below screen


































In the above screen, please maintain client, language and user/password details. The user to be maintained here is nothing but service user created by you for incoming mails.
After this, navigate to “Handler list” tab of the above screen, which will be similar to below screen


Please maintain CL_SMTP_EXT_SAPCONNECT in handler list as shown in the above screen.

Also, please note that each SMTP server must be activated after being created or changed. To activate, please goto tcode SICF and navigate as shown below. Please note inactive servers are grayed out






























SAPCONNECT Administration using SCOT
We have to configure SAPconnect settings for every client of sap system that is used for send process

Domain Configuration:
First of all, domain configuration to be done. To perform that, please goto SCOT transaction and navigate as shown below ( Settings -> Default domain)




























It results in below screen and system prompts you to provide your organization’s domain name. Please provide the same and click on tick mark to confirm






















Once you the provide the same, please navigate to SCOT transaction again and double click on SMTP node which was highlighted in green below in the below screen
                                                                                                                                         





















Once you double click on SMTP, it results in below screen



























In the above screen, please maintain Mail host details. After that under “Supported address types” section, click on Set pushbutton, which is next to Internet. It results in below screen


























In the above screen, in the address area, which make sure your organisation’s domain address details are maintained.
For example: if your company name is XYZ345. It will be like XYZ345.COM
Leave all other default settings unchanged.

Scheduling Email-Send Job
The emails that are sent by SAP are stored in a queue. A periodical background job gets the email from this queue and sends them over the internet. To schedule this job, goto transaction SCOT and navigate to menu View -> Jobs as shown in below screen





























It results it screen similar to below.

If no other job is scheduled, choose Job -> Create. Please provide job name and confirm it


Select the variant SAP&CONNECTALL by positioning the cursor on it. Choose schedule job periodically. Select the desired interval like every 15mins. Choose create and complete the job schedule.

This completes the mail/SMTP configuration in an SAP system









Thursday 27 December 2012

TSC Windows drivers pass Microsoft Windows™ hardware certification testing

TSC Auto ID Technology Co., Ltd. (TSC) offers standard printer drivers for its label printers that work with Windows™ based computers.

TSC drivers are “Windows 7 Certified” which signifies the compatibility and reliability of systems and devices with the Windows 7 operating system. It gives our customers confidence that TSC printers have been thoroughly tested with Microsoft-provided tools and ensures a good user experience.

An Internet enabled Windows 7 computer will auto-detect a newly attached TSC label printer and automatically install the print drivers simply by connecting a USB cable to your printer and PC and powering on the printer. You should receive a notification on the screen updating you on how the installation is proceeding, and when it is complete.

For installations using wireless connections via W-Fi or Bluetooth use the “Add a device wizard” to install the printer.

If it's an older model that connects using a Serial or Parallel port, you might have to install the drivers manually by using the enclosed CD.

Monday 24 December 2012

What is the difference between homogeneous system copy and heterogoneous system copy?


This article answers the following queries:

  • What is System refresh?
  • What is the difference between homogeneous system copy and heterogeneous system copy?
  • What is the difference between System refresh and System copy?
  • What is the need of System refresh?
---------------------------------------------------------------------------------------------------

System Refresh:

System refresh is nothing but copying an SAP system to another.
Let us say the system from which copy is being done is called as source system and system in which data to be copied as target system.
If the target SAP system already exists then this is known as system refresh.

Difference between homogeneous system copy and heterogeneous system copy:

 If the target SAP system doesn’t exist and you are building a new SAP system on the same o/s and database then this process is called as homogenous system copy.  In case the o/s and database are different in your source and target SAP systems, then that process is called heterogeneous system copy or migration.

What is the need of System refresh?

In real time scenarios,

i)               If Quality system data is outdated with Production system, testing may succeed in quality system but may fail in Production system. So, it is required that Quality system should have  same data as Production system, so that better testing can be done in Quality system whose data is similar to production. So, it is suggested to refresh quality system with production system data periodically.



ii)             There might be a requirement to perform a production system upgrade (like support pack / version upgrade.) Instead of performing upgrade directly on actual production system, it is better idea to setup a mock / test system similar to production system with the actual data and perform the upgrade there first. After performing upgrade on mock system, some details related to errors likely to occur, actual time it took for upgrade, major issue if any can be identified so that necessary precautions can be taken while performing the upgrade on the actual production system.

iii)            In case a newly inducted team should be given training, instead of providing training to them on the actual system( DEV/QA/PRD), a system refresh can be done and a test/training system can be setup and access can be given to those systems. This makes sure that no damage is done to DEV/QA/PRD systems.

Will explain you the steps involved in System refresh(with screenshots) in the next article.


Friday 21 December 2012

USPS Ends Postnet Barcode Discounts in January

by Nate Schubert

2013 is fast-approaching, and time is running out for companies that are still using Postnet barcodes to receive discounts on mailing. In fact, the United States Postal Service has stated that Postnet barcode discounts will end on January 28, 2013. Moving forward, only Intelligent Mail barodes will be subject to discounts on qualified business reply mail prices. The USPS has committed to working with customers who want to continue receiving discounts, and we feel the same way.

IDAutomation's USPS Intelligent Mail Barcode Font Package includes the capability to generate any and all Intelligent Mail barcodes for full eligibility on mailing discounts with the postal service. We provide a range of comprehensive font encoder tools that may be used with these fonts to generate Intelligent Mail barodes in virtually any environment or application including Crystal Reports, Access, Reporting Services, ActiveX, Word and Excel for Windows and Mac, and much more.

Customers who currently own the IDAutomation Postnet & Intelligent Mail Font Advantage Package may simply renew their Priority Support & Upgrade Subscription to receive download access to the latest Intelligent Mail-capable package. Purchase this support subscription renewal at any time and download immediately after purchase.

Don't miss out on these invaluable automation discounts from the United States Postal Service! IDAutomation has been providing the Intelligent Barcode to customers for years, and our postal barcode generation products are used by many industries to continue receiving these discounts.

One Step Reels in Their Newest Retail Pro Client: The Fly Shop

We are proud to welcome The Grizzly Hackle Shop, The Fly Shop and Targus Fly to the One Step Family! As the North Wests premier fly and outfitter resource, their presence through their on-line stores and resource guides have been gradually expanding their reach beyond the great North West.

If you are ever looking to take a fly fishing adventure, take a trip to one of their several stores or through their helpful websites to find all of your supplies and gear.

“We fish for a living and have fun for a living” - Wayne

Sounds like a great life!