Number displayed in incorrect format

hi,
when the calculations i perform evaluates to zero, the value is displayed as 00. plz help me setting the number format. i have set this to default.
preetha.

Hi!
I had that problem an I've resolved this way:
-Format Data for the column
-Tab Number
-Categories: Custom
-Type: 9999999999
Finally: Ok
I Hope it helps you..
Layla

Similar Messages

  • Iphone 5s incoming call number displays incorrectly.

    Whenever I call my wife's Iphone from work, the number displays incorrectly on her caller ID.  It is always dropping the third number of the area code, so if my work number was 123-456-7890, then when I call her it shows up on her phone as 124-567-890, it doesn't even show a ten digit number.  So far I have noticed that it only happens when I call her from the landlines at my work.  I also have the exact same iphone 5s on the same carrier and the numbers display perfectly fine on my phone so I feel like it's some setting in the phone.  Before switching to an iphone we had her contacts imported from an old Verizon flip phone, not sure if that has anything to do with it.  Has anyone seen or heard of a similar issue?
    Thanks,
    Dan

    By the way I have completely reset all content and settings several times, tried turning off international assist, tried several suggestions I found online dealing with the sim pin, switched to a different phone to have the same thing happen on that phone also.  I have the same exact iphone 5s and carrier and service plan and the numbers appear perfectly on my phone.  I'm so confused why this is happening.

  • Number Display Format

    Number display.  At the top of the phone is a 10  digit phone number all mashed together.  I’ve seen documentation that indicates  that this can be displayed in a more readable format (XXX) XXX-XXX. I’d llik to know  how to control how this is displayed. example 4087632345 vs  (408) 763-2345

    The number displayed at the top right corner of the phone is based on the External Phone Number Mask configured on at the line level for the primary line of the phone.  However, the characters allowed are 0-9, +, *, #, and X.  The individual line text (displayed next to each configured line/button) can be formatted as text but that doesn't seem to be what you are referring to.
    Hailey
    Please rate helpful posts!

  • Help with Could not load file or assembly 'msshrtmi' or one of its dependencies. An attempt was made to load a program with an incorrect format.

    This was all working yesterday, but this morning, I cannot run in the dev fabric, or even setting the website project as a startup project directly, I get the following error:
    Could not load file or assembly 'msshrtmi' or one of its dependencies. An attempt was made to load a program with an incorrect format.
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
    Exception Details: System.BadImageFormatException: Could not load file or assembly 'msshrtmi' or one of its dependencies. An attempt was made to load a program with an incorrect format.
    Source Error:
    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
    Assembly Load Trace: The following information can be helpful to determine why the assembly 'msshrtmi' could not be loaded.
    === Pre-bind state information ===
    LOG: User = Andrew-VAIO\Andrew
    LOG: DisplayName = msshrtmi
    (Partial)
    WRN: Partial binding information was supplied for an assembly:
    WRN: Assembly Name: msshrtmi | Domain ID: 3
    WRN: A partial bind occurs when only part of the assembly display name is provided.
    WRN: This might result in the binder loading an incorrect assembly.
    WRN: It is recommended to provide a fully specified textual identity for the assembly,
    WRN: that consists of the simple name, version, culture, and public key token.
    WRN: See whitepaper http://go.microsoft.com/fwlink/?LinkId=109270 for more information and common solutions to this issue.
    LOG: Appbase = file:///C:/Users/Andrew/Desktop/Beko2011Azure/Website/
    LOG: Initial PrivatePath = C:\Users\Andrew\Desktop\Beko2011Azure\Website\bin
    Calling assembly : (Unknown).
    ===
    LOG: This bind starts in default load context.
    LOG: Using application configuration file: C:\Users\Andrew\Desktop\Beko2011Azure\Website\web.config
    LOG: Using host configuration file:
    LOG: Using machine configuration file from C:\Windows\Microsoft.NET\Framework\v4.0.30319\config\machine.config.
    LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
    LOG: Attempting download of new URL file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/Temporary ASP.NET Files/root/cb955b02/eef106e2/msshrtmi.DLL.
    LOG: Attempting download of new URL file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/Temporary ASP.NET Files/root/cb955b02/eef106e2/msshrtmi/msshrtmi.DLL.
    LOG: Attempting download of new URL file:///C:/Users/Andrew/Desktop/Beko2011Azure/Website/bin/msshrtmi.DLL.
    ERR: Failed to complete setup of assembly (hr = 0x8007000b). Probing terminated.
    Stack Trace:
    [BadImageFormatException: Could not load file or assembly 'msshrtmi' or one of its dependencies. An attempt was made to load a program with an incorrect format.]
    System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) +0
    System.Reflection.RuntimeAssembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) +39
    System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection, Boolean suppressSecurityChecks) +132
    System.Reflection.RuntimeAssembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection) +144
    System.Reflection.Assembly.Load(String assemblyString) +28
    System.Web.Configuration.CompilationSection.LoadAssemblyHelper(String assemblyName, Boolean starDirective) +46
    [ConfigurationErrorsException: Could not load file or assembly 'msshrtmi' or one of its dependencies. An attempt was made to load a program with an incorrect format.]
    System.Web.Configuration.CompilationSection.LoadAssemblyHelper(String assemblyName, Boolean starDirective) +618
    System.Web.Configuration.CompilationSection.LoadAllAssembliesFromAppDomainBinDirectory() +209
    System.Web.Configuration.CompilationSection.LoadAssembly(AssemblyInfo ai) +130
    System.Web.Compilation.BuildManager.GetReferencedAssemblies(CompilationSection compConfig) +178
    System.Web.Compilation.BuildManager.GetPreStartInitMethodsFromReferencedAssemblies() +94
    System.Web.Compilation.BuildManager.CallPreStartInitMethods() +332
    System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters, PolicyLevel policyLevel, Exception appDomainCreationException) +677
    [HttpException (0x80004005): Could not load file or assembly 'msshrtmi' or one of its dependencies. An attempt was made to load a program with an incorrect format.]
    System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +9079228
    System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +97
    System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +258
    Note that the dev machine is x64 Win7.
    I have not tried deploying this to staging since the issue started as I'm a bit nervous of touching the staging/live environment until this is solved.
    Removing the PlatformTarget element from the project file has no effect
    Removing the msshrtmi.dll file from the bin directory of the website project ends up with 
    'Could not load file or assembly 'Microsoft.WindowsFabric.Common, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified'
    I have used Git to revert to the last working build to no effect (But I don't have the obj/bin folders in GIT), but it has atleast reset the project files etc.
    If I return msshrtmi.dll to the bin folder and switch the model and website projects to x64 there is no change
    If I switch both to x86 then I get an error Could not load file or assembly 'BekoModel2011' or one of its dependencies. An attempt was made to load a program with an incorrect format.
    which is the model project - presumably because to run on my x64 machine I need the 64bit version?
    I really need to be able to debug and then publish some changes ASAP.
    Andrew

    Hi,
    Is it true that you're using IIS to host the application? Could you check whether the process is x64 or x86 one via task manager or config in IIS manager?
    http://blogs.msdn.com/b/rakkimk/archive/2007/11/03/iis7-running-32-bit-and-64-bit-asp-net-versions-at-the-same-time-on-different-worker-processes.aspx
    Allen Chen [MSFT]
    MSDN Community Support | Feedback to us
    Get or Request Code Sample from Microsoft
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.

  • Photoshop keeps crashing...saying an attempt was made to load a program with incorrect format.  Can anyone help?

    photoshop keeps crashing...saying an attempt was made to load a program with incorrect format.  Can anyone help?

    You can
    Supply pertinent information for quicker answers
    The more information you supply about your situation, the better equipped other community members will be to answer. Consider including the following in your question:
    Adobe product and version number
    Operating system and version number
    The full text of any error message(s)
    What you were doing when the problem occurred
    Screenshots of the problem
    Computer hardware, such as CPU; GPU; amount of RAM; etc.

  • Help, the file "nodename" setting in incorrect format!!

    Hi all,
    Could any one can help me to solve this problem?
    I just set an incorrect format of the file /etc/nodename:
    192.168.0.1 NAME ABC
    Moreover, the /etc/hosts:
    172.0.0 localhost
    192.168.0.1 NAME
    /etc/hostname.interface:
    NAME
    After reboot the system, it display the following messages and can't be up:
    SunOS Release 5.6 version Generic [UNIX(R) System V Release 4.0]
    Copyright(c) 1983-1997, Sun Microsystems, Inc.
    configuring network interfaces: ifconfig: SIOCSIFADDR: le0: Cannot assign requested address
    le0.
    usage: uname [-snrvmagiX]
    uname [-S system_name]
    re-trying host configuration...
    re-trying host configuration...
    re-trying host configuration...
    re-trying host configuration...
    and then continue to display this "re-trying host configuration...".
    It is noted that this system is SPARCstation 4 and running Solaris 2.6.
    It haven't cdrom and floppy drive.
    It can go to "ok" prompt if press "stop + a".
    Could anyone can tell me how to boot up and fix it?
    Thanks a lot.
    Best regards,
    Carlos Ko

    Hi all,
    Thanks for your suggestion.
    However, for the case "boot -s", the system seems no change the error messages after reboot and still shown these messages again and again.
    For the case setting up a install server and boot server, is it possible to set these severs on x86 system? Since the problem is on the SPARC system and no other available SPARC system can set up as a install server and boot server. I only concern the x86 system can provide install service for a SPARC system.
    Could you have any idea to modify the "nodename" file during boot up or by typing some command at "ok" prompt?
    e.g. type "boot -s /etc/uname -S NAME" at "ok" prompt or something like that??
    Thanks a lot.
    Best regards,
    Carlos Ko

  • Time From field is not getting displayed in correct format in Activities

    Hello Experts ,
    We are facing one problem in UI , when we search for Activities in Web UI . In the field "Time From" we are not getting the time in correct format , ie is instead of  getting time as say 13::38 we are getting time as 13::3 , but when we place cursor on it the field it shows correct format say 13::38.
    Can any one suggest how to display in correct format ?
    Regards
    Vinayak

    Hi,
    Its an SAP Product error.
    Please check note 1151821 ,if you facing the greyed button in time.Also the other note 1136402 needs to be applied for time display issue
    - Bobby

  • My iPhone isn't directing me properly to messages since I moved to the UK from Canada.  When I receive a new iMessage it opens a 'new message' thread to their number in a UK format rather than directing me to the established thread under their name.

    I moved to the UK a week ago and popped a new SIM in my unlocked iPhone 4 (all the latest software installed, 6.1.3, though I see in the drop-down below that there's a .4?  My phone says it is up to date anyway).  Since then, I have done a lot of texting to people back home in Canada.  Of course, for economical reasons, I am using iMessage.  When I'm talking to them, if I have messages open, and my screen hasn't gone to sleep, then I'm fine. But if the screen goes to sleep or I'm doing something else and I try to reply by way of any sort of notification where the phone redirects me to the message (when I tap a banner or unlock while an alert is showing), instead of sending me to where I can reply, it starts a whole new text message with the person's phone number in a UK format instead of their contact name.  Their message is in the iMessage conversation history where it belongs, but I can't read it in full until I cancel the 'New Message' and open their conversation in the Messages list.
    So far, I have tried:
    -Simple things like restarting my phone, resetting it, etc.
    -Changing the format of their number to include country code, to not include country code, to have the plus, to not have it, etc.
    -Changing where my messages come from, be it my phone number or my iCloud, etc.
    -Updating iCloud to make sure it knows I'm in the UK.
    -Resetting everything in the reset menu one at a time (I had hopes for settings and the Location & Privacy ones, but no). 
    -Erasing all content and settings and restoring my phone from a backup.
    I've pretty much messed with every setting, but please let me know any suggestions you have, I may have missed one.
    It does seem as if the format of my contacts has something to do with it, because I don't get a notification at all if I change the setting "Show iMessage Alerts From" to contacts only.  The iMessage goes through to the iMessage conversation, but the alerts I get seem to think it's a text message as it comes through with a sample of the message in the alert under their phone number.  It's only when I try to reply through an alert that it screws up.  I know this may seem small but it's driving me nuts, especially because I don't memorize people's phone numbers anymore so I don't know who sent the message until I exit the new message and look it up!
    Please help me before I go mad!

    I moved to the UK a week ago and popped a new SIM in my unlocked iPhone 4 (all the latest software installed, 6.1.3, though I see in the drop-down below that there's a .4?  My phone says it is up to date anyway).  Since then, I have done a lot of texting to people back home in Canada.  Of course, for economical reasons, I am using iMessage.  When I'm talking to them, if I have messages open, and my screen hasn't gone to sleep, then I'm fine. But if the screen goes to sleep or I'm doing something else and I try to reply by way of any sort of notification where the phone redirects me to the message (when I tap a banner or unlock while an alert is showing), instead of sending me to where I can reply, it starts a whole new text message with the person's phone number in a UK format instead of their contact name.  Their message is in the iMessage conversation history where it belongs, but I can't read it in full until I cancel the 'New Message' and open their conversation in the Messages list.
    So far, I have tried:
    -Simple things like restarting my phone, resetting it, etc.
    -Changing the format of their number to include country code, to not include country code, to have the plus, to not have it, etc.
    -Changing where my messages come from, be it my phone number or my iCloud, etc.
    -Updating iCloud to make sure it knows I'm in the UK.
    -Resetting everything in the reset menu one at a time (I had hopes for settings and the Location & Privacy ones, but no). 
    -Erasing all content and settings and restoring my phone from a backup.
    I've pretty much messed with every setting, but please let me know any suggestions you have, I may have missed one.
    It does seem as if the format of my contacts has something to do with it, because I don't get a notification at all if I change the setting "Show iMessage Alerts From" to contacts only.  The iMessage goes through to the iMessage conversation, but the alerts I get seem to think it's a text message as it comes through with a sample of the message in the alert under their phone number.  It's only when I try to reply through an alert that it screws up.  I know this may seem small but it's driving me nuts, especially because I don't memorize people's phone numbers anymore so I don't know who sent the message until I exit the new message and look it up!
    Please help me before I go mad!

  • I recently downloaded a book and it will not open due to being incorrectly formatted. Even though I downloaded this FROM iTunes!!!! What is going on, I have the latest OS and iBook version....??????????

    I recently downloaded a book "In a Pit with a Lion on a Snowy Day" and iBooks tells me its incorrectly formatted even though I downloaded this from iTunes and have the latest version of the iBooks app.  What is going on? I want a refund if this doesn't work.  My other books open fine.

    The Report a Problem link can also be found in iTunes/Store/View Account/Purchase History.
    Before asking for a refund, also try deleting the book and redownloading it.
    If you find that the iBookstore is does not meet your needs, you can try one of the others like Kindle, Nook, Kobo, Googlebooks, or Sony.
    To let Apple know your views on their apps or services, use
    http://www.apple.com/feedback

  • How to display Doc file format in the JEditPane?

    At this time , JEditPane supports RTF and HTML file format ,but
    Could anyone tell me how to display DOC file format using JEditPane
    or other JTextComponents?
    Thx a lot!
    Caton

    Hi,
    there is no support for doc files (M$ Word?) in Java. You would have to create your own classes for that eventually subclassing JEditorPane, EditorKit, Document etc. As well you'd need your own reader for the doc format.
    The problem I see with that however is that there is nothing such as thedoc file format. Microsoft just saves anything produced by MS Word into files ending with .doc. But, if there is anything such as a .doc file format, it changes more often than the weather in April.
    Ulrich

  • I recently purchased a book from itunes on my ipad 2 but when i open the book in ibooks i get (incorrectly formatted or not formatted for ibooks) somebody please help

    I am currently deployed over seas.. I recently purchased a book that im pretty stoked about. but when i open it in ibooks i get ( incorrectly formatted or not formatted for ibooks to recognize) the file is an .epub so i dont see how it could be a format issue.. I tried emailing apple but because of the situation they want me to call. I have very limited telecomminications at my location .. somebody please help

    The Report a Problem link can also be found in iTunes/Store/View Account/Purchase History.
    Before asking for a refund, also try deleting the book and redownloading it.
    If you find that the iBookstore is does not meet your needs, you can try one of the others like Kindle, Nook, Kobo, Googlebooks, or Sony.
    To let Apple know your views on their apps or services, use
    http://www.apple.com/feedback

  • Hangs when calling report to be displayed in PDF format

    I am calling reports from a form using RUN_PRODUCT to be displayed in PDF format. Initially, there is no problem generating and displaying reports, but inevitably at some point when a report is run it just hangs. Rebooting the server temporarily fixes problem. Any ideas on what is happening?
    Using Forms & Reports Server 6i on Windows NT 4.0

    It seems that the key to the solution is to shrink the margins.....
    Greetings,
    Sim

  • HP System Recovery DVD incorrectly formats hard drive (WIN Vista HP SP1 64-bit 510141-001)

    HP Pavilion DV4-1225dx
    Vista Home Premium 64-bit
    AMD Turion x2
    I had previously posted the issue as "HP System Recovery Fails on new HDD", however it appears that the reason it is failing is due to incorrect formatting of the hard drive:
    Went to purchase the oem HDD @ Tiger Direct (Hitachi 0A56415 Travelstar 5K320 Mobile Hard Drive - 2.5", 5400 RPM, SATA 3G, 250GB, 8MB Cache) but found it was out of stock. I purchased the suggested replacement  (WD Blue 320GB Mobile Hard Drive - Designed for everyday computing - 2.5", SATA 3Gb/s, 5400RPM, 8MB C...)
    I have attemptted the System Recovery several times each failing with errors. But after each failure the HDD is found to be incorrectly formatted as documented in the following link:
    System Recovery Fails on new HDD
    hp G71-340US WIN 7 HP 64 Bit
    hp pavilion dv4-1225dx VIsta HP 64 Bit
    hp pavilion zd7000 WIN XP Pro
    hp pavilion xv886 WIN Millennium / WIN XP Pro
    hp deskjet 6980xi
    hp pavilion xt236 / ze4200 WIN XP Media Edition

    Slolearner,
    After doing a little research, I believe your issue may be related to your new hard drive being an AF (Advanced Format) drive. Please see "WD Scorpio® Blue™ SATA/PATA Hard Drives", which indicates your WD3200BPVT may an AF drive.
    Please see "Cannot Recover the PC after Replacing the Hard Drive with an AF Drive (Windows 7 and Vista)" for information on this subject. While this document isn't for your specific computer, it is generic enough that it applies to your situation. If you wish to use your HP Recovery Discs successfully, you may need to purchase a non-AF drive.
    If your computer boots into Windows, please see "Identifying an Advanced Format Hard Drive" to download and run the HP Advanced Format Hard Drive Information tool.
    If it is an AF drive, please see "Preparing Advanced Format Hard Drive for Windows" and "Improving the Performance of an Advanced Format Hard Drive" for more information on the subject and possible steps to be taken to resolve your issue.
    Lastly, it may be necessary to follow Paul_Tikkanen's advice and install Windows Vista from a Microsoft Windows Vista installation disc as follows;
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    If you can still read the 25 character Microsoft Vista product key on the bottom of your PC, you can make your own plain Vista installation media and use that to at least get the OS on your PC.
    Here is how to do that if you can read that key:
    Please click on the link below, click on the Windows Reinstallation Guide [27-07-2013] pdf link on the upper left of the page and then read the instructions for doing this starting on page 302.
    http://philipyip.wordpress.com/dell-community-forums/
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    You may also consider purchasing a copy of Windows 7 and installing that instead. Windows 7 SP1 has much better support for AF drives than the previous versions of Windows.
    Please click the white KUDOS star to show your appreciation
    Frank
    {------------ Please click the "White Kudos" Thumbs Up to say THANKS for helping.
    Please click the "Accept As Solution" on my post, if my assistance has solved your issue. ------------V
    This is a user supported forum. I am a volunteer and I don't work for HP.
    HP 15t-j100 (on loan from HP)
    HP 13 Split x2 (on loan from HP)
    HP Slate8 Pro (on loan from HP)
    HP a1632x - Windows 7, 4GB RAM, AMD Radeon HD 6450
    HP p6130y - Windows 7, 8GB RAM, AMD Radeon HD 6450
    HP p6320y - Windows 7, 8GB RAM, NVIDIA GT 240
    HP p7-1026 - Windows 7, 6GB RAM, AMD Radeon HD 6450
    HP p6787c - Windows 7, 8GB RAM, NVIDIA GT 240

  • Menus in 1.5 displayed with incorrect height on XP

    I have just started to use 1.5 and noticed a problem with popup menus (I use XP). A popup menu may be displayed in incorrect rectangle. The height of the menu rectangle is more than it has to be. This creates an empty space at the bottom of the menu. This happens the first time I open a menu for a window, but not afterwards.
    Does anybody have the problem? Knows a workaround?

    The bug you mentioned does not look the same, but may be the same.
    I will be happy to send you a screen shot - write me e-mail and I will reply with the picture.
    I was actually able to find a workaround. I had to call JPopupMenu.pack() after JPopupMenu.show(). It worked, but was painful.

  • IDoc receiver AEE: Error "Configuration for Sender/Receiver Partner Number/Port is incorrect"

    Hi all,
    We are on PI 7.4 AEX SP 7. We are trying to get the following scenario working: Inhouse warehouse management system (JMS) --> PI --> ECC (IDoc)
    Sender is configured as 3rd party technical system system with business system maintained in SLD
    business system has logical system assigned in SLD
    adapter specific identifiers show logical system in ID / NWDS
    logical system is defined in receiver (ECC system)
    partner profile is created in ecc for this very logical system (inbound parameters)
    No mapping of EDI_DC40 node in ESB (complete node disabled)
    no header mapping in ID / NWDS
    receiver IDoc AEE adapter is configured to not enforce control record (Control Record in IDoc XML = Not Mandatory)
    no Identifiers specified in receiver IDoc AEE adapter
    My guts feeling is that this should work, however, it doesnt't. Failing with "The Configuration for Sender/Receiver Partner Number/Port is incorrect. Enter proper values in Sender/Receiver Component"
    Any thoughts are highly welcome.
    Cheers
    Jens

    Hi,
    The error mentioned by you is not related to the port..but its related to the Application ...
    IDoc 51 means idoc has been received in R/3 client and when it tries to process it ended in error..
    Check with the functional consultant for the error you have received..
    HTH
    Rajesh

Maybe you are looking for

  • Supress default logon box after invalid logon via SSO

    Hi, We are using SSO to authenticate to the database. If the SSO authenication fails, Oracle Forms automatically brings up the default logon box. For example - A user registers and their userid and password are stored in the OID. The user's password

  • What is a good strategy for keeping the OEM GRID up and running?

    Hi, What is a good strategy for keeping OEM GRID up and running? Currently, we have grid installed on one linux64bit box with 4 cpus and 8 gigs of RAM, oms 10204, repdb 10204, agent 10204. In addition to using this oem grid for notifications and perf

  • Java.nio.channels.IllegalBlockingModeException

    I am using selector for read and PrintWriter writer = new PrintWriter(new OutputStreamWriter(sc.getOutputStream()),true) for writing to the socket and I get this exception at write statement. Can anyone suggest me what should I do?? java.nio.channels

  • Developer 6.0: Dynamic change of sort order.

    Using Developer 6, I am displaying a multi-row block. I want the records to re sorted on the column on which I double click. I don't want a fresh execute query. I tried changing "Orader by" block property programmatically, but that effects the next e

  • Enabling Coherence and Tomcat together

    I'm trying to create a grid in which there are a couple of hardware servers, each running a Coherence node and isolated using the <well-known-address> values. I want to be able to reach the caches using Tomcat and an external browser, but I don't wan