Saltar al contenido principal

Búsqueda

Búsqueda

Integration Builder

Comentarios

6 comentarios

  • Avatar
    pthane

    How are you specifying the printer to use? In the trigger file or in the Integration? BarTender on the 2nd server would need to have access to the printers with them either installed locally or installed as a share from elsewhere but this may change the name of them and so could effect the printer calls in the integration.

    If you open up History Explorer on the 2nd server you maybe able to see some messages relating to the integrations and so this may give you a clue about any issues that you have. 

    0
  • Avatar
    Stephanie Foley

    The printer is assigned within the Bartender template.

    Bartender on the 2nd server has the printer installed as a share from server 1.  The sharename is

    The history explorer is new to me! Thanks.   I ran the job and it shows a warning on Field 175, but you can see I do have a field 175 with data.  I do have a script written for that field:

    If Field("CRAELofficeShp220.CRAELofficeShp220.Field 175")<>"" AND Field("CRAELofficeShp220.CRAELofficeShp220.Field 175")<>" " AND Field("CRAELofficeShp220.CRAELofficeShp220.Field 175")<>"NULL" Then
       value = "." & Field("CRAELofficeShp220.CRAELofficeShp220.Field 175")
    Else
       value = Field("CRAELofficeShp220.CRAELofficeShp220.Field 59")
    End If

     

    It is a barcode field.

     

    Any suggestions will be much appreciated.  Thanks in advance.

    0
  • Avatar
    pthane

    It looks like BarTender is waiting for an input that the user cannot give. 

    Open Designer on the server and from the Administer menu select the Message Setup option.

    Use the search bar to find the message (it is not appearing in BT2022 from what I can see) and untick the Dialog box option and change the default reply to Yes and see what that does.

    This could be the same message but it seems to refer to Global Data Fields but is in the Database section:

    0
  • Avatar
    pthane

    ...sorry I meant to add you may get better overall performance by using Seagull's Zebra drivers rather than the ZDesigner variants that Windows likes to install as defaults. Probably best not to change these yet though, sort out the above printing issue first!

    0
  • Avatar
    Stephanie Foley

    Thanks ..that did get me a little further!!  Now it seems it may be renaming the .txt file before the job actually gets to the printer.  I am able to preview and print the label successfully from Bartender, so I do have permissions/access, but I get this error when the integration process runs.

    0
  • Avatar
    pthane

    I could be wrong but that looks to be more of a permissions issue. You may want to adjust the credentials used in the Integration file to one that has full network privileges. By default the Integration will run using a Local System account and these often do not have enough rights to access network resources etc.

    0

Iniciar sesión para dejar un comentario.