Lf_fm_name  error if default printer space

hı all
l want send smartform like  pdf with mail   but if default printer name space   send_error or INTERNAL_ERROR  in lf_fm_name function and ı dont write default printer . how can ı solved no write default printer name . you can see my code below .
CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
  EXPORTING
    formname                 = 'ZSEFER_DETAY'
  VARIANT                  = ' '"
  DIRECT_CALL              = ' '"
  IMPORTING
    fm_name                   =   lf_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.
*W_CTRLOP-no_open = 'X'.
**W_CTRLOP-no_close = 'X'.
W_CTRLOP-device = 'LP01'.
W_CTRLOP-GETOTF = 'X'.
W_CTRLOP-NO_DIALOG = 'X'.
W_COMPOP-TDNOPREV = 'X'.
CALL FUNCTION lf_fm_name
EXPORTING
CONTROL_PARAMETERS = W_CTRLOP
OUTPUT_OPTIONS = W_COMPOP
USER_SETTINGS = 'X'
gt_1003 = zsd_st09_01
IMPORTING
JOB_OUTPUT_INFO = W_RETURN
TABLES
GT_1002 = GT_102
GT_1001 = gt_1001
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.
ENDIF.

hı madruha
W_CTRLOP-device = 'LP01'.
W_CTRLOP-GETOTF = 'X'.
W_CTRLOP-NO_DIALOG = 'X'.
W_COMPOP-TDNOPREV = 'X'.
*W_COMPOP-tdprinter = 'LP01'.
W_COMPOP-tdnewid = 'X'.
*W_COMPOP-TDNOARCH = 'X'.
*W_COMPOP-tddest = 'LP01'.
        comm_val-adsmtp-smtp_addr = ismtp-smtp .
         call function 'CONVERT_COMM_TYPE_DATA'
           exporting
             pi_comm_type      = 'INT'
             pi_comm_values    = comm_val
           importing
             pe_device         = w_ctrlop-device
             pe_mail_recipient = mail_recipient.
CALL FUNCTION lf_fm_name
EXPORTING
CONTROL_PARAMETERS = W_CTRLOP
*OUTPUT_OPTIONS = W_COMPOP
USER_SETTINGS = 'X'
*mail_recipient = mail_recipient
gt_1003 = zsd_st09_01
yukleyen = yukle
sofor1 = sofor1
not1 = not1
IMPORTING
JOB_OUTPUT_INFO = W_RETURN
TABLES
GT_1002 = GT_102
GT_1001 = gt_1001
EXCEPTIONS
FORMATTING_ERROR = 1
INTERNAL_ERROR = 2
SEND_ERROR = 3
USER_CANCELED = 4
OTHERS = 5.
okey applaying your solving but error sy-subrc 3 .
regard sinan .

Similar Messages

  • Photoshop elements 13 will not print to my new epson wf-7620 error message;default printer could not be opened

    frustrated! photoshop elements 13 will not print to my new epson wf-7620 error message;default printer could not be opened

    I haven't been able to try this fix, but someone emailed me the below fix:
    I had same problem.Elements13 would not open my new default printer, but worked ok on four other versions of Elements. No help from Adobe, after three days of searching & phoning adobe , I found out by:- Going into Elements 13, Press Edit button, down to "Preferences and across to general. Press the "Reset Preferences on next launch". I then suggest you go through each section to make sure that your chosen preference are still ticked/checked in.
    It worked for me. Hope same for you.
    I'm planning on trying this fix soon.  Let me know how it goes for you if you get to try it before me.  Will do the same.  Thanks,
    Chad

  • "Default printer was not valid" bug

    <p>I&#39;m having a problem running certain reports on Redhat Linux.  The error I&#39;m getting is:</p><p> [ERROR] [eq] [Default printer was not valid, switching to &#39;GetUnPrinter&#39;.]  When this happens, no report is produced.  Any ideas what might be causing this?  It doesn&#39;t happen when running on windows XP.</p><p> </p><p>Thanks in advance,</p><p>Don Nelson </p>

    <p>Which designer are you using to create the reports? In the non-Eclipse designer we use the Printer Driver to determine font characteristics (e.g. width, height, etc.). This printer driver information is generally saved with the report, however users can select the option to turn this off. </p><p>In Crystal Reports for Eclipse I don&#39;t believe that we are using the printer drivers anymore so you shouldn&#39;t be seeing this error.  </p><p>If you are not using CR4E to design your reports then I would suggest selecting the "No Printer" option on the Printer Settings in the Report Designer for this report. </p><p>Regards,<br />Sean Johnson (CR4E Product Manager) <br /><br /> <strong><a href="http://www.eclipseplugincentral.com/Web_Links-index-req-ratelink-lid-639.html">Rate this plugin @ Eclipse Plugin Central</a></strong>          </p>

  • Deploying printers with gpp cse to computers and setting the default printer results in this error

    The computer printername preference item in the 'Printer deployment' Group Policy object did not apply because it failed with error code '0x80070709 The printer name is invalid.' This error was suppressed.
    I've read that this is a timing issue does anyone have any thoughts on this

    > The computer printername preference item in the 'Printer deployment'
    > Group Policy object did not apply because it failed with error code
    > '0x80070709 The printer name is invalid.' This error was suppressed.
    As in your other thread: There is no default printer for computers, so
    your XML hack "might" produce the expected result or it - as in this
    case - doesn't.
    > I've read that this is a timing issue does anyone have any thoughts on this
    If it IS a timing issue, enable
    http://gpsearch.azurewebsites.net/#1839
    and configure
    http://gpsearch.azurewebsites.net/#319 to 60 or 90 seconds.
    Greetings/Grüße,
    Martin
    Mal ein
    gutes Buch über GPOs lesen?
    Good or bad GPOs? - my blog…
    And if IT bothers me -
    coke bottle design refreshment (-:

  • Default Printer name in Smartforms

    Hi Experts,
    When I am displaying Smart forms, an automatic popus is getting displayed which asks for current Printer.I am using LP01 as default printer.Can I hide this popup so while the user executes the program,he can directly view the Report screen.
    regds,
    Sam.

    DATA :  LF_FORMNAME           TYPE TDSFNAME ,  " Smart Forms: Form Name
                            LF_FM_NAME            TYPE RS38L_FNAM. " Name of Function Module
              data :     WA_CPARAM TYPE SSFCTRLOP,
                            WA_OUTPUT TYPE SSFCOMPOP.
    CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
        EXPORTING
          FORMNAME           = LF_FORMNAME
        IMPORTING
          FM_NAME            = LF_FM_NAME.
      WA_CPARAM-PREVIEW = 'X'.
      WA_CPARAM-NO_DIALOG = 'X'.
      WA_CPARAM-DEVICE = 'PRINTER'.
      WA_OUTPUT-TDNOPRINT = 'X'.       "No printing from print preview
      WA_OUTPUT-TDDEST = 'LOCA'. "or 'LP01'.  "Spool: Output device
      CALL FUNCTION LF_FM_NAME
        EXPORTING
          CONTROL_PARAMETERS = WA_CPARAM
          OUTPUT_OPTIONS     = WA_OUTPUT
          USER_SETTINGS      = SPACE.

  • Error on install Solution Manager : Jcmon(error 4). No space left on device

    Hi
    I am having a problem installing Solution Manager 7.0  EHP1- AIX 6.1 DB2 9.7
    During the unpacking phase error:
    FCO-00011 The step unpack with step key was executed with status ERROR (Last error Reported by the step: Execution of the command "/ tmp/sapinst_exe.4325530.1325543592/SAPCAR-x-v-i-r / usr / sap / SMG / SYS / exe / run-f / MidiasInstall / IMKernel/DATA_UNITS/K_701_U_AIX_PPC64/DBINDEP/SAPEXE.SAR, "finished with return code 4. Output
    <html> <head> </ head> <body> <p> An error occurred while processing option <i> EhP1 SAP Solution Manager 7.0> SAP Systems> IBM DB2 for Linux, UNIX, and Windows> Central System> Central System (Reported by the last step error: Execution of the command "/ tmp/sapinst_exe.4325530.1325543592/SAPCAR-x-v-i-r / usr / sap / SMG / SYS / exe / run-f / MidiasInstall/IMKernel/DATA_UNITS/K_701_U_AIX_PPC64 / DBINDEP / SAPEXE.SAR, "finished with return code 4. Output:
    Sapce: processing archive / MidiasInstall/IMKernel/DATA_UNITS/K_701_U_AIX_PPC64/DBINDEP/SAPEXE.SAR (version 2.01)
    x jcmon
    Sapce: error writing to / usr / sap / SMG / SYS / exe / run / jcmon (error 4). No space left on device).
    Note: I downloaded the newest sapinst but not resolved.
    SAPinst build information:
    abi version: 722
    make variant: 720_REL
    build: 1296039
    compile time: 26 Dec 2011 02:46:25
    Media used:
    51041320 - DB2 9.7 - Client
    51041317_1 DB2 9.7 - RDBMS
    51040438 - Export
    51040437 - Installation Master
    51040439 - Java SW Comp
    51040584 - Kernel
    Filesystem GB blocks Free% Used Iused% Iused Mounted on
    / dev/hd2 5:00 49 709 2.76 45% 8% / usr
    / dev/fslv00 15:00 15:00 15 1% 1% / usr / sap / SMG
    any idea ?

    Hi,
    The /usr/sap file system looks fine.
    Could you also check the file space on the /tmp file system? This is usually less and SAPInst can fill this up very quickly.
    Ideal to create a seperate SAPInst directory rather than use the default /tmp/sapinst_instdir.
    Regards,
    Srikishan

  • Network shared printers stop working; default printer changes

    Hello,
    Have an odd printing issue that seems to be ongoing and am trying to come up with a good solution or fix for it.
    We have an environment that has a Windows 2012R2 Print Server, that is sharing various printers which are also set to List in Directory.  Some of the printers are HP and are using the HP Universal driver which shows as "True" for Packaged in
    the print management window, and some of the printers are Canon which are using device specific drivers and show as "False" for Packaged.  My understanding is that the packaged attribute simply indicates that Point and Print can then download
    the driver and install/use it without any security prompts whereas if it is not Packaged, then the driver must be installed on the local server/workstation by an Administrator.  We have Group Policy defined such that all Point and Print restrictions are
    Disabled.
    We then have multiple Remote Desktop Session Hosts based on Server 2008R2 (x64).  Users connect to these hosts via thin clients (Wyse) and there is a domain login script using KiXtart that creates printer connections to the shared printers using an address
    of \\printserver\printername.  We also set the default printer via the login script each time depending on user's group membership.
    Each part of this setup is on it's own routed VLAN subnet, so the Print Server is on 192.168.0.x/24, RDSHs are on 192.168.1.x/24 and the printers themselves are on 192.168.2.x/24.  There is no firewall or other restrictions between the subnets, all traffic
    is allowed to flow.
    The issue we are having is two parts, the first is the larger issue, but both are a pain:
    1) Randomly (no discernible pattern/reason/timeframe), some Canon printers will stop appearing in Print dialog boxes from applications when a user tries to print.  It only seems to happen on the Canon printers.  The printer will still show in Control
    Panel -> Devices and Printers, but when you right click it and try to go to Printer Properties or view any of the printer settings, you'll get an error saying the printer is not accessible/valid.  I have also tried a WMI query for "select * from
    win32_printer" and the printer will not be returned.  To temporarily fix it, we right click the printer, and choose to remove it and then go through the wizard to re-add the same printer from the directory again.  That will correct it and the
    user can print again, view all properties, etc.  This doesn't happen to every user but happens sporadically and once it happens to a user it seems to pop up once every week or two.
    Now, we have made a change and installed the Canon printers in question locally on the Remote Desktop Session Hosts themselves using TCP/IP ports so that each user logging into the session host will see all of the printers.  This also seems to have resolved
    this issue.  So it leads me to think there is some sort of timeout or connection getting dropped, but for no real apparent reason.  This is all on a virtualized platform and so the Print Server and Session Hosts have very reliable LAN connections
    amongst themselves.  And further, we never see the issue with the HP printers, they seem to maintain their stability at all times.
    2) The other issue we are seeing is that from time to time the default printer setting changes or vanishes altogether.  It doesn't happen to every user but once it does happen it happens regularly (multiple times a day).  This happens even when using
    the locally mapped TCP/IP printer or when using the network print server.  From what I have read and found, this generally seems to be a known issue regarding redirected client printers and some GP settings related thereto.  But we aren't redirecting
    any local client printers, everything is network based/shared.
    In digging into these two issues I have run across the following error we get regularly in the PrintService Event Viewer log:
    The print spooler failed to import the printer driver that was downloaded from \\printserver\print$\x64\PCC\ntprint.inf_amd64_59246c3ac1bd3f2a.cab into the driver store for driver Microsoft enhanced Point and Print compatibility driver. Error code= 800f024b.
    This can occur if there is a problem with the driver or the digital signature of the driver.
    And digging further into that seems to be that their was an error validating one of the DLL files as seen at the following thread:  http://social.technet.microsoft.com/Forums/windowsserver/en-US/9fe186e4-52f7-4552-a223-b2320cfc9ed5/driver-install-semi-fails-with-800f024b?forum=winserverprint
    We get the exact same error that is shown there UNISRV.DLL being flagged as invalid, and have applied the hotfix indicated in KB2701894.
    I am not sure the above error is realted to the issues at hand, but figured it is a good starting point to eliminate it as a potential cause of the issue.
    Any input or suggestions on what to do to diagnose or further resolve this would be greatly appreciated!

    Alan, I'm getting this error 600 in my company. Is there any fix for this problem?
    After installing KB2919355 on Windows 2012 R2, when I try to map a shared printer I receive the following error message: A policy is in effect on your computer which prevents you from connecting to this print queue. Please contact your system administrator.
    If I uninstall the patch the shared printer maps correctly.
    I also notice that if I copy the driver \\server\print$\x64\PCC\ntprint.inf_amd64_a7ac65d1b7714fb1.cab
    from a Windows 2012 R2 before applying KB2919355 to the server that has the patch applyed (and rename it), I can map the printer.
    Does anyone know if there is a fix for that?

  • Set Default Printer based on user setting using Powershell script

    Hi 
    I would like to create a script that runs on user log off and captures the default printer (set manually by the user) and then another script to reapply the settings (saved upon log off) when the user logs back in.
    This is because local printers are set as default printer (PDF Creator Programs) when we all use Network Printers so this means a user has to set default printer to the network printer all the time.
    I have found this script to start with:
    $Printer = Get-WmiObject -namespace root\cimv2 -Query “select * from Win32_Printer Where Default = TRUE” -Impersonation 3 | select name | out-file C:\temp\Printer.txt
    But the out file looks like this:
    name
    \\PrinterserverName\Accounts01
    Which I dont see how it can be used on another script plus there are spaces after\Account01 
    Any Ideas please?
    M
    Maelito

    Hi Maelito,
    According to your description, you want to export the default printer name to text file, then read this printer name from text file and set the default printer via Powershell:
    #save printer name to text file
    Get-WmiObject -namespace root\cimv2 -Query “select * from Win32_Printer Where Default = TRUE” -Impersonation 3 | select -ExpandProperty name | out-file C:\temp\Printer.txt
    # read printer name from text file and set default printer
    $name=get-content C:\temp\Printer.txt
    (Get-WmiObject -Class Win32_Printer -Filter "Name='$name'").SetDefaultPrinter()
    If there is anything else regarding this issue, please feel free to post back.
    Best Regards,
    Anna Wang
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Get default printer in ABAP program ....

    Hi gurus, pls help me ...
         I had a program to print voucher. It show document list, and user can choose some document to print (smartform). Now, if I choose 5 document, I have to choose printer 5 times. Who can tell me the way to get default printer of the desktop which user's using to assign OUTPUT_OPTIONS or something like that!? Thanks for all.

    hi,
    Please refer the code elow..u should be able to crack this roblem..
      data: l_usr01 like usr01.
      CALL FUNCTION 'GET_PRINT_PARAM'
        EXPORTING
          I_BNAME = sy-uname
        IMPORTING
          E_USR01 = l_usr01.
      output_options-TDARMOD = '1'.
      output_options-TDDEST = l_usr01-spld.
      output_options-TDRECEIVER = sy-uname.
      output_options-TDCOPIES = '1'.
      output_options-TDIMMED ='X'.
      output_options-TDDELETE = 'X'.
      output_options-TDLIFETIME = 0.
      output_options-tdnoprev = 'X'.
      output_options-tdnoprint = space.
      output_options-tddelete = 'X'.
    Please, assign points, if u have found it useful..
    Thanks,
    Nivin

  • There was an error opening your printer. Printing functions will not be available until you have selected a printer and reopened any documents. Error message in PhotoShop CC

    Printing from PS CC worked fine today. I made no changes to preferences. In between working with 2 projects, the first one printed fine, the second gave me this Error Message.
    There was an error opening your printer. Printing functions will not be available until you have selected a printer and reopened any documents.
    Now I've checked for updates for my printer, reset my printer, reset PS CC preferences, picked my printer as Default and Last Used, and rebooted. I've followed all the recommended fixes for this issue I could find here and on the internet. I can print fine from any other program. Alas, the error message keeps popping up and I can't print.
    PS CC is up to date
    Running OS 10.10.2
    HP Printer updated
    Help?

    Have you printed to this printer from 10.10 before?  If so, check your connections.

  • Why do I get the mesasge, default printer is not compatible with this version of photoshop elements

    When I print from photoshop elements 13, I get the message, default printer is not compatible with this version of photoshop elements

    Hi ,
    Please update to PSE 13.1
    13.1 has solved this problem.
    Refer to this link.
    Photoshop Elements Help | Printer errors with Photoshop Elements 13

  • Printer install, test print ok, will not print anything else, cannot select as default printer

    Printer installs fine, test pages, alignment pages, colour print pages all test fine, they are selected to print from the option on control panel. Trying to print from any other program, the printer is not listed as an option. Going through control panel, try selecting it as default printer, following messge given :
    Operation could not be completed (error 0x00000709). Double check the printer name and make sure the printer is connected to the network.
    Printer connected via USB direct to my single laptop. Uninstalled and re installed, as per troubleshooting instuctions. Ran troubleshooting program and HP print and scan doctor.  Only info given was that it was not default printer, when asked to fix the problem it states it cannot.
    Had a previous HP printer scanner, all removed (it broke, hence the new one), never had a problem with the install, this new one is being a real pain, any help would be appreciated

    Hello again mattcpx ,
    I think what we are going to need to do is start right from scratch.  Seeing that the only printer listed is generic printer icon from Windows 7(This icon does nothing for the printer you have installed), we are going to uninstall your printer and do a proper re install.
    Lets start off by removing the usb cable from both the printer and from the computer and leave it disconnected until further notice. 
    The first link I have for you gives detailed instructions for Uninstalling the Printer Software.
    Once the uninstall is complete, please reboot the computer so that the changes take affect.
    When the computer is back on, disable any firewalls or anti virus protection that you may have running.
    Please make sure that you have the printer power cable connected directly to a wall outlet and not a power bar/strip. Here is a document that uses a LaserJet printer as an example but it is meant for HP products in general. Please click on the following link that explains the Issues when Connected to an Uninterruptible Power Supply/Power Strip/Surge Protector.
    Do a power cycle on the printer with the use of the on/off button.  This will do a semi power reset on the printer.
    The next step that we are going to take is to download and save the HP Officejet 4630 e-All-in-One Printer series Full Feature Software and Drivers to the desktop of the computer.  This will create a new icon on the computer and make the download easy to find.
    Double click on the new icon and follow the installation instructions.  The installation will prompt you when to connect the usb cable so please do NOT connect it before hand.
    Let me know how you make out.
    If the troubleshooting does not help resolve your issue, I would then suggest calling HP's Technical Support to see about further options for you. If you are calling within North America, the number is 1-800-474-6836 and for all other regions, click here: click here.
    Cheers, 
    Click the “Kudos Thumbs Up" at the bottom of this post to say “Thanks” for helping!
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    W a t e r b o y 71
    I work on behalf of HP

  • Default printer in SAp ECC 6.0 version

    I want to print by windows default printer, my device is F type, but in before versions i use
    SAPWIN: Rel 4.x 4.09 + ONLY and i execute in my computer and it works, but now it gives me an error, what value do you select for this version please?
    Thanks in advance.
    regards

    Sorry, i am talking about SPAd transaction

  • Chart Flash Chart error: ORA-20001: Print Chart Data: Flash Chart error: OR

    Hi,
    if the query where my resource gantt chart is based on returns more the 107 rows, i will get the following error:
    chart Flash Chart error: ORA-20001: Print Chart Data: Flash Chart error: ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    If i reduce the number of results, the chart is working fine.
    Max rows attribute of the series is adjusted to 4000
    Any idea?
    Thank you

    Thank you,
    I have tried it, but it I am not able to make it work, here you find a snip of my pagesource:
    <anygantt> <resource_chart>
    <resources>
    <resource id="341" name="Drexler, Franz" />
    <resource id="5" name="Gross, Johannes-Ludwig" />
    <resource id="8" name="Pecherski, Andrzej" />
    <resource id="131" name="Steinmetz, Raphael" />
    <resource id="191" name="Jenks, Raymond" />
    <resource id="33" name="Alhambra, Roda Marie" />
    <resource id="31" name="Daminescu, Adrian" />
    </resources>
    <periods>
    <period resource_id= "31" start="24-DEC-12 12.00.00.000000000 AM" end="31-DEC-12 12.00.00.000000000 AM" style="green" />
    <period resource_id= "8" start="27-DEC-12 12.00.00.000000000 AM" end="28-DEC-12 12.00.00.000000000 AM" style="green" />
    <period resource_id= "8" start="02-JAN-13 12.00.00.000000000 AM" end="04-JAN-13 12.00.00.000000000 AM" style="green" />
    <period resource_id= "131" start="26-JAN-13 12.00.00.000000000 AM" end="04-FEB-13 12.00.00.000000000 AM" style="green" />
    <period resource_id= "131" start="01-JAN-13 12.00.00.000000000 AM" end="06-JAN-13 12.00.00.000000000 AM" style="green" />
    <period resource_id= "131" start="22-DEC-12 12.00.00.000000000 AM" end="31-DEC-12 12.00.00.000000000 AM" style="green" />
    <period resource_id= "5" start="21-DEC-12 12.00.00.000000000 AM" end="31-DEC-12 12.00.00.000000000 AM" style="green" />
    <period resource_id= "31" start="07-JAN-13 12.00.00.000000000 AM" end="11-JAN-13 12.00.00.000000000 AM" style="green" />
    <period resource_id= "8" start="21-DEC-12 12.00.00.000000000 AM" end="21-DEC-12 12.00.00.000000000 AM" style="blue" />
    <period resource_id= "33" start="26-DEC-12 12.00.00.000000000 AM" end="28-DEC-12 12.00.00.000000000 AM" style="green" />
    <period resource_id= "33" start="25-FEB-13 12.00.00.000000000 AM" end="25-FEB-13 12.00.00.000000000 AM" style="red" />
    <period resource_id= "33" start="28-MAR-13 12.00.00.000000000 AM" end="29-MAR-13 12.00.00.000000000 AM" style="red" />
    <period resource_id= "33" start="09-APR-13 12.00.00.000000000 AM" end="09-APR-13 12.00.00.000000000 AM" style="red" />
    <period resource_id= "33" start="01-MAY-13 12.00.00.000000000 AM" end="01-MAY-13 12.00.00.000000000 AM" style="red" />
    <period resource_id= "33" start="12-JUN-13 12.00.00.000000000 AM" end="12-JUN-13 12.00.00.000000000 AM" style="red" />
    <period resource_id= "33" start="26-AUG-13 12.00.00.000000000 AM" end="26-AUG-13 12.00.00.000000000 AM" style="red" />
    <period resource_id= "33" start="01-NOV-13 12.00.00.000000000 AM" end="01-NOV-13 12.00.00.000000000 AM" style="red" />
    <period resource_id= "33" start="30-DEC-13 12.00.00.000000000 AM" end="30-DEC-13 12.00.00.000000000 AM" style="red" />
    <period resource_id= "33" start="31-DEC-13 12.00.00.000000000 AM" end="31-DEC-13 12.00.00.000000000 AM" style="red" />
    <period resource_id= "33" start="21-AUG-13 12.00.00.000000000 AM" end="21-AUG-13 12.00.00.000000000 AM" style="red" />
    <period resource_id= "33" start="15-OCT-13 12.00.00.000000000 AM" end="15-OCT-13 12.00.00.000000000 AM" style="red" />
    <period resource_id= "8" start="23-DEC-13 12.00.00.000000000 AM" end="23-DEC-13 12.00.00.000000000 AM" style="green" />
    <period resource_id= "8" start="27-DEC-13 12.00.00.000000000 AM" end="27-DEC-13 12.00.00.000000000 AM" style="green" />
    <period resource_id= "8" start="30-DEC-13 12.00.00.000000000 AM" end="30-DEC-13 12.00.00.000000000 AM" style="green" />
    <period resource_id= "8" start="02-JAN-14 12.00.00.000000000 AM" end="03-JAN-14 12.00.00.000000000 AM" style="green" />
    <period resource_id= "5" start="31-MAY-13 12.00.00.000000000 AM" end="31-MAY-13 12.00.00.000000000 AM" style="green" />
    <period resource_id= "8" start="21-MAY-13 12.00.00.000000000 AM" end="24-MAY-13 12.00.00.000000000 AM" style="green" />
    <period resource_id= "8" start="27-MAY-13 12.00.00.000000000 AM" end="29-MAY-13 12.00.00.000000000 AM" style="green" />
    <period resource_id= "8" start="31-MAY-13 12.00.00.000000000 AM" end="31-MAY-13 12.00.00.000000000 AM" style="green" />
    <period resource_id= "8" start="02-APR-13 12.00.00.000000000 AM" end="05-APR-13 12.00.00.000000000 AM" style="green" />
    <period resource_id= "5" start="11-FEB-13 12.00.00.000000000 AM" end="11-FEB-13 12.00.00.000000000 AM" style="green" />
    <period resource_id= "131" start="29-JUN-13 12.00.00.000000000 AM" end="14-JUL-13 12.00.00.000000000 AM" style="green" />
    <period resource_id= "131" start="16-AUG-13 12.00.00.000000000 AM" end="16-AUG-13 12.00.00.000000000 AM" style="blue" />
    <period resource_id= "8" start="26-AUG-13 12.00.00.000000000 AM" end="30-AUG-13 12.00.00.000000000 AM" style="green" />
    <period resource_id= "8" start="02-SEP-13 12.00.00.000000000 AM" end="06-SEP-13 12.00.00.000000000 AM" style="green" />
    <period resource_id= "8" start="15-FEB-13 12.00.00.000000000 AM" end="15-FEB-13 12.00.00.000000000 AM" style="blue" />
    <period resource_id= "5" start="13-MAR-13 12.00.00.000000000 AM" end="13-MAR-13 12.00.00.000000000 AM" style="green" />
    <period resource_id= "8" start="22-MAR-13 12.00.00.000000000 AM" end="22-MAR-13 12.00.00.000000000 AM" style="blue" />
    <period resource_id= "33" start="20-MAR-13 12.00.00.000000000 AM" end="20-MAR-13 12.00.00.000000000 AM" style="green" />
    <period resource_id= "5" start="08-APR-13 12.00.00.000000000 AM" end="08-APR-13 12.00.00.000000000 AM" style="blue" />
    <period resource_id= "31" start="05-APR-13 12.00.00.000000000 AM" end="05-APR-13 12.00.00.000000000 AM" style="green" />
    <period resource_id= "31" start="02-MAY-13 12.00.00.000000000 AM" end="03-MAY-13 12.00.00.000000000 AM" style="green" />
    <period resource_id= "341" start="01-JUL-13 12.00.00.000000000 AM" end="22-JUL-13 12.00.00.000000000 AM" style="green" />
    <period resource_id= "341" start="09-MAY-13 12.00.00.000000000 AM" end="12-MAY-13 12.00.00.000000000 AM" style="green" />
    <period resource_id= "191" start="04-JUL-13 12.00.00.000000000 AM" end="06-JUL-13 12.00.00.000000000 AM" style="red" />
    <period resource_id= "31" start="15-JUN-13 12.00.00.000000000 AM" end="30-JUN-13 12.00.00.000000000 AM" style="green" />
    </periods>
    </resource_chart></anygantt>
    </textarea>
    <div id="chartDiv"></div>
    <script type="text/javascript" language="javascript">
    /* Set default swf path */
    AnyChart.swfFile = 'i/flashchart/anychart_6/swf/OracleAnyChart.swf';
    /* Create new gantt chart */
    var chart = new AnyChart();
    chart.width="2500";
    chart.height="2500";
    /* Get string data from text area */
    var data = document.getElementById('rowData').value.toString();
    /* Set data */
    chart.setData(data);
    /* Write chart to "chart" div */
    chart.write("chartDiv");
    </script>
    do you have a idea whats wrong? thank you

  • Printing Documents through the Default Printer

    I have come across a problem, where it is getting difficult for me to enable my swings application to print a paper through the default printer which is installed. What should i do in this regard?

    Actually you just have to write
          // Create a job
          PrinterJob job = PrinterJob.getPrinterJob();  
          // Transmit the printable objet to the job
          job.setPrintable(yourPrintableObject);
          // Print the job
          try {
             job.print();
          catch(PrinterException e) {
             System.out.println("PRINTING ERROR: "+e.getMessage());  
          }Of course, you need a default printer set on the system...
    Hope this helped,
    Regards.

Maybe you are looking for

  • How do i set up a PHP,MYSQL,Apachie server on my macbook

    I play a well known MMORPG (WoW) and my guild recently lost there site due to owner of the site leaving the guild, i had previously mentioned i had a little experience in designing but not developing so they asked me to develop a web site for the gui

  • How to install adobe flash player?

    HOW TO INSTALL ADOBE FLASH PLAYER?

  • How to transmit a file via plain https?

    Hello all, i have a scenario as follows: The Vendor has provided a URL ( say https://www.somesite.com ) and UserID/PWD to login to their site. Once logged in i need to select a directory and then upload a file. Can i use here the https adapter?? And

  • How do I change my search engine away from Bing?

    I changed the preferences in Safari so that the search engine should be Google, yet when I do a search, it still seems to be using Bing.

  • OBIEE 11.1.1.6 not installing on RHEL 6

    Hi, I'm not able to install OBIEE11.1.1.6 on RHEL 6.It says required packages are missing. I have installed all the necessary packages needed But still not able to succeed.Please Help me out. Thanks In Advance Janani