Maximum Parameter Size?

I am working on a report which the user can select from a number of text templates from a web form. One of the options is custom text (if the pre-defined ones aren't good enough). This text is passed from the ASP page to Crystal as a parameter, and printed onto the report in the proper place.
However, there seems to be a 255 character limit for a "string" parameter type. Is this a Crystal 8.5 limitation, or something I am stuck with?
I am actually passing 3 parameters to Crystal: clientID, addressType, and bodyText. The clientID and addressType are parameters needed for a stored procedure. The bodyText is ignored on all reports with pre-defined text, and they work just fine.
If I am stuck with the 255 character limit, are there any other ways to get this text into the report? Ideally, I'd like to be able to allow the user up to 2000 characters.
Thanks in advance!

OK, I'll look into that. I am quite familiar with arrays, but not sure how to use them in Crystal.
Another problem I am having now: CR8.5 won't let me re-sort the parameter fields. As stated above, The first two are what the SP needs, the last one contains a string. I use the arrows in Field Explorer to move the parameters fields where I want and then save, but the order doesn't "stick". The third parameter moves to the top!
I really wish our sys admin was here to get the help portion of CR installed!

Similar Messages

  • Important conceptual question about Application Module, Maximum Pool Size

    Hello everyone,
    We have a critical question about the Application Module default settings (taking the DB connections from a DataSource)
    I know that on the Web it is generally suggested that each request must end with either a commit or rollback when executing PL/SQL blocks "directly" on the DB without the framework BC/ViewObject/Entity service intervention.
    Now, for some reasons, we started to develop our applications with thinking that each Web Session would reference exactly one DB session (opened by any instance taken from the AM pool) for the whole duration of the session, so that the changes made by each Web session to its DB session would never interfere with the changes made by "other" Web Sessions to "other" DB sessions .
    In other words, because of that convincement we often implemented sort of "transactions" that open and close (with either commit or rollback) each DB session not in/after a single HTTP request, but during many HTTP Requests.
    As a concrete example think of this scenario:
    1. the user presses the "Insert" button. An HTTP request is fired. The action listener is executed and ends up with inserting rows in a table via a PL SQL block (not via the ViewObjects API).
    2. no commit or rollback after the above PL/SQL block is done yet.
    3. finally the user presses a "Commit" or "Rollback" button, firing the call to the appropriate AM methos.
    Those three requests consist of what I called "transaction".
    From the documentation it's clear that there is no guarantee that the couple AM istance + DB session is the same during all the requests.
    This means that, during step 2, it's possible that another user might reference the same "pending" AM/DbSession for his needs and "steal" somehow the work done via PL/SQL after step 1. (This happens because sessions taken by the pool are always rolled back by default.)
    Now my question is:
    Suppose we set the "Maximum Pool Size" parameter to very a great number (always inferior to the maximum number of concurrent users):
    Is there any guarantee that all the requests will be isolated in that case?
    I hope the problem is clear.
    Let me know if you want more details.

    Thanks for the answers.
    If I am right, from all your answers about resource avaiability, this means that even supposing the framework is able to always give us the same AM instance back from the AM pool (by following the session-affinity criterias), there is, however, no "connection affinity" with the connections from the DataSource. This means that the "same AM instance" might take the "a new DB connection", if necessary, from the connection pool of the DataSource. If that happens, that could give us the same problems as taking "a new AM instance" (that is, not following session-affinity) from the beginning, since each time an a new connection is taken (either via a new AM instance or via the same AM instance plus a new DB connection), the corresponding DB session is rolle back by default, clearing all the pending transactions we might have performed before with direct PL/SQL calls bypassing the AM services during the life cycle of our application, so that the new HTTP request will have a clean DB session to start to work with.

  • Maximum file size using htmlb:fileUpload

    Hello Gurus,
    in a bsp application we are using htmlb:fileUpload. It was possible to upload a 43 MB file without problem. But our maximum file size is about 220 MB. We made a test with a 190 MB file. After we hit the post button, the browser disconnects immediately (without timedelay) with the message: page cannot be displayed.
    for me it looks like we hit some restriction.
    any idears how to manage the 220 MB file in the browser beside splitting it into smaller files would be greatly appreciated.
    thx a lot in advance and regards from
    Michael

    Hello again,
    could it be this parameter which is for the limitation responsible ?
    icm/HTTP/max_request_size_KB   = 102400
    thx and best regards from Michael

  • Maximum File size in XI

    I have 100 MB file to be transferred through XI.
    How to check maximum file size limit in XI server.
    Is thier any tcode for the same?

    Hi ViJaYaNt JhA ,
    File size depends on your Java Heap (Java heap depends on your Hardware Config).Basically SAP recommends a size of 5 Mb.
    you can try the quicksizer tool on http://service.sap.com/quicksizer.
    Also update the HTTPProvider service on the Java server dispatcher to have the parameter MaxRequestContentLength = 800M
    The ABAP parameters icm/HTTP/max_request_size_km set to 2097152, icm/server_port_0 TIMEOUT set to 600. rdisp/max_wprun_time = 3600, ztta/max_memreq_MB =2048.
    In SXMB_ADM  add the parameter TUNING EO_MSG_SIZE_LIMIT = 40M
    Best way would be splitting technique.
    Splitting the file before it enters XI would considerably reduce the load on XI.
    please refer the following links
    The specified item was not found.
    Refer this blog
    Night Mare-Processing huge files in SAP XI
    one more suggestion is:
    Increase Current Value of the Parameter Nmame : rdisp/max_wprun_time
    using Tcode RZ11 and try to process.
    I think it is possible to process files Sizes up to 50 Mb.
    Refer Note 807000 ,File Adapter: SAP Note 821267.
    Regards,
    Vinod.

  • Maximum file size on SM19 ( Dynamic Configuration )

    Hello,
        How i can change <b>Maximum File Size</b> on SM19 (Dynamic COnfiguration no static) ?
        Thanks in Advance
        Jean Pierre Telschow

    Hi Alex,
        rsau/max_diskspace/local is a static parameter configuration no ? to activate this i will need shutdown my instance....I need change Maximum File Size in Dynamic Mode.
         thnks

  • Extending maximum message size

    I want to extend the maximum message size for a standalone client which is implemented according to the documentation. The server (9.1) is already configured for an extended message size of 20000000 via web console (environment - server - protocols - general). But I get the "weblogic.socket.MaxMessageSizeExceededException: Incoming message of size: '10000080' bytes exceeds the configured maximum of: '10000000' bytes for protocol: 't3'" independently whether I give the parameter "-Dweblogic.MaxMessageSize=20000000" (or MaxT3MessageSize) to the clients jvm or not. How can I increase the message size?

    It doesn't seem to throw an error message - at least not in the logs that I have searched through -but rather simply rejects the message. Everything works properly if the message is trimmed to fit the 64K limit.
    The message recieved by the java application:
    javax.jms.JMSException: JMSRemoteServer[server1:3701]: remote server is closed
    at com.evermind.server.jms.JMSUtils.toJMSException(JMSUtils.java:1853)
    at com.evermind.server.jms.JMSRemoteServer.assertOpen(JMSRemoteServer.java:691)
    at com.evermind.server.jms.JMSRemoteServer.assertOk(JMSRemoteServer.java:700)
    at com.evermind.server.jms.JMSRemoteServer.enqMessage(JMSRemoteServer.java:614)
    at com.evermind.server.jms.EvermindSession.send(EvermindSession.java:1098)
    at com.evermind.server.jms.EvermindMessageProducer.send(EvermindMessageProducer.java:409)
    at com.evermind.server.jms.EvermindMessageProducer.send(EvermindMessageProducer.java:201)

  • Rounding Value,Minimum Lot Size and Maximum Lot Siz parameters

    Hello Gurus,
           Please explain me the what is the use of the parameter Rounding Value
    ,Minimum Lot Size and Maximum Lot Size parameters in the product master and how does it in impact during the Heuristic Run?
    Thanks.

    Rounding value is the incremental quantities in which the order can be produced/procured. Eg. if orders are possible with quantities 40,60, 80, 100 etc..then rounding value is 20.
    Min lot size is the minimum quanity in which order can be produced eg. 40 in above example
    Max lot size is the maximum quanitity in which the order can be produced/procured. eg. 100 in our example
    Impact on Heuristic run: heuristics takes all the above parameter to plan supply order. eg. if requirement is 55, it will supply plan for 60. If requirement is 120, it will produce two orders - one for 100 and the other for 20. if the reuqirement is 10, the order size will be 40.
    Hope this helps.

  • Character parameter size

    hi,
    what is the maximum size for a character parameter. I set a user parameter size to 64000 and compiling works. But when I run the report, it works only for strings having size less than about 32700.
    Is it possible to pass a report a CLOB parameter? thanks

    Hi,
    i use datapump on a regular manner to transfer a database from one server to another. Normaly not with the intention to change block size or character sets. But i think, that does not matter.
    It works perfectly.
    I will recommend to use the character set change tool from oracle to check the compatibility of your data with the new character set before you expdp and impdp the data. But if there is no problem reported from csscan you can just go on.
    Export the data with the old character set and set on the new db server the new character set via nls_lang and import the data.
    Or export the data with nls_lang pointing to the new character set and import it with the same nls_lang parameter. As far a i remember, both ways are equal.
    The block size is nothing to be aware of, the impdp will just use what it find :)
    hth
    Joerg

  • "Incompatiable initial and maximum heap sizes specified" error

    Hi,
    Using the command below:
    java -jar -Xms128m myjar.jar
    I get the following errors:
    "Error occurred during initialization of VM"
    "Incompatiable initial and maximum heap sizes specified"
    but if I take off the initial heap size parameter, just run:
    java -jar myjar.jar
    it works fine apart from that the heap size is not desired.
    Can anyone please tell me what's the cause of the problem here? I'm suspecting the JVM has been configured to restrict manual adjustment of heap sizes...
    Many thanks.

    Hi,
    Using the command below:
    java -jar -Xms128m myjar.jar
    I get the following errors:
    "Error occurred during initialization of VM"
    "Incompatiable initial and maximum heap sizes
    specified"
    but if I take off the initial heap size parameter,
    just run:
    java -jar myjar.jar
    it works fine apart from that the heap size is not
    desired.
    Can anyone please tell me what's the cause of the
    problem here? I'm suspecting the JVM has been
    configured to restrict manual adjustment of heap
    sizes...
    Many thanks.It turns out that I need to also specify the maximum heap size as well. Thanks.

  • Mac OS X Hello World: Texture Dimensions exceed maximum texture size

    Just installed Netbeans 7.1 beta and JavaFX to try it out for the the first time.
    Using Java 1.6_26 with OS X 10.6.6
    I tried creating a new project. It generates a default Hello World app. I tried running this app without modifications. If opens a blank window but then crashes with runtime exceptions as follows. Can anyone suggest where I may be going wrong?
    init:
    Deleting: /Users/shannah/NetBeansProjects/JavaFXApplication2/build/built-jar.properties
    deps-jar:
    Updating property file: /Users/shannah/NetBeansProjects/JavaFXApplication2/build/built-jar.properties
    Compiling 1 source file to /Users/shannah/NetBeansProjects/JavaFXApplication2/build/classes
    compile-single:
    run-single:
    java.lang.RuntimeException: Requested texture dimensions (256x4096) require dimensions (256x0) that exceed maximum texture size (2048)
         at com.sun.prism.es2.ES2Texture.create(ES2Texture.java:147)
         at com.sun.prism.es2.ES2ResourceFactory.createTexture(ES2ResourceFactory.java:45)
         at com.sun.prism.impl.BaseResourceFactory.createMaskTexture(BaseResourceFactory.java:131)
         at com.sun.prism.impl.GlyphCache$GlyphManager.allocateBackingStore(GlyphCache.java:447)
         at com.sun.prism.impl.GlyphCache$GlyphManager.allocateBackingStore(GlyphCache.java:444)
         at com.sun.prism.impl.packrect.RectanglePacker.getBackingStore(RectanglePacker.java:69)
         at com.sun.prism.impl.GlyphCache.getBackingStore(GlyphCache.java:261)
         at com.sun.prism.impl.ps.BaseShaderGraphics.drawString(BaseShaderGraphics.java:1151)
         at com.sun.prism.impl.ps.BaseShaderGraphics.drawString(BaseShaderGraphics.java:1066)
         at com.sun.javafx.sg.prism.NGText.drawString(NGText.java:967)
         at com.sun.javafx.sg.prism.NGText.renderContent(NGText.java:1191)
         at com.sun.javafx.sg.prism.NGNode.renderRectClip(NGNode.java:324)
         at com.sun.javafx.sg.prism.NGNode.renderClip(NGNode.java:351)
         at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:177)
         at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:39)
         at com.sun.javafx.sg.BaseNode.render(BaseNode.java:1143)
         at com.sun.javafx.sg.prism.NGGroup.renderContent(NGGroup.java:205)
         at com.sun.javafx.sg.prism.NGRegion.renderContent(NGRegion.java:420)
         at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:185)
         at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:39)
         at com.sun.javafx.sg.BaseNode.render(BaseNode.java:1143)
         at com.sun.javafx.sg.prism.NGGroup.renderContent(NGGroup.java:205)
         at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:185)
         at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:39)
         at com.sun.javafx.sg.BaseNode.render(BaseNode.java:1143)
         at com.sun.javafx.sg.prism.NGGroup.renderContent(NGGroup.java:205)
         at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:185)
         at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:39)
         at com.sun.javafx.sg.BaseNode.render(BaseNode.java:1143)
         at com.sun.javafx.tk.quantum.AbstractPainter.doPaint(AbstractPainter.java:257)
         at com.sun.javafx.tk.quantum.AbstractPainter.paintImpl(AbstractPainter.java:187)
         at com.sun.javafx.tk.quantum.PresentingPainter.run(PresentingPainter.java:65)
         at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
         at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:351)
         at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:178)
         at com.sun.prism.render.RenderJob.run(RenderJob.java:39)
         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
         at com.sun.javafx.tk.quantum.QuantumRenderer$PipelineRunnable.run(QuantumRenderer.java:102)
         at java.lang.Thread.run(Thread.java:722)
    java.lang.RuntimeException: Requested texture dimensions (256x4096) require dimensions (256x0) that exceed maximum texture size (2048)
         at com.sun.prism.es2.ES2Texture.create(ES2Texture.java:147)
         at com.sun.prism.es2.ES2ResourceFactory.createTexture(ES2ResourceFactory.java:45)
         at com.sun.prism.impl.BaseResourceFactory.createMaskTexture(BaseResourceFactory.java:131)
         at com.sun.prism.impl.GlyphCache$GlyphManager.allocateBackingStore(GlyphCache.java:447)
         at com.sun.prism.impl.GlyphCache$GlyphManager.allocateBackingStore(GlyphCache.java:444)
         at com.sun.prism.impl.packrect.RectanglePacker.getBackingStore(RectanglePacker.java:69)
         at com.sun.prism.impl.GlyphCache.getBackingStore(GlyphCache.java:261)
         at com.sun.prism.impl.ps.BaseShaderGraphics.drawString(BaseShaderGraphics.java:1151)
         at com.sun.prism.impl.ps.BaseShaderGraphics.drawString(BaseShaderGraphics.java:1066)
         at com.sun.javafx.sg.prism.NGText.drawString(NGText.java:967)
         at com.sun.javafx.sg.prism.NGText.renderContent(NGText.java:1191)
         at com.sun.javafx.sg.prism.NGNode.renderRectClip(NGNode.java:324)
         at com.sun.javafx.sg.prism.NGNode.renderClip(NGNode.java:351)
         at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:177)
         at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:39)
         at com.sun.javafx.sg.BaseNode.render(BaseNode.java:1143)
         at com.sun.javafx.sg.prism.NGGroup.renderContent(NGGroup.java:205)
         at com.sun.javafx.sg.prism.NGRegion.renderContent(NGRegion.java:420)
         at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:185)
         at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:39)
         at com.sun.javafx.sg.BaseNode.render(BaseNode.java:1143)
         at com.sun.javafx.sg.prism.NGGroup.renderContent(NGGroup.java:205)
         at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:185)
         at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:39)
         at com.sun.javafx.sg.BaseNode.render(BaseNode.java:1143)
         at com.sun.javafx.sg.prism.NGGroup.renderContent(NGGroup.java:205)
         at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:185)
         at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:39)
         at com.sun.javafx.sg.BaseNode.render(BaseNode.java:1143)
         at com.sun.javafx.tk.quantum.AbstractPainter.doPaint(AbstractPainter.java:257)
         at com.sun.javafx.tk.quantum.AbstractPainter.paintImpl(AbstractPainter.java:181)
         at com.sun.javafx.tk.quantum.PresentingPainter.run(PresentingPainter.java:65)
         at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
         at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:351)
         at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:178)
         at com.sun.prism.render.RenderJob.run(RenderJob.java:39)
         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
         at com.sun.javafx.tk.quantum.QuantumRenderer$PipelineRunnable.run(QuantumRenderer.java:102)
         at java.lang.Thread.run(Thread.java:722)
    JavaFX application launcher: calling System.exit
    BUILD SUCCESSFUL (total time: 20 seconds)

    It's a slightly different error message and stack trace, but pretty similar to that in this thread =>
    JavaFX2 sample app: Error creating framebuffer object
    You can try the workaround suggested in the thread =>
    Use runtime parameter -Dprism.order=j2d to select a SW pipe.
    You can also log a jira at http://javafx-jira.kenai.com, or post your trace and configuration in a comment on a similar Mac rendering error jira to get an Oracle Tech to look at your error.

  • 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.

  • How to change font size, maximum column size in the result screen ?

    hi All
    That's great when using SQL Dev.
    But I also have a trouble that how to change font size, maximum column size in the result screen ?
    My users think that font in result screen is shown very small, and whenever the data in each colum is long then it's not shown full data in column, they must double click for extend the size. Have the option to default the max size for showing full data in each column ? I try but still not to do that .
    Appreciate for anyone to help us.
    Thanks all.
    Sigmasvn

    You can't change the font for the results screen yet, however you will be able to select an auto-fit option for selected columns, so if some columns have slitghtly wider text you'll be able to set the column widths to handle these wider columns.
    Also, there s the option of switching the layout of a record in the grid.
    Sue

  • What is an idea of maximum file size for a film in Captivate?

    Hi there,
    I'm creating an elearning course in Captivate 7, and it is being published as HTML5. This means the films I've imported are being converted to MP4s, and they are around 10-20mb in size once they've converted. They seem very slow to load on some computers - do you think the file size is too big? Or could it be another issue? Does anyone have a recommendation for maximum file size for films? They are 572 x 322px and around 1-2 mins in length.
    Thanks in advance

    Probably better guidelines that dictates 'size' of a vi are:
    typically no more than 1 video screen in size
    is it legible
    and is it's function and operation clear.
    I have seen examples of '1 vi does it all' that were many screens wide and tall, totally a flustercuck, and nearly 1 MB in size.
    Globals and local variables (except for LV2 style) are typcially shunned for they can create a host of problems (race conditions, indeterminant data).
    Use connector pane to wire controls and indicators to. Then use wires between vi's to transfer data. I tend to use clusters to hold shared data.
    ~~~~~~~~~~~~~~~~~~~~~~~~~~
    "It’s the questions that drive us.”
    ~~~~~~~~~~~~~~~~~~~~~~~~~~

  • Maximum file-size for HR EIC emails

    Hi folks
    We currently use EIC in ERP, and have an issue with sending large emails/attachments as the maximum file-size appears to be only 2MB. This is set in the IMG activity Employee Interaction Center (EIC) -> Interaction Center Web-Client -> Communication Channels ->E-Mail -> Define E-Mail Profiles, the attachment maximum size is set to a maximum of 2,147,483 bytes.
    I have tried searching for anyone else having a similar problem, but haven't found anything. I would imagine many customers would have EIC users in a Shared Services environment sending attachments over 2 meg; so before we log a call with SAP, has anyone else had this issue and how did you resolve it?
    Thanks very much.
    James

    The maximum value is 2,147,483 bytes, which is what the config is set to. This seems pretty low, especially in this day and age.

  • Maximum font size for auto-sized form text

    You need to let the user select a maximum font size for automatically sized text. If most of your fields are set at 10pt type, but you have one field for which you want the text to resize automatically, it looks stupid if that cell contains a small amount of text that’s set at 16pt or whatever. If you could set the maximum font size to 10pt for that field, then the text would be consistent with the text in the other fields unless there is so much text that it needs to scale down.

    Can anyone please advise?
    Cheers

Maybe you are looking for

  • How to create a report where records are seperated

    Hi I am busy creating a Shareholders GL Account CR based off OACT, OJDT, JDT1. The fields to be displayed on the report will be OJDT.RefDate, OJDT.Memo, Amount (Formula = JDT1.Debit - JDT1.Credit), Balance (Running Total based off @Amount field, summ

  • Sending mails to UWL using SO_NEW_DOCUMENT_ATT_SEND_API1 function module

    Hi all, is it possible to view mails send using SO_NEW_DOCUMENT_ATT_SEND_API1 function module to UWL? I am receving emails in my SAP Inbox. Please guide. thanks.

  • Ovi Maps 3.03 Weather icon is still absent (E72)

    Weather icon in Ovi Maps 3.03 (E72) disappeared on May-1-2011 and still seems to be absent. It's in Online mode and other Ovi Maps online services work OK  (Lonely Planet, More, Events) I did notice similar recent messages posted here about weather i

  • Time Machine: external hard drive is filling up

    I have a 750gb hard drive that Time Machine backs up on. It's been for going strong for over 2 years now. My hard drive is filling up, I only have 35gb left. Is it okay for me to delete many of the old backups dated from 2 years ago? I really only ne

  • New Laptop need 64 bit version but originally bought the 32 bit version.

    I just got a new laptop, a 64 bit version of Windows 7.  However, my download of Lightroom was the 32 bit version.  Does anyone know if I can I get the 64 bit version and use it on my new computer without having to pay more? Thanks for any advice I c