Solaris 10 UX:lp: ERROR: No space to allocate temp files.

Hello,
Can someone help me with a solution for the following problem:
UX:lp: ERROR: No space to allocate temp files.
TO FIX: Clean up disk, or try again later.
when attempt to print a file. lpsched occasionally appears to go into a loop, repeatedly adding the message "Failed to open a print service file (No such file or directory)." to /var/lp/logs/lpsched.
The root file system includes enough free space and
/tmp also. The files to be printed are a few kb.
Running lpshut and lpsched fixes the problem temporarily.
lpsched writes " build info: 01/21/05:15:38:16" to
/var/lp/logs/lpsched when it starts.
Addition information:
When the error occur I see the the /var/lp/logs/request that the line
"F /var/spool/lp/tmp/hostname/659-1" has changed to
"F /var/spool/lp"
Message was edited by:
jaclpharox

As far as I know /tmp is by default a subset of the swap, so swap and /tmp are being allocated from the same pool.
One option for our is to monitor df every second on /tmp during your print attempt. To see how it fares.

Similar Messages

  • Solaris 10 Jumpstart error: panic - boot: boot: scratch memory overflow.

    I am setting up a Solaris Jumpstart server using a Linux server as the Boot/Config/Install server. The Sun box I am using is a v120 that will be running Solaris 10 update 5.
    After running the "boot net - install" command and running through the setup the install terminates with the error
    boot: failed to allocate 8192 bytes from scratch memory
    panic - boot: boot: scratch memory overflow.
    Program terminated
    ok
    ok
    I found a patch (111306-07) that supposedly fixes this problem (logged as bug 4411148). Is there a specific way to add a patch to Jumpstart so that it installs before the system reboots after the main install is done? I know the patches folder goes off of the added on date for the patch and not a patch_order file, does that mean it can just be placed in the folder and will be added automatically? Has anyone seen this error message before on their own systems?
    Thanks in advance for any help.

    derekw wrote:
    I am setting up a Solaris Jumpstart server using a Linux server as the Boot/Config/Install server. The Sun box I am using is a v120 that will be running Solaris 10 update 5.
    After running the "boot net - install" command and running through the setup the install terminates with the error
    boot: failed to allocate 8192 bytes from scratch memory
    panic - boot: boot: scratch memory overflow.So this happens while the client jumpstart OS is running.
    I found a patch (111306-07) that supposedly fixes this problem (logged as bug 4411148). Is there a specific way to add a patch to Jumpstart so that it installs before the system reboots after the main install is done?You actually need to install it before the OS loads I would thing.
    I know the patches folder goes off of the added on date for the patch and not a patch_order file, does that mean it can just be placed in the folder and will be added automatically? Has anyone seen this error message before on their own systems?Not here. You want to install the patch into the jumpstart boot image. You may also need to install the patch onto the installed OS, but that's less certain.
    For the first part, find your jumpstart image and pass that into patchadd with the -C flag to patch the jumpstart portion.
    Darren

  • Cc: Fatal error in /space/SunCompiler/SUNWspro/prod/bin/cg    on openssl

    Hello,
    i'm trying to compile openssl using cc but i have error after doing the make
    CFLAGS=" -m32 -xarch=sparc -D__SunOS_5_9"
    ./Configure shared --prefix=/openssl  solaris-sparcv9-cc*After doing the make command , i have this output :*_
    --root@mySolaris9 :/SOURCES/openssl-0.9.8e--  :# make
    making all in crypto...
    make[1]: Entering directory `/SOURCES/openssl-0.9.8e/crypto'
    ( echo "#ifndef MK1MF_BUILD"; \
    echo '  /* auto-generated by crypto/Makefile for crypto/cversion.c */'; \
    echo '  #define CFLAGS "cc -KPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -xO4 -xtarget=ultra -m32 -xarch=sparc  -xstrconst  -Xa -DB_ENDIAN -DBN_DIV2W -DMD5_ASM"'; \
    echo '  #define PLATFORM "solaris-sparcv9-cc"'; \
    echo "  #define DATE \"`LC_ALL=C LC_TIME=C date`\""; \
    echo '#endif' ) >buildinf.h
    cc -I. -I.. -I../include -KPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -xO2 -xtarget=ultra -m32 -xarch=sparc  -xstrconst  -Xa -DB_ENDIAN -DBN_DIV2W -DMD5_ASM   -c -o cryptlib.o cryptlib.c
    cc -I. -I.. -I../include -KPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -xO2 -xtarget=ultra -m32 -xarch=sparc  -xstrconst  -Xa -DB_ENDIAN -DBN_DIV2W -DMD5_ASM   -c -o mem.o mem.c
    cc -I. -I.. -I../include -KPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -xO2 -xtarget=ultra -m32 -xarch=sparc  -xstrconst  -Xa -DB_ENDIAN -DBN_DIV2W -DMD5_ASM   -c -o mem_clr.o mem_clr.c
    cc -I. -I.. -I../include -KPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -xO2 -xtarget=ultra -m32 -xarch=sparc  -xstrconst  -Xa -DB_ENDIAN -DBN_DIV2W -DMD5_ASM   -c -o mem_dbg.o mem_dbg.c
    cc -I. -I.. -I../include -KPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -xO2 -xtarget=ultra -m32 -xarch=sparc  -xstrconst  -Xa -DB_ENDIAN -DBN_DIV2W -DMD5_ASM   -c -o cversion.o cversion.c
    cc -I. -I.. -I../include -KPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -xO2 -xtarget=ultra -m32 -xarch=sparc  -xstrconst  -Xa -DB_ENDIAN -DBN_DIV2W -DMD5_ASM   -c -o ex_data.o ex_data.c
    cc -I. -I.. -I../include -KPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -xO2 -xtarget=ultra -m32 -xarch=sparc  -xstrconst  -Xa -DB_ENDIAN -DBN_DIV2W -DMD5_ASM   -c -o tmdiff.o tmdiff.c
    cc -I. -I.. -I../include -KPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -xO2 -xtarget=ultra -m32 -xarch=sparc  -xstrconst  -Xa -DB_ENDIAN -DBN_DIV2W -DMD5_ASM   -c -o cpt_err.o cpt_err.c
    *<span style="color:#800000">cc: Fatal error in /space/SunCompiler/SUNWspro/prod/bin/cg*
    *cc: Status 139*
    *make[1]: *** [cpt_err.o] Error 139*
    *make[1]: Leaving directory `/SOURCES/openssl-0.9.8e/crypto'</span>*
    make: *** [build_crypto] Error 1Do you have any idea for this error or how to fix this ?
    Thanks in advance

    I generate a core dump after compilation and using dbx i had this output :
    ((dbx) debug - /SOURCES/openssl-0.9.8e/crypto/core
    Corefile specified executable: "/space/SunCompiler/SUNWspro/prod/bin/cg"
    Reading cg
    core file header read successfully
    Reading ld.so.1
    Reading lib_I_dbg_gen.so.1
    Reading libsunir.so
    Reading liblni.so.1
    Reading libelf.so.1
    Reading libm.so.1
    Reading libc.so.1
    Reading libdl.so.1
    Reading libmd5.so.1
    Reading libc_psr.so.1
    Reading model_cg_ultra.so.3
    program terminated by signal SEGV (no mapping at the fault address)
    0x004619a8: Generic_hashtab+0x00d4: prefetch [%i5 + 264], #n_writes_strong
    (dbx)

  • OraRRP Error with "Unable to copy data file;Error code 2, check disk space"

    Hi,
    Some users get this message -"Unable to copy data file;Error code 2, check disk space" when run report with orarrp, but most users do not get it.
    I check free space at both server and client side, they are very sufficient.
    I also checked directory exists for REPORTXX_TMP variable.
    My user call reports via URL (rwservlet) and it occur for all reports.
    How I can solve this problem?
    Thanks in advance.
    Tawatchai R.

    Hi,
    have the same problem now. One user has temporarily problems to download .rrpa files via URL (rwservlet) request. Error code: -"Unable to copy data file;Error code 2, check disk space". Did you get a solution??
    Thanks in advance. Axel

  • Error while relocating (Can't write file (no space)) - Help please

    I have been having trouble relocating master files since upgrading to Leopard. The problem doesn't seem to affect only Aperture. I can happen when using Finder or another application to move files from one drive to another. Other types of files don't seem to be affected, just my library of image files.
    The copy operation runs for a while then hangs up. The application doing the copy reports an error that that's the end. Aperture gives this error message: Error while relocating (Can’t write file (no space)). The Finder reports plenty of available space on the destination drive!
    I remember seeing a thread--but can't find it now--about a problem with certain xmp metatdata embedded into files causing problems with file operations.
    Hoping for a solution!
    Message was edited by: thomas80205

    It's possible that you might have a corrupt file. Have you tried to copy different files on to the destination drive? If those files copy fine, then narrow down the offending file by copying less images at a time.

  • I keep on getting this error when i try to copy files to my 2T Time Capsule, Please help im running out of space on my MacBook Pro.... The operation can't be completed because an unexpected error occurred (error code -50)

    I keep on getting this error when i try to copy files to my 2T Time Capsule, Please help im running out of space on my MacBook Pro....
    The operation can’t be completed because an unexpected error occurred (error code -50)

    I would get an external drive today and copy all your stuff off the TC.. forget trying to load more onto it. There is a good chance after 3years (A 2TB should be only about 2years tops), the disk or the TC itself is on the way out. Do it immediately. If TM is also failing to backup you need to recognise symtoms of impending doom.
    Unfortunately the error messages are archane and it is hard to discover their meaning.
    You also cannot verify a network drive.. you can verify the TM sparsebundle though so do that.
    A5. http://pondini.org/TM/Troubleshooting.html
    Reboot the whole network from off.. certainly if you run later OS it can simply lose the drive..
    If you still fail to be able to copy to the TC.. then get that external and copy off it. Tell us if you can do that.

  • Partition failed with the error:  No space left on device

    I used Boot Camp Assistant (for instaling Windows XP) and there was Partition error:
    +*The disc cannot be partioned because some files cannot be moved.*+
    +Back up the disk and use Disk Utility to format it as a single Mac OS Extended (journaled) volume. Restore your information to the disk and try using Boot Camp Assistand again.+
    so I tried Yasu, verified permission, verified disk, and everything was ok, but in Disk Utility I was trying to split or change size of my disk but there is one error again:
    +*Partition failed.*+
    +Partition failed with the error: No space left on device+
    but I have 64GB free space!
    how must I "+Restore your information to the disk+" or what else can I do?
    thanks!

    arajs wrote:
    I used Boot Camp Assistant (for instaling Windows XP) and there was Partition error:
    +*The disc cannot be partioned because some files cannot be moved.*+
    +Back up the disk and use Disk Utility to format it as a single Mac OS Extended (journaled) volume. Restore your information to the disk and try using Boot Camp Assistand again.+
    so I tried Yasu, verified permission, verified disk, and everything was ok, but in Disk Utility I was trying to split or change size of my disk but there is one error again:
    +*Partition failed.*+
    +Partition failed with the error: No space left on device+
    but I have 64GB free space!
    how must I "+Restore your information to the disk+" or what else can I do?
    thanks!
    This is a standard error message.
    If you would have checked into the bootcamp forum you would have instantly found the solution.
    http://discussions.apple.com/forum.jspa?forumID=1244&start=0
    All that error message means is that you do not have enough conguous disk space available. No big deal at all for an older system. You have bits of files strewn over the "free space."
    The solution as you would find in the bootcamp forum is to clone your HD, using a file-file clone, then test the clone to be sure it is working and then to erase your HD and clone back.
    Works every time.
    Message was edited by: Theodore

  • RSTPTEST , RFC ping failed RFC error text: timeout during allocate / CPIC-C

    Hi all,
    I was transporting the request in my landscape last week and all of sudden transports in acceptance system is not working and I am getting a error message as
    Could not start transport control program tp
    Message no. TP608 Diagnosis
    There was an attempt to start the transport control program tp using the local RFC interface. An error occurred here.
    Error code: 4
    RFC error text: timeout during allocate / CPIC-CALL: 'ThSAPCMRCV'
    Meaning of the error codes:
    03 RFC system failure
    04 RFC communication failure
    System Response
    The function terminates. Details about the error can be found in the trace file of the Gateway Monitor (SMGW).
    SMGW logs are as follows:
    Tue Jun 16 12:04:28 2009
    ERROR => GwISearchPartner: timeout, partner LU: >hostname<, TP: >M:\usr\sap\SID\DVEBMGS00\exe\tp.EXE< [gwr3cpic.c   6135]
    ERROR => GwISearchPartner: HOST: hostname conv ID: 50323660 [gwr3cpic.c   6148]
    , This is the 3 system landscape, common transport directory in development system.
    Actions taken:
    Restarted the systems (PRD queue is working but not acceptance queue)
    DIR_TRANS and Permission were given already and able to ping  from all the sytem
    Host and service entry were maintained already.
    RFC connections were woring fine without errors
    I have seen many threads but none of the thread is solved my problem.
    Please suggest
    Vijay

    Hello,
    Thanks fpr your reply and I tried the steps which you said and the result is same error for both the options.
    1 & 2 Answers :
    Could not start transport control program tp
    Message no. TP608 Diagnosis
    There was an attempt to start the transport control program tp using the local RFC interface. An error occurred here.
    Error code: 4
    RFC error text: timeout during allocate / CPIC-CALL: 'ThSAPCMRCV'
    Meaning of the error codes:
    03 RFC system failure
    04 RFC communication failure
    System Response
    The function terminates. Details about the error can be found in the trace file of the Gateway Monitor (SMGW).
    SMGW logs are as follows:
    Tue Jun 16 12:04:28 2009
    ERROR => GwISearchPartner: timeout, partner LU: >hostname<, TP: >M:\usr\sap\SID\DVEBMGS00\exe\tp.EXE< http://gwr3cpic.c 6135
    ERROR => GwISearchPartner: HOST: hostname conv ID: 50323660 http://gwr3cpic.c 6148
    I think this is not able to contact the domain controller.
    But I can see the checks are fine from checking the transport directory.
    Vijay

  • RFC error text: timeout during allocate / CPIC-CALL: 'ThSAPCMRCV'

    I am having this error pop up very frequently on some new SAP systems.  This will randomly happen and keep us from being able to release transports and import them in STMS.  I receive the following error:
    There was an attempt to start the transport control program tp using the local RFC interface.
    An error occurred here.
    Error code: 4
    RFC error text: timeout during allocate / CPIC-CALL: 'ThSAPCMRCV'
    - When I check the Transport Tool (STMS: import queue> check> transport tool) I get the following information:
    timeout during allocate / CPIC-CALL: 'ThSAPCMRCV' : cmRc=20 thRc=456#Time
    out during connection setup (check that partner exists
    - When checking the TP System Log I receive the same error.  The RSTPTEST report does not give any additional information.  SM21 shows a warning and an error:
    Warning:
    Communication Error, CPIC return code 020, SAP Return code 456
    Dialog Process No. 000
    Problem cl: SAP web AS problem
    Package: STSK
    Further Details:
    Module Name: thxxhead
    Line: 7488
    Error Text: 020456
    Caller: ThRecei
    Error:
    Problem cl: transaction problem
    Package: STTO
    All of these errors are only pointing to a time out.  I cannot figure out why this is happening.  I checked the TMS RFC connection in SM59 and they are fine.  I have been able to work around this issue in 2 different ways.  First, I can delete the files in the "\trans\tmp" directory on the server.  Sometimes this resolves the error.  Else I have to restart the system.
    I need to understand where this issue is coming from and how to resolve it.  It is becoming more and more frequent.  Thank you for your help!

    Hi,
    i have had similar issues during this week. After looking for a solution everywhere i found out that i didn't set up the FQDN on this system.
    Symptoms were:
    se38 > RSTPTEST timed out sometimes(not always)
    sm59 > TCP/IP connections > CALLTP_WindowsNT > test connections timed out sometimes (again, not always)
    STMS Overview > Systems: I was not always able to distribute and activate configuration from the Domain controller via Extras > Distribute and Activate Configuration (it died on the mentioned system)
    Transports failed mostly with the same error.
    The error log was somewhere deep in ST11. It could not resolve our FQDN.
    The solution, for me, was to add our FQDN to the WINDIR\System32\drivers\etc\hosts file.
    We upgraded the kernel as well (from 7.20 patch 046 to most current) but this didn't help.
    The FQDN is a concatenation of computer name and dns suffix of the network (if you have none, you can add one via rightclick on the used network adapter>ipv4>properties>Advanced>DNS tab, so in the end the host file looked like
    127.0.0.1   localhost   computer-name.ourSuffix.com
    After this line has been added, the error stopped and the transports work again.
    I hope it helps. Good luck.

  • JDeveloper Error: White spaces are required between publicId and systemId.

    I'm using JDeveloper 10.1.3.1.0.
    This error is occurring in a BPEL process project.
    With one particular web service I have, adding a Partner Link to the BPEL generates the following compile error:
    Error: White spaces are required between publicId and systemId.
    I can add Partner links from other web services and the BPEL will compile fine. The main difference I can see is that this web service supports WS-Addressing.
    I have found one other reference to a similar (but not exactly the same) problem elsewhere in these forums but the fix is not really applicable. All of the wsdl files pass the "Validate WSDL" operation, and I don't see anything wrong with them.
    When the error occurs and I select "Go To Source" it points back to the first line of the bpel file.
    Can anyone help me out on this?
    This is the wsdl for the web service, wsademo.wsdl:
    <?xml version="1.0" encoding="UTF-8"?>
    <definitions name="wsademo"
    targetNamespace="http://localhost:11001/wsademo.wsdl"
    xmlns:tns="http://localhost:11001/wsademo.wsdl"
    xmlns:SOAP-ENV="http://www.w3.org/2003/05/soap-envelope"
    xmlns:SOAP-ENC="http://www.w3.org/2003/05/soap-encoding"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing"
    xmlns:ns="http://localhost:11001/wsademo.wsdl"
    xmlns:SOAP="http://schemas.xmlsoap.org/wsdl/soap12/"
    xmlns:MIME="http://schemas.xmlsoap.org/wsdl/mime/"
    xmlns:DIME="http://schemas.xmlsoap.org/ws/2002/04/dime/wsdl/"
    xmlns:WSDL="http://schemas.xmlsoap.org/wsdl/"
    xmlns="http://schemas.xmlsoap.org/wsdl/">
    <types>
    <schema targetNamespace="http://localhost:11001/wsademo.wsdl"
    xmlns:SOAP-ENV="http://www.w3.org/2003/05/soap-envelope"
    xmlns:SOAP-ENC="http://www.w3.org/2003/05/soap-encoding"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing"
    xmlns:ns="http://localhost:11001/wsademo.wsdl"
    xmlns="http://www.w3.org/2001/XMLSchema"
    elementFormDefault="unqualified"
    attributeFormDefault="unqualified">
    <import namespace="http://schemas.xmlsoap.org/ws/2004/08/addressing"/>
    <import namespace="http://www.w3.org/2003/05/soap-encoding"/>
    <!-- operation request element -->
    <element name="wsademoResult">
    <complexType>
    <sequence>
    <element name="out" type="xsd:string" minOccurs="0" maxOccurs="1" nillable="true"/>
    </sequence>
    </complexType>
    </element>
    <!-- operation request element -->
    <element name="wsademo">
    <complexType>
    <sequence>
    <element name="in" type="xsd:string" minOccurs="0" maxOccurs="1" nillable="true"/>
    </sequence>
    </complexType>
    </element>
    <!-- operation response element -->
    <element name="wsademoResult">
    <complexType>
    <sequence>
    <element name="out" type="xsd:string" minOccurs="0" maxOccurs="1" nillable="true"/>
    </sequence>
    </complexType>
    </element>
    </schema>
    </types>
    <message name="wsademoResult">
    <part name="parameters" element="ns:wsademoResult"/>
    </message>
    <message name="wsademo">
    <part name="parameters" element="ns:wsademo"/>
    </message>
    <message name="wsademoResult">
    <part name="parameters" element="ns:wsademoResult"/>
    </message>
    <message name="wsademoHeader">
    <part name="MessageID" element="wsa:MessageID"/>
    <part name="RelatesTo" element="wsa:RelatesTo"/>
    <part name="From" element="wsa:From"/>
    <part name="ReplyTo" element="wsa:ReplyTo"/>
    <part name="FaultTo" element="wsa:FaultTo"/>
    <part name="To" element="wsa:To"/>
    <part name="Action" element="wsa:Action"/>
    </message>
    <portType name="wsademoPort">
    <operation name="wsademoResult">
    <documentation>accepts a string value from a relayed response</documentation>
    <input message="tns:wsademoResult"/>
    </operation>
    <operation name="wsademo">
    <documentation>echos a string value and relays the response to the wsa replyTo address (if present)</documentation>
    <input message="tns:wsademo"/>
    <output message="tns:wsademoResult"/>
    </operation>
    </portType>
    <binding name="wsademo" type="tns:wsademoPort">
    <SOAP:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="wsademoResult">
    <SOAP:operation soapAction="urn:wsademo/wsademoPort/wsademoResult"/>
    <input>
    <SOAP:body parts="parameters" use="literal"/>
    <SOAP:header use="literal" message="tns:wsademoHeader" part="Action"/>
    <SOAP:header use="literal" message="tns:wsademoHeader" part="To"/>
    <SOAP:header use="literal" message="tns:wsademoHeader" part="FaultTo"/>
    <SOAP:header use="literal" message="tns:wsademoHeader" part="ReplyTo"/>
    <SOAP:header use="literal" message="tns:wsademoHeader" part="From"/>
    <SOAP:header use="literal" message="tns:wsademoHeader" part="RelatesTo"/>
    <SOAP:header use="literal" message="tns:wsademoHeader" part="MessageID"/>
    </input>
    </operation>
    <operation name="wsademo">
    <SOAP:operation soapAction="urn:wsademo/wsademoPort/wsademo"/>
    <input>
    <SOAP:body parts="parameters" use="literal"/>
    <SOAP:header use="literal" message="tns:wsademoHeader" part="Action"/>
    <SOAP:header use="literal" message="tns:wsademoHeader" part="To"/>
    <SOAP:header use="literal" message="tns:wsademoHeader" part="FaultTo"/>
    <SOAP:header use="literal" message="tns:wsademoHeader" part="ReplyTo"/>
    <SOAP:header use="literal" message="tns:wsademoHeader" part="From"/>
    <SOAP:header use="literal" message="tns:wsademoHeader" part="RelatesTo"/>
    <SOAP:header use="literal" message="tns:wsademoHeader" part="MessageID"/>
    </input>
    <output>
    <SOAP:body parts="parameters" use="literal"/>
    <SOAP:header use="literal" message="tns:wsademoHeader" part="Action"/>
    <SOAP:header use="literal" message="tns:wsademoHeader" part="To"/>
    <SOAP:header use="literal" message="tns:wsademoHeader" part="FaultTo"/>
    <SOAP:header use="literal" message="tns:wsademoHeader" part="ReplyTo"/>
    <SOAP:header use="literal" message="tns:wsademoHeader" part="From"/>
    <SOAP:header use="literal" message="tns:wsademoHeader" part="RelatesTo"/>
    <SOAP:header use="literal" message="tns:wsademoHeader" part="MessageID"/>
    </output>
    </operation>
    </binding>
    <service name="wsademo">
    <documentation>demonstrates WS-Addressing capabilities</documentation>
    <port name="wsademo" binding="tns:wsademo">
    <SOAP:address location="http://localhost:11001"/>
    </port>
    </service>
    </definitions>
    This is the wsdl that is generated by JDeveloper that contains the PartnerLinks and refernce back to the original wsdl file, wsademoRef.wsdl:
    <definitions
    name="wsademo"
    targetNamespace="http://localhost:11001/wsademo.wsdl"
    xmlns="http://schemas.xmlsoap.org/wsdl/"
    xmlns:tns="http://localhost:11001/wsademo.wsdl"
    xmlns:bpws="http://schemas.xmlsoap.org/ws/2003/03/business-process/"
    xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    >
    <import namespace="http://localhost:11001/wsademo.wsdl" location="wsademo.wsdl"/>
    <plnk:partnerLinkType name="wsademoPort_PL">
    <plnk:role name="wsademoPort_Role">
    <plnk:portType name="tns:wsademoPort"/>
    </plnk:role>
    </plnk:partnerLinkType>
    </definitions>
    And finally the is the BPEL, WSAtest3.bpel:
    <?xml version="1.0" encoding="UTF-8"?>
    <!--
    Oracle JDeveloper BPEL Designer
    Created: Thu Oct 05 15:27:12 GMT-08:00 2006
    Author: wstielau
    Purpose: Synchronous BPEL Process
    -->
    <process name="WsaTest3" targetNamespace="http://xmlns.oracle.com/WsaTest3"
    xmlns="http://schemas.xmlsoap.org/ws/2003/03/business-process/"
    xmlns:xp20="http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.Xpath20"
    xmlns:bpws="http://schemas.xmlsoap.org/ws/2003/03/business-process/"
    xmlns:ns1="http://localhost:11001/wsademo.wsdl"
    xmlns:ldap="http://schemas.oracle.com/xpath/extension/ldap"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:ns2="http://localhost:80/Service.wsdl"
    xmlns:client="http://xmlns.oracle.com/WsaTest3"
    xmlns:bpelx="http://schemas.oracle.com/bpel/extension/"
    xmlns:ora="http://schemas.oracle.com/xpath/extension"
    xmlns:orcl="http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.ExtFunc">
    <!--
    PARTNERLINKS
    List of services participating in this BPEL process
    -->
    <partnerLinks>
    <!--
    The 'client' role represents the requester of this service. It is
    used for callback. The location and correlation information associated
    with the client role are automatically set using WS-Addressing.
    -->
    <partnerLink name="client" partnerLinkType="client:WsaTest3"
    myRole="WsaTest3Provider"/>
    <partnerLink name="wsademo" partnerLinkType="ns1:wsademoPort_PL"
    myRole="wsademoPort_Role" partnerRole="wsademoPort_Role"/>
    </partnerLinks>
    <!--
    VARIABLES
    List of messages and XML documents used within this BPEL process
    -->
    <variables>
    <!-- Reference to the message passed as input during initiation -->
    <variable name="inputVariable" messageType="client:WsaTest3RequestMessage"/>
    <!-- Reference to the message that will be returned to the requester-->
    <variable name="outputVariable"
    messageType="client:WsaTest3ResponseMessage"/>
    <variable name="Invoke_1_wsademo_InputVariable" messageType="ns1:wsademo"/>
    <variable name="Invoke_1_wsademo_OutputVariable"
    messageType="ns1:wsademoResult"/>
    </variables>
    <!--
    ORCHESTRATION LOGIC
    Set of activities coordinating the flow of messages across the
    services integrated within this business process
    -->
    <sequence name="main">
    <!-- Receive input from requestor. (Note: This maps to operation defined in WsaTest3.wsdl) -->
    <receive name="receiveInput" partnerLink="client" portType="client:WsaTest3"
    operation="process" variable="inputVariable" createInstance="yes"/>
    <!-- Generate reply to synchronous request -->
    <assign name="Assign_1">
    <copy>
    <from variable="inputVariable" part="payload"
    query="/client:WsaTest3ProcessRequest/client:input"/>
    <to variable="Invoke_1_wsademo_InputVariable" part="parameters"/>
    </copy>
    </assign>
    <invoke name="Invoke_1" partnerLink="wsademo" portType="ns1:wsademoPort"
    operation="wsademo" inputVariable="Invoke_1_wsademo_InputVariable"
    outputVariable="Invoke_1_wsademo_OutputVariable"/>
    <assign name="Assign_2">
    <copy>
    <from variable="Invoke_1_wsademo_OutputVariable" part="parameters"/>
    <to variable="outputVariable" part="payload"
    query="/client:WsaTest3ProcessResponse/client:result"/>
    </copy>
    </assign>
    <reply name="replyOutput" partnerLink="client" portType="client:WsaTest3"
    operation="process" variable="outputVariable"/>
    </sequence>
    </process>
    -Wayne Stielau
    Open Text Corporation
    Irvine, CA

    I have discovered two issues.
    1. JDeveloper does not seem to like the SOAP 1.2 envelope and encoding namespaces. Is this a known limitation? Changed them to 1.1.
    2. JDeveloper does not like the double definition of wsaDemoResult.
    When these two items are changed, the bpel compiles clean. Now I've got to get the message header to populate correctly. There are no values assigned, only namespace definitions. This is the SOAP packet that is received at the web service.
    <?xml version="1.0" encoding="UTF-8"?>
    <env:Envelope
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header>
    <MessageID xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing"/>
    <From xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing"/>
    <RelatesTo xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing"/>
    <Action xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing"/>
    <ReplyTo xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing"/>
    <To xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing"/>
    <FaultTo xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing"/>
    </env:Header>
    <env:Body>
    <wsademo xmlns="http://localhost:11001/wsademo.wsdl">
    <in xmlns="">hello</in>
    </wsademo>
    </env:Body>
    </env:Envelope>

  • " Server Error [2009]: Failed to allocate resources for results data" IR Error

    Hi,
    We recently moved form 9.3.3. to 11.1.2.3 and we run only IR and SQR reports. When we run few IR reports we get the below error.
    "Script(x):uncaught exception:  Server Error [2009]: Failed to allocate resources for results data."
    Any thought on what could be the cause. I changed the DSA setting, HTTP config settings for timeouts. I followed a oracle Knowledge base document to make sure I'm setting the right parameters still it doesn't work.
    Any advise will be appreciated.
    Thank you.

    Hi,
    Can you please try to increase the timeout settings for workspace and check the issue.
    You can refer following KM article for more information :
    Hyperion Interactive Reporting (IR) When Processing a BQY in Web Client and iHTML Error: "Server Error [2009] Failed To Allocate Resources To Results Data" [ID 1089121.1]
    To try in 11.1.2.x check these settings in workspace :
    Please go to Navigate -> Administer -> Reporting and Analysis -> Web Applications -> Right click on RA_FRAMEWORK_LWA and select Properties. A
    Window pops up. In that, go to Applications tab and then go to Data Access Servlet. There are two values there
    i) Hyperion Intelligence Client Polling Time(seconds) => Set this to zero
    ii) DAS Response Timeout => Set this to 3600
    Restart the R&A services and WebApp after this change.
    Hope this information helps.
    regards,
    Harish.

  • Query erroring out with lack of temp space?

    I have 2 databases. One was cloned from the other on to another server.
    On one server the query takes 5 seconds to run on the other server the query errors lack with lack of disk space.
    The init files are the same. The Oracle memory is the same. The temp tablespace size is the same.
    I'm stuck!
    What should I look for to find out what is causing the error?

    On both databases the version is 9.2.0.6.
    This is the view that worked in database1 and errored in database2...
    CREATE OR REPLACE VIEW SAP_STAGE.MTC_STG_MEASURE_POINT_V
    EQUIP_NO,
    MEASUR_PNTPOS,
    CHARACT_NAME,
    UNIT,
    MEASUR_PNT_DESC,
    VALUATION_CODE,
    TEXT_FIELD
    AS
    SELECT DISTINCT xref.equnr AS equip_no, rpmp.*
    FROM sap_stage.measuring_point mp JOIN xref_sap_equi xref
    ON TRIM (mp.equip_no) = TRIM (xref.groes)
    JOIN stg_mtc_msf600 msf600
    ON TRIM (mp.equip_no) = TRIM (msf600.equip_no)
    AND TRIM (msf600.dstrct_code) in ('347','315')
    JOIN rec_prodstat_code_measur_pts rpmp ON 1 = 1
    If I qualify all the tables with SAP_STAGE the query runs in 5 seconds in database2.
    Why does the query run in database 1 without the schema names?

  • REP-0065: Virtual Memory System Error  REP-0200: Cannot allocate enough mem

    HI i am facing this error since a while.
    i dont know how to rectify.
    For my report I am using like 7 ref cursors from the database to output the data. It’s been a while that I am facing this error.
    I have tried many ways by modifying my code, but still getting this error. When I replace the whole code in the RDF itself, then its running fine without any problems.
    I just got stucked with this report. I totally ran out of ideas to resolve this error.
    if you have any idea about this error please let me know.
    i need to do from the database side. dont know wat to do.
    please post the solution ASAP, i have to submit . i going mad.
    i am using oracle reports builder 10g.(10.1.2.0)

    no actually i tried to download and install one of the patch p4505133_10105_WINNT, i am unable to install the other . my DBA assisted installing the patches. but he could error while installing the second one.
    do i need to install on the server or my local machine.
    i dont know for some dates its working as there are around 48 rows. for other dates whose date is 400 plus its not working. when execute from reports it runs fine.
    date is the parameter for my report to fetch.
    it displays the data, but when i try to go the last page then it throws this 2 errors:
    Re: REP-0065: Virtual Memory System Error REP-0200: Cannot allocate enough . in data model there are 7 plsql block in which i am calling the procedure for each plsql.
    i tried to call one by one with main detail plsql, then its working . when i try to call all together. then probllem rises..
    i have checked all the data types . everything looks good.
    please help. i am in cruical situation.
    thanks in Anticipation
    Erat

  • Error "ROW-00001 cannot allocate memory"

    I am using oracle 10g and i got this error "ROW-00001 cannot allocate memory" when accessing dataset. What is the solution of this and concept behind it. Please help.

    I have had a similar error with SQL Server 2005 (running on WINXP SP3) connected to Oracle 9i through a Linked Server.
    I was originally using MSDAORA and was upgrading to OraOLEDB. There was a lot going on with my machine involving repeated installs/un-installs of the 9i and 10g clients so it's hard to pin-point the exact cause of this being broken.
    Eventually I had the original linked server using MSDAORA and the new Linked served using OraOLEDB existing happily side by side. Then I started having problems selecting data.
    I could still connect and select sysdate from dual through each linked server. Sometimes I could select data and then shortly after I could not. A reboot helped briefly but then the problems re-appeared.
    The errors I got were:
    - Using the original Linked server with MSDAORA
    Msg 7399, Level 16, State 1, Line 1 The OLE DB provider "MSDAORA" for linked server "LNK_KADM01P" reported an error. The provider ran out of memory.
    Msg 7330, Level 16, State 2, Line 1 Cannot fetch a row from OLE DB provider "MSDAORA" for linked server "LNK_KADM01P".- Using the new Linked server with OraOLEDB.
    OLE DB provider "OraOLEDB.Oracle" for linked server "OLE_LNK_KADM01P" returned message "".
    OLE DB provider "OraOLEDB.Oracle" for linked server "OLE_LNK_KADM01P" returned message "ROW-00001: Cannot allocate memory".
    Msg 7320, Level 16, State 2, Line 1 Cannot execute the query "SELECT * FROM XYZ " against OLE DB provider "OraOLEDB.Oracle" for linked server "OLE_LNK_KADM01P". In the end I reinstalled the 9i ODAC/OLE client. When you run the installer it shows 5 ODAC/OLE subcomponents. I think when I had been installing earlier I had not been selecting each subcomponent, and so it was only installing the first one (which is for MS MTS).
    I went through the install and specifically selected each one of the components. I'm pretty sure my problem was caused by only having the old 9.2.0.1 OLE client objects installed instead of 9.2.0.7. After the re-install and reboot it's been running fine, and coincidently data throughput has doubled.
    I hope this is help to others. (Because I know how frustrating and painful this has been for me!!!)
    Edited by: user468179 on 9/10/2008 22:27

  • Can i save a podcast without taking up space on nano 6, i keep getting error message space is used up but I don't want to lose the podcast episode for the future

    can i save a podcast without taking up space on nano 6, i keep getting error message space is used up but I don't want to lose the podcast episode for the future

    Sorry to be such a moron with this, but I just don't have much experience with this iPad.  I have had it for over a year and I just keep adding stuff to it and it has worked great.  Now that the memory is used up, I am trying to figure out how to free up space and not lose what I have paid for. 
    So, Step 1 is complete, as I have "Transferred" all of the purchases.
    What is Step 2?  I unchecked the concert on the iTunes library, did a sync, but it's still on my iPad.
    Thanks again for the help!!!

Maybe you are looking for

  • IMovie very slow -- how do you stop it showing all clips?

    hi. i'm using iMovie 11, Mountain Lion, and a brand new, latest model, retina macbook (one month old), and i'm trying to figure out why my iMovie is so slow. i originally imported all of my clips and photos into iPhoto, with no problem, and iMovie is

  • Windows Vista Home + 4gb Nano... No go

    So far, I have experienced nothing but grief... I have tried just about everything i could find, and nothing has seemed to work so far... The problem seems to be that Vista does not recognize what the nano is. That is to say, it shows a connection, b

  • Problem with NSR database recovery

    Hi We use Networker to backup our databases. When we try and recover a database (using the DBMGui) the Networker software is asking for the incorrect tape to be loaded.  The parameter NSR_EBIDTYPE is set to NSAVETIME.  The correct information is bein

  • After recent upgrade, Firefox won't start. Just flickers once when I click on a link or on its icon.

    My version is 32. "Best Solution" says click the upgrade button to get v34. But I can't do that if FF won't open. I have Mac OS 10.9.5

  • Problems with a query in Reports6i

    Hello, hope someone can help me with this issue. I have a query like this in my reports: select c_id ,dat_tim,glo,utr from ce_pro where c_id IN ('X1200', 'X1210') and glo not like 'null' or utr not like 'null' group by c_id, dat_tim,glo, utr having d