Found no data

Hey guys,
I´m trying to create an input ready queue. Therefore a created an aggregation level about the whole RT Cube. Next, I created an input ready query on this aggregation level (with Planning -> data can be changed by user).
When running the query, i got the message that there is no data available instead of editable labels. Of course, there is no data <<----that´s what I want to plan!
Buth why are there no labels? Is this a problem of my query or an general problem, so that i should pre-fill everything with "0"?
Thanks for your answer,
Christian Röttgers

Hi Christian,
When there are no values, you will just get the message "No data available". This is general behavior with BEX.
To plan your data, you atleast need to have Master data loaded, only then you can plan for the transaction data/keyfigures.
revert back in case of doubts.
PS:If you are satisfied with the response, please award points.
regards,
S R

Similar Messages

  • "Schema validation found non-data type errors" error when passing a string value to date field in infopath

    Hi,
    I have an infopath web brower enabled form. In the form i have a date field.
    I am passing the data from the database to that field using the C# code.
    But, as the field from database is coming as string, i am getting an error, and i am not able to assign the value.
    I get the date value from database as "3/25/2011 12:00:00 AM"
    I used the below code:
    [CODE]
    if (objInfopathFormcData.myRecievedDate != null)
      myRoot.SelectSingleNode("/my:myFields/my:field97", NamespaceManager).SetValue(objInfopathFormcData.myRecievedDate);
    [/CODE]
    I am getting the error as "Schema validation found non-data type errors".
    How to set the value for a date field in Infopath.
    Thank you

    HI,
    I fixed it:
    Below code is used to fix:
    [CODE]
    XPathNavigator xfield = null;
    DateTime dtmyRecievedDate;
    dtmyRecievedDate = Convert.ToDateTime(objInfopathFormcData.myRecievedDate);
    if (objFormcData.FcCompletionDate != null)
    xfield = myRoot.SelectSingleNode("/my:myFields/my:field97", NamespaceManager);
    DeleteNil(xfield);
    xfield.SetValue(dtmyRecievedDate.GetDateTimeFormats().GetValue(5).ToString());
    // method to delete xsi:nil
    private void DeleteNil(XPathNavigator nav1)
    if (nav1.MoveToAttribute("nil", "http://www.w3.org/2001/XMLSchema-instance"))
       nav1.DeleteSelf();
    [/CODE]
    Thank you

  • Errors found retrieving data after SAP Patching

    Hi Team,
    I received the error "errors found retrieving data" when I try to click
    the ‘Refresh’ button to display data for my reports. Refer to the
    attached screen.
    I’m receiving it from trying to refresh data in ‘Reports’ and ‘Input
    schedule’ templates from the BPC Excel Client. This was happen after we
    done the SAP Patching earlier it was working fine.
    Appreciate your help in advance
    Thank you
    Regards
    Raghu

    Hi,
    Try to process all dimensions.
    If not try to find more details from EPM-->More-->Log
    Hope it helps..
    regards,
    Raju

  • APP-INV-05447 No Open Period Found For Data Entered

    Brother Hussain
    I am new to this forum, currently I am learning Oracle APPs, I have practicing Conversion In this I am doing Item Import Project. I have done all the process of conversion like from flat file to staging table using sqlldr, then validation of data after successfully completed I started Interface. I want to add a quantity to my items. steps >
    Front End Steps OF Item Onhad Quantity
    1. Navigator Inventory Vision Operations - in this Transaction Transactions then I select Miscellaneous Transaction whenever I try to Click on Transaction Lines Error Is Coming with pop up window : " APP-INV-05447 No Open Period Found For Data Entered"
    Please Help Me I will be thankful to you.
    I asked My faculty of this error he told me some functional setting have to be done which I don't know .
    Brother You replied me by this :
    Please see these docs.
    INVTOTRX: APP-INV-05447 No Open Period Found for Date Entered [ID 200026.1]
    Entering an Inventory Transaction at End Date of Period in a different Timezone get Error:APP-INV-05447:No open period found for date entered [ID 1473890.1]
    APP-INV-05447 Error In Transact Move Order Form [ID 1446937.1]
    Transact Material error: 'No open period found for the date entered' if current system date is not in open period. [ID 743607.1]
    Batch Material Transactions Allowed When Inventory Period Is Not Open [ID 1296914.1]
    can I get the link of the said documents...

    I have branched off your original post here APP-INV-05447 No Open Period Found For Data Entered
    Pl continue the discussion in that thread for continuity purposes.
    MOS Docs are only available to those customers who have a paid support contract with Oracle - sharing them in any manner is a violation of that contract
    HTH
    Srini

  • APP-INV-05447: No open period found for date entered

    Hi All
    I try to do Inter-Organization Transfer in OPM. But I got this error "APP-INV-05447: No open period found for date entered".
    What shall I do for this error?
    I controlled Inventory Calendar. The period is open.
    Thanks

    Hi,
    I got the same problem. Pleas tell me what's your solution?
    Parts Requirement Order stuck in Transaction Interface with the error
    " No open period found for date entered
    No open period found for date entered
    Transaction processor error
    No open period found for date entered
    No open period found for date entered
    Transaction process".
    Details are as follows:
    Transaction is Done on 30-NOV-2009.
    Source Org Period is open on 30-NOV-2009
    Destination Org Period is closed on 30-NOV-2009.
    Due to destination Org is closed, this transactions stuck in interface.
    I have opened the Cost Periods (DEC Month) for both Source and Destination Org, and resubmitted all lines after updating Transaction date to 01-DEC-2009. Still transaction could not go through.
    How should I handle this error?
    Regards,
    Chakry.

  • W25    The Characteristic %NV% is not found in data provider ...

    Hi Gurus,
    we are currently starting to use the BI Portal. I want to publish a Query, which really works fine in BEx Analyzer, in the Portal using a Web Template.
    So I used the BEx Web Application Designer to create a Template where I just inserted the Analysis Item with my data provider.
    In BEx Web Application Designer I get the warning "W25 The Characteristic %NV% is not found in data provider XXX" - and when I open my Query in the Portal I get the dump message
    "ERROR RS_EXCEPTION (000): SQL0104N  An unexpected token """" was found following "'1' AND "I"."SVER" =".  Expected tokens may include:  "<space>".  SQLSTATE=42601
      MSGV1: SQL0104N  An unexpected token """" was found
      MSGV2: following "'1' AND "I"."SVER" =".  Expected tokens
      MSGV3: may include:  "<space>".  SQLSTATE=42601
    ABEND RSBOLAP (000): Programmfehler in Klasse SAPMSSY1 Methode : UNCAUGHT_EXCEPTION
      MSGV1: SAPMSSY1
      MSGV3: UNCAUGHT_EXCEPTION".
    Does anybody have an idea what's the problem? Please?
    Thank in advance!

    Sandra,
    If you are not on SPS-14 try applying this note
    1122372.
    Please assign points if helpful.
    Thanks,
    Bobby

  • Found Stale Data Exception while Editing User form & process form

    Found Stale Data Exception only when I try to edit a set of 40 users that I created long ago. The other users are fine - they are getting provisioned and created in OIM. Has any body has an idea as to why this error is coming? and how to resolve as it is coming only for a limited set of users. ???
    ERROR [ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)' XELLERATE.WEBAPP - Class/Method: tcManageUserAction/editUser encounter some problems: {1}
    Thor.API.Exceptions.tcStaleDataUpdateException
         at com.thortech.xl.ejb.beansimpl.tcUserOperationsBean.updateUserData(Unknown Source)
         at com.thortech.xl.ejb.beansimpl.tcUserOperationsBean.updateUser(Unknown Source)
         at com.thortech.xl.ejb.beans.tcUserOperationsSession.updateUser(Unknown Source)
         at com.thortech.xl.ejb.beans.tcUserOperations_voj9p2_EOImpl.updateUser(tcUserOperations_voj9p2_EOImpl.java:3474)
         at Thor.API.Operations.tcUserOperationsClient.updateUser(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at Thor.API.Base.SecurityInvocationHandler$1.run(Unknown Source)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(Unknown Source)
         at weblogic.security.Security.runAs(Security.java:41)
         at Thor.API.Security.LoginHandler.weblogicLoginSession.runAs(Unknown Source)
         at Thor.API.Base.SecurityInvocationHandler.invoke(Unknown Source)
         at $Proxy59.updateUser(Unknown Source)
         at com.thortech.xl.webclient.actions.tcManageUserAction.editUser(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.apache.struts.actions.DispatchAction.dispatchMethod(DispatchAction.java:280)
         at com.thortech.xl.webclient.actions.tcLookupDispatchAction.execute(Unknown Source)
         at com.thortech.xl.webclient.actions.tcActionBase.execute(Unknown Source)
         at com.thortech.xl.webclient.actions.tcAction.execute(Unknown Source)
         at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
         at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
         at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at com.thortech.xl.webclient.security.SecurityFilter.doFilter(Unknown Source)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3496)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(Unknown Source)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2180)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2086)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1406)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    ERROR [ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)' XELLERATE.WEBAPP - Class/Method: tcManageUserAction/editUser encounter some problems: {1}
    Thor.API.Exceptions.tcStaleDataUpdateException
         at com.thortech.xl.ejb.beansimpl.tcUserOperationsBean.updateUserData(Unknown Source)
         at com.thortech.xl.ejb.beansimpl.tcUserOperationsBean.updateUser(Unknown Source)
         at com.thortech.xl.ejb.beans.tcUserOperationsSession.updateUser(Unknown Source)
         at com.thortech.xl.ejb.beans.tcUserOperations_voj9p2_EOImpl.updateUser(tcUserOperations_voj9p2_EOImpl.java:3474)
         at Thor.API.Operations.tcUserOperationsClient.updateUser(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at Thor.API.Base.SecurityInvocationHandler$1.run(Unknown Source)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManage
    Thanks,
    - oidm

    Stale data exception means something has changed about the user when you are updating them. So if you get a result set that has 50 users in it, then you go through each row and update, you will get this error because you have modified the over all result set.
    You need to do a findUsers for each user row, and then perform the update on that result set. Then move on to the next user and do the same thing. Don't update a result set that has more than 1 row.
    -Kevin

  • U410 SSD Error- Found uncorrectable data error LBA

    I have lenovo ideapad U410. Few weeks back it felt down from table. Since then it was running slow. I formatted my laptop twice. But after formatting whenever I tried to install other software it was slowing down again.
    I have checked with lenovo service center. They run some error checking software and they got this error
    Error Code : ID08E-VMI
    Error : Found uncorrectable data error  . LBA
    Error: Failure accessing sector LBA
    For this error they have suggested me replace SSD of laptop which costs very high.
    Kindly suggest any other solution.
    Regards,
    Mangesh Gurav

    I have lenovo ideapad U410. Few weeks back it felt down from table. Since then it was running slow. I formatted my laptop twice. But after formatting whenever I tried to install other software it was slowing down again.
    I have checked with lenovo service center. They run some error checking software and they got this error
    Error Code : ID08E-VMI
    Error : Found uncorrectable data error  . LBA
    Error: Failure accessing sector LBA
    For this error they have suggested me replace SSD of laptop which costs very high.
    Kindly suggest any other solution.
    Regards,
    Mangesh Gurav

  • Found character data inside an array element while deserializing

    Hi Experts,
    When I am trying to execute the webservice I am getting the following error
    Found character data inside an array element while deserializing
    Actual structure is as follows
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://10.1.2.21:8090/axis/services/InventoryManager" targetNamespace="http://10.1.2.21:8090/axis/services/InventoryManager">
    <xsd:import namespace="http://schemas.xmlsoap.org/soap/encoding/" />
    <xsd:element xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns="" name="retrieveInventoryRequest" type="retrieveInventoryRequest" />
    <xsd:complexType xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" name="ArrayOf_xsd_string">
    <xsd:complexContent>
    <xsd:restriction base="soapenc:Array">
    <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="xsd:string[]" />
    </xsd:restriction>
    </xsd:complexContent>
    </xsd:complexType>
    <xsd:complexType xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" name="ArrayOf_tns1_SkuQuantity">
    <xsd:complexContent>
    <xsd:restriction base="soapenc:Array">
    <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="tns1:SkuQuantity[]" />
    </xsd:restriction>
    </xsd:complexContent>
    </xsd:complexType>
    </xsd:schema>
    I know XI doesnt support array types thats why I have created my own structure as follows
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <xsd:element name="retrieveInventory" type="InvArray" />
    <xsd:complexType name="InvArray">
    <xsd:sequence>
    <xsd:element name="pOutletList" type="xsd:string" maxOccurs="unbounded" form="qualified" />
    <xsd:element name="pSkuQuantityList" type="xsd:string" maxOccurs="unbounded" form="qualified" />
    </xsd:sequence>
    </xsd:complexType>
    </xsd:schema>
    This webservice takes input like
    storenumber1;storenumner2....
    item1,qty;item2,qty.
    I am passing values like this to my webservice. But still I am getting the same probl

    The problem doesn't seem to be related to the XI system. Have you done any configuration at receiver Webservice to convert the string data passed through XI into string array data? I think there is a mismatch in what XI sends and receiver expects.
    Regards,
    Prateek

  • InfoPath - "Schema validation found non-data type errors." at XmlWriter.Close()

    Greetings, 
    I'm creating a form that allows for emailing attachments however I am having an issue. When I try to attach a file, I get an "Schema validation found non-data type errors." error message. It seems like it's something with the XML structure and
    I cannot find anything wrong. 
    Here is the code:
    string myNamespace = NamespaceManager.LookupNamespace("my");
    using (XmlWriter writer = MainDataSource.CreateNavigator().SelectSingleNode("/my:myFields/my:Email/my:AttachmentGroup", NamespaceManager).AppendChild())
    //Write to XML
    InfoPathAttachmentEncoder myEncoder = new InfoPathAttachmentEncoder(currentFile);
    writer.WriteStartElement("Attachments", myNamespace);
    writer.WriteElementString("attachment", myNamespace, myEncoder.ToBase64String());
    writer.WriteElementString("attachmentCheckbox", myNamespace, "false");
    writer.WriteEndElement();
    writer.Close();
    Here is the structure of the XML (root node is myFields):
    <my:Email>
    <my:AttachmentGroup>
    <my:Attachments>
    <my:attachment xsi:nil="true"></my:attachment>
    <my:attachmentCheckBox>false</my:attachmentCheckBox>
    </my:Attachments>
    </my:AttachmentGroup>
    <my:emailAddress>[email protected]</my:emailAddress>
    <my:subject>Paychex ESR Services Paperwork</my:subject>
    <my:body/>
    <my:selectAll>false</my:selectAll>
    </my:Email>
    Attachments is the repeating group in this case.
    Can anyone spot where the error is coming from?
    Thanks!

    HI,
    I fixed it:
    Below code is used to fix:
    [CODE]
    XPathNavigator xfield = null;
    DateTime dtmyRecievedDate;
    dtmyRecievedDate = Convert.ToDateTime(objInfopathFormcData.myRecievedDate);
    if (objFormcData.FcCompletionDate != null)
    xfield = myRoot.SelectSingleNode("/my:myFields/my:field97", NamespaceManager);
    DeleteNil(xfield);
    xfield.SetValue(dtmyRecievedDate.GetDateTimeFormats().GetValue(5).ToString());
    // method to delete xsi:nil
    private void DeleteNil(XPathNavigator nav1)
    if (nav1.MoveToAttribute("nil", "http://www.w3.org/2001/XMLSchema-instance"))
       nav1.DeleteSelf();
    [/CODE]
    Thank you

  • Safari cannot open the page because the server cannot be found (Cellular Data)

    Hi there.
    I'm having some trouble loading a website (that I've built) from Safari on my iPhone via cellular/4G, as the topic states, it comes up with the error:
    Safari cannot open the page because the server cannot be found
    All other websites load normally, it just seems to be my specific site that won't load.
    The website opens in Safari on my phone if I'm connected to wifi but it doesn't load when using cellular data. It opens from computers and I've tested it on different phones/networks (for instance, it works in Chrome on a friends Samsung Galaxy Ace 3 using EE 4G). I have an iPhone 6 with iOS 8.1.2. I'm on EE 4GEE.
    I think it might be something to do with DNS either from EE's side, or the DNS settings I've used in cPanel for the website...
    Any thoughts / suggestions on how I can fix this issue?
    Thank you in advance for your help!
    Rob.

    Thanks for the update. You might also consider using iTunes and Internet Radio:
    Not all radio stations are available though, since they want you to see advertisements in addition to listening to them

  • Member In Outline, Not Found During Data Load

    I am exporting data from DatabaseA (zero level export in columns to a text file) using MaxL. I then to import this data (using MaxL) into Database B on another server but which has the same exact outline. We set this up about 3 weeks ago and the export import scripts run every day and have been working fine. However today I got an error while loading members into Database B, 3 members were not able to load:
    Member 73997612 Not Found In Database
    Member STCR Not Found In Database
    Member 22-340101 Not Found In Database
    Initially I thought that these 3 members got added to DatabaseA, and were therefore in the export file and probably didn't exist in Database B. However when I went to database B and did a "find members" on the outline, all 3 members are there. Just a note that they had been added manually, but were added.
    Then I thought maybe they had been added in the wrong dimension. I checked the location of the above three members in Database A, and they were added in the same location in the hierarchy in Database B.
    So if the members exist in Database B and are not in the wrong location, why can't they be loaded to Database B ?
    I also wanted to add that there seemed to be several data values which existed for these members. I am guessing they came from the export.
    Version is 11.1.2.1. OS = Oracle Enterprise Linux
    Has anybody encountered an issue like this before ? I don't think it has to do with the member names, they seem to fit syntax requirements PLUS they are exported from the production database.
    Thanks in advance
    Edited by: EssbaseApprentice on Feb 9, 2012 11:12 AM
    Edited by: EssbaseApprentice on Feb 9, 2012 11:54 AM

    Check member names are exactly same( Without any extra spaces, spellings etc...)
    Check storage type

  • No data found despite data in the table

    hello All,
    I have a problen with a function. I get "no data found" exception despite the rows in the table exist. the code is pasted below
    create or replace
    FUNCTION GET_POT_NAME
    RELATED_TYPE IN VARCHAR2,
    PARENTID IN NUMBER
    RETURN VARCHAR2 IS
    POTNAME VARCHAR2(100);
    sqlst VARCHAR2(100);
    BEGIN
    IF PARENTID > 0 then
    SELECT POTENTIALNAME INTO POTNAME FROM CRM_POTENTIAL WHERE potentialid = PARENTID;
    Else
    POTNAME:='';
    END IF;
    RETURN POTNAME;
    I have verified that the data exists in the table for a paretid 322. However I get the exception when the function is called with 322. I fire a select statement in the SQL developer query window and get the row displayed. This is happening with few of the tables and the function work ok on some other tables.
    Please help.

    908776 wrote:
    please note that same code works on some table and not on some.Any chance tables where it doesn't work have column PARENTID? If so, column name is SQL statement always takes precedence over variable name and condition:
    potentialid = PARENTIDwill compare column potentialid to column PARENTID. It is always a good idea to prefix PL/SQL variable. E.G. P_PARENTID (P for parameter, since it is SP parameter) or v_POTNAME (V for variable).
    SY.

  • Errors while rebuilding library: Master images found in data folders.

    After an upgrade that wreaked havoc on my iPhoto library, I'm now using iPhoto Library Manager to rebuild the library based on a recommendation by Terence.
    Out of 5000+ photos, the error log showed about 360 missing images. But when I searched inside the iPhoto library package, I found virtually all of the supposedly missing images, sometimes in what appeared to be the correct place, and sometimes in data folders. (And yes, the images in the data folders were the full-size images, not thumbnails.)
    Two questions: Is there some known issue that would scatter image files into the wrong folders like this? And is there some way to have either iPhoto or iPhoto Library Manager seek and import out these misplaced images? When I did the rebuild, I selected the "scavenge" option, but that obviously didn't find everything.
    Thanks.

    No - iPhoto has no ability to move an image nor does IPLM
    No idea how you situation occured - it has never been reported here - most like is user action but no way to know
    and no neither iPhoot nor IPLM can find and import those imagesI sugget going back to the backup from before the upgrade and looking at the library - if things are in the right places - rebuild the older library with IPLM and then upgrade it
    LN

  • How to retrieve my lost contacts found in data.syncdb???

    Hey,
    I had a problem with my new iPhone, I had Nokia N95 before, I wanted to get a copy of my contacts on my MacBook then I sync them into the iPhone, BUT I deleted all my contacts by mistake, can anyone help me extracting them from data.syncdb file found in (~/Library/Application Support/SyncServices/Local)
    I opened the file, I found the names between the huge amount of letter and number..
    I looked for some numbers as well...the problem is that the numbers and names are not matched...and I cant match all of them myself of course..
    I tried to open it in the editor and I remember the first line had "SQLite version 3" I look around for that and I couldnt get any useful solutions...
    I really need the contacts...Thanks!!

    What To Do If Your iDevice Is Lost Or Stolen
    If you activated Find My Phone before it was lost or stolen, you can track it only if Wi-Fi is enabled on the device. What you cannot do is track your device using a serial number or other identifying number. You cannot expect Apple or anyone else to find your device for you. You cannot recover your loss unless you insure your device for such loss. It is not covered by your warranty.
    If your iPhone, iPod, iPod Touch, or iPad is lost or stolen what do you do? There are things you should have done in advance - before you lost it or it was stolen - and some things to do after the fact. Here are some suggestions:
    This link, Re: Help! I misplaced / lost my iPhone 5 today morning in delta Chelsea hotel downtown an I am not able to track it. Please help!, has some good advice regarding your options when your iDevice is lost or stolen.
      1. Reporting a lost or stolen Apple product
      2. Find my lost iPod Touch
      3. AT&T. Sprint, and Verizon can block stolen phones/tablets
      4. What-To-Do-When-Iphone-Is-Stolen
      5. What to do if your iOS device is lost or stolen
      6. 6 Ways to Track and Recover Your Lost/Stolen iPhone
      7. Find My iPhone
      8. Report Stolen iPad | Stolen Lost Found Online
    It pays to be proactive by following the advice on using Find My Phone before you lose your device:
      1. Find My iPhone
      2. Setup your iDevice on iCloud
      3. OS X Lion/Mountain Lion- About Find My Mac
      4. How To Set Up Free Find Your iPhone (Even on Unsupported Devices)

  • [Resolved] 'No Operating System Found' - Recovering Data

    I have been using arch linux in dual boot with arch as my primary OS for three years now. When I turned on my computer today, it said "No operating system found". In attempts to atleast recover my data (from the arch linux partition), I created a live ubuntu USB and booted into it. But in the computer tab, where it should traditionally show all my hard disk partitions, it is only showing the data on the usb.
    fdisk -l also shows only one partition.
    I am about to conclude that my computer hard disk is dead, but am posting here as a last resort- is there any way that I can get my data out?
    Last edited by Flicker (2014-04-22 06:33:51)

    I'm glad you got it working.
    Flicker wrote:I had backed up the drive a month ago, but a month is still a lot of work, which is what I wanted to get out.
    Thank goodness you have at least some backup. I have a backup strategy where I clone my hard drive once a month, but I just recently also started a more frequent off-site backup.
    Ooh, I should totally blog about my new backup strategy...

Maybe you are looking for