Question about Bberry protect

Hello

I installed the application Protect, which has the following features:

-Ups support via the web or wi - fi

-Can map your device via GPS if lost/stolen

-Can be banded remotely if lost in the House.

Then... I thought to take advantage of these features, I was able to connect on a Web site, to recover back ups, tracking device on the card, device ringtone to distance, etc... But, once I installed the app, nothing tells me where to find these services remotely on the Web site. I looked on the page web, the messages app on my device once the application is installed and also did a search on Google and nothing leads me to believe that there is a site that would allow me to take advantage of these features remotely.

Is this means that this function must be accessible through another blackberry only? Which means that if I want to find my device via GPS, I can't use an another bberry which has this request?

Thanks for the information.

See you soon.

Sign in using your BlackBerryID account to this url from a PC:

https://blackberryid.BlackBerry.com/bbid/login/?callbackuri=aHR0cHM6Ly9wcm90ZWN0LmJsYWNrYmVycnkuY29t...

Tags: BlackBerry Developers

Similar Questions

  • Question about the protective mask cracked Portege M200

    Hello world

    I have an urgent question, who need your help. I have a Portege M00 tablet pc at home, and the Portege M200 LCD screen is covered with a protective mask. But yesterday I closed the laptop without notching of the pen between the screen and the keyboard. now the protective mask had been broken and the screen of the laptop is ok. So I want to know is - can I change the cracked by a new protective mask?
    Has anyone experience this? Thanks in advance!

    Hello

    I think it should be possible to replace this protective mask.
    But I put t found any offers on the web.
    I recommend you ask the service partner to help him. Maybe he can order this mask of protection for you.

    Good bye

  • A few questions about FileConnection/JSR 75

    [I posted these issues some time ago, but got no response]

    I am writing an application that targets the 4.2.1 and upward. After reading everything I can find (api docs, forum, kb, guides, web search), I still have many questions about the BlackBerry file system:

    1. Are store / and SDCard / internal name of the memory and the SD card root on all BlackBerry devices?
    2. JSR 75 leaves open the question of whether an application sees the virtual roots that are private to itself or if all applications share the same roots. How does on BBs? I have seen many examples where the path name starts by "/ store/home/user/app_name /" or "/ SDCard/BlackBerry/app_name / '. Is this necessary, or can my request simply use "/ store /" or "/SDCard/" and add the file name? If the former, are there best practices documented anywhere to manage collisions between app names?
    3. If the files are visible in many applications, there are layers of security available to protect data (I think something similar to how a PersistentObject can be encapsulated in an object ControlledAccess using the PersistentStore) or do make us our own?
    4. I read on this forum somewhere that store / is not available when a device is connected via USB and mass storage is active. Is this and other information like this documented somewhere?
    5. May restrict the COMPUTER strategies how an application uses FileConnection, particularly to the store / and SDCard /? If so, is there any guidance on common restrictions that developers should know when you write applications for general use?
    6. What restrictions are there on the names of files (allowed characters, length, etc.)?

    Any guidance or pointers will be appreciated!

    Hi Ted,

    I'm not sure on your remaining questions, but I'll try to answer as best I can:

    1. did not have different names on the devices until today.

    2. you have no problem on SD card and you are allowed to save files anywhere it. Not quite sure

    shop around, but you should be able to save files on the file system visible and own created folders. There will be

    some folders inaccessible devices that require internal processing (installed Te of applications etc..).

    3. you can open files as readonly etc. but elsethere it is not the layers of security installed. If you have data

    issues of security, you must save this Te using the RuntimeStore class!

    4. I don't know, but it's a fact. But for this purpose, you can detect the toggling of mass storage

    programmatically.

    5 see point No. 3

    6 see restrictions as specified in JSR 75.

    Kind regards

    Jochen

  • Questions about discussions...

    Hello

    I have a new app to do that requires network access.

    I have read this EXCELLENT post from peter_strange:

    http://supportforums.BlackBerry.com/T5/Java-development/connecting-your-BlackBerry-http-and-socket-c...

    Because I can't use BIS - B because I'm not a partner of the Alliance, I wanted to take a look at the new OS 5.0 network API and see how it works.

    I know that network connections should be performed in a separate thread.

    I'm far from being an experienced Blackberry developer... so I have a few questions about discussions.  I looked around the Internet, read on the forum, read the documentation, did some tests and so far, I came up with this code:

    SerializableAttribute public class HTTPConnection extends UiApplication {}
    Public Shared Sub main (String [] args) {}
    HTTPConnection PAP = new HTTPConnection();
    theApp.enterEventDispatcher ();
    }

    public HTTPConnection() {}
    pushScreen (new HTTPConnectionScreen());
    }
    }

    class HTTPConnectionScreen extends form {}
    public HTTPConnectionScreen() {}
    setTitle ("HTTPConnection");
    Add (new RichTextField ("choose a type of connection :"));

    final RadioButtonGroup = new RadioButtonGroup() rbGroup;
    RadioButtonField radioButtonF1 = new RadioButtonField ("Direct TCP", rbGroup, false);
    RadioButtonField radioButtonF2 = new RadioButtonField ("WAP 1.0/1.1", rbGroup, false);
    RadioButtonField radioButtonF3 = new RadioButtonField ("WAP 2.0", rbGroup, false);
    RadioButtonField radioButtonF4 is new RadioButtonField ("BES/MDS", rbGroup, false);.
    RadioButtonField radioButtonF5 = new RadioButtonField ("BIS-B", rbGroup, false);
    RadioButtonField radioButtonF6 = new RadioButtonField ("WiFi", rbGroup, false);
    Add (radioButtonF1); Add (radioButtonF2); Add (radioButtonF3); Add (radioButtonF4); Add (radioButtonF5); Add (radioButtonF6);
             
    FieldChangeListener listener = new FieldChangeListener() {}
    ' Public Sub fieldChanged (field field, int context) {}
    ConnectionThread ct = new ConnectionThread (rbGroup.getSelectedIndex () + 1);
    CT. Start();
    }
    };
             
    ButtonField buttonField = new ButtonField ("Connect", ButtonField.CONSUME_CLICK);
    buttonField.setChangeListener (listener);
    Add (buttonField);
    }

    / * method of onSavePrompt override default to avoid being asked if I want to record every time * /.
    protected boolean onSavePrompt() {}
    Returns true;
    }
    }

    class ConnectionThread extends Thread {}
    private int transportType;
    public ConnectionThread (int n) {}
    transportType = tt;
    }
        
    public void run() {}
    ConnectionFactory connFact = new ConnectionFactory();
    ConnectionDescriptor connDesc = connFact.getConnection ("URL", transportType, null);
    If (connDesc! = null) {}
    try {}
    HttpConnection httpConn = (HttpConnection) connDesc.getConnection ();
    httpConn.setRequestMethod (HttpConnection.POST);
    httpConn.setRequestProperty ("Content-Type", "application/x-www-formulaires-urlencoded");
    OutputStream out = httpConn.openOutputStream ();
    out. Write (Integer.ToString (transportType). GetBytes());
    int responseCode = httpConn.getResponseCode ();
    If (responseCode == HttpConnection.HTTP_OK) {}
    UiApplication.getUiApplication () .invokeLater (new Runnable() {}
    public void run() {}
    Dialog.Alert ("- SUCCESSFUL CONNECTION-");
    }
    });
    }
    If (httpConn! = null) httpConn.close ();
    } catch (IOException e) {}
    System.Err.println ("IOException Caught:" + e.getMessage ());
    }
    }
    }
    }

    In fact, this code works very well... but I want to improve it, and I have a few questions:

    1. I think that right now, every time I click on the 'Connect' button, I start a new thread. I would like to end this thread in the "run" method, but I don't really know how to access the variable 'ct' from there.   Counsel on how to do it?  Or maybe always use the same thread until my application is closed?

    2. in the FieldChangeListener of my "Submit" button, I want to access the value of radio box.  I did work, but I had to do my 'final' variable  What is the right way to do it?

    3 - to display a dialog box with 'Successful connection', I just wanted to write something in my main screen.  How I do that?

    I'm just a bit confused as to just what set up when you use a separate thread.

    Thanks for your advice!

    Edit: Hidden URL I connect to...

    That's what I call a good question! (now I'm wondering why the forums do not work with opera correctly, in any case, here my baldy to the answer format): 1. your thread "dies" when it's over, no need to close it. 2 Yes 3. You can use a reminder. See for example http://www.javaworld.com/javaworld/javatips/jw-javatip10.html

  • Small questions about Dataguard

    Hello

    I have a few questions about Dataguard. I'm new to DG, carry me so for the display of these fundamental questions:

    We plan to install Oracle 12 c to Win 2012 R2 with primary and physical intelligence on different physical servers. We are looking for HA solution, but cannot afford to license CARS. The two primary & Eve are going to be in the same data center connected via a 1 gigabit network. So I have a few questions related to it.

    (a) since both of our primary & Eve is going to be in the same data center with good connectivity. Can I assume that although Data guard is more DR solution, in our case it would be HA solution since we have no network latency.

    (b) is it safe to assume that where primary fails, then the day before can automatically take the role of primary education without any manual intervention, possibly using Dataguard broker?

    (c) so I understand that where primary breaks down, the existing connections transfer automatically from primary to standby db (most recent primary), but how my web based java application will know that more recent connections must be sent to the standby db Server (more recent primary)? I guess net Oracle has a provision to handle this? Who can be automated?

    (d) given that I have only 2 physical servers, can I deploy broker Dataguard on a normal PC (since it is a thin client) assuming the PC is kept in the data center and is online 24/7?

    (e) I was reading about the modes of Protection, account required to our current situation & infrastructure, I choose 'Maximum availability Mode' instead of 'maximum Performance '.

    (f) what is your point of view about Oracle integrated security? I hear too much on Oracle failsafe, because people generally go to a combination of CARS & dataguard for HA? We have a few additional storage that can be shared between the two servers, but I feel with literally no DG network latency can provide us HA.

    Concerning

    Learner

    (a) since both of our main & secondary is going to be in the same data center with good connectivity. Can I assume that although Data guard is more DR solution, in our case it would be HA solution since we have no network latency.

    Well it will not provide the level of HA that is RAC. RAC is a Transparent Application failover. With a physical standby, you need to apply some delay for a failover operation. You can implement the observer that can automate the failover and reduce the time.

    (b) is it safe to assume that where primary fails, then the day before can automatically take the role of primary education without any manual intervention, possibly using Dataguard broker?

    This isn't really the DG broker, but rather the observer you will need to implement. The DG broker automate failover. It will be the observer who "sees" (where its name) that the principal is down and initiate the failover process. To do this, the observer will use the DG broker, so it will be necessary.

    (c) so I understand that where primary breaks down, the existing connections transfer automatically from primary to standby db (most recent primary), but how my web based java application will know that more recent connections must be sent to the standby db Server (more recent primary)? I guess net Oracle has a provision to handle this? Who can be automated?

    You'll want to read on the QuickStart failover. http://www.Oracle.com/technetwork/articles/smiley-fsfo-084973.html

    (d) given that I have only 2 physical servers, can I deploy broker Dataguard on a normal PC (since it is a thin client) assuming the PC is kept in the data center and is online 24/7?

    The DG broker is required to run on the database server. The DG broker will run on the primary and standby. I think that what you're asking really anything is if the observer can run on a PC. Yes it can. However, it is probably not a good idea. A PC will not have the internal hardware redundancy, a server can have. If the PC can fail more often than to a server. And if the gods are bad, it will fail when you most need.

    (e) I was reading about the modes of Protection, account required to our current scenario & infrastructure, I choose 'Maximum availability Mode' instead of 'maximum Performance '.

    Your choice should depend on the amount of data loss is acceptable.

    (f) what is your point of view about Oracle integrated security? I hear too much on Oracle failsafe, because people generally go to a combination of CARS & dataguard for HA? We have a few additional storage that can be shared between the two servers, but I feel with literally no DG network latency can provide us HA.

    Oracle integrated security only works on Windows with a MS Failover Cluster. Real DBAs do not have Oracle on MSFC.

    See you soon,.
    Brian

  • Questions about the implementation of clusters of storage and DTS on active cluster

    I have a few questions about the implementation of clusters of data store and SRS storage in VSphere 5.1.

    We have a data center with about 15 HP blades and a few servers non-lame.  The hosts are all either VSphere 5.0 or 5.1.  Our back-end storage is an EMC VNX 5700 with about 20 stores of data.  All the VMWare is managed by VCenter 5.1 running on a dedicated physical machine.

    Currently, each data store is used individually; No piles of data store are put in place.  When a new virtual machine is created, the administrator usually chooses the data with the most space store.  Periodically, we will go back and manually storage vMotion machines to balance the load.

    Recently, we have expanded the VNX storage, so we now have LUNS in different pools, with different levels of performance.

    What I would do is set up for the data store clusters, so that us when a virtual machine is created, the administrator must not know what data store is in which pool.  Also take advantage of the DRS storage so that the burden of storage will be "refine" himself a little.

    I know the setting up of a cluster of storage in a 'clean' environment is quite simple, but my concern is creation/conversion data warehouses existing in active production in the cluster, while they are used.

    If I access the screen "data warehouses and store data from clusters ', right-click on the data center and create a cluster, and then move the various data stores in the new cluster, will there be an interruption in the production running systems?

    I also wonder about activation of storage i/o control.  It is not currently enabled on data warehouses.  I know it's useful for the StorageDRS, but will be allowing any negative impact on the system?  If I turn on the warehouses of data, is there anything else I should do or set in addition to all that allows him?

    Finally, we are in the process of Site Recovery Manager configuration.  SRS has an impact on the configuration of the data clusters and DTS store?

    Thanks in advance for your comments.

    Mike O.

    Gregg Robertson wrote:

    Hello

    Clusters of data and using DTS store doesn't impact RS even if you create a cluster of data store for storage of replicated data and another for everyone else, this way you machines virtual you want to replicate are not moved on warehouses of data that are not replicated , but will still have the ability to move if there is a conflict.

    Gregg

    With all due respect but SRM and DTS don't go together. SRM does not at all support the use of DTS. So if you are configuring SRM forget DTS for now.

    Reason for this is that SRM knows no DTS and VMs can be in flight when a failover should occur, and bad things can happen. Also, the protection breaks when a virtual computer is moved between data warehouses in a cluster data store.

    In short: don't go there.

  • Questions about new HA in vsphere features 5

    Hello!

    I have a few questions about new ha features in vsphere 5

    I found, there is a master ha in the cluster that monitors other hosts and protected virtual machines through two type of heartbeats (network and data store) and move the VMS if necessary. If this host fails, an election is held and new master ha is determined by vcenter server.

    Ok! What happens if we install vCenter Server as a virtual machine inside the host who is the master ha in a cluster. If this host fails (something like a power cut) its agent goes too far and also the vcenter is destroyed. So, who's going to hold the election and introduce the new ha so that the old ha and vCenter are out of the game.

    I know that ha staff are not entirely dependent on vCenter and runs if the host taking vcenter is far (restart vms including vcenter or moved to another host on another) but I think this one is different because of the new role of master

    My next question is on the different types of events, which can arrive at the slave of the hosts and do their partitioned or isolation. I'll ask them later (once this question is answered

    Thanks to you all

    you mean master election (who needs to know the host object id in the cluster and the number of data warehouses connected and...) is performed by agents themselves? and he needs no intervention vcenter?

    No fix - no intervention from vCenter for an election of master.

    and another thing. When the host with vCenter machine on it and the role of chess master, how other officers find that the master is absent? is not the work of vcenter to notice and say to others when master does not work?

    Is not work of vCenter - is the work of the master and the process of hearbeating among the slaves.

    what I doubt is that: If slave hosts loose connectivity with the master, they think that they are faulty and should present themselves as isolated or partitioned and it is the duty of the vcenter to know when the captain does not work! can you please correct me here

    See above - is not vCenter work to determine which node is failed or isolated - it's the work of agents FDM.


    You should read the book of Duncan: http://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM


    It covers all this in depth.

  • Questions about MRI

    Hi all

    My client asked me a few questions about MRI with ecm11g, I can't find the doc online answers, could someone tell me the answer?
    1. what kind of documents can be sealed by MRI, ms office should be able to be sealed, anyway, when I right click on a file .cmd or .rar in windows Resource Manager, there is no seal on in the option list
    2. is there a way to map IRM rights with model of account group/ECM ACL / security?
    3. text search full ECM can a doc sealed (for example: a word sealed) which is stored in ecm?

    Best regards

    I don't think that there is no configuration necessary.

    Just checked in 10g (Complutense University of MADRID and MRI):
    -There is a component called IRMIntegration
    -in the section of the Administration there is a menu item that allows configuration of base between the AAU and MRI (URL, port, etc) and it also contains an indicator "Index sealed Documents" - I think that it is the little thing that does not work in your system
    -When an element is integrated, it can be assigned to a metadata field called Protection MRI, which is filled with all the contexts in which a current 'seal' user allowed to (I assume that you do not see this area in your system)

    A context to this field of filling causes an item to be sealed. My system is a little slow, so I knew when the item was GENWWW, it was even made public. Once this was done, it was already sealed (and so was his web viewable format - spdf).

    I'll also take a look if the component is available in the 11g environment.

    As I expected: the component is not available in the 11g environment

    Edited by: jiri.machotka may 3, 2011 04:58

  • Question about ComboBox

    Hello! I am a new comer to flex. I want to ask a question about comboBox.  I'm now charting. I don't know how to select the types of charts with comboBox, because I created two charts (.swf file).  I want to have an effect when I select "line", the box below wil show a line chart instead of the CandleStickChart. (see that attached photo) The path to the file of the map of the line is ' bin/LineChart.swf' and candleStickChart ' bin/CandleStickChrt. " How can I do? Thank you!  This is the code that I write:

    kelvinhkj,

    Add an event listener to the change event of the combo box

    my_combo.addEventListener (ListEvent.CHANGE, mon_handler);

    ...

    protected void my_handle(event: ListEvent): void

    {

    do something to change the view

    }

    The ILO to "do something" is exactly the same thing that the button click code, except that you must determine which item in the drop-down list, you have changed, using one of the combo as selectedIndex properties.

    Richard

  • question about broker command failover

    Hi guys
    I have a question about switching to the cmd. For example, I have 1 primary database called stdby3 and 2 databases in waiting who are called stdby1 and stdby2. When I made the transition to the cmd to stdby2 waiting for database, why the old principal database stdby3 becomes not a new database of relief once I made a permutation; In addition the new main and backup databases are not open at the end of the transition process


    output screen:

    DGMGRL > see the configuration;

    Configuration
    Name: stdby1
    Activated: YES
    Protection mode: MaxProtection
    Databases:
    stdby3 - primary database
    stdby1 - physical of the standby database
    stdby2 - physical of the standby database

    Fast-Start Failover: DISABLED

    Current situation for 'stdby1 ':
    SUCCESS

    DGMGRL > PASSAGE to stdby2
    Continue to pass, please wait...
    The operation requires the judgment of the instance 'stdby3' on database 'stdby3 '.
    Closure of Forum 'stdby3 '...
    ORA-01109: database is not open

    The database is dismounted.
    ORACLE instance stops.
    The operation requires the judgment of the instance 'stdby2' on database 'stdby2 '.
    Closure of Forum 'stdby2 '...
    ORA-01109: database is not open

    The database is dismounted.
    ORACLE instance stops.
    The operation requires the start the instance 'stdby3' on database 'stdby3 '.
    Start the instance 'stdby3 '...
    Unable to connect to the database
    ORA-12514: TNS:listener is not currently of service requested in connect descriptor

    Failed.
    You are no longer connected to ORACLE
    Please log in again.
    Could not start the instance 'stdby3 '.
    You must start the instance 'stdby3' manually
    The operation requires the start the instance 'stdby2' on database 'stdby2 '.
    You must start the instance 'stdby2' manually
    Successful, the new principal is 'stdby2 '.
    DGMGRL > see the configuration;
    Error:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 130 serial number: 45

    DGMGRL > "exit";
    Oracle@localhost ~ $ dgmgrl
    DGMGRL for Linux: Version 11.1.0.6.0 - Production

    Copyright (c) 2000, 2005, Oracle. All rights reserved.

    Welcome to DGMGRL, type 'help' for more information.
    DGMGRL > Connect sys
    Password:
    Connected.
    DGMGRL > see the configuration;
    Error:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session IDs: serial number 0: 0

    DGMGRL > connect sys@stdby3
    Password:
    Connected.
    DGMGRL > see the configuration;
    Error:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session IDs: serial number 0: 0

    DGMGRL >

    Edited by: user6981287 January 6, 2010 09:27

    Hello

    Replace the sid_name service_name and try reloading the listener.

    Kind regards
    Delphine K

  • Where can I ask a handful of general order questions about Firefox OS as a consumer and get the answers? (a forum or something similar)

    I have about seven questions about Firefox OS. I'm potentially interested in opting for a tablet that works instead of Android or iOS. I couldn't find a place to ask questions like that. Thank you!

    https://support.Mozilla.org/en-us/forums/Firefox-OS-English-Forum

    There is another option.

  • About a month ago I posted a question about iMovie and not being able to "share". I solved the problem thanks, so no more emails!

    About a month ago I posted a question about iMovie and not being able to "share". I solved the problem thanks, so no more emails!

    Hi Michael,

    If you want to stop receiving notifications by electronic mail, in the thread, that you have created, then I suggest that you follow the steps below:

    One time connected to the Apple Support communities, visit your mini profile and select manage subscriptions.

    Content

    To manage this content, you are currently subscribed and changing your preferences, select the content.

    Select next to see what content you are currently following.  Note that any thread you are responding you subscribe you automatically to this thread.

    You can select to terminate a subscription to a thread.

    Learn how to manage your subscriptions

    Take care.

  • Where and how do I ask questions about Email?

    The Commission opening thingy is complicated, I have trouble finding my way around it.  I don't know where or how questions about email.  Is there an easier way than trawling through all these icons?  Like a list or something - as you get on all other forums on the internet?

    It would be a good starting point: Mac mini

    Or the appropriate under MAC Os and system software section.

    You might also find this useful: find answers and new questions

  • Many questions about the HP 50 g

    I just ordered a HP 50 g graphic calculator! I have a few questions about this so hang on tight! What is the USB connector on the calculator? Mini-USB, micro USB, or is it a connector owner, "custom". Then, it would be possible to connect a keyboard to the HP 50 g by using the USB Port? Is there a program that would make this possible? (I doubt it would work if you plug it..) I have a Mini-USB to female USB 2.0 connector. So I could just plug the keyboard right, provided that the port on the calculator is a Mini-USB Port. If this is not so that I could use my female to female USB adaptor to connect the keyboard.

    Thanks for your help,

    Zekelegge

    Hi!, zekelegge:

    Welcome to Forum!

    The only printer I use, 50G calculators, 48GII, 39GS and 17BII +, as well as many former models, such as the 48 s/SX/G/G + / GX, 38 G, 39 G, 42, 41 C/CV/CX and 28 C/S, is the infrared printer HP 82240 b. If you can use the emulator HP50G, on the PC, the simulator of the printer, you can download, since... http://www.HPCalc.org/details.php?id=7386

    The printer... HP 82240 B

    The cable series...

    The description... http://www.allenwan.com/hpcalcserialcable/

    The original cable...

  • Question about warranty after exchanges of RAM on Satellite module series

    Hello together,

    I have a question about the warranty. My laptop is 5 months old and now I want to improve it with more RAM. I want to do it myself, and now I'm wondering if the warranty will be getting hurt.
    Thanks in advance for your answers.

    Concerning

    TiG3r

    For new models of laptops the RAM upgrade described in s operating manuals. It is public act and it shows the owner of the notebook how do RAM upgrade only.

    If Toshiba offers something like this he won't have the negative influence of valid warranty.
    Buy a compatible module and RAM upgrade.

    Bye and good luck!

Maybe you are looking for

  • You can import MS Internet Explorer Favorites. If so, HOW?

    You can import MS Internet Explorer Favorites.If so, HOW?

  • iCloud shows my purchase downloaded as not downloaded nor on my iPhone and iTunes

    Well, I swear to you that sometimes I am crazy because of the iCloud function, first of all I want to know what a little problem is that? I am on iOS 9.2.1 and 6s iPhone more and just bought an entire season to see the TV for my camera and I download

  • Type screw to Lenovo Thinkpad S440

    Hello world One of the screws holding the case on my Thinkpad s440's bit banged up after put an SSD (m2) in my laptop, so I want to buy a few screws to have some spare ones and replace it. The problem is that I have no idea what kind of screw it come

  • Too many files to compile

    Hello! I created a large number of files on my project, and I also use the Facebook SDK. Now, when you try to compile allways throw me this error: I/o Error: Cannot run program "jar": CreateProcess = 2 error I read in the forum that the problem is th

  • Installation of 12 ODI - error of the UCR

    HelloI wanted to install ODI 12.1.2.0 on our server. But we are facing problem in the configuration of the ODI that my version of the UCR is 11.1.1.9.0. I surfed on the internet for hours and I am unable to find the configuration RCU (12.1.2.0/12.1.3