How do you reinitialize location 2710 database??

I have just upgraded my location appliance and WCS. However, I cannot get the Network Design  elements to re-synchronize. Keep getting message "A similar element was found in the Server. Please synchronize again to remove any disparities.". Controllers do synchronize OK. Tried reboots; deleting Network Design element (which didn't delete it); Deleteing/adding 2710 to WCS.  So decided I want to reinit the 2710 database instead. I dont need the historical stats. The option 'Clear Configuration' implies this will reset Location appliance to factoiry defaults which is not what I want todo. So does anyone know a procedure to just reinit the 2710 database??

1.SSH to your location appliance with the root user.
2.Stop the location daemons: /etc/init.d/locserverd stop
3.Then clear the database by removing the following file: : rm -rf /opt/locserver/db/linux/server-eng.db
4. Start the location daemons: /etc/init.d/locserverd start
And you are done!

Similar Messages

  • HT201769 how do you open a photo database file?

    how do you open a photo database file?

    You have to tell us a whole lot more for us to help you.
    You attached an article about rebuilding an iPhoto library, which is done on a Mac, not an iPad.
    Exactly what are you trying to do and failing at?

  • HT5429 How do you delete locations from maps ?

    How do you delete locations in google maps

    If you mean the Maps History of the "Google Maps" app you have to tap the icon on the up right corner of the app and then the little gear on the up right corner again. Tap on the Maps History and then tap the little pen on the up right corner to delete locations.

  • How do you populate location's metadata?

    I'm just looking after ideas or your solutions on how to populate Country, State and City metadata. We all know what those terms mean, but it's sometimes difficult to populate them... and I don like to have them as "Unknown". For example:
    I make one-day visit to some small place in Italy, about 30km outside nearest town, where the photo is actually taken on the hills nearby.
    So, all I have for sure is Country=Italy.
    I could enter State as Province (Italy has more than hundred of them), but that would require quite a lot research to findout which place belong to which province -especially if visiting some foreign country (think of Asian states provinces).
    OK, I'll leave all State/Province blank too (thus "Unknown).
    Now about City: as said, nearest is about 30km away from shooting location and I actually never been there. Does/would that city count in your usage?
    Should I leave City blank too? Well, I'll have a lot "unknown" places then. And IMO it doesn't make sense I write City="Bruno's farm" (should be used for Location tag though).
    How do you deal with these?
    Thanks for ideas,
    Bogdan

    I have a two part answer:
    1. Where I do have records of the location, even if it requires research, I fill out as much as I have. Country and State/Provence/Whatever are usually easy to reconstruct. I use the nearest city unless I'm in a Wildlife Refuge, Park, Reserve, et. Then I use that for City.
    I also create a keyword hierarchy which mirrors this, since LR won't automatically do this for me.
    2. Going forward I now shoot with a GPS on my D2X and will know exactly where I was. Perhaps there will be some easy lookup feature to populate the location fields from this one day. Until then, I'll just pop out to Google maps in LR and see where I was (if I can't remember).
    I know it sounds like I forget where I am a lot. The reality is that I go on multiweek shoots and cover a lot of ground before returning home. That was the motivator for the GPS, just tired of trying to remember which part of the jungle I was in for a given pic.

  • How do you reinitialize a state everytime?

    hey guys... so got a quick question... how do i reinitialize a certain group everytime i change states?
    for example...
    in my parentApplication i have
        <s:states>
            <s:State name="loginPage"/>
            <s:State name="loginSuccess"/>
            <s:State name="apx32" />
            <s:State name="vista" />
        </s:states>
        <vista:vistaTroubleShoot name="vista" includeIn="vista" />
        <apx32:apx32TroubleShoot name="apx32" includeIn="apx32" />
        <panelSelection:loginSuccess name="panelSelect" includeIn="loginSuccess" />
    the vista, apx32 and panelSelection are component made of group.. so basically when if im in the component vista, and i change states to apx32
    and then from apx32 i change it back to vista i need everything in vista to have been reset....
    i hope im making sence...
    the problem im having is, when i switch back to vista state the list is selected on the one i selected previously.. lol hope that line makes sence...
    any help is greatly appretiated!!

    Yes!
    Disclaimer:
    The two VIs must be running in the same process context
    Translation:They both must be started from the same project or both opened without a project.
    If the two VI are opened from different projects LV will create a sepearte execution environment for both and they will not be able to to interact with the saem queue.
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • How to register a Location with database link in Ombplus?

    Hello,
    what's the detailed syntax in owb 10.2 to register a location with a database link?

    Hi,
    thanks that helps.
    Now i found out that after an import of the location the field "from Location" is not set. I need to set it to OWB_REPOSITORY_LOCATION.
    How can i do it?
    OMBALTER LOCATION 'Locname' SET PROPERTIES (FROM_LOCATION) VALUES ('OWB_REPOSITORY_OWNER') does not work
    -> Property FROM_LOCATION is not defined in class ORACLE_GATEWAY_LOCATION
    Cann you help me again?
    Thanks
    Helga

  • HOW DO YOU CONVET AN ORACLE DATABASE FILE TO A TXT FILE?

    Is there a way in a program unit of a form to convert an ORACLE database file into TXT format? When the file gets created, I want to use the text file in a distribution list for sending email. My code in the program unit is:
    Insert into THE_IMO_EMAIL
    Select distinct imo_email from DS_POC
    where imo_email is not null;
    commit;
    Table THE_IMO_EMAIL is a temporary table. The temporary table gets deleted everytime before records get inserted into it. There is only 1 item in the temporary table.
    IMO_EMAIL VARCHAR2(55)
    After the COMMIT I want to copy the contents out of the
    THE_IMO_EMAIL into a TXT File.
    How do I do this? What parameters do I need to use? Should I do this in another program unit?

    can you be more clear on this
    "DATABASE FILE" what is this? an RDBMS file and you need this in ASCII format. I am lost.

  • How do you create a complete database in notepad and execute it in SQL*Plus

    I am new to Oracle / SQL*PLUS / and the SQL Language. I have never done anything with these products before. I am running Oracle 9i Enterprise Edition. I have a database created and I was able to get a table created.
    That's it so far....
    I would like to start doing all coding and editing in Windows Notepad and then execute the code from within the SQL*Plus editor.
    Can someone please tell me......How do I do this???
    I have my data, that I will be running queries on, located in a text file.
    How do I get my SQL code to import the data from a text file into my tables???
    Thanks,
    Bobby Howerton

    Actually, @your_text_file would start executing this textfile - which is ok if there is SQL code in the file. But how I understand the question, is that the data to load into one ore more tables is in the text file. Is that correct?
    If so, if it's a lot of data, it's worth entering the documentation on the Server Utilities, search for SQL loader for example.
    If it's only a view records, than simply alter the contents to something like:
    insert into <put_table_name_here> (<put_column_names_here>) values (<data in the text file, seperated with comma's>);
    And there should be one line like this for each record, or look up the command "insert all" in the SQL reference.
    Good luck!

  • How do you re-locate an I-movie project that disappears from the project / edit library in i-movie11?

    As a school teacher, I viewed the student's movie project in edit mode and I known it was there. The student was attempting to burn the project to a disc to back it up and it disappeared. The raw video clips are still sitting there but the edited project is no longer visible. I've searched the computer but can't find it anywhere. I think the student renamed the project as they were preparing yo back it up. Any advice on how to locate the project would be appreciated.

    iMovie will only see projects that are in the Home/Movies/iMovie Projects folder (or in the iMovie Projects folder at the top level of an external drive).
    Your student may have moved the project somewhere else. If so, the solution is to move it back, and then restart iMovie.
    The project will have a file extension of .rcproject.
    If you do not know where he might have moved the project, try doing a Spotlight Search on rcproject, and they should all come up. (Spotlight is in the top right corner of your screen).

  • How do you query the iTunes database by genre?

    I am trying to enumerate music tracks from the iTunes database by genre.
    I am able to get genre id's from the query
    http://itunes.apple.com/WebObjects/MZStoreServices.woa/ws/genres
    The description is here:
    http://www.apple.com/itunes/affiliates/resources/documentation/genre-mapping.htm l
    I can retrieve urls to tracks with something like this
    https://itunes.apple.com/search?term=R+B/Soul&limit=2
    However the search term applies to all fields and I get a mixed collection of results, many of them are wrong.
    I would like to enumerate songs from a specific genre, but I can't figure out how.
    I've tried multiple ways of using the "genreIndex" attribute, but I keep getting 0 results.
    For example I would like to enumerate the first 10 Techno songs. Techno has a genre id=1050
    https://itunes.apple.com/search?term= any ideas??
    Thanks, Ed

    Hi there are mappings for the reference fields from AP and AR, so you can buid up the links there. Just look at the reference fields of gl_je_lines and try to identify which is valuable for you.
    Ugur YILMAZ
    http://oracle-master.com

  • How do you make a custom database query?

    I have a web app with a custom field for "Job Title." How do I create a page with all the "Regional Managers"?
    I know it's possible with a web app search form. I don't want a form. I just want the page with the results.
    I know it's possble using Site Settings "categories." I don't want that, I want to use custom fields.
    I don't want to download the entire database and have jQuery sort it on the client machines. It could fail if the database has thousands of records.

    That is correct, everything is happening client-side.
    Simple sorts and filters generally aren't that taxing & anything that is more complex is easily handled by underscore or lo-dash. Completely anecdotal, but I've never really noticed any sort of slowdowns or hiccups with this sort of approach.
    Adding BC's category tags to each item probably isn't feasible, but I think it's the closest you're going to be able to get when it comes to a truly server-side solution.
    That being said, I think the web app search functionality might be something that is worth playing around with. Rather than having a full blown search form on your page, I believe you might be able to rig something up in JS that uses the web app search functionality to give you back what you're looking for in JSON and then inject that where you need it without a page reload. Maybe something in jQuery like:
    $.ajax({
        url: "/Default.aspx?CCID=12345&FID=567890&PageID={module_oid}&JSON=1",
        data: { CAT_jobTitle: 'Regional Manager'}
    .done( function( results ){  doThingsWithTheResults });
    ...not 100% sure on the specifics of getting that to work, but I think the general principle is sound. 

  • How do you query Oracle RDF database using Java program?

    Does anyone know how to get data out of the oracle RDF database using Java?
    I'm running the following java code and it returns basically null values. My guess is that the get_triple() function returns a dataset other than resultset. I've tried searching the Oracle web site. Am I supposed to be using CLOB object? Any help would be appreciated. Thanks
    sql = "SELECT a.triple.GET_TRIPLE() AS triple FROM family_rdf_data a";
    ResultSet rs = stmt.executeQuery( sql ) ;
    while ( rs.next() )
    System.out.println( rs.getString(1) ) ;
    rs.close() ;

    get_triple() returns an object, and the code would be different from the code of retrieving a string. Some sample code for retrieving objects is at http://www.oracle.com/technology/sample_code/tech/java/sqlj_jdbc/files/advanced/advanced.html
    get_subject(), get_property() return strings so the code below should work. get_object() returns a CLOB so different handling would be required and there is some sample code at the link above.
    Melli

  • How do you rebuild the font database?

    I've been having big trouble with InDesign crashing everytime I print whether to an actual printer, distiller or to my desktop and have found that I need to rebuild my font database but don't know exactly how to do that. Can anyone help?
    mac pro   Mac OS X (10.4.9)  

    The right answer is to log a case with Cisco support to get official steps.
    What we do here (an Oracle DB):
    - bring down CM
    - make an export of TES schema (optional)
    - run the clearcache.sql script (in the ../cache/tes6.0.0.0/cachesql.zip) to drop schema objects.
    - verify that sql ran correctly and scheme is indeed empty
    - restart the CM - in our case it takes 2 - 2.5 hrs for cache to be rebuilt (the secondary sync completed to show up)

  • How do you remove previous Oracle Database installations from your registry

    HI,
    I am trying to reinstall Oracle 9i and Oracle 9i developer on windows XP home and i have used the OUI to uninstall both programs. I tried re-installing the database and Oracle universal Installer gave me a message indicating i have 2 previous databases. Besides taking a different Oracle Home and removing the Oracle folder on the hard disk, how can i remove the Oracle Entries in the registry so that the computer is free of Oracle?
    Thanks

    if u reinstall oracle and before that u have to delete the oracle related previous installation information from your registry.for that go to registry and open
    1)hkey_local_machine-software-in that delete oracle folder
    2)hkey_local_machine-system-controlset001-in that delete the old database service information,listener info._lo
    3)hkey_local_machine-system-controlset002-in that also delete the old database service,listener information.
    bye.

  • How do you set location based reminders with location restrictions turned on?

    I can set location based reminders with location restrictions turned off, but I want them on. Otherwise if I lost or if somebody stole my iPhone they could just turn off the find my iPhone function. Yet if I have location services restricted to prevent this then location based reminders are unavailable. Any help would be appreciated

    I can set location based reminders with location restrictions turned off, but I want them on. Otherwise if I lost or if somebody stole my iPhone they could just turn off the find my iPhone function. Yet if I have location services restricted to prevent this then location based reminders are unavailable. Any help would be appreciated

Maybe you are looking for

  • Re: Portege R830 - Can't find my model on the Product Support list

    Hi everyone, I recently bought a Portege R830 and was trying to find the support page for my model. However on the Product Support list, where you choose the model, I can't find which one is mine. My model is displayed as *R830-1056UB* on the box the

  • Audit Trial  is not opening for any of the instances at Flow Trace - Trace

    Hi, I am not seeing audit trial link at any of the instances at Flow Trace -> Trace section .I tried clicking component instance and it does nothing. Is there any setup for opening Audit trial page? Please suggest. thanks, ashok

  • Dimensions, Levels and Keys

    Folks, I am trying to deploy and load a dimension table composed of the following columns: Company Id Company_Name Corporation_Id Corporation_Name Cost_Center_Id Cost_Center_Name I have created three levels: Company, Corporation and Cost Center. Each

  • Function (Fn + F1-12) Keys not working; Yoga 13

    Hey, I just got my Yoga 13 a few days ago, I've let the system update itself. But I havent been able to find a solution for the Fn Keys... (Like Fn+F1/F2 for volume control...etc) Anyone have any ideas how to fix this or what I may need to.... Reinst

  • [SOLVED] Hard Drive not detected

    Hi, I've bought Hitachi Touro Desk Pro 2TB USB 3.0 external drive recently, however there's a problem using it in Linux. I can fully see it in Win7 x64 disk manager, but running sudo fdisk -l or parted -l gives me only my internal sda drive. Addition