I am trying to get Batch Queue processing to run on a Glovia ERP system that runs on an NT server. I have read the documentation on background (batch) processing (SuperLayer Administrator's Guide - Part 2 ) and have set up a function for testing. The following is what I have done to date:
1. Set up operator QUE
2. Copied batchque.pro to the \USERDATA directory
3. Set up an update function for test purposes that has Queue Id and Priority set to 1
When I execute the function, I see where it gives me the message the the function is going to batch processing. And when I check the batch queue, the function is there.
My problem is what do I need to do to get it to actually execute the function in the batch queue?
Unfortunately, the documentation only illustrates what is needed to execute/initiate for UNIX, i.e., in my case, "pro QUE1." How do I do the same on an NT server?
Thank you for any assistance that you can provide.
- ProIV Resource Centre
- → Viewing Profile: Topics: Charles Seno
Community Stats
- Group Members
- Active Posts 4
- Profile Views 3,177
- Member Title Newbie
- Age Age Unknown
- Birthday Birthday Unknown
-
Gender
Male
-
Location
Cleveland, United States
Previous Fields
-
First Name
Charles
-
Surname
Seno
-
Year Started ProIV
1994
-
Highest ProIV Version Used
4.6
0
Neutral
User Tools
Friends
Charles Seno hasn't added any friends yet.
Latest Visitors
Topics I've Started
Background Processing on NT Server
18 July 2006 - 03:09 PM
DDE_REQUEST
17 August 2005 - 06:59 PM
I have a text file with one line of text I would like to extract:
Option 1
I call up notepad.exe to open the file :
$$COMMAND = 'GUI ASYNC notepad c:\ftype.txt'
#A = SYSTEM($$COMMAND)
The above works to open the local text file with Notepad.
The following doesn't work as I don't have any idea what to put in for ???:
#A = DDE_REQUEST('NOTEPAD','c:\ftype.txt','???',$$VALUE)
Option 2
Is there a way to use ALIAS() to read from my local drive?
Thanks,
Chuck
Option 1
I call up notepad.exe to open the file :
$$COMMAND = 'GUI ASYNC notepad c:\ftype.txt'
#A = SYSTEM($$COMMAND)
The above works to open the local text file with Notepad.
The following doesn't work as I don't have any idea what to put in for ???:
#A = DDE_REQUEST('NOTEPAD','c:\ftype.txt','???',$$VALUE)
Option 2
Is there a way to use ALIAS() to read from my local drive?
Thanks,
Chuck
Convert Printer Mapping Setup
19 May 2004 - 04:34 PM

Host Printer LP0
Windows Printer DEVICE:
Device/File Name LPT1
My question is how can I convert the above to any/all of the following:
$SPOOL
@RPTOPT
SET_RPTOPT
I have tried many combinations, but either I get a locked screen which forces me to disconnect or "Error Code 13, 140 - CANNOT SUCCESSFULLY OPEN PRINT FILE).
Running Glovia 4.2, Kernel Version 4.6000, Revision 5.0.0a (Aug 7, 02)
- ProIV Resource Centre
- → Viewing Profile: Topics: Charles Seno
- Privacy Policy