Guard application launch at the start of the appliance, also need advice for the implementation of network methods

Hi all

I'm new to the development of Blackberry and I'm writing a relatively simple application to run on 7.1.

So far the development was interesting, I managed to create my user interface using resources online (mainly this forum), but today I tried to implement some of the network classes that I need and now I just met constant problems.

I use Eclipse SDK 3.7.2 (the one that comes with the plugin RIM)

First question:

I'm not sure what I changed, but today I noticed that whenever I start the Simulator (by sim 9360) my application is started during the initial startup process. I don't think he did this before, but to be honest, I wasn't paying much attention. I think it starts at the start of the device is because I put a breakpoint in the constructor for my class from the main screen, which is hit before the Simulator happens even to the point where it is ready for user interaction. In addition, once it is ready, if I press the BB button, I see my registered application.

I don't have it set to automatic start in .xml descriptior enforcement.

I started this application on the HelloBlackBerry sample, here is my main method for the entry of the application:

public static void main( String[] args ) {
        appSettings = AppSettings.fetch();
        // Create a new instance of the application and make the currently
        // running thread the application's event dispatch thread.
        HelloBlackBerry theApp = new HelloBlackBerry();
        theApp.enterEventDispatcher();
        //openConnection();

    }


As far as I know, this is the only entry point for the application.

More code

    public HelloBlackBerry() {
        // Push a screen onto the UI stack for rendering.
        mainScreen = new ScreenHelloBlackBerry();
        pushScreen( mainScreen );
    }

Here is the method of. my class AppSettings fetch()

    // Retrieves a copy of the effective properties set from storage.
    public static AppSettings fetch()
    {
        AppSettings savedSettings = (AppSettings) _store.getContents();
        return new AppSettings(savedSettings);
    }

Some of this code that I wrote myself, the persistence store cause the launch of my car?

I tried to reset the Simulator to the factory settings, no change.

All applications initialized during the startup of the device and then closed shortly after?

Part 2: Need advice for the implementation of functions of network in the application

I need to implement some methods that will retrieve data from a web service, and I also need to send data to this service. What I've read, the ConnectionFactory is the way to go. I want my application to make a request when the application is open and can check on a set interval. I didn't know exactly how to go about adding another thread for networking, I understand that network connections should not be created on the thread main event, so I tried to do this:

The constructor of my class that implements screen (ScreenHelloBlackBerry), I use the following to create a modal dialog box to prompt the user for a username, I also try networking wire in the same segment of spawning:

        public ScreenHelloBlackBerry(){...initialize fields and managers, add it all together...then near the end

//This will open the confirm dialog when the application is launched
        UiApplication.getUiApplication().invokeLater(new Runnable() {
              public void run() {
                  openConfirmDialog();
                //start connection - Possibly broken
                  ConnectionThread ct = new ConnectionThread();
                  ct.start();
              }
        });

I don't know if it's somehow OK to do, but it seems to work for what I need. I want a user who launches the application at the prompt, and if a user switch applications, when they come back they wondered again (unless they close the app and reopen it).

Here is my ConnectionThread:

public class ConnectionThread extends Thread
{

    public void run()
    {

          ConnectionFactory connFact = new ConnectionFactory();
          ConnectionDescriptor connDesc;
          connDesc = connFact.getConnection("http://www.google.com");
          if (connDesc != null)
          {
              HttpConnection httpConn;
              httpConn = (HttpConnection)connDesc.getConnection();
              try
              {
                  final int iResponseCode = httpConn.getResponseCode();
                  UiApplication.getUiApplication().invokeLater(new Runnable()
                  {
                      public void run()
                      {
                          Dialog.alert("Response code: " +
                                        Integer.toString(iResponseCode));

                      }
                   });
                  httpConn.close();

               }
               catch (IOException e)
               {
                 System.err.println("Caught IOException: "
                      + e.getMessage());
               }
          }
    }
}

At the moment it has basically unmodified code from a sample that I found, I'll be retooling to meet my needs whenever I can make it work. I HAD this work to the point where, after the closed user confirm this dialog, a few moments later a an alert dialog appears with the 302 response code. I don't know what changed, but now it doesn't work at all, and if I try to scroll with the debugger, I can't past the httpCon.getResponseCode (). I've seen some mistakes earlier on "no record of service was set up", and I also had once a timeout exception.

I'm sure I'm doing this wrong, but at the same time as I said WAS working, and now it is not. If someone has done this far, thank you very much for your time and advice are much appreciated.

Also, should I try to start the thread of the network of the UIApplication class instead of the screen? There is currently very little happening in the class that extends UIApplication, do I spend most of my business logic out of the class of the screen and in the UIApplication class?

Thanks in advance!

Hi all

Just to conclude this topic for those who are interested, I found an excellent guide to the implementation of networks in applications of BB, click here for a link.

About my application being started at the start of the simulator of the device, I found that on a device real this behavior is not complied with, and in addition, the behaviour seems to have stopped after uninstallation and reinstallation of my Simulator.

See you soon,.

Tags: BlackBerry Developers

Similar Questions

  • Creating an Application Launcher using the homescreen of the sample in Windows Embedded

    Hello

    I had made a request and I have this application must be run on windows embedded 7 homescreen based startup (application launcher)!

    As I need to customize the home screen Windows Embedded to be my application then and another under customization

    • Change the design of the user interface.
    • Change the background image.
    • Creation and customization of the menu items.
    • Location of the home screen.
    • Implementation of themes and change the theme.
    • Extension of window message processing.

    Thank you

    Hello

    Your question of Windows 7 is more complex than what is generally answered in the Microsoft Answers forums. Appropriate in the MSDN forums. Please post your question in the MSDN forums.

    You can follow the link below to ask your question:

    http://social.msdn.Microsoft.com/forums/en-us/category/windowsdesktopdev

    I hope that helps!

  • The error that says "this application has failed to start because sqlite3.dll (also sqlite3.prepare.v2) was not found. Reinstalling the application may fix this problem.

    These messages appear, one after another, at startup.

    Something you have running at Windows startup that uses SQLite is a failure. Find out what this program is (so you can stop it) by managing your Startup:

    Start > run > msconfig [Enter]

    This will open the System Configuration utility. Look under the Startup tab and find the likely culprit. Uncheck the box next to its name, apply and OK out. You don't need to restart immediately, but next time you do, you will get a dialog box saying that you have used the utility. Just check the box that says in effect, "don't mind to this subject again".

    Important - do not use the System Configuration utility to stop the process. Use rather Start > Run > services.msc [Enter] and stop all services unless you really, really know what you're doing.

    How to troubleshoot by using the Msconfig in Windows XP utility - http://support.microsoft.com/?id=310560
    The free Autoruns program is very useful for managing your Startup - http://www.microsoft.com/technet/sysinternals/default.mspx MS - MVP - Elephant Boy computers - Don ' t Panic!

  • Need advice for the new graphics card

    I have a desktop HP Pavilion a6610t with HP w1907 monitors. Windows 7 32 bit.  I want to upgrade to a graphics card that supports two monitors.  Games isn't a factor, but I'd like a card that does not become the neck of the bottle when you surf or work remotely.  I have a PCIe - x 16 available slot.  My price range is around us $100.

    What should I look for another as the PCIe - x 16 and the ability to support two monitors when you shop for a graphics card?  I think the AMD Radeon HD 6570 is a good starting point.  What do you think?

    Any information will be appreciated.

    Here are the specifications and the configurable option for your desktop HP Pavilion a6610t CTO. According to specifications, your system came from the factory with a 250 watt power supply. Most retail graphics cards require a power supply minimum system assessment of 300 watts or greater. The Radeon HD 6570 you noted requires a 400 watt or a bigger power supply. The CX500, CX600 Corsair are highly recommended, are favorites of the forum and are known to adapt to most cases of HP. For useful information on the selection of a graphics card that fits your computer and meets your needs, read Guide of Big_Dave of a discrete video card selection .

    Frank

  • Equium A200-1V0 - need advice for the new series of laptop

    I want to replace my Equium A200-1V0.
    I don't know not in range it originally was - base or more?

    What would be a good replacement for it now?
    What I use my current for internet, email, Word/Excel and simple games. I also use it to listen to the music and the iplayer.
    HD, also used to store photos and iTunes.

    I have a budget of about £300-£400
    Minimum specification of:
    Memory - 2 GB
    HD - 200 GB
    Intel processor - NOT a Celeron - duo or preference i3
    stereo speakers
    at least 2 USB ports
    HDMI port - optional
    Screen 15 ''

    Thanks in advance...

    Hey,.

    There are several laptops Toshiba with 15 screen I think that the important point is the price because other requirements such as 2 GB RAM, 200 GB, etc are no problem. Most laptop have 4GB or more of RAM and also tough with more disk space.
    Moreover the Intel Core i3 processor is standard CPU at the moment, some models have a Core i5

    Take a look at Satellite C650, L650 and L750. These models are to fundamental factors such as Internet, music, videos and simple games.

    You can compare all models on the official page of Toshiba:
    http://EU.computers.Toshiba-Europe.com/innovation/family/

  • I also need assistance for the e-mail link to transfer my content from Kobo.

    Its possible that the email may have landed in the junk e-mail folder, and then it was cleaned.

    Please help as soon as possible.

    Thank you

    I understand. Soon, I am coordinating with another division so it can be supported.

  • Need advice for the purchase of a mini PCI Wireless

    Hello

    I have a laptop Toshiba I bought nearly two years ago. This laptop has an Intel 2200BG wireless chipset, which works, but the quality of connection is quite low. Sometimes, the connection speed climbs, sometimes it falls in total. I tried all the updates driver, power management tips and everything that could be found on the net. Some of these help, but there is always something that doesn't work as it should.

    Long story short, I decided to buy a mini pci wireless card. The problem is that these cards are nowhere to find. There is nothing on the Toshiba site, and apart from a few offers on eBay, there is almost nothing to choose. I know there are other options, but I prefer a mini pci card.

    Can someone help me on this issue?

    Thank you

    Peter.

    Hi Peter

    Can you please tell us which laptop model you have?

    In any case, the network without WIRE Intel 2200BG card is good enough and works very well on my Satellite M70 (with the latest driver). Download speed is very good and I do not need a wireless network card. I don't know what is the problem with WLAN connection in your case, but please try to test with another router WLAN (maybe your friends have all other routers). Also, install the latest WLAN driver for this card.

  • Default user signing off after the implementation of network

    It has created a single user on this computer.  Normally, when I turn on the computer, it goes to the login screen, the account is already selected and I type the password and login.  But I have set up a home network so I could use the printer in the other room and now when I turn on the computer, a user account is deselected and so I have to select before you type the password.  I know this is a minor concern, but I would like to be able to count on a network AND not obliged to select the user.  And Yes, I have to type the password without autologin.  Thank you.

    Hello

    You can disable the Welcome screen & check if it helps.

    For more information, please visit: to activate or deactivate the screen theWelcome

    Hope the helps of information. Please post back and we do know.
    Concerning
    Joel S
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Need advice for the graphic shape on the image display

    I would like to help plot a circle above an image that is displayed in the get in JLabel, the purpose is, when you click on the image, the image with a small circle apperas instead, we clicked. I used JLabel to display image in get by using imageLabel.setIcon (new ImageIcon("default.jpg"));

    I need to draw the circle/rectangle when I click on the image that I need to select the different points of the image by drawing rectangles circles above the image.
    If you understand my problem, please guide me for the same thing.

    Thank you

    Create your own class that extends JPanel, substitute the paintComponent() method to draw the background image, then go through a list of points where the user has clicked (you'll need to track clicks too) and draw circles it.
    Stick this Panel in your get the label place.

    That's how I'd do it (then again once, I'm not big on Swing these days).

  • I need advice for an upgrade of the CPU... Please and thank you!

    Hi, I own a 076804U, with a T2060 lenovo3000 n100. I think the upgrade to windows 7 and 64-bit move. Can someone tell me what CPU I could jump up to which will work in this system? I know very little about laptops but I build my own desktop computers. It is to travel and I use it a lot, so buying a new laptop is not really what I want to do. But I want that all my systems to run the same operating system. Thanks for your help.

    I have the same model and just put in a T5600 who

    I bought on eBay. Works fine and windows 7

    is a pleasure to use compared to vista.

    The only driver I had to install was for the card reader.

  • Need advice for optimizing query for the use of function UPPERCASE

    I would like to know if it would make a difference if I use the UPPER function in the WHERE clause compared to use in the SELECT statement. For example:
    SELECT 
        2 AS ORDERID,
        'OFFC' AS RESULTTYPE,
        OFFC_CD AS GROUPCOL,
        SUM(FACE_AMT) AS TOT_FACE_AMT,
        SUM(PROJ_PREM_AMT) AS TOT_PROJ_PREM_AMT,
        COUNT(*) AS TOT_NUM_CASES,
        'YTD' AS RPTTYP
    FROM
    (
        SELECT
            FMI.ACCT_GRP_ID, FMI.GA_CD, FMI.OFFC_CD, FMI.GROUP_REALLOCATION, FMI.STAT_NAME
            ,CASE WHEN FMI.GROUP_REALLOCATION = 'Y' THEN
                SUM(NVL(FMI.FACE_AMT,0)) OVER (PARTITION BY FMI.ACCT_GRP_ID, FMI.AGNT_NAME, FMI.STAT_NAME, FMI.GROUP_REALLOCATION, FMI.LOB_NAME ORDER BY FMI.CA_CS_NUM DESC)
             ELSE
                NVL(FMI.FACE_AMT,0)
             END FACE_AMT
            ,CASE WHEN FMI.GROUP_REALLOCATION = 'Y' THEN
                SUM(NVL(FMI.PROJ_PREM_AMT,0)) OVER (PARTITION BY FMI.ACCT_GRP_ID, FMI.AGNT_NAME, FMI.STAT_NAME, FMI.GROUP_REALLOCATION, FMI.LOB_NAME ORDER BY FMI.CA_CS_NUM DESC) 
             ELSE
                NVL(FMI.PROJ_PREM_AMT,0)
             END PROJ_PREM_AMT    
            ,RANK() OVER (PARTITION BY FMI.ACCT_GRP_ID, FMI.AGNT_NAME, FMI.STAT_NAME, FMI.GROUP_REALLOCATION, FMI.LOB_NAME ORDER BY FMI.CA_CS_NUM) RANKING
        FROM
            IFV_FLD_MGMT_INFO FMI
            JOIN IFT_BAT_PARM BP
                ON  FMI.LST_STAT_DT >= (TO_DATE('01/01/' || TO_CHAR(TO_DATE(BP.PARM_DAT_VAL, 'YYYYMMDD'), 'YYYY'), 'MM/DD/YYYY'))
                    AND BP.BAT_ID = 'CMISFLDMGMT_DT'
        WHERE   FMI.OFFC_CD IN (pOffcCd)
            AND FMI.SHOWINFMR = 'Y'
    )
    WHERE ((GROUP_REALLOCATION = 'Y' AND RANKING = 1) OR (GROUP_REALLOCATION = 'N'))
        AND UPPER(STAT_NAME) = 'PLACED'      
    GROUP BY OFFC_CD
    In the above code, it will make difference if I move function SHIFT of the WHERE clause of a SELECT statement in the inner query as SUPERIOR (CGI. STAT_NAME STAT_NAME)? There will be no long-term performance gain?

    Published by: Kuul13 on July 13, 2009 12:25

    Hello

    Kuul13 wrote:
    ...
    In the analytical functions d0 you want
    PARTITION BY stat_name or
    PARTITION OF SUPERIOR (stat_name)?
    This will really make the difference in the wy data will be partitioned?

    Yes.
    PARTITION BY x means the same as
    PARTITION BY y only if x = y. If stat_name = HIGH (stat_name), then why you never bother to say UPPER (stat_name)?

    If so, then I guess that it may be prudent to use UPPER (STAT_NAME) in the IFV_FLD_MGMT_INFO that is used in the inner query view. In this way, I simply keep the changes in the view and all other queries that use this point of view (as in my example) can directly use STAT_NAME = 'PLACÉ' and not no longer necessary to change the column in the PARTITION clause. What is your suggestion?

    That would certainly make the simplest coding. If the person who uses the display needs the stat_name unconverted, then I think that changing the display is a good idea.

    Also, I can't move where the query condition internal because it will give me different results.

    As far as I know, this would make the subquery produce fewer lines (that's why it would be more efficient). Since you are partitioning by stat_name, lines which produced the subquery would be identical to the lines he now produces and are kept by the Super request. I do not have your tables, so I can't test it really,

  • Start a new project and need advice! New on Illustrator!

    Hello everyone!

    I start a new project and have met a roadblock. I created a mock up of a Jersey for a friends racing team in photoshop and now I need to get all vectorized to send off for printing.

    In photoshop, I know how to make a great clipping mask. Yet in Illustrator I am lost! I have cooked up some "Ghetto Rigs' but thought I should learn the right way, rather learn something on the wall.

    Here is my Mock Up

    Screen Shot 2014-11-25 at 4.39.05 PM.png

    Currently, I have the Lion vectorized via the Trace of the Image

    Screen Shot 2014-11-25 at 4.40.19 PM.png

    But I need the lion to fit inside the shirt. Normally, I would think that a clipping mask would be appealed to. So I created a shape of the front of the shirt

    Screen Shot 2014-11-25 at 4.55.59 PM.png

    Then I put the lion in the layer below

    Screen Shot 2014-11-25 at 4.57.04 PM.png

    I then go to object > clipping mask > make and receive this error message

    Screen Shot 2014-11-25 at 4.58.56 PM.png

    I read the message loud and clear, but now I apparently don't know how to make a clipping with 2 files vectorized mask!

    Any guidance? I approach this wrong? Big up to anyone who actually spent the time to read this n___n

    CPK,

    Always stretch after tracing image to get things to work.

    Select / them and object > Image Trace > Expand.

  • need advice for upgrading application server

    Hi all

    I recently updated my database oracle 9.2.0.5 to 10.2.0.4 on HP - uX 11.11, my version of EBS is 11.5.10
    now I want to upgrade my application server, first of all, I did not know my ACE version
    After a search through the oracle Installer, I discovered the following

    /appldvp/apps/prodora/8.0.6
    Setup Oracle Unix 4.0.3.0.0
    Text viewer online Oracle 1.0.1.0.0
    Client software 8.0.6.0.0
    Ordts Common Libraries 8.0.6.0.0
    ORACLE NLS libraries and utilities 8.0.6.0.0
    Basic ORACLE 8.0.6.0.1 libraries
    ORACLE RDBMS common libraries and utilities 8.0.6.0.1
    ORACLE PL/SQL 8.0.6.0.0 libraries
    ORACLE 8.0.6.0.1 common libraries
    Libraries Precomp common ORACLE 8.0.6.0.1
    The libraries of common network ORACLE and utility 8.0.6.3.0
    ORACLE Trace 8.0.6.0.0 common libraries
    Common utilities ORACLE 8.0.6.0.0
    Common libraries of Agent ORACLE 8.0.6.0.0
    ORACLE common libraries and utilities 8.0.6.0.0
    Platform specific libraries and utilities 8.0.6.0.0
    Net8 (SQL * Net and names) 8.0.6.3.0
    TCP/IP 8.0.6.0.0 Protocol adapter
    3.0.2.0.1 remote operations
    Oracle 8.0.6.3.0 names
    Database Toolbox 6.0 6.0.8.10.1
    Discoverer of collector 4.1.48.06.00
    4.1.33f configuration guide
    Discoverer of libraries 4.1.48.06.00
    Discoverer Locator 4.1.48.06.00
    Discoverer of preferences 4.1.48.06.00
    Discoverer Session 4.1.48.06.00
    Oracle Discoverer Viewer for Web 4.1.48.06.00
    Oracle Discoverer Plus 4.1.48.06.00
    Oracle Discoverer (Web) 4.1.48.06.00 Server
    JInitiator 1.1.7.30
    JInitiator 1.1.8.11
    VisiBroker Smart Agent 3.3.1.0
    VisiBroker for C++ 3.3.3.0
    VisiBroker for Java 3.4.0.0
    VisiBroker product 3.3.1.0
    PL/SQL 8.0.6.3.0
    Oracle 3.0.6.0.0 Server Manager
    Oracle8 Enterprise (RDBMS & PLSQL) 8.0.6.3.0
    Load files < startup of the database > 1.0.0.0.1
    Intelligent Agent Oracle 8.0.6.0.0
    The 8.0.6.0.0 Oracle trace
    Precomp 8.0.6.3.0
    Pro * C/C++ 8.0.6.3.0
    Oracle8 JDBC Drivers 8.0.6.3.0
    Java Runtime Environment 1.1.6.2o
    Java Runtime Environment 1.1.8.13
    SQL * Plus 8.0.6.0.0
    Extension of Toolbox 6.0 6.0.8.10.1
    Multimedia API 6.0.5.33.0
    Space common tools 6.0.5.32.0
    PL/SQL Builder 6.0.8.11.0 procedure - 449
    Integration Services 6.0.5.35.0
    Oracle SQL Manager Library 6.0.8.10.0
    Virtual graphics system 6.0.5.35.0
    Oracle Charting Library 6.0.8.10.1
    Oracle Graphics 6.0.8.10.0
    Oracle Forms Server and Forms Developer 6.0.8.11.3
    Oracle Reports Server and Reports Developer 6.0.8.11.2
    ZRC Library 6.0.8.3.5
    GE 6.0.8.10.0 libraries
    Release notes for the Oracle tools 6.0.8.11.2 products
    Support of Tuxedo to 6.0.5.2.0 forms
    Oracle Jinitiator 1.1.7.31 (inside)
    JDK Oracle 1.1.7.31 cmdlets display (inside)
    Oracle 6.0.5.32.0 browser
    Oracle Wallet Manager 2.1.0.0.0
    Common documentation Fund 2.0.0.0
    Oracle to HP 9000 servers and workstations Documentation 8.0.6.0
    Resource store 6.0.5.0.1
    Toolkit Utility Library 6.0.5.33.1
    Library Automation Toolkit 6.0.5.33.1
    Oracle Information Navigator 6.0.4.0.0
    The Documentation Library online 6.0.8.11.4
    Project Builder 6.0.5.6.0
    is the 8.0.6, version if it is, how can I upgarde to the later the accessible to the general public

    Thanks in advance

    No, you can't. There is no way to use the forms/reports 10g with 11i instance. Server Applications Oracle 10 g can be used to deploy the SSO, discoverer, portal... etc.

    Note: 233436.1 - installing Oracle Application Server 10g with Oracle E-Business Suite 11i version
    https://metalink2.Oracle.com/MetaLink/PLSQL/ml2_documents.showDocument?p_database_id=not&P_ID=233436.1

  • popup error message on my computer that says an application could not be started

    Hi, my name is Grace.

    I have a popup error message on my computer that says that an application could not be started.  He said I need to contact the vendor of the application, but I don't know what application it is, or who is the developer.

    The message says: "wyabrax.exe - this application could not be started."  When I check the details all that I get something SHIM .net is something.  Here are the details that I get,

    ------------------------------------------------------------------------

    Error: "this application could not be started."

    Error message

    This application could not be started.

    Cause

    The app is not configured in a way that allows to determine the appropriate version of the .NET Framework runtime. The shim code is SHIM_NOVERSION_FOUND.

    Resolution

    You can not solve the problem of configuration yourself. Contact the application vendor to fix the problem.

    ------------------------------------------------------------------------------------------------------------

    The problem is that I don't know what application it is.  How can I find so he can stop interrupting my work on my computer?

    Thank you in advance!

    Hello

    Google has no information on wyabrax.exe.

    It may be a left over starting entry of Malware that has been removed from your security programs.

    This is a suggestion for you:

    Download, install, update and scan your system with the free version of Malwarebytes AntiMalware:

    http://www.Malwarebytes.org/products/malwarebytes_free

    @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

    If the problem persists after scanning, take these startup entries:

    «How to use MSCONFIG in Windows 7»

    http://netsquirrel.com/Msconfig/msconfig_win7.html

    You can also use this free program to do, too:

    "Autoruns for Windows V12.03"

    http://TechNet.Microsoft.com/en-us/sysinternals/bb963902.aspx

    See you soon.

  • BlackBerry software need help for backup on pc and using the link

    I need instructions on how to back up my passport to my PC.  I've never done this before, so I don't know how to start.

    I also need to re-connecto link.  I already have downloared link on my PC and that my passport to synchronize with Microsoft Outlook avarytime to first, it was on the dock.  but one day he stopped every time I try synck my contacts and calendar, it is said to connect with a USB and sync.  BUT it is already uin Dock connected with a USB key so I don't know what is happening.

    Thank you

    It's hard to say. There are many discussions opened by users without a problem with the link. That's why I said I hope your solution is in this Knowledge Base article, because the problem may be something else and difficult to resolve.

    Therefore, check everything in the Knowledge Base. It you don't find the solution there, start reading the discussions of the forum on the issues of link and first see the threads marked resolved.

    Good luck.

Maybe you are looking for