Unable to allocate with SetDataWithPOV function

I'm trying to allocate a piece of data in Entity A to another Entity B, allowing to accumulate the data.
To do so, I'm thinking that SetDataWithPOV function can be used.
I wrote the sample script using SetDataWithPOV, seeing HFM administrator's guide --> http://download.oracle.com/docs/cd/E12825_01/epm.111/hfm_admin.pdf page.327)
Sub Allocate
HS.SetDataWithPOV ("S#Actual.A#77300.I#[ICP None]", 1000, True)
End Sub
But, the above script doesn't work.
Does anyone have any idea?
And, I would really appreciate if anyone show me the source of example script
Regards
Yoshiki

Hi ,
You can do the following:
Sub Allocate
Dim myValue, myPOV
myValue = 1000
myPOV = "S#Actual.A#77300.I#[ICP None]"
Call HS.SetDataWithPOV (myPOV,myValue,True)
Check if I#[ICP None] is the correct icp none value member in your dimension.
Thanks.

Similar Messages

  • Unable to summarize with Previous function

    Post Author: ebry74
    CA Forum: Formula
    Hello,
    I am trying to identify the number of days from patient discharge, to next admission.  In order to do this, I have grouped all of my patients by medical record number, and then created a group for each of their visits.  Once I have all the visits listed on the report, I have used the previous function to look at the visit admission, and compared it to the patients previous discharge to get the number of days.
    Now that I have the number of days to re-admit, I am trying to create a few summarized fields, but I am unable to since the days to re-admit is based on the previous function which calculates while printing records.
    Any suggestions?
    I am using Business Objects XI, with SQL 2000.
    Thanks,
    - Bryan

    Post Author: jpeterson
    CA Forum: Formula
    I just figured this out myself for a differant application but here is the synopsis.
    preivous() is a 2 pass function. which requires you to use whileprintingrecords flags. This particurlar process will quire 4 variables.
    first veriable will be the calculation for the previous days. this is placed in the detail section.
    second variable will be your summation and will look something like
    WhilePrintingRecords;shared numbervar sumation;if (@days from last visit} = 1 thensumation := 1+sumation;
    3rd variable will be in your grop heading. This just simply allows you to reset your shared variable to 0 when your group changes
    shared numbvar sumation := 0;
    4th is your group footer. I total of your group.
    shared numbervar sumation;
    this shoudl be what your looking for.  Hope it works for you.

  • Unable to scan and communicat​e with scan function C6180 Vista Home Premium 64 bit Printing works

    I have an all in one C6180 Photosmart connected by wireless network (infrastructure). Network consists of 2-laptops, 1-Desktop and the printer.  Everything works from HP solution Center on the Compaq laptop and the Dell desktop both running Windows XP. My newest laptop is a Dell studio XPS core2   2.4ghz running Windows Vista Home Premium 64 bit. I am unable to scan from the Dell Laptop using HP Solution Center nor can I scan from the printer buttons to the laptop. Solution Center opens I select "scan document" and immediately get an error message "unable to communicate with scanning device. Likewise with the copy function.  The laptop does recognize the printer though and I am able to print wirelessly.  All functions work when connected via USB so I believe the printer is fine.  I have been working with this problem since I bought the printer in 2007. I spent many hours reading hundreds of internet posts, talking by phone with HP and via e-mail support from HP.  I became frustrated and gave up for awhile but now I want to see if there are any new solutions that I don't know about. I downloaded full feature software and drivers for the 6180 from HP and performed various levels of uninstall (L1, L2, L3, L4). I also cleaned the registry with ccleaner, windows disk cleanup and manual registry deletions when allowed per HP. I have checked port settings, tried stopping HP functions is Services.Msc. The Digital monitor is currently running, however no scanner communication-computer to 6180 and no scanner communication 6180 to computer. I can print and fax from computer wirelessly. I have ran the HP diagnostic utility separately and it appears everything is fine, connection IPaddress etc. During install when prompted to run test it says the printer is connected to the network. I have tried to add a device to the network after install and get the message no wireless devices found. The scanner does not appear under Cameras and Scanners in control panel. Nor will it find the scanner when I try to add device. Firewalls and antivirus have been turned off. Still can't make it work. Suggestions please.

    Sorry about your pain.  L3 uninstall is what I recommend.  Re-install from hp.com and this time, with the printer properly attached it should flow OK.
    Say thanks by clicking "Kudos" "thumbs up" in the post that helped you.
    I am employed by HP

  • Urgent help with ORA-01062: unable to allocate memory for define buffer

    Hello, Folks!
    I have a c++ code that is using OCI API that is running both in
    windows and in spark.
    (The same c++ code compiled and running in both platforms)
    and asking the same query.
    In windows, everything is OK but in spark
    it failes...
    The ORACLE Server is installed on win2003 station
    Both client and server ORACLE version is 10.2.0.1.0
    The code is running on spark(oracle instant client is installed)
    This query is a simple select query that selects only one field
    of type VARCHAR2(4000) (the same problem with happen with any
    string type field larger than 150 characters)
    The error occured when calling for OCIDefineByPos method
    when associating an item in a select-list with the type and output
    data buffer.
    The error message is: ORA-01062: unable to allocate memory for define
    buffer
    (This error message signifies that I need to use piecewise operation...)
    But it happens even if I make this varchar2 field to be of size larger
    than 150.
    It is not fair to use piecewise fetch for such a small fields sizes.
    May be there is not configuration setting that can enlarge this
    I know that I wrote here a very superficial description.
    If somebody knows something about this issue, please help
    Thanks

    I had a special luck today after searching the solution per weeks:)I have got a solution.
    When I get the size of the oci field, in the following expressioin
    l_nResult = OCIAttrGet(l_oParam->pOCIHandle(), OCI_DTYPE_PARAM, &(orFieldMD.m_nSize), NULL, OCI_ATTR_DATA_SIZE, m_oOCIErrInfo.pOCIError());
    orFieldMD.m_nSize was of type ub4 but according the manual it must be ub2.
    As a result, the number returned was very large (junk?) and I passed this value to OCIDefineByPos
    Now I changed the type and everything is working!!!
    In windows there is not problem with this expression :)
    Thanks
    Issahar

  • ERP 2004 SR1 with Oracle: unable to allocate MINEXTENTS

    Hello Everybody,
    I'm trying to install SAP ERP 2004 SR1 with Oracle on Debian Sarge (I know that it is not supported). The installation was prety straight forward. But now in the step "Database Load (Post processing)" i get this Errors:
    /tmp/sapinst_instdir/ECC_50_ABAP_NUC/DB/SAPSSEXC.log:
    (DB) ERROR: DDL statement failed
    (CREATE  INDEX "T100~001" ON "T100" ( "ARBGB" , "MSGNR"  ) TABLESPACE PSAPIDS640 STORAGE (INITIAL 363889471 NEXT 0000002560K MINEXTENTS 0000000001 MAXEXTENTS 2147483645 PCTINCREASE 0 ) )
    DbSlExecute: rc = 99
      (SQL error 1659)
      error message returned by DbSl:
    ORA-01659: unable to allocate MINEXTENTS beyond 17 in tablespace PSAPIDS640
    (DB) INFO: disconnected from DB
    /tmp/sapinst_instdir/ECC_50_ABAP_NUC/DB/SAPAPPL2.log:
    (DB) ERROR: DDL statement failed
    (CREATE UNIQUE INDEX "T512G~0" ON "T512G" ( "MANDT", "SPRSL", "MOLGA", "FORML", "WINDO", "GRPPE", "KENNZ", "LFDNR" ) TABLESPACE PSAPIDS STORAGE (INITIAL 11615742 NEXT 0000000080K MINEXTENTS 0000000001 MAXEXTENTS 2147483645 PCTINCREASE 0 ) )
    DbSlExecute: rc = 99
      (SQL error 1659)
      error message returned by DbSl:
    ORA-01659: unable to allocate MINEXTENTS beyond 4 in tablespace PSAPIDS
    (DB) INFO: disconnected from DB
    /tmp/sapinst_instdir/ECC_50_ABAP_NUC/DB/SAPSLEXC.log
    (DB) ERROR: DDL statement failed
    (CREATE  INDEX "DDFTX~1" ON "DDFTX" ( "ROLLNAME"  ) TABLESPACE PSAPIDS640 STORAGE (INITIAL 52072826 NEXT 0000002560K MINEXTENTS 0000000001 MAXEXTENTS 2147483645 PCTINCREASE 0 ) )
    DbSlExecute: rc = 99
      (SQL error 1659)
      error message returned by DbSl:
    ORA-01659: unable to allocate MINEXTENTS beyond 24 in tablespace PSAPIDS640
    I think the tablespace is to small. Which commands do I need to extend them? I've alredy tried:
    su – oraids
    sqlplus /nolog
    connect / as sysdba
    SELECT * FROM DBA_TABLESPACES WHERE TABLESPACE_NAME = 'PSAPIDS';
    ALTER TABLESPACE PSAPIDS DEFAULT STORAGE
    (INITIAL 11615742 NEXT 0000000080K MINEXTENTS 0000000001 MAXEXTENTS 2347483645 PCTINCREASE 0);
    Hope that anybody can help me out. I will publish the installation instructions here on SDN.
    Regards
    Gregor

    Hi Gregor.  The text of the Oracle message ORA-01659 is as follows.  As you can see it recommends adding a data file first.
    01659, 00000, "unable to allocate MINEXTENTS beyond %s in tablespace %s"
    // *Cause:  Failed to find sufficient contiguous space to allocate MINEXTENTS
    //          for the segment being created.
    // *Action: Use ALTER TABLESPACE ADD DATAFILE to add additional space to the
    //          tablespace or retry with smaller value for MINEXTENTS, NEXT or
    //          PCTINCREASE
    The syntax for adding a datafile would be
    alter tablespace PSAPIDS add datafile '/your/path/psapids99.dbf' size 100m;

  • U6678700.drv fails with "AutoPatch error: Unable to allocate memory in proc

    I am running an adpatch session to apply the u6678700.drv upgrade driver to an 11.5.10.2 instance running on AIX 6.1.
    Just after the "JDBC connect string from AD_APPS_JDBC_URL is......" statement, I receive "AutoPatch error: Unable to allocate memory in procedure aiumab()."
    I have confirmed and reconfirmed that all O/S, Software, ulimit and kernel settings are at the required minimum values/levels per Document ID# 761569.1.
    What else can I check into as to the cause of this error?

    There are no entries in the DB Log of any relevance to the error.
    ADPATCH LOG FILE:
    Uploading PL/SQL direct execute exceptions from file ...
    Done uploading PL/SQL direct execute exceptions from file.
    Done validating PL/SQL direct execute exceptions file.
    JDBC connect string from AD_APPS_JDBC_URL is
    (DESCRIPTION=(LOAD_BALANCE=YES)(FAILOVER=YES)(ADDRESS_LIST=(ADDRESS=(PROTOCOL=tcp)(HOST=lajeffeux03)(PORT=1521)))(CONNECT_DATA=(SID=UPG)))
    AutoPatch error:
    Unable to allocate memory in procedure aiumab().
    You should check the file
    /oracle/d01/oraupg/apps/apps_st/appl/admin/UPG/log/6678700_adpatch.log
    for errors.

  • " unable to allocate space from the buffer cache" Message

    Hi
    I am trying to delete a large volume or records from a BTREE database. I have used the DB_SET_RANGE with a cursor to locate the desired records. After that the Dbc::get() with DB_NEXT is called. After deleting a considerable amount of records I am receiving a message in the error callback function as "unable to allocate space from the buffer cache".
    What might be the reason for such a message.
    Regards
    Nisam

    Nisam,
    This means that the cache is full and there are no pages that BDB can evict to make space. Are you running with the default cache size? You can increase the cache size by calling: dbenv->set_cachesize or db->set_cachesize.
    Related docs:
    Selecting a cache size: http://www.oracle.com/technology/documentation/berkeley-db/db/ref/am_conf/cachesize.html
    Bogdan Coman

  • I have just sought  to update my lightroom and am now unable to access the develop function and get a note stating that I have reduced functionality what it this about and how do I get my product back

    I have just sought  to update my lightroom and am now unable to access the develop function and get a note stating that I have reduced functionality what it this about and how do I get my product back

    Hi there
    I have version 5.7 and every time I opened it I was told that updates are available and to click on the icon to access these.  Instead it just took me to the
    adobe page with nowhere visible to update.  I then  sought to download lightroom cc and this is when I could not access the 'develop' section due to reduced
    functionality  It was apparent that my photos had been put in cc but no way to access them unless I wanted to subscribe. 
    I have since remedied the problem as  my original lightroom 5.7 icon is still available on the desktop and have gone back to that.  I do feel that this is a bit
    of a rip off and an unnecessary waste of my time though.
    Thank you for your prompt reply by the way.
    Carlo
    Message Received: May 04 2015, 04:52 PM
    From: "dj_paige" <[email protected]>
    To: "Carlo Bragagnolo" <[email protected]>
    Cc:
    Subject:  I have just sought  to update my lightroom and am now unable to access the develop function and get a note stating that I have
    reduced functionality what it this about and how do I get my product back
    dj_paige  created the discussion
    "I have just sought  to update my lightroom and am now unable to access the develop function and get a note stating that I have reduced functionality what it
    this about and how do I get my product back"
    To view the discussion, visit: https://forums.adobe.com/message/7510559#7510559
    >

  • HPlip: "Unable to communicate with the device" error

    Hello Arch Community, I've been a user of Arch for a while and most of it just worked out of the box. However, I had my HP 6300 working through a direct connection. But a couple of days ago it just broke.
    I've tried everything I could think of to make it back but all has been unsuccesful, I removed the printer and tried to add it again (sorry, old Windows habit, there most of the time works), however, I couldn't add the printer, it fails with the error: "Unable to communicate with the device. Please check the device and try again.", I added myself to the ld group (shouldn't matter, but I did it anyway)
    I have cups 1.4.2.
    Hp-check:
    HP Linux Imaging and Printing System (ver. 3.9.10)
    Dependency/Version Check Utility ver. 14.3       
    Copyright (c) 2001-9 Hewlett-Packard Development Company, LP
    This software comes with ABSOLUTELY NO WARRANTY.           
    This is free software, and you are welcome to distribute it
    under certain conditions. See COPYING file for more details.
    Note: hp-check can be run in three modes:
    1. Compile-time check mode (-c or --compile): Use this mode before compiling the HPLIP supplied     
    tarball (.tar.gz or .run) to determine if the proper dependencies are installed to successfully     
    compile HPLIP.                                                                                     
    2. Run-time check mode (-r or --run): Use this mode to determine if a distro supplied package (.deb,
    .rpm, etc) or an already built HPLIP supplied tarball has the proper dependencies installed to     
    successfully run.                                                                                   
    3. Both compile- and run-time check mode (-b or --both) (Default): This mode will check both of the
    above cases (both compile- and run-time dependencies).                                             
    Saving output in log file: hp-check.log
    Initializing. Please wait...
    | SYSTEM INFO |
    Basic system information:
    Linux carloslicea-laptop 2.6.31-ARCH #1 SMP PREEMPT Tue Nov 10 19:48:17 CET 2009 i686 Intel(R) Core(TM)2 CPU T5600 @ 1.83GHz GenuineIntel GNU/Linux                                                     
    Distribution:
    unknown 0.0 
    Checking Python version...
    OK, version 2.6.4 installed
    Checking PyQt 4.x version...
    OK, version 4.6.1 installed.
    Checking for CUPS...
    Status: el planificador de tareas se está ejecutando
    Version: 1.4.2
    warning: /etc/cups/cupsd.conf file not found or not accessible.
    Checking for dbus/python-dbus...
    dbus daemon is running.
    python-dbus version: 0.83.0
    | COMPILE AND RUNTIME DEPENDENCIES |
    note: To check for compile-time only dependencies, re-run hp-check with the -c parameter (ie, hp-check -c).                                                                                             
    note: To check for run-time only dependencies, re-run hp-check with the -r parameter (ie, hp-check -r).                                                                                                 
    Checking for dependency: CUPS - Common Unix Printing System...
    OK, found.                                                   
    Checking for dependency: CUPS DDK - CUPS driver development kit...
    warning: NOT FOUND! This is an OPTIONAL/RUNTIME ONLY dependency. Some HPLIP functionality may not function properly.                                                                                   
    Checking for dependency: CUPS devel- Common Unix Printing System development files...
    OK, found.                                                                           
    Checking for dependency: CUPS image - CUPS image development files...
    OK, found.                                                           
    Checking for dependency: DBus - Message bus system...
    OK, found.                                           
    Checking for dependency: gcc - GNU Project C and C++ Compiler...
    OK, found.                                                     
    Checking for dependency: GhostScript - PostScript and PDF language interpreter and previewer...
    OK, found.                                                                                     
    Checking for dependency: libcrypto - OpenSSL cryptographic library...
    OK, found.                                                           
    Checking for dependency: libjpeg - JPEG library...
    OK, found.                                       
    Checking for dependency: libnetsnmp-devel - SNMP networking library development files...
    OK, found.                                                                             
    Checking for dependency: libpthread - POSIX threads library...
    OK, found.                                                   
    Checking for dependency: libtool - Library building support services...
    OK, found.                                                             
    Checking for dependency: libusb - USB library...
    OK, found.                                     
    Checking for dependency: make - GNU make utility to maintain groups of programs...
    OK, found.                                                                       
    Checking for dependency: PIL - Python Imaging Library (required for commandline scanning with hp-scan)...                                                                                               
    OK, found.                                                                                         
    Checking for dependency: PolicyKit - Administrative policy framework...
    warning: NOT FOUND! This is an OPTIONAL/RUNTIME ONLY dependency. Some HPLIP functionality may not function properly.                                                                                   
    Checking for dependency: PyQt 4 DBus - DBus Support for PyQt4...
    OK, found.                                                     
    Checking for dependency: Python DBus - Python bindings for DBus...
    OK, found.                                                       
    Checking for dependency: Python devel - Python development files...
    OK, found.                                                         
    Checking for dependency: Python libnotify - Python bindings for the libnotify Desktop notifications...                                                                                                 
    warning: NOT FOUND! This is an OPTIONAL/RUNTIME ONLY dependency. Some HPLIP functionality may not function properly.                                                                                   
    Checking for dependency: Python XML libraries...
    OK, found.                                     
    Checking for dependency: Python 2.3 or greater - Required for fax functionality...
    OK, found.                                                                       
    Checking for dependency: Python 2.2 or greater - Python programming language...
    OK, found.                                                                     
    Checking for dependency: Reportlab - PDF library for Python...
    warning: NOT FOUND! This is an OPTIONAL/RUNTIME ONLY dependency. Some HPLIP functionality may not function properly.                                                                                   
    Checking for dependency: SANE - Scanning library...
    OK, found.                                         
    Checking for dependency: SANE - Scanning library development files...
    OK, found.                                                           
    Checking for dependency: scanimage - Shell scanning program...
    OK, found.                                                   
    Checking for dependency: xsane - Graphical scanner frontend for SANE...
    OK, found.                                                             
    | HPLIP INSTALLATION |
    Currently installed HPLIP version...
    HPLIP 3.9.10 currently installed in '/usr/share/hplip'.
    Current contents of '/etc/hp/hplip.conf' file:
    # hplip.conf.  Generated from hplip.conf.in by configure.
    [hplip]
    version=3.9.10
    [dirs]
    home=/usr/share/hplip
    run=/var/run         
    ppd=/usr/share/ppd/HP
    ppdbase=/usr/share/ppd
    doc=/usr/share/doc/hplip-3.9.10
    icon=/usr/share/applications   
    cupsbackend=/usr/lib/cups/backend
    cupsfilter=/usr/lib/cups/filter 
    drv=/usr/share/cups/drv/hp       
    # Following values are determined at configure time and cannot be changed.
    [configure]                                                               
    network-build=yes                                                         
    pp-build=no                                                               
    gui-build=yes                                                             
    scanner-build=yes                                                         
    fax-build=yes                                                             
    dbus-build=yes                                                           
    cups11-build=no                                                           
    doc-build=yes                                                             
    shadow-build=no                                                           
    hpijs-install=yes                                                         
    foomatic-drv-install=yes                                                 
    foomatic-ppd-install=yes                                                 
    foomatic-rip-hplip-install=yes                                           
    hpcups-install=yes                                                       
    cups-drv-install=yes                                                     
    cups-ppd-install=no                                                       
    internal-tag=3.9.10.72                                                   
    restricted-build=no                                                       
    ui-toolkit=qt4                                                           
    qt3=no                                                                   
    qt4=yes                                                                   
    policy-kit=no                                                             
    hpijs-only-build=no                                                       
    lite-build=no                                                             
    udev-acl-rules=no                                                         
    hpcups-only-build=no                                                     
    hpijs-only-build=no                                                       
    Current contents of '/var/lib/hp/hplip.state' file:
    # hplip.state - HPLIP runtime persistent variables.
    [plugin]
    installed=0
    eula=0     
    Current contents of '~/.hplip/hplip.conf' file:
    [last_used]                                   
    printer_name =                                 
    printer =                                     
    working_dir = .                               
    device_uri = "hp:/net/Officejet_6300_series?zc=HP56B6CF"
    [commands]
    scan = /usr/bin/xsane -V %SANE_URI%
    [installation]
    version = 3.9.10.72
    date_time = 12/04/09 23:41:37
    [settings]
    systray_messages = 0
    systray_visible = 1
    [fax]
    email_address =
    voice_phone =   
    [refresh]
    rate = 30
    enable = false
    type = 1     
    [polling]
    enable = false
    device_list =
    interval = 5 
    | DISCOVERED USB DEVICES |
    No devices found.
    | INSTALLED CUPS PRINTER QUEUES |
    lpstat
    Type: Unknown
    Device URI: No se han añadido destinos.
    | SANE CONFIGURATION |
    'hpaio' in '/etc/sane.d/dll.conf'...
    OK, found. SANE backend 'hpaio' is properly set up.
    Checking output of 'scanimage -L'...
    No scanners were identified. If you were expecting something different,
    check that the scanner is plugged in, turned on and detected by the
    sane-find-scanner tool (if appropriate). Please read the documentation
    which came with this software (README, FAQ, manpages).
    | PYTHON EXTENSIONS |
    Checking 'cupsext' CUPS extension...
    OK, found.
    Checking 'pcardext' Photocard extension...
    OK, found.
    Checking 'hpmudext' I/O extension...
    OK, found.
    Checking 'scanext' SANE scanning extension...
    OK, found.
    | USER GROUPS |
    dbus hal network video audio optical storage power users policykit vboxusers
    | SUMMARY |
    error: 4 errors and/or warnings.
    Please refer to the installation instructions at:
    http://hplip.sourceforge.net/install/index.html
    Done.
    Albeit it has errors, I can't see how they are releated (cups does have a conf file, but it seems that *my* user can't access it, expected 'couse it's owned by root). Any ideas?

    Hi
    I had the same problem. The solution is to change the network discovery mode to SLP or add manually the IP address of your printer at the first step of the hp setup wizard. After you install the printer successfully, check the maximum resolution of the driver. Mysteriously, for me the maximum resolution was restricted to 600 dpi so I downgraded to the previous version of HPLIP and got back the 1200 dpi option. Please let me know if you have this issue too. I have posted this question in the hplip forums, but I haven't received any replies yet.

  • HP Officejet 7500 E910 Network. When asked to print "Unable to Communicate with Printer"

    My printer has been functioning well for some time.  When my some installed a new wireless modum I would often receive the error message "Unable to Communicate with Printer" but it would blink a few times, then connect and print.  As of three days ago I receive that message when trying to print from both of my laptops.  I am wireless and have checked the wireless signal and it is strong,  The wirless connect symbol is lit on the printer.  I ran a wireless Network Test Report on the printer and the results indicated no problems.
    The printer woks if I use it manually to print or scan.  Neither printing nor scanning work when command is sent from my computer.  The Wireless Network Test Report printed fine.  Interesting though the Wireless Network test Report had the following date:  Jan-00-00 00:00AM.

    Hello @Dalead,
    Welcome to the HP Forums!
    I understand you're receiving a message stating "Unable to communicate" when printing a document using the Officejet 7500 E910. I will do my best to assist you! I would recommend following this entire HP document on Printer Does Not Maintain Wireless Connection.
    Try assigning a static IP address and let me know if this resolves your issue or not. I will be looking forward to hearing from you. Have a great night!
    I worked on behalf of HP.

  • Unable to communicate with printer via WiFi

    Laptop is not recognizing printer, stating "unable to communicate with printer at this time.  ! No Printer Selected".
    There is only one printer and only one to select from.
    All other laptops, iphones, etc communicate FINE!
    It is just THIS puter unable to print.  Printer is HP Photosmart C410 All-In-One Premium Fax.
    Router, modem, etc all functioning properly.  PRINTER functions properly.
    This has gotten VERY old!  Brand new MacBook Pro!
    OS X 10.9.5

    Are you receiving any error messages when you print from the desktop? Its possible the print spooler is having issues which is not pushing the jobs to the printer. Lets restart the print spooler to get any old jobs that could be stuck in the queue removed.
    1. Press the start orb in the bottom left on the screen.
    2. Click on "Run"
    3. Type "services.msc" (without the quotes)
    4. Locate the Print Spooler service in the right column
    5. Click restart on the service link on the left
    After it restarts the spooler go ahead and retry printing. Let me know if this works.
    Thanks,
    Sean
    -------------How do I give Kudos? | How do I mark a post as Solved? --------------------------------------------------------

  • OfficeJet 6700 - "Unable to communicate with printer" message after install

    I am on a hybrid network with Windows 7, 64-bit. Printer is hard-wired to the router (ethernet) but laptops are wireless. Installation doesn't allow for a hybrid option, just wireless or wired, so I installed as wired.
    I just installed the OfficeJet 6700 - installed OK.  I also updated software/firmware during the install process.
    Windows' "Devices & Printers" recognizes the HP as being installed.
    Printer is able to produce the network configuration page, etc. so we know the printer is functional, but when I try to print I get an "Unable to communicate with printer" message.
    Windows' "Devices and Printers" troubleshooter thinks the driver is not installed, but as I mentioned, I just installed software from the CD.
    UPDATE: I was able to install & print without problems on my wife's Win7, 64-bit laptop. Something about mine seems to be the issue. Also, HP Print & Scan Doctor reports that everything checks out OK, but when I try to print a test page at the end of the good doctor's diagnosis, I am still "unable to communicate with printer."

    Sorry this is so long, but I tried to be through in my testing.
    Followed your suggested steps.
    I had previously set a static IP address, but just to be thorough, re-set it again with the same address.
    I unplugged the USB cord from the laptop.
    I began with the device labeled "HP OfficeJet 6700 (Copy 1)," which was set as the default printer.
    After entering the IP address & clicking Next, it searched the network and returned this message:
    Additional port information required
    The device could not be identified.
    The device is not found on the network. Be sure that:
    1. The device is turned on.
    The network is connected.
    The device is properly configured.
    The address on the previous page is correct. (re: the page where the IP address is entered)
    If you are sure the address is correct, select the device type below.
    I selected Standard (Generic Network Card) and clicked Next.
    Summary dialog appeared and I clicked Finish.
    Clicked OK/Apply.
    Attempted to print. Like before, it sent the file to print queue - then nothing.
    Right-clicked on the "Copy 1" device and selected Troubleshoot. Returned the message: Make printer "Fax HP OfficeJet 6700 the default printer" - even though this copy is already the default printer. (Usually when the original copy is set as the default, this copy is automatically re-named "Fax HP OfficeJet 6700.") I chose "Apply this fix."
    Summary page said "Troubleshooting has completed." I closed the troubleshooter and attempted to print. I closed the Devices & Printers window so it could refresh. Re-opened Devices & Printers. Now the default printer is named "Fax HP OfficeJet 6700." The other device is grayed out and is simply named "HP OfficeJet 6700."
    Attempted to print. (I'm testing w/ Notepad and .txt files)
    I have 3 choices in the Notepad's printer dialog box but only 2 devices showing in the Devices & Printers window:
    ~ "Fax HP OfficeJet 6700" - This is the default printer in the Devices and Printers window. I clicked on Print & rec'd an error message: "Send Fax - HP Officejet 6700. There is a problem communicating with the Printer. Check your USB connection & verify that the printer is ready." Notepad's print dialog box shows status as Offline. I canceled all documents in the print queue.
    ~ "HP OfficeJet 6700." When I choose this printer option, Notepad's print dialog box shows status as "Paused - Offline." I clicked on "Print" anyway, and like before, it sent the file to print queue - then nothing. This is the printer that shows as grayed out in the Devices & Printers window. I canceled all documents in the print queue.
    ~ "HP OfficeJet 6700 (Copy 1)." There is no printer by this name in the Devices and Printers window even tho' it shows in Notepad's print dialog box. Notepad's print dialog box shows status as "Ready." In Devices & Printers, when I right-click on the one labeled "Fax OfficeJet 6700" (the default device) and choose "See what's printing," 2 HP devices are listed - the one labeled "Copy 1" and the one labeled "Fax." I clicked on "Print" and like before, it sent the file to print queue - then nothing. I canceled all documents in the print queue.
    I plugged in the USB cord again and re-ran the same series of tests.
    ~ "Fax HP OfficeJet 6700" - This is still the default printer in the Devices and Printers window. Notepad's print dialog box shows status as "Ready." The fax window opened, waiting me to enter the recipient's name, add a cover sheet, etc. I closed the fax window. The .txt file was in the print queue for the "Fax" device, so I canceled all documents in the print queue.
    ~ "HP OfficeJet 6700." When I choose this printer option, Notepad's print dialog box shows status as "Paused - Offline." I clicked on "Print" anyway, and like before, it sent the file to print queue - then nothing. This is grayed out in the Devices & Printers window. I canceled all documents in the print queue.
    ~ "HP OfficeJet 6700 (Copy 1)." Again, there is no printer by this name in the Devices and Printers window even tho' it shows in Notepad's print dialog box. This is one of 2 choices in the device labeled "Fax" - the default device. Notepad's print dialog box shows status as "Ready." I clicked on "Print" and like before, it sent the file to print queue - then nothing. I canceled all documents in the print queue.
    Next, I used the printer's touch screen interface and turned the wireless connection off, leaving the USB cord plugged in.
    ~ "Fax HP OfficeJet 6700" - Status: Ready. The fax window opened, same as before. I closed the fax window & canceled all documents in the print queue.
    ~ "HP OfficeJet 6700 - Status: Paused - Offline. I clicked on "Print" anyway, and like before, it sent the file to print queue - then nothing. This one shows as grayed out in the Devices & Printers window. I canceled all documents in the print queue.
    ~ "HP OfficeJet 6700 (Copy 1)" - Status: Error. I clicked Apply, then Print. Again, this is one of 2 choices in the device labeled "Fax" - the default device. Like before, it sent the file to print queue - then nothing. I canceled all documents in the print queue.
    Reconnected to the wireless network & verified that the IP address had not changed.
    Tried again to print using "HP OfficeJet 6700 (Copy 1)" - Status: Ready. I clicked Print and again, it sent the file to print queue - then nothing. This is still listed as one of 2 choices in the device labeled "Fax" - the default device." Like before, I canceled all documents in the print queue.
    Next, I right-clicked on the one labeled "Fax OfficeJet 6700" (the default device) and choose "See what's printing" and selected the device labeled "HP OfficeJet 6700 (Copy 1)." In the print queue window, when I click on "Printer, one of my options is "Set as Default Printer." As soon as I did that, the device in the Devices & Printers window was renamed as "HP OfficeJet 6700 (Copy 1)" - no longer named "Fax." I tried to print again. Once again, file was sent to the print queue but never printed.

  • Issue with gui_download function module

    Hi All,
             I have an issue with gui_download function module that it is creating one extra line while downloading my internal table data into text file,which i donot want.i have searched for various threads but couldnot get the proper reply.Or please provide me some other Function Module which will not create one extra line.Please help.

    part 2
    INCLUDE RPPPXD00.
    DATA : BEGIN OF COMMON PART A.
    INCLUDE RPPPXD10.
    DATA : END OF COMMON PART.
    INCLUDE PC2RXTW0.
    INCLUDE RPC2RX00.
    DATA : BEGIN OF COMMON PART B.
    INCLUDE RPC2CD00.
    DATA : END OF COMMON PART.
    INCLUDE RPPPXM00.
    INCLUDE RPCMGR00.
    AT SELECTION-SCREEN OUTPUT.
      CONCATENATE SY-DATUM2(6) SY-UZEIT0(4) INTO REF_NO.
      LOOP AT SCREEN.
        IF R1 = 'X'.
          IF SCREEN-NAME = 'FLN' OR SCREEN-NAME = '%_FLN_%_APP_%-TEXT' OR
             SCREEN-NAME = 'BTC'  OR SCREEN-NAME = '%_BTC_%_APP_%-TEXT' OR
            SCREEN-NAME = 'PY_DT' OR SCREEN-NAME = '%_PY_DT_%_APP_%-TEXT'"SOC BY ANKITA"
           OR SCREEN-NAME = 'ORG_ID' OR SCREEN-NAME = '%_ORG_ID_%_APP_%-TEXT'
           OR SCREEN-NAME = 'ORG_AC' OR SCREEN-NAME = '%_ORG_AC_%_APP_%-TEXT'
           OR SCREEN-NAME = 'DEPT_CD' OR SCREEN-NAME = '%_DEPT_CD_%_APP_%-TEXT'
           OR SCREEN-NAME = 'REF_NO' OR SCREEN-NAME = '%_REF_NO_%_APP_%-TEXT'
           OR SCREEN-NAME = 'PRS_BNK' OR SCREEN-NAME = '%_PRS_BNK_%_APP_%-TEXT'
           OR SCREEN-NAME = 'TRANS_TY' OR SCREEN-NAME = '%_TRANS_TY_%_APP_%-TEXT'
           OR SCREEN-NAME = 'TRANS_ID' OR SCREEN-NAME = '%_TRANS_ID_%_APP_%-TEXT'
           OR SCREEN-NAME = 'TRANS_RK' OR SCREEN-NAME = '%_TRANS_RK_%_APP_%-TEXT'."EOC BY ANKITA
            SCREEN-ACTIVE = 0.
          ENDIF.
        ENDIF.
        IF R2 = 'X'.
          IF SCREEN-NAME = 'FLN' OR SCREEN-NAME = '%_FLN_%_APP_%-TEXT' OR
             SCREEN-NAME = 'BTC'  OR SCREEN-NAME = '%_BTC_%_APP_%-TEXT' OR
             SCREEN-NAME = 'PREPBY' OR SCREEN-NAME = '%_PREPBY_%_APP_%-TEXT'
             OR SCREEN-NAME = 'APROBY' OR SCREEN-NAME = '%_APROBY_%_APP_%-TEXT'
             OR SCREEN-NAME = 'PY_DT' OR SCREEN-NAME = '%_PY_DT_%_APP_%-TEXT' "SOC BY ANKITA
             OR SCREEN-NAME = 'ORG_ID' OR SCREEN-NAME = '%_ORG_ID_%_APP_%-TEXT'
             OR SCREEN-NAME = 'ORG_AC' OR SCREEN-NAME = '%_ORG_AC_%_APP_%-TEXT'
             OR SCREEN-NAME = 'DEPT_CD' OR SCREEN-NAME = '%_DEPT_CD_%_APP_%-TEXT'
             OR SCREEN-NAME = 'REF_NO' OR SCREEN-NAME = '%_REF_NO_%_APP_%-TEXT'
             OR SCREEN-NAME = 'PRS_BNK' OR SCREEN-NAME = '%_PRS_BNK_%_APP_%-TEXT'
             OR SCREEN-NAME = 'TRANS_TY' OR SCREEN-NAME = '%_TRANS_TY_%_APP_%-TEXT'
             OR SCREEN-NAME = 'TRANS_ID' OR SCREEN-NAME = '%_TRANS_ID_%_APP_%-TEXT'
             OR SCREEN-NAME = 'TRANS_RK' OR SCREEN-NAME = '%_TRANS_RK_%_APP_%-TEXT'."EOC BY ANKITA
            SCREEN-ACTIVE = 0.
          ENDIF.
        ENDIF.
        IF R3 = 'X'.
          IF SCREEN-NAME = 'PREPBY' OR SCREEN-NAME = '%_PREPBY_%_APP_%-TEXT'
            OR SCREEN-NAME = 'APROBY' OR SCREEN-NAME = '%_APROBY_%_APP_%-TEXT'
            OR SCREEN-NAME = 'PY_DT' OR SCREEN-NAME = '%_PY_DT_%_APP_%-TEXT' "SOC BY ANKITA
            OR SCREEN-NAME = 'ORG_ID' OR SCREEN-NAME = '%_ORG_ID_%_APP_%-TEXT'
            OR SCREEN-NAME = 'ORG_AC' OR SCREEN-NAME = '%_ORG_AC_%_APP_%-TEXT'
            OR SCREEN-NAME = 'REF_NO' OR SCREEN-NAME = '%_REF_NO_%_APP_%-TEXT'
            OR SCREEN-NAME = 'DEPT_CD' OR SCREEN-NAME = '%_DEPT_CD_%_APP_%-TEXT'
            OR SCREEN-NAME = 'PRS_BNK' OR SCREEN-NAME = '%_PRS_BNK_%_APP_%-TEXT'
            OR SCREEN-NAME = 'TRANS_TY' OR SCREEN-NAME = '%_TRANS_TY_%_APP_%-TEXT'
            OR SCREEN-NAME = 'TRANS_ID' OR SCREEN-NAME = '%_TRANS_ID_%_APP_%-TEXT'
            OR SCREEN-NAME = 'TRANS_RK' OR SCREEN-NAME = '%_TRANS_RK_%_APP_%-TEXT'."EOC BY ANKITA
            SCREEN-ACTIVE = 0.
          ENDIF.
        ENDIF.
        IF R4 = 'X'.
          IF SCREEN-NAME = 'PREPBY' OR SCREEN-NAME = '%_PREPBY_%_APP_%-TEXT'"SOC BY ANKITA
             OR SCREEN-NAME = 'APROBY' OR SCREEN-NAME = '%_APROBY_%_APP_%-TEXT'
             OR SCREEN-NAME = 'BTC'  OR SCREEN-NAME = '%_BTC_%_APP_%-TEXT'."EOC BY ANKITA
            SCREEN-ACTIVE = 0.
          ENDIF.
        ENDIF.
        MODIFY SCREEN.
      ENDLOOP.
    START-OF-SELECTION.
      SELECT SINGLE * FROM T549Q WHERE PERMO = '01'
                                 AND   PABRJ = PRD+0(4)
                                 AND   PABRP = PRD+4(2).
      FR_DT = T549Q-BEGDA.
      TO_DT = T549Q-ENDDA.
      CONCATENATE FR_DT0(4) FR_DT4(2) INTO FR_P.
      CONCATENATE TO_DT0(4) TO_DT4(2) INTO TO_P.
      PN-PAPER = PRD.
      PN-PERMO = '01'.
    GET PERNR.
      RP-PROVIDE-FROM-LAST P0003 SPACE PN-BEGDA PN-ENDDA.
      RP_PROVIDE_FROM_LAST P0001 SPACE PN-BEGDA PN-ENDDA.
      IF PNP-SW-FOUND EQ 1.
       SN = SN + 1.
       ITAB1-SNO = SN.
       ITCC-SNO = SN.
        ITAB1-ENO = PERNR-PERNR.
        ITAB1-NAM = PERNR-ENAME.
      ELSE.
        REJECT.
      ENDIF.
      RP-INIT-BUFFER.
      RP-SEL-CALC.
      CALL FUNCTION 'RP_EVALUATION_PERIODS'
        EXPORTING
          LAST_CALCULATED_DAY = P0003-ABRDT
          LAST_DAY_IN_PERIOD  = TO_DT
          RETROCALCULATED_DAY = RP-SEL-CALC-RRDAT
        TABLES
          DIR                 = RGDIR
          EVP                 = EVP
        EXCEPTIONS
          RGDIR_EMPTY         = 1
          INTERNAL_ERROR      = 2
          OTHERS              = 3.
      DESCRIBE TABLE EVP LINES LIN.
      IF LIN > 0.
        LOOP AT EVP.
          IF EVP-IAPER = TO_P AND EVP-PAPER = TO_P.
            RX-KEY-PERNR = PERNR-PERNR.
            UNPACK EVP-SEQNR TO RX-KEY-SEQNO.
            RP-IMP-C2-TN.
            READ TABLE BT INDEX 1.
            READ TABLE WPBP INDEX 1.
            READ TABLE TAX INDEX 1."CHANGES BY ANKITA
            ITAB1-BAC = BT-BANKN.
            ITAB1-BKEY = BT-BANKL .
            ITAB1-DEP = WPBP-KOSTL.
            ITAB1-BETRG = BT-BETRG."CHANGES BY ANKITA
            ITAB1-TAXID = TAX-TAXID."CHANGES BY ANKITA
            YEAR = VERSC-PAYDT+0(4) - 11.
            MONTH = VERSC-PAYDT+4(2).
            DAY = VERSC-PAYDT+6(2).
            CONCATENATE YEAR MONTH DAY INTO ITAB1-PDT.
           ITAB1-PDT = VERSC-PAYDT - 110000.
            ITCC-DEP = WPBP-KOSTL.
            LOOP AT RT WHERE LGART = '/559'.
              ITAB1-BTFR = RT-BETRG.
              ITCC-BTFR = RT-BETRG.
             IF EVP-SRTZA = 'P'.
               ITAB1-BTFR = ITAB1-BTFR - RT-BETRG.
             ELSE.
               ITAB1-BTFR = ITAB1-BTFR + RT-BETRG.
             ENDIF.
            ENDLOOP.
          ENDIF.
        ENDLOOP.
      ENDIF.
      APPEND: ITAB1, ITCC.
      CLEAR: ITAB1, ITCC.
    END-OF-SELECTION.
      CONCATENATE 'Prepared By:' ` ` PREPBY INTO PREPBY.
      CONCATENATE 'Approved By:' ` ` APROBY INTO APROBY.
      IF R1 = 'X'.
        FORMAT COLOR 2.
        ULINE (127).
        NEW-LINE.
        WRITE: 2 'Sr No.', 10 'Emp Num', 27 'Name'.
        WRITE: 57 'Department'.
        WRITE: 72 '  Transfer Amount' RIGHT-JUSTIFIED.
        WRITE: 92 'Bank Key', 107 'Bank AC. Number'.
        WRITE:1 '|', 8 '|', 25 '|', 55 '|', 70 '|', 90 '|', 105 '|', 127 '|'.
        NEW-LINE.
        ULINE (127).
        NEW-LINE.
        FORMAT COLOR OFF.
        LOOP AT ITAB1.
          SN = SY-TABIX.
          WRITE: 2 SN, 10 ITAB1-ENO, 27 ITAB1-NAM.
          WRITE: 57 ITAB1-DEP.
          WRITE: 72 ITAB1-BTFR.
          WRITE: 92 ITAB1-BKEY, 107 ITAB1-BAC.
          WRITE: 1 '|', 8 '|', 25 '|', 55 '|', 70 '|', 90 '|', 105 '|', 127 '|'.
          ULINE (127).
          NEW-LINE.
        ENDLOOP.
        SKIP 4.
        ULINE 90(32).
        NEW-LINE.
        WRITE: 90 PREPBY.
        SKIP 4.
        ULINE 90(32).
        NEW-LINE.
        WRITE: 90 APROBY.
      ENDIF.
      IF R2 = 'X'.
        LOOP AT ITCC.
          COLLECT ITCC INTO ITCOL.
        ENDLOOP.
        FORMAT COLOR 2.
        ULINE (44).
        NEW-LINE.
        WRITE:2 'Sr No.', 9 'Department'.
        WRITE: 27 'Transfer Amount  ' RIGHT-JUSTIFIED.
        WRITE:1 '|', 8 '|', 25 '|', 44 '|'.
        NEW-LINE.
        ULINE (44).
        NEW-LINE.
        FORMAT COLOR OFF.
        LOOP AT ITCOL.
          SN = SY-TABIX.
          WRITE: 2 SN, 9 ITCOL-DEP, 27 ITCOL-BTFR.
          WRITE:1 '|', 8 '|', 25 '|', 44 '|'.
          NEW-LINE.
          ULINE (44).
          NEW-LINE.
        ENDLOOP.
      ENDIF.
      IF R3 = 'X'.
        LOOP AT ITAB1.
          CLEAR: ITTF, P3, P11, P13, P6, V_BAC.
          LEN = STRLEN( ITAB1-BKEY ).
          IF LEN < 3.
            CONCATENATE ITAB1-BKEY '***' INTO P3.
          ELSE.
          LEN = LEN - 3.
            LEN = 3.
            P3 = ITAB1-BKEY+LEN(3).
          ENDIF.
          CLEAR LEN.
          V_BAC = ITAB1-BAC.
          REPLACE ALL OCCURRENCES OF '-' IN ITAB1-BAC WITH ''.
          CONDENSE ITAB1-BAC NO-GAPS.
          LEN = STRLEN( ITAB1-BAC )."if length of acc num > limit
          IF LEN > 11.
            IT_FAIL-EN = ITAB1-ENO.
            IT_FAIL-BA = V_BAC.
            APPEND IT_FAIL.
            CLEAR: IT_FAIL.
            CONTINUE.
          ENDIF.
          P11 = ITAB1-BAC.
          CONCATENATE P11 '***********' INTO P11.
    above step is for putting '' in place of unfilled chars of P11.
          P13 = ITAB1-BTFR * 100.
          P6 = ITAB1-PDT+2(6).
          CONCATENATE ` ` P3 P11 BTC P13 P6 INTO STR.
          ITTF-ROW = STR.
          APPEND ITTF.
        ENDLOOP.
        IF ITTF[] IS NOT INITIAL.
          CONCATENATE FLN SY-DATUM SY-UZEIT '.txt' INTO FILEPATH.
          CALL FUNCTION 'GUI_DOWNLOAD'
          EXPORTING
            FILENAME                        = FILEPATH
            FILETYPE                        = 'ASC'
         WRITE_FIELD_SEPARATOR           = 'X'
            TABLES
            DATA_TAB                        = ITTF
         OTHERS                          = 22
          SKIP 2.
          IF SY-SUBRC <> 0.
            WRITE:/ 'Unable to Download file at ', FILEPATH.
          ELSE.
            WRITE:/ 'File with following data downloaded at ', FILEPATH.
            NEW-LINE.
            SKIP 2.
            LOOP AT ITTF.
              WRITE:/ ITTF.
            ENDLOOP.
          ENDIF.
        ELSE.
          WRITE 'No Data, no file was downloaded'.
        ENDIF.
        IF IT_FAIL[] IS NOT INITIAL.
          SKIP 2.
          FORMAT COLOR 2.
          WRITE 'Acc. No. of following employees exceeded the length limit'.
          WRITE:/ 'So their entry was not created in the file'.
          SKIP 1.
          WRITE : 'Employee Number', 20 'Bank Acc. No.'.
          FORMAT COLOR OFF.
          LOOP AT IT_FAIL.
            NEW-LINE.
            WRITE : IT_FAIL-EN, 20 IT_FAIL-BA.
          ENDLOOP.
        ENDIF.
      ENDIF.
      IF R4 = 'X'."CHANGES BY ANKITA
        WRITE:/ 'ERROR LOG - BANK A/C NO. CONTAINS ALPHANUMERIC'.
        WRITE:/ 'EMPID' COLOR COL_POSITIVE,12 '|',15 'Receiving Bank Code' COLOR COL_POSITIVE,
                                                                      40 '|','Receiver A/C No' COLOR COL_POSITIVE.
        PERFORM EXTRACT_DATA.
        SKIP 2.
      ENDIF."EOC
      RP-READ-PAYROLL-DIR.
    Edited by: ANKITA BHARDWAJ on Dec 9, 2009 10:36 AM

  • Webutil error "unable to communicate with runtime process."

    Hi,
    Yesterday I configured webutil with Developer 10g (9.0.4).
    I used webutil_106.zip and jacob_18.zip.
    I succesfully deploy a form that display the selection file dialog with the function:
    CLIENT_GET_FILE_NAME
    Today I tried to test again the form, and I got an error when the form is opening, I review the log and I find "unable to communicate with runtime process.".....
    I didn't change any configuration... what I'm doing wrong..... It just work great yesterday!!!!
    I tried signing again the jacob.jar and frmwebutil.jar files..... However I still have the error.......
    Any help is welcome....
    The error in the log:
    09/03/25 10:57:45 Started
    09/03/25 10:57:55 forms90web: jsp: init
    09/03/25 10:57:55 forms90web: f90servlet: init
    09/03/25 10:57:55 forms90web: FormsServlet init():
    configFileName: c:\dev10g/forms90/server/formsweb.cfg
    testMode: false
    09/03/25 10:57:55 forms90web: 9.0.4.0.0 Started
    09/03/25 10:57:56 forms90web: l90servlet: init
    09/03/25 10:57:56 forms90web: ListenerServlet init()
    09/03/25 10:58:02 forms90web: Forms session <1> aborted: unable to communicate with runtime process.
    09/03/25 10:58:02 forms90web: Forms session <1> exception stack trace:
    java.io.IOException: FRM-93000: Unexpected internal error.
    Details : No HTTP headers received from runform
         at oracle.forms.servlet.ListenerServlet.forwardResponseFromRunform(Unknown Source)
         at oracle.forms.servlet.ListenerServlet.doPost(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:765)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:790)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:534)
    09/03/25 11:00:58 forms90web: l90servlet: destroy
    09/03/25 11:00:58 forms90web: 9.0.4.0.0 Stopped
    09/03/25 11:00:58 Stopped (Shutdown executed by jazn.com/admin from 127.0.0.1 (localhost))
    Edited by: Santiago on 25/03/2009 11:23 AM

    I Find the way, It's OK now.
    When I use the webutil.olb in a form. I chose "Subclass", It's necessary to choose "Copy".

  • Unable to print with AppleScript

    Hi all,
    I would like to print a PDF document via AppleScript. I tried to use a the following AppleScript code
    set my_pdf to "/Users/fabrice/tmp/a.pdf"
    tell application "Adobe Reader"
    activate
    open (my_pdf)
    print
    end tell
    end run
    After script execution, the document is correctly in opened in Adobe Reader, but there is a dialog box with the following message: "AppleScript Error: Error in Abode Reader : unable to continue with print".
    It seems that the "print" command is not recognized as an Adobe events.
    For information, i'm never be able to successfully execute the "PrintPage.applescript" found in the "Acrobat 9 SDK". It doesn't compile.
    Any advices ? Thanks for your help ?

    Printing is a Function, of the system Your going to figure out how to open the PDF then have system call the printer. Note while Printing is a Function of the System it is called from with the application. If this will help the Command key  + the P Key opens the Print Window. I am not a person that uses Applescript so I can not tell you how to make the script.

Maybe you are looking for