SQL Developer keepalive doesn't work in 4.0

The famous, and awesome, SQLDeveloper keepalive extension   (https://sites.google.com/site/keepaliveext/)  does not seem to work with the new beta SQLDeveloper 4.0.   Has anyone gotten it to work?   This is a show-stopper for me as far as using 4.0.

Hi Mr Chen,
Thanks for your keep alive extension which is a great help. Previously it worked just fine. But recently it just doesn't work anymore (about 2 weeks after I install this extension and no big system configuration was done during that time ) . I am using version 3.1.07 on windows XP. Hope your can give me some advises.
Also, any chance we can configure the wait time for SQL developer to connect oracle DB? For instance, 0.5 sec?
Keeping alive is REALLY important feature for our development work. Your work is really important to us! Thank you again and looking forward your reply.
Br,
Kunkka from China

Similar Messages

  • ORACLE SQL Developer: DELETE Key Stopped Working???

    OK, I'm an idiot, I admit it. I have ORACLE SQL Developer installed, and stupidly changed some of the menu items under Tools/ Preferences/ Code Editor. Now all of a sudden, my DELETE key does not delete, although BACKSPACE works fine. Also, the prehistoric Windows shortcut CTRL + INSERT suddenly doesn't copy any more, although it worked before in the tool, and works on everything else in Windows.
    A smart person would have recorded exactly what changes they made- but I didn't.
    Any idea which Preference should be changed, and what it should be changed back to???
    HELP!!!! - [email protected]

    Don't have to call me that blush
    As I said, something I picked up on the forum... just keeping track here ;-)
    As for wasting time, happens to all of us. We have to find a balance between trying to solve our own problems and asking for help (in which you have to invest a fair amount of time also).
    Glad to be of help,
    K.

  • SQL Developer 1.1 not working

    I used SQL Developer 1.0 on my machine without any problems. Now I wanted to switch to 1.1. Installation and configuration works without errors even the "test connection" button works fine. But if I try to connect to the database clicking on th plus sign of the database in the "connections" windows (and this is true for every database I tested) the SQL Developer 1.1 dies unexpectedly and without any error message. Its just gone. I found a trace file saying there is a problem with OraClient10.dll. Any ideas?
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x61d32910, pid=2756, tid=2904
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_05-b05 mixed mode)
    # Problematic frame:
    # C [OraClient10.Dll+0x112910]
    Best Regards
    Andreas

    I found an old forum entry:
    "Disconnecting from Raptor
    Jan 19, 2006
    We have an open bug that if you right-click on a disconnected node, it opens the connection. That means that if you right-click and disconnect and then either expand the node or right-click, we will reopen for you. Once you record your connection information, we do not prompt you again. We are working on adding the capability to not store your password so you will be prompted if you disconnect but in the current version, we save all your connection information so we never prompt you again. -- Sharon"
    This describes our problem. The funny thing is this concerns the Raptor Project. But we are using SQL Developer 1.1.0.23.
    It only happens in the session where the connection is created and the tool memorizes the password.
    -- Andrea

  • Interactive Reports - group by in SQL - download reports doesn't work

    Hi,
    I have the following SQL as the region source of an interactive report.
    select SERVICELEVEL, SUM(CONTRACTVALUE), SUM(DOLLARVALUE), count(SERVICELEVEL) from "ACSPROD"."CONTRACT" where CONTRACTSTATUS='Active' group by SERVICELEVEL
    The report shows exactly as expected. I have also integrated BI Publisher 10.1.3.4.1 with APEX 3.2.0.00.27
    Problem 1
    The report download doesn't work for any of the formats (CVS/XLS/PDF/RTF). When I rewrite the SQL without the group by clause (not the wanted results), then the report downloads work.
    What am I doing wrong?
    Problem 2
    Irrespective of the above issue - when I add a sum aggregate and download the report (any format) - it doesn't show the summed value.
    What am I doing wrong?
    Please advise!
    Cheers
    Mynhardt

    Hi Pratadamski ,
    I could reproduce this issue at my end. This is a bug. So, I have filed on your behalf (6432429).
    When i use tables ( not views) directly in my SQL and use column alias for computed column, it does work fine!
    i.e., this query is good with databinding at designtime and runtime:
    SELECT ALL trip.PersonID,
                        COUNT(*) AS Num_Trips
    FROM trip
    GROUP BY trip.PersonIDThanks & Appreciate your feedback,
    Sakthi

  • Instant client 10.2.0.3 used with ms sql linked server doesn't work

    Hi,
    instant client version 10.2.0.3 doesn't work as microsoft sql linked server (both 2000, 2005) while 10.2.0.1 does. (tested by overwriting files in instant client directory - basic instalation, then restart mssql services) - the message is, that the oracle client is not installed when running sql (registration of linked server is ok).
    Is it a known issue or is there any workaround?
    (Windows XP, 2003, MS SQL 2005, MS SQL 2000, Oracle 9.2.0.6)
    Thanks,
    Pavel

    I installed oracle-instantclient-basic-10.2.0.3-1.i386.rpm on a redhat box to
    connect oracle database server 9.2.0.8.0 install on win box.Is there any other Oracle software installed on the RedHat machine?
    In which directory did you install Instant Client?
    Can you login with sqlplus?
    On the database server, I defined parameters like this :
    NLS_DATE_FORMAT='YYYY-MM-DD HH24:MI:SS'
    NLS_NUMERIC_CHARACTERS='. 'This will have no effect on your problem - these are client environment variables.
    Before starting apache (lampp) I set Oracle environement like this :
    export NLS_DATE_FORMAT='YYYY-MM-DD HH24:MI:SS'
    export NLS_NUMERIC_CHARACTERS='. '
    My application worked very fine.
    BUT a few days ago (1 week), in my application, the date format display wrong,
    I have this format : DD/MON/YYYY even with
    export NLS_DATE_FORMAT='YYYY-MM-DD HH24:MI:SS'
    before starting apache.The ancient question: Do you remember what you changed before it stopped working?
    So I stop my apache and try set Oracle environment like this :
    export ORACLE_HOME=/usr/lib/oracle/10.2.0.3/clientAs has been said, do away with that.
    export PATH=$ORACLE_HOME/bin:$PATHYou don't need that either.
    Except is might be nice to have the directory that contains sqlplus in PATH.
    export LD_LIBRARY_PATH=$ORACLE_HOME/lib:$LD_LIBRARY_PATHNow that surprises me.
    Normally, instant client shared libraries are not installed in a subdirectory.
    Does this "lib" directory exist?
    You should add the directory containing the *.so files to LD_LIBRARY_PATH.
    When I restart apache and test my application, an error php message occurs :
    Ocisessionbegin error while trying TO retrieve text FOR error ora-12705
    I check my oracle_home, I don't think I make a mistake?It seems that Oracle cannot find the instant client shared library libociei.so.
    This library must be found in LD_LIBRARY_PATH.
    In this context it would be interesting to know (as I asked above) if any other Oracle products are installed on this machine.
    Yours,
    Laurenz Albe

  • HTTP Connection KeepAlive doesn't work!

    Hello,<br>
    <br>
    why the KeepAlive-Feature (reusing of TCP-connections, described at http://java.sun.com/j2se/1.5.0/docs/guide/net/http-keepalive.html) doesn't work in the following example? I'm using J2SE 1.4...
    <br>
    <br>
    <br>import java.net.HttpURLConnection;
    <br>import java.net.URL;
    <br>
    <br>public class Test {
    <br>
    <br> public static void main(String[] args) {
    <br> try {
    <br> for (int i=0; i<5; i++) {
    <br> URL url = new URL("http://www.sun.com/");
    <br> HttpURLConnection conn = (HttpURLConnection) url.openConnection();
    <br> conn.setRequestMethod("GET");
    <br> conn.connect();
    <br> conn.getContent();
    <br> conn.disconnect();
    <br> }
    <br> } catch (Exception e) {           
    <br> System.err.println("Exception: "+e.getMessage());
    <br> }
    <br> }
    <br>
    <br>}
    <br>
    <br>
    <br>
    I've checked with Ethereal (http://www.ethereal.com), that 5 different TCP-connections are used, when this example runs.
    <br>
    Where is my mistake??
    <br>
    Does KeepAlive works with MIDP 1.0?
    <br>
    <br>
    Slavik

    may be conn.disconnect(); is closing the underlaying connection.
    Also try putting "Connection: keep-alive" header to the request

  • SQL DEVELOPER 3EA1 -- Doesn't show my Code Template ?

    Hi
    I wander if someone could help to workout with Code template in SQL Developer 3.0EA1 (0.5.97)
    I have many code template in my previous release 3.0 ( Tools --> Preferences --> Database --> SQL Editor Code Template ). When I was typing first word of Code Template, It was appearing but this is not the case in 3.0EA1 , It shows me default Code Template not the one I am looking for.
    Thanks
    Hemesh.

    They have been removed:
    http://vadimtropashko.wordpress.com/2011/10/11/documentation-code-snippets/
    Here is how you get your programed code template back. In the worksheet invoke your code template the "official" way, that is via abbreviation. Run the statement. Now it's in SQL History and should be shown in code insight.

  • HotFix4 for SQL Server 2005 doesn't work

    I am having problems getting a machine running SQL Server 2008 R2 (Express) to connect to a SQL  Server 2005 (Full Standard Edition) DB on another machine via the LAN. It times out when connecting from a C# application. SSMS on the SQL 2008 machine
    connects fine, but SSMS on the 2005 machine (connecting to a copy of the same DB on the 2008 machine) says it isn't supported and I need a hotfix.
    I downloaded the hotfix link  from Microsoft, but when I paste it into the Browser I get a DNS name failure for the Hotfix4 server. I don't want to paste the full link here because it is not made public by MS and you need to request it. However, the
    first part of the URL is: http://hotfix4.microsoft.com/SQL%20Server%202005...etc.
    I have checked out all of the obvious things in both instances (2005 AND 2008)... Both instances are configured to accept remote connections, both have TCP/IP and named pipes protocols enabled, both are running fine for local connections, both have the SQL
    Browser enabled and the Computer Browser Service running on the network.
    As the hot fix doesn't install, I am kind of out of ideas.
    Any suggestions?
    Thanks,
    Pete
    I used to write COBOL... now I can do anything.

    SQL 2005 is out of
    mainstream support:
    SQL Server
    2005
    SP4
    04/12/2011
    04/12/2016
    Technical support continues till 04/12/2016, yet mainstream (hotfix) support ends as of 04/12/2011; options
    for hotfix support after 04/12/2011:
    ð  Continue
    with self-help
    ð  Upgrade
    to the latest supported service pack for SQL Server 2005 or SQL Server 2008 or SQL Server 2008 R2
    ð  Extended
    hotfix support agreement
    SP4 and CU3 are still available for download, if this helps...
    http://support.microsoft.com/kb/2507769
    http://www.microsoft.com/en-US/download/details.aspx?id=7218
    But you should update your SQL-Server..... SQL 2014 is the latest version

  • Develop mode doesn`t work in realtime

    Winsows 8.1 x64
    Lightroom 5.4 CC
    When I move any sliders in develop mode image in main view doesn`t change, but in filmstrip changes. If I switch to another image and back all changes applies.
    Please help.

    I'm having the same problem. Started just after I upgraded to Lightroom 5.4 CC

  • UCCX 7.01, fresh install - SQL Reuse Utility doesn't work

    I am installing a fresh copy on UCCX 7.0 on two 7845 servers. As per the uccx70ig, after installing UCCX, before reboot, you install SQL. I have an MS SQL 2K CD from 4.0(5a), I installed the SQL Reuse Utility (SQLUtilTool.exe, v2.0.3) in the appropriate directory. After the "disable CSA", etc messages, I quickly get a message that the SQL install failed, look at C:\WINNT\setup.log for messages.
    There is nothing in there to indicate the problem.
    Anyone had this issue before? Thanks.

    Thanks, Anthony. The ZIP file, v2.0.3 was downloaded and expanded into a C:\SQL2K directory as per the instructions. The C:\WINNT\setup.log file that the failure message pointed me to shows the following:
    [InstallShield Silent]
    Version=v5.00.000
    File=Log File
    [Status]
    Completed=2
    [ResponseResult]
    ResultCode=0
    The C:\SQL2KUTIL.LOG file (for the last run) shows:
    CSCO:Wed May 05 16:24:04 2010:Display_Start_Message()
    CSCO:Wed May 05 16:24:05 2010:Display_Start_Message() - nResult = 6
    CSCO:Wed May 05 16:24:05 2010:CheckInstalled()
    CSCO:Wed May 05 16:24:05 2010:csco_clss::Registry::Registry() constructor begin
    CSCO:Wed May 05 16:24:05 2010:csco_clss::Registry::openKey() opening key SOFTWARE\Cisco Systems\CRA\CurrentVersion
    CSCO:Wed May 05 16:24:05 2010:csco_clss::Registry::readValue() sValue=version
    CSCO:Wed May 05 16:24:05 2010:csco_clss::Registry::readValue() sData=7.0(1)_Build168
    CSCO:Wed May 05 16:24:05 2010:CheckCRSInstalled() returned =1
    CSCO:Wed May 05 16:24:05 2010:CheckSqlCdInserted()
    CSCO:Wed May 05 16:24:05 2010:CheckSqlCdInserted(), sDrive value =E:\
    CSCO:Wed May 05 16:24:05 2010:CheckSqlCdInserted() returned =1
    CSCO:Wed May 05 16:24:05 2010:CheckSqlCdInserted() returned =1
    CSCO:Wed May 05 16:24:05 2010:IsSql2KInstalled()
    CSCO:Wed May 05 16:24:05 2010:csco_clss::Registry::Registry() constructor begin
    CSCO:Wed May 05 16:24:05 2010:csco_clss::Registry::openKey() opening key SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft SQL Server 2000 (CRSSQL)
    CSCO:Wed May 05 16:24:05 2010:IsSql2KInstalled() - exception: csco_clss::Registry::openKey() RegOpenKeyEx failed {The system cannot find the file specified: 2}
    CSCO:Wed May 05 16:24:05 2010:IsSql2KInstalled() returned =0
    CSCO:Wed May 05 16:24:05 2010:Sql_Installation()
    CSCO:Wed May 05 16:24:05 2010:RegAdd()
    CSCO:Wed May 05 16:24:05 2010:csco_clss::Registry::Registry() constructor begin
    CSCO:Wed May 05 16:24:05 2010:csco_clss::Registry::createKey() creating key SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags
    CSCO:Wed May 05 16:24:05 2010:csco_clss::Registry::addValue() type=4, value={ff25f0b5-c894-45f4-a29d-1bdd0c7926cd}, data=1
    CSCO:Wed May 05 16:24:05 2010:csco_clss::Registry::addValue() value added/updated successfully
    CSCO:Wed May 05 16:24:07 2010:StopNM()
    CSCO:Wed May 05 16:24:07 2010:csco_clss::Registry::Registry() constructor begin
    CSCO:Wed May 05 16:24:07 2010:csco_clss::Registry::openKey() opening key SOFTWARE\Cisco Systems\CRA\CurrentVersion
    CSCO:Wed May 05 16:24:07 2010:csco_clss::Registry::readValue() sValue=version
    CSCO:Wed May 05 16:24:07 2010:csco_clss::Registry::readValue() sData=7.0(1)_Build168
    CSCO:Wed May 05 16:24:07 2010:StopNM() in:s string from reg =7.0
    CSCO:Wed May 05 16:24:07 2010:csco_clss::Service::Service() opening service Cisco Unified CCX Node Manager
    CSCO:Wed May 05 16:24:07 2010:csco_clss::Service::StopServices() : Service is already stopped
    CSCO:Wed May 05 16:24:07 2010:StopNM() returned
    CSCO:Wed May 05 16:24:07 2010:LaunchSQL2K()
    CSCO:Wed May 05 16:24:07 2010:csco_clss::Process::launch() about to launch E:\SQL2K\x86\setup\setupsql.exe -s -f1 C:\SQL2K\setupSQL2K.iss
    CSCO:Wed May 05 16:24:07 2010:csco_clss::Process::initEnv(): Set 'PATH' to C:\Program Files\HP\NCU;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;C:\Program Files\Microsoft SQL Server\80\Tools\Binn\;C:\Program Files\wfavvid\lib;C:\Program Files\Cisco\bin;C:\Program Files\Cisco\AlarmService;C:\Program Files\Cisco\Desktop\bin;C:\Program Files\wfavvid\;
    CSCO:Wed May 05 16:24:12 2010:csco_clss::Process::launch() finished launching/waiting for process
    CSCO:Wed May 05 16:24:12 2010:LaunchSQL2K() returned successfully
    CSCO:Wed May 05 16:24:12 2010:LaunchSP4()
    CSCO:Wed May 05 16:24:12 2010:csco_clss::Process::launch() about to launch C:\SQL2K\MsSql2K.sp4\x86\setup\setupsql.exe -s -f1 C:\SQL2K\setupSP4.iss
    CSCO:Wed May 05 16:24:12 2010:csco_clss::Process::initEnv(): Set 'PATH' to C:\Program Files\HP\NCU;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;C:\Program Files\Microsoft SQL Server\80\Tools\Binn\;C:\Program Files\wfavvid\lib;C:\Program Files\Cisco\bin;C:\Program Files\Cisco\AlarmService;C:\Program Files\Cisco\Desktop\bin;C:\Program Files\wfavvid\;;
    CSCO:Wed May 05 16:24:17 2010:csco_clss::Process::launch() finished launching/waiting for process
    CSCO:Wed May 05 16:24:17 2010:LaunchSP4() returned successfully
    CSCO:Wed May 05 16:24:17 2010:SetStartType()
    CSCO:Wed May 05 16:24:17 2010:csco_clss::Service::Service() opening service mssearch
    CSCO:Wed May 05 16:24:17 2010:Exception in ServiceSetStarType()csco_clss::Service::Service() unable to open service. {The specified service does not exist as an installed service: 1060}
    CSCO:Wed May 05 16:24:17 2010:RegAddCiscoSQLflag()
    CSCO:Wed May 05 16:24:17 2010:csco_clss::Registry::Registry() constructor begin
    CSCO:Wed May 05 16:24:17 2010:csco_clss::Registry::createKey() creating key SOFTWARE\Cisco Systems\CRA\CurrentVersion
    CSCO:Wed May 05 16:24:17 2010:csco_clss::Registry::addValue() type=1, value=SQLProvider, data=cisco
    CSCO:Wed May 05 16:24:17 2010:csco_clss::Registry::addValue() value added/updated successfully
    CSCO:Wed May 05 16:24:17 2010:RegAddCiscoSQLflag() returned successfully
    CSCO:Wed May 05 16:24:17 2010:ReadMSSQL2KIssLogFile() in:sDirectory=C:\WINNTsLogFile=setup.log
    CSCO:Wed May 05 16:24:17 2010:ReadMSSQL2KIssLogFile() the sFilePath: C:\WINNT\setup.log
    CSCO:Wed May 05 16:24:17 2010:csco_clss::readMSSQL2KIssLogFile() the nResultCode: 0
    CSCO:Wed May 05 16:24:17 2010:csco_clss::readMSSQL2KIssLogFile() the nCompleted: 2
    CSCO:Wed May 05 16:24:17 2010:ReadMSSQL2KIssLogFile() found error in the Iss log file C:\WINNT\setup.log bError:1

  • SQl Developer won't start

    I am using Windows XP Professional. I am also using Java 1.6.26. Whenever I try to start SQL Developer, nothing happens. Is there a log for SQL Developer that I could look at somewhere on my machine? I don't get any errors.... its just that nothing happens. I can see the sqldeveloper.exe process pop up momentarily and then disappear sometimes when I look at Task Manager while trying to start SQL Developer. Any advice?

    what a nightmare install oracle 11g in windows 7, it's an awful experience, i take introduction to sql and workshop I from oracle university, and i need to practice with in my 32 bit laptop SQL developer simply doesn't works, my first install was corrupted, then i reinstall and get a second no functional installation and neither of both can be uninstaled. i think that i may be need to reinstala the operating system, what a waste of time :-(
    Edited by: 979160 on 29-dic-2012 11:10

  • Bind variables + SQL Developer

    Hi,
    I have a couple of very simple pl/sql scripts with bind variables (there are no cursors in the scripts) - when I execute these scripts in SQL Developer, it doesn't work as it should.
    It seems as if SQL developer doesn't register the bind variables - in one script, the first execution worked ok, but after that I need to comment the bind variable declarations, otherwise it does not work. In the other script, NULL value is assigned to the variable eventhough a number literal was assigned to the variable.
    When I execute the scripts in SQL*PLUS, they work just fine!
    Why is this? Is there something I need to know inorder to use bind variables in SQL Developer?
    Thanks!

    Once you use '&&', the only way to 'reset' the variables is by using UNDEFINE (just like SQL*Plus).
    ...Unless you run a second script from a second Tab within SQLDeveloper and the second script references the '&&' variables from the first. Then, you get prompted again. In this case, it doesn't seem to see the same '&&' variables that are set in the first script. The second tab seems to have it's own "state" -- something that doesn't happen in SQL*Plus because.......well, it doesn't have tabs.
    --s                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Copying from Oracle SQL Developer to Microsoft Word doesn't retain formatting (Font,colors etc)

    Copying from Oracle SQL Developer Worksheet doesn't retain formatting (font,color etc...)in Microsoft Word but copying from other programs such as
    visual studio, chrome browser etc works fine. This doesn't work even after changed the setting to Keep Source formatting of Options-> Copy and Paste Settings

    Hi,
    I notice that you have cross posted in Answers forum and Oracle forum. Have you tried Mr. Peter's suggestion?
    Then, I recommend we check the Word settings:
    1. Go to: Options > Advanced > Cut, Copy and Paste
    2.  Make sure that Use smart cut and paste is ticked. 
    3. Click the Settings button next to this option
    4. Make sure that Smart Style
    Behavior is checked.
    If the issue still exists, please upload a sample through One Drive, I want to test.
    Regards,
    George Zhao
    TechNet Community Support

  • SQL Developer 1.1 Patch 3 still does not work on 64-bit Windows

    There has been a long-standing problem with SQL Developer 1.1 not working on 64-bit versions of Windows. When sqldeveloper.exe is executed, a very unhelpful error dialog stating "The application failed to initialize properly (0xc00000018). Click on OK to terminate the application" is displayed.
    While there is a workaround that involves running the sqldeveloper.bat file in the \sqldeveloper\bin subdirectory, it is a bit inconvenient and requires the user to discover this workaround. Furthermore, SQL Developer 1.0 did not have this problem, so it is a bit puzzling as to why the problem was introduced with SQL Developer 1.1 and why it is still not fixed with the latest patch.

    I can confirm that we have a fix for this problem. I'm not sure when this fix will be available in SQL Developer.
    The bug was introduced in 1.1 due to optimizations in the way that the native Windows launcher works to better support products like SQL Developer.
    Thanks,
    Brian

  • Installed SQL Server but it doesn't work

    I installed SQL Server 2014 but it doesn't work. What should i do now? i have all feathers installed and i can find them in my control panel but i can't find the application on my system, i allowed my firewall to have access on SQL but it doesn't work. I
    need SQL Sever to do my work Can you please help me?
      Aynur Amirfallah

    i find it but it says invalid license but i installed the free one for 180 days
    Hi Aynur,
    Are you getting the following error message when launching SQL Server Management Studio 2014?
    “Invalid license data. Reinstall is required”
    If that is the case, please perform the following steps to resolve the issue. For more details, please review this similar
    thread.
    1. Uninstall Visual Studio 2010 (Isolated) using Add/Remove Programs.
    2. Click on SQL Server 2014 in Add/Remove Programs, then click Uninstall/Change and choose Repair. 
    On the screen where you select the instance to Repair, change the drop down to "Repair shared features only" and complete the wizard.
    However, if you (“I installed SQL Server 2014 but it doesn't work”) refer to other SQL Server issues, please help to post more details here for analysis. We need to know that how you connect to SQL Server, and the full error message you have received. Also
    please show us
    SQL Server 2014 Discovery Report.
    Thanks,
    Lydia Zhang
    Lydia Zhang
    TechNet Community Support

Maybe you are looking for

  • LaserJet pro 200 color MFP M276nw - Scan setup and installation on Mac Yosemite

    Hi all,  I just bought a new LaserJet pro 200 color MFP M276nw and I'm trying (since 4 days) to coorectly install it. My target would be to use it through the wifi connection and I correctly set it by the front panel. When I try to install the printe

  • Recovery of Data Without Backup on Itunes

    M iPad froze today showing the USB and ITunes icon on the screen. I restored it and in so doing, did not click back up. I have now lost all my data since the last backup.Can I retrieve this lost data?I have tried recovery  programmes and syncing the

  • Use of variable in Procedure

    I created a global variable that contains a result of a query. I used it in a procedure using SQL but when I run the prcedure I have the following error : com.sunopsis.sql.SnpsMissingParametersException: Missing parameter Could you tell me how to use

  • Functional locations from order to notification

    Hello We have a small problem regarding how the functional location field in the notification is filled. The user creates an order Iw31, and on his peronal settings there is defined a value for functional location, the top of a hierarchy. In the orde

  • CSWP missing tabs in query builder

    We have an on-premise SP2013 Enterprise install and a rather odd situation with CSWP. When I use the Change query button in the web part I only see 2 tabs, basics and refiners. The basics tab has no link to advanced mode and doesn't have the Select a