Trap Error in DIAdem through ToCommand

Can you let me know if there is any means to trap errors that would occur in DIAdem Interface when it’s called through ToCommand and NoErrorDisplay is set to true (1)?
We try to invoke DIAdem through ToCommand in a COM, since we need DIAdem to work as a server bNoErrorDisplay is set to true. Could you please let us know the possible means to trap an DIAdem error in COM.
Waiting for your earliest response.
Thanks,Priya

Hi Priya,
Try this code, and see if you get the functionality you're looking for:
Set ToCommand = CreateObject("DIAdem.ToCommand")
Call ToCommand.CmdExecuteSync("LastErrorReset")
Call ToCommand.CmdExecuteSync("AutoIgnoreError:= 1")
Call ToCommand.CmdExecuteSync("L1:= 0")
Call ToCommand.CmdExecuteSync("L1:= ProgramRevision(1,3,4)")
'Call ToCommand.CmdExecuteSync("L1:= ProgramRevision")
'Call ToCommand.CmdExecuteSync("LastErrorReset")
Call ToCommand.CmdExecuteSync("LastErrorGet")
Call ToCommand.IntegerVarGet("L1", Version)
Call ToCommand.IntegerVarGet("LastErrorNo", ErrNum)
Call ToCommand.TextVarGet("LastErrorFile", ErrText)
Call ToCommand.IntegerVarGet("LastErrorPart", ErrPart)
Call ToCommand.CmdExecuteSync("AutoIgnoreError:= 0")
Set ToCommand = Nothing
MsgBox "DIAdem Revision = " & Version & vbCRLF & "ErrNo = " & ErrNum & vbCRLF & "ErrMsg = " & ErrText & vbCRLF & "ErrPar = " & ErrPart
Regards,
Brad Turpin
DIAdem Product Support Engineer
National Instruments

Similar Messages

  • Trapping Error through PL/SQL

    I was wondering if there is a way to trap errors somehow. I am trying a FOR..LOOP and I am looping through one table, through a cursor and inserting into another table. There some records that may not meet the criteria of the table that is being inserted, and I will not be able to tell which record it was or what column of the record it was, but currently when I run this procedure, it craps out because of some condition it did not meet.
    I am hoping if I can maybe trap the error, and somehow use a “on error resume next” or “on error go to next” type of a function. Is this possible in PL/SQL?

    DECLARE
    BEGIN
      DECLARE
      BEGIN
        <your_error_generating_code_goes_here> ;
      EXCEPTION
      WHEN <specific_exception_you_want_ignored>
      THEN
        NULL ;
      END ;
    END ;

  • Trapping error in stored procedure

    Hi all,
    I forms 6i application development, i mostly called backend procedure ( Stored procedure ).
    problem is how can i trap error which occured in procedure in my Oracle forms application.
    Tell me different methods to solve this problem
    I'am working in Oracle 8 and Forms 6i for windows NT 4.0
    Regards,
    Seema shah

    user21354 wrote:
    i am creating the collection in my Stored procedure it is giving me this error
    declare
    type t_number is table of number;
    v_numbers t_number;
    begin
    select VISIT_ID
    bulk collect into v_numbers
    from visit
    where VISITTYPEID = 2;
    select VISIT_ID from v_numbers;
    end;
    error
    PL/SQL: ORA-00942: table or view does not exist
    please tell me this why this happeningcouple of things...
    context switching - Your second 'select visit_id' query is actually parsed outside plsql, in the 'sql engine'. This sql engine has no knowledge of what v_numbers is, it's expecting an actual table name but it can't find anything called v_numbers in it's metadata. So it bombs out with that error. Google 'context switching plsql' for more info. :o)
    - as v_numbers is a collection, you could just loop through the results:
      for n in 1..v_numbers.count
      loop
        dbms_output.put_line(v_numbers(n));
      end loop;- as stated above, a 'select' without 'into' won't work in plsql anyway.
    - there is a way of getting round the context switch, by creating your Type in sql rather than plsql and 'casting' it to a table. Let us know if you want to know the steps to do it, but try reading up on context switch first.
    cheers.

  • Error while scheduling through web service

    We have created Web service through WSDL of OBI Publisher. Also we created a web service proxy client to call the services offered by OBI Publisher. We actually want to  "Automate the Scheduling of Reports" according to our requirement:
    1. We used to schedule the reports manually by giving the parameters(used to populate data in reports) and other fields like select report name, report destination, format of reports ( .pdf, .docx,etc) through Oracle BI Publisher.
    2. As there are thousands of permutations of report input parameters possible, so it is difficult to schedule them manually. 
    3.We also want to schedule report to a particular folder according to some parameter, for the ease of the user visibility.
    Above requirements are not currently available with Oracle BI Publisher.
    We are getting error while scheduling through ScheduleRequest class.
    The client.java is as follows:
    public class ScheduleServiceClient
      @WebServiceRef
      private static ScheduleService_Service scheduleService_Service;
      public static void main(String [] args)
        scheduleService_Service = new ScheduleService_Service();
        ScheduleService scheduleService = scheduleService_Service.getScheduleService();
        // Add your code to call the desired methods.
        try {      
                    FTPDeliveryOption ftpdo =new FTPDeliveryOption();
                    ftpdo.setFtpServerName("ServerName");
                    ftpdo.setFtpUserName("Username");
                    ftpdo.setFtpUserPassword("Password");
                    ftpdo.setRemoteFile("/path/TestFile");
                    ftpdo.setSftpOption(true);
                    List<FTPDeliveryOption> listobj=new ArrayList<FTPDeliveryOption>();
                    listobj.add(ftpdo);
                    ArrayOfFTPDeliveryOption ar =new ArrayOfFTPDeliveryOption(); 
                    ar.setItem(listobj);
                    DeliveryChannels dc = new DeliveryChannels();
                    dc.setFtpOptions(ar);
                    ScheduleRequest scheduleRequest = new ScheduleRequest();
                    scheduleRequest.setDeliveryChannels(dc);
                    scheduleRequest.setJobLocale("en-US");
                    scheduleRequest.setUserJobName("Job_1_WebService"); 
                    scheduleRequest.setDataModelUrl("Url");
                    scheduleRequest.setStartDate("Mar 27, 2015 12:40:00 PM");
                    scheduleRequest.setJobTZ("[GMT+05:30] Calcutta, Chennai, Mumbai, New Delhi");
                    String userID = "BI_Publisher_Username";
                    String password = "BI_Publisher_Password";
                    scheduleService.scheduleReport(scheduleRequest,userID,password);
                } catch(Exception exception) {
                    exception.printStackTrace();
    Snapshot of error is attached.
    Kindly suggest the way of getting out of this error.

    Hi
    Check this thread
    WD Message Manager
    Reward opints if usefull....

  • Error in Drill through reports

    Hi All,
    I need a help with Drill through reports in Essbase Studio.
    I created a drill through report successfully. Now When I trill to access that report using SmartView, I am able to see the report at generation 2, but as soon as drill down, i am getting following error.
    " BPM drill through functionality not available. EMC required in MDX query "
    Please advice.

    Can anyone please give some suggestions ? I guess I figured out that whenever there is a duplicate member present in a hierarchy, its gives me the following error:
    *" BPM drill through functionality not available. EMC required in MDX query "*
    Please advice.

  • Unable to trap error on NAS drive mount failure

    Following script works fine when NAS is on network but unmounted but fails to trap error when NAS not on network (it's on a wireless connection that drops out in heavy snow).
    I want to build a loop so that it tries to bring up the drive every few minutes but can't prevent the error: "Connection failed. Server may not exist or is not operational at this time....... OK"
    Any ideas why?
    -- Connect to Remote Backup NAS
    tell application "Finder"
    set disk_names to list disks
    if disk_names contains "dbqwbackup" then
    display dialog "Backup Drive dbqwbackup connected" buttons "Connected" default button "Connected" giving up after 4
    else
    display dialog "Mounting dbqwbackup" buttons "Mount Drive" default button "Mount Drive" giving up after 3
    try
    with timeout of 250 seconds
    mount volume "afp://192.168.0.18/dbqwbackup"
    end timeout
    display dialog "Backup Drive dbqwbackup connected" buttons "Connected" default button "Connected" giving up after 4
    on error error_message number error_number
    display dialog error_message & return & error_number with icon 2 giving up after 10
    return
    end try
    end if
    end tell

    I had the same problem. I found out that a +tell application "Finder"+ block around the +mount volume+ command make the +with timeout+ to work just fine.
    Hope this helps.
    try
    with timeout of 250 seconds
    tell application "Finder"
    mount volume "afp://192.168.0.18/dbqwbackup"
    end tell
    end timeout
    end try

  • Web Service - Invoke Web Service not trapping errors

    Greetings All:
    I am having an issue trying to trap errors coming out of the Invoke Web Service service.
    I have a Fault Route set up for SYSTEM EXCEPTION, and direct it to an ExecuteScript service.
    If the process I am developing fails, it appears to leave the web service "open". The next time the process is invoked, it will fail on the Web Service call.
    When my process fails, this failure route is never taken.
    I do not know why the initial failure does not "clean-up" after itself.
    I also do not know why the Web Service call does not follow the failure route.
    This is a turnkey 8.2 install on Windows Server 2003 running JBoss.
    Any assistance on how to overcome these problems would be greatly appreciated.
    Thank You
    Mark
    My process dies with the following ending up in the system log:
    2009-03-12 16:53:18,144 ERROR [com.eviware.soapui.impl.wsdl.WsdlSubmit] Exception in request: java.net.SocketException: Connection reset
    2009-03-12 16:53:18,144 ERROR [com.eviware.soapui.SoapUI] An error occured [Connection reset], see error log for details
    2009-03-12 16:53:18,144 ERROR [soapui.errorlog] java.net.SocketException: Connection reset
    java.net.SocketException: Connection reset
    at java.net.SocketInputStream.read(SocketInputStream.java:168)
    at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
    at java.io.BufferedInputStream.read(BufferedInputStream.java:235)
    at org.apache.commons.httpclient.HttpParser.readRawLine(HttpParser.java:77)
    at org.apache.commons.httpclient.HttpParser.readLine(HttpParser.java:105)
    at org.apache.commons.httpclient.HttpConnection.readLine(HttpConnection.java:1115)
    at org.apache.commons.httpclient.MultiThreadedHttpConnectionManager$HttpConnectionAdapter.re adLine(MultiThreadedHttpConnectionManager.java:1382)
    at org.apache.commons.httpclient.HttpMethodBase.readStatusLine(HttpMethodBase.java:1832)
    at org.apache.commons.httpclient.HttpMethodBase.readResponse(HttpMethodBase.java:1590)
    at com.eviware.soapui.impl.wsdl.submit.transports.http.TimeablePostMethod.readResponse(Timea blePostMethod.java:56)
    at org.apache.commons.httpclient.HttpMethodBase.execute(HttpMethodBase.java:995)
    at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java :397)
    at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:17 0)
    at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:396)
    at com.eviware.soapui.impl.wsdl.submit.transports.http.HttpClientRequestTransport.sendReques t(HttpClientRequestTransport.java:142)
    at com.eviware.soapui.impl.wsdl.WsdlSubmit.run(WsdlSubmit.java:112)
    at com.eviware.soapui.impl.wsdl.WsdlSubmit.submitRequest(WsdlSubmit.java:72)
    at com.eviware.soapui.impl.wsdl.WsdlRequest.submit(WsdlRequest.java:370)
    at com.adobe.idp.dsc.webservice.WebServiceSoapUIInvoker.invoke(WebServiceSoapUIInvoker.java: 126)
    at com.adobe.idp.dsc.webservice.WebServiceImpl.invoke(WebServiceImpl.java:93)
    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:585)
    at com.adobe.idp.dsc.component.impl.DefaultPOJOInvokerImpl.invoke(DefaultPOJOInvokerImpl.jav a:118)
    at com.adobe.idp.dsc.interceptor.impl.InvocationInterceptor.intercept(InvocationInterceptor. java:140)
    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor$1.doInTransaction(Transa ctionInterceptor.java:74)
    at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.execute(EjbTr ansactionCMTAdapterBean.java:342)
    at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.doSupports(Ej bTransactionCMTAdapterBean.java:212)
    at sun.reflect.Ge

    Hi Mark,
    Did you find out the origin of this problem? I've got a similar issue (without the stacktrace) and any help would be great!
    Thanks,
    Romain.

  • AUSST Trace/BPT trap Error

    Hello,
    I am trying to setup an Adobe Update Server (AUS) on a Mac OS X v10.6.8 Server.
    After Installing the Creative Cloud Packager on this server, I tried executing the following command in Terminal.
    /Library/Application\ Support/Adobe/OOBE/PDApp/CCP/utilities/AUSST/AdobeUpdateServerSetupTool --root="/Library/WebServer/Documents/updates/Adobe/CS" --fresh
    The Terminal then shows
    Fresh Synchronization chosen.
    Folder exists at given root path! All the contents of the folder will be deleted.
    Enter 'Y' to continue or any other key to exit:
    At this point I press the "Y" key and then press return.  This is shortly followed by the following text in Terminal.
    Trace/BPT trap
    It appears that the AUSST is crashing.  I found the following crash log at /Library/Logs/DiagnosticReports.
    Process:         AdobeUpdateServerSetupTool [17433]
    Path:            /Applications/Utilities/Adobe Application Manager/CCP/utilities/AUSST/AdobeUpdateServerSetupTool
    Identifier:      AdobeUpdateServerSetupTool
    Version:         3.0.0.55 (BuildVersion: 3.0; BuildDate: Sat Sep 28 2013 00:12:14 ), Copyright 2009-2013 Adobe Systems Incorporated. All rights reserved. (3.0.0.55 (BuildVersion: 3.0; BuildDate: Sat Sep 28 2013 00:12:14 ), Copyright 2009-2013 Adobe Systems Incorporated. All rights reserved.)
    Code Type:       X86 (Native)
    Parent Process:  bash [17010]
    Date/Time:       2014-02-01 17:56:17.060 -0500
    OS Version:      Mac OS X Server 10.6.8 (10K549)
    Report Version:  6
    Exception Type:  EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   com.apple.CoreFoundation            0x938aaee4 CFRelease + 196
    1   com.apple.CFNetwork                 0x9408b8c4 HTTPCookieStorage::initialize(__CFURL const*, OpaqueCFHTTPCookieStorage*) + 244
    2   com.apple.CFNetwork                 0x9408b741 CFHTTPCookieStorageCreateFromFile + 77
    3   com.apple.CFNetwork                 0x94115222 _CFHTTPCookieStorageCreateWithProperties + 104
    4   com.apple.CFNetwork                 0x94119e70 _CreateDefaultStorageSession() + 139
    5   libSystem.B.dylib                   0x935dd300 pthread_once + 82
    6   com.apple.CFNetwork                 0x94119b56 _CFURLStorageSessionGetDefault + 37
    7   com.apple.Foundation                0x91eae7fd -[NSHTTPCookieStorageInternal init] + 80
    8   com.apple.Foundation                0x91eae77a -[NSHTTPCookieStorage(NSInternal) _internalInit] + 99
    9   com.apple.Foundation                0x91eae6ff initSharedCookieManager + 55
    10  libSystem.B.dylib                   0x935dd300 pthread_once + 82
    11  com.apple.Foundation                0x91eae6bc +[NSHTTPCookieStorage sharedHTTPCookieStorage] + 37
    12  AdobeUpdateServerSetupTool          0x00034c7e HttpCommunicator::getCookies() + 110
    13  AdobeUpdateServerSetupTool          0x000319aa HttpCommunicator::sendRequest(std::string, NSString*, bool, bool, NSMutableArray*, bool) + 250
    14  AdobeUpdateServerSetupTool          0x000350f0 HttpCommunicator::getRemoteFileSize(unsigned long long&) + 560
    15  AdobeUpdateServerSetupTool          0x00020ffa DownloadGlobalData::retrieveRemoteFileSize() + 1034
    16  AdobeUpdateServerSetupTool          0x00029b2e FileDownloadManager::getFileSize(unsigned long long&, bool&) + 78
    17  AdobeUpdateServerSetupTool          0x0002c3c3 DLEFileDownloadHandle::getFileSize(unsigned long long&, bool&) + 51
    18  AdobeUpdateServerSetupTool          0x00017011 Download::download(DownloadData) + 685
    19  AdobeUpdateServerSetupTool          0x00008cfb UpdateWork::downloadWebfeed(int, int, std::string) + 269
    20  AdobeUpdateServerSetupTool          0x00009e36 UpdateWork::prepareUpdateJob(int, int, bool, std::string, int) + 68
    21  AdobeUpdateServerSetupTool          0x0000e2d7 UpdateWork::getUpdates(bool, bool) + 307
    22  AdobeUpdateServerSetupTool          0x00011685 UpdateWork::prepareJob(GlobalData*) + 263
    23  AdobeUpdateServerSetupTool          0x000133f6 AusstManager::executeHandler() + 58
    24  AdobeUpdateServerSetupTool          0x00015438 myMain(int, char**) + 4569
    25  AdobeUpdateServerSetupTool          0x0001424c main + 33
    26  AdobeUpdateServerSetupTool          0x00001e35 start + 53
    Does anyone reading this know why the Trace/BPT trap Error is occuring?  Is the Trace/BPT error causing the AUSST to crash?  How do I resolve these issues and setup a functional Adobe Update Server?
    Thanks for reading!

    I was able to work around this error by executing the command as sudo.  I did not see any mention in the documentation that setup or a fresh synchronization requires root access.  Is the use of sudo for setup and synchronization considered normal and expected?

  • Hi all, BDC RECORDING, trapping ERRORS

    HI ALL
    I WANT TO TRAP ERROR RECORDS AFTER RECORDING.
    COULD ANYONE TELL ME IF MY FOLLOWING CODING IS CORRECT AND MAKE IT CORRECT IF NOT.
    LOOP AT----
    CALL TRANSACTION  c_vb01 USING i_bdcdata  MODE c_mode
         UPDATE c_update MESSAGES INTO msgitab.
    READ TABLE msgitab WITH KEY msgtyp = 'E'.
    if sy-subrc = 0 and msgitab-msgnr <>  '341'.
    move-corresponding w_itab5 to wa_datatab5_a.
    skip 1.
    write : /1 'Index number', 15 wa_datatab5_a-indx, 30
          wa_datatab5_a-kunag,  50 wa_datatab5_a-kondm, 70
           wa_datatab5_a-matnr, 90 wa_datatab5_a-datab, 120
            wa_datatab5_a-datbi.
    endif.
    ENDLOOP.
    SECOND QUESTION:
    'POPUP_TO_CONFIRM' IN THIS FM WHAT ONE HAS TO PASS FOR EXPORTING AND IMPORTING TO POP MESSAGES.
    3RD QUESTION:
    IS THERE ANY FM FOR VALIDATING DATE BEFORE RUNNING RECORDING.
    THANX
    RAJ

    Hi
    Error tab may be contain more than one error message.
    so u have to use loop instead of read statement.
    u can refer following code, it will be useful.
    LOOP AT T_BDCMSGCOLL INTO WA_BDCMSGCOLL.
            CLEAR ERR_LOG.
            W_MSGNO = WA_BDCMSGCOLL-MSGNR.
            CALL FUNCTION 'WRITE_MESSAGE'
              EXPORTING
                MSGID = WA_BDCMSGCOLL-MSGID
                MSGNO = W_MSGNO
                MSGTY = WA_BDCMSGCOLL-MSGTYP
              IMPORTING
                MESSG = ERR_LOG.
    Error that occurs during transactoon
            IF ERR_LOG-MSGTY = 'E'.
              MOVE-CORRESPONDING T_UPLOAD TO  T_DOWNLOAD.
              MOVE ERR_LOG-MSGTX TO  T_DOWNLOAD-MSG.
              APPEND T_DOWNLOAD.
            ENDIF.
          ENDLOOP.
    regards
    vinod

  • Trap errors in lsmw tool

    hi all
      how can we trap errors in lsmw tool?

    hi,
    u can get the log after u process the session
    when u go to sm35 u will find the log there u will get the summery of the process in that if u choose only errors to display to then u will get only errors occured in it.
    u can refer this thread also, it will give an idea also.
    Re: errors record handling in LSMW
    Rgds
    Anver
    <i>if hlped pls mark points</i>

  • Can i trap "Error opening URL" error?

    Can i trap "Error opening URL" ?
    I am using someMC.loadMovie("someImg.jpg")
    This works fine I would however like to be able to use the
    error "Error opening URL" and switch to another file if the first
    dose not exist. Can i do this?

    use the moviecliploader class to catch that error.

  • WLSS3.0 and application code SNMP trap error

    Hi,
    I'm trying to generate SNMP traps through application code as described in the documentation at [url http://e-docs.bea.com/wlcp/wlss30/programming/snmptraps.html]. By using an SNMP manager I have verified that WLSS can send traps during startup and shutdown. My application code, however, fails to do so. When my SIP servlet is deployed, I get the following errors.
    <17.apr.2007 kl 10.02 CEST> <Notice> <SNMP Agent> <000000> <The SNMP trap version is 1>
    <17.apr.2007 kl 10.02 CEST> <Error> <SNMP> <BEA-320912> <Error during initialization while attempting to obtain MBeanServerConnection.
    java.io.IOException: Unable to resolve 'weblogic.management.mbeanservers.domainruntime'. Resolved 'weblogic.management.mbeanservers'
            at weblogic.management.remote.common.ClientProviderBase.makeConnection(ClientProviderBase.java:135)
            at weblogic.management.remote.common.ClientProviderBase.newJMXConnector(ClientProviderBase.java:79)
            at javax.management.remote.JMXConnectorFactory.newJMXConnector(JMXConnectorFactory.java:326)
            at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:247)
            at weblogic.management.snmp.agent.ServerMap.createMBeanServerConnection(ServerMap.java:262)
            Truncated. see log file for complete stacktrace
    javax.naming.NameNotFoundException: Unable to resolve 'weblogic.management.mbeanservers.domainruntime'. Resolved 'weblogic.management.mbeanservers'; remaining n
    ame 'domainruntime'
            at weblogic.jndi.internal.BasicNamingNode.newNameNotFoundException(BasicNamingNode.java:1139)
            at weblogic.jndi.internal.BasicNamingNode.lookupHere(BasicNamingNode.java:252)
            at weblogic.jndi.internal.ServerNamingNode.lookupHere(ServerNamingNode.java:171)
            at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:206)
            at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:214)
            Truncated. see log file for complete stacktrace
    >
    <17.apr.2007 kl 10.02 CEST> <Error> <SNMP> <BEA-320909> <Error during initialization while attempting to obtain the required DomainRuntimeServer.>Using the example code, I fail to obtain the SipServletSnmpTrapRuntime MBean.
    regards,
    Jegern

    Hi,
    what you show us is not teh servlet mapping but the servlet definition. The servlet mapping maps a configured servlet to a URL. You can use the property editor in JDeveloper for this. Just select the web.xml file and choose "properties" from teh context menu
    Frank

  • Getting Error while posting through KB11N : No true sender object entered

    HI Expert,
    We have stastical internal order defined and same we are using in Asset. Let me explain the scenarion.
    We created the Purchase requisition with the stastical Internal Order then we did Purchase Order and MIGO -Goods Receipt.
    Now we realised that wrong Internal Order  was used. Now we want to tranasfer cost from that Internal order to New Internal Order. we are trying to post through KB11N but while giving the all details i am getting error as per below;
    No true sender object entered
    Message no. BK175
    Diagnosis
    You have entered a statistical object as a sender. Statistical objects, however, are only intended for use with dual account assignments.
    Procedure
    1. If you require a dual account assignment, enter a true object as a sender also.
    We are using cost element with having cost element category 90.
    I don't no which is the true sender Object.
    Thanks in advance
    ealry help will be highly appreciated.

    Your postings had happened to a statistical internal order.  I hope the real postings might have happened to a cost centre.
    You cannot settle anything from a statistical internal order.  It is just for information purpose only.  If the above posting had captured a cost centre (real posting), you can distribute/assess the cost from the cost centre to a real internal order for your purpose.

  • Error when importing through DTW for JE

    Hi All,
    When i try import Je through DTW it gives me the error as "You are not allowed to edit posting date".
    I am trying to import around 1000 transactions of which it gives me this error for one transaction, when i remove the transaction and try to import, it imports the balance records.
    Please help me out to resolve this issue.
    Regards
    Shanker

    Hi Gordon,
    Sorry for delay in replying.
    This solution we had already found, the actual reason is when we are uploading 7000 transactions, it gives the around 2000 and once we resolve or remove that transaction again at 4300 give the error.
    The reason is first SAP reads all the transactions which is takes around 15 Min(since we have 1 GB RAM on Server) and throws error if any, and by that time we resolve all the transactions, take lot of time in uploading the data.
    Once again sorry for the delay in replying.
    Regards
    Shanker

  • Error Message in through transaction OVA2

    Hi All,
       In the transaction OVA2 for the Incomplete procedures, we have a warning message set. We want to set a error message instead. Like if there is an Item with prize 0 the system now displays a warning message( as per setting in OVA2) we want to convert this warning to error.
    Can any one please help me on this issue.
    Thanks and Regards,
    Nimisha Deshpande.

    Normally the incompletion log will be filled when some constraints (set through customising)  are not met. For instance, you can set up a constraint that certain fields are required (allthough visibly not required on the screen). SAP will check that field and when it's empty, an entry in the incompletion log is created.
    From the incompletion log the user can navigate to the point of error and correct the error.
    Maybe this is overdone for your requirement, but it's just an idea.

Maybe you are looking for

  • Production order Target cost Zero - Varience calculation error KV151

    Hi Experts, I am having an issue on KKS2 variance calculation, system throwing error KV151 Target cost is 'Zero' All pre-requisites are ok including BOM, Rates, Routings etc.. Process: Production order with FERT - valuated material, All BOM component

  • Security issue in DNS ! Update bind.

    Apparently there is a massive security issue in DNS protocol : http://securosis.com/2008/07/08/dan-kam - -released/ or http://www.kb.cert.org/vuls/id/800113 I am surprised I haven't seen any post on the forum about it. For now a solution could be to

  • How to print the grade of sal?.

    how to print grade based on sal. think my table is having ename,sal columns. how to print the grade?. where i have to write the code?. pls give some tips i want to print like grade      ename sal 1 abc0     5000 2     abc1     4000 2     abc2     400

  • Synchronizing multiple outlook calendars to Iphone 3G

    I need to synchronise multiple outlook calendars to an Iphone 3G. When I look in iTunes I can only choose synchronise all calendars and the option select calendars is not available. It's on a Windows 7 64-bits laptop with Office 2010 installed. It wo

  • Windows Live Mail

    I have just upgraded to Windows 7 and installed Live Mail as Outlook Express is not included.  I still use PSE 5 (OK I know I should upgrade) and now get the message 'Photoshp Elements could not finish creating your email message'. How do I change  m