Filename lengths are limited to 31 characters?

Why are filename lengths still limited to 31 characters?
Why do the dialogs look like ports from the PC world?
Is Logic Express itself a port from the PC world?
Although Logic Express has its own slickness, Vision from OpCode Systems, was, considering when it was written, so much better, at least when working with MIDI. Adherance to Mac conventions was so good that it was an easy program to learn in spite of its complexity. Logic Express is proving to be difficult for me to learn with its quirky ways of doing things.

"it's pretty difficult to put together something as complex as a modern, fully-featured DAW without making some concessions"
"I'm sure it's a big-*** codebase, and probably not the easiest to patch for things that seem, from our perspective, to be simple."
Actually I am aware of the difficulties in creating complex software. I was a software engineer from 1959 to 1993. (Yes, there were computers in 1959.) I'm always amazed -- not to mention pleased -- when a complex interaction among input, display, output, real-time constraints, on-the-fly editing, etc works without a hiccup. The modern, metaphorical graphical interface belies the complexity underneath. It's reminiscent of the unbelievable complexity which lies just under our own visual interface aka skin.
I just wish that Apple had started with Opcode System's VISION product. Way back in OS 8, for example, one could have a display of a playing song and pull down a menu without interrupting either the display or the playing. With Logic the playing continues but the graphic display pauses. I know that this is not terribly relevant to anyone in the music business, but it would seem to reveal an old architecture forcibly fit to the new environment, and then I wonder about the things that I can't see.
Well, I probably worry too much, because Logic Express has yet to crash or corrupt any of its files. And of course my whole music studio is, except for the MIDI keyboard, on my hard disk instead of the racks of equipment I used to have.

Similar Messages

  • DBMS_CRYPTO - Key length is limited to 8 characters

    Hi, I have created a package to encrypt/decrypt the data.. But unfortunately it is considering only the first 8 characters to encrypt the data. Can anyone tell me why this behaviour and how can I fix this...
    Also I would like to know is there a better way to do this...
    PLEASE NOTE: when I change the key from v to w or when I change from 0 to 1 it’s the same hash value...
    It takes the last two character pattern... for example, 2&3, 4 & 5, 6 & 7, 8 & 9, a & b, c & d etc., will get the same key... Also it is only using the first 8 characters to do the encryption.
    SQL> select p_encrypt.encrypt_ssn('SUNILV,Kak93_dixj', 'v1qr3b9g') from dual;
    P_ENCRYPT.ENCRYPT_SSN('SUNILV,KAK93_DIXJ','V1QR3B9G')
    D4673C6035A01195D3BBB10F6AFA0BF44C673C79FE0044BF
    SQL> select p_encrypt.encrypt_ssn('SUNILV,Kak93_dixj', 'w1qr3b9g') from dual;
    P_ENCRYPT.ENCRYPT_SSN('SUNILV,KAK93_DIXJ','W1QR3B9G')
    D4673C6035A01195D3BBB10F6AFA0BF44C673C79FE0044BF
    SQL> select p_encrypt.encrypt_ssn('SUNILV,Kak93_dixj', 'w0qr3b9g') from dual;
    P_ENCRYPT.ENCRYPT_SSN('SUNILV,KAK93_DIXJ','W0QR3B9G')
    D4673C6035A01195D3BBB10F6AFA0BF44C673C79FE0044BF
    SQL> select p_encrypt.encrypt_ssn('SUNILV,Kak93_dixj', 'w0qr3b9ga') from dual;
    P_ENCRYPT.ENCRYPT_SSN('SUNILV,KAK93_DIXJ','W0QR3B9GA')
    D4673C6035A01195D3BBB10F6AFA0BF44C673C79FE0044BF
    SQL> select p_encrypt.encrypt_ssn('SUNILV,Kak93_dixj', 'w0qr3b9gab') from dual;
    P_ENCRYPT.ENCRYPT_SSN('SUNILV,KAK93_DIXJ','W0QR3B9GAB')
    D4673C6035A01195D3BBB10F6AFA0BF44C673C79FE0044BF
    SQL> select p_encrypt.encrypt_ssn('SUNILV,Kak93_dixj', 'w0qr3b9gcb') from dual;
    P_ENCRYPT.ENCRYPT_SSN('SUNILV,KAK93_DIXJ','W0QR3B9GCB')
    D4673C6035A01195D3BBB10F6AFA0BF44C673C79FE0044BF
    SQL> select p_encrypt.encrypt_ssn('SUNILV,Kak93_dixj', 'w0qr3b9gcbddkkdkdkkakaaa') from dual;
    P_ENCRYPT.ENCRYPT_SSN('SUNILV,KAK93_DIXJ','W0QR3B9GCBDDKKDKDKKAKAAA')
    D4673C6035A01195D3BBB10F6AFA0BF44C673C79FE0044BF
    SQL>
    CREATE OR REPLACE PACKAGE SECURITY.p_encrypt is
    FUNCTION encrypt_ssn ( p_ssn IN VARCHAR2
    , p_key IN VARCHAR2 ) RETURN RAW;
    FUNCTION decrypt_ssn ( p_ssn IN RAW
    , p_key IN VARCHAR2 ) RETURN VARCHAR2;
    END p_encrypt;
    CREATE OR REPLACE PACKAGE BODY SECURITY.p_encrypt AS
    FUNCTION encrypt_ssn( p_ssn IN VARCHAR2
    , p_key IN VARCHAR2 ) RETURN RAW
    IS
    l_ssn RAW(30) := UTL_I18N.STRING_TO_RAW(p_ssn, 'AL32UTF8' );
    l_encrypted RAW(30);
    BEGIN
    NULL;
    l_encrypted := dbms_crypto.encrypt
    ( src => l_ssn,
    typ => DBMS_CRYPTO.DES_CBC_PKCS5 ,
    key => UTL_I18N.STRING_TO_RAW( p_key, 'AL32UTF8' ) );
    RETURN l_encrypted;
    END encrypt_ssn;
    FUNCTION decrypt_ssn( p_ssn IN RAW
    , p_key IN VARCHAR2 ) RETURN VARCHAR2
    IS
    l_decrypted RAW(30);
    BEGIN
    l_decrypted := dbms_crypto.decrypt
    ( src => p_ssn,
    typ => DBMS_CRYPTO.DES_CBC_PKCS5,
    key => UTL_I18N.STRING_TO_RAW( p_key, 'AL32UTF8' ) );
    RETURN UTL_I18N.RAW_TO_CHAR( l_decrypted, 'AL32UTF8' );
    END decrypt_ssn;
    END p_encrypt;
    /

    Try to use 3DES or AES algorithms. DES algorithm uses 56 bit key.
    And now about keys: in this case dbms_crypto substracts first 8 bytes of the key value and then uses last 7 bytes (56 bits).

  • Is wpg_docload.download filename length restricted to 78 Characters ?

    All,
    I am using the wpg_docload.download procedure successfully download files. I have encountered a problem when the FILENAME values on the content-disposition attachment tag exceeds 78 characters. Is this a true and limitation of the procedure or have I done something wrong in the construction of my call to the procedure? I have read the threads concerning the upload procedure and noticed filename length restrictions. Do these apply here also ?
    Thanks In Advance,
    Tom
    Edited by: raudabat on Apr 23, 2009 6:38 AM

    Ben,
    Thanks for your reply. My code is very generic in its call to the procedure setting the mime type 'application/pdf' or 'application/ms-excel' and setting the attachment filename parameter. I wouldn't think the results SaveAs filename would have any restrictions in size dealing with directories since it is not allowed to specify the destination directory. My filename is pulled from the database. When I had a filename greater than 78 the wpg_docload function does not do anything or does not raise an error. This really restricts how a user can name there files. I dynamically create PDF and store them into the database using the document title as the filename for the download. However, if I have this limitation, I have to restrict how my user title there documents (or figure how to compress into meaningful titles).
    I have no problem with the download functionality, just the filename length aspect. Hopefully, this can be changed or I will have to live with this limitation. Any insight helpful.
    My site is on a intra-network server.
    Tom

  • ITunes: filenames are truncated to 37 characters

    I downloaded podcasts from the internet with itunes. the filenames appear correctly in iTunes but on the hard drive (My Documents\My Music\iTunes\iTunes Music\Podcasts\)
    filenames are truncated to 37 characters. Any idea how to get the full filenames?
    using Windows XP SP2
    iTunes 6.0.5

    FYI this isn't entirely benign. i've had this cause actions to OVERWRITE files without giving any warning. specifically if a batch action is done on a bunch of files with long filenames with numbers at the end. the numbers are omited and so every file has the same name and is over written as the action progresses. this would overwrite an unnumbered but same named file too.

  • OSX Server webdav bug? - files and folders disappears when filenames are fewer than 7 characters

    OSX Server webdav bug? - files and folders disappears when filenames are fewer than 7 characters
    Dear Community,
    i have a BIG problem with Apple webdav.
    All files or folders with fewer than 7 characters in filename disappear.
    The problems is only between Mac Server and Mac Clients
    and exists since OSX Server 1 (Server 10.7, 10.8, 10.9) on ALL Macs i know.
    The problem persist ever and occurs in the following settings:
    Mac Server (1.x, 2.x, 3.x) <> Mac Clients (10.7.x, 10.8.x, 10.9.x, 10.6 not tested)
    The problem does NOT occur in the following settings:
    Mac Server <> Windows Clients
    Mac Server <> Linux Clients
    Linux Server (my Webhoster) <> Mac Clients
    Windows Server (my Webhoster) <> Mac Clients
    So i think it is not a problem with server itselv or a single client only,
    it is probaly a problem with the combination betwen mac servers and mac clients.
    This is NOT a problem with MY MacServers/Clients only and not with only one Server.
    It occurs in many different Places and many different Machines.
    I have contact Apple Support more then tree times (always when i setup a new machine with server.app)
    but she said they heard first time about that and she cannot reproduce that problem.
    please, can somebody try it out?
    sorry for my bad englisch.
    best regards
    rené

    Supplement note:
    The Problem occurs also between OSX Server <> OpenWRT (Linux)
    best regards
    rené

  • Checking filename length in File Browse item before uploading

    I have a File Browse item from which users can upload files into the database. Within APEX, the file metadata and content first get uploaded into the view WWV_FLOW_FILES. By design apparently, the underlying table for this view has a NAME field which is limited to 90 characters. I would like to test the length of the Name field and provide a warning to the user if the name exceeds 90 characters, but any validation I write to that effect does not "fire" until after the file has been uploaded to the WWV_FLOW_FILES view. That attempt to upload apparently is the first thing that happens when you Submit with a File Browse item, even before the validation. If the name of the file exceeds 90 characters in length, the attempted upload errors out with a generic Page Not Found error. Is there any way to capture the length of the Name of the file with a File Browse item prior to the attempt to upload to the WWV_FLOW_FILES view, or is my only option just to put a warning banner on the page?

    Hello Mike,
    >> Column NAME in WWV_FLOW_FILES is VARCHAR2(90). It does not include the local filename path. It include a prefix like "F1521676842/" in the front of the filename.
    Yes, you are correct. I spoke from memory, and it seems that I remembered one of my customized tables, where I also save the local full path of the file.
    As far as I can see in my system, the extension of the ‘F123….’ is not with a fix length, and the highest one is 18 characters long. Therefore, it seems that the actual file name should be less than 70 characters long.
    A similar code to the following can be used in a validation check:
    <script type="text/javascript">
    function checkFileName(pThis){
      if (pThis.value != "") {
         //get path value (including file name)
         var fileAndPath = pThis.value;
         //find the index of the last "\"
         var lastPathDelimiter = fileAndPath.lastIndexOf("\\");
        //get everything after the last "\"
        var fileNameOnly = fileAndPath.substring(lastPathDelimiter+1);
        if (fileNameOnly.length >70) {
          alert("File name " + fileNameOnly +
              " is too long (" + fileNameOnly.length + " characters).");
          pThis.focus();
    </script>The “HTML Form Element Attributes” of the item should include:
    onblur=" checkFileName(this)"
    Regards,
    Arie.

  • Filename length affects Acrobat review success

    When I initiate a shared Acrobat review to my company's server, the  e-mailed copy doesn't always get sent via Outlook (although the  "_review" PDF and associated XML folder gets saved to the server, as  normal). The problem is related to the original PDF's filename. Shorter  filenames work, longer ones don't. Could you please tell me the maximum  filename length for successfully sending the review document  automatically via the Acrobat review process?
    Perhaps the length of the file path eats into this max length as well?  (Our folder to contain PDF review documents is K:\Acrobat  Reviews\_Engineering.)
    Thanks!
    ---Mike, KVH Industries

    Hi Mike,
    There is no upper file name length as such. But there is an upper limit to the number of characters in the path of the comment repository. Comment repository is located at your server which you have selected to host your review. The repository folder name contains the name of the file_review.pdf along with some other characters. There is also an xml inside this which actually contains your comments. The complete path of this xml including the xml name should not be greater than 226 characters.
    But if this complete path is greater than this upper limit then acrobat does not let the user initiate shared review in the first place. An error "The file name(s) would be too long for the destination folder. You can shorten the file name and try again, or try a location that has a shorter path." is thrown at the profile name step.
    There might be some other issue as well due to which  the e-mailed copy doesn't always get sent via Outlook (although the   "_review" PDF and associated XML folder gets saved to the server. Could you give me some more details about the kind of server you are using and are you sending it as attachment or link? Also, where is orignal file located (local machine or server)?
    Thanks,
    Abhilasha

  • Filename length

    How can you increase the filename length? We create files on a pc, then can't find them on the Mac because their names are too long and it is hard to shorten them.

    What OSs are the Macs running. If OS X, there shouldn't be any problem. If OS 9, there is a limit of 31 characters.
    If you frequently have to transfer files between PCs & Macs, suggest you read the link below to ensure that the file names are compatible with both systems. There may be other characteristics (other than length) in the file names that are causing the read problems.
    *Mac and Windows OS File/Folder naming rules*
    http://www.portfoliofaq.com/pfaq/FAQ00352.htm
     Cheers, Tom

  • Fields in Flat File are separated by special characters

    hello every one,
       fIf fields in Flat File are separated by special characters
    and If Flat File is given in Excel sheet , how to handle this kind of issues.
    to Upload data into R/3 system, in BDC.
       If u have sample program ,please send it ot me and explain ?
    others give me hints...

    Hi,
    you can use the function module ALSM_EXCEL_TO_INTERNAL_TABLE .
    Check this sample code.
    hi,
    use the FM ALSM_EXCEL_TO_INTERNAL_TABLE.
    PARAMETERS:
    P_INFL like RLGRAP-FILENAME.
    DATA:
    BEGIN OF T_DATA1 OCCURS 0,
    RESOURCE(25) TYPE C,
    DATE(10) TYPE C,
    DURATION TYPE P DECIMALS 2,
    ACTIVITY(25) TYPE C,
    B_NBILL(1) TYPE C,
    END OF T_DATA1,
    T_DATA TYPE ALSMEX_TABLINE OCCURS 0 WITH HEADER LINE,
    BEGIN OF T_FINAL OCCURS 0,
    RESOURCE(25) TYPE C,
    DATE(10) TYPE C,
    DURATION(15) TYPE C,
    ACTIVITY(25) TYPE C,
    B_NBILL(10) TYPE C,
    END OF T_FINAL.
    DATA : HEADER TYPE XSTRING.
    Work Variables Declaration.
    CONSTANTS:
    W_Y TYPE C VALUE 'Y',
    W_N TYPE C VALUE 'N'.
    Work area.
    DATA:
    WA_DATA LIKE T_FINAL.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR P_INFL.
    PERFORM GET_FILENAME CHANGING P_INFL.
    START-OF-SELECTION.
    PERFORM UPLOAD_DATA_FROMEXCEL.
    FORM UPLOAD_DATA_FROMEXCEL.
    Downloading the data from presentation server
    CALL FUNCTION 'ALSM_EXCEL_TO_INTERNAL_TABLE'
    EXPORTING
    FILENAME = p_infl
    I_BEGIN_COL = 1
    I_BEGIN_ROW = 2
    I_END_COL = 8
    I_END_ROW = 1000
    TABLES
    INTERN = T_DATA
    EXCEPTIONS
    INCONSISTENT_PARAMETERS = 1
    UPLOAD_OLE = 2
    OTHERS = 3.
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    ENDFORM. " upload_data_fromexcel
    *& Form process_data
    text
    FORM PROCESS_DATA .
    T_FINAL-RESOURCE = 'Resource'.
    T_FINAL-DATE = 'Date'.
    T_FINAL-DURATION = 'Duration'.
    T_FINAL-ACTIVITY = 'Activity'.
    T_FINAL-B_NBILL = 'Billable'.
    APPEND T_FINAL.
    SORT T_DATA BY ROW COL.
    LOOP AT T_DATA.
    CASE T_DATA-COL.
    WHEN 3.
    T_DATA1-RESOURCE = T_DATA-VALUE.
    WHEN 4.
    T_DATA1-DATE = T_DATA-VALUE.
    WHEN 5.
    T_DATA1-DURATION = T_DATA-VALUE.
    WHEN 6.
    t_data1-activity = t_data-value.
    WHEN 7.
    T_DATA1-B_NBILL = T_DATA-VALUE.
    ENDCASE.
    AT END OF ROW.
    COLLECT T_DATA1.
    ENDAT.
    ENDLOOP.
    LOOP AT T_DATA1.
    T_FINAL-RESOURCE = T_DATA1-RESOURCE.
    T_FINAL-DATE = T_DATA1-DATE.
    T_FINAL-DURATION = T_DATA1-DURATION.
    T_FINAL-ACTIVITY = T_DATA1-ACTIVITY.
    T_FINAL-B_NBILL = T_DATA1-B_NBILL.
    APPEND T_FINAL.
    ENDLOOP.
    ENDFORM. " process_data
    *& Form get_filename
    FORM GET_FILENAME CHANGING P_FILENAME.
    CALL FUNCTION 'WS_FILENAME_GET'
    EXPORTING
    DEF_FILENAME = SPACE
    DEF_PATH = P_FILENAME
    MASK = ',. ,..'
    MODE = 'O' " O = Open, S = Save
    TITLE = BOX_TITLE
    IMPORTING
    FILENAME = P_FILENAME
    EXCEPTIONS
    INV_WINSYS = 1
    NO_BATCH = 2
    SELECTION_CANCEL = 3
    SELECTION_ERROR = 4
    OTHERS = 5.
    CASE SY-SUBRC.
    WHEN 1.
    MESSAGE I999 WITH
    'File selector not available on this windows system'(046).
    WHEN 2.
    MESSAGE E999 WITH
    'Frontend function cannot be executed in background'(047).
    WHEN 3.
    MESSAGE I999 WITH 'Selection was cancelled'(048).
    WHEN 4.
    MESSAGE E999 WITH 'Communication error'(049).
    WHEN 5.
    MESSAGE E999 WITH 'Other error'(050).
    ENDCASE.
    ENDFORM. " get_filename
    <b>Kindly Reward points if you found the reply helpful.</b>
    Cheers,
    CHAITANYA.

  • EVCOM: Character limitation of 256 characters?

    I am using BPC 5.1 and Excel 2003 to send comments using EVCOM.  It appears that the length of characters is limited to 256 characters.  From my research, I believe that this is a limitation of either Excel or SQL Server 2005 or both.  I believe Excel 2007 has a larger character limitation of 32kb but I have not been able to test this out.  Is is possible to send more than 256 characters using my current set up and if so how?  If not, is there any solution that will allow me to send more than 256 characters?

    In BPC 5.1, yes it's limited to 256 characters.
    Here's the schema, from ApShell. Note the COMMENT field in particular.
    Keyword, which you could be interested in if you're submitting comments from the action pane, is only 50 characters.
    CREATE TABLE [dbo].[CommentFinance](
         [RECORDID] [bigint] IDENTITY(1,1) NOT NULL,
         [USERID] [nvarchar](50) NOT NULL,
         [DATEWRITTEN] [smalldatetime] NOT NULL DEFAULT (getdate()),
         [KEYWORD] [nvarchar](50) NULL,
         [PRIORITY] [nvarchar](1) NOT NULL DEFAULT ((3)),
         [KPI] [bigint] NULL,
         [ACCOUNT] [nvarchar](20) NULL,
         [CATEGORY] [nvarchar](20) NULL,
         [DATASRC] [nvarchar](20) NULL,
         [ENTITY] [nvarchar](20) NULL,
         [INTCO] [nvarchar](20) NULL,
         [RPTCURRENCY] [nvarchar](20) NULL,
         [TIME] [nvarchar](20) NULL,
         [MEASURES] [nvarchar](20) NULL,
         [COMMENT] [nvarchar](256) NOT NULL,
    CONSTRAINT [PK_CommentFinance] PRIMARY KEY CLUSTERED
         [RECORDID] ASC
    )WITH (PAD_INDEX  = OFF, STATISTICS_NORECOMPUTE  = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS  = ON, ALLOW_PAGE_LOCKS  = ON) ON [PRIMARY]
    ) ON [PRIMARY]

  • We have a large family, 5 kids and two adults all with iPads, iPhones, Mac Books, Servers....  How can we combine our purchases to use on all our devices.  We have two Apple ID's and sometimes buy multiple copies because of how we are limited...

    We have a large family, 5 kids and two adults all with iPads, iPhones, Mac Books, Servers....  How can we combine our purchases to use on all our devices.  We have two Apple ID's and sometimes buy multiple copies because of how we are limited...

    Hello Halfback71,
    Thanks for using Apple Support Communities.
    For more information on this, take a look at:
    Frequently asked questions about Apple ID
    http://support.apple.com/kb/ht5622
    I have multiple Apple IDs. Is there a way for me to merge them into a single Apple ID?
    Apple IDs cannot be merged. You should use your preferred Apple ID from now on, but you can still access your purchased items such as music, movies, or software using your other Apple IDs.
    If you are wondering how using multiple Apple IDs relate to iCloud, see Apple IDs and iCloud.
    Best of luck,
    Mario

  • Global succession updates are limited to 500 relationships. If more than 500 exist PLM presents a warning message and does not execute the update

    Global succession updates are limited to 500 relationships. If more than 500 exist PLM presents a warning message and does not execute the update.
    How/Where to increase the relationship count?
    The message which I can see :
    Warning:
    This specification has exceeded the number of parent relationships allowed by Where Used. The Where Used tool only supports up to 500 parent relationships.
    Thanks

    This really brings up a larger topic around change management.
    The questions you should start with is
    1. What kind of change is happening to the raw material? 
    2. Will this change affect anything upstream inside or outside of PLM4P? (Will this change affect nutrition, compliance, the ingredient statement, the label etc?)
    3. Who needs to approve this change?
    If they are non-material changes (changes that don't affect theoretical calculations, the ingredient statement, labeling, upstream systems that need to be notified etc) then you should be using get latest revision instead of global succession.   Get Latest Revision will automatically switch out the material with the latest approved version.  This logic is also configurable in case you need to add additional guard conditions.   We can also provide guidance around locking the get latest revision lock once a specification has reached the retired/obsolete state so changes won't occur for specifications in those statuses.
    If the changes to the raw material are material changes (changes that affect calculations, labeling etc) then the change should be reflected with a copy of the specification.  Dependent specifications then need to be re-issued so calculations can be performed and the appropriate workflow reviews can occur.   Smart Issue allows for filtering based on status and should let you re-issue in smaller blocks. 
    Let me know more about your change management strategy, how often large material changes happen and maybe example causes for those mass changes.  We can also schedule a change management training session for everyone where we can share our vision and tools available for change management.  This topic is quite large and generally requires a lot of business process discussion beyond just the tools available. 
    Thanks
    Kelly

  • Why does useful features are limited to few adapters?

    Why does useful features are limited to few adapters?
    For eg : File receiver CC has a option to stop Empty messages from being processed.
    This is not available in SOAP receiver.
    Is it possible to have a standard adapter module in SOAP receiver CC that will achieve this?
    Regards,
    Venkat.

    >
    Venkat A wrote:
    > Why does useful features are limited to few adapters?
    > For eg : File receiver CC has a option to stop Empty messages from being processed.
    > This is not available in SOAP receiver.
    Thats for SAP to answer i guess
    Well initially there was no option in the File adapter to handle empty messages but as requirement grew and more and more customers/consultants were in need to handle such a functionality, SAP brought it in through a SP release
    Maybe if this particular requirement of your finds popularity, then SAP might come up with a inbuilt solution
    >
    > Is it possible to have a standard adapter module in SOAP receiver CC that will achieve this?
    >
    > Regards,
    > Venkat.
    in you case why do you need to send the SOAP receiver a empty message??
    If you need to handle it then the best is to do some workaround in the mapping and have a field in your target structure indicate that it is a empty message (something like a flag) and then do the routing logic based on this flag.

  • Maximum length of segment is 1000 characters, current length is 2382

    Hi,
    While activating the transfer rules i get this error message "Maximum length of segment is 1000 characters, current length is 2382". If someone has encountered such an error request you to kindly provide your inputs.
    Thanks
    Varun

    Hi Anil,
    Thanks for your response. It has been very helpful. Can u tell how we can change the transfer method. The option comes greyed out in BI system. So where exactly is this setting made?
    Varun

  • Why is asking a question to Firefox so difficult, and limited to a limited number of 'characters'?

    Why is asking a question to Firefox so difficult, and limited to a limited number of 'characters'?

    Sorry for the confusion; it seems as though I am the one confused--after jumping through several hoops, I thought I was sending a question to the Firefox help support...my question was about 7 characters too long to send, apparently.

Maybe you are looking for

  • RFC error: transaction program not registered

    Hi gurus, I am facing one issue with RFC connection. I am creating one TCP/IP connection from ECC 6.0 (windows 2003) to EHS/WWI application. i am getting following error when i am doing connection test. error: Program <PROGRAM ID> not registered. The

  • Spry accordion works in template, but not pages using that template

    So I added a spry accordion to one of my templates and changed the script to default closed. It works great. In the template. But not in any of the pages using that template. Basically I can see the content in the accordion on the page as if there is

  • Itunes match hosed?

    itunes match working fine then recently cant access the songs, they just scroll through randomly trying to play various songs. Only error i have seen is "song not available" this a problemon my end or is anyone else having issues?

  • HT1491 how do I sync my device with the new itunes software???

    With the new upgraded itunes software, I can purchase new music but can't figure out how to sync it to my Ipod.  I've looked everywhere to find how to do it.  Before it was so easy to drag and drop.  Can anyone help me?

  • Restricting entry values for "document date"

    We need to restrict BKPF's "document date" whereever it is entered. This may not be a programming question per se, but programmers usually know at least as much as users do on the front end of SAP. Users must not be allowed to enter invalid document