Error while openng Attachments in E-Recruiting

Hi All,
We have a requirement in E-Rec to change the form for Internal and External Candidates.
These forms are re-designed after coping the same from the Standard form HRRCF_PUBLICATION_INT and EXT.
Now there is an additional requirement of displaying of Attachments in the form.
For the same we have put in the code using the
class - CL_HRRCF_REQUI_BL
and
method - GET_ATTACHMENTS
However, when we are executing the smartforms from the Portal. Form is getting displayed properly but the Attachments.
There is a link to attachments getting generated from the code in the class. Everything is perfect, however, when we click on the Link there is a dump resulting saying the link does not exists. After checking the link I am able to confirm that the link that is displayed in the smartforms for attachment is not the one that is being generated.
This is because the displayed link does not have any resemblance to the generated link.(Checked in Debugging mode).
I am really confused about the solution.
Can anyone please help on the same.
Cheers,
Kunjal

Not answered

Similar Messages

  • Error while printing the letters in Recruitment

    Hi, SAP Gurus.
    I am working on implementation of Recruitment module.I am facing a problem while printing a letter for confirm receipt, invitation for Interview etc.
    error is "Internal error in SAP OLE document container control
    Message no. SOFFICEINTEGRATION019"
    Pl suggest whether this error of customization or of BASIS.
    I want to get letters printed through std SAP system.
    Thanks in advance
    Regds
    Punit

    Hi
    make sure whether printer was connected to the system and check with basis

  • Error while adding attachments using attachmentLink

    Hi All,
    I am getting the below error sporadically while i add an attachment using my custom UI.
    The OA passivation framework coding standard has been violated. The view object with full name, xxCustomAM.oracle_apps_fnd_server_OAAttachmentsAM.Attach_1_FndDocumentsDomExtensionVO, is not properly prepared for row insertion. Either setMaxFetchSize(0) or executeQuery() (or any equivalent method that ends up executing the view object query) must be called on the view object before new rows are inserted. For a detail view object in a master - detail relationship, executeQuery() (or any equivalent method that ends up executing the view object query) must be called instead of setMaxFetchSize(0) on the detail view object before new rows are inserted into the detail view object. setMaxFetchSize(0) call on the detail view object could cause a number of adverse effects.
    The OA passivation framework coding standard has been violated. The view object with full name, xxCustomAM.oracle_apps_fnd_server_OAAttachmentsAM.Attach_1_FndAttachedDocumentsDomExtensionVO, is not properly prepared for row insertion. Either setMaxFetchSize(0) or executeQuery() (or any equivalent method that ends up executing the view object query) must be called on the view object before new rows are inserted. For a detail view object in a master - detail relationship, executeQuery() (or any equivalent method that ends up executing the view object query) must be called instead of setMaxFetchSize(0) on the detail view object before new rows are inserted into the detail view object. setMaxFetchSize(0) call on the detail view object could cause a number of adverse effects.
    The VO that I associate to the 'attachmentLink' is a detail VO. As I understand, before a row insertion we need to instantiate the detail VO using a false predicate like 'setWhereClause("1=0")'. From the above error, I see it uses setMaxFetchSize(0) instead, to insantiate the seeded VOs, FndDocumentsDomExtensionVO and FndAttachedDocumentsDomExtensionVO.
    Please let me know any suggestions to solve this.
    Regards,

    user611087 wrote:
    Thanks AJ for your immediate response.
    The VOs where the rows are getting created while we add attachments are FndDocumentsDomExtensionVO and FndAttachedDocumentsDomExtensionVO, which are seeded VOs.
    They belong to the seeded Application module, OAAttachmentsAM, which is the root application module to the attachment page.
    You mean, should I substitute the OAAttachmentsAM to add the above code? Since this is the root AM, we cannot do that rt?
    Regards,In such a case, you may write above code in extended controller.
    Thanks
    AJ

  • Error while downloading attachments more than 10MB

    Hi,
    We are getting the below error when downloading the attachments of size > 10mb.
    Client details:
    Java version: 1.6.0_05
    OS: SunOS
    OS version: 5.10
    OS architecture: sparc
    java.lang.OutOfMemoryError: Java heap space
         at java.util.Arrays.copyOf(Arrays.java:2786)
         at java.io.ByteArrayOutputStream.toByteArray(ByteArrayOutputStream.java:133)
         at com.sun.xml.internal.messaging.saaj.client.p2p.HttpSOAPConnection.readFully(HttpSOAPConnection.java:636)
         at com.sun.xml.internal.messaging.saaj.client.p2p.HttpSOAPConnection.post(HttpSOAPConnection.java:379)
         at com.sun.xml.internal.messaging.saaj.client.p2p.HttpSOAPConnection$PriviledgedPost.run(HttpSOAPConnection.java:169)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sun.xml.internal.messaging.saaj.client.p2p.HttpSOAPConnection.call(HttpSOAPConnection.java:140)
         at com.sun.sunit.webservice.soap.SOAPClient.invokeService(SOAPClient.java:94)
         at com.sun.sunit.webservice.soap.SOAPClient.invokeService(SOAPClient.java:69)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.sun.sunit.util.MethodUtil.invokeMethod(MethodUtil.java:74)
         at com.sun.sunit.util.MethodUtil.invokeMethod(MethodUtil.java:38)
         at java.lang.Thread.run(Thread.java:619)
    Any help would be greatly appreciated.

    As said, in this case it's apparently a bug / inefficiently written code in SAAJ, report it.
    All what you can do besides reporting is to upgrade the SOAP implementation to a newer version or replace it by another -more robust- SOAP implementation.
    This is by the way in no way related to servlets.

  • SOAP attachments :: Error while downloading attachments more than 10MB

    Hi,
    We are getting the below error when downloading the attachments of size > 10mb.
    Client details:
    Java version: 1.6.0_05
    OS: SunOS
    OS version: 5.10
    OS architecture: sparc
    java.lang.OutOfMemoryError: Java heap space
    at java.util.Arrays.copyOf(Arrays.java:2786)
    at java.io.ByteArrayOutputStream.toByteArray(ByteArrayOutputStream.java:133)
    at com.sun.xml.internal.messaging.saaj.client.p2p.HttpSOAPConnection.readFully(HttpSOAPConnection.java:636)
    at com.sun.xml.internal.messaging.saaj.client.p2p.HttpSOAPConnection.post(HttpSOAPConnection.java:379)
    at com.sun.xml.internal.messaging.saaj.client.p2p.HttpSOAPConnection$PriviledgedPost.run(HttpSOAPConnection.java:169)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sun.xml.internal.messaging.saaj.client.p2p.HttpSOAPConnection.call(HttpSOAPConnection.java:140)
    at com.sun.sunit.webservice.soap.SOAPClient.invokeService(SOAPClient.java:94)
    at com.sun.sunit.webservice.soap.SOAPClient.invokeService(SOAPClient.java:69)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.sun.sunit.util.MethodUtil.invokeMethod(MethodUtil.java:74)
    at com.sun.sunit.util.MethodUtil.invokeMethod(MethodUtil.java:38)
    at java.lang.Thread.run(Thread.java:619)
    Download of large attachments used to work when code is 1.4.2 compiled and SAAJ is 1.2
    We have upgraded the code to 1.5 and using SAAJ 1.3 now.
    We are unable to download attachments > 10MB.
    Please let us know if we need to do any changes at SAAJ to fix this error ?
    Note : This message has been posted accidentally in Java Servlet and hence re-posting.
    Thanks.

    RaghuNaveen wrote:
    Download of large attachments used to work when code is 1.4.2 compiled and SAAJ is 1.2
    We have upgraded the code to 1.5 and using SAAJ 1.3 now.So, this problem is actually caused by SAAJ 1.3 or possibly Java 1.5?
    Try downgrading to SAAJ 1.2 first. If that doesn't help, then is it probably a bug in Java 1.5. But according to the stacktrace, I rather think it's a bug in SAAJ 1.3 (as mentioned in the previous topic).

  • Error While downloading the file A server Error has occurred, please try again later Downloading Yahoo mail Application Attachments  Trying to download My Photos and movie 3 items so i can delete them all

    I have icloud and a new iPhone5 ! They work good , took pictures and a few short movies, plugged in my phone to my iMac transfered Items to iPhoto then inported items to iMovie. when getting to know what i was doing i decided to delete pictures and movies i no longer wanted. when i looked for a few missing items i opend Finder and there some where buyt i had already trashed them and deleted the doubles. Still could not find missing pictures and movies 3 items and today after calling yahoo about a different complant with sending feed back for Yahoo mail Applications login . i opened up Attachments Not the Large Attachments just Attachments and there were the 3 items i had been hunting for to Trash and delete. the mail Attachments file does not have the Option to delet Files and photos and movies. When i tried to Download the 3 items a window shows up that says Error While Downloading the Files, A Server Error has occured, please Try Again later. nothing works how do i remove the Trapped photo and movie Blank Files and trash them?  Onece they get into my downloads i can do something with them as i understand.    That part of it kind of keeps me in Question also because why should i have to down load my own files of Attachments / Pictures and movies if they are comming from my iMac?    How much better is iLife11 then iPhoto08 and iMovie08 .  Thanks Greg

    Hello,
    Thank you for your post.
    This is a quick note to let you know that we are performing research on this issue.
    If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Simon Wu
    TechNet Community Support

  • Internal error while clicking on Candidate search from Recruiter role-EHP4

    Hi
    We are getting intrnal error while clicking on candidate search or any search option from recruiter log on after upgrading to EHP4.
    after doing analysis through SLG1, we found below issues.
    Serious error; see log
    The error occurred in program CL_HRRCF_SEARCH_MASK_GROUP====CM009 line 41
    Serious error; see log
    The error occurred in program CL_HRRCF_SEARCH===============CM00P line 676
    Serious error; see log
    The error occurred in program CL_HRRCF_SEARCH===============CM00R line 18
    Customizing table T77RCF_SPT contains no corresponding entry for Business Object =/
    The error occurred in program CL_HRRCF_SPT_CUST_TABS========CM00E line 26
    We searched in SDN and got one threads with similar kind of errors. As mentioned in the thread, we have activated below items.
    1. HCM_ERC_SES_1-activated
    2. Customizing table T77RCF_SPT maintained with required information
    3. Run report RCF_PERIODICAL_SERVICES to update table T77RCF_INT_PUB.
    Still we are getting error as mentioned above. Can anybody help on this?
    Regards,
    Purnima

    Dear Purnima,
    You should have a look at it in client 000. This is where you can find the table entries how they are shipped with SAP. Problem is that this is the search customizing and if we have other customizing entries in our system they don't suit to your system because I found one different entry in table V77RCF_SMG_NAVI. Please can you check out all tables and compare them with your client 000? (all tables in IMG candidate search > search profile and search templates).
    Hope it helps,
    Regards
    Christine

  • Application Error while activating the feature - for creating list content type, list definition and list instance

    Dear all,
    I am getting application error while enabling the feature. if any body can point out the issue - that will be helpful.
    content type
    <?xml version="1.0" encoding="utf-8"?>
    <Elements xmlns="http://schemas.microsoft.com/sharepoint/">
    <Field ID="{4C1B0A21-FCE0-4CFE-8742-A250672AFE4F}" Type="Note" Name="CourseDesc" DisplayName="Course Description" Required="TRUE" Group="Training Site Columns"/>
    <!-- Parent ContentType: Item (0x01) -->
    <ContentType ID="0x0100d57ecc53fde34177b096abd0ec90a8f9"
    Name="TrainingCourses"
    Group="Training Content Types"
    Description="Defines a Course"
    Inherits="TRUE"
    Version="0">
    <FieldRefs>
    <FieldRef ID="{4C1B0A21-FCE0-4CFE-8742-A250672AFE4F}" Name="CourseDesc" DisplayName="Course Description" Required="TRUE"/>
    </FieldRefs>
    </ContentType>
    </Elements>
    List definition
    <?xml version="1.0" encoding="utf-8"?>
    <Elements xmlns="http://schemas.microsoft.com/sharepoint/">
    <!-- Do not change the value of the Name attribute below. If it does not match the folder name of the List Definition project item, an error will occur when the project is run. -->
    <ListTemplate
    Name="TrainingCourses"
    Type="10100"
    BaseType="0"
    OnQuickLaunch="TRUE"
    SecurityBits="11"
    Sequence="410"
    DisplayName="TrainingCourses"
    Description="Training Courses List Definition"
    Image="/_layouts/images/itgen.png"/>
    </Elements>
    List instance
    <?xml version="1.0" encoding="utf-8"?>
    <Elements xmlns="http://schemas.microsoft.com/sharepoint/">
    <ListInstance Title="TrainingCourses"
    OnQuickLaunch="TRUE"
    TemplateType="10100"
    Url="Lists/TrainingCourses"
    Description="Training Course List Instance">
    </ListInstance>
    </Elements>
    schema
    <?xml version="1.0" encoding="utf-8"?>
    <List xmlns:ows="Microsoft SharePoint" Title="TrainingCourses" FolderCreation="FALSE" Direction="$Resources:Direction;" Url="Lists/TrainingCourses-LD_TrainingCourses" BaseType="0" xmlns="http://schemas.microsoft.com/sharepoint/">
    <MetaData>
    <ContentTypes>
    <ContentType ID="0x0100d57ecc53fde34177b096abd0ec90a8f9" Name="TrainingCourses" Group="Training Content Types" Description="Defines a Course" Inherits="TRUE" Version="0">
    <FieldRefs>
    <FieldRef ID="{4C1B0A21-FCE0-4CFE-8742-A250672AFE4F}" Name="CourseDesc" DisplayName="Course Description" Required="TRUE" />
    </FieldRefs>
    </ContentType>
    </ContentTypes>
    <Fields>
    <Field ID="{4c1b0a21-fce0-4cfe-8742-a250672afe4f}" Type="Note" Name="CourseDesc" DisplayName="Course Description" Required="TRUE" Group="Training Site Columns" />
    </Fields>
    <Views>
    <View BaseViewID="0" Type="HTML" MobileView="TRUE" TabularView="FALSE">
    <Toolbar Type="Standard" />
    <XslLink Default="TRUE">main.xsl</XslLink>
    <RowLimit Paged="TRUE">30</RowLimit>
    <ViewFields>
    <FieldRef Name="LinkTitleNoMenu">
    </FieldRef>
    <FieldRef Name="CourseDesc">
    </FieldRef>
    </ViewFields>
    <Query>
    <OrderBy>
    <FieldRef Name="Modified" Ascending="FALSE">
    </FieldRef>
    </OrderBy>
    </Query>
    <ParameterBindings>
    <ParameterBinding Name="AddNewAnnouncement" Location="Resource(wss,addnewitem)" />
    <ParameterBinding Name="NoAnnouncements" Location="Resource(wss,noXinviewofY_LIST)" />
    <ParameterBinding Name="NoAnnouncementsHowTo" Location="Resource(wss,noXinviewofY_ONET_HOME)" />
    </ParameterBindings>
    </View>
    <View BaseViewID="1" Type="HTML" WebPartZoneID="Main" DisplayName="$Resources:core,objectiv_schema_mwsidcamlidC24;" DefaultView="TRUE" MobileView="TRUE" MobileDefaultView="TRUE" SetupPath="pages\viewpage.aspx" ImageUrl="/_layouts/images/generic.png" Url="AllItems.aspx">
    <Toolbar Type="Standard" />
    <XslLink Default="TRUE">main.xsl</XslLink>
    <RowLimit Paged="TRUE">30</RowLimit>
    <ViewFields>
    <FieldRef Name="Attachments">
    </FieldRef>
    <FieldRef Name="LinkTitle">
    </FieldRef>
    <FieldRef Name="CourseDesc">
    </FieldRef>
    </ViewFields>
    <Query>
    <OrderBy>
    <FieldRef Name="ID">
    </FieldRef>
    </OrderBy>
    </Query>
    <ParameterBindings>
    <ParameterBinding Name="NoAnnouncements" Location="Resource(wss,noXinviewofY_LIST)" />
    <ParameterBinding Name="NoAnnouncementsHowTo" Location="Resource(wss,noXinviewofY_DEFAULT)" />
    </ParameterBindings>
    </View>
    </Views>
    <Forms>
    <Form Type="DisplayForm" Url="DispForm.aspx" SetupPath="pages\form.aspx" WebPartZoneID="Main" />
    <Form Type="EditForm" Url="EditForm.aspx" SetupPath="pages\form.aspx" WebPartZoneID="Main" />
    <Form Type="NewForm" Url="NewForm.aspx" SetupPath="pages\form.aspx" WebPartZoneID="Main" />
    </Forms>
    </MetaData>
    </List>
    I am applying the feature to SPWeb level.
    cheers
    Sathya

    redeployed a new solution; since I was getting this error. I would have done typo errors etc.
    https://naveengopisetty.wordpress.com/2011/09/10/error-occurred-in-deployment-step-activate-features-invalid-file-name-the-file-name-you-specified-could-not-be-used-it-may-be-the-name-of-an-existing-file-or-directory-or-you-may-not-have-pe/
    Cheers
    Sathya

  • Getting a Page Cannot be Displayed error while uploading a Contract Document in SAP E-sourcing for size 500mb

    Hi Guys,
    I am getting a Page can not be displayed error while uploading a COntract Document in SAP-E-soucing 7.0.
    Maximum Size set in Our SYSTEM is :9765MB.
    Approx size of the Document tried is more then 300MB.
    Appreciate your help on this.
    Regards
    Tarun

    Hi Tarun,
    Please check the below system properties using system user login
    attachments.maxSizeKB.buyers - "Maximum size in KB of a employer-attached attachment file"
    attachments.upload.enable.buyers-  " Enable/Disable uploading of attachments by internal users"
    Also Please check with other attachment, contracts related properties in the System.
    Let me know if this helps.
    Thanks,
    Raj.

  • Error while installing LabVIEW on Linux

    Getting Error while installing LabVIEW on Linux and unable to use VISA.
    Please check the installation Log i Have attached.
    nilesh
    Attachments:
    Installation Log LV2012 Linux.txt ‏25 KB

    I could not find a trail version for LINUX. 
    Its only available for Windows and mac.
    Will it possible for you to give just the C++ library and include files??

  • Error while opening the Visual composer

    I have downloaded and installed the  following version from sdn.
    SAPNWCE71TrialSP1Preview_CompEnvServer .
    When i am trying to open the VC in browser. it is giving the following error while opening.
    Failed to open the workspace due to the following error : Kits manifest is bad or missing.
    More information : Failed to invoke the function."actionKitsManifest" of the remote service:'LibManager'.
    If you to see the screen shot the error i have uploaded in to the wiki in the following path:
    Visual Composer > Main > Attachments > visualComposerError .gif
    Kindly tell me what is the work around need to be done for this.
    Regards
    Vijay

    Hi I've copied the following section from the VC 6 installation manual.
    It worked from me, maybe it works for you:
    4  Preparing the Visual Composer Client
    Machine
    Visual Composer Storyboard, operating on the Visual Composer server, is the design
    environment in which you create your portal content. It functions as a thin-client application
    that can be accessed from the Internet Explorer web browser of any machine with network
    access to the Visual Composer server. See the Visual Composer User Guide for instructions
    about logging on to Visual Composer Storyboard from a client machine.
    In order to log on to and work with Visual Composer Storyboard, be sure that your Visual
    Composer client machine meets the following software requirements: 
    •  Microsoft Internet Explorer 6.0 SP1or higher
    •  Microsoft XML Parser 4.0
    •  Adobe SVG Viewer 3.0
    Download MS XML parser 4:
    http://download.microsoft.com/download/9/6/5/9657c01e-107f-409c-baac-7d249561629c/msxml.msi
    Download SVG from
    http://www.adobe.com/svg/viewer/install/mainframed.html
    Best regards, Marcel.

  • Error while creating candidate (Message no. HRRCF0001155)

    Hi experts,
    I am launching recruiters page thorugh NWBC. While creating external candidate application, I am getting this error -
    Error while creating candidate
    Message no. HRRCF0001155
    In SLG1, below is error analysis -
    @5C\QError@ Error while creating candidate @35\QLong text exists@ @16\QDetail exists@
    @5C\QError@ The error occurred in program CL_HRRCF_CANDIDATE_REGISTER===CM001 line 186 @35\QLong text exists@ @16\QDetail exists@
    @5C\QError@ Error while creating candidate @35\QLong text exists@ @16\QDetail exists@
    @5C\QError@ The error occurred in program CL_HRRCF_CANDIDATE_REGISTER===CM001 line 118 @35\QLong text exists@ @16\QDetail exists@
    @8N\QCancel@ Business partner 824 already exists @5F\QNo long text exists@ @16\QDetail exists@
    @5C\QError@ The error occurred in program CL_HRRCF_CANDIDATE============CM002 line 132 @35\QLong text exists@ @16\QDetail exists@
    Please help.
    Thanks,
    Neha

    Hi Nicole,
    Thank you very much for the reply. You are correct, but I checked the SICF set up was ok. Currently we are not using the workflow. Recruiter's role assignment was also proper.
    This problem was related to business partner number range assignment for internal/external candidates, since it was not creating new business partner. It is ok now.
    Regards,
    Neha

  • I am getting error while deploying "shared library" to FP-2010

    i am getting error while deploying "shared library" to FP-2010
    screen shot is also attached
    regards
    mazhar
    Attachments:
    error24.JPG ‏128 KB

    Hi mazhar.ali,
    Do you explicitly reference a DLL in your code? 
    What is the size of your code?  (The FP-2010 only has 32 Mbytes of RAM, so if you're trying to deploy and run your code from RAM, this might be something to take into account.)  (How Much Memory Does My FieldPoint Controller Have?)
    Regards,
    Kevin S.
    Applications Engineer
    National Instruments

  • E26 253 Error while checking in and storing: \\sapserver\file.tif

    Hi Experts,
    I have now been fighting with this problem for a couple of weeks, and not been able to solve the issue.
    My problem is to upload/check-in documents from the application serve in background.
    I have a program to create DIF and attach files using BAPI_DOCUMENT_CREATE2.
    When I'm running the program in foreground there is no problem.
    When I run it in background I get the error message E26 254 Error while checking in and storing:
    sapserver\file.tif
    I have checked that the background process can see the document on the server and that is OK, so the problem must be within the actual storing of the document in DMS in the BAPI.
    Any input to how I can solve this issue is appreciated.
    Thanks in advance,
    Thomas

    Hi All,
    We have now done some testing.
    We got it to work on one of our systems but not on the other
    I ran report RSCMST on both systems with the same backend directory. (A directory on the application server of the one that fails).
    Running this report I get this result on the system that does not work.
    HTTP interface test using function group SCMS_HTTP
    21.06.2010 14:39:01
    serverInfo:
    contRep                   ZEBAN
    contRepDescription        PR Attachments
    serverStatus              running
    serverVendor              Copyright SAP AG, All rights reserved 1998, 2001
    serverVersion             6300
    serverBuild               193
    serverTime                123902
    serverDate                21.06.2010
    serverStatusDescription
    pVersion                  0046
    contRepStatus             data(89%) log(1%)
    contRepStatusDescription
                                                      ok           58.848
    create(1): new doc (frontend)                     ok          445.211
    create(2): new doc (back end)
    check_subrc: subrc     2  instead          0
    check_subrc: HTTP error: 400 Bad Request
    create(2): new doc (back end)                    error
    docGet/create(1): copy document                   ok          105.684
    info(1): existing doc                             ok           26.881
    update(1): new comp                               ok           47.050
    info(2): after update                             ok           30.458
    delete(1): unknown doc                            ok           33.061
    delete(2): unknown comp                           ok           31.669
    delete(3): existing doc                           ok           53.330
    delete(4): deleted doc                            ok           34.781
    delete(5): existing doc                           ok           31.088
    putCert:                                          ok           35.785
             1  errors
    Any ideas to what could be wrong?
    Thanks in advance.

  • Diadem runtime error while executing command "SchemeMeasStar"

    Hello:
    I used DIAdem9.0 and DAQCard6062E to acquire 16 channel data. I collected 65536 data for every channel. Whereas After the data acquisition stopped, an Error Message would poped up, but the data is still stored in data portal. the Error is like follows:
    -Error- DIAdem
    Runtime Error While Executing Command "SchemeMeasStar"
    Error Type: UNKNOWN
    Error Address:00001720
    Module Name:GFSBase.Dll
    Would you like to give me some suggestions?
    thanks very much
    jing

    Dear MarcusP:
    Thank you very much.
    your solution really works. The attached is the detailed information of the problem. Would you like to tell me more about the prolem and how to solve the problem thoroughly.
    Thank you very much.
    yours
    Jing
    Attachments:
    DIAdem_Error.doc ‏305 KB

Maybe you are looking for