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 27 May 2011

Create Popular QR Codes for Mobile Tagging and vCard Business Cards

Latest TEC-IT Press Release

Austria, TEC-IT Datenverarbeitung GmbH (tec-it.com), leading vendor of AUTO-ID and bar code software presents a brand new feature for the popular barcode maker software Barcode Studio.
“Even in Europe 2D bar codes – mostly QR codes- are becoming more and more popular. Especially the increasing need in marketing and mobile tagging is causing a rise in demand for 2D barcodes. In light of this development TEC-IT is responding with its new version of Barcode Studio.”
(Guenter Kriegl, CEO of TEC-IT )

Mobile Tagging, vCard Business Cards and More

QR code business card including
encoded contact details (vCard)
Creating 2D bar-codes for electronic business cards with vCard and meCard formats is simplified dramatically: The brand new assistant leads you through the data input with a multifunctional dialog box, the user just enters the contact details and the assistant takes care of generating the 2D barcode with the correct data formatting. No special knowledge is needed. What’s more, mobile tagging barcodes for events, Android Market search, WiFi networks, Twitter tweets, LinkedIn profiles and Facebook likes are supported for the user’s convenience as well.

Even industrial applications benefit from the intuitive assistant: Create GS1 barcodes by using predefined application identifiers (so called AIs) quickly and without any special skills. Barcode Studio inserts the FNC1 delimiter characters automatically.

Try and Test

Barcode Studio V11 can be downloaded from TEC-IT’s website www.tec-it.com. A completely free and unlimited 10-day test drive is available. The bar code maker software is available for Mac OS X, Windows, Linux and UNIX. Enjoy the product videos on YouTube.com to learn more about Barcode Studio

Please Contact

Susan Enzenhofer
TEC-IT Datenverarbeitung GmbH
Hans-Wagnerstrasse 6
A-4400 Steyr - Austria, EUROPE

Email
office@tec-it.com

Telephone/Fax
T ++43 (0)7252 72720
F ++43 (0)7252 7272077

Monday 23 May 2011

How To Generate Barcodes from Fonts in FileMaker Pro

by Nate Schubert

FileMaker Pro is a popular type of database software that can manage many different types of information related to inventory, invoicing, document control and much more. Barcode technology can also be integrated into FileMaker Pro databases which can add to benefits by decreasing human error and increasing speed and efficiency. Searching for the simple term "barcode" on FileMaker.com will refer users to the IDAutomation Native Barcode Generator for FileMaker, but users can also integrate barcode fonts into a database with the help of one of our free FileMaker font encoder tools.

There are a variety of different barcode symbologies that can be used within FileMaker, and the latest video tutorial from our technical support staff touches on using the free font encoder for FileMaker in conjunction with purchased or demo IDAutomation Code 128 Fonts to create accurate barcodes in FileMaker Pro. If you are using a barcode font other than Code 128, you can simply substitute your font in place of Code 128 in this video tutorial. Please let me know if you have any questions or comments, as we are always looking for new and improved ways to help!

Friday 20 May 2011

SAP Basis Daily Monitoring Tcodes



Proactive monitoring of the SAP systems, will help to understand issues in advance & helps us to take corrective actions and  thus will lead to lesser downtime of the systems, improving profitability of the business organisation.

 Monitoring can be focused on ABAP stack(including database checks), Java Stack and Oslevel checks.


ABAP Stack Checks :

SM50 : (Process Overview)


This transaction code will be useful to view the processes that are running currently in an sap insance. In this view you can check whether there are free workprocesses to execute the processes. If all the workprocesses are in running state and no work process is idle it means that wait times will increase for the processes that are waiting in the dispatcher queue leading to performance degradation. If you find that there are no free workprocceses for maximum times that you may consider, increasing the number of workprocesses.



SM66 : (Global process overview)


This transaction code will be useful to view the processes that are running across all instances/application servers of a SAP system. Similar to SM50 checks can be done in this transaction as well.

SM51 : (Application servers status)


This transaction code will be useful to view all the hostnames and application servers status. If any application server is down, the same can be identified using status of the server column. We can also figure out different Message types (Dialog, Batch, Update, Upd2, Spool, ICM etc) configured for the respective servers.

SM12 : (Lock entry list)


This transaction code will be useful to view all the sap locks that are present in the system. As part of monitoring, we need to look for any old sap locks that are more than 1 day. If any such locks, we need to analyse the reason for that lock for such longer duration and take actions accordingly. A lock can be set for such a long duration due to a long running background job or a lock is not released due to an application error or a program terminated abruptly but lock not released etc.


How to delete a sap lock?





ST22  : (ABAP Dumps )


This transaction code will be useful to view all the abap dumps that have occured in the system on a given day. As part of daily monitoring, it is the responsibility of the basis administrator to analyse the dumps and take necessary actions to avoid issues.

Some of the examples of abap dumps are timeout issue, database space issue, spool overflow issue etc

SM21 : (System log)


This transaction is useful to view the log of the sap system for various operations. This log will be very useful to identify various issue in advance and to take necessary measures. System log is the place to check out for any timeout, network issues, database space issues, message server issues, spool overflow, locktable overflow etc issues.

Additional details :

SAP System log

SM13 : (Update Requests overview)


This transaction is useful to figure the status of update system. Incase an update is inactive we can figure out the same from this transaction and necessary action can be taken and update can be activated again.


Update got deactivated. what is the reason for update deactivation? How to activate the update ?


SM14 transaction can be called internally from SM13. These both transactions are useful for update administration.

In SM13, you can select status (canceled, to be updated, v1 executed, v2 executed, all ) and time interval during which you would like to view the status execute to check the overview of updates as per the status and time interval selected.

In case of canceled updates, analysis to be done whether to repeat update.

ST02 : (Tune summary )


This transaction will be used to monitor

  •  Buffer statistics like hitratio, swaps, db access details, size of buffer and free size of buffer etc

  •  Important statistics related to  Roll area, Page area, Extended memory and heap memory

  • Call statistics like select, insert, update and delete

As a basis administrator, it is our responsibility to ensure there is more hit ratio for the buffers and less swaps to ensure efficient performance of the sap system. In case you see there are more swaps and less hit ratios for most of the buffers, then tuning buffers to be carried out to ensure optimal performance.
 
DB12 (Backup logs) : This transaction is useful to check the details of
 
  • last successful backup
  • overview of database backups ( Success / failure of backup with log details)
  • Archiving directory status (Free space of oraarch )
  • Overview of redolog files ( Number of redologs that are not yet backed up)
  • overview of redolog backups (Success / failure of backup with log details)
 
DB13 (DBA Planning calender) :


This transaction will be useful to schedule various database backups & clean up jobs like ( whole database backup offline/online, Full backup online/offline, incremental backup offline/online, redolog backup, update statistics, check db, cleanup logs, compress database, verify database, initialize tape and validate structure jobs).

In this transaction, you can also check the status of every job that was scheduled and can reschedule in case of failures.


DB14  (DBA operations log) :


This transaction will be useful to check the status of following :

  • Database backup
  • Redolog backup
  • BRSPACE log (extend tablespace issues etc)
  • BRCONNECT operations (Update optimiser statistics , database check etc)
  As an sap basis administrator it is our responsibility to check and ensure backups and other cleanup jobs are successful everyday. Incase of failures, should figure out root cause and take actions like rescheduling and ensure these jobs are successful.


SM37 ( Job status overview) :

This transaction will be useful to have an overview of jobs with different statuses.
As part of daily monitoring, SAP basis administrator should use this transaction to findout canceled jobs and active jobs(for eg: long running - more than 24hrs etc).

Incase of canceled jobs, root cause for the failure to be figured out from the logs of the respective job and to be actioned by rescheduling etc.
Incase of long running jobs, we need to figure out the reason for long running and action them accordingly.

In SM37, using extended job selection option, we can even select the jobs based on start condition, steps (like abap program, external command or external program), period etc



How to troubleshoot a background job running for long duration in sap?




 
ST04 (Database alert logs and performance) :


This transaction will be useful for (oracle) database administration. In this screen, goto Alerts and drill down further. Click on "Database Check" to find out any errors or warnings related to database like MISSING_STATISTICS, STATS_TOO_OLD, LAST_BACKUP_FAILED, LAST_ARCHIVE_FAILED etc. After going through the error or warning in details take necessary corrective actions based on the error like running update stats again, re-triggering backup etc

Under Alerts, you can view Alert monitor which will summarize status of the database under different heads like

  • Space Management
  • Performance
  • Backup/restore
  • SAP Consistency
  • Health
Drill down on each of these to find out potential problems. These are color coded for ease of administrator (Red for errors, yellow for Warnings and Green for OK status)

For Eg: If PSAPSR3 tablespace is >90%, you can see Space management in red color. Then it is the responsibility of Basis administrator to take necessary actions on the same.

SP01 ( Check Spool status ) :


This transaction is useful to find out the status of spool request and output request. In SP01 transcation, you can list the spool requests or output requests between a given interval.

In the list generated, you can check out the status of spool requests and findout any errors by drilling down further.

For eg: if so many spools are in waiting status, find out whether output device is available or not.

If many spool are in error status, figure out if there is any network issue and take necessary actions.


If  customers complain that they are not able print anything from SAP, check out whether there is any spool overflow.


SXI_Cache : This Tcode is specific to XI or PI system. This Tcode is used to findout whether cache refresh is happening or not. Incase if cache refresh is happening successfully, it will indicate the same in green color. Otherwise it will be in red indicating a problem with cache refresh.

If there is a problem with cache refresh then basis administrator has to troubleshoot the same.


SLDCHECK : This Tcode will be useful to figure out whether connection to the SLD system from the system on which you are testing is fine or not. In case the connection is fine, all checks will appear in green. Incase of any issues, it will appear in red or yellow and then basis administator has to troubleshoot it and make sure SLDCHECK is working fine.

Ensuring SLDCHECK is working fine is important to keep all systems in the landscape in sync.


SXI_MONITOR : This TCode is specific to XI or PI system. This transaction will be useful to figure out any errors or warnings in the processing of XI or PI messages. In case of any issues, this needs to be informed to functional team and should be troubleshooted accordingly with the functional team inputs.


DBO1 : This transaction code is useful to findout the database locks that are present in the SAP system.

As part of daily monitoring, SAP Basis administrator has to figure out if there are any long pending locks more than 1 day etc and analyse reasons for the same. Sometimes if programs/jobs got terminated abruptly without removing the database locks set, this will lead to performance issues as other programs which needs that lock cannot set etc and they have to wait indefinitely as these locks won't get released automatically. In case of any long pending locks, Basis administrators should contact DBA team if any an dfigure out the reason for these locks and action accordingly

Jack Stack Checks :  Please refer below links to understand Daily Java monitoring of SAP Landscape:


SAP Java monitoring check list 2

To monitor live Cache system, please refer below link :

Live Cache Monitoring in SAP


Please find below table which summarizes daily monitoring tasks that are to be performed by the SAP Basis Administrator :

 
SnoTask
ABAP Stack Checks
1Check process overview(SM50)
2Check overall system process overview(SM66)
3Check application servers status(SM51)
4Check for any pending locks (SM12)
5Check for Dumps in the system(ST22)
6Check System log for any errors(SM21)
7Check for any hanged updates or update status(SM13)
8Check for excessive swapping (ST02)
9Check for critical job status like backup,updatestats,checkdb etc(DB13)
10Check for longrunning/failed jobs status(SM37)
11Check database alertlogs and performance(ST04)
12Check spool job status (SP01)
13Check cache status (sxi_cache) for PI System
14Check SLD functionality(SLDCHECK)
15Check SXI_MONITOR for PI system
16Check for Database locks(DB01)
Java Stack Checks
1Check java portal accessibility using link
2Check server0 log for java system for critical errors
3Check accessibility of management console
4Check server node status 
5Check default trace for critical java errors
6Check java reports for memoryconsumption/swapping
Os level checks
1Check filesystems usage (shouldb be <80%)
2Check for swap space using topas etc
3Check for work directory log files at oslevel for errors


Useful Links :


How to change SAP parameter ?








Thursday 19 May 2011

TSC Americas to showcase newest label printers at AUTOCOM trade show in Sao Paulo, Brazil






Date: 7-9 Jun. 2011
Place: Expo Center Norte, Pavilhao Amarelo, Sao Paulo/SP
Booth: #70

TSC Auto ID Technology America, Inc. (TSCAA) will showcase its four newest printers at the AUTOCOM 2011 show in Sao Paulo, Brazil, June 7-9. AUTOCOM Brazil is one of the leading trade fairs focusing on commercial automation, services and trading solutions.

TSC plans to unveil the TTP-268M/366M Series 6-inch-format thermal-transfer industrial-printer series, and its recent TTP-225/TTP-323 Series of 2-inch-format desktop label printers.

TTP-268M Series
Released in April 2011, the TTP-268M Series thermal-transfer printer operates at speeds up to 8 inches per second at 203-dpi resolution, with a maximum print width of 6.6 inches (168 mm). The TTP-268M comes with a wide choice of standard interfaces (parallel, RS-232, USB and Ethernet) for easy integration into existing networks.

TTP-225 Series
Introduced last November, the TTP-225 Series features a compact, elegant design and plenty of performance for the price. It can print two-inch labels at speeds up to 5 inches per second at 203-dpi resolution, making it faster than many competitive products on the market. Yet despite the superior performance, it costs less than other printers in its class. The TTP-225 is the latest addition to TSC’s 2-inch-format printer line, which also features the TDP-225, a printer engineered for direct-thermal applications, and the TDP-225W, which is designed to print wristbands.

More products on display
In addition to its new products, TSCAA plans to showcase the TTP-244 Plus, one of Brazil’s most popular thermal-transfer desktop label printers. Also on display will be the TTP-2410M Series of 4-inch-wide industrial thermal-transfer label printers, along with the rest of TSC's extensive portfolio of thermal-transfer label printers.

"We plan to exhibit a wide range of thermal label printers – everything from the TTP-244 Plus, the most affordable, feature-rich desktop printer in the world, to our full portfolio of high-performance industrial printers," said Hector Espinosa, Latin America sales manager for TSCAA. "This is a great opportunity to display our printers at one of the leading trade shows in Brazil."

Autocom is Brazil's largest trade show for commercial automation products, services and trading solutions. On display are the world’s latest product launches, advanced technology for optimization, and products, solutions and services for the entire commerce chain – from distributor to retailer.

For a closer look at TSC’s extensive line of label printers, you’re invited to visit the TSC booth, Stand #70, at Expo Center Norte, Pavilhao Amarelo, Sao Paulo/SP, on June 7 - 9.

Wednesday 18 May 2011

"Tag it Easy" - vCard and meCard QR-Codes!

A new version of the barcode creator software Barcode Studio is on the way!

What’s New?

Barcode Studio V11.5 introduces a new data input assistant. This special feature simplifies the creation of 2D codes for mobile tagging and electronic business cards (so-called vCard and meCard barcodes) dramatically.
With Barcode Studio V11.5 you are able to create more than 100 different linear, postal, GS1 and 2D barcode symbologies. The barcodes can be printed on simple labels or exported as bitmap or vector image files. Batch barcode creation with external data is supported.

2D Codes for Mobile Tagging

vCard Data Input Assistant
vCard and meCard QR-codes are used to encode contact details of a business card (like name, address, email, phone-number ...) in a 2D barcode symbol. When scanning such a barcode with a smartphone (camera and suitable scanner software is required of course), the data is automatically entered into the address book of the phone. No manual typing or copy/paste is required.

Try it Yourself - Scan the Code!
vCard and meCard barcodes encode the contact details in a certain format. The new data input assistant of Barcode Studio takes care of the right formatting. In order to create readable barcodes you just enter the contact data (see screen shot) and Barcode Studio creates the correct code. You do not need to know the details.

In addition the above mentioned vCard and meCard codes, Barcode Studio allows you to create 2D codes for mobile tagging applications. Currently supported are barcodes for sending text messages (SMS), phone calls, Twitter tweets, Facebook likes and profiles, LinkedIn contacts and profiles, Wi-Fi access and events (vCalendar). In future versions of Barcode Studio this list will be extended as appropriate.

GS1 DataBar - Application Identifier Support

GS1 Application Identifier Assitant
Users of the GS1 DataBar or GS1-128 barcode symbologies benefit from the data input assistant as well. Barcode Studio provides a searchable list of the available application identifiers (AIs) and ensures that the rules for a correct GS1 barcode are met. Application identifiers are used to designate the encoded data. More than hundred AIs are in common use (e.g. AI 10 designates the LOT number, AI 11 the production date ...). Barcode Studio also takes care to separate multiple AIs in a single barcode with the Function Code 1 (FNC1).

Download Pre-Release

Coming soon! Use these links to download the release candidates (BETA!):
Barcode Studio for Windows
Barcode Studio for Mac OS X

Video

Questions or Suggestions?
Please do not hesitate to get in touch with us. Simply write us an email (support@tec-it.com), give us a call (++43 7252 72720, time zone GMT+1) or visit www.tec-it.com!

Wednesday 4 May 2011

TSC to showcase new label printers at COMPUTEX



TSC Auto ID Technology will be showcasing its two newest thermal-transfer printers, to be unveiled in Q3, at the COMPUTEX Taipei tradeshow May 31 - June 4.

"TSC’s wide spectrum of thermal label printers on display will range from budget-friendly starter products up to high-performance industrial platforms to satisfy all label printing needs," said Bryan Lee, sales manager of TSC Auto ID Technology.

For a closer look at TSC’s extensive line of label printers, you’re invited to visit the company’s exhibit, located at Nangang Exhibition Center, 4th floor, Booth M1313a.

Monday 2 May 2011

Word or Excel GS1-128 Barcode Generation

by Nate Schubert

What is a GS1-128 barcode?

GS1-128 is a barcode type that works from the Code 128 barcode specification. GS1-128 utilizes Application Identifiers to provide more data in a barcode about various things including sell by dates, due dates, packaging dates, serial numbers, production dates, and a variety of other important information that can be of great use in logistics, inventory and tracking operations to name a few. There are 100 GS1 Application Identifiers that can be encoded into a GS1-128 barcode, and they are usually identified within the data-to-encode by putting parentheses around them.

GS1-128 has replaced a variety of former barcode types that were meant to perform this same purpose such as UCC/EAN-128, UCC-128 and EAN-128. While GS1 did rename several of these barcode standards based on Code 128, that does not change the actual barcode standards.

GS1-128 Barcode Generation Video Tutorials for Word & Excel

The technical support staff at IDAutomation has worked hard to create two new video tutorials to assist those users who need to generate GS1-128 barcodes in Microsoft Word and Excel. You can view those videos below. If you have and comments or questions, please do not hesitate to leave a comment and let us know.