Domain Character Max Limit?

Hi,
I posted a message previously regarding problems sending messages to Salesforce but after more investigation I have the exact symptom, nothing to do with Salesforce.
Our Groupwise system cannot send messages to domain names longer than 63 characters! 63 or less and the message sends, 64 or more and the messages stays in a pending state and is never delivered.
As I test I created the following:
chelseaarethebestfootballteamintheentireworldx.qwe rtyuio-tv.com - 63 character domain length - Message delivered.
chelseaarethebestfootballteamintheentireworldxx.qw ertyuio-tv.com - 64 character domain length - Message not delivered, still pending.
chelseaarethebestfootballteamintheentireworldxxx.q wertyuio-tv.com - 65 character domain length - Message not delivered, still pending.
Has anyone come across this problem before or know of any settings (in the GWIA I imagine) that limit this? I thought the maximum number of characters you could use was 254 or 255!
Kind regards
Mike

Mike,
It appears that in the past few days you have not received a response to your
posting. That concerns us, and has triggered this automated reply.
Has your problem been resolved? If not, you might try one of the following options:
- Visit http://support.novell.com and search the knowledgebase and/or check all
the other self support options and support programs available.
- You could also try posting your message again. Make sure it is posted in the
correct newsgroup. (http://forums.novell.com)
Be sure to read the forum FAQ about what to expect in the way of responses:
http://forums.novell.com/faq.php
If this is a reply to a duplicate posting, please ignore and accept our apologies
and rest assured we will issue a stern reprimand to our posting bot.
Good luck!
Your Novell Product Support Forums Team
http://forums.novell.com/

Similar Messages

  • How to change the Max limit in the Ring

     Hi all,  
     I am try to use a Ring to set up 4 different of Freq form 18Hhz to 20Ghz but the ring Max limit only 65535. How could I change the max limit? Or any way we could set up 4 diffirence Freq number for user select any one they want to use. 
    Thank you
    Solved!
    Go to Solution.

    you could use a case structure and wire your ring control to it and then send the frequency you from the case structure
    Harold Timmis
    [email protected]
    Orlando,Fl
    *Kudos always welcome

  • How to increase the the max limit column in pivot view in BIEE 11G?

    Hi Experts,
    How to increase the the max limit column in pivot view in BIEE 11G?
    When the number of column exceed 256 in pivot view, it will generate the following error message as below:
    Exceeded configured maximum number of allowed output prompts, sections, rows, or columns.
    Error Details
    Error Codes: IRVLJWTA:OI2DL65P
    Location: saw.httpserver.processrequest, saw.rpc.server.responder, saw.rpc.server, saw.rpc.server.handleConnection, saw.rpc.server.dispatch, saw.threadpool.socketrpcserver, saw.threads
    SQL Issued: 13678~vid1ptgt0v5ubh39gesnauuhl6
    For example:
    ----------------Day
    Country-----20120101---20120102---..........20121231
    China--------10000---------20000----......

    Try increasing the Max Rows in Instanceconfig.xml
    Path:-Middleware\instances\instance1\bifoundation\OracleBIPresentationServices\instanceconfig.xml
    <ServerInstance>
    <Views>
    <Pivot>
    <MaxVisibleColumns>300</MaxVisibleColumns>
    <MaxVisiblePages>1000</MaxVisiblePages>
    <MaxVisibleRows>500</MaxVisibleRows>
    <MaxVisibleSections>25</MaxVisibleSections>
    <DefaultRowsDisplayed>30</DefaultRowsDisplayed>
    </Pivot>
    </Views>
    </ServerInstance>
    Try adding this in the config file and restart the services.
    Mark as correct if it is helpful.
    Thanks.

  • FBZP different Max limit and amout limit in bank determination

    HI:
    FBZP there is "Maximum limit" in company code level/payment method
    what is differnt with "Amount limit" / Availble for outgoing payment in Bank determination.
    I have try to create invoice with payment method which exceed  max limit at company code or at bank determination, but system still select my invoice to process.

    Hi Mandy,
    Maximum amount at the level of Co. Code/Pmt method means, that system at the time of creating payment documents will not pick up any payment which exceeds this amount.
    For example, you you have a payment method "Cheque" and the organization wants to set up a maximum limit for the cheque payment, then you can specify maximum amount here and F110 will not issue any cheque exceeding this amount.
    Available amounts is maintained at the Bank account level( I have explained this in a previous thread you had raised)
    So, in short, you can say, maximum amount is for a single payment document that is created and available amount is the amount that is available to make all the payments from the proposal list.
    For your testing : Check whether the Payment method is specified at the item level in your posted document, if yes, remove it and try again. If you read SAP help on this field it says -
    " Items in which the Payment method has already been specified are excluded from this.In these cases, the payment method specified is also valid if the maximum amount is exceeded"
    Regards,
    Kavita

  • Max limit reached for tablespace in SAP BW

    Hi Friends,
    We are having one SAP BW system on DB6, AIX...in that the max limit for tablespabe is 512GB, which is going to be exceeded soon...
    So it is planned to move some tables from tablespaces of aggregates i.e. FACTI, FACTD into new tablespaces...
    How can this be achieved?
    Thanks & Regards,
    Kunal Patel.

    He Kunal,
    As mentioned by Jens, you can use the DB2 9's Large RIDS (Larger Record Identifiers) support which significantly increases the size limit for table space.  SAP has a tools to do the conversion for you - OSS Note 11058956 (ABAP tool for activating large RIDs).
    Regards,
    -Beck

  • Material Transaction sequence reached max limit in Version 11.0.3

    Problem Desc:
    Oracle Applications Version 11.0.3
    Material Transaction sequence reached max limit.
    Material Transaction sequence got exhausted.
    All the material transacted got stuck in AQ Process.
    Material transactions done are pertaining to PO Receipts, Sub Inventory transfer, Inter Org transfer,
    Could you please advice a solution.
    Thanks and Regards
    Aditya

    Hello,
    I had similar problem standard seq reached max limit. I could not book sales order. Solution from metalink was simple alter seq.
    http://docs.oracle.com/cd/B13789_01/server.101/b10759/statements_6014.htm
    MAXVALUE
    Specify the maximum value the sequence can generate. This integer value can have 28 or fewer digits. MAXVALUE must be equal to or greater than START WITH and must be greater than MINVALUE.
    Regards,
    Luko

  • Heap max limit

    Hello, I have done some tests to check the heap size of an application.
    This is my test code:
    public class Main {
         public static void main(String[] args) {
              Runtime runtime = Runtime.getRuntime();
              // Max limit for heap allocation.
              // It's in bytes.
              long heapLimitBytes = runtime.maxMemory();
              // Currently allocated heap.
              // It's in bytes
              long allocatedHeapBytes = runtime.totalMemory();
              // Unused memory from the allocated heap.
              // It's an approximation, it's in bytes.
              long unusedAllocatedHeapBytes = runtime.freeMemory();
              // Used memory from the allocated heap.
              // It's an approximation, it's in bytes.
              long usedAllocatedHeapBytes =
                   allocatedHeapBytes - unusedAllocatedHeapBytes;
              System.out.println("Max limit for heap allocation: " +
                        getMBytes(heapLimitBytes) + "MB");
              System.out.println("Currently allocated heap: " +
                        getMBytes(allocatedHeapBytes) + "MB");
              System.out.println("Used allocated heap: " +
                        getMBytes(usedAllocatedHeapBytes) + "MB");
         private static long getMBytes(long bytes) {
              return (bytes / 1024L) / 1024L;
    }Then I run this program with the option -Xmx1024m, and the result was:
    On windows: Max limit for heap allocation: 1016MB
    On HP-UX: Max limit for heap allocation: 983MB
    Someone knows why the max limit is not 1024MB as I requested?
    And why it shows a different value in windows than in HP-UX?
    Thanks
    Edited by: JoseLuis on Oct 5, 2008 11:29 AM

    Thank you for the reply
    I have checked and the page size in windows and HP-UX is 4KB.
    Also, in the documentation for the -Xmx flag it says that the size must be multiple of 1024 bytes and bigger than 2 MB.
    I may understand that the allocated size can be rounded to the nearest page (4 KB block), wich give you a difference less than 1 MB between the requested size and the real allocated size, but in windows the the difference is 8 MB and in HP-UX the difference is 41 MB. It's a big difference.
    Am I missing something?

  • Steps max limit  in a Job Chain

    Hello experts,
    The SAP recommanded that the minimum number of steps in Job Chain for performance purpose.
    Can anybody tell , Is there any max limit on the number of steps in a Job chain?
    Thanks ,
    Suresh Bavisetti

    Can you reference the documentation where you see a minimum number of steps in a job chain recommended? I think there is no upper limit for the number of steps in a chain. How many steps are you thinking of adding?
    Or are you talking about nesting job chains within other job chains? Pleas eclarify if this is the case.
    Rgds,
    David Glynn

  • Any way around the 393 character code limit?

    Hi,
    I'm using BI Publisher with Siebel 8.1.1.1.
    I'm using the following to count the number of severity 1 Service Requests entered during the month of January:
    <?count(ssServiceRequest[ssSeverity[.='1-Critical'] and xdoxslt:date_diff('d', xdoxslt:format_date(ssCreated,'yyyy-mm-dd','mm/dd/yyyy',$_XDOLOCALE,$_XDOTIMEZONE), '2011-01-31', $_XDOLOCALE, $_XDOTIMEZONE) <=30 and xdoxslt:date_diff('d', xdoxslt:format_date(ssCreated,'yyyy-mm-dd','mm/dd/yyyy',$_XDOLOCALE,$_XDOTIMEZONE), '2011-01-01', $_XDOLOCALE, $_XDOTIMEZONE) >=-30])?>
    I now want to add another search criteria but it blows the 393 character code limit:
    <?count(ssServiceRequest[ssSeverity[.='1-Critical'] and ssTrProductName[.!='WS-MService'] and xdoxslt:date_diff('d', xdoxslt:format_date(ssCreated,'yyyy-mm-dd','mm/dd/yyyy',$_XDOLOCALE,$_XDOTIMEZONE), '2011-01-31', $_XDOLOCALE, $_XDOTIMEZONE) <=30 and xdoxslt:date_diff('d', xdoxslt:format_date(ssCreated,'yyyy-mm-dd','mm/dd/yyyy',$_XDOLOCALE,$_XDOTIMEZONE), '2011-01-01', $_XDOLOCALE, $_XDOTIMEZONE) >=-30])?>
    I have tried using an if statement to filter on the product name, but it is not working.
    Any tips will be appreciated!
    many thanks,
    Claire

    Try to insert a separate form field in your template where you should declare a variable and assign it the value of - xdoxslt:format_date(ssCreated,'yyyy-mm-dd','mm/dd/yyyy',$_XDOLOCALE,$_XDOTIMEZONE. Then call this variable in your existing form field.
    This should reduce the code.
    -Jeet

  • Max. limit of number of chapters?

    I submitted my ibook and now got a ticket saying something is wrong in landscape mode. The selection at the bottom does not work properly. I have 64 chapters. What is the max. limit?

    Rectification,
    In fact it seems whether it is the synchronization of the files which does not work well, " to Analyze the update of metadatas "
    In the synchronization the import is correctly made, and the process of reading of metadatas seems to take place normally - but ineffective.
    On the other hand, by selecting all the photos of the current file  and by using the function ' Metadatas / to Read metadatas since the file ', I managed to go into Lightroom the missing metadatas.
    There is thus probably not a limit of the number of keywords, but a dysfunction during their import from an external source.
    Rectification,
    En fait il semble que ce soit la 'synchronisation des dossiers' qui ne fonctionne pas bien, au niveau de "Analyser la mise à jour des métadonnées"
    A la synchronisation l'importation se fait correctement, et le processus de lecture des métadonnées semble se dérouler normalement - mais sans effet.
    Par contre, en sélectionnant toutes les photos du dossier en cours et en utilisant la fonction 'Métadonnées / Lire les métadonnées depuis le fichier', j'ai réussi à rentrer dans Lightroom les métadonnées manquantes.
    Il n'y a donc sans doute pas de limite du nombre de mots clés, mais un dysfonctionnement lors de leur import à partir d'une source externe.

  • Max limit for Hierarchy

    Hi,
    The client has varying levels of people reporting levels.Some go down just three levels, others go down 14 levels.
    What is robust way to model and store that hierarchy and present its hierarchy values in OBI.
    Is 11 the max limit for Hierarchy?
    Thanks

    AFAIK, I dont think there is any thing limiting about OBIEE in terms of max. levels within a hierarchy other than the limits set by your data source (oracle has 1000 column limit AFAIK in a table).
    Swapan.

  • Bad practice to always fill recordable media dvd etcetera to the max limit?

    I burn a lot of dvd, bluray etcetera.
    I see that for example Blu Ray Bd-R has a max capacity of 23.31 GB (single layer).
    I have heard that you are not suppose to fill it to the max limit due to quality of burning for long time storage, but cannot understand why eventually.
    Any good guidelines for this?

    Yes, I agree, the chance of bad sectors, or the need for an extra metafile block can means filling the disc is undesirable, especially if just adding plain data. 
    Here's what I have to say about CDs*:
    http://www.macmaps.com/cdrfailure.html

  • Received error message that message could not be sent due to domain's size limit

    Sent messages come back saying the domain's size limit causes messages to be undeliverable. How can I fix this?

    Folling your instructions, settings same as ISP's, I did manage to send and receive One test message yesterday.
    Trying this morning all attempts are complete failures; with requests to "enter new password". A password which has not been changed.
    Just now attempted to send a test message three times; receiving the same request for a new password then some how forcing the issue I received the following:
    "An error occurred sending mail: The mail server sent an incorrect greeting: pacmmta54.windstream.net pacmmta54 4.7.1 - Connection Refused - 72.168.134.151 - Too many connections."
    By the way, I've (using the package manager) have completely un-installed and then then reinstall "Thunderbird".
    An interesting note; I should have had NO orginal settings or have retained any incoming email messages, correct?, but I did and infact click on the link of your original reply. This message is not being sent from in side Thunderbird, but from Mozilla support web page. Thank you for your assistance.
    Bob

  • Max limit job servers with bods

    Under Tools > options > job server > environment>
    max number of engine processes= 8
    what does that mean, does it mean this BODI can run 8 job servers parallell?
    Are there a max limit of job servers?
    thank you very much for the helpful info.

    Michael, good post .... follow-up question on this:
    Per your replay if I have a job that has 2 dataflows that run in parallel I should be able to see 3 processes being launched.
    And on my linux sever using "ps -f -u myuser" I would see processes like:
    /app/bods/sapbo/dataservices/bin/al_engine -PLocaleUTF8<snip>
    /app/bods/sapbo/dataservices/bin/al_engine -C/app/bods/sapbo/dataservices/log/command<snip>
    /app/bods/sapbo/dataservices/bin/al_engine -C/app/bods/sapbo/dataservices/log/command<snip>
    Correct?
    Mike

  • Cifs - 5 character password limit

    Hi
    I've found that if I add a simple password with more than 5 characters in it and I can't authenticate to the netware server via cifs. if the password is shorter than 5 characters it works fine, what am I doing wrong or is this a limitation to the novell cifs protocol?
    the servers are netware 6.5 sp8 edir 8.8.5 and the client is a windows xp/windows 2000
    tia

    Hi Marcel
    we are using simple password (we don't hae universal password yet) and the passwords are changed via iManager.
    tia
    >>>
    From: Marcel Cox<[email protected]>
    To:novell.support.native-file-access
    Date: 03/09/10 12:36
    Subject: Re: cifs - 5 character password limit
    aemo;2016916 Wrote:
    > Hi
    >
    > I've found that if I add a simple password with more than 5 characters
    > in it and I can't authenticate to the netware server via cifs. if the
    > password is shorter than 5 characters it works fine, what am I doing
    > wrong or is this a limitation to the novell cifs protocol?
    >
    > the servers are netware 6.5 sp8 edir 8.8.5 and the client is a windows
    > xp/windows 2000
    >
    > tia
    There is certainly no 5 character password limitaton for CIFS. What
    kind of passwords are you using for CIFS authentication? Simple password
    or universal password? How do you initially set your password?
    Marcel Cox
    Marcel_Cox's Profile: http://forums.novell.com/member.php?userid=8
    View this thread: http://forums.novell.com/showthread.php?t=419711

Maybe you are looking for