HSDIO - Deterministic memory writing while generating

Hello,
I am using an HSDIO card (PXI 6542) to drive a device (DUT) with a predefined fixed length continuously running waveform.
That DUT might actually benefit from some dynamic changes in the digital signals depending measurements made on the DUT itself.
Right now I just switch off the DUT and the HSDIO card, write the new waveform on the card, switch back on the DUT and the digital signal generation.
Off course that's not optimal and I'd like to modify the signal in a "live" way, while the DUT is running.
Just overwriting a waveform while it is being generated should not work smoothly due to a race condition as explained here: http://digital.ni.com/public.nsf/allkb/14CE41C9CB9F10A88625766A005CEE47
I think I found a workaround but need a confirmation on it.
Instead of just one waveform I could use 2 and select which one is being generated with the help of a trigger.
The corresponding script might look like this:
script myScript
repeat forever
if scriptTrigger0
generate waveform1
else
generate waveform2
end if
end repeat
end script
The idea is for example to generate waveform1.
Then depending on what the DUT needs I will calculate waveform2 and upload it to the HSDIO card.
My guess here is that overwriting waveform2 with data of the exact same size will not create any glitch since it is not currently being used to generate signals.
After that by using the trigger I could start to actually use waveform2. If I need further waveform adjustment I could do it by changing waveform1 while it is not being used for generation and so on by alternating which waveform is really being used.
Am I right that a waveform in memory but not currently used can be overwritten without causing glitch on another waveform that IS currently generating?
Regards,
Baptiste
Solved!
Go to Solution.

Hello Baptiste,
Yes, you are correct. This is a method of dynamically changing waveforms on the fly that has been used before in the past. If you generate waveform1, and download waveform2 while it is idle, it will not affect the generation of waveform1. Then, triggering via scripttrigger to waveform2, you can then download the next waveform you'd like to use to waveform1 without affecting waveform2's generation.
Kyle A.
National Instruments
High Speed Digital I/O Product Support Engineer - R&D

Similar Messages

  • Memory issues while fetching content

    HI all,
    I am using SAP KM Apis. however i am facing some memory issues while using them.
    I am using getContent() api on a resource. and then getInputStream on the Icontent object. I am using a ByteArrayOutputStream for writing the data. here is the code snippet:
    byte[] buf= new byte[4096];
    InputStream inputStream = content.getInputStream();
    ByteArrayOutputStream os = new ByteArrayOutputStream(1024)
    while ((count = inputStream.read(buf)) != -1)
        os.write(buf, 0, count);
    byte[] arr=os.toByteArray();
    THis code consuimes a lot of memory . we need to optimize this. we also tried removing BYteArrayOutputSteam and directly read the bytes in chunk :
    int n; 
    do 
         n = inputStream.read(buf, 0,(int)content.getContentLength()); 
    while (n != -1); 
    however this approach has not helped us.
    please suggest an approach where memory consumption is less and the entire content is fed.
    thanks

    Hi
    This code worked for me for reading from a KM res...
    BufferedReader reader = new BufferedReader(new InputStreamReader(is));
    StringBuilder sb = new StringBuilder();
    String line = null;
            try {
                while ((line = reader.readLine()) != null) {
                    sb.append(line + "\n");
            } catch (IOException e) {
                e.printStackTrace();
            } finally {
                try {
                    is.close();
                } catch (IOException e) {
                    e.printStackTrace();
    return sb.toString();
    Regards
    BP

  • Compilation failed while generating stub classes using wscompile

    I am new to Web Services. I am trying to generate client stub classes from WSDL (provided by Seapine's with TestTarckPro Software), using wscompile. I am using JWSDP 1.6
    ====================================================================================
    Here's the wscompile command,
    wscompile -gen:client -d classes2 -keep -s classes2 -verbose config.xml
    =========================================================================
    Here's config.xml file
    <configuration xmlns="http://java.sun.com/xml/ns/jax-rpc/ri/config">
    <wsdl
    location="./ttsoapcgi.wsdl"
    packageName="testtrack_interface"/>
    </configuration>
    =====================================================================================
    I am getting following compilation errors during stub generation. Following is the compilation error part of wscompile result output
    [SOAPObjectBuilderGenerator: writing object builder for: saveLink]
    [SerializerRegistryGenerator: creating serializer registry: testtrack_interface.Ttsoapcgi_SerializerRegistry]
    D:\TestTrackApi\classes2\testtrack_interface\CSCCFileRecord.java:10: ';' expected
    protected java.lang.String m-strFileName;
    ^
    D:\TestTrackApi\classes2\testtrack_interface\CSCCFileRecord.java:11: ';' expected
    protected java.lang.String m-strFixedRevision;
    ^
    D:\TestTrackApi\classes2\testtrack_interface\CSCCFileRecord.java:12: ';' expected
    protected java.util.Calendar m-dateFixedTimestamp;
    ^
    D:\TestTrackApi\classes2\testtrack_interface\CSCCFileRecord.java:17: ')' expected
    public CSCCFileRecord(long recordid, java.lang.String m-strFileName, java.lang.String m-strFixedRevision, java.util.
    Calendar m-dateFixedTimestamp) {
    ^
    D:\TestTrackApi\classes2\testtrack_interface\CSCCFileRecord.java:47: ';' expected
    ^
    D:\TestTrackApi\classes2\testtrack_interface\CSCCFileRecord_SOAPSerializer.java:29: ';' expected
    private static final int myM-STRFILENAME_INDEX = 1;
    ^
    D:\TestTrackApi\classes2\testtrack_interface\CSCCFileRecord_SOAPSerializer.java:30: ';' expected
    private static final int myM-STRFIXEDREVISION_INDEX = 2;
    ^
    D:\TestTrackApi\classes2\testtrack_interface\CSCCFileRecord_SOAPSerializer.java:31: ';' expected
    private static final int myM-DATEFIXEDTIMESTAMP_INDEX = 3;
    ^
    D:\TestTrackApi\classes2\testtrack_interface\CSCCFileRecord_SOAPSerializer.java:71: not a statement
    instance.setM-strFileName((java.lang.String)member);
    ^
    D:\TestTrackApi\classes2\testtrack_interface\CSCCFileRecord_SOAPSerializer.java:87: not a statement
    instance.setM-strFixedRevision((java.lang.String)member);
    ^
    D:\TestTrackApi\classes2\testtrack_interface\CSCCFileRecord_SOAPSerializer.java:96: not a statement
    instance.setM-dateFixedTimestamp((java.util.Calendar)member);
    ^
    D:\TestTrackApi\classes2\testtrack_interface\CSCCFileRecord_SOAPBuilder.java:18: ';' expected
    private static final int myM-STRFILENAME_INDEX = 1;
    ^
    D:\TestTrackApi\classes2\testtrack_interface\CSCCFileRecord_SOAPBuilder.java:19: ';' expected
    private static final int myM-STRFIXEDREVISION_INDEX = 2;
    ^
    D:\TestTrackApi\classes2\testtrack_interface\CSCCFileRecord_SOAPBuilder.java:20: ';' expected
    private static final int myM-DATEFIXEDTIMESTAMP_INDEX = 3;
    ^
    D:\TestTrackApi\classes2\testtrack_interface\CSCCFileRecord_SOAPBuilder.java:29: '(' expected
    public void setM-strFileName(java.lang.String mStrFileName) {
    ^
    15 errors
    error: compilation failed, errors should have been reported
    ==============================================================================
    My understanding is, while generating stubs, dashes or hyphens in variable names m-strFileName, m-strFixedRevision, m-dateFixedTimestamp are interpreted as minus sign and hence compilation is failing.
    I tried stub generation from same WSDL with Apache Axis and it's working fine. But stub generation is failing with JWSDP. Is this a problem with this WSDL file ? Am I missing something while using wscomplie command ?
    Please advise.
    Thanks
    Here's ttsoapcgi.wsdl file
    ==================================================================
    <?xml version="1.0" encoding="UTF-8"?>
    <definitions name="ttsoapcgi"
    xmlns="http://schemas.xmlsoap.org/wsdl/"
    xmlns:SOAP="http://schemas.xmlsoap.org/wsdl/soap/"
    xmlns:WSDL="http://schemas.xmlsoap.org/wsdl/"
    targetNamespace="urn:testtrack-interface"
    xmlns:tns="urn:testtrack-interface"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:ttns="urn:testtrack-interface">
    <types>
    <schema targetNamespace="urn:testtrack-interface"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:ttns="urn:testtrack-interface"
    xmlns="http://www.w3.org/2001/XMLSchema"
    elementFormDefault="unqualified"
    attributeFormDefault="unqualified">
    <element name="CDatabase" type="ttns:CDatabase"/>
    <complexType name="CDatabase">
    <sequence>
    <element name="name" type="xsd:string" minOccurs="1" maxOccurs="1" nillable="true"/>
    </sequence>
    </complexType>
    <complexType name="ArrayOfCDatabase">
    <complexContent>
    <restriction base="SOAP-ENC:Array">
    <sequence>
    <element name="item" type="ttns:CDatabase" minOccurs="0" maxOccurs="unbounded"/>
    </sequence>
    <attribute ref="SOAP-ENC:arrayType" WSDL:arrayType="ttns:CDatabase[]"/>
    </restriction>
    </complexContent>
    </complexType>
    <element name="CDatabaseTable" type="ttns:CDatabaseTable"/>
    <complexType name="CDatabaseTable">
    <sequence>
    <element name="name" type="xsd:string" minOccurs="1" maxOccurs="1" nillable="true"/>
    </sequence>
    </complexType>
    <complexType name="ArrayOfCDatabaseTable">
    <complexContent>
    <restriction base="SOAP-ENC:Array">
    <sequence>
    <element name="item" type="ttns:CDatabaseTable" minOccurs="0" maxOccurs="unbounded"/>
    </sequence>
    <attribute ref="SOAP-ENC:arrayType" WSDL:arrayType="ttns:CDatabaseTable[]"/>
    </restriction>
    </complexContent>
    </complexType>
    <element name="CTableField" type="ttns:CTableField"/>
    <complexType name="CTableField">
    <sequence>
    <element name="name" type="xsd:string" minOccurs="1" maxOccurs="1" nillable="true"/>
    </sequence>
    </complexType>
    <complexType name="ArrayOfCTableField">
    <complexContent>
    <restriction base="SOAP-ENC:Array">
    <sequence>
    <element name="item" type="ttns:CTableField" minOccurs="0" maxOccurs="unbounded"/>
    </sequence>
    <attribute ref="SOAP-ENC:arrayType" WSDL:arrayType="ttns:CTableField[]"/>
    </restriction>
    </complexContent>
    </complexType>
    <element name="CFieldValue" type="ttns:CFieldValue"/>
    <complexType name="CFieldValue">
    <sequence>
    <element name="value" type="xsd:string" minOccurs="1" maxOccurs="1" nillable="true"/>
    </sequence>
    </complexType>
    <complexType name="ArrayOfCFieldValue">
    <complexContent>
    <restriction base="SOAP-ENC:Array">
    <sequence>
    <element name="item" type="ttns:CFieldValue" minOccurs="0" maxOccurs="unbounded"/>
    </sequence>
    <attribute ref="SOAP-ENC:arrayType" WSDL:arrayType="ttns:CFieldValue[]"/>
    </restriction>
    </complexContent>
    </complexType>
    <element name="CTableColumn" type="ttns:CTableColumn"/>
    <complexType name="CTableColumn">
    <sequence>
    <element name="name" type="xsd:string" minOccurs="1" maxOccurs="1" nillable="true"/>
    </sequence>
    </complexType>
    <complexType name="ArrayOfCTableColumn">
    <complexContent>
    <restriction base="SOAP-ENC:Array">
    <sequence>
    <element name="item" type="ttns:CTableColumn" minOccurs="0" maxOccurs="unbounded"/>
    </sequence>
    <attribute ref="SOAP-ENC:arrayType" WSDL:arrayType="ttns:CTableColumn[]"/>
    </restriction>
    </complexContent>
    </complexType>
    <element name="CFilter" type="ttns:CFilter"/>
    <complexType name="CFilter">
    <sequence>
    <element name="name" type="xsd:string" minOccurs="1" maxOccurs="1" nillable="true"/>
    </sequence>
    </complexType>
    <complexType name="ArrayOfCFilter">
    <complexContent>
    <restriction base="SOAP-ENC:Array">
    <sequence>
    <element name="item" type="ttns:CFilter" minOccurs="0" maxOccurs="unbounded"/>
    </sequence>
    <attribute ref="SOAP-ENC:arrayType" WSDL:arrayType="ttns:CFilter[]"/>
    </restriction>
    </complexContent>
    </complexType>
    <element name="CRecordData" type="ttns:CRecordData"/>
    <complexType name="CRecordData">
    <sequence>
    <element name="value" type="xsd:string" minOccurs="1" maxOccurs="1" nillable="true"/>
    </sequence>
    </complexType>
    <complexType name="ArrayOfCRecordData">
    <complexContent>
    <restriction base="SOAP-ENC:Array">
    <sequence>
    <element name="item" type="ttns:CRecordData" minOccurs="0" maxOccurs="unbounded"/>
    </sequence>
    <attribute ref="SOAP-ENC:arrayType" WSDL:arrayType="ttns:CRecordData[]"/>
    </restriction>
    </complexContent>
    </complexType>
    <element name="CRecordRowSoap" type="ttns:CRecordRowSoap"/>
    <complexType name="CRecordRowSoap">
    <sequence>
    <element name="row" type="ttns:ArrayOfCRecordData" minOccurs="1" maxOccurs="1" nillable="true"/>
    </sequence>
    </complexType>
    <complexType name="ArrayOfCRecordRowSoap">
    <complexContent>
    <restriction base="SOAP-ENC:Array">
    <sequence>
    <element name="item" type="ttns:CRecordRowSoap" minOccurs="0" maxOccurs="unbounded"/>
    </sequence>
    <attribute ref="SOAP-ENC:arrayType" WSDL:arrayType="ttns:CRecordRowSoap[]"/>
    </restriction>
    </complexContent>
    </complexType>
    <element name="CRecordListSoap" type="ttns:CRecordListSoap"/>
    <complexType name="CRecordListSoap">
    <sequence>
    <element name="columnlist" type="ttns:ArrayOfCTableColumn" minOccurs="1" maxOccurs="1" nillable="true"/>
    <element name="records" type="ttns:ArrayOfCRecordRowSoap" minOccurs="1" maxOccurs="1" nillable="true"/>
    </sequence>
    </complexType>
    <element name="CItemWithDBRecordId" type="ttns:CItemWithDBRecordId"/>
    <complexType name="CItemWithDBRecordId">
    <sequence>
    <element name="recordid" type="xsd:long" minOccurs="1" maxOccurs="1"/>
    </sequence>
    </complexType>
    <element name="CItemToTrack" type="ttns:CItemToTrack"/>
    <complexType name="CItemToTrack">
    <complexContent>
    <extension base="ttns:CItemWithDBRecordId">
    <sequence>
    </sequence>
    </extension>
    </complexContent>
    </complexType>
    <element name="COrderedItemWithDBRecordId" type="ttns:COrderedItemWithDBRecordId"/>
    <complexType name="COrderedItemWithDBRecordId">
    <complexContent>
    <extension base="ttns:CItemWithDBRecordId">
    <sequence>
    <element name="order" type="xsd:long" minOccurs="1" maxOccurs="1"/>
    </sequence>
    </extension>
    </complexContent>
    </complexType>
    <element name="CSystemBase" type="ttns:CSystemBase"/>
    <complexType name="CSystemBase">
    <complexContent>
    <extension base="ttns:CItemToTrack">
    <sequence>
    <element name="systemname" type="xsd:string" minOccurs="1" maxOccurs="1" nillable="true"/>
    </sequence>
    </extension>
    </complexContent>
    </complexType>
    <element name="CSystem" type="ttns:CSystem"/>
    <complexType name="CSystem">
    <complexContent>
    <extension base="ttns:CSystemBase">
    <sequence>
    <element name="location" type="xsd:string" minOccurs="1" maxOccurs="1" nillable="true"/>
    <element name="computermodel" type="xsd:string" minOccurs="1" maxOccurs="1" nillable="true"/>
    <element name="computerbrand" type="xsd:string" minOccurs="1" maxOccurs="1" nillable="true"/>
    <element name="cputype" type="xsd:string" minOccurs="1" maxOccurs="1" nillable="true"/>
    <element name="cpuspeed" type="xsd:string" minOccurs="1" maxOccurs="1" nillable="true"/>
    <element name="harddisktype" type="xsd:string" minOccurs="1" maxOccurs="1" nillable="true"/>
    <element name="harddisksize" type="xsd:string" minOccurs="1" maxOccurs="1" nillable="true"/>
    <element name="ramsize" type="xsd:string" minOccurs="1" maxOccurs="1" nillable="true"/>
    <element name="romsize" type="xsd:string" minOccurs="1" maxOccurs="1" nillable="true"/>
    <element name="osname" type="xsd:string" minOccurs="1" maxOccurs="1" nillable="true"/>
    <element name="osversion" type="xsd:string" minOccurs="1" maxOccurs="1" nillable="true"/>
    <element name="videoname" type="xsd:string" minOccurs="1" maxOccurs="1" nillable="true"/>
    <element name="hascdrom" type="xsd:boolean" minOccurs="1" maxOccurs="1"/>
    <element name="cdrommodel" type="xsd:string" minOccurs="1" maxOccurs="1" nillable="true"/>
    <element name="hasscanner" type="xsd:boolean" minOccurs="1" maxOccurs="1"/>
    <element name="scannermodel" type="xsd:string" minOccurs="1" maxOccurs="1" nillable="true"/>
    <element name="hasmodem" type="xsd:boolean" minOccurs="1" maxOccurs="1"/>
    <element name="modemmodel" type="xsd:string" minOccurs="1" maxOccurs="1" nillable="true"/>
    <element name="hasprinter" type="xsd:boolean" minOccurs="1" maxOccurs="1"/>
    <element name="printermodel" type="xsd:string" minOccurs="1" maxOccurs="1" nillable="true"/>
    <element name="otherhardware" type="xsd:string" minOccurs="1" maxOccurs="1" nillable="true"/>
    <element name="hasmultiplemonitors" type="xsd:boolean" minOccurs="1" maxOccurs="1"/>
    </sequence>
    </extension>
    </complexContent>
    </complexType>
    <element name="CSCCFileRecord" type="ttns:CSCCFileRecord"/>
    <complexType name="CSCCFileRecord">
    <complexContent>
    <extension base="ttns:CItemWithDBRecordId">
    <sequence>
    <element name="m-strFileName" type="xsd:string" minOccurs="1" maxOccurs="1" nillable="true"/>
    <element name="m-strFixedRevision" type="xsd:string" minOccurs="1" maxOccurs="1" nillable="true"/>
    <element name="m-dateFixedTimestamp" type="xsd:dateTime" minOccurs="1" maxOccurs="1" nillable="true"/>
    </sequence>
    </extension>
    </complexContent>
    </complexType>
    <complexType name="ArrayOfCSCCFileRecord">
    <complexContent>
    <restriction base="SOAP-ENC:Array">
    <sequence>
    <element name="item" type="ttns:CSCCFileRecord" minOccurs="0" maxOccurs="unbounded"/>
    </sequence>
    <attribute ref="SOAP-ENC:arrayType" WSDL:arrayType="ttns:CSCCFileRecord[]"/>
    </restriction>
    </complexContent>
    </complexType>
    <element name="CFileAttachment" type="ttns:CFileAttachment"/>
    <complexType name="CFileAttachment">
    <sequence>
    <element name="m-pFileData" type="xsd:base64Binary" minOccurs="1" maxOccurs="1" nillable="true"/>
    <element name="m-strFileName" type="xsd:string" minOccurs="1" maxOccurs="1" nillable="true"/>
    <element name="m-strArchiveName" type="xsd:string" minOccurs="1" maxOccurs="1" nillable="true"/>
    </sequence>
    </complexType>
    <complexType name="ArrayOfCFileAttachment">
    <complexContent>
    <restriction base="SOAP-ENC:Array">
    <sequence>
    <element name="item" type="ttns:CFileAttachment" minOccurs="0" maxOccurs="unbounded"/>
    </sequence>
    <attribute ref="SOAP-ENC:arrayType" WSDL:arrayType="ttns:CFileAttachment[]"/>
    </restriction>
    </complexContent>
    </complexType>
    <element name="CReportedByRecord" type="ttns:CReportedByRecord"/>
    <complexType name="CReportedByRecord">
    <complexContent>
    <extension base="ttns:CItemWithDBRecordId">
    <sequence>
    <element name="foundby" type="xsd:string" minOccurs="1" maxOccurs="1" nillable="true"/>
    <element name="datefound" type="xsd:date" minOccurs="1" maxOccurs="1" nillable="true"/>
    <element name="contactinfo" type="xsd:string" minOccurs="1" maxOccurs="1" nillable="true"/>
    <element name="foundinversion" type="xsd:string" minOccurs="1" maxOccurs="1" nillable="true"/>
    <element name="comments" type="xsd:string" minOccurs="1" maxOccurs="1" nillable="true"/>
    <element name="reproduced" type="xsd:string" minOccurs="1" maxOccurs="1" nillable="true"/>
    <element name="reproducedsteps" type="xsd:string" minOccurs="1" maxOccurs="1" nillable="true"/>
    <element name="standardtestconfig" type="ttns:CSystem" minOccurs="1" maxOccurs="1" nillable="true"/>
    <element name="otherhardwaresoftware" type="xsd:string" minOccurs="1" maxOccurs="1" nillable="true"/>
    <element name="testconfigtype" type="xsd:short" minOccurs="1" maxOccurs="1"/>
    <element name="attachmentlist" type="ttns:ArrayOfCFileAttachment" minOccurs="1" maxOccurs="1" nillable="true"/>
    <element name="showorder" type="xsd:short" minOccurs="1" maxOccurs="1"/>
    </sequence>
    </extension>
    </complexContent>
    </complexType>
    <complexType name="ArrayOfCReportedByRecord">
    <complexContent>
    <restriction base="SOAP-ENC:Array">
    <sequence>
    <element name="item" type="ttns:CReportedByRecord" minOccurs="0" maxOccurs="unbounded"/>
    </sequence>
    <attribute ref="SOAP-ENC:arrayType" WSDL:arrayType="ttns:CReportedByRecord[]"/>
    </restriction>
    </complexContent>
    </complexType>
    <element name="CField" type="ttns:CField"/>
    <complexType name="CField">
    <complexContent>
    <extension base="ttns:CItemWithDBRecordId">
    <sequence>
    <element name="name" type="xsd:string" minOccurs="1" maxOccurs="1" nillable="true"/>
    </sequence>
    </extension>
    </complexContent>
    </complexType>
    <element name="CStringField" type="ttns:CStringField"/>
    <complexType name="CStringField">
    <complexContent>
    <extension base="ttns:CField">
    <sequence>
    <element name="value" type="xsd:string" minOccurs="1" maxOccurs="1" nillable="true"/>
    </sequence>
    </extension>
    </complexContent>
    </complexType>
    <element name="CIntegerField" type="ttns:CIntegerField"/>
    <complexType name="CIntegerField">
    <complexContent>
    <extension base="ttns:CField">
    <sequence>
    <element name="value" type="xsd:int" minOccurs="1" maxOccurs="1"/>
    </sequence>
    </extension>
    </complexContent>
    </complexType>
    <element name="CDecimalField" type="ttns:CDecimalField"/>
    <complexType name="CDecimalField">
    <complexContent>
    <extension base="ttns:CField">
    <sequence>
    <element name="value" type="xsd:double" minOccurs="1" maxOccurs="1"/>
    </sequence>
    </extension>
    </complexContent>
    </complexType>
    <element name="CBooleanField" type="ttns:CBooleanField"/>
    <complexType name="CBooleanField">
    <complexContent>
    <extension base="ttns:CField">
    <sequence>
    <element name="value" type="xsd:boolean" minOccurs="1" maxOccurs="1"/>
    </sequence>
    </extension>
    </complexContent>
    </complexType>
    <element name="CDateField" type="ttns:CDateField"/>
    <complexType name="CDateField">
    <complexContent>
    <extension base="ttns:CField">
    <sequence>
    <element name="value" type="xsd:date" minOccurs="1" maxOccurs="1" nillable="true"/>
    </sequence>
    </extension>
    </complexContent>
    </complexType>
    <element name="CDateTimeField" type="ttns:CDateTimeField"/>
    <complexType name="CDateTimeField">
    <complexContent>
    <extension base="ttns:CField">
    <sequence>
    <element name="value" type="xsd:dateTime" minOccurs="1" maxOccurs="1" nillable="true"/>
    </sequence>
    </extension>
    </complexContent>
    </complexType>
    <element name="CDropdownField" type="ttns:CDropdownField"/>
    <complexType name="CDropdownField">
    <complexContent>
    <extension base="ttns:CField">
    <sequence>
    <element name="value" type="xsd:string" minOccurs="1" maxOccurs="1" nillable="true"/>
    <element name="dropdownValues" type="ttns:ArrayOfCFieldValue" minOccurs="1" maxOccurs="1" nillable="true"/>
    </sequence>
    </extension>
    </complexContent>
    </complexType>
    <element name="CVersionField" type="ttns:CVersionField"/>
    <complexType name="CVersionField">
    <complexContent>
    <extension base="ttns:CField">
    <sequence>
    <element name="value" type="xsd:string" minOccurs="1" maxOccurs="1" nillable="true"/>
    </sequence>
    </extension>
    </complexContent>
    </complexType>
    <complexType name="ArrayOfCField">
    <complexContent>
    <restriction base="SOAP-ENC:Array">
    <sequence>
    <element name="item" type="ttns:CField" minOccurs="0" maxOccurs="unbounded"/>
    </sequence>
    <attribute ref="SOAP-ENC:arrayType" WSDL:arrayType="ttns:CField[]"/>
    </restriction>
    </complexContent>
    </complexType>
    <complexType name="ArrayOfstring">
    <complexContent>
    <restriction base="SOAP-ENC:Array">
    <sequence>
    <element name="item" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
    </sequence>
    <attribute ref="SOAP-ENC:arrayType" WSDL:arrayType="xsd:string[]"/>
    </restriction>
    </complexContent>
    </complexType>
    <element name="CDefectEvent" type="ttns:CDefectEvent"/>
    <complexType name="CDefectEvent">
    <complexContent>
    <extension base="ttns:CItemWithDBRecordId">
    <sequence>
    <element name="user" type="xsd:string" minOccurs="1" maxOccurs="1" nillable="true"/>
    <element name="date" type="xsd:date" minOccurs="1" maxOccurs="1" nillable="true"/>
    <element name="notes" type="xsd:string" minOccurs="1" maxOccurs="1" nillable="true"/>
    <element name="eventaddorder" type="xsd:short" minOccurs="1" maxOccurs="1"/>
    <element name="name" type="xsd:string" minOccurs="1" maxOccurs="1" nillable="true"/>
    <element name="parenteventid" type="xsd:long" minOccurs="1" maxOccurs="1"/>
    <element name="attachmentlist" type="ttns:ArrayOfCFileAttachment" minOccurs="1" maxOccurs="1" nillable="true"/>
    <element name="fieldlist" type="ttns:ArrayOfCField" minOccurs="1" maxOccurs="1" nillable="true"/>
    <element name="resultingstate" type="xsd:string" minOccurs="1" maxOccurs="1" nillable="true"/>
    <element name="hours" type="xsd:double" minOccurs="1" maxOccurs="1"/>
    <element name="assigntolist" type="ttns:ArrayOfstring" minOccurs="1" maxOccurs="1" nillable="true"/>
    </sequence>
    </extension>
    </complexContent>
    </complexType>
    <complexType name="ArrayOfCDefectEvent">
    <complexContent>
    <restriction base="SOAP-ENC:Array">
    <sequence>
    <element name="item" type="ttns:CDefectEvent" minOccurs="0" maxOccurs="unbounded"/>
    </sequence>
    <attribute ref="SOAP-ENC:arrayType" WSDL:arrayType="ttns:CDefectEvent[]"/>
    </restriction>
    </complexContent>
    </complexType>
    <element name="CDefectEventDefinition" type="ttns:CDefectEventDefinition"/>
    <complexType name="CDefectEventDefinition">
    <sequence>
    <element name="name" type="xsd:string" minOccurs="1" maxOccurs="1" nillable="true"/>
    <element name="user" type="xsd:boolean" minOccurs="1" maxOccurs="1"/>
    <element name="datetime" type="xsd:boolean" minOccurs="1" maxOccurs="1"/>
    <element name="notes" type="xsd:boolean" minOccurs="1" maxOccurs="1"/>
    <element name="resultingState" type="xsd:boolean" minOccurs="1" maxOccurs="1"/>
    <element name="resultingStateValues" type="ttns:ArrayOfCFieldValue" minOccurs="1" maxOccurs="1" nillable="true"/>
    <element name="fileattachments" type="xsd:boolean" minOccurs="1" maxOccurs="1"/>
    <element name="timeTracking" type="xsd:boolean" minOccurs="1" maxOccurs="1"/>
    <element name="timeSumOfAll" type="xsd:boolean" minOccurs="1" maxOccurs="1"/>
    <element name="timeHoursSinceLast" type="xsd:boolean" minOccurs="1" maxOccurs="1"/>
    <element name="newAssignment" type="xsd:boolean" minOccurs="1" maxOccurs="1"/>
    <element name="releaseNotes" type="xsd:boolean" minOccurs="1" maxOccurs="1"/>
    <element name="customFields" type="ttns:ArrayOfCField" minOccurs="1" maxOccurs="1" nillable="true"/>
    </sequence>
    </complexType>
    <complexType name="ArrayOfCDefectEventDefinition">
    <complexContent>
    <restriction base="SOAP-ENC:Array">
    <sequence>
    <element name="item" type="ttns:CDefectEventDefinition" minOccurs="0" maxOccurs="unbounded"/>
    </sequence>
    <attribute ref="SOAP-ENC:arrayType" WSDL:arrayType="ttns:CDefectEventDefinition[]"/>
    </restriction>
    </complexContent>
    </complexType>
    <element name="CDefect" type="ttns:CDefect"/>
    <complexType name="CDefect">
    <complexContent>
    <extension base="ttns:CItemToTrack">
    <sequence>
    <element name="defectnumber" type="xsd:long" minOccurs="1" maxOccurs="1"/>
    <element name="summary" type="xsd:string" minOccurs="1" maxOccurs="1" nillable="true"/>
    <element name="state" type="xsd:string" minOccurs="1" maxOccurs="1" nillable="true"/>
    <element name="disposition" type="xsd:string" minOccurs="1" maxOccurs="1" nillable="true"/>
    <element name="type" type="xsd:string" minOccurs="1" maxOccurs="1" nillable="true"/>
    <element name="priority" type="xsd:string" minOccurs="1" maxOccurs="1" nillable="true"/>
    <element name="product" type="xsd:string" minOccurs="1" maxOccurs="1" nillable="true"/>
    <element name="component" type="xsd:string" minOccurs="1" maxOccurs="1" nillable="true"/>
    <element name="reference" type="xsd:string" minOccurs="1" maxOccurs="1" nillable="true"/>
    <element name="severity" type="xsd:string" minOccurs="1" maxOccurs="1" nillable="true"/>
    <element name="enteredby" type="xsd:string" minOccurs="1" maxOccurs="1" nillable="true"/>
    <element name="dateentered" type="xsd:date" minOccurs="1" maxOccurs="1" nillable="true"/>
    <element name="locationaddedfrom" type="xsd:string" minOccurs="1" maxOccurs="1" nillable="true"/>
    <element name="datetimecreated" type="xsd:dateTime" minOccurs="1" maxOccurs="1" nillable="true"/>
    <element name="datetimemodified" type="xsd:dateTime" minOccurs="1" maxOccurs="1" nillable="true"/>
    <element name="createdbyuser" type="xsd:string" minOccurs="1" maxOccurs="1" nillable="true"/>
    <element name="modifiedbyuser" type="xsd:string" minOccurs="1" maxOccurs="1" nillable="true"/>
    <element name="actualhourstofix" type="xsd:double" minOccurs="1" maxOccurs="1"/>
    <element name="reportedbylist" type="ttns:ArrayOfCReportedByRecord" minOccurs="1" maxOccurs="1" nillable="true"/>
    <element name="eventlist" type="ttns:ArrayOfCDefectEvent" minOccurs="1" maxOccurs="1" nillable="true"/>
    <element name="pSCCFileList" type="ttns:ArrayOfCSCCFileRecord" minOccurs="1" maxOccurs="1" nillable="true"/>
    <element name="customFieldList" type="ttns:ArrayOfCField" minOccurs="1" maxOccurs="1" nillable="true"/>
    </sequence>
    </extension>
    </complexContent>
    </complexType>
    <element name="CTask" type="ttns:CTask"/>
    <complexType name="CTask">
    <complexContent>
    <extension base="ttns:CItemToTrack">
    <sequence>
    <element name="status" type="xsd:string" minOccurs="1" maxOccurs="1" nillable="true"/>
    <element name="priority" type="xsd:string" minOccurs="1" maxOccurs="1" nillable="true"/>
    <element name="summary" type="xsd:string" minOccurs="1" maxOccurs="1" nillable="true"/>
    <element name="description" type="xsd:string" minOccurs="1" maxOccurs="1" nillable="true"/>
    <element name="datedue" type="xsd:date" minOccurs="1" maxOccurs="1" nillable="true"/>
    <element name="dateassigned" type="xsd:date" minOccurs="1" maxOccurs="1" nillable="true"/>
    <element name="versiondue" type="xsd:string" minOccurs="1" maxOccurs="1" nillable="true"/>
    <element name="assignedto" type="xsd:string" minOccurs="1" maxOccurs="1" nillable="true"/>
    <element name="assignedby" type="xsd:string" minOccurs="1" maxOccurs="1" nillable="true"/>
    <element name="assigneddefect" type="xsd:long" minOccurs="1" maxOccurs="1"/>
    </sequence>
    </extension>
    </complexContent>
    </complexType>
    <element name="PhoneNumber" type="ttns:PhoneNumber"/>
    <complexType name="PhoneNumber">
    <sequence>
    <element name="numbertype" type="xsd:string" minOccurs="1" maxOccurs="1" nillable="true"/>
    <element name="phonenumber" type="xsd:string" minOccurs="1" maxOccurs="1" nillable="true"/>
    </sequence>
    </complexType>
    <element name="CUser" type="ttns:CUser"/>
    <complexType name="CUser">
    <complexContent>
    <extension base="ttns:CItemToTrack">
    <sequence>
    <element name="firstname" type="xsd:string" minOccurs="1" maxOccurs="1" nillable="true"/>
    <element name="lastname" type="xsd:string" minOccurs="1" maxOccurs="1" nillable="true"/>
    <element name="usergroupname" type="xsd:string" minOccurs="1" maxOccurs="1" nillable="true"/>
    <element name="company" type="xsd:string" minOccurs="1" maxOccurs="1" nillable="true"/>
    <element name="emailtype" type="xsd:string" minOccurs="1" maxOccurs="1" nillable="true"/>
    <element name="emailaddress" type="xsd:string" minOccurs="1" maxOccurs="1" nillable="true"/>
    <element name="isactive" type="xsd:boolean" minOccurs="1" maxOccurs="1"/>
    <element name="iscustomer" type="xsd:boolean" minOccurs="1" maxOccurs="1"/>
    <element name="isglobal" type="xsd:boolean" minOccurs="1" maxOccurs="1"/>
    <element name="isactiveglobal" type="xsd:boolean" minOccurs="1" maxOccurs="1"/>
    <element name="userLicense" type="xsd:string" minOccurs="1" maxOccurs="1" nillable="true"/>
    <element name="password" type="xsd:string" minOccurs="1" maxOccurs="1" nillable="true"/>
    <element name="loginname" type="xsd:string" minOccurs="1" maxOccurs="1" nillable="true"/>
    <element name="phoneone" type="ttns:PhoneNumber" minOccurs="1" maxOccurs="1"/>
    <element name="phonetwo" type="ttns:PhoneNumber" m

    Deepank-
    When generating forms from Designer, Designer attaches libraries - like ofgmes.pll, ofgnavl.pll, etc. You will need to copy these libraries to the same directory where your forms reside on your Linux box. To find out what libraries ate attached to your form, open it on your windows PC after generating it from Designer and you will see the attached libraries. Also, watch out for the case-sensitivity of Linux. If you have the Designer libraries on your linux box and you still get errors, try changing the case of the names of the libraries.
    Hope this helps,
    Dan

  • Error  while generating client proxy

    Hi All,
    I have got a WSDL file for which I am generating the client proxy. It is giving me a dump saying that, memory is not sufficient while generating the proxy.
    I have also contacted the basis team, even after increasing the memory... we are facing the same issue. Can anyone suggest any solution or SAP Note if there are any???
    Thanks in advance.
    Bhargava.

    Hi,
    Please find the dump details below:
    ST22 DUMP:
    Short text
        No storage space available for FORM stack.
    What happened?
        Each transaction requires some main memory space to process
        application data. If the operating system cannot provide any more
        space, the transaction is terminated.
    What can you do?
        Note which actions and input led to the error.
        For further help in handling the problem, contact your SAP administrator
        You can use the ABAP dump analysis transaction ST22 to view and manage
        termination messages, in particular for long term reference.
        Try to find out (e.g. by targetted data selection) whether the
        transaction will run with less main memory.
        If there is a temporary bottleneck, execute the transaction again.
        If the error persists, ask your system administrator to check the
        following profile parameters:
        o  ztta/roll_area            (1.000.000 - 15.000.000)
               Classic roll area per user and internal mode
               usual amount of roll area per user and internal mode
        o  ztta/roll_extension       (10.000.000 - 500.000.000)
               Amount of memory per user in extended memory (EM)
        o  abap/heap_area_total      (100.000.000 - 1.500.000.000)
               Amount of memory (malloc) for all users of an application
               server. If several background processes are running on
               one server, temporary bottlenecks may occur.
               Of course, the amount of memory (in bytes) must also be
               available on the machine (main memory or file system swap).
               Caution:
               The operating system must be set up so that there is also
               enough memory for each process. Usually, the maximum address
               space is too small.
               Ask your hardware manufacturer or your competence center
               about this.
               In this case, consult your hardware vendor
        abap/heap_area_dia:        (10.000.000 - 1.000.000.000)
               Restriction of memory allocated to the heap with malloc
               for each dialog process.
        Parameters for background processes:
        abap/heap_area_nondia:        (10.000.000 - 1.000.000.000)
               Restriction of memory allocated to the heap with malloc
               for each background process.
        Other memory-relevant parameters are:
        em/initial_size_MB:         (35-1200)
               Extended memory area from which all users of an
               application server can satisfy their memory requirement
    Error analysis
        You attempted to extend a stack, but the required storage spac
        not available.
        Storage request..............: 8450048 bytes.
    How to correct the error
        Please check whether uncontrolled recursive calls caused this
        runtime error.
        Try to decide by analysis whether this request is
        reasonable or whether there is a program error. You should pay
        particular attention to the internal table entries listed belo
    System environment
        SAP-Release 701
        Application server... "dcr"
        Network address...... "10.1.105.112"
        Operating system..... "AIX"
        Release.............. "6.1"
        Hardware type........ "00C834224C00"
        Character length.... 16 Bits
        Pointer length....... 64 Bits
        Work process number.. 4

  • While generating the huge report getting Java Heap Space Error

    Hi All,
    We are using XML Publisher 5.6.2. we have to generate the huge report which contains more than 300 sql statements. Since our schema structure we can not reduce the queries. Now we are facing issue while generating the report. It takes lot of time and gives 'java heap space error'. We are using data template and RTF template for generating excel report.
    Can anybody help me to resolve the issue? or is there any other way to generate the huge reports?
    Thanks,

    Hi,
    I had seen the forum, but we had already adjusted the parameters in the oc4j "-XX:MaxPermSize=128m -Xmx512m" values to 4096. but still we are getting the java heap space error. since we increased the size of xmx value, XML Publisher occupies 61% of memory of the server. B'coz of this our other applications are getting affected.
    and also, since we are using XML Publisher 5.6.2, can you please assist us how to set the scalable property to 'true'.
    Thanks,
    Ramya.
    Edited by: user753355 on Aug 12, 2009 3:35 AM

  • Jdeveloper 11.1.1.4 shutsdown while generating

    We moved to Windows 7 64bit and we are having issues with generation.
    While adding a group in a specific Service definition by using the duplicate button jdeveloper will shutdown without warning while generating.
    This does not happen with WinXp 32bit machines.
    Is there a log or something to be able to see what the issue is?
    We are using Jheadstart 11.1.1.4.26
    If I generate another service first and thne generate the other service that has the issue the shutdown does not occur.
    This is weird behaviour
    Edited by: spooker on Sep 27, 2012 5:51 AM

    and this is what I get from the log file
    # A fatal error has been detected by the Java Runtime Environment:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00000000038fd509, pid=5408, tid=6036
    # JRE version: 6.0_21-b07
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (17.0-b17 mixed mode windows-amd64 )
    # Problematic frame:
    # J oracle.bali.xml.dom.buffer.SyncToTextDomChangeHandler._createElementTextAndLocator(Loracle/bali/xml/dom/buffer/MapSubtreeLocatorChange;Lorg/w3c/dom/Element;)V
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    --------------- T H R E A D ---------------
    Current thread (0x00000000094ac000): JavaThread "JAG_THREAD" [_thread_in_Java, id=6036, stack(0x0000000008c30000,0x0000000008d30000)]
    siginfo: ExceptionCode=0xc0000005, reading address 0x000000000000001c
    Registers:
    EAX=0x0000000000000000, EBX=0x0000000000000000, ECX=0x00000000839f7ec8, EDX=0x00000000839f9ad8
    ESP=0x0000000008d2e500, EBP=0x0000000000000000, ESI=0x0000000000000000, EDI=0x000000000000051e
    EIP=0x00000000038fd509, EFLAGS=0x0000000000010293
    Top of Stack: (sp=0x0000000008d2e500)
    0x0000000008d2e500: 00000000028e5d94 00000000ffce1f60
    0x0000000008d2e510: 00000000ffce0878 0000000100028808
    0x0000000008d2e520: 0000003000000030 0000001c00000030
    0x0000000008d2e530: 0000003000000030 0000000000000000
    0x0000000008d2e540: 00000000839f7f08 0000000000004766
    0x0000000008d2e550: 00000001006dde10 00000000ffddd650
    0x0000000008d2e560: 000000010008ca18 000000010008cc08
    0x0000000008d2e570: 00000000ffddd650 00000001006dde30
    0x0000000008d2e580: 00000000ffd475d0 00000000839f9c18
    0x0000000008d2e590: 0000000100000000 00000000ffcdbbc8
    0x0000000008d2e5a0: 000000010008ca18 00000000ffca9058
    0x0000000008d2e5b0: 00000000ffcdbbc8 000002e158ad1ee1
    0x0000000008d2e5c0: 0000000000000004 00000000ffddd910
    0x0000000008d2e5d0: 0000000000000000 0000000000000001
    0x0000000008d2e5e0: 00000001006ddb58 0000000003900e70
    0x0000000008d2e5f0: 00000000028e5d94 00000000ffcdf0c0
    Instructions: (pc=0x00000000038fd509)
    0x00000000038fd4f9: 00 00 8b 5c 24 4c 4d 8d 4c 59 18 4c 89 4c 24 40
    0x00000000038fd509: 40 8b 6d 1c 4c 8b 4c 24 38 4d 85 c9 0f 84 af 00
    Stack: [0x0000000008c30000,0x0000000008d30000], sp=0x0000000008d2e500, free space=3f90000000000000000k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    J oracle.bali.xml.dom.buffer.SyncToTextDomChangeHandler._createElementTextAndLocator(Loracle/bali/xml/dom/buffer/MapSubtreeLocatorChange;Lorg/w3c/dom/Element;)V
    [error occurred during error reporting (printing native stack), id 0xc0000005]
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    =>0x00000000094ac000 JavaThread "JAG_THREAD" [_thread_in_Java, id=6036, stack(0x0000000008c30000,0x0000000008d30000)]
    0x000000000c418800 JavaThread "file-table-thread-1" [_thread_blocked, id=4312, stack(0x0000000015180000,0x0000000015280000)]
    0x000000000c418000 JavaThread "index-query-thread-1" [_thread_blocked, id=5052, stack(0x0000000015080000,0x0000000015180000)]
    0x000000000c415000 JavaThread "SwingWorker-pool-2-thread-7" daemon [_thread_blocked, id=5672, stack(0x0000000013db0000,0x0000000013eb0000)]
    0x000000000c410000 JavaThread "BaseTreeExplorer.NodeOpeningExecutor" [_thread_blocked, id=4676, stack(0x00000000137b0000,0x00000000138b0000)]
    0x000000000c40f000 JavaThread "pool-3-thread-1" [_thread_blocked, id=5992, stack(0x00000000136b0000,0x00000000137b0000)]
    0x000000000c40e800 JavaThread "Scheduler" daemon [_thread_blocked, id=4420, stack(0x00000000135b0000,0x00000000136b0000)]
    0x00000000094b4000 JavaThread "status-0" [_thread_blocked, id=6012, stack(0x00000000132b0000,0x00000000133b0000)]
    0x00000000094b2800 JavaThread "Log Poller" [_thread_blocked, id=3400, stack(0x00000000130b0000,0x00000000131b0000)]
    0x00000000094b1000 JavaThread "SwingWorker-pool-2-thread-6" daemon [_thread_blocked, id=604, stack(0x0000000012eb0000,0x0000000012fb0000)]
    0x00000000094b0800 JavaThread "SwingWorker-pool-2-thread-5" daemon [_thread_blocked, id=4608, stack(0x0000000012db0000,0x0000000012eb0000)]
    0x00000000094af800 JavaThread "SwingWorker-pool-2-thread-4" daemon [_thread_blocked, id=5676, stack(0x0000000012cb0000,0x0000000012db0000)]
    0x00000000094af000 JavaThread "SwingWorker-pool-2-thread-3" daemon [_thread_blocked, id=6684, stack(0x0000000012bb0000,0x0000000012cb0000)]
    0x00000000094a5800 JavaThread "SwingWorker-pool-2-thread-2" daemon [_thread_blocked, id=6552, stack(0x0000000010440000,0x0000000010540000)]
    0x00000000094a9000 JavaThread "SwingWorker-pool-2-thread-1" daemon [_thread_blocked, id=6448, stack(0x0000000011810000,0x0000000011910000)]
    0x00000000094ae000 JavaThread "BufferDomModel background parse thread" daemon [_thread_blocked, id=7148, stack(0x0000000011b10000,0x0000000011c10000)]
    0x00000000094ad800 JavaThread "toplink-pool-2-thread-1" [_thread_blocked, id=5928, stack(0x0000000011a10000,0x0000000011b10000)]
    0x00000000094ac800 JavaThread "WeakDataReference polling" [_thread_blocked, id=5072, stack(0x0000000011910000,0x0000000011a10000)]
    0x00000000094ab800 JavaThread "TextBufferScavenger" [_thread_blocked, id=4536, stack(0x0000000011710000,0x0000000011810000)]
    0x00000000094aa800 JavaThread "WaitCursor-Timer" [_thread_blocked, id=1724, stack(0x0000000011610000,0x0000000011710000)]
    0x00000000094aa000 JavaThread "Native Directory Watcher" [_thread_in_native, id=4652, stack(0x0000000011510000,0x0000000011610000)]
    0x00000000094a7000 JavaThread "ChangeSetService" [_thread_blocked, id=4356, stack(0x000000000f0c0000,0x000000000f1c0000)]
    0x00000000094a7800 JavaThread "Thread-4" daemon [_thread_in_native, id=6668, stack(0x000000000f1c0000,0x000000000f2c0000)]
    0x00000000094a6000 JavaThread "TimerQueue" daemon [_thread_blocked, id=5804, stack(0x000000000dbe0000,0x000000000dce0000)]
    0x00000000080ef000 JavaThread "TimedCache-Timer" daemon [_thread_blocked, id=6364, stack(0x00000000089a0000,0x0000000008aa0000)]
    0x0000000008135000 JavaThread "JarIndex Timer" daemon [_thread_blocked, id=6752, stack(0x00000000099a0000,0x0000000009aa0000)]
    0x00000000080e6000 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=1780, stack(0x0000000008fa0000,0x00000000090a0000)]
    0x0000000008090000 JavaThread "AWT-Windows" daemon [_thread_in_native, id=6560, stack(0x00000000088a0000,0x00000000089a0000)]
    0x000000000808d000 JavaThread "AWT-Shutdown" [_thread_blocked, id=3460, stack(0x00000000087a0000,0x00000000088a0000)]
    0x0000000008089000 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=3216, stack(0x00000000086a0000,0x00000000087a0000)]
    0x0000000006a5b800 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=5784, stack(0x0000000007b40000,0x0000000007c40000)]
    0x0000000006a54800 JavaThread "CompilerThread1" daemon [_thread_blocked, id=3332, stack(0x0000000007a40000,0x0000000007b40000)]
    0x0000000006a4c800 JavaThread "CompilerThread0" daemon [_thread_blocked, id=4752, stack(0x0000000007940000,0x0000000007a40000)]
    0x0000000006a4c000 JavaThread "Attach Listener" daemon [_thread_blocked, id=6532, stack(0x0000000007840000,0x0000000007940000)]
    0x0000000006a4b000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=392, stack(0x0000000007740000,0x0000000007840000)]
    0x00000000069f4000 JavaThread "Finalizer" daemon [_thread_blocked, id=1464, stack(0x0000000007640000,0x0000000007740000)]
    0x00000000069f3800 JavaThread "Reference Handler" daemon [_thread_blocked, id=4548, stack(0x0000000007540000,0x0000000007640000)]
    0x00000000004fe800 JavaThread "main" [_thread_blocked, id=3044, stack(0x0000000000030000,0x0000000000130000)]
    Other Threads:
    0x00000000069ee000 VMThread [stack: 0x0000000007440000,0x0000000007540000] [id=5044]
    0x0000000006a71800 WatcherThread [stack: 0x0000000007c40000,0x0000000007d40000] [id=4220]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    PSYoungGen total 471040K, used 253095K [0x00000000f2af0000, 0x0000000114040000, 0x0000000114040000)
    eden space 395968K, 57% used [0x00000000f2af0000,0x00000001009421e8,0x000000010ada0000)
    from space 75072K, 33% used [0x000000010ada0000,0x000000010c677a90,0x000000010f6f0000)
    to space 70528K, 0% used [0x000000010fb60000,0x000000010fb60000,0x0000000114040000)
    PSOldGen total 1092288K, used 825525K [0x00000000b0040000, 0x00000000f2af0000, 0x00000000f2af0000)
    object space 1092288K, 75% used [0x00000000b0040000,0x00000000e266d678,0x00000000f2af0000)
    PSPermGen total 188096K, used 187969K [0x0000000080040000, 0x000000008b7f0000, 0x00000000b0040000)
    object space 188096K, 99% used [0x0000000080040000,0x000000008b7d0458,0x000000008b7f0000)
    Dynamic libraries:
    0x0000000140000000 - 0x000000014000b000      C:\Oracle\Middleware\jdeveloper\jdev\bin\jdev64.exe
    0x00000000777e0000 - 0x0000000077989000      C:\Windows\SYSTEM32\ntdll.dll
    0x0000000077310000 - 0x000000007742f000      C:\Windows\system32\kernel32.dll
    0x000007fefddf0000 - 0x000007fefde5c000      C:\Windows\system32\KERNELBASE.dll
    0x0000000077430000 - 0x000000007752a000      C:\Windows\system32\USER32.dll
    0x000007feff810000 - 0x000007feff877000      C:\Windows\system32\GDI32.dll
    0x000007fefe8a0000 - 0x000007fefe8ae000      C:\Windows\system32\LPK.dll
    0x000007fefe0f0000 - 0x000007fefe1b9000      C:\Windows\system32\USP10.dll
    0x000007feff770000 - 0x000007feff80f000      C:\Windows\system32\msvcrt.dll
    0x000007fefe280000 - 0x000007fefe2ae000      C:\Windows\system32\IMM32.DLL
    0x000007fefe790000 - 0x000007fefe899000      C:\Windows\system32\MSCTF.dll
    0x0000000000170000 - 0x0000000000193000      C:\Oracle\Middleware\jdeveloper\ide\bin\launcher64.dll
    0x000007fefe9e0000 - 0x000007feff768000      C:\Windows\system32\SHELL32.dll
    0x000007fefe3f0000 - 0x000007fefe461000      C:\Windows\system32\SHLWAPI.dll
    0x000007fefe010000 - 0x000007fefe0eb000      C:\Windows\system32\ADVAPI32.dll
    0x000007fefe350000 - 0x000007fefe36f000      C:\Windows\SYSTEM32\sechost.dll
    0x000007fefe650000 - 0x000007fefe77d000      C:\Windows\system32\RPCRT4.dll
    0x000007fefe1c0000 - 0x000007fefe257000      C:\Windows\system32\COMDLG32.dll
    0x000007fefa5c0000 - 0x000007fefa660000      C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_5.82.7601.17514_none_a4d6a923711520a9\COMCTL32.dll
    0x000007feff8e0000 - 0x000007feffae3000      C:\Windows\system32\ole32.dll
    0x000007fefc410000 - 0x000007fefc466000      C:\Windows\system32\uxtheme.dll
    0x000000006d890000 - 0x000000006df61000      C:\Java\jdk1.6.0_21\jre\bin\server\jvm.dll
    0x000007fefb1a0000 - 0x000007fefb1db000      C:\Windows\system32\WINMM.dll
    0x000000006d800000 - 0x000000006d80e000      C:\Java\jdk1.6.0_21\jre\bin\verify.dll
    0x000000006d450000 - 0x000000006d477000      C:\Java\jdk1.6.0_21\jre\bin\java.dll
    0x000000006d3b0000 - 0x000000006d3ba000      C:\Java\jdk1.6.0_21\jre\bin\hpi.dll
    0x00000000779b0000 - 0x00000000779b7000      C:\Windows\system32\PSAPI.DLL
    0x000007fefbcf0000 - 0x000007fefbd08000      C:\Windows\system32\dwmapi.dll
    0x000000006d850000 - 0x000000006d862000      C:\Java\jdk1.6.0_21\jre\bin\zip.dll
    0x000000006d6a0000 - 0x000000006d6b7000      C:\Java\jdk1.6.0_21\jre\bin\net.dll
    0x000007fefe990000 - 0x000007fefe9dd000      C:\Windows\system32\WS2_32.dll
    0x0000000000460000 - 0x0000000000468000      C:\Windows\system32\NSI.dll
    0x000007fefd4b0000 - 0x000007fefd505000      C:\Windows\system32\mswsock.dll
    0x000007fefd4a0000 - 0x000007fefd4a7000      C:\Windows\System32\wship6.dll
    0x000007fefafa0000 - 0x000007fefafb5000      C:\Windows\system32\NLAapi.dll
    0x000007fef5d70000 - 0x000007fef5d85000      C:\Windows\system32\napinsp.dll
    0x000007fef5d30000 - 0x000007fef5d49000      C:\Windows\system32\pnrpnsp.dll
    0x000007fefd330000 - 0x000007fefd38b000      C:\Windows\system32\DNSAPI.dll
    0x000007fef5d20000 - 0x000007fef5d2b000      C:\Windows\System32\winrnr.dll
    0x000007fefce60000 - 0x000007fefce67000      C:\Windows\System32\wshtcpip.dll
    0x000007fefa1a0000 - 0x000007fefa1c7000      C:\Windows\system32\IPHLPAPI.DLL
    0x000007fefa740000 - 0x000007fefa74b000      C:\Windows\system32\WINNSI.DLL
    0x000007fef9240000 - 0x000007fef9248000      C:\Windows\system32\rasadhlp.dll
    0x000007fef9fe0000 - 0x000007fefa033000      C:\Windows\System32\fwpuclnt.dll
    0x000000006d0a0000 - 0x000000006d263000      C:\Java\jdk1.6.0_21\jre\bin\awt.dll
    0x000007fef8e00000 - 0x000007fef8e71000      C:\Windows\system32\WINSPOOL.DRV
    0x000000006d340000 - 0x000000006d3ab000      C:\Java\jdk1.6.0_21\jre\bin\fontmanager.dll
    0x000007fefdb70000 - 0x000007fefdb7f000      C:\Windows\system32\CRYPTBASE.dll
    0x000007fefba90000 - 0x000007fefbab4000      C:\Oracle\Middleware\jdeveloper\ide\lib\idenative64.dll
    0x000007fefe8b0000 - 0x000007fefe987000      C:\Windows\system32\OLEAUT32.dll
    0x000000006d5e0000 - 0x000000006d5ea000      C:\Java\jdk1.6.0_21\jre\bin\management.dll
    0x000000006d6c0000 - 0x000000006d6cb000      C:\Java\jdk1.6.0_21\jre\bin\nio.dll
    0x0000000077530000 - 0x000000007768b000      C:\Windows\system32\WININET.DLL
    0x00000000779a0000 - 0x00000000779a3000      C:\Windows\system32\Normaliz.dll
    0x0000000077100000 - 0x000000007730f000      C:\Windows\system32\iertutil.dll
    0x0000000077690000 - 0x00000000777dd000      C:\Windows\system32\urlmon.dll
    0x000007fefd910000 - 0x000007fefd91b000      C:\Windows\system32\Secur32.dll
    0x000007fefdae0000 - 0x000007fefdb05000      C:\Windows\system32\SSPICLI.DLL
    0x000007fefdc40000 - 0x000007fefdc4f000      C:\Windows\system32\profapi.dll
    0x000007fefc470000 - 0x000007fefc664000      C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_fa396087175ac9ac\comctl32.dll
    0x000007fefc920000 - 0x000007fefc94d000      C:\Windows\system32\ntmarta.dll
    0x0000000008400000 - 0x0000000008452000      C:\Windows\system32\WLDAP32.dll
    0x000007fef3c90000 - 0x000007fef3cf2000      C:\Windows\system32\RASAPI32.dll
    0x000007fefa680000 - 0x000007fefa69c000      C:\Windows\system32\rasman.dll
    0x000007fefa860000 - 0x000007fefa871000      C:\Windows\system32\rtutils.dll
    0x000007fef2da0000 - 0x000007fef2da9000      C:\Windows\system32\sensapi.dll
    0x000007fefd510000 - 0x000007fefd527000      C:\Windows\system32\CRYPTSP.dll
    0x000007fefd210000 - 0x000007fefd257000      C:\Windows\system32\rsaenh.dll
    0x000007fefcf80000 - 0x000007fefcf9e000      C:\Windows\system32\USERENV.dll
    0x000000006d300000 - 0x000000006d30a000      C:\Java\jdk1.6.0_21\jre\bin\dt_shmem.dll
    0x000007fef2580000 - 0x000007fef25f9000      C:\Windows\system32\spool\DRIVERS\x64\3\UNIDRV.DLL
    0x000007fef8610000 - 0x000007fef86ec000      C:\Windows\system32\spool\DRIVERS\x64\3\UNIDRVUI.DLL
    0x000007fefcc20000 - 0x000007fefcc2c000      C:\Windows\system32\VERSION.dll
    0x000007fef83a0000 - 0x000007fef8606000      C:\Windows\system32\spool\DRIVERS\x64\3\hpzuiwn7.dll
    0x000007fef87a0000 - 0x000007fef87ec000      C:\Windows\system32\COMPSTUI.dll
    0x000007fefa660000 - 0x000007fefa667000      C:\Windows\system32\MSIMG32.dll
    0x000007fefe470000 - 0x000007fefe647000      C:\Windows\system32\SETUPAPI.dll
    0x000007fefdfd0000 - 0x000007fefe006000      C:\Windows\system32\CFGMGR32.dll
    0x000007fefddd0000 - 0x000007fefddea000      C:\Windows\system32\DEVOBJ.dll
    0x000007fef1d40000 - 0x000007fef1d72000      C:\Windows\system32\spool\DRIVERS\x64\3\hpz5rwn7.dll
    0x00000000640d0000 - 0x000000006441b000      C:\Windows\system32\spool\DRIVERS\x64\3\hpzstwn7.dll
    0x000000006d5f0000 - 0x000000006d69f000      C:\Java\jdk1.6.0_21\jre\bin\mlib_image.dll
    0x000000006d2b0000 - 0x000000006d2d8000      C:\Java\jdk1.6.0_21\jre\bin\dcpr.dll
    VM Arguments:
    jvm_args: -Xmx1600M -Xms1600M -Xverify:none -XX:MaxPermSize=768M -Xbootclasspath/p:../lib/lwawt.jar -Dsun.awt.keepWorkingSetOnMinimize=true -Dsun.java2d.noddraw=true -XX:+HeapDumpOnOutOfMemoryError -Doracle.jdeveloper.webservice.showAllOwsmPolicyTypes=false -Doracle.jdeveloper.webservice.hidePropertyOverride=false -Dsun.awt.disablegrab=true -Dide.startingArg0=C:\Oracle\Middleware\jdeveloper\jdev\bin\jdev64.exe -Dide.launcherProcessId=5408 -Dide.config_pathname=C:\Oracle\Middleware\jdeveloper\jdev\bin\jdev.conf -Dide.startingcwd=C:\Oracle\Middleware\jdeveloper\jdev\bin -Dide.shell.enableFileTypeAssociation=C:\Oracle\Middleware\jdeveloper\jdev\bin\jdev64.exe -Dide.pref.dir.base=C:\Users\user\AppData\Roaming -Dide.work.dir.base=C:\Users\user\Documents
    java_command: <unknown>
    Launcher Type: generic
    Environment Variables:
    PATH=C:\Program Files (x86)\Common Files\NetSarang;C:\app\administrator\product\11.2.0\client_1\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x86;C:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x64;C:\Program Files\TortoiseSVN\bin
    USERNAME=user
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 58 Stepping 9, GenuineIntel
    --------------- S Y S T E M ---------------
    OS: Windows 7 Build 7601 Service Pack 1
    CPU:total 8 (8 cores per cpu, 2 threads per core) family 6 model 58 stepping 9, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, ht
    Memory: 4k page, physical 8272780k(2103276k free), swap 16543708k(8557072k free)
    vm_info: Java HotSpot(TM) 64-Bit Server VM (17.0-b17) for windows-amd64 JRE (1.6.0_21-b07), built on Jul 17 2010 01:05:36 by "java_re" with MS VC++ 8.0 (VS2005)
    time: Fri Oct 05 15:18:33 2012
    elapsed time: 115 seconds

  • ORA-04030 while generating HTML files

    While generating HTML files out of the database, combining XML type and structured data, and storing these files in XDB filesysteem. I get the following error.
    ORA-04030: out of process memory when trying to allocate 2048 bytes (cursor work he,kghsseg : kokeismo)
    Does anybody have an clue about the cause. We are using a 9i database, with patch 9.2.0.6. not yet installed, running on Solaris. it looks like the generator stops every time after the same content item.

    Hi,
    This is because of fragmentation of shared pool. If this is other than production database, you can flush the shared pool by "alter system flush shared pool;".
    For production database, it is not advisable to flush the shared pool as it contains parsed sql statements. You can increase the shared_pool_reserved_size. Normally it's 10% of shared_pool_size. If you are using Oracle 8i, you can set shared_pool_min_alloc parameter so that for memory higher than this value only, the reserved size will be used. This parameter is deprecated in 9i. For temporary purpose, you can execute dbms_shared_pool.aborted_request_threshold(val_in_bytes) to release space from shared_pool.
    Thanx.

  • Getting 'Out of memory' error while opening the file. I have tried several versions of Adobe 7.0,9.0,X1. It is creating issue to convert PDF into TIFF. Please provide the solution ASAP

    Hello All,
    I am getting 'Out of memory' error while opening the file. I have tried several versions of Adobe 7.0,9.0,X1.
    Also, it is creating issue to convert PDF into TIFF. Please provide the solution ASAP.

    I am using Adobe reader XI. When i open PDF it gives "OUT of memory" error after scrolling PDF gives another alert "Insufficient data for an image". after clicking both alerts it loads full data of PDF. It is not happening with all PDFs. couple of PDFs are facing this issue. Because of this error my software is not able to print these PDFS into TIFF. My OS in window7*64. I tried it on win2012R2 and XP. Same issue is generating there.
    It has become critical issue for my production.

  • Error while generating a role

    Hi SAP Techies,
    I am getting the following error while generating a role,
    "18 field value(s) for object K_CCA were not entered in the profile"
    Can you please provide me a solution to fix this problem.
    Thanks.
    Regards,
    Agustuss

    How many cost centres are you putting in the role?  Do you have cost centre set as an org level?
    From your User Name I assume that you are at the BBC...Do you still use a program to populate the cost centres in the role based on the cost centre group names?  If so it is possible that you are trying to put too many cost centres in the field and the the profile will not generate because of this (we had it back in 2001 when I was working there).
    Do you have the technical error message details?

  • Error while generating the report on Test env (for divide condition)

    Hi All,
    I am facing the below error while generating the report in test environment while the same report is working fine on Prod environment.
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 16001] ODBC error state: S1000 code: 1791 message: [Oracle][ODBC][Ora]ORA-01791: not a SELECTed expression. [nQSError: 16001] ODBC error state: S1000 code: 1791 message: [Oracle][ODBC][Ora]ORA-01791: not a SELECTed expression. [nQSError: 16015] SQL statement execution failed. (HY000)
    Actually the error is coming for the below logics:
    COUNT(DISTINCT RMA.RMA)/COUNT(DISTINCT User."User Name")
    "RMA Fact"."Module Backlog"/COUNT(DISTINCT User."User Name")
    Can anyone please tell if I need to make any configuration changes as the same logic works perfectly fine on production but not on test.
    Thanks in advance

    Is anyone having any idea about it...

  • Error while generating Web report for UML Modeling

    I am using Sun java studio enterprise 8, i design uml diagrams for that diagrams i am trying to generate a webreport while generating i am getting the error as follows
    "Cannot execute /usr/bin/firefox Check that a valid external browser properly is set. In the Options window, expand IDE Configuration then expand Server and External Tool Settings and Select web Browsers"

    Is anyone having any idea about it...

  • While generating a crystal report can we edit database fiels in field explorer (at middle can we edit database fields)

    while generating a crystal report can we edit database fiels in field explorer (at middle can we edit database fields)

    Wrong forum to post the question, try to post the question in crystal reports community.
    Its not possible to edit the database fields while creating the reports, its only used to call the rows of values in it. Can you explain me in detail what are you actually looking for .
    --SumanT

  • Error while generating ARE doc. Internal number .

    Error while generating ARE doc. Internal number .
    Message no. 4F238
    while creating ARE1 ,whilke saving the system is giving a message.
    please help.
    points will be rewarded.

    check whether You activated the SPRO setting for BEX.
    SPRO -->SAP Business Information Warehouse --> reporting relevant settings -->
    general reporting settings > activate personilisation in BEX>
    P

  • Error while generating JAR using adadmin

    Hi all,
    EBS Version: R12.1.1
    I am in the middle of migrating the EBS from windows 2003-32bit to Linux 5-64Bit.
    I am getting the below error while generating the JAR files using adadmin.
    Error generated in adadmin
    Signing product JAR files in  JAVA_TOP -
      /u01/appltest/TEST/apps/apps_st/comn/java/classes
       using entity TEST_vm1213l and certificate 1.
    Successfully created javaVersionFile.
    Generating product JAR files in JAVA_TOP -
      /u01/appltest/TEST/apps/apps_st/comn/java/classes with command:
    adjava -mx512m -nojit oracle.apps.ad.jri.adjmx @/u01/appltest/TEST/apps/apps_st/appl/admin/TEST/out/genjars.cmd
    Failed to generate product JAR files in JAVA_TOP -
       /u01/appltest/TEST/apps/apps_st/comn/java/classes.
    adogjf() Unable to generate jar files under JAVA_TOP
    Backing up restart files, if any......Done.
    You should check the file
    /u01/appltest/TEST/apps/apps_st/appl/admin/TEST/log/gen_jar.log
    for errors.
    Entries from gen_jar.log
    Reading language information from applUS.txt ...
      Temporarily resetting CLASSPATH to:
      "/u01/appltest/TEST/apps/apps_st/appl/ad/12.0.0/java/adjava.zip:/u01/appltest/TEST/apps/tech_st/10.1.3/appsutil/jdk/lib/dt.jar:/u01/appltest/TEST/apps/tech_st/10.1.3/appsutil/jdk/lib/tools.jar:/u01/appltest/TEST/apps/tech_st/10.1.3/appsutil/jdk/jre/lib/rt.jar:/u01/appltest/TEST/apps/apps_st/comn/java/lib/appsborg.zip:/u01/appltest/TEST/apps/tech_st/10.1.2/forms/java:/u01/appltest/TEST/apps/tech_st/10.1.2/forms/java/frmall.jar:/u01/appltest/TEST/apps/tech_st/10.1.2/jlib/ewt3.jar:/u01/appltest/TEST/apps/tech_st/10.1.2/j2ee/OC4J_BI_Forms/applications/formsapp/formsweb/WEB-INF/lib/frmsrv.jar:/u01/appltest/TEST/apps/apps_st/comn/java/classes"
      Calling /u01/appltest/TEST/apps/tech_st/10.1.3/appsutil/jdk/jre/bin/java ...
    The JDK version is 1.6.0_10
    Validating the files/directories specified for -areas option
    ERROR: File/directory 61A9A14779A1A8 does not exist
    ERROR: File/directory -keyPass does not exist
    ERROR: File/directory AA65D2F9B26DDBABEF33 does not exist
    ERROR: File/directory -storePass does not exist
    ERROR: File/directory -keysEncrypted does not exist
    Validating the files/directories specified for -outputSpec option
    Validating the directory specified for -lstDir option
    Error(s) have occurred; exiting with status 1
    Failed to generate product JAR files in JAVA_TOP -
       /u01/appltest/TEST/apps/apps_st/comn/java/classes.
    Kindly provide some inputs to troubleshoot further.
    If you need further details, kindly let me know.
    Regards,
    Krish.

    Hi all,
    I have applied the consolidated JRI fixes - patch 17191279 .
    Then, when generating Jar, received keypass is tampered error.
    re-generated the key using $ adjkey -initialize.
    Now, its working fine.
    Regards,
    Krish.

  • "Error while generating pdf" error come when clicking on "Print Version "

    Hello ,
    When we execute Query in the Portal there is a 'Print version' button.
    When you select it, it opens up print dialog and click OK
    It is supposed to send 'pdf' stream to  Web browser client on end user but it is not able to generate the pdf .
    getting ' Error while generating pdf '
    I am working on BI 7.0 .
    The same is running fine in the Q Environment .But in Production we are getting this error .
    Thanks ,
    Rahul

    Hi,
    I think this is an ADS error. This is a reason why pdf's are not working. We had the same issue.
    You can check your installation:
    Usage of SAP NetWeaver BI Diagnostics & Support Desk Tool
    SAP Note Number: [937697|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes/sdn_oss_bw_bex/~form/handler%7b5f4150503d3030323030363832353030303030303031393732265f4556454e543d444953504c4159265f4e4e554d3d393337363937%7d]
    Exceptions: Prerequisites for messages in the area BI Java
    SAP Note Number: [1224043 |https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes/sdn_oss_bw_bex/~form/handler%7b5f4150503d3030323030363832353030303030303031393732265f4556454e543d444953504c4159265f4e4e554d3d31323234303433%7d]
    Solution in our case was to update the SAPADS package to 7.00 17.1
    Regards
    Andreas

Maybe you are looking for

  • Question on Electronic bank statement

    HI, i am working on SWIFT MT 940 for uploading the EBS for customers. and want to use only SAP standard no customization (user exits) what are the details the bank statement should contain inorder to do posting to bank and clear the document of F110.

  • Ipod screwed up

    my ipod isnt working. every time i turn it on, the apple logo appears for a second, and then a thin black bar appears across the screen and it turns off. i tried charging it, but the battery icon comes on and then freezes. can any1 tell me what is wr

  • Is there any way to set a password so that txt messages only open when the password is entered

    Is there any way to set a password so that txt messages only open when the password is entered? Please help! Thanks for reading:)

  • How to restore an Air?

    The hard drive in our MacBook Air has died.   I intend to buy a new hard drive.  Right now I am looking at the stock at iFixit.  I anticipate that the new SSD will be blank.  It will not have an OS on it.   I have the old hard drive backed up to an e

  • Custom RSS file from XMP metadata

    I am attempting to create a custom RSS file (.mrss) that references XMP metadata from Premiere.  The CDN that we use references that RSS file in order to publish all of our uploaded assets correctly, and if I could automate that process it would save