600 is the maximum allowable size of an index.

"600 is the maximum allowable size of an index. Composite index specified is 1275 bytes."
The above is the error I receive when I deploy my application in JBoss version 4.0.1. I am using Sybase 11.5. I am using jtds-1.1 database driver.
BankService is an entity bean.
I am unable to figure out where the problem is.
I am in the middle of a deployment at a client's and am desperately in need of help.
Thanks in advance.
Regards,
Shardul.
Complete trace of the exception
org.jboss.deployment.DeploymentException: Error while creating table bankservice; - nested throwable: (java.sql.SQLException: 600 is the maximum allowable size of an index. Composite index specified is 1275 bytes.
     at org.jboss.ejb.plugins.cmp.jdbc.JDBCStartCommand.createTable(JDBCStartCommand.java:540)
     at org.jboss.ejb.plugins.cmp.jdbc.JDBCStartCommand.execute(JDBCStartCommand.java:196)
     at org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager.startStoreManager(JDBCStoreManager.java:484)
     at org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager.start(JDBCStoreManager.java:381)
     at org.jboss.ejb.plugins.CMPPersistenceManager.start(CMPPersistenceManager.java:157)
     at org.jboss.ejb.EntityContainer.startService(EntityContainer.java:340)
     at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:272)
     at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:222)
     at sun.reflect.GeneratedMethodAccessor48.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:144)
     at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
     at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
     at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
     at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:642)
     at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:891)
     at $Proxy0.start(Unknown Source)
     at org.jboss.system.ServiceController.start(ServiceController.java:416)
     at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:144)
     at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
     at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
     at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
     at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:642)
     at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
     at $Proxy129.start(Unknown Source)
     at org.jboss.ejb.EjbModule.startService(EjbModule.java:394)
     at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:272)
     at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:222)
     at sun.reflect.GeneratedMethodAccessor48.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:144)
     at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
     at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
     at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
     at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:642)
     at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:891)
     at $Proxy0.start(Unknown Source)
     at org.jboss.system.ServiceController.start(ServiceController.java:416)
     at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:144)
     at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
     at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
     at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
     at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:642)
     at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
     at $Proxy20.start(Unknown Source)
     at org.jboss.ejb.EJBDeployer.start(EJBDeployer.java:605)
     at org.jboss.deployment.MainDeployer.start(MainDeployer.java:964)
     at org.jboss.deployment.MainDeployer.start(MainDeployer.java:956)
     at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:775)
     at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:738)
     at sun.reflect.GeneratedMethodAccessor50.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:144)
     at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
     at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:122)
     at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
     at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:131)
     at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
     at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
     at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:642)
     at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
     at $Proxy8.deploy(Unknown Source)
     at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:305)
     at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:481)
     at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:204)
     at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:277)
     at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:272)
     at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:222)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:144)
     at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
     at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
     at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
     at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:642)
     at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:891)
     at $Proxy0.start(Unknown Source)
     at org.jboss.system.ServiceController.start(ServiceController.java:416)
     at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:144)
     at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
     at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
     at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
     at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:642)
     at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
     at $Proxy4.start(Unknown Source)
     at org.jboss.deployment.SARDeployer.start(SARDeployer.java:261)
     at org.jboss.deployment.MainDeployer.start(MainDeployer.java:964)
     at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:775)
     at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:738)
     at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:722)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:144)
     at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
     at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:122)
     at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
     at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:131)
     at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
     at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
     at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:642)
     at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
     at $Proxy5.deploy(Unknown Source)
     at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:413)
     at org.jboss.system.server.ServerImpl.start(ServerImpl.java:310)
     at org.jboss.Main.boot(Main.java:162)
     at org.jboss.Main$1.run(Main.java:423)
     at java.lang.Thread.run(Thread.java:534)
Caused by: java.sql.SQLException: 600 is the maximum allowable size of an index. Composite index specified is 1275 bytes.
     at net.sourceforge.jtds.jdbc.SQLDiagnostic.addDiagnostic(SQLDiagnostic.java:364)
     at net.sourceforge.jtds.jdbc.TdsCore.tdsErrorToken(TdsCore.java:2754)
     at net.sourceforge.jtds.jdbc.TdsCore.nextToken(TdsCore.java:2195)
     at net.sourceforge.jtds.jdbc.TdsCore.getMoreResults(TdsCore.java:620)
     at net.sourceforge.jtds.jdbc.JtdsStatement.processResults(JtdsStatement.java:483)
     at net.sourceforge.jtds.jdbc.JtdsStatement.executeSQL(JtdsStatement.java:445)
     at net.sourceforge.jtds.jdbc.JtdsStatement.executeImpl(JtdsStatement.java:623)
     at net.sourceforge.jtds.jdbc.JtdsStatement.executeUpdate(JtdsStatement.java:1042)
     at net.sourceforge.jtds.jdbc.JtdsStatement.executeUpdate(JtdsStatement.java:999)
     at org.jboss.resource.adapter.jdbc.WrappedStatement.executeUpdate(WrappedStatement.java:229)
     at org.jboss.ejb.plugins.cmp.jdbc.JDBCStartCommand.createTable(JDBCStartCommand.java:527)
     ... 122 more

Hi Martin Jelínek,
I think there is problem while creating Clusters Index. In Sybase there are some limitation for creating Clustered Index make sure that the lengths total no more than 600 bytes.
Please refer to the below link it might be helpful to you.
SyBooks Online-Error 1903.
SAP Sybase Forums - ASE - General Discussion - Enen in ASE 15; why maximum size of index is limited to 600 bytes (at le…
Regards,
Akhileshkiran.

Similar Messages

  • Image Exceeds the maximum allowed size for a dual layer configuration

    Error message appearing on the log it's a 7.2gb project on a 8.5gb dvd. Any ideas as to how to fix this. The build was okay.

    Could be the way the meter is counting, or how you are looking at the size.
    http://dvdstepbystep.com/faqs_2.php (where are you seeing 7.2 Gigs?) If the size is over making audio AC3 or changing video enocoding rates could do the trick.
    Also if the error message is slightly different it could be an improper (or none) layer break.
    http://discussions.apple.com/thread.jspa?messageID=9570988&#9570988

  • Which is the maximum allowable size of a BSO cube?

    Hi Experts!
    Can anyone tell me if it is possible to have a BSO cube of between 1 and 4 Terabytes_ and if it can be tuned for acceptable performance with about 100 concurrent users?
    Sorry if I look stupid with this question but this is my real important question now! Thank you so much in advance!

    The largest BSO cube I have seen is 400 GB. I was just at the Kscope conference speaking with one of the long time Oracle Essbase support reps and asked her the largest BSO cube she had seen and it was 500 GB. I would not advise doing anything beyond 1 TB even on modern hardware.
    Anyone else have opinions on largest supportable BSO cube?
    One thing to understand on huge cube sizes is when/if you need to do a dense restructure it will take a long long time which leads you into a process of exporting level 0 data, clearing the cube, updating the hierarchy, loading level 0, re-calcing the cube which again on a large cube can take a lot of time.
    Data of this size is many times better placed in a ASO cube presuming it can meet the business requirements.
    Regards,
    John A. Booth
    http://www.metavero.com

  • Error Items-90122: "Invalid Executable Size " the size of your app's executable file exceeds the maximum allowed size of 80 MB ,

    Hi,
    I am getting "Invalid Executable Size" error when i am trying to upload my app Ipa to iTunes , the same app was uploaded before without this issue, can any one help me to get out of this and to upload my app to iTunes ,
    Any help greatly appreciated....:)
    Thanks in advance..
    Thanks,
    HariKrishnan

    No , still i didn't get any reasonable solution, ,

  • HELP!!! layer 0 exceeds the maximum layer size allowed (DVD STUDIO PRO)

    when I try to burn a dual dvd with 7.1 gb on it. The discs are 8.5gb dual dvd's, it says this in the error box.
    Formatting was not successful. Layer 0 exceeds the maximum layer size allowed. Please choose a suitable marker location that will support this condition.
    I have tried to dual layer break point on a chapter half way through and other locations, but it still says it. What do I do???? I need to get this done ASAP!!!!! Can you please help, its kinda a emegency!!!!!!
    please email me back at [email protected]
    Thanks so much
    G5   Mac OS X (10.4.6)  

    Hey timeline
    welcome to the apple boards...
    ill give you the easy fix, although i would recommend the proper fix.
    first, build your project on any of your drives so you can see your audio and video TS folders.
    once you see your build, then click on "Format" and before you click on format (on the lower right hand corner of the Format window, click on the second tab and under "Layer Break" click the drop down box and whatever is NOT greyed out, can be used as a layer break.
    the more proper way do it it would require you to do some calculations based on the amount of video in your project and re-encode your video.
    hope that helps
    Mikey M.

  • The request exceeds the maximum allowed database size of 4 GB

    I have craeted a user in oracle 10g with following commands
    CRAETE USER USERNAME IDENTIFIED BY PASSWORD
    DEFAULT TABLESPACE users TEMPORARY TABLESPACE temp;
    Grant create session to USERNAME;
    Grant create table to USERNAME;
    Grant create view to USERNAME;
    Grant create trigger to USERNAME;
    Grant create procedure to USERNAME;
    Grant create sequence to USERNAME;
    grant create synonym to USERNAME;
    after that when i want to craete a table i got following error
    SQL Error: ORA-00604: error occurred at recursive SQL level 1
    ORA-12952: The request exceeds the maximum allowed database size of 4 GB
    00604. 00000 - "error occurred at recursive SQL level %s"

    Error starting at line 1 in command:
    SELECT /* + RULE */ df.tablespace_name "Tablespace", df.bytes / (1024 * 1024) "Size (MB)", SUM(fs.bytes) / (1024 * 1024) "Free (MB)", Nvl(Round(SUM(fs.bytes) * 100 / df.bytes),1) "% Free", Round((df.bytes - SUM(fs.bytes)) * 100 / df.bytes) "% Used" FROM dba_free_space fs, (SELECT tablespace_name,SUM(bytes) bytes FROM dba_data_files GROUP BY tablespace_name) df WHERE fs.tablespace_name = df.tablespace_name GROUP BY df.tablespace_name,df.bytes
    UNION ALL
    SELECT /* + RULE */ df.tablespace_name tspace, fs.bytes / (1024 * 1024), SUM(df.bytes_free) / (1024 * 1024), Nvl(Round((SUM(fs.bytes) - df.bytes_used) * 100 / fs.bytes), 1), Round((SUM(fs.bytes) - df.bytes_free) * 100 / fs.bytes) FROM dba_temp_files fs, (SELECT tablespace_name,bytes_free,bytes_used FROM v$temp_space_header GROUP BY tablespace_name,bytes_free,bytes_used) df WHERE fs.tablespace_name = df.tablespace_name GROUP BY df.tablespace_name,fs.bytes,df.bytes_free,df.bytes_used ORDER BY 4 DESC
    Error at Command Line:1 Column:319
    Error report:
    SQL Error: ORA-00942: table or view does not exist
    00942. 00000 - "table or view does not exist"
    *Cause:   
    *Action:                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Layer 0 exceeds the maximum layer size allowed.

    I am getting the following message and do not know what to change in my pref.
    Formatting was not successful. Layer 0 exceeds the maximum layer size allowed. Please choose a suitable marker location that will support this condition.

    No change in preferences, it is something you need to make a marker for on a DL Disc
    On the layer break some threads below - basically there needs to be a marker somewhere so that is around 1/2 way give or take Take a look at the PDF pages 576-586 for some of the details.
    http://discussions.apple.com/thread.jspa?messageID=4274608&#4274608
    http://discussions.apple.com/thread.jspa?messageID=4470720&#4470720
    http://discussions.apple.com/thread.jspa?messageID=4309773&#4309773

  • Mail responds with this error when I have attachments which are not that large.  How can I get around this. very aggravating. error reads Your message has size 32.1 MB, which exceeds 28.3 MB, the maximum allowed by the server.

    error message is-Your message has size 32.1 MB, which exceeds 28.3 MB, the maximum allowed by the server.  What can I do to get it to accept larger files. This was only 4 pages scanned.

    You can use the Preview app to reduce the fille size or send multiple emails.

  • Formatting was not successful.  Layer 0 exceeds the maximum layer size

    I am attempting to burn my first dvd w/ dvdstudio pro. I pressed burn. Processing took approximately 25 minutes. Everything seems to be goin well. The I get the following message,
    "Formatting was not successful. Layer 0 exceeds the maximum layer size allowed. Please choose a suitable marker location that will support this condition."
    Can anyone help me out with this?
    The following info was in the build log,
    Starting DVD Build MUSICVIDEOMIXTAPE...
    Compiler Initializing...
    Precompiling Project MUSICVIDEOMIXTAPE
    Compiling VMG Information...
    Created 8 PGCs in VTSM1
    Created 5 PGCs in VTSM2
    Created 8 PGCs in VMG.
    1 Menu(s) will be created...
    Compiling Menu PGCs...
    Compiling Menu#1 (Menu 1)...
    Rendering Menu:Menu 1,Language:1...
    Generating Transition: VTSM #01, VOB #1...
    Writing VIDEO_TS.VOB
    Compiling Menu PGCs...
    Writing VTS020.VOB
    2 VTSs and 2 Titles will be created...
    Compiling VTS#1 (drivin me wild- Common & Lilly Allen)...
    Muxing VTS011.VOB
    Done.
    Compiling VTS#2 (d12 vid mix tape)...
    Writing VTS020.VOB
    Muxing VTS021.VOB
    Done.
    Linking VMG...
    Linking VTS#1...
    Linking VTS#2...
    Writing VTS#1...
    Writing VTS#2...
    Writing VMG...
    Writing Layout Info...
    Compile Completed Successfully
    Note: The file ‘MUSICVIDEOMIXTAPE.layout’ found in the ‘VIDEO_TS’ folder is not a DVD-Video file and will not be included in the final disc or DLT.
    Note: The file ‘VOB_DATA.LAY’ found in the ‘VIDEO_TS’ folder is not a DVD-Video file and will not be included in the final disc or DLT.
    Formatting was not successful. Layer 0 exceeds the maximum layer size allowed. Please choose a suitable marker location that will support this condition.

    It sounds like you are trying to burn a dual layer disc. Do you need a dual layer disc? (i.e., do you have more than 4.3 GB of material?) If you do then there is a tutorial at;
    http://www.kenstone.net/fcphomepage/dual_layer_mediagary.html

  • Database is approaching its maximum allowable size ?

    I have just for this alert within the CSA MC V5.1.0.79
    The 'Management Center for Cisco Security Agents V5.1' database is approaching its maximum allowable size. Please purge old data.
    I have look at the 'Database Mainteance' and I can see the following
    Database size: 1273 MB
    Event and configuration data size: 1142 MB
    Application Deployment data size: 0 MB
    Unallocated space: 114 MB
    Free disk space: 29586 MB
    Recommendations: none.
    Database csaanalysis51 (behavior analysis data) [connection parameters]
    Database size: 1 MB
    Unallocated space: 0 MB
    Free disk space: 29586 MB
    Recommendations: none.
    How can I resolve this issue ?

    I ran the SQL 2000 installation and chose "Upgrade existing SQL Server installation" and it worked fine on a test MC.
    There is more information on upgrading SQL Server Desktop Engine here:
    http://support.microsoft.com/kb/325023
    I don't know if this is supported by Cisco so make sure you have a good backup and run a backup of the MC before attempting it.
    Tom

  • Your message exceeds the maximum allowed by the server

    After many years my Mail refuses to work properly:
    This message could not be delivered and will remain in your Outbox until it can be delivered.
    Your message has size 1,6 MB, which exceeds 1,0 MB, the maximum allowed by the server.
    I created another account but problem remains.
    I talked with my internet provider and the problem is only with Mail.
    Thanks.

    Is this for a .Mac account?
    If so, check this link which the following was copied from.
    http://docs.info.apple.com/article.html?artnum=25301
    There is also a 10 MB maximum size for messages sent or received using the .Mac mail system.
    There is nothing wrong with Mail and you would experience the same with any email client such as Mail on a Mac or a Windows PC.
    Most ISPs and email account providers have the identical 10 MB overall message size limit for received and sent messages. In fact, I know several people who have a smaller overall message size limit such as 5 MB so this is not unusual.
    Even if your ISP or email account provider for your email account has a larger overall message size limit, the overall message size limit must be under the recipient's overall message size limit imposed by their ISP or email account provider for their email account or your sent message will be rejected by the recipient's incoming mail server.
    All message attachments must be encoded before being sent and decoded when received. Mail uses MIME 1.0 for attachment encoding/decoding which is the internet standard but a problem with MIME is it isn't very efficient.
    The attachment encoding process increase the size of the pre-encoded file by roughly 50% or so. A 5 MB file (pre-encoded) will be roughly 7.5 MB in size after the attachment encoding process.

  • The initial heap size must be less than or equal to the maximum heap size.

    All,
    Please help!!
    I have tested my Application Client Project in WSAD on my pc and it works fine.
    I have 1gb RAM on my pc. When I deploy the same app on another xp pc(same as mine but 512mb RAM) I get a heap size error. Here is the exact error:
    Incompatible initial and maximum heap sizes specified:
    initial size: 268435456 bytes, maximum heap size: 267380736 bytes
    The initial heap size must be less than or equal to the maximum heap size.
    The default initial and maximum heap sizes are 4194304 and 267380736 bytes.
    Usage: java [-options] class [args...]
    (to execute a class)
    or java -jar [-options] jarfile [args...]
    (to execute a jar file)
    where options include:
    -cp -classpath <directories and zip/jar files separated by ;>
    set search path for application classes and resources
    -D<name>=<value>
    set a system property
    -verbose[:class|gc|jni]
    enable verbose output
    -version print product version
    -showversion print product version and continue
    -? -help print this help message
    -X print help on non-standard options
    Could not create the Java virtual machine.
    Press any key to continue . . .
    Here is the batch file that runs my app:
    @echo off
    SET appClientEar=C:\corp\apps\mts\jars\MTSClientEAR.ear
    set JVM_ARGS=-Xms256M -Xmx256M
    set CLIENT_PROPS=C:\corp\apps\mts\jars\medicalclient.properties
    set APP_ARGS=
    call C:\bnsf\IBM\WebSphere\AppClient\bin\launchClientBNSF.bat "%JVM_ARGS%" %appClientEar% "-CCpropfile=%CLIENT_PROPS%" %APP_ARGS%
    @pause
    I have changed the value of Xms and Xmx of JVM_ARGS to different size but I sitll get error. Anyone knows what the problem is. Thanks..

    Don't know why, but the "maximum heap size: 267380736 bytes" value is just slightly less than 256*1024*1024, wheras the reported initial size is equal to that.
    Try setting the initial value to 255MB.

  • Bex Query: Too many table names in the query The maximum allowable is 256

    Hi Experts,
    I need your help, Im working on a Query using a multiprovider of 2 datastores, I need to work with cells to assign specific acconts values to specific rows and columns, so I was creating a Structure with elements from a Hierarchy, but I get this error when I'm half way of the structure:
    "Too many table names in the query. The maximum allowable is 256.Incorrect syntax near ')'.Incorrect syntax near 'O1'."
    Any idea what is happening? is ti possible to fix it? do I need to ask for a modification of my Infoproviders? Some one told me is possible to combine 2 querys, is it true?
    Thanks a lot for your time and pacience.

    Hi,
    The maximum allowable limit is 256 holds true. It is the max no. of characteristics and key figures that can be used in the column side. While creating a structure, you create key figures (restricted or calculated) and formulas etc.. The objects that you use to create these should not be more than 256.
    http://help.sap.com/saphelp_nw70/helpdata/EN/4d/e2bebb41da1d42917100471b364efa/frameset.htm
    Not sure if combination of 2 query's is possible.  You can use RRI. Or have a woorkbook with 2 queries.
    Hope it helps.

  • I need more than the maximum allowed 30 profiles - how do I change this?

    I need more than the maximum allowed 30 profiles - how do I change this? Once I reach 30 profiles and I try to add one - it just deletes one automatically thus only allowing a maximum of 30. Please help.

    You are talking about 30 Firefox Profiles on the same Windows Logon User Account?
    I never saw that as a limit myself. I had 53 Profiles at one time, although I haven't done that since Firefox 3.0. It was causing an extended launch time and I started using "remote" Profiles that weren't controlled by the Profile Manager and weren't in the '''profiles.ini''' file; launched by command line. Like this in the Target line for the desktop shortcut: <br />
    ''' "C:\Program Files\Firefox_4.0_zip\firefox.exe" -Profile D:\Mozilla\Active-Profiles\4.0_10-15-10-N '''

  • I have a 13 inch macbook (late 2007) what is the maximum allowable height for a hard drive?

    what is the maximum allowable height for an internal hard drive. I want to replace my hard drive are there any other things I should make sure of in terms of compatability?

    timfromdoylestown wrote:
    would they erase it and reformat it? what is the purpose of doing so?
    they have to format it to make it mac "compatible", for a lack of better terms.  I don't know what they would do.

Maybe you are looking for