This is in regards to the BarTender labeling software and custom SQL queries to bring in data specifically to be used from the library print portal web UI for end users. I have designed a label and am accessing data from an MSSQL data source and I used a custom sql query to read the information. I have designed the labels text and barcode fields and it works great. I even created a query prompt to be a placeholder in a where clause so the user could enter in some text to search for the proper object. It all works like a charm inside the designer. Trouble is when entering the text into the query prompt from the print portal it displays no data. I start by going to the web print portal, select the desired label template, click print preview and the prompt opens. I enter text and then it shows nothing. I looked every where for some kind of setup or permission thing I may need to configure but I have found nothing. Any ideas?
Bartender Print Portal label query prompt not showing data
1.6k Views Asked by jefffryfry At
1
There are 1 best solutions below
Related Questions in SQL
- SQL schema for a fill-in-the-blank exercise
- Hibernate: JOIN inheritance question - why the need for two left joins
- What's supposed to be the problem in this query?
- Compare fields in two tables
- How to change woocomerce or full wordpress currency with value from USD to AUD
- Dynamic query creation with Array like implementation
- SQL query to get student enrolled in this month in a course - Moodle
- SQL LAG() function returning 0 for every row despite available previous rows
- Convert C# DateTime.Ticks to Bigquery DateTime Format
- Use row values from another table to select them as columns and establish relations between them (pivot table)
- SQL: Generate combination table based on source and destination column from same table
- how to use system's environnement variables in sql script
- PHP fetchAll on JOIN
- Multitable joining in Sql
- How to display name starting from 'z' by using BETWEEN cmd only?
Related Questions in PRINTING
- Why does print(list.sort()) result in None?
- How do I print a JTable in the form: Image + header + table in a single page (Java Swing)
- Neptune 3 Pro, Prusa slicer won't stick on plate
- Disable the -n for pyexiftool such that fields like LensID are formatted for human reading
- Why am I not receiving Internet from my Wi-Fi unless I connect to a VPN?
- how check if printing content on new page
- Android PrintManager: process gets killed, print outputs file of zero bytes length
- Print The Receipt Only Using PHP or JS
- How do you make the pop up appear and print a sentence in the main/side panel?
- GDI - Why the printing StartPage() function works in 32 bit but raises an exception in 64 bit?
- Mobile printing PT200 tru Bluetooth opened in web app
- How to keep tqdm progress bar on the bottom of the terminal?
- PlatformException(connect_errd or timeout)
- Chrome PDF print image aspect ratio incorrect - very apparent with small images - is there a workaround?
- Map to fit postersize using Cartopy
Related Questions in LABEL
- How to Make MUI TextField label behave as default whilst having a Start Input Adornment
- Are C labels instructions or constants
- How to label each points in seaborn catplot with y values
- Why cannot I set font of `xlabel` in `plotmf` in MATLAB?
- Adjust labels on individual nodes in Sankey diagram using ggsankey
- Predict numbers from labeled images
- How to apply style if an input field is empty just only using CSS?
- How to retrieve the row/column names of a matrix in DolphinDB?
- How do I import images and labels stored in 2 different folders?
- Improve accuracy of yolov8 model
- Change font size for ggplot2 figures (axes titles, labels and numbers)
- Labels not Displaying on Scatterplot?
- How to number equations in braces
- Prometheus relabeling configureation incremental counter
- How to specify different colors for column labels in altair
Related Questions in BARTENDER
- Trying to add one gap in Bartender Template Designer
- Print Template in Bartender Cloud API
- Bartender Print starting position
- Bartender software Database Connection Menu not available
- Get File Name used while exporting Printer Code Template in BarTender
- Zebra printer stop each label
- Trying to skip pre-flight OPTIONS using JS locally
- Can't open correctly .prn file from BarTender (TPCL)
- Bartender 2016 R9 Integration will not print when specifying "Copies" using SQL database as source
- Print Bartender File
- How to correctly resize barcode generated from libraries in c#
- How to print ⎓ on ZPL (zebra printer language) Unicode utf-8
- Bartender Print Portal label query prompt not showing data
- UnicodeEncodeError: 'ascii' codec can't encode characters in position 62-11168: ordinal not in range(128)
- Bartender Printing in A4
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?


I did ultimately figure this out. The issue I finally found technically was a permissions problem in the sense that the database configuration in bartender for the label designer, was using windows authentication. I have a sql user I setup for this but it turns out it was never using it. I think I have stumbled upon a bug(not sure), that after I create a DB set and configure it and set the authentication for it I cannot go back and change it. Every time I would enter the sql user account and click save it would work but that is because naturally the windows account already worked, thus I was fooled into thinking it was working. I finally discovered it was not saving my authentication change. I had to completely remove and re-create the DB connection with the sql user and that kept the authentication and now the print portal web page works as it should.