Error showing exception column

Hi,
I get the following error message trying to generate an exeption column:
Field "USAGE" is unknown.
I have the following sample code:
REPORT  zdktesticon.
TYPE-POOLS: icon.
TYPES: BEGIN OF t_sflight.
        INCLUDE STRUCTURE sflight.
TYPES: seatsfree TYPE sflight-seatsocc,
exception
usage TYPE n,
END OF t_sflight.
Internal table
DATA: it_sflight TYPE TABLE OF t_sflight.
Workarea for data fetch
DATA: wa_sflight LIKE LINE OF it_sflight.
Reference for ALV instance
DATA: gr_alv TYPE REF TO cl_salv_table.
DATA: lr_columns
TYPE REF TO cl_salv_columns_table.
DATA: lr_column
TYPE REF TO cl_salv_column_table.
START-OF-SELECTION.
retrieve data into internal table
  SELECT * FROM sflight
  INTO CORRESPONDING FIELDS OF TABLE it_sflight.
fill additional data fields
  LOOP AT it_sflight INTO wa_sflight.
seats free
    wa_sflight-seatsfree = wa_sflight-seatsmax + wa_sflight-seatsmax_b
                          + wa_sflight-seatsmax_f
                          - wa_sflight-seatsocc - wa_sflight-seatsocc_b
                          - wa_sflight-seatsocc_f.
usage (exception light)
    IF wa_sflight-seatsfree = 0.
      wa_sflight-usage = '1'.
    ELSEIF wa_sflight-seatsfree <= 20.
      wa_sflight-usage = '2'.
    ELSE.
      wa_sflight-usage = '3'.
    ENDIF.
    MODIFY it_sflight
      FROM wa_sflight
      TRANSPORTING
        seatsfree
        usage.
  ENDLOOP.
TRY.
  CALL METHOD cl_salv_table=>factory
    IMPORTING
      r_salv_table = gr_alv
    CHANGING
      t_table      = it_sflight.
   CATCH cx_salv_msg.
ENDTRY.
get columns object
  lr_columns = gr_alv->get_columns( ).
  lr_columns->set_exception_column(
value = ’usage’
GROUP = SPACE
CONDENSED = IF_SALV_C_BOOL_SAP=>FALSE
END-OF-SELECTION.
What am I missing?
Regards
Morten

Hi,
Declare one data value A type lvc_fname value 'USAGE'.
and pass to the method.
Reward if useful!

Similar Messages

  • SAP HANA XSODATA service (Service exception: column store error.)

    Hi all,
    i have a problem with my calculation view using xsodata service on it. (There's an input parameter called P
    _SWERK)
    In my calculation view, the data origin are two analytic views (on which the input parameter P_SWERK should be filter data at beginning of the sql script code).
    First i read the analytic views with function CE_OLAP_VIEW and after i do a CE_PROJECTION function on them using the input parameter P_SWERK like a filter on field SWERK.
    But when i run my application on browser the following error occurs :
    <message xml:lang="en-US">Service exception: column store error.</message>
    The link is this :
    http://host:port/Project_DM/services/Test/TEST_ZIIG_PDM_CALC_VIEW_FINAL_service.xsodata/PianiDiManutenzioneParameters(P_SWERK='CO05')/Results
    The service definition is :
    service {
    "EricssonItalgas/TEST_ZIIG_PDM_VIEW_FINAL.calculationview" as "PianiDiManutenzione" keys generate local "ID"
    parameters via entity;
    The SAP HANA AWS revision is 60.
    Someone could you help me,please?
    Thanks in advance.
    Dario.

    Hi Dario,
    Does the calculation view work without xsodata service? From the URL, your XS project name should be Project_DM, but from the xsodata source, the project name is EricssonItalgas. I'm confused with this. Did you use rewrite_rules or?
    Best regards,
    Wenjun

  • FCC error :java.lang.Exception: Column value '   ' too long

    Hi all,
    I am using FCC on receiving File adapter...
    While executing i am getting this error in CC monitor
    com.sap.aii.af.ra.ms.api.RecoverableException: Exception in XML Parser (format problem?):'java.lang.Exception: Message processing failed in XML parser: 'java.lang.Exception: Column value '   ' too long (>1 for 2. column) - must stop',
    i searched in SDN but no luck till now..
    Plz help me out..
    Thanx in advance.

    Hi,
    Check ur FCC parameters,
    File content conversion sites
    /people/venkat.donela/blog/2005/03/02/introduction-to-simplefile-xi-filescenario-and-complete-walk-through-for-starterspart1
    /people/venkat.donela/blog/2005/03/03/introduction-to-simple-file-xi-filescenario-and-complete-walk-through-for-starterspart2
    /people/arpit.seth/blog/2005/06/02/file-receiver-with-content-conversion
    /people/anish.abraham2/blog/2005/06/08/content-conversion-patternrandom-content-in-input-file
    /people/shabarish.vijayakumar/blog/2005/08/17/nab-the-tab-file-adapter
    /people/venkat.donela/blog/2005/03/02/introduction-to-simplefile-xi-filescenario-and-complete-walk-through-for-starterspart1
    /people/venkat.donela/blog/2005/03/03/introduction-to-simple-file-xi-filescenario-and-complete-walk-through-for-starterspart2
    /people/venkat.donela/blog/2005/06/08/how-to-send-a-flat-file-with-various-field-lengths-and-variable-substructures-to-xi-30
    /people/anish.abraham2/blog/2005/06/08/content-conversion-patternrandom-content-in-input-file
    /people/shabarish.vijayakumar/blog/2005/08/17/nab-the-tab-file-adapter
    /people/jeyakumar.muthu2/blog/2005/11/29/file-content-conversion-for-unequal-number-of-columns
    /people/shabarish.vijayakumar/blog/2006/02/27/content-conversion-the-key-field-problem
    /people/michal.krawczyk2/blog/2004/12/15/how-to-send-a-flat-file-with-fixed-lengths-to-xi-30-using-a-central-file-adapter
    /people/arpit.seth/blog/2005/06/02/file-receiver-with-content-conversion
    http://help.sap.com/saphelp_nw04/helpdata/en/d2/bab440c97f3716e10000000a155106/content.htm
    Regards,
    Phani.
    Reward points if Helpful

  • Regarding error showing as exception caught  by adapter framework

    hi all.
    here in my scenario iam doing a file to rfc.
    but when iam sending a file to rfc and when i see in sxmb_moni its showing as sucess.
    bue when i look at runtime workbench under message monitoring (tab) it was showing as
    MP: exception caught with cause com.sap.engine.services.ejb.exceptions.BaseTransactionRolledbackLocalException: Exception thrown in method process. The transaction is marked for rollback.
    Delivery of the message to the application using connection RFC_http://sap.com/xi/XI/System failed, due to: com.sap.aii.af.ra.ms.api.RecoverableException: Exception thrown in method process. The transaction is marked for rollback.: com.sap.engine.services.ejb.exceptions.BaseTransactionRolledbackLocalException: Exception thrown in method process. The transaction is marked for rollback..
    SO WHAT COULD BE THE ERROR IS THE EROR THAT WS SHOWING RELATED TO XI R SAP R3(system that was recieving)
    waiting for the excellent answer.
    cheers.
    seeta ram.

    HI Matias.
    yes i did with the custom Rfc and the result is still the same
    and to be more confident i was creates another xi scenario from file to Standerd Bapi   BAPI_COMPANYCODE_GETDETAIL by creating a simple file with only one field and mappedwith only the request Message type of this Bapi and tested it.
    and even this scenario is also showing the same in reciever rfc and under runtime work ench its showing the same as my old scenario and it is as follows
    2007-10-15 10:47:51 Success Message successfully received by messaging system. Profile: XI URL: http://jssxid0:50000/MessagingSystem/receive/AFW/XI Credential (User): PIISUSER
    2007-10-15 10:47:51 Success Using connection RFC_http://sap.com/xi/XI/System. Trying to put the message into the receive queue.
    2007-10-15 10:47:51 Success Message successfully put into the queue.
    2007-10-15 10:47:51 Success The message was successfully retrieved from the receive queue.
    2007-10-15 10:47:51 Success The message status set to DLNG.
    2007-10-15 10:47:51 Success Delivering to channel: ReceieverChannel_RFC
    2007-10-15 10:47:51 Success MP: entering
    2007-10-15 10:47:51 Success MP: processing local module localejbs/RfcAFBean
    2007-10-15 10:47:51 Error MP: exception caught with cause com.sap.engine.services.ejb.exceptions.BaseTransactionRolledbackLocalException: Exception thrown in method process. The transaction is marked for rollback.
    2007-10-15 10:47:51 Error Exception caught by adapter framework: Exception thrown in method process. The transaction is marked for rollback.
    Time Stamp Status Description
    2007-10-15 10:47:51 Error Delivery of the message to the application using connection RFC_http://sap.com/xi/XI/System failed, due to: com.sap.aii.af.ra.ms.api.RecoverableException: Exception thrown in method process. The transaction is marked for rollback.: com.sap.engine.services.ejb.exceptions.BaseTransactionRolledbackLocalException: Exception thrown in method process. The transaction is marked for rollback..
    2007-10-15 10:47:51 Success The asynchronous message was successfully scheduled to be delivered at Mon Oct 15 10:52:51 SAST 2007.
    2007-10-15 10:47:52 Success The message status set to WAIT.
    2007-10-15 10:52:52 Success Retrying to deliver message to the application. Retry: 1
    2007-10-15 10:52:52 Success The message was successfully retrieved from the receive queue.
    2007-10-15 10:52:52 Success The message status set to DLNG.
    2007-10-15 10:52:52 Success Delivering to channel: ReceieverChannel_RFC
    2007-10-15 10:52:52 Success MP: entering
    2007-10-15 10:52:52 Success MP: processing local module localejbs/RfcAFBean
    2007-10-15 10:52:52 Error MP: exception caught with cause com.sap.engine.services.ejb.exceptions.BaseTransactionRolledbackLocalException: Exception thrown in method process. The transaction is marked for rollback.
    and the message in sxmb_moni shows as it is processed sucessfully and
    at reciever rfc as
    Receiver channel 'ReceieverChannel_RFC' for party '', service 'CD103' (internal name 'RfcClient[ReceieverChannel_RFC]')
    Client data: {jco.client.lang=en, jco.client.snc_mode=0, jco.client.client=103, jco.client.passwd=******, jco.webas.ignore_jdsr_error=1, jco.client.user=mandapativ, jco.client.sysnr=00, jco.client.ashost=168.89.182.33}
    Repository data: {jco.client.lang=en, jco.client.snc_mode=0, jco.client.client=103, jco.client.passwd=******, jco.webas.ignore_jdsr_error=1, jco.client.user=mandapativ, jco.client.sysnr=00, jco.client.ashost=168.89.182.33}
    Current pool size: 0, maximum pool size : 1
    waiting for your great answer.
    cheers.
    seeta ram.

  • Error shows in this format "Exception from HRESULT: 0xFFFFE475".

    Error shows in this format "Exception from HRESULT: 0xFFFFE475". How can i solve this issue ?
    Edited by: Lijo Bastin Chacko on Feb 27, 2009 10:45 AM

    Hi
    this error will come only when your connection is getting failed or addon like screen painter
    is going to restart. and its come only when you try to debug some code for long time.
    you just restart you application.next time it will not appear.

  • History report error: | An Exceptional Error occurred. Application exiting. Check the log file for error 5022

    Hi all
    I've got a error msg when try to generate a report using Cisco history report tool:
    Error | An Exceptional Error occurred. Application exiting.  Check the log file for error 5022
    It only happens when choose report template: ICD_Contact_Service_Queue_Activity_by_CSQ_en_us.
    User tried samething on other PC, it working fine.
    only on user' own PC and only choose this report, error appears.
    user runing windows 7 and do not have crystal report installed
    tried reinstalled the software, doesn't work.
    also tried this: (https://cisco-support.hosted.jivesoftware.com/thread/2041254) - doesn't work
    then tried https://supportforums.cisco.com/docs/DOC-6209  - doesn't work
    attached the log file.
    thanks.

    wenqianyu wrote:From the log file:Looks like you get a Login Window.Error message showed up after username/password be enteredThere is an error in the log: Error happened in comparing UCCX version and HRC versionYou may need to do a clean uninstall, download the Historical report from the server, and install it again on the PC.Does this only happen to one PC or to every PC with this application?Wenqian 
    I have completely uninstalled the HRC, and download from server install again -- still doesn't work with exactly same error.
    this matter only happens on this PC, when user try same thing on other PC, it works.
    so i think it not relate to server or account.

  • File to File scenario Error: Module Exception

    Hi guys,
    I'm setting up a very simple file to file scenario in XI 3.0
    After doing all the set ups in Desing and configuration. In the Adapter Monitor, I'm getting the following error for the SENDER File Adapter:
    Sender Adapter v1014 for Party '', Service 'BS_File_transfer':
    Configured at 16:00:16 2008-02-20
    Last message processing started 16:06:01 2008-02-20, Error: Module exception java.lang.ClassCastException found  last retry interval started 16:06:01 2008-02-20
      length 5,000 secs
    Does anyone migth no what could be the problem? There are very simple mappings, 1 to 1, no conversion of any kind.
    Thanks
    Felipe

    Raj,
    Please note that the Scenario that I'm setting up it is simple FILE to FILE scenario.
    The error showed in the Adapter Monitor is this one:
    Sender Adapter v1014 for Party '', Service 'BS_File_transfer':
    Configured at 19:15:28 2008-02-20
    Last message processing started 19:24:23 2008-02-20, Error: Module exception java.lang.ClassCastException found
      last retry interval started 19:24:23 2008-02-20
      length 5,000 secs
    The JDBC Driver error (what I told you, relates to the driver, connection, etc)
    Sender Adapter v0915 for Party '', Service 'BS_File_sinMM':
    Configured at 19:03:51 2008-02-20
    Processing Error:  Loading jdbc driver 'oracle.jdbc.driver.OracleDriver' failed: java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver
    Found in negative cache
    Loader Info -
    ClassLoader name: [service:com.sap.aii.adapter.jdbc.svc]
    Parent loader name: [Frame ClassLoader]
    References:
       service:com.sap.aii.af.cpa.svc
       service:com.sap.aii.af.ms.svc
       service:com.sap.aii.af.svc
       service:com.sap.aii.adapter.xi.svc
       library:com.sap.aii.af.lib
       library:com.sap.aii.messaging.runtime
       library:com.sap.xi.util.misc
       common:service:iiop;service:naming;service:p4;service:ts
       common:library:com.sap.security.api.sda;library:com.sap.security.core.sda;library:security.class;library:webservices_lib;service:com.sap.security.core.ume.service;service:connector;service:dbpool;service:keystore;service:security;service:userstore
       library:ejb20
       library:sapxmltoolkit
       library:com.sap.guid
       library:com.sap.tc.Logging
       library:jms
    Resources:
       C:\usr\sap\DEX\DVEBMGS04\j2ee\cluster\server0\bin\services\com.sap.aii.adapter.jdbc.svc\aii_adapter_jdbc_svc.jar
    Loading model: {parent,local,references}
    Available JDBC drivers:
    No deployed JDBC Drivers found
    Still here...
    Felipe
    Edited by: Felipe Andres Contreras on Feb 20, 2008 11:24 PM

  • WL 6.1 to 8.1 XSL Error SAX Exception, Could not parse xsl document

    1)I have an application which is deployed and running successfully on WL6.1. The application uses lot of xsl style sheets. Parsers used were from xalan.jar and xerces.jar
    2)Now, I am migrating it to WL8.1, the application is deployed on 8.1 but when I open the login(first page) it gives the following error:
    ====================
    ABCD.xsl; Line 0; Column 0
    XSL Error: Could not parse C:/src/xslsheets/ABC4.xsl document!
    XSL Error: SAX Exception
    ====================
    3)As the previous versions of WebLogic Server included the unmodified versions of the Xerces parser and Xalan transformer from www.apache.org in the WL_HOME\server\ext\xmlx.zip file. The ZIP file no longer includes these classes and interfaces in 8.1.
    4)I understand it is the the Parser Exception and wud like to know the best possible way to solve this.
    Thanks
    Val

    1)I have an application which is deployed and running successfully on WL6.1. The application uses lot of xsl style sheets. Parsers used were from xalan.jar and xerces.jar
    2)Now, I am migrating it to WL8.1, the application is deployed on 8.1 but when I open the login(first page) it gives the following error:
    ====================
    ABCD.xsl; Line 0; Column 0
    XSL Error: Could not parse C:/src/xslsheets/ABC4.xsl document!
    XSL Error: SAX Exception
    ====================
    3)As the previous versions of WebLogic Server included the unmodified versions of the Xerces parser and Xalan transformer from www.apache.org in the WL_HOME\server\ext\xmlx.zip file. The ZIP file no longer includes these classes and interfaces in 8.1.
    4)I understand it is the the Parser Exception and wud like to know the best possible way to solve this.
    Thanks
    Val

  • Dump: BCD_OVERFLOW showing exception as CX_SY_CONVERSION_OVERFLOW

    Hi Experts,
    I am getting the dump as BCD_OVERFLOW showing exception as CX_SY_CONVERSION_OVERFLOW. I have tried to go through the standard notes 1151693, 1147593, 754758 & few others. But I am not able to find the note specific to my software component details:
    SAP_ABA     700     0011     SAPKA70011
    SAP_BASIS     700     0011     SAPKB70011
    PI_BASIS     2005_1_700     0018     SAPKIPYJ7I
    ST-PI     2005_1_700     0001     SAPKITLQI1
    SAP_BW     700     0008     SAPKW70008
    LCAPPS     2005_700     0001     SAPKIBHD01
    SAP_AP     700     0005     SAPKNA7005
    SAP_APPL     600     0005     SAPKH60005
    SAP_HR     600     0002     SAPKE60002
    EA-IPPE     400     0002     SAPKGPID02
    EA-APPL     600     0002     SAPKGPAD02
    EA-DFPS     600     0002     SAPKGPDD02
    EA-FINSERV     600     0002     SAPKGPFD02
    EA-GLTRADE     600     0002     SAPKGPGD02
    EA-HR     600     0002     SAPKGPHD02
    EA-PS     600     0002     SAPKGPPD02
    EA-RETAIL     600     0002     SAPKGPRD02
    FINBASIS     600     0002     SAPK-60002INFINBASIS
    CPRXRPM     400     0002     SAPK-40002INCPRXRPM
    ECC-DIMP     600     0002     SAPK-60002INECCDIMP
    ERECRUIT     600     0002     SAPK-60002INERECRUIT
    FI-CA     600     0005     SAPK-60005INFICA
    FI-CAX     600     0005     SAPK-60005INFICAX
    INSURANCE     600     0002     SAPK-60002ININSURANC
    IS-CWM     600     0002     SAPK-60002INISCWM
    IS-H     600     0002     SAPK-60002INISH
    IS-M     600     0002     SAPK-60002INISM
    IS-OIL     600     0002     SAPK-60002INISOIL
    IS-PS-CA     600     0002     SAPK-60002INISPSCA
    IS-UT     600     0002     SAPK-60002INISUT
    LSOFE     600     0002     SAPK-60002INLSOFE
    SEM-BW     600     0002     SAPKGS6002
    SLL-LEG     7.00     0006     SAPK-70006INSAPSLL
    WFMCORE     200     0002     SAPK-20002INWFMCORE
    AIN     400     0000          -
    The reason for the exception is:
    In the current arithmetic operation with operands of type P an overflow
    has been detected. Possible causes are:
    1. The result field of type P is too small to store the result.
    2. The result or an intermediate result has more than 31 decimal places.
    Request you to please suggest me the solution to overcome this dump.
    Thanks & Regards,
    Naresh.

    Hi,
    If the problem occurs from your cutom programs, ask developer to fix them.
    If error from SAP standard program and if you did not made any changes to program, raise product error message with SAP.
    If it was SAP standard program and you made any changes by yourself/customer, revert back the changes.
    Regards.

  • Showing preview column in icon mode crashes finder

    Issue: Finder crashes and my icons on my desktop disappear then reappear when attempting to view a file of any type in icon mode with "show preview column" selected in "Show View Options".
    I don't recall any recent updates or any changes to my G5. I can open a file in its application program (i.e. a .jpg opens in Photoshop) if I double click it quickly enough before Finder crashes. The only way I can get icon view not to crash Finder is by unchecking the "show preview column" box in "Show view options". I like the preview option and would very much like to get it back.
    Any help in this matter would be appreciated.

    Sorry, no idea how I missed your reply back on the 29th!
    "Try Disk Utility
    1. Insert the Mac OS X Install disc that came with your computer, then restart the computer while holding the C key.
    2. When your computer finishes starting up from the disc, choose Disk Utility from the Installer menu. (In Mac OS X 10.4 or later, you must select your language first.)
    Important: Do not click Continue in the first screen of the Installer. If you do, you must restart from the disc again to access Disk Utility.
    3. Click the First Aid tab.
    4. Click the disclosure triangle to the left of the hard drive icon to display the names of your hard disk volumes and partitions.
    5. Select your Mac OS X volume.
    6. Click Repair. Disk Utility checks and repairs the disk."
    http://docs.info.apple.com/article.html?artnum=106214
    Then Safe Boot , (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, reboot when it finishes.
    The usual reason why updates fail or mess things up, or things don't load/run, is if Permissions are not fixed before & after every update, with a reboot... you may get a partial update when the installer finds it doesn't have Permissions to change one obscure little part of the OS, leaving you with a mix of OS versions.
    Some people get away without Repairing Permissions for years, some for only days.
    If Permissions are wrong before applying an update, you could get mixed OS versions, if Directory is the slightest messed up, who knows!
    If many Permission are repaired, or any Directory errors are found, you may need to re-apply some the latest/biggest updates again, or even do an A&I if you have enough free disk space.
    The combo update for PowerPC-based Macs...
    http://www.apple.com/support/downloads/macosx10411comboupdateppc.html
    The combo update for Intel-based Macs...
    http://www.apple.com/support/downloads/macosx10411comboupdateintel.html
    Repair Permissions before & after re-install, then reboot again each time.
    If all the above do not resolve the problem, then it's time for an Archive & Install, which gives you a new/old OS, but can preserve all your files, pics, music, settings, etc., as long as you have plenty of free disk space...
    http://docs.info.apple.com/article.html?artnum=107120
    I only use Software Update to see what is needed, then get them for real via...
    http://www.apple.com/support/downloads/
    That way I can wait a week or so, check the forums for potential problems, and get Permissions & such in order before installing.
    If it appears to be time for An Archive & Install, which gives you a new OS, but can preserve all your files, pics, music, settings, etc., as long as you have plenty of free disk space...
    http://docs.info.apple.com/article.html?artnum=107120
    Be sure to use Preserve Users & Settings.

  • Display "Exception"-Columns in table views

    Hello,
    in my Visual Composer Storyboard I have a table view with 4 columns and an input form for the data selection.
    When I deploy my application, I see the correct table view.
    I fill out the input form with my selection.
    Click on submit and the data will be load.
    Suddenly I have 8 columns in my table view.
    For Example the colums before data load:
    Subcategory
    Umsatz Vorjahr
    Umsatz Aktuelles Jahr
    Varianz
    After data load
    I have the following columns
    Subcategory
    Subcategroy_node
    Subcategory_level
    Umsatz Vorjahr
    Umsatz Vorjahr_Exception
    Umsatz Aktuelles Jahr
    Umsatz Aktuelles Jahr_Exception
    Varianz
    Varianz_Execption
    Have anybody an idea, how can I solve this problem ?
    I don't want to display the exception columns.
    Thanks
    Regards
    Thomas

    Hi,
    Select the output port of your data service and add the columns names you does not want to show in the table (like Umsatz Aktuelles Jahr_Exception) as virtual fields to dataservice output port. (Make sure of the correct upper/lower cases and datatypes).
    Now your table list will have the fields, but, you can uncheck them so that it will not be displayed on runtime.
    Regards,
    Sooraj

  • How to supress the error in a column?

    Hi all ,
    I am using FR_studio for creating reports.
    Can any telll me how could I supress the error in a column which will be caused by Division by zero by using conditional formula?
    Thanks

    Hi,
    I think you are mixing two separate things here. the original question was about FR studio
    FR is Financial reporting, which is a reporting tool, separate from Essbase / EAS
    Essbase Report writer is a native reporting utility, by which you can export data from Essbase database. Though, you will not be able to show data in Workspace and in pdf format etc.
    Regarding FR, you can select the grid where the error is coming, In the grid properties, select suppression and give a value or name in the error "text option".
    Let me know if it helps.
    Cheers
    RS

  • Error when adding columns to table and update sync group schema

    Hi,
    I have an Azure SQL Database that is synced to five lokal SQL Server Express 2012 clients. Today I had to add some columns to the tables, I did this using SMMS and ALTER TABLE on the hub-database.
    Then I disabled auto-sync in the Azure Portal and updated the sync schema.
    The first error I got when clicking on Save-Button was that my goup is not ready for syncing. I assumed that was caused by two sync agents who were offline. So I deleted them from the group and the error was gone. (is this an generall issue that all agents
    must be online to update the schema?)
    But then I got the next error when clicking on Save-Button who tells me SQL Error 207, invalid column name on the new columns I've added. 
    Here's the error in the eventlog:
    id:DbProvider_SqlSyncScopeProvisioning_Error, rId:, sId:cc009538-29a6-4980-8db6-98fe520626b6, agentId:cb734c59-3484-41ed-8002-dec8cf7e21b4,
    agentInstanceId:1aa5a36e-0dfb-4ff1-841a-c298d2e77fe7, syncGroupId:9d439cdd-de14-4e4d-a799-8a7fa518f533, syncGroupMemberId:dd2d6cdf-fdb3-4ff8-8ab5-8e639c35af47, hubDbId:d5c5615a-6f55-484a-8c76-cf335989fa41, tracingId:b5f0eb23-1ade-437b-af33-a1960ebd1c23, databaseId:a9c5ba71-a7b0-4ffe-ab8d-10b6006fc282,
    sqlAzureActivityId:00000000-0000-0000-0000-000000000000, e:'Type=System.Data.SqlClient.SqlException,Message=Ungültiger Spaltenname &apos;Kunde_Name&apos;.
    Ungültiger Spaltenname &apos;Rechnung_gestellt&apos;.
    Ungültiger Spaltenname &apos;Rechnung_bezahlt&apos;.
    Ungültiger Spaltenname &apos;Kunde_Name&apos;.
    Ungültiger Spaltenname &apos;Rechnung_gestellt&apos;.
    Ungültiger Spaltenname &apos;Rechnung_bezahlt&apos;.,Source=.Net SqlClient Data Provider,StackTrace=
      bei System.Data.SqlClient.SqlConnection.OnError(SqlException exception&#44; Boolean breakConnection&#44; Action`1 wrapCloseInAction)
       bei System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception&#44; Boolean
    breakConnection&#44; Action`1 wrapCloseInAction)
       bei System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj&#44;
    Boolean callerHasConnectionLock&#44; Boolean asyncClose)
       bei System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior&#44; SqlCommand cmdHandler&#44;
    SqlDataReader dataStream&#44; BulkCopySimpleResultSet bulkCopyHandler&#44; TdsParserStateObject stateObj&#44; Boolean&amp; dataReady)
       bei System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName&#44; Boolean
    async&#44; Int32 timeout&#44; Boolean asyncWrite)
       bei System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion&#44;
    String methodName&#44; Boolean sendToPipe&#44; Int32 timeout&#44; Boolean asyncWrite)
       bei System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
       bei Microsoft.Synchronization.Data.SqlServer.SqlSyncTrackingTableHelper.UpdateTrackingTableWhereColumnsNotNullInBaseTable(SqlConnection
    connection&#44; SqlTransaction transaction&#44; DbSyncColumnDescription[] addedColumns&#44; DbSyncColumnDescription[] modifiedColumns&#44; Int32 tableObjectId&#44; SqlSyncMarkerTableHelper markerHelper)
       bei Microsoft.Synchronization.Data.SqlServer.SqlSyncTableProvisioning.ReApply(SqlTransaction
    trans&#44; SqlSyncProviderAdapterConfiguration oldConfiguration)
       bei Microsoft.Synchronization.Data.SqlServer.SqlSyncScopeProvisioning.ReApplyScope(SqlConnection
    connection)
       bei Microsoft.Synchronization.Data.SqlServer.SqlSyncScopeProvisioning.ReApplyInternal(SqlConnection
    connection)
       bei Microsoft.Synchronization.Data.SqlServer.SqlSyncScopeProvisioning.ReApply(),', eType:'Type=System.Data.SqlClient.SqlException',
    eMessage:'Message=Ungültiger Spaltenname &apos;Kunde_Name&apos;.
    Ungültiger Spaltenname &apos;Rechnung_gestellt&apos;.
    Ungültiger Spaltenname &apos;Rechnung_bezahlt&apos;.
    Ungültiger Spaltenname &apos;Kunde_Name&apos;.
    Ungültiger Spaltenname &apos;Rechnung_gestellt&apos;.
    Ungültiger Spaltenname &apos;Rechnung_bezahlt&apos;.' Error Code: -2146232060 - SqlError Number:207,
    Message: Ungültiger Spaltenname &apos;Kunde_Name&apos;.. SqlError Number:207, Message: Ungültiger Spaltenname &apos;Rechnung_gestellt&apos;.. SqlError Number:207, Message: Ungültiger Spaltenname &apos;Rechnung_bezahlt&apos;.. SqlError
    Number:207, Message: Ungültiger Spaltenname &apos;Kunde_Name&apos;.. SqlError Number:207, Message: Ungültiger Spaltenname &apos;Rechnung_gestellt&apos;.. SqlError Number:207, Message: Ungültiger Spaltenname &apos;Rechnung_bezahlt&apos;..
    , eTypeInner:, eMessageInner:
    Can anyone help here?
    Kind
    regards,
    selmiac

    Hello,
    When you alter the table on hub database, did you specify the new column allow NULLs or have a DEFAULT? The column must allow NULLs or have a DEFAULT for the user to create it in the other tables on the sync group.
    Reference:Add or remove a column in a sync group
    If the issue persists, you may try to delete the sync group and recreate the group.
    Regards,
    Fanny Liu
    Fanny Liu
    TechNet Community Support

  • Runtime Errors  DATA_LENGTH_0    Exception   CX_SY_RANGE_OUT_OF_BO

    Hi All,
    While using leave request service we are getting following dump in abap code , please advice
    Runtime Errors         DATA_LENGTH_0
    Exception              CX_SY_RANGE_OUT_OF_BOUNDS
    Date and Time          13.01.2012 10:17:48
         Invalid partial field access: Length 0
    What happened?
         Error in the ABAP Application Program
         The current ABAP program "ZCL_PT_GEN_REQ================CP" had to be
          terminated because it has
         come across a statement that unfortunately cannot be executed.
    What can you do?
         Note down which actions and inputs caused the error.
         To process the problem further, contact you SAP system
         administrator.
         Using Transaction ST22 for ABAP Dump Analysis, you can look
         at and manage termination messages, and you can also
         keep them for a long time.
    Error analysis
         An exception occurred that is explained in detail below.
         The exception, which is assigned to class 'CX_SY_RANGE_OUT_OF_BOUNDS', was not
          caught in
         procedure "IF_EX_PT_GEN_REQ~SEARCH_FOR_NEXT_PROCESSOR" "(METHOD)", 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:
         In the executed program "ZCL_PT_GEN_REQ================CP", the system
    attempted to access the field
    "IM_SEARCHSTRING" using the length 0.
    However, a partial field access with the length specification 0 is not
    allowed.
    How to correct the error
    Use a positive length specification if a part of the field "IM_SEARCHSTRING" is
    to be
    accessed.
    If the error occurred in your own ABAP program or in an SAP
    program you modified, try to remove the error.
    If the error occures in a non-modified SAP program, you may be able to
    find an interim solution in an SAP Note.
    If you have access to SAP Notes, carry out a search with the following
    keywords:
    "DATA_LENGTH_0" "CX_SY_RANGE_OUT_OF_BOUNDS"
    "ZCL_PT_GEN_REQ================CP" or "ZCL_PT_GEN_REQ================CM002"
    "IF_EX_PT_GEN_REQ~SEARCH_FOR_NEXT_PROCESSOR"
    Dump At source code shows as following
    LOOP AT ex_persdata_tab INTO wa_ex_perdata.
            w_str3 = wa_ex_perdata-user.
            IF w_str3 CO im_searchstring.
              w_len2 = sy-fdpos.
              w_len1 = sy-fdpos + 1.
    **Get First name
              w_str2 = im_searchstring+w_len1.
    **Get last name
    ---->>>       w_str1 = im_searchstring(w_len2).       (Point of dump) (Data type String = char25)
              IF w_str2 EQ wa_ex_perdata-name.
                APPEND  wa_ex_perdata TO lt_ex_perdata.
                EXIT.
              ENDIF.
              CLEAR:w_str2,w_str1,w_len2,w_len1.
            ENDIF.
          ENDLOOP.
          CLEAR:wa_ex_perdata.

    attempted to access the field
    "IM_SEARCHSTRING" using the length 0.
    However, a partial field access with the length specification 0 is not
    allowed.
    that w_len2 of yours is having a value 0. you cant access a field with length 0. thats the error

  • Italian lang. f4000_it.sql and error in *Insert column value* bad request

    I've found an error in the italian translation file f4000_it.sql. At the 1137413th row is needed a point after *&SESSION.* in fact the original version is:
    c1:=c1||'&lt;a href="javascript:popUp2(''f?p=4000:411:&SESSION::::P411_CALLING_FIELD:#CURRENT_ITEM_NAME#'',320,400);" tabindex="999" title="Scegli colonna" class="itemlink"&gt;[Insert column value]&lt;/a&gt;';
    I've modified in:
    c1:=c1||'&lt;a href="javascript:popUp2(''f?p=4000:411:&SESSION.::::P411_CALLING_FIELD:#CURRENT_ITEM_NAME#'',320,400);" tabindex="999" title="Scegli colonna" class="itemlink"&gt;[Insert column value]&lt;/a&gt;';
    Now I can show in Column Formatting correctly when I search fields in Insert column value

    Hi,
    Thank you for bringing this issue to our attention. Bug 9888444 has been logged to track this issue. Please note that this issue impacts users running in French, Italian, Japanese and Korean. When you edit a Classic Report column in the Application Builder, the Column Formatting region holds an item "HTML Expression" with an associated shortcut [Insert column value]. When running in French, Italian, Japanese or Korean, when the user clicks on the shortcut link, the popup displays an error "Bad Request". The popup works for all other languages.
    We do not recommend that users modify the APEX internal application files. Instead, you can workaround this issue by directly entering column values into the "HTML Expression" text area in the Column Formatting region on the Column Attributes page, similar to the following:
    *#EMPNO#*
    where EMPNO is a column on your report.
    Regards,
    Hilary

Maybe you are looking for

  • Boom - out goes the hard drive

    After preaching today about the necessity of backups and bootable drive clones I came home to finish some system cleanup and moving some files around on my new (larger) backup drive. I decided to do a clone of my boot drive first (with CCC) since it'

  • In the latest iOS updates, did Apple change the way Airplay communicate with other devices through Wifi?

    Short : In the latest iOS updates, did Apple change the way Airplay communicate with other devices through Wifi? Detailed: We had a glitch with our Apple TV 3A 3-4 weeks ago and had to factory reset it (we reconfigured it with the exact same configur

  • Problem printing changed page background color

    I have changed the page backgound colour in custom package and it shows the colour (green) on the monitor and in preview but the printer does not seem to recognise the colour - the background when printed is black.  I can trun off the colour and get

  • Iphone app icons disappeared

    All my iphone app icons disappeared when I downloaded the new OS system.  I can find the apps under "purchased" in Apps, but I am only allowed to open them.  There is no cloud icon indicating that I can reinstall them.  What should I do?

  • Muse is not upgrading

    I can't seem to get muse to upgrade, although in my application manager, it says i am current.  under "about muse'" it says v.7.4 build 30. I can tell that I don't have the latest version, as I do not have the new workspace or the ability to adjust t