Error during sync for data - MTT

Hi all
I am implementing MTT. I am able to sync and get the applications MTR and MTS deployed in the client. Getting into MTR and when I do a sync for the data the following error shows up.
<b>Customizing Tables </b>
Due to a communications error method WAF_TRIP_GET_CUSTOMIZING could not be executed
Synchronization failed
<b>Data Download</b>
Due to a communications error method WAF_TRIP_GET_LIST could not be executed
and when I sync for data in MTS the jsp error page occurs.
<b>Error: 500
Location: /MTS/error/error.jsp</b>
Internal Servlet Error:
javax.servlet.ServletException
Root cause:
java.lang.ClassCastException
     at com.sap.mbs.mts.jsp.error._jspService(Unknown Source)
     at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:119)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
Is this the problem I have to deal with back end configuration? as I have done all the mapping in BWFMAPP and MEMAPPDEST.
Had any one come accross this problem?, please help me out to solve this issue.
Thanks
Raj

Hello,
The first step would be to run those function module in the backend (in SE37). If they are running properly - than the proplem is in the MW or the client.
The second step would be to make sure you have all the required component installed on the device (MTR, MTS, MTT Core, MTT Repository). If you don't have those 4 components then you should reinstall your device with them (complete reinstall).
That should do it.
Thank you,
Julien.

Similar Messages

  • Error during sync : Mobile Service

    I am getting the following error during sync
    Data processing at the server is still in progress. Try again.
    Any ideas as to what could be wrong?

    Hi,
    I guess nothing is really wrong. It seems as if the server is till processing data for your device. If you sync meanwhile, the server wnats to tell you that it is currently working to prepare data fro you, if you resync in a while, you should get your complete data.
    Cheers, Stefan

  • ICal yields "Error during PUT for mailto:valid@email: iMIP request failed"

    Hello,
    I'm trying to bring up an iCal server (using Mac OS X Lion 10.7.3 Server on a Mac Mini). The basic configuration runs fine. But when I tried to enable eMail invitations, I got stuck with those messages in the error log:
    [twistedcaldav.scheduling.imip#error] Could not do server-to-imip request : <twistedcaldav.scheduling.imip.ScheduleViaIMip object at 0x10075e5d0> User timeout caused connection failure.
    [twistedcaldav.scheduling.scheduler.ScheduleResponseQueue#error] Error during PUT for mailto:valid@email: iMIP request failed
    My configuration settings:
    calendar:Scheduling:CalDAV:EmailDomain = ""
    calendar:Scheduling:CalDAV:HTTPDomain = ""
    calendar:Scheduling:CalDAV:AddressPatterns = _empty_array
    calendar:Scheduling:iMIP:Sending:Server = "valid.mail.server"
    calendar:Scheduling:iMIP:Sending:UseSSL = no
    calendar:Scheduling:iMIP:Sending:Username = "valid@email"
    calendar:Scheduling:iMIP:Sending:Address = "valid@email"
    calendar:Scheduling:iMIP:Sending:Password = "safe_password"
    calendar:Scheduling:iMIP:Sending:Port = 25
    calendar:Scheduling:iMIP:Enabled = yes
    calendar:Scheduling:iMIP:MailGatewayPort = 62310
    calendar:Scheduling:iMIP:Receiving:Server = "valid.mail.server"
    calendar:Scheduling:iMIP:Receiving:UseSSL = yes
    calendar:Scheduling:iMIP:Receiving:Username = "valid_email"
    calendar:Scheduling:iMIP:Receiving:PollingSeconds = 30
    calendar:Scheduling:iMIP:Receiving:Type = "imap"
    calendar:Scheduling:iMIP:Receiving:Password = "safe_password"
    calendar:Scheduling:iMIP:Receiving:Port = 993
    calendar:Scheduling:iMIP:AddressPatterns:_array_index:0 = "mailto:.*"
    calendar:Scheduling:iMIP:MailGatewayServer = "valid.mail.server"
    calendar:Scheduling:iSchedule:Enabled = no
    calendar:Scheduling:iSchedule:Servers = "servertoserver.xml"
    calendar:Scheduling:iSchedule:AddressPatterns = _empty_array
    It does not even try to connect to the given smtp server. How do I proceed?

    I dug into the sources, and am now smarter
    the above settings are invalid, because of the gateway (this has to be iCal itself):
    calendar:Scheduling:iMIP:MailGatewayServer = "localhost"
    Now the IMAP server is being asked, but now I have the next problem:
    [mailgateway] 2012-03-27 11:14:37+0200 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadFactory#debug] Scheduling next IMAP4 poll
    [mailgateway] 2012-03-27 11:15:07+0200 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: * OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE AUTH=PLAIN AUTH=LOGIN] Dovecot ready.
    [mailgateway] 2012-03-27 11:15:07+0200 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] IMAP servergreeting
    [mailgateway] 2012-03-27 11:15:07+0200 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] SENDING: 0001 AUTHENTICATE PLAIN
    [mailgateway] 2012-03-27 11:15:07+0200 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: +
    [mailgateway] 2012-03-27 11:15:07+0200 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] SENDING: 1GNhbEwhZHNwZXJ0LmRlAFlpZXE5YW==
    [mailgateway] 2012-03-27 11:15:09+0200 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: 0001 NO [AUTHENTICATIONFAILED] Authentication failed.
    [mailgateway] 2012-03-27 11:15:09+0200 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] IMAP authenticate failed for valid@email, trying login
    [mailgateway] 2012-03-27 11:15:09+0200 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] SENDING: 0002 LOGIN "valid@email" "valid_password"
    [mailgateway] 2012-03-27 11:15:16+0200 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: 0002 NO [AUTHENTICATIONFAILED] Authentication failed.
    [mailgateway] 2012-03-27 11:15:16+0200 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#error] IMAP login failed for valid@email
    [mailgateway] 2012-03-27 11:15:16+0200 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadFactory#debug] IMAP factory connection lost

  • Error during search for WM movement type (999   E  )

    Dear ALL,
    I am try to reverse transaction 313. i use movement 314 but there is error message during creating delivery. the message is
    "Error during search for WM movement type (999   E  )"
    Could someone help me please ?
    Thanks & Best regrads,
    Saiful arif

    Hi,
    Please check the reference  movement type  in table V_156S_WM for inventory movement 314 and for your case of qty and value update indicators
    For qty updation indicator checked, you will have a reference movement type 3XX and not equal to 999
    for  qty updation indicator not checked, you will have reference movement type 999
    qty updation indicator checked means stock / quantity controlled in which case
    check your set up in transaction OMLR , reference movement 3XX from above table should be assigned to a proper WM movement type 3YY
    then check for WM movement 3YY in Transaction OMLJ which should have source storage  type maintained.
    qty updation indicator not checked means stock / quantity not controlled or updated in which case reference movement type is 999 which has no maitenance in OMLR,  moreover it is no stock / qty and no stock transfers situation
    If 3XX happens to be 999 in your case, then check for 3YY movement in OMLR and check for storage type determination for 3YY in OMLJ
    Please note 999 as WM movement  is used for manual transfer within warehouse but not for warehouse movements resulting from IM.
    Hope this should solve your problem.
    Regds
    Shrihari

  • Error during search for WM movement type (911)

    Hi gurus,
    I am using tx code MB1A (Mov type 911). When I try to save it I received the following error message:
    "Error during search for WM movement type (911)"
    any idea of this message?
    Thanks in advance

    The probable reason is that the storage location is Warehouse Managed and the system is not able to find a WM movement corresponding to the IM movement in the warehouse. Please check if the IM Movement type 911 mapped to a WM movement type for the warehouse in configuration?
    Lakshman

  • Error during search for movement type (953)

    Hi All,
             When I'm trying to issue goods to an internal order, I get the below error
    Error during search for movement type (953)
    The explanation is as follows
    The movement type of the warehouse system and certain parameters are assigned to each movement type of the inventory management system
    In this case no movement type of the warehouse management system was assigned to the inventory management movement type used by the paramaters enclosed in parantheses in the eror message.
    Is there some config missing in this case?? Please let me know how to overcome this error
    Regards,
    Ashwin

    when you create new movement types in MM, then you certainly have to create WM movement types too, if you want use the new movement types to post at a warehouse managed storage location.
    This customizing needs to be done in IMG > LE > WM > Activities > transfers >  define movement types
    and
    IMG > LE > WM > interfaces > inventory management > define movement types

  • Error during search for WM movement type (652 1 L   )

    Hi Guys,
    For return order,we have created return delivery and PGR,Material Doc was created in the background TR and TO also created.Confirmed the TO.
    Now we trying to reverse the PGR and Delivery from Transaction VL09,we are getting the following error.
    Error during search for WM movement type (652 1 L   )
    Please reply ASAP,it's very urgent
    Regards,
    Kiran

    insert this entry, it will work.
    regards,
    Yu

  • WM-Error during search for WM movement type (261 )

    HI FRIENDS
               I HAVE THE ERROR DURING GOODS ISSUE FOR PRODUCTION ORDER...
               PLS SUGGEST ME TO SOLVE THIS ISSUE
    Error during search for WM movement type (261 )
    Message no. L9 005
    Diagnosis
    A movement type of the Warehouse Management system and certain parameters are assigned to each movement type of the Inventory Management system.
    In this case, no movement type of the Warehouse Management system was assigned to the Inventory Management movement type used by the parameters enclosed in parentheses in the error message.
    Procedure
    Contact your system administrator about this error. Note down the parameters in the error message and the situation that caused the error.
    WIHT REGARDS
    DINESH

    Hi,
    The IM and WM linkage may not be proper for the movement type. Maintain an entry for your warehouse with movement type 261  and Movment Indicator l combination in transaction OMLR. In the "Assign WM Movement Type References to IM Movement Types" section (button), change the "Reference Movement Type WM" to 261 (to match "Reference Mvmt Type" under button LE-WM "Interface to Inventory Management")
    And also .....
    Check in IMG Path - Enterprise Structure --> Assignment --> Logistis Execution --> Assign warehouse number to plant/storage location. I hope this will help you. Thanking you.

  • SQL Data Sync - error during sync. Unable to diagnose the problem.

    I have 2 SQL data sync groups setup
    First one does a 1 way sync from azure to local db. Sync's only 1 table.
    Second one does a 1 way sync from local db to the azure. Syncs 2 tables.
    After setting it up and getting a few sync errors I was able to figure out what's wrong by checking the logs and fixing the problems. It was all running fine for a while and now it broke down.
    I got a sync error every time sync is attempted - however this time I'm not able to fix anything because I don't have any visibility on what's wrong - when I click on the Log tab in the Azure Management portal it just stays blank - no details come up.
    I click [Logs] Wait spinner comes up 
    And then it looks like this: 
    Another detail worth mentioning is that the error only occurs for the Second sync group that I have.
    Here's what I've attempted so far
    I poked around the azure management portal to try to find another way of looking at the logs - looking for something like ftp access to the log file - couldn't find anything like that.
    I refreshed schema in the sync rules tab.
    Used the SQL Data Sync agent tool on the premise to do the ping operation. Restarted the sql data sync windows service.
    Made sure I have the latest SQL Data Sync Agent installed.
    I'm wondering what are my options from here...
    I'm close to trying to deleting and recreating the sync group... I'm not too comfortable doing this because I know there are some sql tables that get created in the local db to support the operation of the sync - so if I delete the sync group would that automatically
    drop those helper tables as well or would I have to drop those manually - If I do drop those then that will obviously brake the other sync group that works fin as well..
    Any advice is appreciated. Thanks

    hi,
    According to your description, it seems the issue is related to SQL Azure, I will move this thread to SQL Azure Discussions forums to get a better support.
    Regards,
    Will
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Runtime Error during Phase Start Data Selection

    Hello Forums,
    We are using TDMS (2006_1_700) to extract a year's worth data from one client into a new client on the same ERP EhP4 system.
    All the systems - central, sender and receiver are at the same DMIS levels(SP16) and all necessary notes have been applied.
    During the Step 'Start Data Selection' of the Data Transfer Phase, we see around 60 of the ~12000 sub tasks abort with the below error:
    Batch job for access plan calculation in sender system ended with errors
    Message no. DMC_UTIL_MSG021
    Diagnosis
    The access plan calculation was executed as a background job in the sender system. In this background job, an error occurred.
    Procedure
    Check if a short dump occurred in the sender system while the access plan was calculated. If existing, this short dump contains further information about the cause of the problem.
    A frequent error is that selection criteria for data reduction (for example selection groups) are wrongly defined which causes the database access that consideres these selection criteria to fail.
    The corresponding dump in the Sender system is as below:
    Runtime Errors         SAPSQL_WHERE_PARENTHESES
    Exception              CX_SY_DYNAMIC_OSQL_SYNTAX
    Error analysis                                                                                |
    |    An exception occurred that is explained in detail below.                                      |
    |    The exception, which is assigned to class 'CX_SY_DYNAMIC_OSQL_SYNTAX', was not                |
    |     caught in                                                                                |
    |    procedure "/1CADMC/DMCACS00P000000001" "(FUNCTION)", nor was it propagated by a               |
    |     RAISING clause.                                                                              |
    |    Since the caller of the procedure could not have anticipated that the                         |
    |    exception would occur, the current program is terminated.                                     |
    |    The reason for the exception is:                                                              |
    |    The current ABAP program has tried to execute an Open SQL statement                           |
    |    which contains a dynamic condition. The part of the condition specified                       |
    |    at runtime is incorrectly parenthesized.   
    Please suggest in case any of you have encountered similar error and possible resolution.
    Thanks in advance,
    Srikishan

    Hi Suman,
    Thanks a ton. I somehow missed this when searching on the SMP.
    I will implement the steps and post it back by tomorrow.
    Regards,
    Srikishan

  • 0x3b21 Intellisyn​c Error during Sync Process

    Tried to do a Sync and in DTM under Sync I have these checked:
    Reconcile Messages
    Synchronize organizer data (If this is unchecked I DO NOT get this error message)
    Update device data and time
    As I watch it go through its Sync screens, right before it gives this error it shows a screen that says something to the effect of "Setting up default system configuration" and then boom it pops up this error.
    Intellisync (Shown in Top Bar of box)
    Warning encountered. Warning Code - 0x3b21.
    Check Documentation
    I have followed the instructions listed Bifocals forum (http://supportforums.blackberry.com/t5/BlackBerry-​Bold-BlackBerry-9000/Bold-quot-Warning-code-quot/m​...) listing to the "T" and it did not work for me. When I downloaded the software he had linked the computer said "Software not found" after installing it. I tried again and it said the same thing. I then went to Software Download center and downloaded the 4.6 version without Media Manager and it still does the same error.
    Any ideas? Maybe I'm missing something that one of you can point out.
    Hail
    Curve 8330m

    Hi there!
    Here are some KBs that discuss that error:
    KB17365 "Warning encountered. Warning code - 0x3b21. Check documentation"
    KB17307 "Warning encountered. Warning code - 0x3b21. Check documentation", error appears when configuring the synchronization in the BlackBerry Desktop Manager
    Hopefully they contain something useful!
    Good luck and let us know!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Getting error during activation of data request in DSO.

    Hello All
    I am sending data in DSO by running DTP. evrythg goes in green . But as i try to activate the data request in DSO it is giving me error. Kindly tell the how to solve this.in log error meassage is like following .
    Error while inserting data records for data package
    Analysis of package terminated due to too many duplicates being found
    Process 000000 returned with errors
    Incorrect data records (duplicates) found
    Data records are in the data package more than once.
    regards

    Saurabh
    Sorry that option would only be available for Master Data Attrib /text.
    Please check if the in DSO Settings ...Unique Data Records -
    > Is this checked? if yes , you need to change it from DEV.
    For a temporary solution, you need to find out which records are creating duplicate entries.  If you can load them separately via some restriction in DTP , it would get loaded and then activate one request each time.
    Whole objective is not have same Key combination more than once in a data package.
    Try put a restriction on Update MOde i.e filter on Update Mode ( one by one X, blank, A, D, N etc) and see if you can load them.
    Regards
    Anindya

  • SAP_BASIS IMPORT_PROPER Error during SPAM for CRM Upgrade

    Hi All,
    During SPAM IMPORT_PROPER for component SAP_BASIS, encountered error. Checking the Import Logs of the queue, we see error logs in Activate inactive runtime objects. Sample message below.
    May we ask how to fix the error for us to be able to continue the upgrade? Thanks.
       Activation of sample nametabs with appended fields
       06:17:30: Retcode 512: error in DDL statement for ALCCMCUSTP                     - repea
       t
       Error -204-SQL0204N when executing ADD-FIELD of  is an undefined name.  SQLSTA
       Error  in DDL statement for when executing ADD-FIELD of
               (dummy, do not translate)
       No DDL commands found for activation of ALCCMCUSTP
       06:17:42: Retcode 512: error in DDL statement for ALCCMCUSTV                     - repea
       t
       Error -204-SQL0204N when executing ADD-FIELD of  is an undefined name.  SQLSTA
       Error  in DDL statement for when executing ADD-FIELD of
               (dummy, do not translate)
       No DDL commands found for activation of ALCCMCUSTV
       06:17:55: Retcode 512: error in DDL statement for ARC_DESTR_VETO                 - repea
       t
       Error -204-SQL0204N when executing ADD-FIELD of  is an undefined name.  SQLSTA
       Error  in DDL statement for when executing ADD-FIELD of
               (dummy, do not translate)
       No DDL commands found for activation of ARC_DESTR_VETO
       06:18:07: Retcode 512: error in DDL statement for DB6_OPTPROFILE                 - repea
       t
       Error -204-SQL0204N when executing ADD-FIELD of  is an undefined name.  SQLSTA
       Error  in DDL statement for when executing ADD-FIELD of
               (dummy, do not translate)
       No DDL commands found for activation of DB6_OPTPROFILE
       06:18:19: Retcode 512: error in DDL statement for FDT_TRACE_0200                 - repea
       t
       Error -204-SQL0204N when executing ADD-FIELD of  is an undefined name.  SQLSTA
       Error  in DDL statement for when executing ADD-FIELD of
               (dummy, do not translate)
       No DDL commands found for activation of FDT_TRACE_0200
       06:18:31: Retcode 512: error in DDL statement for FDT_TRACE_0201                 - repea
       t
       Error -204-SQL0204N when executing ADD-FIELD of  is an undefined name.  SQLSTA
       Error  in DDL statement for when executing ADD-FIELD of
               (dummy, do not translate)
       No DDL commands found for activation of FDT_TRACE_0201
       06:18:43: Retcode 512: error in DDL statement for GE071KF_OLD_NT                 - repea
       t
       Error -204-SQL0204N when executing ADD-FIELD of  is an undefined name.  SQLSTA
       Error  in DDL statement for when executing ADD-FIELD of
               (dummy, do not translate)
       No DDL commands found for activation of GE071KF_OLD_NT
       06:18:55: Retcode 512: error in DDL statement for GTABKEYEXC20                   - repea
       t
       Error -204-SQL0204N when executing ADD-FIELD of  is an undefined name.  SQLSTA
       Error  in DDL statement for when executing ADD-FIELD of
               (dummy, do not translate)
       No DDL commands found for activation of GTABKEYEXC20
       06:19:07: Retcode 512: error in DDL statement for GTABKEY_CASCADE                - repea
       t
       Error -204-SQL0204N when executing ADD-FIELD of  is an undefined name.  SQLSTA
       Error  in DDL statement for when executing ADD-FIELD of
               (dummy, do not translate)
       No DDL commands found for activation of GTABKEY_CASCADE
       06:19:19: Retcode 512: error in DDL statement for GTABKEY_COMPEXCL               - repea
       t
       Error -204-SQL0204N when executing ADD-FIELD of  is an undefined name.  SQLSTA
       Error  in DDL statement for when executing ADD-FIELD of
               (dummy, do not translate)
       No DDL commands found for activation of GTABKEY_COMPEXCL
       Error -204-SQL0204N when executing ADD-FIELD of  is an undefined name.  SQLSTA
       Error  in DDL statement for when executing ADD-FIELD of
               (dummy, do not translate)
       No DDL commands found for activation of GTABKEY_COMPSETS
       Error -204-SQL0204N when executing ADD-FIELD of  is an undefined name.  SQLSTA
       Error  in DDL statement for when executing ADD-FIELD of
               (dummy, do not translate)
       No DDL commands found for activation of GTABKEY_C_SYS
       Error -204-SQL0204N when executing ADD-FIELD of  is an undefined name.  SQLSTA
       Error  in DDL statement for when executing ADD-FIELD of
               (dummy, do not translate)
       No DDL commands found for activation of GTABKEY_EXT
       Error -204-SQL0204N when executing ADD-FIELD of  is an undefined name.  SQLS
       Error  in DDL statement for when executing ADD-FIELD of
               (dummy, do not translate)
       No DDL commands found for activation of IACXU
       Error -204-SQL0204N when executing ADD-FIELD of  is an undefined name.  SQLS
       Error  in DDL statement for when executing ADD-FIELD of
               (dummy, do not translate)
       No DDL commands found for activation of IACXUT
       Error -204-SQL0204N when executing ADD-FIELD of  is an undefined name.  SQLS
       Error  in DDL statement for when executing ADD-FIELD of
               (dummy, do not translate)
       No DDL commands found for activation of IACXU_C1
       Error -204-SQL0204N when executing ADD-FIELD of  is an undefined name.  SQLSTA
       Error  in DDL statement for when executing ADD-FIELD of
               (dummy, do not translate)
       No DDL commands found for activation of IACXU_C_TEMP
       Error -204-SQL0204N when executing ADD-FIELD of  is an undefined name.  SQLSTA
       Error  in DDL statement for when executing ADD-FIELD of
               (dummy, do not translate)
       No DDL commands found for activation of STORE_HELP
       Error -204-SQL0204N when executing ADD-FIELD of  is an undefined name.  SQLSTA
       Error  in DDL statement for when executing ADD-FIELD of
               (dummy, do not translate)
       No DDL commands found for activation of STORE_LINK_IND
       Error -204-SQL0204N when executing ADD-FIELD of  is an undefined name.  SQLSTA
       Error  in DDL statement for when executing ADD-FIELD of
               (dummy, do not translate)
       No DDL commands found for activation of SWWOUTBOX
       Error -204-SQL0204N when executing ADD-FIELD of  is an undefined name.  SQLSTA
       Error  in DDL statement for when executing ADD-FIELD of
               (dummy, do not translate)
       No DDL commands found for activation of SWWWITEXT
               21 shadow nametab activations resulted in errors
       Begin:  Activation of shadow nametabs with DDL (2014/03/19 06:17:30)
       End:    Activation of shadow nametabs with DDL (2014/03/19 06:19:31)
       Begin:  Activation of shadow nametabs with DDL (2014/03/19 06:19:31)
               (dummy, do not translate)
    Regards,
    Philip

    Hi Philip,
    Could you please check the below SAP Note. It is a composite notes which has listing of various errors during upgrade
    822379 - Known problems with Support Packages in SAP NW 7.0x AS ABAP
    Hope this will be useful
    Thanks and Regards
    DJ

  • ORA-01841 Error when value for date col is NULL in .dat (using SQL Loader)

    Hello Gurus,
    I have some data in .dat file which needs to be loaded into oracle table. I am using SQL * Loader to do the job. Although "NULLIF col_name =BLANKS" works for character datatype, but when value for date col is NULL then I get ORA-01841 error. I have to make NULL for all rows withour value for date column
    Early reply will be highly appreciated
    Farooq

    Hi,
    May be this problem is not with the NULLIF. The value for the date column is not in proper date format.
    create table:
    create table kk (empno number, ename varchar2(20), deptno number, hiredate date)
    Control file:
    LOAD DATA
    INFILE 'd:\kk\empdata.dat'
    insert into TABLE kk ( empno position (1:2) integer external,
    ename position(4:5) char NULLIF ename=BLANKS,
    deptno position (7:8) integer external NULLIF deptno=BLANKS,
    hiredate position (10:20) date NULLIF hiredate=BLANKS)
    data file:
    10 KK 01-jan-2005
    20 10
    SELECT * FROM KK;
    EMPNO ENAME DEPTNO HIREDATE
    10 KK 01-JAN-05
    20 10
    Verify the data file.
    Hope it will help

  • Error - During Export Grid Data to CSV

    OS: Windows XP
    Detail: Eror Message Pop-Up During Export Grid Data to CSV. Error Message:
    ORA-00972: identifier is too long
    Vendor code 972.

    There is a bug with all export formats if you are exporting without using aliases and you export a long text string (see More export issues/bugs
    This will fail:
    select 'testing query execution on export' from dual
    This will work:
    select 'testing query execution on export' dummy from dual

Maybe you are looking for

  • How do you get your money back from the app store

    I bought madden 12 from the app store on my iPad 1 and I pick the teams then it crashes

  • MediaSource Organizer not seeing Zen To

    Seems there are quite a few questions like this without any good answers (that i can find, i apologize in advance if this has been in fact answered before), so i am going to try and spell everything out as detailed as possible in hopes of help. I hav

  • Mapping in Load rules.

    Hi All, I have a situation where I have to maintain a mapping for the product codes in my Load rule. And this is no small list of products that I have to manually updated the mapping to my load rule.. It is huge as hell. Now, is there any way that I

  • Itunes disables my cd and dvd-rom

    I just downloaded the latest version of Itunes and it disables my cd and dvd-rom drives. Any idea why that is? I'm using a Dell Dimension 4500.

  • Uploading Contents of af:inputFile to a BLOB Column (Steve's exampl)

    Maybe every one who have seen this example of Steve can give me a suggestion... i want to add this upload field in an adf form, in wich i will have not only this upload field but even some other fields wich will save some data in the same table in da