Printer selection dialog on client

I have to fire a print out from a jsp page.
I am using java.awt.PrinterJob, Printable and Book classes for the print.
When I call the PrinterJob.printDialog(), the Printer Proerties selection box
is popped on the server.
Is there any way I can pop up the printer selection dialog box on the client machine?
Thanks

You won't be able to use a java class to open anything on your client.
Your java program runs on a server and builds HTML for the client browser. You can either do as Zetor suggested and put print functionality in an applet, or include javascript in the HTML page you build that will do your printing.

Similar Messages

  • Printer selection dialog on client by servlet

    I have to fire a print out from a jsp page.
    I am using java.awt.PrinterJob, Printable and Book classes for the print.
    When I call the PrinterJob.printDialog(), the Printer Proerties selection box
    is popped on the server.
    Is there any way I can pop up the printer selection dialog box on the client machine?
    Thanks

    Servlets is executed in the server, for that reason it appears to you the window of impression in the server, and not in the client.
    In order to print in the client I suggest one to you of these 2 solutions:
    First solution: When the user wants to print something, he creates a new window of the browser with a page HTML that contains what you want to print and to print it from there with javascript. Something complicated if it is not known like doing it. See the javascript code window.print();
    Second solution: To use the program Crystal Reports. The quality is excellent, but it is necessary to buy it.
    greetings.

  • Printer Selection Dialog

    (Have moved this topic from business objects forums)
    Hi Gents,
    Firstly I hope am I posting in the right place.
    My Company recently upgrade our Jiwa Financial software package and part of this package includes a new version of Crystal Reports viewer, install folder says "BusinessObjects Enterprise 11"
    Previously when we generated a report with the older viewer it automatically printed based on the printer setup from our program settings
    The new version however does not, i have been in contact with Jiwa and they have stated its a change to the new viewer and they cannot help.
    So essentially I'm looking to find a way to suppress the printer selection dialog box
    I have hunted around and I found the following code for the report and printer generation.
    <Resources>
    <Printers>
    <Printer Key="1" Default="False">
    <LogicalName>Default</LogicalName>
    <DeviceName>infotec 2122 tray 2</DeviceName>
    <DriverName>winspool</DriverName>
    <Port>Ne02:</Port>
    </Printer>
    <Printer Default="True" Key="k2"><LogicalName>InvoicePrinter</LogicalName><DeviceName>AL-C1100 (Front counter)</DeviceName><DriverName>winspool</DriverName><Port>Ne05:</Port></Printer></Printers>
    </Resources>
    <SalesOrderReports LastKey="7">
    <ShipAndBill>
    <Report Key="7">
    <Name>Tax Invoice (Office)</Name><TradingCategory>Any</TradingCategory>
    <Path>J:\JiwaShared\Reports</Path>
    <File>NS_SALES INVOICE OFFICE.RPT</File>
    <Type>Invoice</Type>
    <LogicalPrinterName>InvoicePrinter,winspool,Ne05:,1,0,0,0,0</LogicalPrinterName>
    <NumberOfCopies>1</NumberOfCopies>
    <UseRange>False</UseRange>
    <RangeType>Cubic</RangeType>
    <MinRange>0</MinRange>
    <MaxRange>0</MaxRange>
    <BackorderStatus>Any</BackorderStatus>
    </Report>
    <Report Key="2">
    <Name>Tax Invoice</Name>
    <TradingCategory>Any</TradingCategory>
    <Path>J:\JiwaShared\Reports</Path>
    <File>NS_Sales Invoice.rpt</File>
    <Type>Invoice</Type>
    <LogicalPrinterName>InvoicePrinter</LogicalPrinterName>
    <NumberOfCopies>1</NumberOfCopies>
    <UseRange>False</UseRange>
    <RangeType/>
    <MinRange>0</MinRange>
    <MaxRange>0</MaxRange>
    <BackorderStatus>Any</BackorderStatus>
    </Report>
    <Report Key="1">
    <Name>Picking Slip</Name>
    <TradingCategory>Any</TradingCategory>
    <Path>J:\JiwaShared\Reports</Path>
    <File>NS_PICKING SLIP.RPT</File>
    <Type>Picking Sheet</Type>
    <LogicalPrinterName>InvoicePrinter</LogicalPrinterName>
    <NumberOfCopies>1</NumberOfCopies>
    <UseRange>False</UseRange>
    <RangeType/>
    <MinRange>0</MinRange>
    <MaxRange>0</MaxRange>
    <BackorderStatus>Any</BackorderStatus>
    </Report>
    </ShipAndBill>
    Is there anything I can do in this code that may allow me to just use the printer settings rather then asking for a dialog box to select the printer each time?
    Thanks in advance
    Robin

    Those don't look like Crystal/Business Objects config, but rather, something the Jiwa app is using. 
    Crystal SDKs provide both printing methods and viewer methods, where the viewer has a 'print button' that brings up the printer dialog box.
    Since you don't have code-level access to the Jiwa application, it's not something you'd be able to customize directly.
    Sincerely,
    Ted Ueda

  • Open a printer selection dialog

    hi,
    I've installed oracleAS 10g, and I would like to open a printer selection dialog in an application form.
    I know that I can't use a JavaBean because of my version of JInitiator -1.3.1.17-, which not supported javax.print package.
    I know that I can't use WebUtil because there isn't function which do it.
    Have you pplease a solution ?
    Thank you for your help.
    Thomas

    Hi Frank,
    I am using developer 9.0.4. Can you explain the javax.print package in detail so that i can work on the printer selection dialog window, since i too am facing the same problem.
    i unable to adjust the paper size in character mode while printing, as we do not have the preview of the character mode print in the version that i am using, the out is directly taken to the printer, and does not give the option of selecting the paper size. ( paper size is 8"x6").
    hope you got wht is the problem.
    please let me know your suggestions ASAP.
    Thanks,
    Bahsar

  • Printer selection in Forms 10g

    Hello,
    I am looking for a suggestion, to realize a printer selection in Forms 10g.
    For a migration I have to replace the command
    win_api_dialog.select_printer with something similar.
    Some threads suggest to implement a java class.
    Under
    How i select printer in Forms9i
    exist an example.
    The implementation there is based on the JDK 1.4.
    I need an implementation based on JDK 1.3.
    Inside of the JDK 1.3 exist only a simple printer dialog.
    (compare http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4645377 )
    Probably exist the option to use the C-API of WebUtil. The C-API could be used to start a printer dialog of a dll. I like to avoid this option, but if you an example for that option, I appreciate to see an example for that.
    In all other respects, I hope on your suggestions.

    I invest some more time on that topic, but did not found a solution to display a printer selection on the client.
    The only thing that i found in forum was that you can read the standard printer out the registry. But I would need all local installed printers.
    I hope on your help.

  • I'm using an iMac running Os X Yosemite, Photoshop CS5 Extended, R2880 Epson printer  In the Print Settings dialog box, I can't select Color, Advanced BW or Grayscale unless I select "Printer Manages Color". The pull down menu is grayed out. Even with "pr

    I’m using an iMac running Os X Yosemite, Photoshop CS5 Extended, R2880 Epson printer  In the Print Settings dialog box, I can’t select Color, Advanced BW or Grayscale unless I select “Printer Manages Color”. The pull down menu is grayed out. Even with “printer manages color” the tif or jpg image comes out in color overlaid with black. (See example - printer1. image on left is close to what it should be). Photoshop has no updates pending. I’ve downloaded the latest Epson driver which was working fine just before the problem occurred

    Is your Photoshop CS5 updated to 12.1?
    Are you on Yosemite 10.10.1 or Yosemite 10.10.2?
    Did you apply the recent Epson software 2.1.9 update?
    What type of file is it (file format)?  What bit depth and what color space?
    BOILERPLATE TEXT:
    Note that this is boilerplate text.
    If you give complete and detailed information about your setup and the issue at hand,
    such as your platform (Mac or Win),
    exact versions of your OS, of Photoshop (not just "CS6", but something like CS6v.13.0.6) and of Bridge,
    your settings in Photoshop > Preference > Performance
    the type of file you were working on,
    machine specs, such as total installed RAM, scratch file HDs, total available HD space, video card specs, including total VRAM installed,
    what troubleshooting steps you have taken so far,
    what error message(s) you receive,
    if having issues opening raw files also the exact camera make and model that generated them,
    if you're having printing issues, indicate the exact make and model of your printer, paper size, image dimensions in pixels (so many pixels wide by so many pixels high). if going through a RIP, specify that too.
    etc.,
    someone may be able to help you (not necessarily this poster, who is not a Windows user).
    a screen shot of your settings or of the image could be very helpful too.
    Please read this FAQ for advice on how to ask your questions correctly for quicker and better answers:
    http://forums.adobe.com/thread/419981?tstart=0
    Thanks!

  • SSO Client: Profile selection dialog

    Hi guys,
    after installing the SSO client for the first time, we have intermittently noticed a profile selection dialog popping up when a user tries to connect to an SNC-enabled SAP system using SAP GUI. The dialog asks the user to select a profile (in our case we have two SLS profiles). The selection is then remembered from that point going forward, same as if the user would make the selection in the client directly (via right-click).
    The question is what exactly triggers that dialog from appearing since we have not been able to reproduce it - even if no profile is selected as "use for secure login".
    Is there a registry key maybe that we're missing? We played around with allowFavorite, but that didn't help.
    Thanks
    Michael

    Hi Valerie,
    I read SAP Note 2067284 and I understand the problem and fix (I think). My customer is on the latest version however we do not see the mentioned pop-up at all but we would like to see it at least once (after a fresh install):
    Each time the user connects to a server, the user is prompted by a pop-up window to select a certificate/profile. The selected certificate/profile is not remembered after a successful login and the user will be prompted again, when he tries to connect to the same server.
    So the part in bold above is what we're interested in, but it does not show at all, not even once.
    Makes sense?
    Thanks
    Michael

  • Report Viewer WebPart for Sharepoint - Printing (Unable to load client print control)

    Hi there,
    I am running a report via the report viewer web part on a SharePoint page.  The report itself is working great.  But when I attempt to print it, I get a prompt to install something....and then it is followed up with "Unable to load client
    print control".
    There are some posts out there about updating the a certain CU or to find the RSClientPrint cab and unloading the dlls into the system32 folder and registering it.  I've tried that but no go.
    Anyone else encounter this issue?  If so, potential solutions?
    SP 2010 - 14.0.7221.5000
    SQL Server 2008 R2 (Reporting Server)- 10.50.1617  (have tried updating to 10.50.6000.34)
    IE = 10.0.9200
    And yes, I am running as local admin....so there shouldn't be any issue installing the active x component on IE.
    Thanks in advance,
    Eric

    Hi Eric,
    According to your description, you can't load the print button in your sharepoint site. Right?
    In Reporting Services, Each user who wants to use the print feature must download and install the ActiveX control that provides client print functionality. The first time a user clicks the
    Printer icon on the report toolbar, the Microsoft ActiveX control is downloaded to the computer. After the control is downloaded, the
    Print dialog box displays whenever the user clicks the Printer icon.
    So in this scenario, please enable the setting Download signed
    ActiveX controls in Internet Explorer and download it. Please follow the steps below:
    Click Tools -> Internet options.
    Switch to the Security tab, select the Trusted sites zone, and then click
    Sites.
    Type the URL of the SQL reporting server, click Add, and then click Close.
    Click the Custom level button, scroll to the ActiveX controls and plug-ins
    node.
    Click Enable for Download signed ActiveX controls, and then click OK.
    Then we need to have the
    EnableClientPrinting is set to true.
    In SharePoint Central Administration, click Application Management.
    Click Manage service applications.
    Click the name of your Reporting Services service application, and then click
    Manage in the SharePoint ribbon.
    Click System Settings.
    Select Enable Client Printing. The Enable Client Printing option is near the bottom of the page.
    Click OK.
    Reference:
    Enable and Disable Client-Side Printing for Reporting Services
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou

  • How to print hard copy on client when form submit

    I am using JSP 1.2 and JSTL 1.0 .
    I have a situation where JSP sends dynamic content
    page to the client browser.
    On this page is a submit button. When the client
    clicks on submit, the content on that page gets printed
    to the default printer connected to the client' computer.
    Also the printer setup dialog should not appear when submit
    is clicked.
    Is there anyway to do it using only JSTL on JSP or Java code in servlet
    without using any scripting language like Javascript ?
    Thanks for your thoughts

    JSP cannot give you access to the local O/S commands such as the printing API. The closest you can get is to use <form name="form1" method="POST" action="mythankyoupage.jsp" onSubmit="window.print()">
    </form>Unfortunately, you can still not guarantee this behaviour, my IE6 pops up a print dialogue on this command, other user settings will behave differently.

  • Smartform to PDF, how to suppres Print/Preview dialog

    Hi Experts,
    Facing some issues in downloading PDF converted from Smartform.
    In the program I am trying directly download a smartform converted into PDF format and save it in local system.
    When ever I am trying to execute the program it shows up the Print/Preview dialog before showing the Save As dialog.
    I have passed control_parameters-getotf = 'X' to the smartform runtime FM, which ideally should have suppressed the Print/Preview dialog and return the otfdata.
    Here the entire code is...
    REPORT  yfr_invoice.
    TABLES :  t001, bsad, bsid, kna1,sscrfields .
    DATA : fm_name TYPE rs38l_fnam.
    DATA : it_bsad TYPE STANDARD TABLE OF bsad.
    DATA : BEGIN OF it_bseg OCCURS 0,
            belnr TYPE belnr_d,
           END OF it_bseg.
    DATA : error_flag.
    DATA: 
           cont_param TYPE ssfctrlop,
           out_param  TYPE ssfcompop,
           otfdata    TYPE ssfcrescl,
           t_tline    TYPE TABLE OF tline INITIAL SIZE 0,
           t_docs     TYPE STANDARD TABLE OF docs,
           v_filesize TYPE i,
           v_name     TYPE string,
           v_path     TYPE string,
           v_fullpath TYPE string,
           v_filename TYPE string,
           v_filter   TYPE string.
    SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-000.
    SELECT-OPTIONS : s_bukrs FOR t001-bukrs NO-EXTENSION NO INTERVALS OBLIGATORY.
    SELECT-OPTIONS : s_gjahr FOR bsid-gjahr NO-EXTENSION NO INTERVALS OBLIGATORY.
    SELECT-OPTIONS : s_rebzg FOR bsid-rebzg OBLIGATORY.
    SELECT-OPTIONS : s_kunnr FOR kna1-kunnr.
    SELECTION-SCREEN END OF BLOCK b1.
    INITIALIZATION.
    START-OF-SELECTION.
      CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
        EXPORTING
          formname           = 'YFF_INVOICE'
        IMPORTING
          fm_name            = fm_name
        EXCEPTIONS
          no_form            = 1
          no_function_module = 2
          OTHERS             = 3.
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.
    cont_param-getotf = 'X'.
    cont_param-no_dialog = 'X'.
    cont_param-preview = 'X' .
      CALL FUNCTION fm_name
        EXPORTING
          control_parameters = cont_param  "Passing getotf = 'X'
        IMPORTING
          job_output_info    = otfdata
        TABLES
          s_bukrs            = s_bukrs[]
          s_gjahr            = s_gjahr[]
          s_rebzg            = s_rebzg[]
          s_kunnr            = s_kunnr[]
        EXCEPTIONS
          formatting_error   = 1
          internal_error     = 2
          send_error         = 3
          user_canceled      = 4
          OTHERS             = 5.
        IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
        ELSE.
          CALL FUNCTION 'CONVERT_OTF_2_PDF'
            IMPORTING
              bin_filesize           = v_filesize
            TABLES
              otf                    = otfdata-otfdata
              doctab_archive         = t_docs
              lines                  = t_tline
            EXCEPTIONS
              err_conv_not_possible  = 1
              err_otf_mc_noendmarker = 2
              OTHERS                 = 3.
          IF sy-subrc <> 0.
            MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                    WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
          ENDIF.
          CONCATENATE 'filename' '.pdf' INTO v_name.
          CALL METHOD cl_gui_frontend_services=>file_save_dialog
            EXPORTING
              default_extension = 'PDF'
              default_file_name = v_name
              file_filter       = v_filter
            CHANGING
              filename          = v_name
              path              = v_path
              fullpath          = v_fullpath.
          CALL FUNCTION 'GUI_DOWNLOAD'
            EXPORTING
              bin_filesize            = v_filesize
              filename                = v_fullpath "'C:\Test.pdf'
              filetype                = 'BIN'
            TABLES
              data_tab                = t_tline
            EXCEPTIONS
              file_write_error        = 1
              no_batch                = 2
              gui_refuse_filetransfer = 3
              invalid_type            = 4
              no_authority            = 5
              unknown_error           = 6
              header_not_allowed      = 7
              separator_not_allowed   = 8
              filesize_not_allowed    = 9
              header_too_long         = 10
              dp_error_create         = 11
              dp_error_send           = 12
              dp_error_write          = 13
              unknown_dp_error        = 14
              access_denied           = 15
              dp_out_of_memory        = 16
              disk_full               = 17
              dp_timeout              = 18
              file_not_found          = 19
              dataprovider_exception  = 20
              control_flush_error     = 21
              OTHERS                  = 22.
          IF sy-subrc <> 0.
            MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                   WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
          ENDIF.
        ENDIF.
      ENDIF.
    The program other wise works absolutly fine .
    Please advise.
    Thanks
    Jahan

    Moderator message - Cross post locked
    Rob

  • Printing from OSX Lion Client to Windows Server 2008

    I have tried these methods:
    =============
    via System Preferences
    IP Printer (Line Printer Daemon - LPD)
    Address (both Server Name and IP Address)
    e.g.  lpd://servername/queue
    Queue
    Print Using (HP LaserJet P4010 Series)
    Result:  
    After a test print is sent, the print queue dialog reads:
    Processing Job.
    Copying Print Data.
    Connecting to Printer.
    Paused - "/usr/libexec/cups/backend/lpd failed"
    **** I have also tried using the hostname in place of the IP address
    I get something to the effect of:
    D [10/Nov/2011:12:24:35 -0500] [Job 27] ------------------------------------------------------
    D [10/Nov/2011:12:24:35 -0500] [Job 27] Pre-processing tasks:
    D [10/Nov/2011:12:24:35 -0500] [Job 27] Line - %%BeginDocument     Processor - EmbeddedDocumentCounter     "Check for embedded document"     (pre, mandatory, substr)
    D [10/Nov/2011:12:24:35 -0500] [Job 27] Line - %!PS-Adobe     Processor - EmbeddedDocumentCounter     "Check for embedded document"     (pre, mandatory, substr)
    D [10/Nov/2011:12:24:35 -0500] [Job 27] Post-processing tasks:
    D [10/Nov/2011:12:24:35 -0500] [Job 27] Line - %%Page:     Processor - PageAccounting     "Log page for accounting"     (post, mandatory, substr)
    D [10/Nov/2011:12:24:35 -0500] [Job 27] ------------------------------------------------------
    D [10/Nov/2011:12:24:35 -0500] [Job 27] Read 8170 bytes of print data...
    D [10/Nov/2011:12:24:35 -0500] [Job 27] Wrote 8170 bytes of print data...
    D [10/Nov/2011:12:24:35 -0500] [Job 27] Connecting to 10.157.32.92:515 for printer DOBL_24HR1
    D [10/Nov/2011:12:24:35 -0500] [Job 27] Connecting to printer.
    D [10/Nov/2011:12:24:35 -0500] [Job 27] Set job-printer-state-message to "Connecting to printer.", current level=INFO
    D [10/Nov/2011:12:24:35 -0500] [Job 27] STATE: -connecting-to-device
    D [10/Nov/2011:12:24:35 -0500] [Job 27] Connected to printer.
    D [10/Nov/2011:12:24:35 -0500] [Job 27] Set job-printer-state-message to "Connected to printer.", current level=INFO
    D [10/Nov/2011:12:24:35 -0500] [Job 27] Connected to 10.157.32.92:515 (local port 1009)...
    D [10/Nov/2011:12:24:35 -0500] [Job 27] lpd_command 02 DOBL_24HR1
    D [10/Nov/2011:12:24:35 -0500] [Job 27] Sending command string (12 bytes)...
    D [10/Nov/2011:12:24:35 -0500] [Job 27] Reading command status...
    D [10/Nov/2011:12:24:35 -0500] [Job 27] lpd_command returning 1
    D [10/Nov/2011:12:24:35 -0500] [Job 27] Backend returned status 1 (failed)
    D [10/Nov/2011:12:24:35 -0500] [Job 27] Printer stopped due to backend errors; please consult the error_log file for details.
    D [10/Nov/2011:12:24:35 -0500] [Job 27] End of messages
    D [10/Nov/2011:12:24:35 -0500] [Job 27] printer-state=5(stopped)
    D [10/Nov/2011:12:24:35 -0500] [Job 27] printer-state-message="/usr/libexec/cups/backend/lpd failed"
    D [10/Nov/2011:12:24:35 -0500] [Job 27] printer-state-reasons=paused
    =============
    via System PreferencesWindows *navigated to the server (e.g. smb://servername/printer/) with the browser.
    Result:
    After a test print is sent, i login to the dialog box with:
    DOMAIN\USERNAME
    PASSWORD
    (*) Remember this password in my keychain
    Status - On Hold (Authentication Required)
    **** I have also tried various formats for the username here:
    DOMAIN\USERNAME & password
    USERNAME & password
    SERVER\USERNAME & password
    Here's the Log output:
    D [10/Nov/2011:12:26:21 -0500] [Job 28] Queued on "DOBL_24HR1" by "lab".
    D [10/Nov/2011:12:26:21 -0500] [Job 28] job-sheets=none,none
    D [10/Nov/2011:12:26:21 -0500] [Job 28] argv[0]="DOBL_24HR1"
    D [10/Nov/2011:12:26:21 -0500] [Job 28] argv[1]="28"
    D [10/Nov/2011:12:26:21 -0500] [Job 28] argv[2]="lab"
    D [10/Nov/2011:12:26:21 -0500] [Job 28] argv[3]="testprint"
    D [10/Nov/2011:12:26:21 -0500] [Job 28] argv[4]="1"
    D [10/Nov/2011:12:26:21 -0500] [Job 28] argv[5]="AP_ColorMatchingMode=AP_ApplicationColorMatching AP_D_InputSlot= collate com.apple.print.DocumentTicket.PMSpoolFormat=application/pdf com.apple.print.JobInfo.PMJobName=testprint com.apple.print.PrinterInfo.PMColorDeviceID..n.=3671 com.apple.print.PrintSettings.PMColorMatchingMode..n.=0 com.apple.print.PrintSettings.PMColorSyncProfileID..n.=1580 com.apple.print.PrintSettings.PMCopies..n.=1 com.apple.print.PrintSettings.PMCopyCollate..b. com.apple.print.PrintSettings.PMFirstPage..n.=1 com.apple.print.PrintSettings.PMLastPage..n.=2147483647 com.apple.print.PrintSettings.PMPageRange..a.0..n.=1 com.apple.print.PrintSettings.PMPageRange..a.1..n.=2147483647 fit-to-page media=Letter pserrorhandler-requested=standard job-uuid=urn:uuid:ad3091e2-399a-3964-4c78-b8a81bf25bdf job-originating-host-name=localhost time-at-creation=1320945980 time-at-processing=1320945980 PageSize=Letter"
    D [10/Nov/2011:12:26:21 -0500] [Job 28] argv[6]="/private/var/spool/cups/d00028-001"
    D [10/Nov/2011:12:26:21 -0500] [Job 28] envp[0]="<CFProcessPath>"
    D [10/Nov/2011:12:26:21 -0500] [Job 28] envp[1]="CUPS_CACHEDIR=/private/var/spool/cups/cache"
    D [10/Nov/2011:12:26:21 -0500] [Job 28] envp[2]="CUPS_DATADIR=/usr/share/cups"
    D [10/Nov/2011:12:26:21 -0500] [Job 28] envp[3]="CUPS_DOCROOT=/usr/share/doc/cups"
    D [10/Nov/2011:12:26:21 -0500] [Job 28] envp[4]="CUPS_FONTPATH=/usr/share/cups/fonts"
    D [10/Nov/2011:12:26:21 -0500] [Job 28] envp[5]="CUPS_REQUESTROOT=/private/var/spool/cups"
    D [10/Nov/2011:12:26:21 -0500] [Job 28] envp[6]="CUPS_SERVERBIN=/usr/libexec/cups"
    D [10/Nov/2011:12:26:21 -0500] [Job 28] envp[7]="CUPS_SERVERROOT=/private/etc/cups"
    D [10/Nov/2011:12:26:21 -0500] [Job 28] envp[8]="CUPS_STATEDIR=/private/etc/cups"
    D [10/Nov/2011:12:26:21 -0500] [Job 28] envp[9]="HOME=/private/var/spool/cups/tmp"
    D [10/Nov/2011:12:26:21 -0500] [Job 28] envp[10]="PATH=/usr/libexec/cups/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
    D [10/Nov/2011:12:26:21 -0500] [Job 28] envp[11]="[email protected]"
    D [10/Nov/2011:12:26:21 -0500] [Job 28] envp[12]="SOFTWARE=CUPS/1.5.0"
    D [10/Nov/2011:12:26:21 -0500] [Job 28] envp[13]="TMPDIR=/private/var/spool/cups/tmp"
    D [10/Nov/2011:12:26:21 -0500] [Job 28] envp[14]="USER=root"
    D [10/Nov/2011:12:26:21 -0500] [Job 28] envp[15]="CUPS_SERVER=/private/var/run/cupsd"
    D [10/Nov/2011:12:26:21 -0500] [Job 28] envp[16]="CUPS_ENCRYPTION=IfRequested"
    D [10/Nov/2011:12:26:21 -0500] [Job 28] envp[17]="IPP_PORT=631"
    D [10/Nov/2011:12:26:21 -0500] [Job 28] envp[18]="CHARSET=utf-8"
    D [10/Nov/2011:12:26:21 -0500] [Job 28] envp[19]="LANG=en_US.UTF-8"
    D [10/Nov/2011:12:26:21 -0500] [Job 28] envp[20]="APPLE_LANGUAGE=en-US"
    D [10/Nov/2011:12:26:21 -0500] [Job 28] envp[21]="PPD=/private/etc/cups/ppd/DOBL_24HR1.ppd"
    D [10/Nov/2011:12:26:21 -0500] [Job 28] envp[22]="RIP_MAX_CACHE=128m"
    D [10/Nov/2011:12:26:21 -0500] [Job 28] envp[23]="CONTENT_TYPE=application/vnd.cups-banner"
    D [10/Nov/2011:12:26:21 -0500] [Job 28] envp[24]="DEVICE_URI=smb://utlab-prsrv-02/DOBL_24HR1"
    D [10/Nov/2011:12:26:21 -0500] [Job 28] envp[25]="PRINTER_INFO=DOBL_24HR1"
    D [10/Nov/2011:12:26:21 -0500] [Job 28] envp[26]="PRINTER_LOCATION="
    D [10/Nov/2011:12:26:21 -0500] [Job 28] envp[27]="PRINTER=DOBL_24HR1"
    D [10/Nov/2011:12:26:21 -0500] [Job 28] envp[28]="PRINTER_STATE_REASONS=none"
    D [10/Nov/2011:12:26:21 -0500] [Job 28] envp[29]="CUPS_FILETYPE=document"
    D [10/Nov/2011:12:26:21 -0500] [Job 28] envp[30]="FINAL_CONTENT_TYPE=printer/DOBL_24HR1"
    D [10/Nov/2011:12:26:21 -0500] [Job 28] envp[31]="AUTH_I****"
    D [10/Nov/2011:12:26:21 -0500] [Job 28] envp[32]="AUTH_U****"
    D [10/Nov/2011:12:26:21 -0500] [Job 28] envp[33]="AUTH_P****"
    D [10/Nov/2011:12:26:21 -0500] [Job 28] Started filter /usr/libexec/cups/filter/cgbannertopdf (PID 7646)
    D [10/Nov/2011:12:26:21 -0500] [Job 28] Started filter /usr/libexec/cups/filter/cgpdftops (PID 7647)
    D [10/Nov/2011:12:26:21 -0500] [Job 28] Started filter /usr/libexec/cups/filter/pstops (PID 7648)
    D [10/Nov/2011:12:26:21 -0500] [Job 28] Started filter /Library/Printers/hp/filter/hpPostProcessing.bundle/Contents/MacOS/hpPostProces sing (PID 7649)
    D [10/Nov/2011:12:26:21 -0500] [Job 28] Started backend /usr/libexec/cups/backend/smb (PID 7650)
    D [10/Nov/2011:12:26:21 -0500] [Job 28] Started smb backend (PID 7653)
    D [10/Nov/2011:12:26:21 -0500] [Job 28] STATE: +connecting-to-device
    D [10/Nov/2011:12:26:21 -0500] [Job 28] Connecting to printer...
    D [10/Nov/2011:12:26:21 -0500] [Job 28] Set job-printer-state-message to "Connecting to printer...", current level=INFO
    D [10/Nov/2011:12:26:21 -0500] [Job 28] Looking up "utlab-prsrv-02"...
    D [10/Nov/2011:12:26:21 -0500] [Job 28] Failed to connect to "smb://<username>:<password>@utlab-prsrv-02/": STATUS_LOGON_FAILURE
    D [10/Nov/2011:12:26:21 -0500] [Job 28] Set job-printer-state-message to "Authentication required", current level=ERROR
    D [10/Nov/2011:12:26:21 -0500] [Job 28] smb backend (PID=7653) stopped with status 512
    D [10/Nov/2011:12:26:21 -0500] [Job 28] smb backend will exit with status 2
    D [10/Nov/2011:12:26:21 -0500] [Job 28] load_banner(filename="/private/var/spool/cups/d00028-001")
    D [10/Nov/2011:12:26:21 -0500] [Job 28] hpPostProcessing launched
    D [10/Nov/2011:12:26:21 -0500] [Job 28] Page = 612x792; 12,12 to 600,780
    D [10/Nov/2011:12:26:21 -0500] [Job 28] cgpdftops - copying to temp print file "/private/var/spool/cups/tmp/01ddf4ecb23b2"
    D [10/Nov/2011:12:26:21 -0500] [Job 28] Final document orientation - 0
    D [10/Nov/2011:12:26:21 -0500] [Job 28] Setting language to en-US
    D [10/Nov/2011:12:26:21 -0500] [Job 28] EWU support is absent for device.
    D [10/Nov/2011:12:26:21 -0500] [Job 28] Pages per sheet - 1
    D [10/Nov/2011:12:26:21 -0500] [Job 28] Orientation - portrait
    D [10/Nov/2011:12:26:21 -0500] [Job 28] ------------------------------------------------------
    D [10/Nov/2011:12:26:21 -0500] [Job 28] Pre-processing tasks:
    D [10/Nov/2011:12:26:21 -0500] [Job 28] Line - %%BeginDocument     Processor - EmbeddedDocumentCounter     "Check for embedded document"     (pre, mandatory, substr)
    D [10/Nov/2011:12:26:21 -0500] [Job 28] Line - %!PS-Adobe     Processor - EmbeddedDocumentCounter     "Check for embedded document"     (pre, mandatory, substr)
    D [10/Nov/2011:12:26:21 -0500] [Job 28] Line - %%EndComments     Processor - DriverVersion     "Insert driver info"     (pre, mandatory, substr)
    D [10/Nov/2011:12:26:21 -0500] [Job 28] Post-processing tasks:
    D [10/Nov/2011:12:26:21 -0500] [Job 28] Line - %%Page:     Processor - PageAccounting     "Log page for accounting"     (post, mandatory, substr)
    D [10/Nov/2011:12:26:21 -0500] [Job 28] ------------------------------------------------------
    D [10/Nov/2011:12:26:21 -0500] [Job 28] Allowing document iterator to handle job termination...
    D [10/Nov/2011:12:26:21 -0500] [Job 28] Using line-by-line file iteration...
    D [10/Nov/2011:12:26:21 -0500] [Job 28] cgpdftops - using PPD file "/private/etc/cups/ppd/DOBL_24HR1.ppd"...
    D [10/Nov/2011:12:26:21 -0500] [Job 28] PS Matching Mode = AP_ApplicationColorMatching
    D [10/Nov/2011:12:26:21 -0500] [Job 28] cgpdftops - languageLevel = 3, mediaBox.size.width = 612, mediaBox.size.height = 792
    D [10/Nov/2011:12:26:21 -0500] [Job 28] cgpdftops - documentMediaBox.size.width = 612, documentMediaBox.size.height = 792
    D [10/Nov/2011:12:26:21 -0500] [Job 28] Page = 612x792; 12,12 to 600,780
    D [10/Nov/2011:12:26:21 -0500] [Job 28] slow_collate=0, slow_duplex=0, slow_order=0
    D [10/Nov/2011:12:26:21 -0500] [Job 28] Before copy_comments - %!PS-Adobe-3.0
    D [10/Nov/2011:12:26:21 -0500] [Job 28] %!PS-Adobe-3.0
    D [10/Nov/2011:12:26:21 -0500] [Job 28] %APL_DSC_Encoding: UTF8
    D [10/Nov/2011:12:26:21 -0500] [Job 28] %APLProducer: (Version 10.7.2 (Build 11C74) Quartz PS Context)
    D [10/Nov/2011:12:26:21 -0500] [Job 28] %%Title: (testprint)
    D [10/Nov/2011:12:26:21 -0500] [Job 28] %%Creator: (cgpdftops CUPS filter)
    D [10/Nov/2011:12:26:21 -0500] [Job 28] %%CreationDate: (Thursday, November 10 2011 12:26:21 EST)
    D [10/Nov/2011:12:26:21 -0500] [Job 28] %%For: (lab)
    D [10/Nov/2011:12:26:21 -0500] [Job 28] %%DocumentData: Clean7Bit
    D [10/Nov/2011:12:26:21 -0500] [Job 28] %%LanguageLevel: 3
    D [10/Nov/2011:12:26:21 -0500] [Job 28] %%Pages: 1
    D [10/Nov/2011:12:26:21 -0500] [Job 28] %%BoundingBox: (atend)
    D [10/Nov/2011:12:26:21 -0500] [Job 28] %%PageOrder: Ascend
    D [10/Nov/2011:12:26:21 -0500] [Job 28] %%EndComments
    D [10/Nov/2011:12:26:21 -0500] [Job 28] Before copy_prolog - userdict/dscInfo 5 dict dup begin
    D [10/Nov/2011:12:26:21 -0500] [Job 28] Before copy_setup - %%BeginSetup
    D [10/Nov/2011:12:26:21 -0500] [Job 28] Before page loop - %%Page: 1 1
    D [10/Nov/2011:12:26:21 -0500] [Job 28] Copying page 1...
    D [10/Nov/2011:12:26:21 -0500] [Job 28] pagew = 588.0, pagel = 768.0
    D [10/Nov/2011:12:26:21 -0500] [Job 28] bboxx = 0, bboxy = 0, bboxw = 612, bboxl = 792
    D [10/Nov/2011:12:26:21 -0500] [Job 28] PageLeft = 12.0, PageRight = 600.0
    D [10/Nov/2011:12:26:21 -0500] [Job 28] PageTop = 780.0, PageBottom = 12.0
    D [10/Nov/2011:12:26:21 -0500] [Job 28] PageWidth = 612.0, PageLength = 792.0
    D [10/Nov/2011:12:26:21 -0500] [Job 28] Calling processor EmbeddedDocumentCounter before line %!PS-Adobe-3.0
    D [10/Nov/2011:12:26:21 -0500] [Job 28] Calling processor DriverVersion before line %%EndComments
    D [10/Nov/2011:12:26:21 -0500] [Job 28] Task "Insert driver info" complete. Processor - DriverVersion. Line - %%EndComments
    D [10/Nov/2011:12:26:21 -0500] [Job 28] Received SIGPIPE
    D [10/Nov/2011:12:26:21 -0500] [Job 28] Wrote 1 pages...
    D [10/Nov/2011:12:26:21 -0500] [Job 28] Backend returned status 2 (authentication required)
    D [10/Nov/2011:12:26:21 -0500] [Job 28] Job held for authentication.
    D [10/Nov/2011:12:26:21 -0500] [Job 28] End of messages
    D [10/Nov/2011:12:26:21 -0500] [Job 28] printer-state=3(idle)
    D [10/Nov/2011:12:26:21 -0500] [Job 28] printer-state-message="Authentication required"
    D [10/Nov/2011:12:26:21 -0500] [Job 28] printer-state-reasons=none
    ==============
    via CUPS (localhost:631)here is the syntax of my printer addresses:
    SAMBA--
    smb://username:password@serverhost/printer
    smb://username:password@serverip/printer
    smb://serverhost/printer
    smb://serverip/printer
    I get something like...
    "/usr/libexec/cups/backend/smb failed"
    D [10/Nov/2011:12:39:00 -0500] [Job 29] Before copy_comments - %!PS-Adobe-3.0
    D [10/Nov/2011:12:39:00 -0500] [Job 29] %!PS-Adobe-3.0
    D [10/Nov/2011:12:39:00 -0500] [Job 29] %APL_DSC_Encoding: UTF8
    D [10/Nov/2011:12:39:00 -0500] [Job 29] %APLProducer: (Version 10.7.2 (Build 11C74) Quartz PS Context)
    D [10/Nov/2011:12:39:00 -0500] [Job 29] %%Title: (testprint)
    D [10/Nov/2011:12:39:00 -0500] [Job 29] %%Creator: (cgpdftops CUPS filter)
    D [10/Nov/2011:12:39:00 -0500] [Job 29] %%CreationDate: (Thursday, November 10 2011 12:39:00 EST)
    D [10/Nov/2011:12:39:00 -0500] [Job 29] %%For: (lab)
    D [10/Nov/2011:12:39:00 -0500] [Job 29] %%DocumentData: Clean7Bit
    D [10/Nov/2011:12:39:00 -0500] [Job 29] %%LanguageLevel: 3
    D [10/Nov/2011:12:39:00 -0500] [Job 29] %%Pages: 1
    D [10/Nov/2011:12:39:00 -0500] [Job 29] %%BoundingBox: (atend)
    D [10/Nov/2011:12:39:00 -0500] [Job 29] %%PageOrder: Ascend
    D [10/Nov/2011:12:39:00 -0500] [Job 29] %%EndComments
    D [10/Nov/2011:12:39:00 -0500] [Job 29] Before copy_prolog - userdict/dscInfo 5 dict dup begin
    D [10/Nov/2011:12:39:00 -0500] [Job 29] Before copy_setup - %%BeginSetup
    D [10/Nov/2011:12:39:00 -0500] [Job 29] Before page loop - %%Page: 1 1
    D [10/Nov/2011:12:39:00 -0500] [Job 29] Copying page 1...
    D [10/Nov/2011:12:39:00 -0500] [Job 29] pagew = 588.0, pagel = 768.0
    D [10/Nov/2011:12:39:00 -0500] [Job 29] bboxx = 0, bboxy = 0, bboxw = 612, bboxl = 792
    D [10/Nov/2011:12:39:00 -0500] [Job 29] PageLeft = 12.0, PageRight = 600.0
    D [10/Nov/2011:12:39:00 -0500] [Job 29] PageTop = 780.0, PageBottom = 12.0
    D [10/Nov/2011:12:39:00 -0500] [Job 29] PageWidth = 612.0, PageLength = 792.0
    D [10/Nov/2011:12:39:00 -0500] [Job 29] Calling processor EmbeddedDocumentCounter before line %!PS-Adobe-3.0
    D [10/Nov/2011:12:39:00 -0500] [Job 29] Calling processor DriverVersion before line %%EndComments
    D [10/Nov/2011:12:39:00 -0500] [Job 29] Task "Insert driver info" complete. Processor - DriverVersion. Line - %%EndComments
    D [10/Nov/2011:12:39:00 -0500] [Job 29] Current page number is 0
    D [10/Nov/2011:12:39:00 -0500] [Job 29] Calling processor PageAccounting after line %%Page: 1 1
    D [10/Nov/2011:12:39:00 -0500] [Job 29] PAGE: 1 1
    D [10/Nov/2011:12:39:00 -0500] [Job 29] Failed to connect to "smb://<username>:<password>@utlab-prsrv-02/": STATUS_LOGON_FAILURE
    D [10/Nov/2011:12:39:00 -0500] [Job 29] ATTR: auth-info-required=username,password
    D [10/Nov/2011:12:39:00 -0500] [Job 29] smb backend (PID=8517) stopped with status 512
    D [10/Nov/2011:12:39:00 -0500] [Job 29] smb backend will exit with status 2
    D [10/Nov/2011:12:39:00 -0500] [Job 29] Received SIGPIPE
    D [10/Nov/2011:12:39:00 -0500] [Job 29] Wrote 1 pages...
    D [10/Nov/2011:12:39:00 -0500] [Job 29] Backend returned status 2 (authentication required)
    D [10/Nov/2011:12:39:00 -0500] [Job 29] Job held for authentication.
    D [10/Nov/2011:12:39:00 -0500] [Job 29] End of messages
    D [10/Nov/2011:12:39:00 -0500] [Job 29] printer-state=3(idle)
    D [10/Nov/2011:12:39:00 -0500] [Job 29] printer-state-message="Authentication required"
    D [10/Nov/2011:12:39:00 -0500] [Job 29] printer-state-reasons=none
    =================
    So yeah...
    I'm totally stumped now.
    I feel like I've tried every method imaginable, but still no luck.
    Printing from OSX 10.6.8 works just FINE.
    On the server side, I'm running Windows Server 2008... there's only a local admin and a local user account.
    Clients running OSX Lion 10.7.2 -- All updated.
    Printer is an HP LaserJet P4010-4510 series.
    Workstation is an iMac 21.5-inch, Late 2009
    3.06 Ghz Intel Core 2 Duo
    Please help!!!
    --- Richard

    LPD print service is not enabled by default in Server 2008. It can be enabled via the Print Serveer role, but I am remote and cannot confirm the exact setting.
    As for SMB, the error log is showing;
    Failed to connect to "smb://<username>:<password>@utlab-prsrv-02/"
    So it would suggest that there is still an issue with the account detail you are using as you show you have tried this syntax at one stage. If you want to continue to create the queue using SMB rather than LPD then I recommend using the CUPS web page (http://127.0.01:631) to create the queue. This will allow you to enter the syntax exactly as the error message shows. From previous testing I found it was okay to just use the account name rather than domain/account name on a domain bound server.

  • Sudden loss of print selected area in Photoshop 10.0.1?

    Between printing one image and printing the next I seem to have lost the ability to print a selected area in Photoshop 10.0.1. I am using this old program because the new Photoshop does not have that option. The box is now greyed out. Does any know why I could lose this, and what can I do to get it back? This is extremely important to my work method...
    Thank you.
    Mary Challinor

    Great news! "Print Selected Area" was restored in Photoshop CS6.
    Go to File > Print, scroll down in the dialog box that appears, et voila:

  • Could not see Diemensions and its Members  in Member Selection Dialog.

    Hi friends,
    I have an issue while trying to retrieve cube's data through a Member Selection Dialog using Application Builder.NET 9.2 APIs.
    I could able to sign on and could able to select the cube but the Dimensions and its members are shown empty. Iam developing this applicaiton on VisualStudio 2003 with Application Builder 9.2 and EDS 9.2. I could see the cube's data in Member Seletion Dialog when trying through a Spreadsheet client(exel sheet) but cannot see in MemberSelection Dialog in ApplnBuilder.NET application.Iam trying to populate the data into ListBox and DropDownList controls through respective adapters using HABNET 9.2 APIs. It would be great help if some one through light on the issue.
    Below is the log for Analytic High Availability Serverices.
    Fri Feb 05 17:46:22 IST 2010 - Service using TCP/IP
    Request: sign on (from user cssToken session number 0)
    Fri Feb 05 17:46:22 IST 2010 - Service using TCP/IP
    Request: get domain store object names (from user demoadmin session number 0)
    Fri Feb 05 17:46:22 IST 2010 - Service using TCP/IP
    Request: connect to analytic service (from user demoadmin session number 0)
    Fri Feb 05 17:46:22 IST 2010 - Service using TCP/IP
    Request: list analytic services applications (from user demoadmin session number 0)
    Fri Feb 05 17:46:22 IST 2010 - Service using TCP/IP
    Request: list cubes (from user demoadmin session number 0)
    Fri Feb 05 17:46:22 IST 2010 - Service using TCP/IP
    Request: list cubes (from user demoadmin session number 0)
    Fri Feb 05 17:46:22 IST 2010 - Service using TCP/IP
    Request: list cubes (from user demoadmin session number 0)
    Fri Feb 05 17:46:22 IST 2010 - Service using TCP/IP
    Request: disconnect from analytic service (from user demoadmin session number 0)
    Fri Feb 05 17:46:22 IST 2010 - Service using TCP/IP
    Request: sign off (from user demoadmin session number 0)
    Fri Feb 05 17:47:35 IST 2010 - Service using TCP/IP
    Request: sign on (from user cssToken session number 0)
    Fri Feb 05 17:47:35 IST 2010 - Service using TCP/IP
    Request: open cube view (from user demoadmin session number 0)
    Opening cube view on demodrive/Demo/Basic , demoadmin...
    Fri Feb 05 17:47:35 IST 2010 - Service using TCP/IP
    Request: get domain store object properties (from user demoadmin session number 0)
    Fri Feb 05 17:47:35 IST 2010 - Service using TCP/IP
    Request: connect to analytic service (from user demoadmin session number 0)
    Fri Feb 05 17:47:35 IST 2010 - Service using TCP/IP
    Request: set active application/cube (from user demoadmin session number 0)
    Fri Feb 05 17:47:35 IST 2010 - Service using TCP/IP
    Request: get cube view properties (from user demoadmin session number 0)
    Fri Feb 05 17:47:35 IST 2010 - Service using TCP/IP
    Request: set cube view properties (from user demoadmin session number 0)
    Fri Feb 05 17:47:35 IST 2010 - Service using TCP/IP
    Request: clear active application/cube (from user demoadmin session number 0)
    Fri Feb 05 17:47:35 IST 2010 - Service using TCP/IP
    Request: disconnect from analytic service (from user demoadmin session number 0)
    Fri Feb 05 17:47:35 IST 2010 - Service using TCP/IP
    Request: close cube view (from user demoadmin session number 0)
    Fri Feb 05 17:47:35 IST 2010 - Service using TCP/IP
    Request: sign off (from user demoadmin session number 0)
    Fri Feb 05 17:56:26 IST 2010 - Service using TCP/IP
    Request: open cube view (from user demoadmin session number 0)
    Opening cube view on demodrive/DMDemo/Basic , demoadmin...
    Fri Feb 05 17:56:28 IST 2010 - Service using TCP/IP
    Request: get domain store object properties (from user demoadmin session number 0)
    Fri Feb 05 17:56:28 IST 2010 - Service using TCP/IP
    Request: connect to analytic service (from user demoadmin session number 0)
    Fri Feb 05 17:56:28 IST 2010 - Service using TCP/IP
    Request: set active application/cube (from user demoadmin session number 0)
    Fri Feb 05 17:56:28 IST 2010 - Service using TCP/IP
    Request: get cube view properties (from user demoadmin session number 0)
    Fri Feb 05 17:56:28 IST 2010 - Service using TCP/IP
    Request: set cube view properties (from user demoadmin session number 0)
    Fri Feb 05 17:56:28 IST 2010 - Service using TCP/IP
    Request: clear active application/cube (from user demoadmin session number 0)
    Fri Feb 05 17:56:28 IST 2010 - Service using TCP/IP
    Request: disconnect from analytic service (from user demoadmin session number 0)
    Fri Feb 05 17:56:28 IST 2010 - Service using TCP/IP
    Request: close cube view (from user demoadmin session number 0)
    Fri Feb 05 17:56:28 IST 2010 - Service using TCP/IP
    Request: sign off (from user demoadmin session number 0)
    Fri Feb 05 17:56:28 IST 2010 - Service using TCP/IP
    Request: sign on (from user cssToken session number 0)
    Fri Feb 05 17:56:28 IST 2010 - Service using TCP/IP
    Request: get domain store object properties (from user demoadmin session number 0)
    Fri Feb 05 17:56:28 IST 2010 - Service using TCP/IP
    Request: connect to analytic service (from user demoadmin session number 0)
    Fri Feb 05 17:56:28 IST 2010 - Service using TCP/IP
    Request: set active application/cube (from user demoadmin session number 0)
    Fri Feb 05 17:56:28 IST 2010 - Service using TCP/IP
    Request: get analytic services application Information (from user demoadmin session number 0)
    Fri Feb 05 17:56:28 IST 2010 - Service using TCP/IP
    Request: get analytic services application state (from user demoadmin session number 0)
    Fri Feb 05 17:56:28 IST 2010 - Service using TCP/IP
    Request: get cube state (from user demoadmin session number 0)
    Fri Feb 05 17:56:28 IST 2010 - Service using TCP/IP
    Request: get cube note (from user demoadmin session number 0)
    Fri Feb 05 17:56:28 IST 2010 - Service using TCP/IP
    Request: get alias (from user demoadmin session number 0)
    Fri Feb 05 17:56:28 IST 2010 - Service using TCP/IP
    Request: list aliases (from user demoadmin session number 0)
    Fri Feb 05 17:56:28 IST 2010 - Service using TCP/IP
    Request: get cube information (from user demoadmin session number 0)
    Fri Feb 05 17:56:28 IST 2010 - Service using TCP/IP
    Request: open cube outline (from user demoadmin session number 0)
    Opening outline on demodrive/DMDemo/Basic for user demoadmin...
    Fri Feb 05 17:56:29 IST 2010 - Service using TCP/IP
    Request: get child member names (from user demoadmin session number 0)
    Error in processing request:
    null
    Fri Feb 05 17:56:29 IST 2010 - Service using TCP/IP
    Request: close cube outline (from user demoadmin session number 0)
    Fri Feb 05 17:56:29 IST 2010 - Service using TCP/IP
    Request: clear active application/cube (from user demoadmin session number 0)
    Fri Feb 05 17:56:29 IST 2010 - Service using TCP/IP
    Request: clear active application/cube (from user demoadmin session number 0)
    Fri Feb 05 17:56:29 IST 2010 - Service using TCP/IP
    Request: disconnect from analytic service (from user demoadmin session number 0)
    Fri Feb 05 17:56:29 IST 2010 - Service using TCP/IP
    Request: sign off (from user demoadmin session number 0)

    Thanks everyone for replying to this message. We could never find a viable solution so we decided to re-image the computers/laptops of the handful of users with this issue. This seemed to do the trick. At this point we think that there was something interfering on the specific machines that we could not identify.
    Roman

  • Printing selected pages of a PDF to Adobe PDF

    I have Acrobat 9, Windows 7, and was happily creating new files from existing PDFs by printing selected pages to Adobe PDF. After having done this a hundred times or so, the process stopped working. I got this message: "When you create a PostScript file you must rely on system fonts and use document fonts. Please go to the printer properties, 'Adobe PDF Settings' page and turn OFF the option 'Rely on system fonts only; do not use document fonts.'" Then I get a message, "The document could not be printed." Then I get a message, "There were no pages selected to print."
    First, I wasn't having any problems up to this point; second, I'm not trying to create a postscript file, I'm just trying to print to Adobe PDF (as in, just page 3 of a six-page document."
    Any suggestions? Thanks!

    I downloaded the Arcobat SDK and now learning to use it with its sample.
    However, I got stuck when I run the program BasicIacVB.
    I got the following error message:
    Cannot create ActiveX component.
    When running the line
    gApp = CreateObject("AcroExch.App")
    I run this program on my PC with VS2005 installed.
    What extra step do I need to do to use the sdk?
    Seems there's no installation package there...
    Sorry about my stupid question, I am a total newbie in AcrobatSDK.
    P.S.  My ultimate goal is to develop the program in VB6 (not using VB2005),
    as my client PCs does not (and cannot for some reason) install .net framework.

  • Where is the Print Settings Dialog?

    Hello everyone,
    I was trying to print sheet music from my Sibelius application. It would not print the final bar. I changed the black ink on my Canon i850 and updated the driver. Still the final bar would not print.
    I posted my issue on the Sibelius discussion site and was told to open the File>Print dialog, go to the Print Settings dialog, then set "substitute resolution" to 300, if I am using Mac OS 10.4.
    I am using Mac OS 10.4.6. I tried to follow the instructions but I couldn't because I could not find a Print Settings dialog.
    How can I find 'Substitute resolution' in my computer?

    Hi there,
    When you click File you should have 'Page Setup' and 'Print' as menu options.
    If you select 'Print' you will see the print dialog window. If you do not see a menu that is defaulted to 'Copies & Pages', then the application may have what is called a Simplified Print dialog, similar to what you get with Preview. But you should have an option to select Advanced, which will open the normal print window. Here you should be able to select your resolution, depending on which driver you are using for the i850.
    The other thing I would check is File > Page Setup. If the sheet is set to A4 but your printed page is set to Letter, then you can loose about 20mm (which is close to an inch) from the bottom of the print (FYI - A4 is 297mm long while Letter is 279mm).
    Regards,
    Paul

Maybe you are looking for

  • Error message when trying to overwrite file on export

    I am new to Mac and FCP, and I'm trying to go through all of the steps I would do in a normal workflow. I exported a sequence from FCP, which had chapter marks, and was verifying they made their way into DVD Pro. After viewing them in DVD Pro, I clos

  • Chaning Order type for Internal order

    Hi , We have created a wrong order type for IO and we wants it to get changed. I understand that Order type is something that cannot be changed. Let me know whether the below steps are correct - 1.  Close the existing wrong order by setting the delet

  • Possibility of reversing Goods issue and delivery of one line item

    Hi experts, Is there a possibility of reversing Goods issue for only one line item and also the delviery for that line item so that i can make changes in the sales order for that line item only. Appreciate your response. Regards, krishna

  • When i compile my program i get overrides a deprecated API.

    there is no error in the program but this message override a deprecated API and there is no execute. here is the program please help me. * Swing version. import java.awt.*; import java.awt.event.*; import javax.swing.*; import javax.swing.BorderFacto

  • Source Route Bridging/ Translational Bridging

    Has anyone been able to source route bridge on a router with a single token ring interface? I want to bridge traffic between token ring and ethernet. My router 2612 has only one token ring card. What are my options? We are migrating to ethernet one s