How to close a issue

Dear Sir/madam,
If i'm posted 10 issue, how i close the issue ?
To rise a thread like close issue or go to Questions and that point i delete one of the relevant issue
Regards,
Sahoo

See - [https://support.mozilla.com/en-US/kb/Firefox%20hangs#w_firefox-hangs-when-you-quit-it Firefox hangs when you close it]

Similar Messages

  • How to Close Issue

    hi Experts..
      When i got the solution ..Please tell how to Close the Thread....
    Cheers..Purushottam

    Hi,
    You can either assign 10 points to the answer that solved your problem. Or if you found a solution yourself, you can click on the radio button for Solved by myself.
    Hope this helps...

  • RH_UPDATE_DATABASE issue: how to close prompted  information

    hi
    i use RH_UPDATE_DATABASE to update HR OM mass position  data! but will get message when some error or information occur.
      CALL FUNCTION 'RH_UPDATE_DATABASE'
        EXPORTING
         VTASK     = 'D'
           VTASK     = 'S'
        EXCEPTIONS
          CORR_EXIT = 1
          OTHERS    = 2.
    how to close message prompted! when program running!
    thank you very much!
    waiting online!!!

    try passing the value of VTASK as 'B' . this should work .
    Thanks,
    Aditya. V

  • I've problem with Game Center . I can't sign in Game Center on my iPad . I tap on the Game Center icon but the page is blank. I tried go to setting, my Apple ID appear but the page keep on loading and  nothing pop up. How to resolve this issue?

    I've problem with Game Center . I can't sign in Game Center on my iPad . I tap on the Game Center icon but the page is blank. I tried go to setting, my Apple ID appear but the page keep on loading and  nothing pop up. How to resolve this issue?

    Hi, bamboo64. 
    Try closing all open applications in multitasking and power cycling the device.  Once this is done test the results.  If the issue persists, I have included a couple troubleshooting articles that I would recommend going through. 
    iOS: Force an app to close
    http://support.apple.com/kb/ht5137
    Troubleshoot issues on an iPhone, iPad, or iPod touch
    If you haven't been able to connect to the iTunes Store:
    Make sure your date, time, and time zone are correct in Settings > General > Date & Time.
    Note: Time Zone may list another city in your time zone.
    Make sure that your iOS software is up to date by tapping Settings > General > Software Update (iOS 5 or later) or connecting your iOS device to iTunes and clicking Check for Update on your device's Summary page.
    Check and verify that you're in range of a Wi-Fi router or base station. If you're on a device with cellular service, make sure that cellular data is turned on from Settings > General > Cellular.
    Note: If connected to cellular data, larger items may not download. You may need to connect to Wi-Fi to download apps, videos, and podcasts.
    Make sure that you have an active Internet connection. You can check the user guide for your device for help with connecting to the Internet.
    Make sure that other devices (portable computers, for example) are able to connect to the Wi-Fi network and access the Internet.
    Try resetting (turning off and then on again) your Wi-Fi router.
    If the issue persists, try troubleshooting your Wi-Fi networks and connections.
    Can't connect to the iTunes Store
    http://support.apple.com/kb/ts1368
    Cheers,
    Jason H. 

  • How to close email notifications to senders from HP eprintCenter?

    Hi,
    How to close email notifications to senders from HP eprintCenter?
    Thank you.

    Hi Jack7363,
    Welcome to the HP Support Forums. I gather that you would like to know how to turn off notifications from HP’s ePrintCenter.
    To better assist you, would you please supply some additional information:
    What make/model/product number of HP printer do you have? How Do I Find My Model Number or Product Number?
    How is the printer connected (USB cable, ethernet, or wireless)?
    Do you have an HP Connected account or HP ePrintCenter account?
    Are the emails coming [email protected]?
    Thank you.
    Regards,
    Happytohelp01
    Please click on the Thumbs Up on the right to say “Thanks” for helping!
    Please click “Accept as Solution ” on the post that solves your issue to help others find the solution.
    I work on behalf of HP

  • How to Close A/P Invoice in SAP B1 9.0 using SDK without creating an outgoing payment

    Hi Team;
    I have an issue about of how to close an A\P invoice that has two different tax definitions because I have recorded in a sap Business One A\P Invoice that Have Withholding tax (3%) and have Value Added Tax (18%) at once but when doing Payment of those invoices I did it separately without linking A\P  invoice with payment so that I can do a journal entry that credit the VAT Account and debit the Supplier to record that VAT while doing reconciliation I get I message ‘’ Use the same payment category withholding tax code for all transactions during reconciliation  [Message 3821-32]”” I need your help if there is a way that I can close (Changing the status of those invoices because they still open ) invoices without doing A reversal Transaction that affect the accounting  report in SDK.
    Please anyone can help me.

    Hi pallavi p,
    That's good but as I said above when I add the reference of UI API Version 9.0 in the project which has the system form or user form of sap b1 it exactly gives errors in menu.vb of the project.
    So let me give you the way you can try.
    1. Open new project/ visual basic/ sap business one/ sap business one add-on project. and save it any where
    2. Right click on your project
    3. Add new item
    4. Sap Business One
    5. System form (Employee master data) or user form
    6. Add
    And then if your form is opened
    7. Go to add the reference of UI API Version 9.0
    8. Check errors found in menu.vb (or in OutPut)
    So if it's possible try to solve that problem.
    Please anyone can help me.

  • Re:How to close and reopen a document immediately?

    Original Message available here:<br /><a href="/webx?14@@.3c055358">Dave Sykes, "How to close and reopen a document immediately?" #, 15 Nov 2007 4:46 am</a><br /><br />> Dave Sykes - 04:46am Nov 15, 2007 Pacific<br /> I would like to close a document and then immediately afterwards open it up again.<br />The documentation says "To process a command to close the document immediately, use IDocumentCommands::Close'', but it also points to SDKLayoutHelper::CloseDocument which uses IDocFileHandler::Close.<br />If I use IDocumentCommands::Close the close succeeds, but InDesign unexpectedly quits when it regains control.<br />If I use IDocFileHandler::Close then when I reopen the document I get the assert ``Calling SelectionExtentionRegistry::Initialize more than once!'' This is the same error I get by not closing the document at all.<br />I have also tried ProcessCommand(Utils<IDocumentCommands>()->CreateCloseCommand(docUIDRef)), but this also crashes InDesign when it regains control.<br />In all cases I am calling ProcessCommand(CmdUtils::CreateCommand(kCloseLayoutWinCmdBoss), as otherwise I get an error that the document is still referenced on close.<br />Is it possible to close all the layout windows and also close the document, so that it can be reopened immediately? <br /><br />I had the same issue and tried to solve it by closing all windows in the document's IWindowList and then calling IDocFileHandler::Close() with IDocFileHandler::kProcess to process the command immediately instead of scheduling it.<br />Unfortunately this still resulted in a crash.<br /><br />Eventually I got around it by adding the following line before re-opening the document:<br />CmdUtils::ProcessScheduledCmds (ICommand::kLowestPriority);<br /><br />This forced InDesign to completely close the document before re-opening it again.<br /><br />Hope this helps someone else too. :)<br /><br />- Jackeen

    I am having the same problem with InDesign CS4 version,
    I have tried the following:
    IDocFileHandler::Close() //with kSchedule command
    CmdUtils::ProcessScheduledCmds();     //Results into crash
    IWindowList::CloseAll()
    IDocFileHandler::Close() //with kSchedule command
    CmdUtils::ProcessScheduledCmds();     //Results into crash
    IDocumentList::CloseAll()
    IDocFileHandler::Close() //with kSchedule command
    CmdUtils::ProcessScheduledCmds();     //Results into crash
    IPresentationList::CloseAllPresentations()
    IDocFileHandler::Close() //with kSchedule command
    CmdUtils::ProcessScheduledCmds();     //Results into crash
    is Three anything else that could work.
    Thanks and Regards
    Saurabh Singhal

  • How to close MASS PO

    Hi,
    I was trying to close STO No.s by the T-code--MEMASSPO, but the system is not allowing as there are some delivery created but no PGI has been done. I have 150-200 ine items in a single STO. So its impossible for me to delete the delivery no. from each STO. Kindly advise how to close the STO fully irrespective of delivery created or not.
    Thanks In Advance
    Satya

    you are trying to create inconsistences, this is not allowed by SAP. 
    What do want to do with the deliveries that are not yet goods issued? shall they stay forever, or accidently used in future?

  • How to close extender tray on Envy 5640?

    Just acquired this new today, and can't find any information about how to close the tray. It popped out automatically for the first printing job, and even when I fiddled with the paper loading tray etc when unpacking and it was switched off, but how should I close it? Do I just force it shut? I did this once but it seems very stiff and I don't wish to damage anything.
    It doesn't auto-retract when switching off, and I don't wish to leave it open when not required because it is too exposed and risks being damaged.

    Hey there,
    There was no resistance as all when I pushed the extender tray back in, it slid back in nice and smoothly. If the tray is in the "unlock" position and it's still giving you resistance, perhaps there is a problem with your tray. Give us a call directly to report the problem with the tray and see if a replacement is required.
    Please call our technical support at 800-474-6836. If you live outside the US/Canada Region, please click the link below to get the support number for your region. http://www8.hp.com/us/en/contact-hp/ww-phone-assist.html
    R a i n b o w 7000I work on behalf of HP
    Click the “Kudos Thumbs Up" at the bottom of this post to say
    “Thanks” for helping!
    Click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution!

  • E4200 How to close port 139 ?

    So finally that my e4200 is capable of disabling wps i run in to another question.
    how to close ports 139 445 ?
    these are open by default and i didnt figure out how to close them, in browser setup..
    and YES port 139 IS a security issue. people denying this, are the same, that denied any vulnearibilties to wps.

    Well, in the router set up we can only open the port for any specific application. But there is no way in the router management page where we can close any specific ports for specific purpose.

  • How to close connection iBATIS

    hi ,
    we are using iBATIS for our application.Alhough iBATIS closes its connection on its own ,still we have certain open connection from our application which is causing issues while running the application.we are able to make connection using JDBC with Oracle thin driver in iBATIS but while establishing connection using JNDI and connection pooling it keeps connection open in database and sometimes gives out of memory error as connections are not getting closed properly.
    SqlMapConfig.xml we are using for JNDI is :
    <transactionManager type="JDBC">
    <dataSource type="JNDI">
    <property name="DataSource" value="jdbc/DataSource_Dpps" />
    <property name="JDBC.DefaultAutoCommit" value="true" />
    <property name="DefaultAutoCommit" value="true" />
    <property name="SetAutoCommitAllowed" value="true" />
    </dataSource>
    </transactionManager>
    Can any one suggest how to overcome this issue and how to close the connection in iBATIS explicitly while using JNDI and how to specify connection pool size(if any) .
    Regards,
    Anika

    TopLink and iBATIS are generally alternative solutions. Since you are posting on a TopLink forum the best I can suggest is that you consider replacing your usage of iBATIS with TopLink.
    http://www.oracle.com/technology/products/ias/toplink/index.html
    Besides that I would recommend filing a bug or starting a discussion on the iBATIS forum.
    Doug

  • How to close all active connections in Times ten database

    Hi,
    I am new to Times Ten database.
    Uisng ttsatus utility I am able to find our the active conenctions but not sure how to close this. I m using windows as OS
    Request your help in this regards
    Regards,
    Harmeet

    Is there a way to manually kill a lock from a transaction or roll back transaction etc.
    In oracle, we just kill the user session.
    I have an issue with read-only cache, stuck with the below lock.
    I end up in bouncing the dameon (!!@!@)
    stopping cachemanager took time.. but still this lock was active.
    ========================
    [ttadmin:lmmk672@MARTD] /psimofmmk2/TimesTen/palmttd1/bin > ttXactAdmin palmttd1
    2012-05-31 13:48:23.872
    /psimofmmk2/TimesTen/data/palmttd1/data/palmttd1
    TimesTen Release 11.2.2.2.0
    Outstanding locks
    PID Context TransID TransStatus Resource ResourceID Mode SqlCmdID Name
    Program File Name: timestensubd
    12743 0x2aafe00008c0 138.1298 Active Database 0x01312d0001312d00 IX 0
    Program File Name: timestenorad
    13824 0x2aaff8199410 12.83968 Active Database 0x01312d0001312d00 IX 0
    Command 21019064176 S 21019064176
    Table 1732240 W 21018623224 PALM_DBO.EXTRNL_AVAILABILITY_COMBD
    Row BMUFVUAAAAaAAAAJBu S 21018623224 SYS.TABLES
    Row BMUFVUAAAA3AAAAEhq Sn 21018623224 SYS.CACHE_GROUP
    Table 1732480 S 21018623224 PALM_DBO.T10_TEST
    Row BMUFVUAAAAaAAAAIBv S 21018623224 SYS.TABLES
    Row BMUFVUAAAA3AAAADhr Sn 21018623224 SYS.CACHE_GROUP
    Table 1732528 S 21018623224 PALM_DBO.EXCHANGE_TIME
    Row BMUFVUAAAAaAAAALBv S 21018623224 SYS.TABLES
    Row BMUFVUAAAA3AAAAEhr Sn 21018623224 SYS.CACHE_GROUP

  • Open ports slow down my internet connection. How to close them? What to do?

    My MacBook Pro has massive problems with internet connectivity. At times the connection is blazingly fast, at times unbelievably slow.
    I've spoken to my internet provider who was able to inform me that my computer opens up 500-700 ports which is probably what's slowing down the network connectivity. When I'm online with the MacBook Pro, the web gets unstable – also for other connected devices like iPad etc.
    The web supporter asked me to run an anti-virus scan which I did – with no results. The problem persists. When my MacBook Pro is not online, there are approximately 15 ports open, when I log on the web that number increases to between 500 and 700.
    Is this normal?
    Can anyone tell me how to solve this issue?
    How do I figure out which application opens these ports? (and how to close them?)
    I tried logging into another user account on the computer and the problem seemed to disappear, indicating that it is caused by something run only on my user account.
    Hope someone can help me..

    Open ports don't slow down your computer. The tech support person you spoke to doesn't know what they are talking about.
    Basically, when you are using a web browser, opening a page means that the browser needs to open a connection for each element in the page (e.g., it needs to grab each picture, CSS, and JavaScript file that the page requires). This could be a couple of dozen, or it could be hundreds (and there's no telling what Flash content on the page will do). The browser tries to mitigate things a bit using a cache (you might check to make sure the cache is turned on, but this is the default setting). However, this is how all browsers work and how the whole system is designed to operate. You cannot "close" any ports, and they don't linger open, they remain open only as long as data is being transferred. This is expected and appropriate behavior.
    The most likely culprit is that you are receiving poor DNS service from your service provider. Every time the computer sees an address like 'http://www.google.com', it needs to send out a request to figure out what numerical address goes with the human-readable name. If the DNS service your system is assigned to use doesn't respond lightning-quick, your experience is going to be very sluggish.
    You might want to add an external DNS service to your list of DNS providers. Go to System Preferences > Network, select the network you are using on the left (Ethernet or AirPort), and click the 'Advanced' button. Click on the 'DNS' tab, then press the '+' button under the left panel. I would add the OpenDNS.com DNS servers. Add the following DNS addresses:
    {quote}
    208.67.222.222
    208.67.220.220
    {quote}
    Click the 'OK' button. And then the 'Apply' button to save the changes.
    That will probably fix the problem. If it doesn't the next most likely issue is either network congestion (e.g., your ISP's network is just too busy; a very common thing for small ISPs and cable Internet service), or the remote site that you are trying to contact is simply not performing so well.

  • TypeKit Update. How much closer to opening up the whole library?

    Nearly two years ago there was a spirited discussion here about TypeKit fonts and how only a limited number of them can be used with Adobe Muse. Admittedly, there are a few hundred  typefaces available, but if you need a specific font -- because, for instance, you have to conform to a corporate branding program -- you're effectively out of luck.
    In 2012, the official word was that this was an acknowledged issue and would take time to work through the hurdles, both technical and legal.
    So now that nearly two years have  elapsed, I'm wondering how much closer we are to expanding the entire TypeKit library for use in Muse. This is an issue that has come up for me a few times in building client sites and it's getting to be an untenable obstacle.
    For what it's worth, I've seen that there is a "less than optimal" non-WYSIWYG workaround, which is described here at Muse Insider. Could Dani be induced to do one of her Muse Jam Sessions on this topic and walk us through whatever workarounds are currently available to subscribers? I'd love to see this in action before attempting it myself.
    Anyone from the Muse team care to update us?
    Thanks.

    Frankly we wildly underestimated the demands that were going to be put on the Typekit team as a side effect of the acquisition. They've been buried for the past two years integrating with Adobe's infrastructure, enabling their website for the broad set of languages supported by Adobe products, implementing the new Desktop Sync functionality, and no doubt doing a lot of other high priority stuff I know nothing about. All those activities were ranked as higher priority than work on a Muse-specific integration, since they benefit a larger portion of the Creative Cloud subscribers. Now that Desktop Sync and the infrastructure and language support work is well underway or completed, we're actively working to re-engage with the Typekit team to provide deeper integration with Muse. Still no ETA (other than to say it won't be part of the release due out later this quarter), but we have not forgotten the need for access to a much broader base of high quality Web Fonts.

  • When i type the wesite in the address bar and hit ENTER, it seems to be not working for me; anybody knows how to resolve this issue?

    When i type the wesite in the address bar and hit ENTER, it seems to be not working for me; anybody knows how to resolve this issue? i have to click on the green arrow button to continue.

    Do you have that problem when running in the Firefox SafeMode?<br/> ''A troubleshooting mode.''<br />
    You can open the Firefox 4.0 SafeMode by holding the '''Shft''' key when you use the Firefox desktop or Start menu shortcut. Or use the Help menu item, click on '''Restart with Add-ons Disabled...''' while Firefox is running. <br />
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before using the Firefox shortcut to open it again.''
    If not, see this: <br />
    http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes

Maybe you are looking for

  • Error: 1013231 Unable to update database while in readonly mode for backup

    Hi all, Wen im deleting the members for dimendsion , its giving error (hyperion 11.1 aso) Error: 1013231 Unable to update database while in readonly mode for backup , how can i solve this problem ,plz can any one help on this Thanks

  • Input source disappears after restart or log out. How to fix it?

    I use two input sources: U.S. and Russian-PC. But recently the Russian-PC started to disappear everytime I restart the iMac or just log out and log in back. Instead of Russian-PC there is Russian which is inconvinient to use. So I always have to open

  • Group file already exists

    Can someone please explain what causes this error: OCA-30023: error fetching result set [POL-3253] group file already exists I am using Oracle Lite 8. I have created a view that returns all records from a table with the related data from other tables

  • ERSInstaller failed. ensureDirectory error

    Hello I have a problem trying to run Java applications: Safari failure: ERSInstaller failed. ensureDirectory error. ensureDirectory error. Directory(/System/Library/PrivateFrameworks/WebKit2.framework/Profiles/joaquin/ Application Data/IBMERS/IBMWW/

  • Color Problem

    Please help,I've problem witch came 2 week ago.My display has after starting normal color but when i go to profile,after while is screen color go to dark blue and seems like 256 color range.When is profile loaded i have to unplug ext.monitor after 2