Data parameter problem

Hello

I am facing a problem with the parameter Data;

I can't able to query the data for different dates in the range, but I am able to query the data for the same date in the range.

Select the statement-

Select RCT.GL_DATE in the RCT RA_CUST_TRX_LINE_GL_DIST_ALL

where TO_CHAR (TRUNC (RCT.GL_DATE), 'DD-MON-YY')

between TO_CHAR (TRUNC (TO_DATE(:P_GL_DATE_LOW)), 'DD-MON-YY')

AND TO_CHAR (TRUNC (TO_DATE(:P_GL_DATE_HIGH)), 'DD-MON-YY');

I am able to get the data for the date range - 05-JAN-2015/05-JAN-2015, 07-JAN-2015/07-JAN-2015 and so on...

I'm not able to get the data for the date range - 05-JAN-2015/07-JAN-2015, 07-JAN-2015/09-JAN-2015 and so on...

Can someone help me on this issue.

Thanks in advance!

Dilip Manon

As John pointed out, use the date data type to compare dates:

Select RCT.GL_DATE in the RCT RA_CUST_TRX_LINE_GL_DIST_ALL

where RCT.GL_DATE

(between TO_DATE(:P_GL_DATE_LOW)), 'DD-MON-YYYY')

(AND TO_DATE(:P_GL_DATE_HIGH)), 'DD-MON-YYYY');

Using TO_CHAR to compare dates, not only do you risk to make mistake and forget certain values, but also in this case stop you an index on GL_DATE may be used.

Tags: Database

Similar Questions

  • Primary key several columns with Date - parameter problem

    All,
    I'm having a problem where I can not find the answer to. I looked upstairs and down nothing helps. Help, please.

    The issue is that I have a table that has a primary key of several columns and a column is a date, and the other is a string. I have a simple search and I want a picture update of the results table that users can click on and go to another page to update this record. The question is when I launch an appeal based on the updated image, I also want to define the settings based on the record that I have selected. So I put the string parameter and that works very well. The problem is with the date. When I put the setting date this market but he chops off the coast of the timestamp. Later when I try to access this setting "("dateParameter") pageContext.getParameter"; that it will bring a date as December 15, 2008 but I need the whole date and time stamp (i.e., December 15, 2008 10:20:33) to properly identify the record.

    Help, please!

    Thank you
    Colby J

    Hello

    because each parameter go into url as a format string, so you will never get the full date with timestamp setting, the solution would be to

    1.) set a fire on the photo update action, give his name to the event as "update."

    (2.) by clicking Update photograph fires this event.

    (3.) processFormrequest in the controller method

    OAApplicationModule am = pageContext.getApplicationModule (webBean);

    If ("update".equals (pageContext.getParameter ("event")))
    {
    This will give you the select line when you click Update

    String rowReference = pageContext.getParameter (OAWebBeanConstants.EVENT_SOURCE_ROW_REFERENCE);
    Line VORowImpl = (EmployeeSummaryVORowImpl) am.findRowByRef (rowReference);
    Timestamp sdateVal = (String) row.getAttribute ("Date value");

    This will transfer the values to the next page
    pageContext.putTransactionTransientValue ("transferdvalue", sdateVal);

    }

    and in the next page, you can get the value as follows

    timestamp getDateVal = pageContext.getTransactionTransientValue ("transferdvalue" l);

    hope this will solve your problem, please let me know if you face any problem

    thanx
    Pratap

  • data flow problem, queuing Subvi primary VI

    Ive stuck on a very simple data flow problem here, I would like to convey the data queued in the Subvi and dequeue in the main loop of the vi consumer. Ive attached the vi, since im already stuck on this problem, I was hoping I could learn a few things, especially implementation action engine in this situation

    Thank you.

    Your Subvi makes no sense since your loop will always leave after the first iteration and you always initialize your counter to 0 whenever run you it. This is a problem.

    Your code also suffers from several places that are made by the queue data. You will get undeterministic behavior since you do not know which dequeue will get the first data. In general, for a producer/consumer using the architecture queued one or more loops loops should be given enqueueing to the queue. A single loop must be made of data. These loops shuold run in parallel to each other. In your code, you can only run your Subvi whenever you press the Start button and as said you will always show the value 1 to the queue. What you need to do, is to have your Subvi managed independently once it is started. Use "Start Asychronous CAll" to start your Subvi when the Start button is pressed then let it just run. Have it post the meter to the queue. Your lower loop in main VI should remove the values and display them. You need not wait in this lower loop since it is the purpose of the dequeue. This loop will be inactive if there is no current data and run only when the data is in the queue.

    In the upper loop of your VI main remove the dequeue and the queue. You don't need them as the Subvi is all that is necessary to validate the data in the queue.

    Try this:

  • Parameter problem (Date)

    Hi experts
    I use developer and oracle 10 g database
    work on oracle RBA ERP R12

    My problem in date

    If I have a transaction July 31, 2010, but it doesnot show when I gave my parameter as values

    : P_DATE_FROM = JULY 1, 2010
    : P_DATE_TO = JULY 31, 2010

    If the passage of a parameter value as this

    : P_DATE_FROM = JULY 1, 2010
    : P_DATE_TO = AUGUST 1, 2010

    July 31, 2010 transaction then shows...

    my code
    SELECT MMT.TRANSACTION_DATE,
         TRIM('-' FROM (ACC.SEGMENT1 || '-' || ACC.SEGMENT2 || '-' || ACC.SEGMENT3 || '-' ||
         ACC.SEGMENT4 || '-' || ACC.SEGMENT5 || '-' || ACC.SEGMENT6 || '-' ||
         ACC.SEGMENT7 || '-' || ACC.SEGMENT8 || '-' || ACC.SEGMENT9 || '-' ||
         ACC.SEGMENT10 || '-' || ACC.SEGMENT11 || '-' || ACC.SEGMENT12)) ACCOUNT_CODE,
         APPS.GL_FLEXFIELDS_PKG.GET_CONCAT_DESCRIPTION(ACC.CHART_OF_ACCOUNTS_ID, ACC.CODE_COMBINATION_ID, 'Y') ACCOUNT_DESCRIPTION,
         MCB.SEGMENT1 || '-' || MCB.SEGMENT2 || '-' || MCB.SEGMENT3 ITEM_CATEGORY,
         MSIB.SEGMENT2 ITEM_CODE, MSIB.DESCRIPTION ITEM_DESCRIPTION, 
         SUM(MMT.TRANSACTION_QUANTITY) PRIMARY_QUANTITY,
         SUM(NVL(ACC.ACCOUNTED_DR, 0) - NVL(ACC.ACCOUNTED_CR, 0)) AMOUNT
    FROM 
         (
              SELECT SOURCE_ID_INT_1, ENTITY_ID
              FROM XLA_TRANSACTION_ENTITIES_UPG 
              WHERE APPLICATION_ID IN (555, 707)
              AND ENTITY_CODE IN ('MTL_ACCOUNTING_EVENTS', 'INVENTORY')
         ) XTE, 
         (
              SELECT EVENT_ID, AE_HEADER_ID
              FROM XLA_AE_HEADERS
              WHERE EVENT_TYPE_CODE IN 
                   ('MISC_RECEIPT', 'MISC_ISSUE', 'MOVE_ORDER_ISSUE', 'MOVE_ORDER_XFER', 'MISC_RCPT', 'MOVE_ORDER_TXFR')
         ) XAH, 
         (
              SELECT XAL.CODE_COMBINATION_ID, XAL.AE_HEADER_ID, GCC.CHART_OF_ACCOUNTS_ID,
              XAL.ACCOUNTED_DR, XAL.ACCOUNTED_CR,
              GCC.SEGMENT1, GCC.SEGMENT2, GCC.SEGMENT3, GCC.SEGMENT4, GCC.SEGMENT5, 
              GCC.SEGMENT6, GCC.SEGMENT7, GCC.SEGMENT8, GCC.SEGMENT9, GCC.SEGMENT10, 
              GCC.SEGMENT11, GCC.SEGMENT12, GCC.SEGMENT13, GCC.SEGMENT14, GCC.SEGMENT15
              FROM XLA_AE_LINES XAL, GL_CODE_COMBINATIONS GCC
              WHERE GCC.CODE_COMBINATION_ID = XAL.CODE_COMBINATION_ID
              AND NVL(GCC.SEGMENT1, '%') BETWEEN NVL(:P_SEG1_FROM, NVL(GCC.SEGMENT1, '%')) 
                  AND NVL(:P_SEG1_TO, NVL(GCC.SEGMENT1, '%'))
              AND NVL(GCC.SEGMENT2, '%') BETWEEN NVL(:P_SEG2_FROM, NVL(GCC.SEGMENT2, '%')) 
                  AND NVL(:P_SEG2_TO, NVL(GCC.SEGMENT2, '%'))
              AND NVL(GCC.SEGMENT3, '%') BETWEEN NVL(:P_SEG3_FROM, NVL(GCC.SEGMENT3, '%')) 
                  AND NVL(:P_SEG3_TO, NVL(GCC.SEGMENT3, '%'))
              AND NVL(GCC.SEGMENT4, '%') BETWEEN NVL(:P_SEG4_FROM, NVL(GCC.SEGMENT4, '%')) 
                  AND NVL(:P_SEG4_TO, NVL(GCC.SEGMENT4, '%'))
              AND NVL(GCC.SEGMENT5, '%') BETWEEN NVL(:P_SEG5_FROM, NVL(GCC.SEGMENT5, '%')) 
                  AND NVL(:P_SEG5_TO, NVL(GCC.SEGMENT5, '%'))
              AND NVL(GCC.SEGMENT6, '%') BETWEEN NVL(:P_SEG6_FROM, NVL(GCC.SEGMENT6, '%')) 
                  AND NVL(:P_SEG6_TO, NVL(GCC.SEGMENT6, '%'))
              AND NVL(GCC.SEGMENT7, '%') BETWEEN NVL(:P_SEG7_FROM, NVL(GCC.SEGMENT7, '%')) 
                  AND NVL(:P_SEG7_TO, NVL(GCC.SEGMENT7, '%'))
              AND NVL(GCC.SEGMENT8, '%') BETWEEN NVL(:P_SEG8_FROM, NVL(GCC.SEGMENT8, '%')) 
                  AND NVL(:P_SEG8_TO, NVL(GCC.SEGMENT8, '%'))
              AND NVL(GCC.SEGMENT9, '%') BETWEEN NVL(:P_SEG9_FROM, NVL(GCC.SEGMENT9, '%')) 
                  AND NVL(:P_SEG9_TO, NVL(GCC.SEGMENT9, '%'))
              AND NVL(GCC.SEGMENT10, '%') BETWEEN NVL(:P_SEG10_FROM, NVL(GCC.SEGMENT10, '%')) 
                  AND NVL(:P_SEG10_TO, NVL(GCC.SEGMENT10, '%'))
              /*AND NVL(GCC.SEGMENT11, '%') BETWEEN NVL(:P_SEG11_FROM, NVL(GCC.SEGMENT11, '%')) 
                  AND NVL(:P_SEG11_TO, NVL(GCC.SEGMENT11, '%'))
              AND NVL(GCC.SEGMENT12, '%') BETWEEN NVL(:P_SEG12_FROM, NVL(GCC.SEGMENT12, '%')) 
                  AND NVL(:P_SEG12_TO, NVL(GCC.SEGMENT12, '%'))
              AND NVL(GCC.SEGMENT13, '%') BETWEEN NVL(:P_SEG13_FROM, NVL(GCC.SEGMENT13, '%')) 
                  AND NVL(:P_SEG13_TO, NVL(GCC.SEGMENT13, '%'))
              AND NVL(GCC.SEGMENT14, '%') BETWEEN NVL(:P_SEG14_FROM, NVL(GCC.SEGMENT14, '%')) 
                  AND NVL(:P_SEG14_TO, NVL(GCC.SEGMENT14, '%'))
              AND NVL(GCC.SEGMENT15, '%') BETWEEN NVL(:P_SEG15_FROM, NVL(GCC.SEGMENT15, '%')) 
                  AND NVL(:P_SEG15_TO, NVL(GCC.SEGMENT15, '%'))*/
         ) ACC,
         MTL_MATERIAL_TRANSACTIONS MMT, XLA_EVENTS XE, MTL_SYSTEM_ITEMS_B MSIB, 
         MTL_ITEM_CATEGORIES MIC, MTL_CATEGORIES_B MCB, MTL_CATEGORY_SETS MCS
    WHERE 
         XTE.SOURCE_ID_INT_1 = MMT.TRANSACTION_ID
         AND XTE.ENTITY_ID = XE.ENTITY_ID
         AND XE.EVENT_ID = XAH.EVENT_ID
         AND XAH.AE_HEADER_ID = ACC.AE_HEADER_ID
         AND MMT.INVENTORY_ITEM_ID = MSIB.INVENTORY_ITEM_ID
         AND MMT.ORGANIZATION_ID = MSIB.ORGANIZATION_ID
         AND MMT.INVENTORY_ITEM_ID = MIC.INVENTORY_ITEM_ID
         AND MMT.ORGANIZATION_ID = MIC.ORGANIZATION_ID
         AND MIC.CATEGORY_ID = MCB.CATEGORY_ID
         AND MIC.CATEGORY_SET_ID = MCS.CATEGORY_SET_ID
         AND UPPER(MCS.CATEGORY_SET_NAME) LIKE '%IIL%INVENTORY%'
         AND MMT.TRANSACTION_DATE BETWEEN NVL(:P_DATE_FROM, '01-JAN-1000') AND NVL(:P_DATE_TO, '31-DEC-4712')
         --AND NVL(MSIB.SEGMENT2, '%%') BETWEEN NVL(:P_ITEM_FROM, NVL(MSIB.SEGMENT2, '%%')) 
         --     AND NVL(:P_ITEM_TO, NVL(MSIB.SEGMENT2, '%%'))
    GROUP BY MMT.TRANSACTION_DATE,
         TRIM('-' FROM (ACC.SEGMENT1 || '-' || ACC.SEGMENT2 || '-' || ACC.SEGMENT3 || '-' ||
         ACC.SEGMENT4 || '-' || ACC.SEGMENT5 || '-' || ACC.SEGMENT6 || '-' ||
         ACC.SEGMENT7 || '-' || ACC.SEGMENT8 || '-' || ACC.SEGMENT9 || '-' ||
         ACC.SEGMENT10 || '-' || ACC.SEGMENT11 || '-' || ACC.SEGMENT12)),
         APPS.GL_FLEXFIELDS_PKG.GET_CONCAT_DESCRIPTION(ACC.CHART_OF_ACCOUNTS_ID, ACC.CODE_COMBINATION_ID, 'Y'),
         MCB.SEGMENT1 || '-' || MCB.SEGMENT2 || '-' || MCB.SEGMENT3,
         MSIB.SEGMENT2, MSIB.DESCRIPTION--, MMT.TRANSACTION_QUANTITY

    If you're dealing with dates, treat them as dates and not as strings.

    for example

    this:

         AND MMT.TRANSACTION_DATE BETWEEN NVL(:P_DATE_FROM, '01-JAN-1000') AND NVL(:P_DATE_TO, '31-DEC-4712')
    

    should be this:

         AND MMT.TRANSACTION_DATE BETWEEN NVL(to_date(':P_DATE_FROM','DD-MON-YYYY'), to_date('01-JAN-1000','DD-MON-YYYY')) AND NVL(to_date(':P_DATE_TO','DD-MON-YYYY'), to_date('31-DEC-4712','DD-MON-YYYY'))
    
  • Data parameter Chunk Baumer GigE

    Hello

    Me again! Having an another question my TXG03 Baumer GigE camera setup. My question seems to be the same as this post

    Baumer camera problem

    Apparently, it is caused by the 'piece data' I have looked through all the camera settings & aquistion NI Max and can't seem to find this setting anywhere. All my other camera Baumer works fine, just the TXG03. Any help much appreciated.

    Update - the image as an attachment is not the greatest, but about 1/5th of the left lane is where the image "repeat."

    Just a quick update, the parameter 'ChunkDataControl' just my fault, max. I didn't display Options > advanced settings selected in MAX was so hidden, now all sorted and get appropriate images. Thanks for the help.

  • Date parameter

    Hello
    I'm working on OBIEE (11.1.1.6.2 (120604.0813 BP1 64-bit Build)) with BI Publisher. My data set is made with a query and this query works well with Oracle SQL Developer.

    I have a parameter called HELP

    Data type: Date
    Default value: {$$SYSDATE ()}
    Parameter type: Date
    The Format string date: Dd-MM-YYYY

    I want to do:


    CASE
    WHEN ((:HELP) - BILL.) INVOICE_DATE) BETWEEN 0 AND 30
    THEN

    It gives me: ORA-00932: inconsistent data types: expected TANK a DATE.

    I tried to wrap them, I could, without success...


    From the XML file, I can see that:
    < HELP > 2013-03-26T 00: 00:00.000 - 04:00 < / HELP >
    and
    THE INVOICE. INVOICE_DATE = 2009-01-31 T 00: 00:00.000 - 05:00


    Since I understand that it isn't the format of good time for Oracle, someone like any idea how I could solve this problem.

    Thank you

    don't know obiee but in ebs are fnd_date.canonical_to_date for this

    also
    >
    Data type: Date
    Default value: {$$SYSDATE ()}
    Parameter type: Date
    The Format string date: Dd-MM-YYYY
    >
    and

    2013-03-26 T 00: 00:00.000 - 04:00

    HM hm

    Date 2009 - 01-31T 00: 00:00.000 - try to 05:00

    SQL> select to_date(substr('2009-01-31T00:00:00.000-05:00',1,10),'yyyy-mm-dd') from dual;
    
    TO_DATE(SUBSTR('2009-01-31T00:
    ------------------------------
    31.01.2009
    
    SQL> 
    

    and

    CASE
    WHEN ((to_date(substr(:HELP,1,10),'yyyy-mm-dd')) - INVOICE.INVOICE_DATE) BETWEEN 0 AND 30
    THEN
    
  • error of variable date "parameter missing."

    Hello!

    I created a my_date_variable, which is then used in the PL/SQL procedure,
    for example, "create table my_test in select #my_date_variable from dual;"
    but when I run this in ODI, I get the following error:

    com.sunopsis.sql.SnpsMissingParametersException: missing parameter
    at com.sunopsis.sql.SnpsQuery.completeHostVariable (SnpsQuery.java)
    at com.sunopsis.sql.SnpsQuery.updateExecStatement (SnpsQuery.java)
    at com.sunopsis.sql.SnpsQuery.executeUpdate (SnpsQuery.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execStdOrders (SnpSessTaskSql.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt (SnpSessTaskSql.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSqlS.treatTaskTrt (SnpSessTaskSqlS.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask (SnpSessTaskSql.java)
    at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep (SnpSessStep.java)
    at com.sunopsis.dwg.dbobj.SnpSession.treatSession (SnpSession.java)
    at com.sunopsis.dwg.cmd.DwgCommandSession.treatCommand (DwgCommandSession.java)
    at com.sunopsis.dwg.cmd.DwgCommandBase.execute (DwgCommandBase.java)
    at com.sunopsis.dwg.cmd.e.i (e.java)
    at com.sunopsis.dwg.cmd.h.y (h.java)
    at com.sunopsis.dwg.cmd.e.run (e.java)
    at java.lang.Thread.run(Thread.java:619)

    Variable is set to default, I tried all the actions of 3 - Historize, the most recent value, not persistent.
    When I do the same thing with the numeric variable, my test scenario works perfectly.
    So, this problem seems to be related only to a date variable, or maybe I don't know how to use it.

    Karlis

    Published by: Karlis 26 May 2009 08:37

    Hello

    I created the variable #my_date_variable. With the default value according to 2009-01-01 and not persistent.
    Then I created the procedure with the following expression.

    "create table my_test_aw as select '#my_date_variable' aw double."

    Table is created with the name of the column as aw and data value "2009-01-01.

    I would like to know what is your problem?

    Kind regards
    Ashwini

  • Mobile data connectivity problem

    My phone shows that is has 4G in the status bar, but my application does not connect to the internet. But when I restart my device it becomes normal and same problem arises again. Can someone give me a permanent solution.

    Try the procedure described in this article to see if they help.

    If you cannot connect to a cellular network or cellular data - Apple Support

  • iPhone 5 c data connection problems

    I have a 5 c iPhone running iOS 9.3.1. I can't connect to a data connection. I have 3G and LTE on and off homelessness. I was not able to connect to a given since iOS 8.x.x connectio. When I enabled cellular data, it said 3 G in the top left corner and finally changes to 1 x. If I try to load a website in Safari, I get a pop up that say 'impossible to connect to the Internet' or 'a cellular connection is not currently permitted. I had to have my SIM card fixed, so my operator gave me a replacement phone, and the upper left corner says LTE when I turned on a data connection and it worked by the fine.

    lelandsc wrote:

    I had to have my SIM card fixed, so my operator gave me a replacement phone, and the upper left corner says LTE when I turned on a data connection and it worked by the fine.

    What do you mean that you need to get your SIM card fixed? It sounds like one of two things that cause you problems, either there is a problem with your SIM, or you need to troubleshoot your phone. Have what troubleshooting you tried? You don't list everything, and if you suffer from this problem since iOS 8, I would ask why you do not have the home phone? Who provides a service for your device, Apple, an Apple authorized service provider or your carrier?

  • SSHD Toshiba MQ01ABD100H - Firmware / data recovery problem

    Hello!
    I have the mission critical data on a MQ01ABD100H of Toshiba to SSHD which was in a Sony VAIO for less than one year who decided to stop working from one day to the next. All I care about is the data. A professional data recovery company apparently reputable rated player, told me that it was a "mechanical failure", said they could recover the data and gave me a quote of $1500.00. A week later I was told something different; They said the platters and heads seem to agree and the problem seems to be on the circuit board and/or flash drive, and they didn't know how to recover the data. They told me that they have consulted Toshiba too. I asked them if they replaced the pcb Board and they would not tell me or answer questions more. I have the drive in my hands and am looking for options. I really believe that my data is recoverable if the trays are okay, right?

    Here's what I know for sure; the bios of the machine of Sony VAIO Windows 8.1, correctly recognizes the drive. However, it does not start and is not accessible or recognized with cmd prompt Windows 8.1 UEFI options. The drive is not encrypted. After putting the reader into an external enclosure and its connection to another Win8.1 machine, the player starts with no extreme sounds of survey. Slowly, she clicks a few times as if the heads are looking, but then calms down and keeps running quietly. I have installed a Data Rescue PC3 software that recognizes the drive and its attributes correctly but can't read or clone. I have the Partition Wizard software mini tool, which recognizes the drive correctly, but shows the drive as being unreadable.

    That's what I'm trying to do. I'm looking for a donor on mine, with the same model drive, date, firmware, site, number of PCBS, hard drive code.

    Now, here is my unknowns and I appreciate everyone a preview with these. If I change the pcb edge myself, I need still more likely transfer the firmware for the new Board of Directors, even if I try it without doing it. I don't know where the firmware is stored, is there a rom chip or is it stored in the Flash Player. I'm not certain if, with this model of SSHD, if this can be done with replacement of the chip or the software? If it is stored on the Flash drive how is available independent of the HHD part? Must the reader Flash itself be harvested? But what happens if the flash player is bad, how can the firmware ever be recovered? Any ideas anyone? ... other than myself shot in the head, I'm kidding. I think that this may be a common problem that will often not resolved.

    I have the drive in my hands and am looking for options. I really believe that my data is recoverable if the trays are okay, right?

    I am not an expert but if applications cannot access the data and cannot read data from the SSHD then you will need professional help...

    I found the storage Toshiba page where you could get details on this SSHD
    http://Toshiba.SEMICON-storage.com/e...ient-sshd.html

    Mate good luck...

  • Data burning problem

    HI I have a problem I have a satellite A60 662
    the Sd - R6112 dvd burner I can Burn dvd and CD music of Pentecost but when I burn the files data my nero said burn it well but when I whant to verify he cant wrid cd it's like he can't find someone who maybe now, but when I look in the folder , I can see her there, but it does not open I hope you understad me pleas help

    Sorry for my English

    Hello

    If you have a CD and DVD burner, you must pay attention to certain things. First, you must select your type of disc (CD or DVD). After that, it is important to choose the right category (data CD, audio CD, CD audio and data). After that, select a task, and you can burn successfully. Please be careful to choose the right category.

    I use Nero too and I've never had any problems.

  • Internal battery / Date/time problem

    My NEX-6 will only keep the date/time information after I put it. He was dead when I got it, but after the normal battery charging to full and using the camera, whenever it is turned off, it forgets the time. I did some research online, which said it may take a while to recharge the internal battery, but I tried to charge for 24 hours straight, and using the camera frequently (as described in the manual) and doesn't seem to solve the problem.

    Once, after leaving unused for a few days, I noticed that he miraculously started saving the date correctly, even when it is off. This lasted about a week, but now he has lost the ability to keep the time again, and with the charge Jack did not set.

    Any thoughts? Apart from sending to Sony to repair?

    I tried the factory reset but that did not work. As I don't have a battery (and don't want to buy a second, in which case it is not the problem), looks like I'll need to come back for the service.

  • Apps to use cellular data have problems.

    I only turn on applications that require mobile data. But when I disable it, it just turn when I return to the cell phone in the settings. I tried to use the app, but it says cellular data are disabled, then I checked the settings and it's THERE. I came across a vicious circle then. Help, please!

    My apologies to all of you who took the time to read this post.

    But it looks like a simple reboot your device will solve the problem.

  • Data connection problem Note Lenovo K3

    I recently purchased the Lenovo K3 Note from the sale online in India.

    I am currently about homelessness on the Vodafone network and I am facing problems using the data connection (3 G) on the phone.

    I can use internet without any problem the WiFi but I can't connect to the internet using my active data connection (3G), even though I have an active data plan. I tried to download the internet settings of my network provider, but they do not seem to recognize this device / do not provide automatic internet settings for the K3 Lenovo's Note.

    I also tried to restore default settings under the names of access points in mobile networks, but no help.

    KV1 wrote:
    Hello, follow the same instructions
    Settings > mobile networks > Switched data roaming option WE > open network opertaors > selected operator > is turned off and turned back on - na NOT WORKING... Please notify

    Contact your service provider to restore the internet connections.

    Ask them specifically for the APN settings

    (Settings > mobile networks > access point names > name for example: OPTUS YES INTERNET)

    APN - yesinternet;

    Type AFN - by default,

    SUPL; Proxy - undefined... etc)

    Turn ON the phone

    Data roaming should be on

    Cellular data must be turned on

    (My phone works fine on 4G now)

  • Transfer config data refnum problem

    I have problem of storage and transfer of value of refnum of configuration data.

    The value displayed using the seam of the probe to be OK, but it is not accepted as soon as a continuous run is used.

    The attachment shows what I tried.

    How the value of refnum of configuration data can be managed?

    Do not use run continuously.  It is designed for purposes of debugging, not to run your code normally.  If you need your code to continue to operate, put in a while loop (with a sort of timer loop as the function of waiting (ms), while it is not run as fast as possible and consume all your CPU time).  The use of "Continuous run" is like hitting the button run over and over, and some things reset each time you press the run button.  For example, whenever a first level VI ends, all the references he opened - queues, file references, TCP connections, etc. - are closed and become invalid.  This is what you see - whenever the VI ends, it closes the file, so well that the refnum still contains a value, that value is therefore more a reference valid to a file.  Use some time to keep your code running in a loop instead, and it will do what you want.

Maybe you are looking for

  • Slow DVD burning on Tecra A9

    I found that when burning DVDs my burner works about 1 X I have checked this on the web and found other forums, which suggests to make sure I'm set to DMA if available on the transfer mode. I have it on the "primary IDE channel" on device 0 transfer

  • 512-chassis fan not detected

    Hi all I h8-1114 office and I put the card mother and hardrive in case Antec 900. I got message from BIOS 'fan of 512-chassis not detected. " From this point, I have to use F1 to start.  I know that this rear fan is no longer connected to the moether

  • Sound does not work... why... How to fix?

    every now and then my computer loses sound, why? It is very random and very annoying.  I tried everything computers suggest Help Center and nothing, I still get a message that all is working properly... NO, IT's NOT, otherwise I would have sound.  I

  • Profile of user configuration / synchronize the profile between client and Server version

    We customize our domain (Windows 2008 R2). The domain user should have an opportunity to work as a local user and domain user. Profiles should be synchronized every time if the user is in the intranet. We have the following goals 1 setting up a user

  • Debug token frustration

    Could there be any more hoops to jump through to test a program on the material that I own, here in front of me? What is this token of debugging, how do you get one, and how to set up and used, please? Looks like I tried to access a military satellit