Norm Schaeffer
- Total activity 27
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 11
Activity overview
Latest activity by Norm Schaeffer-
Norm Schaeffer commented,
One way to get that information is grabbing the header-data from an event. The api string is: https://yourcompanyname.flexrentalsolutions.com/f5/api/element/INSERT-YOUR-PROJECT-ID-HERE/header-data/...
-
Norm Schaeffer created a post,
Starting a repo for API Documentation
All: I've opened a public repo for API documentation. My initial project was to develop a lightweight mobile app to staff could quickly locate items. Think mobilizing a paper index. While developin...
-
Norm Schaeffer commented,
I am beginning to start work on a similar project. The API appears to have a number of good methods for use. The tough part about it so far is figuring out what methods generate what information. (...
-
Norm Schaeffer created a post,
In which table are quantities located?
I'm building a spreadsheet which shows our retail items and their locations. Using st_biz_managed_resource and st_ivt_storage_location, I've got what I need for locations. I can't find what table t...
-
Norm Schaeffer commented,
Hi Randy: Thanks for the information. I appreciate your response. Norm
-
Norm Schaeffer created a post,
Extract day rate information from backup for use in Excel
We have discovered that many pieces of new equipment where no day rate was entered when we added that equipment to inventory. I'd like to download a backup, import it into HeidiSQL and write a quer...
-
Norm Schaeffer created a post,
Fixed RFID Readers / Dock Portal
We are considering a move to RFID using dock portals with fixed readers rather than handheld scanners. We are hoping that using the shipping manifest in Flex we can push a case through the portal, ...
-
Norm Schaeffer commented,
ISSUE RESOLVED: Unpacking problem was with MySQL configuration. Needed to set: max_allowed_packet=64M default of 4M is inadequate for db of this size.
-
Norm Schaeffer commented,
Additional info.... I output a logfile while unpacking the archive. There are many statements such as ERROR 1146 (42S02): Table 'company_name.st_ivt_inventory_item' doesn't exist, ERROR 1215 (HY000...
-
Norm Schaeffer created a post,
Appears tables are missing from database backup (difference between Flex 4 and 5)
I was reviewing how to design custom reports from the FAQ. I am running MySQL 5.7. I downloaded one of our backups from Flex 4 backup history and dumped it into the MySQL instance running on my loc...