Difference: BackgroundProcessing (4 vs. 5)

Revision 52009-03-10 - JoeOrtagus

Line: 1 to 1
 
META TOPICPARENT name="APPXAdministrator"
Added:
>
>
 

APPX Background Processing on a Windows Server

This document will APPX background processing when APPX is installed on a Windows server.
Line: 13 to 14
 
  • You should also have the variable APPX_BG_SCRIPT=appx_submit.cmd. You can place this variable setting inside your appx.env file. The appx.env file should go into your %APPXPATH directory (C:\Appx\data\appx.env)

DMO Demo APPX Application

DMO is demonstration application that is included with APPX on default installations.
Changed:
<
<

Quick steps

>
>

Steps

 

APPX Designer

Changed:
<
<
  • Modify the JOB's OUTPUT process type to have Separate Task (Sep. Task) checked.
>
>
  • Modify the JOB's OUTPUT process type to have Separate Task (Sep. Task) checked as shown in the figure below.
  • JOB-OUTPUT-001.gif
 

APPX Server

This configuration needs to be done to files placed on the APPX Windows server.

The appx.env file.

Line: 104 to 106
  # APPX_PRT_FI_DIR is used to set the disk location for creating print files # on your system. The default location in unix is /tmp/. The default
Changed:
<
<
# location in Windows is $APPXPATH\print\{userID}#
>
>
# location in Windows is $APPXPATH\print\{userID} #
 #APPX_PRT_FI_DIR=/tmp/

# APPX_PRT_SCRIPT points to the name of the script used to spool APPX reports

Line: 134 to 135
 #APPX_KEATERM=NoButtons

#=============================================================================

Changed:
<
<
# SCRIPTING & REGRESSION TESTING CONFIGURATION SECTION
>
>
# SCRIPTING & REGRESSION TESTING CONFIGURATION SECTION
 #=============================================================================

# APPX_SCRIPT_OUT will record all enduser keystrokes (and selected

Line: 258 to 258
 APPX_BG_SCRIPT=appx_submit.cmd
Added:
>
>

The appx_submit.cmd Windows batch file

The appx_submit.cmd file is a Windows batch file that you can parse the 8 argument pairs that APPX passes it.
 
  • The appx_submit.cmd command should contain
Line: 274 to 277
 :: following loop:

:: FOR %%A IN (%*) DO (

Changed:
<
<
:: echo %%A >> c:\Appx\arglist.txt
>
>
:: echo %%A >> c:\Appx\arglist.txt
 :: )

:: You would likekly see something like this in arglist.txt

Line: 303 to 306
 

APPX Run Time

Changed:
<
<
  • On the JOB's output disposition screen select SUBMIT to BG

>
>
  • On the JOB's output disposition screen select SUBMIT to BG.
  • JOB-OUTPUT-002.gif
 

Bugs:

  1. Fixed - Bug Description 1.
Line: 315 to 317
 
<--/commentPlugin-->
-- JoeOrtagus - 10 Mar 2009 \ No newline at end of file
Added:
>
>
META FILEATTACHMENT attachment="JOB-OUTPUT-001.gif" attr="" comment="JOB OUTPUT - Notice the Sep. Task value is checked." date="1236715995" name="JOB-OUTPUT-001.gif" path="JOB-OUTPUT-001.gif" size="39785" stream="JOB-OUTPUT-001.gif" user="Main.JoeOrtagus" version="2"
META FILEATTACHMENT attachment="JOB-OUTPUT-002.gif" attr="" comment="JOB OUTPUT - Notice Submit to BG button" date="1236716030" name="JOB-OUTPUT-002.gif" path="JOB-OUTPUT-002.gif" size="24911" stream="JOB-OUTPUT-002.gif" user="Main.JoeOrtagus" version="1"
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback