I'm trying to run a stored procedure on a Sybase 11.0.1.2596 database (Micros RES 3700) in a PHP file using PDO and dblib as the driver. I can call a procedure with no parameters with no problems using something like:
call custom.show_clocked_in_employees
This works perfectly. However, if the...
I was trying to install ase160 on an AWS linux AMI instance, and I got these errors when running ./setup.bin:
Preparing to install...
Extracting the JRE from the installer archive...
Unpacking the JRE...
Extracting the installation resources from the installer archive...
Configuring the...
I'm trying to figure out how & when data gets added to the hist_job_rate_dtl table. I thought maybe it was copied there from the job_rate_def table when the end of night runs for rows where the rate_effective_datetime matches the current date, but that doesn't appear to be it.
Does it come from...
We have Micros Res 5.2.
When our servers clock out they see a screen that looks like the image in the attachment. I'm trying to find out if Micros stores the Cash Tips value the server enters as a discrete value somewhere in its labyrinth of tables, or if it only stores the Net Tips value.
I...
I have a website on our Intranet that is used by our accounting dept for financial planning. The site has about 20 tabs, and each tab has about 572 <input type="text"> boxes. When the pages load, the program adds event listeners to each textbox. On Firefox, this takes about 48 seconds, but in...
I would like to load data from the micros.sp_R_sys_menuitem_fam_grp stored procedure into a temporary table so I can run some queries on it. I tried:
select
*
into
#t_test_sp
from
micros.sp_R_sys_menuitem_fam_grp();
but I get this error:
COMMIT/ROLLBACK not allowed within atomic operation...
I have to write another script to connect command-line vbscript to Micros, which uses SQL Anywhere 11. When I try to make the connection I get this error:
The specified dsn contains an architecture mismatch between the driver and application
code 80004005
and the connection:
Set Connection...
I have a PHP script running on the command line on Apache/Windows. It calls exec() to run an external program (dbisql). While it's waiting for the program to finish running, which could be from 1 second to 10 minutes, I am trying to have it output something to indicate that it's still "alive". I...
We have a script on our server that uses dbisql to get the quantity of menu items sold for the current day from v_R_sys_menuitem_fam_grp. This script worked perfectly for over a year, but 2 Fridays ago it stopped working for a random selection of 10-15 of our 36 stores. The affected stores...
Hello,
We have a system that calculates the tip share for our employees. I created a custom Crystal Report and stored procedure in micros that runs when the server prints out their server report at the end of their shift. The report figure out what the server's net sales were, and calculates...
Re: thread693-1164015
Can you please let me know where you found what the codes stand for? For example, is it possible the "V" code might stand for "void" and not "voucher"? Thank you!
We have a custom Crystal Report that gets data from a custom stored procedure. This report has been running for over a year at 2 of our restaurants with no issues. We just rolled it out to about 16 more stores, and 1 of them is having a wierd issue. The report prints out at the end of the...
Someone at our company many years before I started here created a script that generates a sales import for MAS90. The format of the files seems to be:
SJ,00xxxxx,<mmddyy>,<gl code>,<field name>,<field name>,<debit>,<credit>
I can't find the manual for MAS90 to look up what all these fields are...
We have a PHP script that copies files and folders from a Windows 2008 R2 computer to a Debian Linux webserver. The script works perfectly when run from the command line. However, when we try to run it as a scheduled task, it can't "see" any files or folders on the Windows computer.
I used...
I have a web server Apache 2.4 VC11 (http://www.apachelounge.com/download/) running on Win 7.
On my server I have some mp3's. I can queue them up in Winamp and the 1st one will begin streaming. However, after it plays for about 20-30 minutes it stops streaming, almost as if some time limit has...
I'm trying to create a simple macro in powerpoint 2007 to save the active presentation as a pdf. I tried the example on the MS site here:
http://msdn.microsoft.com/en-us/library/office/ff746080.aspx
Public Sub ExportAsFixedFormat_Example()
ActivePresentation.ExportAsFixedFormat...
Is there any software for Windows 7 that will let me search a folder and find all the .txt files in all subfolders that don't contain the string "cheese"?
Thanks!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.