Rocket jBASE

 View Only
Expand all | Collapse all

Print format problem

  • 1.  Print format problem

    Posted 06-28-2023 15:38

    Another frustrating problem I need some help with.  Added a new laser printer, wired ethernet connection.

    jBase 5.8.5 on Windows 10

    Multi-page program output now prints 60 lines on page 1 , 4 lines on page 2, 60 lines on page 3 and so on.  There is no way to set a default line/page on the printer.  I've tried using TERM to change the printer length to 56  and tried creating a formtype with the shortened length but neither worked.  How do I "override" or work around the misplaced formfeed??

    Thanks,

    Marc



    ------------------------------
    Marc Zitcer
    Pres
    Davidson Supply
    Paterson NJ US
    ------------------------------


  • 2.  RE: Print format problem

    ROCKETEER
    Posted 06-29-2023 07:26

    Marc,

    Setting page size via WIDTH and DEPTH parameters in the %JBCGLOBALDIR%\config\jspform-deflt, or creating a custom version thereof would be the recommended solution.

    Mike:



    ------------------------------
    Mike Street
    Technical Support Engineer
    Rocket Internal - All Brands
    ------------------------------



  • 3.  RE: Print format problem

    Posted 06-29-2023 07:29

    In /opt/jbase/global or whatever $JBCGLOBALDIR is set to there is a config directory that has an item jspform_deflt.   This item defines how the default form for printers is to treat print jobs.   In there is by default WIDTH 132 and another line DEPTH 64 meaning it will ignore the TERM statement and use those defaults.   You can comment out these lines and restart the printers and TERM will then affect the printer WIDTH and DEPTH

    ED /opt/jbase/global/config jspform_deflt

    change "WIDTH 132" to "#WIDTH 132" and "DEPTH 64" to "#DEPTH 64" 

    file the item

    SP-SHUTDOWN to stop the printers
    REST-SPOOLER to restart printers

    TERM should now affect printer WIDTH and DEPTH



    ------------------------------
    Daniel Ell
    SME
    Rocket Software
    ------------------------------



  • 4.  RE: Print format problem

    Posted 06-29-2023 08:34
    Good morning Daniel,
    My preference would be to make the change in the formtype rather than using
    TERM.

    I edited the default formtype to DEPTH 60 (was 64), shutdown and restarted
    the spooler...no change.
    Then, edited the default formtype to DEPTH 56, shutdown and restarted the
    spooler...no change.

    What am I missing??

    Marc

    On Thu, Jun 29, 2023 at 7:31 AM Daniel Ell via Rocket Forum <
    Mail@forum.rocketsoftware.com> wrote:

    > In /opt/jbase/global or whatever $JBCGLOBALDIR is set to there is a config
    > directory that has an item jspform_deflt. This item defines how the...
    > Invite your colleagues to join the Rocket Forum and grow our expert
    > network.
    > ------------------------------
    > [image: Rocket Software] <https: community.rocketsoftware.com="">
    > Rocket jBASE
    > <https: community.rocketsoftware.com/forums/forum-home/digestviewer?communitykey="b5553a66-f655-448c-95e6-cf00fc0af2ec">
    > Post New Message Online
    > <http: community.rocketsoftware.com/participate/postmessage?groupid="283">
    > Invite your colleagues to join the Rocket Forum and grow our expert
    > network. Share this link. <https: community.rocketsoftware.com/register="">
    > Re: Print format problem
    > <https: community.rocketsoftware.com/discussion/print-format-problem#bmb0df2ed9-95e9-4596-bcc6-15adc8a55869="">
    > Reply to Group Online
    > <https: community.rocketsoftware.com/forums/all-discussions/postreply?messagekey="b0df2ed9-95e9-4596-bcc6-15adc8a55869&ListKey=143b192f-654a-4ab0-9af1-65548fa12ea7"> Reply
    > to Group
    > <rocket_jbasestagingforum_b0df2ed9-95e9-4596-bcc6-15adc8a55869@connectedcommunity.org?subject=re:+print+format+problem>
    > [image: Daniel Ell]
    > <https: community.rocketsoftware.com/network/members/profile?userkey="4d12b1b8-37c5-42ea-8350-d0c98ca17ce7">
    > Jun 29, 2023 7:29 AM
    > Daniel Ell
    > <https: community.rocketsoftware.com/network/members/profile?userkey="4d12b1b8-37c5-42ea-8350-d0c98ca17ce7">
    >
    > In /opt/jbase/global or whatever $JBCGLOBALDIR is set to there is a config
    > directory that has an item jspform_deflt. This item defines how the
    > default form for printers is to treat print jobs. In there is by default
    > WIDTH 132 and another line DEPTH 64 meaning it will ignore the TERM
    > statement and use those defaults. You can comment out these lines and
    > restart the printers and TERM will then affect the printer WIDTH and DEPTH
    >
    > ED /opt/jbase/global/config jspform_deflt
    >
    > change "WIDTH 132" to "#WIDTH 132" and "DEPTH 64" to "#DEPTH 64"
    >
    > file the item
    >
    > SP-SHUTDOWN to stop the printers
    > REST-SPOOLER to restart printers
    >
    > TERM should now affect printer WIDTH and DEPTH
    >
    >
    > ------------------------------
    > Daniel Ell
    > SME
    > Rocket Software
    > ------------------------------
    > *Reply to Group Online
    > <https: community.rocketsoftware.com/forums/all-discussions/postreply?messagekey="b0df2ed9-95e9-4596-bcc6-15adc8a55869&ListKey=143b192f-654a-4ab0-9af1-65548fa12ea7">*
    > *View Thread
    > <https: community.rocketsoftware.com/discussion/print-format-problem#bmb0df2ed9-95e9-4596-bcc6-15adc8a55869="">*
    > *Forward
    > <https: community.rocketsoftware.com/forums/all-discussions/forwardmessages?messagekey="b0df2ed9-95e9-4596-bcc6-15adc8a55869&ListKey=143b192f-654a-4ab0-9af1-65548fa12ea7">*
    > *Post New Message Online
    > <http: community.rocketsoftware.com/participate/postmessage?groupid="283">*
    >
    > -------------------------------------------
    > Original Message:
    > Sent: 06-28-2023 15:38
    > From: Marc Zitcer
    > Subject: Print format problem
    >
    > Another frustrating problem I need some help with. Added a new laser
    > printer, wired ethernet connection.
    >
    > jBase 5.8.5 on Windows 10
    >
    > Multi-page program output now prints 60 lines on page 1 , 4 lines on page
    > 2, 60 lines on page 3 and so on. There is no way to set a default
    > line/page on the printer. I've tried using TERM to change the printer
    > length to 56 and tried creating a formtype with the shortened length but
    > neither worked. How do I "override" or work around the misplaced formfeed??
    >
    > Thanks,
    >
    > Marc
    >
    >
    > ------------------------------
    > Marc Zitcer
    > Pres
    > Davidson Supply
    > Paterson NJ US
    > ------------------------------
    >
    >
    >
    >
    > You are receiving this message because you followed the 'Print format
    > problem' message thread. To unsubscribe from this message thread, go to
    > Unsubscribe
    > <https: community.rocketsoftware.com/higherlogic/common/unfollow.aspx?userkey="e6921e1c-f3cf-44a5-b4b5-b7ac19af81b2&sKey=KeyRemoved&ItemKey=235171b9-6f00-49f8-b2ce-01890381bdcb">.
    >
    >
    > Update your email preferences
    > <https: community.rocketsoftware.com/go.aspx?c="Preferences§ion=email">
    > to choose the types of email you receive
    >
    > Unsubscribe from all participation emails
    > <https: community.rocketsoftware.com/higherlogic/egroups/unsubscribe.aspx?userkey="e6921e1c-f3cf-44a5-b4b5-b7ac19af81b2&sKey=KeyRemoved&mClass=Social">
    >




  • 5.  RE: Print format problem

    ROCKETEER
    Posted 06-29-2023 09:07

    Marc,

    >What am I missing??

    See -> Configuration files (rocketsoftware.com)

    Are you editing a file in the correct location?

    Mike



    ------------------------------
    Mike Street
    Technical Support Engineer
    Rocket Internal - All Brands
    ------------------------------



  • 6.  RE: Print format problem

    Posted 06-29-2023 09:49
    I edited the jspform_deflt file in the config folder of my JBCGLOBALDIR,
    which is c:\jBase\global.
    My JBCSPOOLERDIR is c:\users\jspooler

    The configuration file location referenced in your link is
    $JBCSPOOLERDIR$JBCGLOBALDIR/config.

    What directory/file location does $JBCSPOOLERDIR$JBCGLOBALDIR represent?



    On Thu, Jun 29, 2023 at 9:08 AM Mike Street via Rocket Forum <
    Mail@forum.rocketsoftware.com> wrote:

    > Marc, >What am I missing?? See -> Configuration files (rocketsoftware.com)
    > Are you editing a file in the correct location? Mike --------...
    > Invite your colleagues to join the Rocket Forum and grow our expert
    > network.
    > ------------------------------
    > [image: Rocket Software] <https: community.rocketsoftware.com="">
    > Rocket jBASE
    > <https: community.rocketsoftware.com/forums/forum-home/digestviewer?communitykey="b5553a66-f655-448c-95e6-cf00fc0af2ec">
    > Post New Message Online
    > <http: community.rocketsoftware.com/participate/postmessage?groupid="283">
    > Invite your colleagues to join the Rocket Forum and grow our expert
    > network. Share this link. <https: community.rocketsoftware.com/register="">
    > Re: Print format problem
    > <https: community.rocketsoftware.com/discussion/print-format-problem#bm261c4880-0601-4be5-a7fc-018907414c10="">
    > Reply to Group Online
    > <https: community.rocketsoftware.com/forums/all-discussions/postreply?messagekey="261c4880-0601-4be5-a7fc-018907414c10&ListKey=143b192f-654a-4ab0-9af1-65548fa12ea7"> Reply
    > to Group
    > <rocket_jbasestagingforum_261c4880-0601-4be5-a7fc-018907414c10@connectedcommunity.org?subject=re:+print+format+problem>
    > [image: Mike Street]
    > <https: community.rocketsoftware.com/network/members/profile?userkey="2d9d2aab-c21f-45df-8d3f-31a5ef3e31c3">
    > Jun 29, 2023 9:07 AM
    > Mike Street
    > <https: community.rocketsoftware.com/network/members/profile?userkey="2d9d2aab-c21f-45df-8d3f-31a5ef3e31c3">
    >
    > Marc,
    >
    > >What am I missing??
    >
    > See -> Configuration files (rocketsoftware.com)
    > <https: docs.rocketsoftware.com/bundle/jbase_lib_59/page/ljt1674756364827.html="">
    >
    > Are you editing a file in the correct location?
    >
    > Mike
    >
    >
    > ------------------------------
    > Mike Street
    > Technical Support Engineer
    > Rocket Internal - All Brands
    > ------------------------------
    > *Reply to Group Online
    > <https: community.rocketsoftware.com/forums/all-discussions/postreply?messagekey="261c4880-0601-4be5-a7fc-018907414c10&ListKey=143b192f-654a-4ab0-9af1-65548fa12ea7">*
    > *View Thread
    > <https: community.rocketsoftware.com/discussion/print-format-problem#bm261c4880-0601-4be5-a7fc-018907414c10="">*
    > *Forward
    > <https: community.rocketsoftware.com/forums/all-discussions/forwardmessages?messagekey="261c4880-0601-4be5-a7fc-018907414c10&ListKey=143b192f-654a-4ab0-9af1-65548fa12ea7">*
    > *Post New Message Online
    > <http: community.rocketsoftware.com/participate/postmessage?groupid="283">*
    >
    > -------------------------------------------
    > Original Message:
    > Sent: 06-29-2023 08:33
    > From: Marc Zitcer
    > Subject: Print format problem
    >
    > Good morning Daniel,
    > My preference would be to make the change in the formtype rather than using
    > TERM.
    >
    > I edited the default formtype to DEPTH 60 (was 64), shutdown and restarted
    > the spooler...no change.
    > Then, edited the default formtype to DEPTH 56, shutdown and restarted the
    > spooler...no change.
    >
    > What am I missing??
    >
    > Marc
    >
    > On Thu, Jun 29, 2023 at 7:31 AM Daniel Ell via Rocket Forum <
    > Mail@forum.rocketsoftware.com> wrote:
    >
    > > In /opt/jbase/global or whatever $JBCGLOBALDIR is set to there is a
    > config
    > > directory that has an item jspform_deflt. This item defines how the...
    > > Invite your colleagues to join the Rocket Forum and grow our expert
    > > network.
    > > ------------------------------
    > > [image: Rocket Software]
    >
    >
    >
    > You are receiving this message because you followed the 'Print format
    > problem' message thread. To unsubscribe from this message thread, go to
    > Unsubscribe
    > <https: community.rocketsoftware.com/higherlogic/common/unfollow.aspx?userkey="e6921e1c-f3cf-44a5-b4b5-b7ac19af81b2&sKey=KeyRemoved&ItemKey=235171b9-6f00-49f8-b2ce-01890381bdcb">.
    >
    >
    > Update your email preferences
    > <https: community.rocketsoftware.com/go.aspx?c="Preferences§ion=email">
    > to choose the types of email you receive
    >
    > Unsubscribe from all participation emails
    > <https: community.rocketsoftware.com/higherlogic/egroups/unsubscribe.aspx?userkey="e6921e1c-f3cf-44a5-b4b5-b7ac19af81b2&sKey=KeyRemoved&mClass=Social">
    >




  • 7.  RE: Print format problem

    ROCKETEER
    Posted 06-29-2023 10:01

    Marc,

    There is a problem with that page which needs to be fixed.

    On your system, the notation would be "%JBCGLOBALDIR%" for the correct location of the file in jBASE 5.8.x, see this example:

    ```

    jBASE Telnetd Server

    User name: jBASEAdmin
    Password:
    sh jBASEAdmin ~ -->cd %JBCRELEASEDIR%
    sh jBASEAdmin D:\jBASE5\CurrentVersion -->cd config
    sh jBASEAdmin D:\jBASE5\CurrentVersion\config -->jdir
    22/06/23  12:15                  8,989 jagent_config
    22/06/23  17:24                    560 jbase_config.json
    22/06/23  17:24                  4,264 system.properties
                   3 File(s)         13,813 bytes
    sh jBASEAdmin D:\jBASE5\CurrentVersion\config -->cd %JBCGLOBALDIR%
    sh jBASEAdmin D:\jBASE5\global -->cd config
    sh jBASEAdmin D:\jBASE5\global\config -->jdir
    10/01/22  15:25                  6,996 audit_logging.json
    26/05/23  14:15                 13,510 Config_EMULATE
    22/06/23  17:24                 39,265 Config_EMULATE.txt


    20/12/21  16:30                  1,848 Config_EMULATE_jbased3

    10/01/22  15:25                  1,819 Config_TERM
    10/01/22  15:25                  8,989 jagent_config
    22/06/23  17:24                 25,423 jbase_config.json
    10/01/22  15:25                  2,383 jLibDefinition
    10/01/22  15:25                    583 jnet_access
    10/01/22  15:25                    885 jnet_config
    10/01/22  15:25                    333 jnet_env
    10/01/22  15:25                    332 jnet_map
    10/01/22  15:25                    983 jrfs_config
    10/01/22  15:25                  1,141 jshlogin
    10/01/22  15:25                 10,618 jspform_deflt
    10/01/22  15:25                  3,173 jspjobs_config
    10/01/22  15:25                  3,724 jspxl_deflt
    29/06/23  13:57                 57,344 jutil_ctrl
    10/01/22  15:30                 24,576 jutil_ctrl]D
                   22 File(s)        206,250 bytes

    ```

    This is an example of an ideal jBASE 5.8.x configuration, but it could be that your system has these files in both locations.

    Mike



    ------------------------------
    Mike Street
    Technical Support Engineer
    Rocket Internal - All Brands
    ------------------------------



  • 8.  RE: Print format problem

    Posted 06-29-2023 11:39
    Please see attached...I seem to have the files in the right place and don't
    have duplicate files that I can find. The directory/file structure is what
    the 5.8.5 install created and hasn't (...I don't believe) been changed.

    I have restarted the spooler a couple of times but have not restarted the
    server. Should that be necessary?

    On Thu, Jun 29, 2023 at 10:03 AM Mike Street via Rocket Forum <
    Mail@forum.rocketsoftware.com> wrote:

    > Marc, There is a problem with that page which needs to be fixed. On your
    > system, the notation would be "%JBCGLOBALDIR%" for the correct...
    > Invite your colleagues to join the Rocket Forum and grow our expert
    > network.
    > ------------------------------
    > [image: Rocket Software] <https: community.rocketsoftware.com="">
    > Rocket jBASE
    > <https: community.rocketsoftware.com/forums/forum-home/digestviewer?communitykey="b5553a66-f655-448c-95e6-cf00fc0af2ec">
    > Post New Message Online
    > <http: community.rocketsoftware.com/participate/postmessage?groupid="283">
    > Invite your colleagues to join the Rocket Forum and grow our expert
    > network. Share this link. <https: community.rocketsoftware.com/register="">
    > Re: Print format problem
    > <https: community.rocketsoftware.com/discussion/print-format-problem#bm62389589-8fe0-4846-b1be-01890770ca56="">
    > Reply to Group Online
    > <https: community.rocketsoftware.com/forums/all-discussions/postreply?messagekey="62389589-8fe0-4846-b1be-01890770ca56&ListKey=143b192f-654a-4ab0-9af1-65548fa12ea7"> Reply
    > to Group
    > <rocket_jbasestagingforum_62389589-8fe0-4846-b1be-01890770ca56@connectedcommunity.org?subject=re:+print+format+problem>
    > [image: Mike Street]
    > <https: community.rocketsoftware.com/network/members/profile?userkey="2d9d2aab-c21f-45df-8d3f-31a5ef3e31c3">
    > Jun 29, 2023 10:01 AM
    > Mike Street
    > <https: community.rocketsoftware.com/network/members/profile?userkey="2d9d2aab-c21f-45df-8d3f-31a5ef3e31c3">
    >
    > Marc,
    >
    > There is a problem with that page which needs to be fixed.
    >
    > On your system, the notation would be "%JBCGLOBALDIR%" for the correct
    > location of the file in jBASE 5.8.x, see this example:
    >
    > ```
    >
    > jBASE Telnetd Server
    >
    > User name: jBASEAdmin
    > Password:
    > sh jBASEAdmin ~ -->cd %JBCRELEASEDIR%
    > sh jBASEAdmin D:\jBASE5\CurrentVersion -->cd config
    > sh jBASEAdmin D:\jBASE5\CurrentVersion\config -->jdir
    > 22/06/23 12:15 8,989 jagent_config
    > 22/06/23 17:24 560 jbase_config.json
    > 22/06/23 17:24 4,264 system.properties
    > 3 File(s) 13,813 bytes
    > sh jBASEAdmin D:\jBASE5\CurrentVersion\config -->cd %JBCGLOBALDIR%
    > sh jBASEAdmin D:\jBASE5\global -->cd config
    > sh jBASEAdmin D:\jBASE5\global\config -->jdir
    > 10/01/22 15:25 6,996 audit_logging.json
    > 26/05/23 14:15 13,510 Config_EMULATE
    > 22/06/23 17:24 39,265 Config_EMULATE.txt
    >
    >
    > 20/12/21 16:30 1,848 Config_EMULATE_jbased3
    >
    > 10/01/22 15:25 1,819 Config_TERM
    > 10/01/22 15:25 8,989 jagent_config
    > 22/06/23 17:24 25,423 jbase_config.json
    > 10/01/22 15:25 2,383 jLibDefinition
    > 10/01/22 15:25 583 jnet_access
    > 10/01/22 15:25 885 jnet_config
    > 10/01/22 15:25 333 jnet_env
    > 10/01/22 15:25 332 jnet_map
    > 10/01/22 15:25 983 jrfs_config
    > 10/01/22 15:25 1,141 jshlogin
    > 10/01/22 15:25 10,618 jspform_deflt
    > 10/01/22 15:25 3,173 jspjobs_config
    > 10/01/22 15:25 3,724 jspxl_deflt
    > 29/06/23 13:57 57,344 jutil_ctrl
    > 10/01/22 15:30 24,576 jutil_ctrl]D
    > 22 File(s) 206,250 bytes
    >
    > ```
    >
    > This is an example of an ideal jBASE 5.8.x configuration, but it could be
    > that your system has these files in both locations.
    >
    > Mike
    >
    >
    > ------------------------------
    > Mike Street
    > Technical Support Engineer
    > Rocket Internal - All Brands
    > ------------------------------
    > *Reply to Group Online
    > <https: community.rocketsoftware.com/forums/all-discussions/postreply?messagekey="62389589-8fe0-4846-b1be-01890770ca56&ListKey=143b192f-654a-4ab0-9af1-65548fa12ea7">*
    > *View Thread
    > <https: community.rocketsoftware.com/discussion/print-format-problem#bm62389589-8fe0-4846-b1be-01890770ca56="">*
    > *Forward
    > <https: community.rocketsoftware.com/forums/all-discussions/forwardmessages?messagekey="62389589-8fe0-4846-b1be-01890770ca56&ListKey=143b192f-654a-4ab0-9af1-65548fa12ea7">*
    > *Post New Message Online
    > <http: community.rocketsoftware.com/participate/postmessage?groupid="283">*
    >
    > -------------------------------------------
    > Original Message:
    > Sent: 06-29-2023 09:47
    > From: Marc Zitcer
    > Subject: Print format problem
    >
    > I edited the jspform_deflt file in the config folder of my JBCGLOBALDIR,
    > which is c:\jBase\global.
    > My JBCSPOOLERDIR is c:\users\jspooler
    >
    > The configuration file location referenced in your link is
    > $JBCSPOOLERDIR$JBCGLOBALDIR/config.
    >
    > What directory/file location does $JBCSPOOLERDIR$JBCGLOBALDIR represent?
    >
    >
    >
    > On Thu, Jun 29, 2023 at 9:08 AM Mike Street via Rocket Forum <
    > Mail@forum.rocketsoftware.com> wrote:
    >
    > > Marc, >What am I missing?? See -> Configuration files (
    > rocketsoftware.com)
    > > Are you editing a file in the correct location? Mike --------...
    > > Invite your colleagues to join the Rocket Forum and grow our expert
    > > network.
    > > ------------------------------
    > > [image: Rocket Software]
    >
    >
    >
    > You are receiving this message because you followed the 'Print format
    > problem' message thread. To unsubscribe from this message thread, go to
    > Unsubscribe
    > <https: community.rocketsoftware.com/higherlogic/common/unfollow.aspx?userkey="e6921e1c-f3cf-44a5-b4b5-b7ac19af81b2&sKey=KeyRemoved&ItemKey=235171b9-6f00-49f8-b2ce-01890381bdcb">.
    >
    >
    > Update your email preferences
    > <https: community.rocketsoftware.com/go.aspx?c="Preferences§ion=email">
    > to choose the types of email you receive
    >
    > Unsubscribe from all participation emails
    > <https: community.rocketsoftware.com/higherlogic/egroups/unsubscribe.aspx?userkey="e6921e1c-f3cf-44a5-b4b5-b7ac19af81b2&sKey=KeyRemoved&mClass=Social">
    >




  • 9.  RE: Print format problem

    Posted 06-29-2023 11:44
    Apparently the attached file did not go through. Here is the jdir output.

    jsh Marc ~ -->cd %JBCRELEASEDIR%
    jsh Marc C:\JBASE\5.8.5 -->CD CONFIG
    jsh Marc C:\JBASE\5.8.5\CONFIG -->JDIR
    02/04/22 08:26 646 jbase_config.json
    01/14/22 17:42 3,204 system.properties
    2 File(s) 3,850 bytes

    jsh Marc C:\ -->cd %JBCGLOBALDIR%
    jsh Marc C:\jBASE\global -->CD CONFIG
    jsh Marc C:\jBASE\global\CONFIG -->JDIR
    02/04/22 08:26 6,996 audit_logging.json
    02/04/22 08:26 11,588 Config_EMULATE
    02/04/22 08:26 37,108 Config_EMULATE.txt
    02/04/22 08:26 1,819 Config_TERM
    02/04/22 08:26 8,989 jagent_config
    03/29/22 06:25 25,187 jbase_config.json
    03/24/22 23:54 33,567 jbase_config.json.bad
    02/04/22 08:26 2,383 jLibDefinition
    02/04/22 08:26 583 jnet_access
    02/04/22 08:26 885 jnet_config
    02/04/22 08:26 333 jnet_env
    02/04/22 08:26 332 jnet_map
    02/04/22 08:26 983 jrfs_config
    02/04/22 08:26 1,141 jshlogin
    06/29/23 17:23 10,642 jspform_deflt
    06/28/23 19:35 35 jspform_normal
    02/04/22 08:26 3,173 jspjobs_config
    02/04/22 08:26 3,724 jspxl_deflt
    06/29/23 20:19 57,344 jutil_ctrl
    02/04/22 08:27 24,576 jutil_ctrl]D
    20 File(s) 231,388 bytes


    On Thu, Jun 29, 2023 at 11:37 AM Marc Zitcer <mzitcer@gmail.com> wrote:

    > Please see attached...I seem to have the files in the right place and
    > don't have duplicate files that I can find. The directory/file structure
    > is what the 5.8.5 install created and hasn't (...I don't believe) been
    > changed.
    >
    > I have restarted the spooler a couple of times but have not restarted the
    > server. Should that be necessary?
    >
    > On Thu, Jun 29, 2023 at 10:03 AM Mike Street via Rocket Forum <
    > Mail@forum.rocketsoftware.com> wrote:
    >
    >> Marc, There is a problem with that page which needs to be fixed. On your
    >> system, the notation would be "%JBCGLOBALDIR%" for the correct...
    >> Invite your colleagues to join the Rocket Forum and grow our expert
    >> network.
    >> ------------------------------
    >> [image: Rocket Software] <https: community.rocketsoftware.com="">
    >> Rocket jBASE
    >> <https: community.rocketsoftware.com/forums/forum-home/digestviewer?communitykey="b5553a66-f655-448c-95e6-cf00fc0af2ec">
    >> Post New Message Online
    >> <http: community.rocketsoftware.com/participate/postmessage?groupid="283">
    >> Invite your colleagues to join the Rocket Forum and grow our expert
    >> network. Share this link. <https: community.rocketsoftware.com/register="">
    >> Re: Print format problem
    >> <https: community.rocketsoftware.com/discussion/print-format-problem#bm62389589-8fe0-4846-b1be-01890770ca56="">
    >> Reply to Group Online
    >> <https: community.rocketsoftware.com/forums/all-discussions/postreply?messagekey="62389589-8fe0-4846-b1be-01890770ca56&ListKey=143b192f-654a-4ab0-9af1-65548fa12ea7"> Reply
    >> to Group
    >> <rocket_jbasestagingforum_62389589-8fe0-4846-b1be-01890770ca56@connectedcommunity.org?subject=re:+print+format+problem>
    >> [image: Mike Street]
    >> <https: community.rocketsoftware.com/network/members/profile?userkey="2d9d2aab-c21f-45df-8d3f-31a5ef3e31c3">
    >> Jun 29, 2023 10:01 AM
    >> Mike Street
    >> <https: community.rocketsoftware.com/network/members/profile?userkey="2d9d2aab-c21f-45df-8d3f-31a5ef3e31c3">
    >>
    >> Marc,
    >>
    >> There is a problem with that page which needs to be fixed.
    >>
    >> On your system, the notation would be "%JBCGLOBALDIR%" for the correct
    >> location of the file in jBASE 5.8.x, see this example:
    >>
    >> ```
    >>
    >> jBASE Telnetd Server
    >>
    >> User name: jBASEAdmin
    >> Password:
    >> sh jBASEAdmin ~ -->cd %JBCRELEASEDIR%
    >> sh jBASEAdmin D:\jBASE5\CurrentVersion -->cd config
    >> sh jBASEAdmin D:\jBASE5\CurrentVersion\config -->jdir
    >> 22/06/23 12:15 8,989 jagent_config
    >> 22/06/23 17:24 560 jbase_config.json
    >> 22/06/23 17:24 4,264 system.properties
    >> 3 File(s) 13,813 bytes
    >> sh jBASEAdmin D:\jBASE5\CurrentVersion\config -->cd %JBCGLOBALDIR%
    >> sh jBASEAdmin D:\jBASE5\global -->cd config
    >> sh jBASEAdmin D:\jBASE5\global\config -->jdir
    >> 10/01/22 15:25 6,996 audit_logging.json
    >> 26/05/23 14:15 13,510 Config_EMULATE
    >> 22/06/23 17:24 39,265 Config_EMULATE.txt
    >>
    >>
    >> 20/12/21 16:30 1,848 Config_EMULATE_jbased3
    >>
    >> 10/01/22 15:25 1,819 Config_TERM
    >> 10/01/22 15:25 8,989 jagent_config
    >> 22/06/23 17:24 25,423 jbase_config.json
    >> 10/01/22 15:25 2,383 jLibDefinition
    >> 10/01/22 15:25 583 jnet_access
    >> 10/01/22 15:25 885 jnet_config
    >> 10/01/22 15:25 333 jnet_env
    >> 10/01/22 15:25 332 jnet_map
    >> 10/01/22 15:25 983 jrfs_config
    >> 10/01/22 15:25 1,141 jshlogin
    >> 10/01/22 15:25 10,618 jspform_deflt
    >> 10/01/22 15:25 3,173 jspjobs_config
    >> 10/01/22 15:25 3,724 jspxl_deflt
    >> 29/06/23 13:57 57,344 jutil_ctrl
    >> 10/01/22 15:30 24,576 jutil_ctrl]D
    >> 22 File(s) 206,250 bytes
    >>
    >> ```
    >>
    >> This is an example of an ideal jBASE 5.8.x configuration, but it could be
    >> that your system has these files in both locations.
    >>
    >> Mike
    >>
    >>
    >> ------------------------------
    >> Mike Street
    >> Technical Support Engineer
    >> Rocket Internal - All Brands
    >> ------------------------------
    >> *Reply to Group Online
    >> <https: community.rocketsoftware.com/forums/all-discussions/postreply?messagekey="62389589-8fe0-4846-b1be-01890770ca56&ListKey=143b192f-654a-4ab0-9af1-65548fa12ea7">*
    >> *View Thread
    >> <https: community.rocketsoftware.com/discussion/print-format-problem#bm62389589-8fe0-4846-b1be-01890770ca56="">*
    >> *Forward
    >> <https: community.rocketsoftware.com/forums/all-discussions/forwardmessages?messagekey="62389589-8fe0-4846-b1be-01890770ca56&ListKey=143b192f-654a-4ab0-9af1-65548fa12ea7">*
    >> *Post New Message Online
    >> <http: community.rocketsoftware.com/participate/postmessage?groupid="283">*
    >>
    >> -------------------------------------------
    >> Original Message:
    >> Sent: 06-29-2023 09:47
    >> From: Marc Zitcer
    >> Subject: Print format problem
    >>
    >> I edited the jspform_deflt file in the config folder of my JBCGLOBALDIR,
    >> which is c:\jBase\global.
    >> My JBCSPOOLERDIR is c:\users\jspooler
    >>
    >> The configuration file location referenced in your link is
    >> $JBCSPOOLERDIR$JBCGLOBALDIR/config.
    >>
    >> What directory/file location does $JBCSPOOLERDIR$JBCGLOBALDIR represent?
    >>
    >>
    >>
    >> On Thu, Jun 29, 2023 at 9:08 AM Mike Street via Rocket Forum <
    >> Mail@forum.rocketsoftware.com> wrote:
    >>
    >> > Marc, >What am I missing?? See -> Configuration files (
    >> rocketsoftware.com)
    >> > Are you editing a file in the correct location? Mike --------...
    >> > Invite your colleagues to join the Rocket Forum and grow our expert
    >> > network.
    >> > ------------------------------
    >> > [image: Rocket Software]
    >>
    >>
    >>
    >> You are receiving this message because you followed the 'Print format
    >> problem' message thread. To unsubscribe from this message thread, go to
    >> Unsubscribe
    >> <https: community.rocketsoftware.com/higherlogic/common/unfollow.aspx?userkey="e6921e1c-f3cf-44a5-b4b5-b7ac19af81b2&sKey=KeyRemoved&ItemKey=235171b9-6f00-49f8-b2ce-01890381bdcb">.
    >>
    >>
    >> Update your email preferences
    >> <https: community.rocketsoftware.com/go.aspx?c="Preferences§ion=email">
    >> to choose the types of email you receive
    >>
    >> Unsubscribe from all participation emails
    >> <https: community.rocketsoftware.com/higherlogic/egroups/unsubscribe.aspx?userkey="e6921e1c-f3cf-44a5-b4b5-b7ac19af81b2&sKey=KeyRemoved&mClass=Social">
    >>
    >




  • 10.  RE: Print format problem

    Posted 06-29-2023 11:53
    Please see attached...I seem to have the files in the right place and don't
    have duplicate files that I can find. The directory/file structure is what
    the 5.8.5 install created and hasn't (...I don't believe) been changed.

    I have restarted the spooler a couple of times but have not restarted the
    server. Should that be necessary?

    On Thu, Jun 29, 2023 at 10:03 AM Mike Street via Rocket Forum <
    Mail@forum.rocketsoftware.com> wrote:

    > Marc, There is a problem with that page which needs to be fixed. On your
    > system, the notation would be "%JBCGLOBALDIR%" for the correct...
    > Invite your colleagues to join the Rocket Forum and grow our expert
    > network.
    > ------------------------------
    > [image: Rocket Software] <https: community.rocketsoftware.com="">
    > Rocket jBASE
    > <https: community.rocketsoftware.com/forums/forum-home/digestviewer?communitykey="b5553a66-f655-448c-95e6-cf00fc0af2ec">
    > Post New Message Online
    > <http: community.rocketsoftware.com/participate/postmessage?groupid="283">
    > Invite your colleagues to join the Rocket Forum and grow our expert
    > network. Share this link. <https: community.rocketsoftware.com/register="">
    > Re: Print format problem
    > <https: community.rocketsoftware.com/discussion/print-format-problem#bm62389589-8fe0-4846-b1be-01890770ca56="">
    > Reply to Group Online
    > <https: community.rocketsoftware.com/forums/all-discussions/postreply?messagekey="62389589-8fe0-4846-b1be-01890770ca56&ListKey=143b192f-654a-4ab0-9af1-65548fa12ea7"> Reply
    > to Group
    > <rocket_jbasestagingforum_62389589-8fe0-4846-b1be-01890770ca56@connectedcommunity.org?subject=re:+print+format+problem>
    > [image: Mike Street]
    > <https: community.rocketsoftware.com/network/members/profile?userkey="2d9d2aab-c21f-45df-8d3f-31a5ef3e31c3">
    > Jun 29, 2023 10:01 AM
    > Mike Street
    > <https: community.rocketsoftware.com/network/members/profile?userkey="2d9d2aab-c21f-45df-8d3f-31a5ef3e31c3">
    >
    > Marc,
    >
    > There is a problem with that page which needs to be fixed.
    >
    > On your system, the notation would be "%JBCGLOBALDIR%" for the correct
    > location of the file in jBASE 5.8.x, see this example:
    >
    > ```
    >
    > jBASE Telnetd Server
    >
    > User name: jBASEAdmin
    > Password:
    > sh jBASEAdmin ~ -->cd %JBCRELEASEDIR%
    > sh jBASEAdmin D:\jBASE5\CurrentVersion -->cd config
    > sh jBASEAdmin D:\jBASE5\CurrentVersion\config -->jdir
    > 22/06/23 12:15 8,989 jagent_config
    > 22/06/23 17:24 560 jbase_config.json
    > 22/06/23 17:24 4,264 system.properties
    > 3 File(s) 13,813 bytes
    > sh jBASEAdmin D:\jBASE5\CurrentVersion\config -->cd %JBCGLOBALDIR%
    > sh jBASEAdmin D:\jBASE5\global -->cd config
    > sh jBASEAdmin D:\jBASE5\global\config -->jdir
    > 10/01/22 15:25 6,996 audit_logging.json
    > 26/05/23 14:15 13,510 Config_EMULATE
    > 22/06/23 17:24 39,265 Config_EMULATE.txt
    >
    >
    > 20/12/21 16:30 1,848 Config_EMULATE_jbased3
    >
    > 10/01/22 15:25 1,819 Config_TERM
    > 10/01/22 15:25 8,989 jagent_config
    > 22/06/23 17:24 25,423 jbase_config.json
    > 10/01/22 15:25 2,383 jLibDefinition
    > 10/01/22 15:25 583 jnet_access
    > 10/01/22 15:25 885 jnet_config
    > 10/01/22 15:25 333 jnet_env
    > 10/01/22 15:25 332 jnet_map
    > 10/01/22 15:25 983 jrfs_config
    > 10/01/22 15:25 1,141 jshlogin
    > 10/01/22 15:25 10,618 jspform_deflt
    > 10/01/22 15:25 3,173 jspjobs_config
    > 10/01/22 15:25 3,724 jspxl_deflt
    > 29/06/23 13:57 57,344 jutil_ctrl
    > 10/01/22 15:30 24,576 jutil_ctrl]D
    > 22 File(s) 206,250 bytes
    >
    > ```
    >
    > This is an example of an ideal jBASE 5.8.x configuration, but it could be
    > that your system has these files in both locations.
    >
    > Mike
    >
    >
    > ------------------------------
    > Mike Street
    > Technical Support Engineer
    > Rocket Internal - All Brands
    > ------------------------------
    > *Reply to Group Online
    > <https: community.rocketsoftware.com/forums/all-discussions/postreply?messagekey="62389589-8fe0-4846-b1be-01890770ca56&ListKey=143b192f-654a-4ab0-9af1-65548fa12ea7">*
    > *View Thread
    > <https: community.rocketsoftware.com/discussion/print-format-problem#bm62389589-8fe0-4846-b1be-01890770ca56="">*
    > *Forward
    > <https: community.rocketsoftware.com/forums/all-discussions/forwardmessages?messagekey="62389589-8fe0-4846-b1be-01890770ca56&ListKey=143b192f-654a-4ab0-9af1-65548fa12ea7">*
    > *Post New Message Online
    > <http: community.rocketsoftware.com/participate/postmessage?groupid="283">*
    >
    > -------------------------------------------
    > Original Message:
    > Sent: 06-29-2023 09:47
    > From: Marc Zitcer
    > Subject: Print format problem
    >
    > I edited the jspform_deflt file in the config folder of my JBCGLOBALDIR,
    > which is c:\jBase\global.
    > My JBCSPOOLERDIR is c:\users\jspooler
    >
    > The configuration file location referenced in your link is
    > $JBCSPOOLERDIR$JBCGLOBALDIR/config.
    >
    > What directory/file location does $JBCSPOOLERDIR$JBCGLOBALDIR represent?
    >
    >
    >
    > On Thu, Jun 29, 2023 at 9:08 AM Mike Street via Rocket Forum <
    > Mail@forum.rocketsoftware.com> wrote:
    >
    > > Marc, >What am I missing?? See -> Configuration files (
    > rocketsoftware.com)
    > > Are you editing a file in the correct location? Mike --------...
    > > Invite your colleagues to join the Rocket Forum and grow our expert
    > > network.
    > > ------------------------------
    > > [image: Rocket Software]
    >
    >
    >
    > You are receiving this message because you followed the 'Print format
    > problem' message thread. To unsubscribe from this message thread, go to
    > Unsubscribe
    > <https: community.rocketsoftware.com/higherlogic/common/unfollow.aspx?userkey="e6921e1c-f3cf-44a5-b4b5-b7ac19af81b2&sKey=KeyRemoved&ItemKey=235171b9-6f00-49f8-b2ce-01890381bdcb">.
    >
    >
    > Update your email preferences
    > <https: community.rocketsoftware.com/go.aspx?c="Preferences§ion=email">
    > to choose the types of email you receive
    >
    > Unsubscribe from all participation emails
    > <https: community.rocketsoftware.com/higherlogic/egroups/unsubscribe.aspx?userkey="e6921e1c-f3cf-44a5-b4b5-b7ac19af81b2&sKey=KeyRemoved&mClass=Social">
    >




  • 11.  RE: Print format problem

    ROCKETEER
    Posted 06-29-2023 11:56

    Marc,

    This is getting to the stage where you should be submitting a ticket to jBASE Support (zs-support@rocketsoftware..com)

    Mike



    ------------------------------
    Mike Street
    Technical Support Engineer
    Rocket Internal - All Brands
    ------------------------------



  • 12.  RE: Print format problem

    Posted 06-29-2023 12:23
    If you can confirm that my files are in the right place (so I don't look
    like a complete idiot putting a service ticket) I would appreciate it...

    On Thu, Jun 29, 2023 at 11:57 AM Mike Street via Rocket Forum <
    Mail@forum.rocketsoftware.com> wrote:

    > Marc, This is getting to the stage where you should be submitting a ticket
    > to jBASE Support (zs-support@rocketsoftware..com) Mike ----------...
    > -posted to the "Rocket jBASE" forum
    > Invite your colleagues to join the Rocket Forum and grow our expert
    > network.
    > ------------------------------
    > [image: Rocket Software] <https: community.rocketsoftware.com="">
    > Rocket jBASE
    > <https: community.rocketsoftware.com/forums/forum-home/digestviewer?communitykey="b5553a66-f655-448c-95e6-cf00fc0af2ec">
    > Post New Message Online
    > <http: community.rocketsoftware.com/participate/postmessage?groupid="283">
    > Invite your colleagues to join the Rocket Forum and grow our expert
    > network. Share this link. <https: community.rocketsoftware.com/register="">
    > Re: Print format problem
    > <https: community.rocketsoftware.com/discussion/print-format-problem#bm0edfb9ed-509f-4b81-9d1b-018907dd785d="">
    > Reply to Group Online
    > <https: community.rocketsoftware.com/forums/all-discussions/postreply?messagekey="0edfb9ed-509f-4b81-9d1b-018907dd785d&ListKey=143b192f-654a-4ab0-9af1-65548fa12ea7"> Reply
    > to Group
    > <rocket_jbasestagingforum_0edfb9ed-509f-4b81-9d1b-018907dd785d@connectedcommunity.org?subject=re:+print+format+problem>
    > [image: Mike Street]
    > <https: community.rocketsoftware.com/network/members/profile?userkey="2d9d2aab-c21f-45df-8d3f-31a5ef3e31c3">
    > Jun 29, 2023 11:56 AM
    > Mike Street
    > <https: community.rocketsoftware.com/network/members/profile?userkey="2d9d2aab-c21f-45df-8d3f-31a5ef3e31c3">
    >
    > Marc,
    >
    > This is getting to the stage where you should be submitting a ticket to
    > jBASE Support (zs-support@rocketsoftware..com)
    >
    > Mike
    >
    >
    > ------------------------------
    > Mike Street
    > Technical Support Engineer
    > Rocket Internal - All Brands
    > ------------------------------
    > *Reply to Group Online
    > <https: community.rocketsoftware.com/forums/all-discussions/postreply?messagekey="0edfb9ed-509f-4b81-9d1b-018907dd785d&ListKey=143b192f-654a-4ab0-9af1-65548fa12ea7">*
    > *View Thread
    > <https: community.rocketsoftware.com/discussion/print-format-problem#bm0edfb9ed-509f-4b81-9d1b-018907dd785d="">*
    > *Forward
    > <https: community.rocketsoftware.com/forums/all-discussions/forwardmessages?messagekey="0edfb9ed-509f-4b81-9d1b-018907dd785d&ListKey=143b192f-654a-4ab0-9af1-65548fa12ea7">*
    > *Post New Message Online
    > <http: community.rocketsoftware.com/participate/postmessage?groupid="283">*
    >
    > -------------------------------------------
    > Original Message:
    > Sent: 06-29-2023 11:37
    > From: Marc Zitcer
    > Subject: Print format problem
    >
    > Please see attached...I seem to have the files in the right place and don't
    > have duplicate files that I can find. The directory/file structure is what
    > the 5.8.5 install created and hasn't (...I don't believe) been changed.
    >
    > I have restarted the spooler a couple of times but have not restarted the
    > server. Should that be necessary?
    >
    > On Thu, Jun 29, 2023 at 10:03 AM Mike Street via Rocket Forum <
    > Mail@forum.rocketsoftware.com> wrote:
    >
    > > Marc, There is a problem with that page which needs to be fixed. On your
    > > system, the notation would be "%JBCGLOBALDIR%" for the correct...
    > > Invite your colleagues to join the Rocket Forum and grow our expert
    > > network.
    > > ------------------------------
    > > [image: Rocket Software]
    >
    >
    >
    > You are receiving this message because you followed the 'Print format
    > problem' message thread. To unsubscribe from this message thread, go to
    > Unsubscribe
    > <https: community.rocketsoftware.com/higherlogic/common/unfollow.aspx?userkey="e6921e1c-f3cf-44a5-b4b5-b7ac19af81b2&sKey=KeyRemoved&ItemKey=235171b9-6f00-49f8-b2ce-01890381bdcb">.
    >
    >
    > Update your email preferences
    > <https: community.rocketsoftware.com/go.aspx?c="Preferences§ion=email">
    > to choose the types of email you receive
    >
    > Unsubscribe from all participation emails
    > <https: community.rocketsoftware.com/higherlogic/egroups/unsubscribe.aspx?userkey="e6921e1c-f3cf-44a5-b4b5-b7ac19af81b2&sKey=KeyRemoved&mClass=Social">
    >




  • 13.  RE: Print format problem

    ROCKETEER
    Posted 06-29-2023 12:41

    Marc,

    Your files appear to be in the correct place, but that doesn't necessarily tell the whole story.

    Mike



    ------------------------------
    Mike Street
    Technical Support Engineer
    Rocket Internal - All Brands
    ------------------------------



  • 14.  RE: Print format problem

    Posted 06-29-2023 15:42
    SETPTR 0,132,60,,

    On Thu, Jun 29, 2023 at 12:43 PM Mike Street via Rocket Forum <
    Mail@forum.rocketsoftware.com> wrote:

    > Marc, Your files appear to be in the correct place, but that doesn't
    > necessarily tell the whole story. Mike ------------------------------...
    > Invite your colleagues to join the Rocket Forum and grow our expert
    > network.
    > ------------------------------
    > [image: Rocket Software] <https: community.rocketsoftware.com="">
    > Rocket jBASE
    > <https: community.rocketsoftware.com/forums/forum-home/digestviewer?communitykey="b5553a66-f655-448c-95e6-cf00fc0af2ec">
    > Post New Message Online
    > <http: community.rocketsoftware.com/participate/postmessage?groupid="283">
    > Invite your colleagues to join the Rocket Forum and grow our expert
    > network. Share this link. <https: community.rocketsoftware.com/register="">
    > Re: Print format problem
    > <https: community.rocketsoftware.com/discussion/print-format-problem#bm685d6dd5-3e0c-4d2a-9770-01890805d0bb="">
    > Reply to Group Online
    > <https: community.rocketsoftware.com/forums/all-discussions/postreply?messagekey="685d6dd5-3e0c-4d2a-9770-01890805d0bb&ListKey=143b192f-654a-4ab0-9af1-65548fa12ea7"> Reply
    > to Group
    > <rocket_jbasestagingforum_685d6dd5-3e0c-4d2a-9770-01890805d0bb@connectedcommunity.org?subject=re:+print+format+problem>
    > [image: Mike Street]
    > <https: community.rocketsoftware.com/network/members/profile?userkey="2d9d2aab-c21f-45df-8d3f-31a5ef3e31c3">
    > Jun 29, 2023 12:41 PM
    > Mike Street
    > <https: community.rocketsoftware.com/network/members/profile?userkey="2d9d2aab-c21f-45df-8d3f-31a5ef3e31c3">
    >
    > Marc,
    >
    > Your files appear to be in the correct place, but that doesn't necessarily
    > tell the whole story.
    >
    > Mike
    >
    >
    > ------------------------------
    > Mike Street
    > Technical Support Engineer
    > Rocket Internal - All Brands
    > ------------------------------
    > *Reply to Group Online
    > <https: community.rocketsoftware.com/forums/all-discussions/postreply?messagekey="685d6dd5-3e0c-4d2a-9770-01890805d0bb&ListKey=143b192f-654a-4ab0-9af1-65548fa12ea7">*
    > *View Thread
    > <https: community.rocketsoftware.com/discussion/print-format-problem#bm685d6dd5-3e0c-4d2a-9770-01890805d0bb="">*
    > *Forward
    > <https: community.rocketsoftware.com/forums/all-discussions/forwardmessages?messagekey="685d6dd5-3e0c-4d2a-9770-01890805d0bb&ListKey=143b192f-654a-4ab0-9af1-65548fa12ea7">*
    > *Post New Message Online
    > <http: community.rocketsoftware.com/participate/postmessage?groupid="283">*
    >
    > -------------------------------------------
    > Original Message:
    > Sent: 06-29-2023 12:22
    > From: Marc Zitcer
    > Subject: Print format problem
    >
    > If you can confirm that my files are in the right place (so I don't look
    > like a complete idiot putting a service ticket) I would appreciate it...
    >
    > On Thu, Jun 29, 2023 at 11:57 AM Mike Street via Rocket Forum <
    > Mail@forum.rocketsoftware.com> wrote:
    >
    > > Marc, This is getting to the stage where you should be submitting a
    > ticket
    > > to jBASE Support (zs-support@rocketsoftware..com) Mike ----------...
    > > -posted to the "Rocket jBASE" forum
    > > Invite your colleagues to join the Rocket Forum and grow our expert
    > > network.
    > > ------------------------------
    > > [image: Rocket Software]
    >
    >
    >
    > You are receiving this message because you followed the 'Print format
    > problem' message thread. To unsubscribe from this message thread, go to
    > Unsubscribe
    > <https: community.rocketsoftware.com/higherlogic/common/unfollow.aspx?userkey="e6921e1c-f3cf-44a5-b4b5-b7ac19af81b2&sKey=KeyRemoved&ItemKey=235171b9-6f00-49f8-b2ce-01890381bdcb">.
    >
    >
    > Update your email preferences
    > <https: community.rocketsoftware.com/go.aspx?c="Preferences§ion=email">
    > to choose the types of email you receive
    >
    > Unsubscribe from all participation emails
    > <https: community.rocketsoftware.com/higherlogic/egroups/unsubscribe.aspx?userkey="e6921e1c-f3cf-44a5-b4b5-b7ac19af81b2&sKey=KeyRemoved&mClass=Social">
    >