Date issue stopping export program.

Hi All,
We are using Oracle 11g version.
We are exporting the data from the DB to a .txt file. If the next run date of the report in a status table is greater than or equal to system date then export should happen.
--Note: <Report Name> is the in param.
Execute immediate 'ALTER SESSION SET NLS_DATE_FORMAT =''DD-MON-RR''';
COMMIT;
FOR i IN (Select reportid from status_table where reportname = <Report Name> and status = 'SCHEDULED' and *NextRunDate <= SYSDATE*)
LOOP
  l_query := l_QueryFromTable;
Select (NextRunDate) into lv_NextRunDate from status_table where reportname = <Report Name> and status IN ('SCHEDULED');
Execute immediate 'ALTER SESSION SET NLS_DATE_FORMAT =''MM/DD/YYYY HH24:MI:SS''';
COMMIT;
-- Then start the export program......
End Loop;The above code was working perfectly fine but it stopped working suddenly. I added TRUNC while selecting from table and comparing dates. It is working now.
Now, Question is;
How come the code stopped working which was working fine before? Is it happening because "nls_date_params" being altered?
Is TRUNC solution resolves my issue permanently?
Please let me know.
Thanks and Regards
Nagaraja Akkivalli.

Thanks WhiteHat for the response.
Yes, you are right. Cursor was not returning any data. Due to which, export stopped working.
Normal comparision of the dates does not consider timestamp due to which we started altering nls_date_parameters.
For example,
We load files to transactionl tables. If the files loads @ 12:59:53 then we check the tables recors for this file as below.
(TrxnTable.EntryCreatedDate) between  '12-DEC-2011' and '12-DEC-2011' does not returns the correct results.
However, below two queries returns the proper results.
(TrxnTable.EntryCreatedDate) between  '12-DEC-2011 00:00:00' and '12-DEC-2011 23:59:59'
or
trunc(TrxnTable.EntryCreatedDate) between  '12-DEC-2011' and '12-DEC-2011' Also, Many times we perform some operations on timestamp. That is why we are altering nls_date_parameters.
Note: Defaults nls date param is 'DD-MON-RR'. Export program starts @ 6:00:00 AM.
Table structure and data FYI.
CREATE TABLE STATUS_TABLE
     REPORTID  NUMBER(20,0),
      REPORTNAME  VARCHAR2(100 BYTE),
      NEXTRUNDATE  DATE,
      CREATED_DATE  DATE,
      CONSTRAINT  STATUS_TABLE_PK  PRIMARY KEY ( REPORTID )  
ReportID     Report Name     NextRun Date
7503          ReportX          12/12/2011 8:01
7502          ReportY          12/11/2011 8:01
7491          RepiotZ          12/10/2011 8:01
7490          ReportX          12/9/2011 8:01
7489          ReportY          12/8/2011 8:01
7488          RepiotZ          12/7/2011 8:01Hope this infomation suffices to explain why export program stopped working.
Please let me know if you need any details.
Regards
Nagaraja.

Similar Messages

  • Date issue when exporting data to Excel from SSRS report, where date is less than 1/1/1900

    Hi,
    I am using SSRS report to display the data from database. In that data, One of the column is DATE. when I am exporting to Excel all that dates are displaying fine except 1/1/1800 12:00 AM. Instead of 1/1/1800 12:00 AM it is displaying XXXXXXXXXXXXXX values.
    Please help me to fix the issue.
    Please let me know if more clarification required.
    Thanks In advance.

    Hello,
    We can use Cstr() function to convert the Date type data to String data. Suppose we have a field named DateTime, please refer to the expression below:
    =Cstr(Fields!DateTime.Value)
    Then we can get a string type data. There is an article about SSRS expression, you can refer to it.
    http://msdn.microsoft.com/en-us/library/ms157328.aspx
    If you have any questions, please feel free to let me know.
    Regards,
    Alisa Tang
    Alisa Tang
    TechNet Community Support

  • C#/SharePoint -View State related issue while exporting data to excel

    We have web application based on SharePoint. We have a list view to display data based on Search Criteria. We have total of around 16000 data. When we try to export all data to excel it gives an error. The cause of the issue is:
    View State is used to save the state of page i.e. the previous state. When the export to excel link is clicked, the data present in the grid is actually saved in view state so that the overhead of again generating
    the data(as per the selection criteria) can be avoided. Now, this View state has a limitation of storage of these records. When we put in some selection criteria, the no. of records is less hence no problem in actually storing the view state. But when there
    is no selection criteria, 16306 records are too much to be stored in view state. Hence the error occurs.
    We tried to solve this issue by creating a compressor class and overriding two methods:
     LoadPageStateFromPersistenceMedium
    SavePageStateToPersistenceMedium
    This has resolved the issue with Export to Excel. However, there is now some issue in the paging of the list view. The list view has a column with hyperlink which opens related data in a form. While we click on the link in 2<sup>nd</sup>
    page of the list view, it displays data for the link in the 1<sup>st</sup> page at same row.
    Please suggest how to resolve this issue or any workaround for this

    We have web application based on SharePoint. We have a list view to display data based on Search Criteria. We have total of around 16000 data. When we try to export all data to excel it gives an error. The cause of the issue is:
    View State is used to save the state of page i.e. the previous state. When the export to excel link is clicked, the data present in the grid is actually saved in view state so that the overhead of again generating
    the data(as per the selection criteria) can be avoided. Now, this View state has a limitation of storage of these records. When we put in some selection criteria, the no. of records is less hence no problem in actually storing the view state. But when there
    is no selection criteria, 16306 records are too much to be stored in view state. Hence the error occurs.
    We tried to solve this issue by creating a compressor class and overriding two methods:
     LoadPageStateFromPersistenceMedium
    SavePageStateToPersistenceMedium
    This has resolved the issue with Export to Excel. However, there is now some issue in the paging of the list view. The list view has a column with hyperlink which opens related data in a form. While we click on the link in 2<sup>nd</sup>
    page of the list view, it displays data for the link in the 1<sup>st</sup> page at same row.
    Please suggest how to resolve this issue or any workaround for this

  • On an pci_mio 16e4 programming using nidaq & visual basic, after using AI_Setup analog sequential data accusition stops.To restart I use Init_DA_Brds This takes a long time, What must I reset to restore the analog sequential function?

    on an pci_mio 16e4 programming using nidaq & visual basic, after using AI_Setup analog sequential data accusition stops.To restart I use Init_DA_Brds This takes a long time, What must I reset to restore the analog sequential function?
    I belive that the trigger is being changed on the io board, but cannot manage to reset it.
    The reset process takes in the order of 0.1 sec, and since this is a time critical application, i want to get the scanning function working again faster

    Dear Ian. Thank you for your reply. The problem appears to be that the scan trigger(s) are stopped, or something, by the use of the AI_setup instruction. The sytstem works perfectly until this instruction is used. My problem is in understanding what has happened since the help seems to give no detail on any interconnection between the scan system and the external analog trigger system. I have tried to reconnect the triggers, but so far unsucessfuly

  • How do I input data to a table on the front panel and stop the program immediatel​y as button is pressed?

    What should I do if I want to display on the front panel in real time the values from Polarizer #, P1, P2 and the last calculated value (P2/P1 * 100) called T% in a table or some graphical representation like that?  What would I have to do?  It could just be Polarizer # and T% if that would be simpler.  I just want to let the user know the values in a list, spreadsheet or table as they go.  One last thing is that I would like to be able to stop the program at any point in time as soon as the stop button is pressed.  As of now, when the button is pressed it goes through the iteration currently in progress and then one afterwards.  I want the program to end as soon as the stop button is pressed no matter what sequence it is.  What can I do to achieve this?  Could you give me an example or modify my program to show me this.
    Thanks,
    Steve
    Stephen Coward
    Northrop Grumman
    [email protected]
    Attachments:
    EPM2000 almost done.vi ‏50 KB

    Put a single frame sequence structure around your stop button and then wire from the error cluster going into the error handler to the edge of the sequence structure. Now your code will stop at the end of the current iteration. To see why this works, watch you code execute with execution highlighting turned on and review the section of the manual talking about "Dataflow".
    Mike...
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • Ios 7.0.2 issue: how to stop running programs

    I am a new iPhone5 user and just installed ios 7.0.2 (maybe I should not have but I did). Now I don't know how to stop running programs. Previously
    I double-clicked the Home button, then saw the icons that represented running programs, then could lightly touch one of them which led to all of them
    showing a X for a potential delete. That does not work now so how do I do it?

    Double click the home button and then swipe up on the app screenshots.

  • Problem sharing POJO Data Source while exporting

    Hi,<br>
    I have an issue that stops me exporting a report to PDF. I have two reports that share a POJO data source. The POJO is stored<br> in the session. The same POJO is being passed to both of the reports. While one of the them exports it perfectly the<br> other one fails <b>when the reports are opened simultaneously.</b> It does not fail if opened alone. Given below is the error.<br> I would like to know if there are any limitation that would stop exporting a report when sharing a data source concurrently.<br><br>
    8/27/09 8:47:42:791 EDT] 0000003b SystemErr     R log4j:WARN No appenders could be found for logger (com.crystaldecisions.reports.exporters.destination.disk.c)<br>
    [8/27/09 8:47:42:791 EDT] 0000003b SystemErr     R log4j:WARN Please initialize the log4j system properly.<br>
    [8/27/09 8:47:42:900 EDT] 0000003b SystemErr     R com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: An error<br> occured while exporting the report---- Error code:-2147467259 Error code name:failed<br>
    [8/27/09 8:47:42:916 EDT] 0000003b SystemErr     R      at <br>com.crystaldecisions.sdk.occa.report.application.PrintOutputController.export(Unknown Source)<br>
    [8/27/09 8:47:42:916 EDT] 0000003b SystemErr     R      at <br>com.crystaldecisions.sdk.occa.report.application.PrintOutputController.export(Unknown Source)<br>
    [8/27/09 8:47:42:916 EDT] 0000003b SystemErr     R      at <br>com.crystaldecisions.reports.sdk.PrintOutputController.export(Unknown Source)<br>
    [8/27/09 8:47:42:916 EDT] 0000003b SystemErr     R      at <br>com.fb.am.servlets.WSReportServlet.doGet(WSReportServlet.java:46)<br>
    [8/27/09 8:47:42:916 EDT] 0000003b SystemErr     R      at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)<br>
    [8/27/09 8:47:42:916 EDT] 0000003b SystemErr     R      at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)<br>
    [8/27/09 8:47:42:916 EDT] 0000003b SystemErr     R      at <br>com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:972)<br>
    [8/27/09 8:47:42:916 EDT] 0000003b SystemErr     R      at <br>com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:478)<br>
    [8/27/09 8:47:42:916 EDT] 0000003b SystemErr     R      at <br>com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:463)<br>
    [8/27/09 8:47:42:916 EDT] 0000003b SystemErr     R      at <br>com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java:92)<br>
    [8/27/09 8:47:42:916 EDT] 0000003b SystemErr     R      at <br>com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:744)<br>
    [8/27/09 8:47:42:916 EDT] 0000003b SystemErr     R      at <br>com.ibm.ws.wswebcontainer.WebContainer.handleRequest(WebContainer.java:1433)<br>
    [8/27/09 8:47:42:916 EDT] 0000003b SystemErr     R      at <br>com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:93)<br>
    [8/27/09 8:47:42:916 EDT] 0000003b SystemErr     R      at <br>com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:465)
    [8/27/09 8:47:42:916 EDT] 0000003b SystemErr     R      at <br>com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:394)<br>
    [8/27/09 8:47:42:916 EDT] 0000003b SystemErr     R      at <br>com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:102)<br>
    [8/27/09 8:47:42:916 EDT] 0000003b SystemErr     R      at <br>com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:152)<br>
    [8/27/09 8:47:42:916 EDT] 0000003b SystemErr     R      at <br>com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:213)<br>
    [8/27/09 8:47:42:916 EDT] 0000003b SystemErr     R      at <br>com.ibm.io.async.AbstractAsyncFuture.fireCompletionActions(AbstractAsyncFuture.java:195)<br>
    [8/27/09 8:47:42:916 EDT] 0000003b SystemErr     R      at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:136)<br>
    [8/27/09 8:47:42:916 EDT] 0000003b SystemErr     R      at <br>com.ibm.io.async.ResultHandler.complete(ResultHandler.java:194)<br>
    [8/27/09 8:47:42:916 EDT] 0000003b SystemErr     R      at <br>com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:741)<br>
    [8/27/09 8:47:42:916 EDT] 0000003b SystemErr     R      at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:863)<br>
    [8/27/09 8:47:42:916 EDT] 0000003b SystemErr     R      at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1510)<br>
    [8/27/09 8:47:42:916 EDT] 0000003b SystemErr     R Caused by: com.businessobjects.reports.sdk.d: An error occured while <br>exporting the report
         at com.businessobjects.reports.sdk.b.b.int(Unknown Source)<br>
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter.request(Unknown Source)<br>
         at com.crystaldecisions.proxy.remoteagent.x.a(Unknown Source)<br>
         at com.crystaldecisions.proxy.remoteagent.q.a(Unknown Source)<br>
         at com.crystaldecisions.sdk.occa.report.application.dd.a(Unknown Source)<br>
         at com.crystaldecisions.sdk.occa.report.application.ReportSource.a(Unknown Source)<br>
         at com.crystaldecisions.sdk.occa.report.application.ReportSource.a(Unknown Source)<br>
         at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.export(Unknown Source)<br>
         at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.export(Unknown Source)<br>
         at com.crystaldecisions.reports.sdk.PrintOutputController.export(Unknown Source)<br>
         at com.fb.am.servlets.WSReportServlet.doGet(WSReportServlet.java:46)<br>
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)<br>
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)<br>
         at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:972)<br>
         at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:478)<br>
         at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:463)<br>
         at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java:92)<br>
         at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:744)<br>
         at com.ibm.ws.wswebcontainer.WebContainer.handleRequest(WebContainer.java:1433)<br>
         at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:93)<br>
         at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:465)<br>
         at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:394)<br>
         at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:102)<br>
         at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:152)<br>
         at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:213)<br>
         at com.ibm.io.async.AbstractAsyncFuture.fireCompletionActions(AbstractAsyncFuture.java:195)<br>
         at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:136)<br>
         at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:194)<br>
         at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:741)<br>
         at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:863)<br>
         at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1510)<br>
    Caused by: com.crystaldecisions.reports.exporters.format.page.pdf.a.a: Unexpected exception thrown<br>
         at com.crystaldecisions.reports.exporters.format.page.pdf.b.a(Unknown Source)<br>
         at com.crystaldecisions.reports.a.e.if(Unknown Source)<br>
         at com.crystaldecisions.reports.formatter.a.c.if(Unknown Source)<br>
         at com.crystaldecisions.reports.formatter.a.c.a(Unknown Source)<br>
         ... 31 more
    Caused by: java.lang.IllegalArgumentException
         at com.crystaldecisions.reports.exporters.destination.disk.c.a(Unknown Source)<br>
         ... 35 more<br><br>
    [8/27/09 8:47:42:963 EDT] 0000003b SystemErr     R      at com.businessobjects.reports.sdk.b.b.int(Unknown Source)<br>
    [8/27/09 8:47:42:963 EDT] 0000003b SystemErr     R      at <br>com.businessobjects.reports.sdk.JRCCommunicationAdapter.request(Unknown Source)<br>
    [8/27/09 8:47:42:963 EDT] 0000003b SystemErr     R      at com.crystaldecisions.proxy.remoteagent.x.a(Unknown Source)<br>
    [8/27/09 8:47:42:963 EDT] 0000003b SystemErr     R      at com.crystaldecisions.proxy.remoteagent.q.a(Unknown Source)<br>
    [8/27/09 8:47:42:963 EDT] 0000003b SystemErr     R      at com.crystaldecisions.sdk.occa.report.application.dd.a(Unknown<br> Source)
    [8/27/09 8:47:42:963 EDT] 0000003b SystemErr     R      at <br>com.crystaldecisions.sdk.occa.report.application.ReportSource.a(Unknown Source)<br>
    [8/27/09 8:47:42:963 EDT] 0000003b SystemErr     R      at <br>com.crystaldecisions.sdk.occa.report.application.ReportSource.a(Unknown Source)<br>
    [8/27/09 8:47:42:978 EDT] 0000003b SystemErr     R      ... 24 more<br>
    [8/27/09 8:47:42:978 EDT] 0000003b SystemErr     R Caused by: com.crystaldecisions.reports.exporters.format.page.pdf.a.a:<br> Unexpected exception thrown<br>
         at com.crystaldecisions.reports.exporters.format.page.pdf.b.a(Unknown Source)<br>
         at com.crystaldecisions.reports.a.e.if(Unknown Source)<br>
         at com.crystaldecisions.reports.formatter.a.c.if(Unknown Source)<br>
         at com.crystaldecisions.reports.formatter.a.c.a(Unknown Source)<br>
         at com.businessobjects.reports.sdk.b.b.int(Unknown Source)<br>
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter.request(Unknown Source)<br>
         at com.crystaldecisions.proxy.remoteagent.x.a(Unknown Source)<br>
         at com.crystaldecisions.proxy.remoteagent.q.a(Unknown Source)<br>
         at com.crystaldecisions.sdk.occa.report.application.dd.a(Unknown Source)<br>
         at com.crystaldecisions.sdk.occa.report.application.ReportSource.a(Unknown Source)<br>
         at com.crystaldecisions.sdk.occa.report.application.ReportSource.a(Unknown Source)<br>
         at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.export(Unknown Source)<br>
         at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.export(Unknown Source)<br>
         at com.crystaldecisions.reports.sdk.PrintOutputController.export(Unknown Source)<br>
         at com.fb.am.servlets.WSReportServlet.doGet(WSReportServlet.java:46)<br>
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)<br>
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)<br>
         at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:972)<br>
         at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:478)<br>
         at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:463)<br>
         at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java:92)<br>
         at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:744)<br>
         at com.ibm.ws.wswebcontainer.WebContainer.handleRequest(WebContainer.java:1433)<br>
         at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:93)<br>
         at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:465)<br>
         at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:394)<br>
         at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:102)<br>
         at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:152)<br>
         at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:213)<br>
         at com.ibm.io.async.AbstractAsyncFuture.fireCompletionActions(AbstractAsyncFuture.java:195)<br>
         at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:136)<br>
         at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:194)<br>
         at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:741)<br>
         at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:863)<br>
         at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1510)<br>
    Caused by: java.lang.IllegalArgumentException<br>
         at com.crystaldecisions.reports.exporters.destination.disk.c.a(Unknown Source)<br>
         ... 35 more<br><br>
    thanks
    Ravi Narala

    This is a Plain java object with getters and setters. . Below is the sample
    public class Test_POJO {
         private String advantageDis;
         private int vehCount;
         private int driverCount;
         private String agentNumber;
         private String accountInfo;
         private String accountType; 
         public String getAccountInfo() {
              return accountInfo;
         public void setAccountInfo(String accountInfo) {
              this.accountInfo = accountInfo;
         public String getAccountType() {
              return accountType;
         public void setAccountType(String accountType) {
              this.accountType = accountType;
         public String getAdvantageDis() {
              return advantageDis;
         public void setAdvantageDis(String advantageDis) {
              this.advantageDis = advantageDis;
         public String getAgentNumber() {
              return agentNumber;
         public void setAgentNumber(String agentNumber) {
              this.agentNumber = agentNumber;
         public int getDriverCount() {
              return driverCount;
         public void setDriverCount(int driverCount) {
              this.driverCount = driverCount;
    This object is on the session with values. This POJO is shared by 2 reports. When I run the 2 reports simultaneously. One of them fails. If I try to access one at a time then it works.
    thanks,
    Ravi

  • Corrupted EXIF data in photos exported from Lightroom CC

    After upgrading to Lightroom CC EXIF can't be read by some apps. "Re-saving" a file in Photoshop fixes the problem. I'm using Mac OSX 10.9.5. Are there any plans to update and fix the EXIF data generated when exported from Lightroom CC?
    Also, this command fixes the issue with Create Date part of EXIF.
    #!/bin/sh
    exiftool -AllDates="$(exiftool ${1} | grep 'Create Date' | awk '{print $(NF-1), $NF }')" -overwrite_original ${1}
    The reason I'm asking is because we run a site where "Create Date" read from JPG's EXIF is crucial and it's a matter of letting users upload the pic or deny uploading.
    So again, any plans on the fix?
    Regards,
    Pawel Kadysz

    I confirmed that the Exiftool command line:
    exiftool -m -all= -tagsfromfile @ -all:all -unsafe file.jpg
    removes the ICC Profile, which could account for significant color differences, considering that the profile is Adobe RGB.  I think this may be a bug in Exiftool, so I filed a bug report.  (But it might be that Exiftool just can't handle the non-standard layout of LR's JPEGs.)  The author is typically very responsive.
    I tried some alternate Exiftool command lines that touch as little metadata as possible, and this one seems to address both of LR 6's JPEG problems:
    exiftool -m '-exif:datetimeoriginal<exif:datetimeoriginal' -xmp-crs:all= file.jpg
    The -m option ignores minor errors and issues, in particular, when there are more than 1000 entries in the XMP metadata.
    The '-exif:datetimeoriginal<exif:datetimeoriginal'  option sets the EXIF Date Time Original Field with its current value; this tricks Exiftool into rewriting just the EXIF metadata without touching the other metadata segments (e.g. the ICC profile), addressing the first JPEG problem.   (You could use any EXIF field that's present -- I picked DateTimeOriginal since every camera adds that.)
    The -xmp-crs:all= option option deletes all of LR's develop settings from the XMP metadata, addressing the second JPEG problem.That metadata is not ready by any programs other than LR, as far as I know. 
    I've tested this new command line on a couple of pics, including the example you provided above, and it appears to work correctly.  But given that we're dealing with buggy output from LR that doesn't conform to the de facto and de jure standards, it's hard to have high confidence without testing on dozens if not hundreds of pics.

  • How to extract the data from module pool program to Excel Sheet?

    Hi Guys
            I am having a requirement to transfer the data from Module pool screen to excel sheet directly.
            This is an urgent requirement.
            So plz reply me with some coding examples.
            I will give points for that.

    This report extract excel file. From that concept you can easily extract data from module pool program also by coding in PAI of the screen.
    REPORT ztest1 .
    * this report demonstrates how to send some ABAP data to an
    * EXCEL sheet using OLE automation.
    include ole2incl.
    * handles for OLE objects
    data: h_excel type ole2_object,        " Excel object
          h_mapl type ole2_object,         " list of workbooks
          h_map type ole2_object,          " workbook
          h_zl type ole2_object,           " cell
          h_f type ole2_object,            " font
          h_c type ole2_object.            " color
    DATA: FILENAME LIKE RLGRAP-FILENAME.
    tables: spfli.
    data  h type i.
    * table of flights
    data: it_spfli like spfli occurs 10 with header line.
    *&   Event START-OF-SELECTION
    start-of-selection.
    * read flights
      select * from spfli into table it_spfli.
    * display header
      uline (61).
      write: /     sy-vline no-gap,
              (3)  'Flg'(001) color col_heading no-gap, sy-vline no-gap,
              (4)  'Nr'(002) color col_heading no-gap, sy-vline no-gap,
              (20) 'Von'(003) color col_heading no-gap, sy-vline no-gap,
              (20) 'Nach'(004) color col_heading no-gap, sy-vline no-gap,
              (8)  'Zeit'(005) color col_heading no-gap, sy-vline no-gap.
      uline /(61).
    * display flights
      loop at it_spfli.
        write: / sy-vline no-gap,
                 it_spfli-carrid color col_key no-gap, sy-vline no-gap,
                 it_spfli-connid color col_normal no-gap, sy-vline no-gap,
                 it_spfli-cityfrom color col_normal no-gap, sy-vline no-gap,
                 it_spfli-cityto color col_normal no-gap, sy-vline no-gap,
                 it_spfli-deptime color col_normal no-gap, sy-vline no-gap.
      endloop.
      uline /(61).
    * tell user what is going on
      call function 'SAPGUI_PROGRESS_INDICATOR'
         exporting
    *           PERCENTAGE = 0
               text       = text-007
           exceptions
                others     = 1.
    * start Excel
      create object h_excel 'EXCEL.APPLICATION'.
    *  PERFORM ERR_HDL.
      set property of h_excel  'Visible' = 1.
    *  CALL METHOD OF H_EXCEL 'FILESAVEAS' EXPORTING #1 = 'c:kis_excel.xls'
    *  PERFORM ERR_HDL.
    * tell user what is going on
      call function 'SAPGUI_PROGRESS_INDICATOR'
         exporting
    *           PERCENTAGE = 0
               text       = text-008
           exceptions
                others     = 1.
    * get list of workbooks, initially empty
      call method of h_excel 'Workbooks' = h_mapl.
      perform err_hdl.
    * add a new workbook
      call method of h_mapl 'Add' = h_map.
      perform err_hdl.
    * tell user what is going on
      call function 'SAPGUI_PROGRESS_INDICATOR'
         exporting
    *           PERCENTAGE = 0
               text       = text-009
           exceptions
                others     = 1.
    * output column headings to active Excel sheet
      perform fill_cell using 1 1 1 200 'Carrier id'(001).
      perform fill_cell using 1 2 1 200 'Connection id'(002).
      perform fill_cell using 1 3 1 200 'City from'(003).
      perform fill_cell using 1 4 1 200 'City to'(004).
      perform fill_cell using 1 5 1 200 'Dep. Time'(005).
      loop at it_spfli.
    * copy flights to active EXCEL sheet
        h = sy-tabix + 1.
        if it_spfli-carrid cs 'AA'.
          perform fill_cell using h 1 0 000255000 it_spfli-carrid.
        elseif it_spfli-carrid cs 'AZ'.
          perform fill_cell using h 1 0 168000000 it_spfli-carrid.
        elseif it_spfli-carrid cs 'JL'.
          perform fill_cell using h 1 0 168168000 it_spfli-carrid.
        elseif it_spfli-carrid cs 'LH'.
          perform fill_cell using h 1 0 111111111 it_spfli-carrid.
        elseif it_spfli-carrid cs 'SQ'.
          perform fill_cell using h 1 0 100100100 it_spfli-carrid.
        else.
          perform fill_cell using h 1 0 000145000 it_spfli-carrid.
        endif.
        if it_spfli-connid lt 400.
          perform fill_cell using h 2 0 255000255 it_spfli-connid.
        elseif it_spfli-connid lt 800.
          perform fill_cell using h 2 0 077099088 it_spfli-connid.
        else.
          perform fill_cell using h 2 0 246156138 it_spfli-connid.
        endif.
        if it_spfli-cityfrom cp 'S*'.
          perform fill_cell using h 3 0 155155155 it_spfli-cityfrom.
        elseif it_spfli-cityfrom cp 'N*'.
          perform fill_cell using h 3 0 189111222 it_spfli-cityfrom.
        else.
          perform fill_cell using h 3 0 111230222 it_spfli-cityfrom.
        endif.
        if it_spfli-cityto cp 'S*'.
          perform fill_cell using h 4 0 200200200 it_spfli-cityto.
        elseif it_spfli-cityto cp 'N*'.
          perform fill_cell using h 4 0 000111222 it_spfli-cityto.
        else.
          perform fill_cell using h 4 0 130230230 it_spfli-cityto.
        endif.
        if it_spfli-deptime lt '020000'.
          perform fill_cell using h 5 0 145145145 it_spfli-deptime.
        elseif it_spfli-deptime lt '120000' .
          perform fill_cell using h 5 0 015215205 it_spfli-deptime.
        elseif it_spfli-deptime lt '180000' .
          perform fill_cell using h 5 0 000215205 it_spfli-deptime.
        else.
          perform fill_cell using h 5 0 115115105 it_spfli-deptime.
        endif.
      endloop.
    * EXCEL FILENAME
      CONCATENATE SY-REPID '_' SY-DATUM+6(2) '_' SY-DATUM+4(2) '_'
                  SY-DATUM(4) '_' SY-UZEIT '.XLS' INTO FILENAME.
      CALL METHOD OF H_MAP 'SAVEAS' EXPORTING #1 = FILENAME.
      free object h_excel.
      perform err_hdl.
    *       FORM FILL_CELL                                                *
    *       sets cell at coordinates i,j to value val boldtype bold       *
    form fill_cell using i j bold col val.
      call method of h_excel 'Cells' = h_zl
        exporting
          #1 = i
          #2 = j.
      perform err_hdl.
      set property of h_zl 'Value' = val .
      perform err_hdl.
      get property of h_zl 'Font' = h_f.
      perform err_hdl.
      set property of h_f 'Bold' = bold .
      perform err_hdl.
      set property of h_f 'Color' = col.
      perform err_hdl.
    endform.                    "FILL_CELL
    *&      Form  ERR_HDL
    *       outputs OLE error if any                                       *
    *  -->  p1        text
    *  <--  p2        text
    form err_hdl.
      if sy-subrc <> 0.
        write: / 'OLE-Automation Error:'(010), sy-subrc.
        stop.
      endif.
    endform.                    " ERR_HDL

  • Issues with Export/Import using Database & Shared buffer

    Hi All,
    I have a method that calls a program via a job and I am having issues passing data between the two.
    Note that two different users process the method and program (via job) resp. This is how I am calling the second prog-
    SUBMIT ZPROGRAM
                 VIA JOB     l_jobname
                     NUMBER  l_jobcount
                     USER    i_user
                 AND RETURN.
    I need to pass data from method to  the second program and vice versa and then the method continues its processing with the data acquired from the second program.
    I have tried using Import/Export using database and also shared buffer. What I have found is that most of the times I am able to pass data from method to program. However the job takes a couple of min to execute and I think that the data is not making back to the method in time.
    I have looked at some useful forum links-
    Problem with export/import in back ground
    Re: EXPORT/IMPORT  to MEMORY
    but havent been able to find an answer yet. Any solution? Thanks in advance for your help!
    Liz

    Hi Suhas, Subhankar
    I have tested the scenario without the job previously itself and it works. Thats the reason, i am trying with the job now as my requirement is that I need to change the user while executing the second report.
    Here is an example of my import/export - I am passing the return value from the second report to the first.
    Code in second report-
    DATA: INDXKEY LIKE INDX-SRTFD VALUE 'RET1'.
    INDX-AEDAT = SY-DATUM.
    INDX-USERA = SY-UNAME.
    EXPORT RETURN1 TO SHARED BUFFER INDX(ST) ID INDXKEY.
    Code in first report -
    SUBMIT ZPROGRAM
                     VIA JOB     l_jobname
                         NUMBER  l_jobcount
                         USER    i_user
                     AND RETURN.
    Once Job close FM is executed successfully, I import the values as follows
    IMPORT RETURN1 TO RETURN1 FROM SHARED BUFFER INDX(ST) ID INDXKEY3.
    INDXKEY is having value RET1.
    However Return1 is not having any values in first report. It has some value in executed without the job
    Please note that I have tried Export/import with Database too and I am getting the same results.
    Thanks for your suggestions.
    Regards, Liz

  • SSRS 2012 Conditional Formatting Color Issues When Exporting to Excel

    Hi all,
    We recently upgraded to SQL 2012 from SQL2008 R2. I'm having a strange issue with SSRS2012.
    One of the report has conditional formattings on cell background colors. Everything works fine when render the report in browser or preview mode. However, the conditional formatting stop working when export the report to Excel (no issues if
    export to pdf). All cells are high-lightened with pre-defined color although it should only high-lighten those cells that fulfil the condition.
    Has someone encountered this issue before ? Thanks for any help.

    Hi ZZ02,
    I have test the scenario in my testing environment, however, everything goes well when exporting to Excel format. The issue might be related to the expression for the conditional background color. To make further analysis, please post the expression as well
    as the report design structure.
    Additionally, in SQL Server 2012 Reporting Services, the Excel rendering extension renders a report to the native format of Microsoft Excel 2007-2010, the format of which is ExcelOpenXML. By default, the previous version of the Excel rendering extension,
    compatible with Microsoft Excel 2003, is disabled. At this time, I suggest that you enable the Excel 2003 rendering extension by modifying the RSReportServer.config file. After that, the Excel 2003 rendering format will be available on report manager (not
    available in Report Designer). So, please export the report from report manager and check the result again.
    For more information about enable the Excel 2003 rendering extension, please see:
    http://social.msdn.microsoft.com/Forums/en/sqlreportingservices/thread/0713de27-dcc0-4e51-81ac-5272647d171f
    Regards,
    Mike Yin
    TechNet Subscriber Support
    If you are
    TechNet Subscription user and have any feedback on our support quality, please send your feedback
    here. 
    Mike Yin
    TechNet Community Support

  • Issue with exporting Financial Report in Smartview 11.1.2.2

    If I export a FR in "Export in query Mode" , it concatenates the parent with the child (parent.child) and does not return anything in Smartview. Even though the report works fine in workspace.
    I narrowed down the issue and it seems if I use Stored member roll up instead of using Shared member roll up it returns the right data when I export the report in Smartview.
    So the issue is only with the FR using Shared members.
    Does anyone know if this is a known issue or can replicate this in their environment ? We are on version 11.1.2.2
    Thanks

    Nope that didn't work, but I figured out the error. I was running the command on a client machine. When I run the command on the server itself, it works fine.. well, now I have issues with my POVs, but at least it's finding my .csc file.
    Thanks for your help John.

  • Problems with a simple stop watch program

    I would appreciate help sorting out a problem with a simple stop watch program. The problem is that it throws up inappropriate values. For example, the first time I ran it today it showed the best time at 19 seconds before the actual time had reached 2 seconds. I restarted the program and it ran correctly until about the thirtieth time I started it again when it was going okay until the display suddenly changed to something like '-50:31:30:50-'. I don't have screenshot because I had twenty thirteen year olds suddenly yelling at me that it was wrong. I clicked 'Stop' and then 'Start' again and it ran correctly.
    I have posted the whole code (minus the GUI section) because I want you to see that the program is very, very simple. I can't see where it could go wrong. I would appreciate any hints.
    public class StopWatch extends javax.swing.JFrame implements Runnable {
        int startTime, stopTime, totalTime, bestTime;
        private volatile Thread myThread = null;
        /** Creates new form StopWatch */
        public StopWatch() {
         startTime = 0;
         stopTime = 0;
         totalTime = 0;
         bestTime = 0;
         initComponents();
        public void run() {
         Thread thisThread = Thread.currentThread();
         while(myThread == thisThread) {
             try {
              Thread.sleep(100);
              getEnd();
             } catch (InterruptedException e) {}
        public void start() {
         if(myThread == null) {
             myThread = new Thread(this);
             myThread.start();
        public void getStart() {
         Calendar now = Calendar.getInstance();
         startTime = (now.get(Calendar.MINUTE) * 60) + now.get(Calendar.SECOND);
        public void getEnd() {
         Calendar now1 = Calendar.getInstance();
         stopTime = (now1.get(Calendar.MINUTE) * 60) + now1.get(Calendar.SECOND);
         totalTime = stopTime - startTime;
         setLabel();
         if(bestTime < totalTime) bestTime = totalTime;
        public void setLabel() {
         if((totalTime % 60) < 10) {
             jLabel1.setText(""+totalTime/60+ ":0"+(totalTime % 60));
         } else {
             jLabel1.setText(""+totalTime/60 + ":"+(totalTime % 60));
         if((bestTime % 60) < 10) {
             jLabel3.setText(""+bestTime/60+ ":0"+(bestTime % 60));
         } else {
             jLabel3.setText(""+bestTime/60 + ":"+(bestTime % 60));
        private void ButtonClicked(java.awt.event.ActionEvent evt) {                              
         JButton temp = (JButton) evt.getSource();
         if(temp.equals(jButton1)) {
             start();
             getStart();
         if(temp.equals(jButton2)) {
             getEnd();
             myThread = null;
         * @param args the command line arguments
        public static void main(String args[]) {
         java.awt.EventQueue.invokeLater(new Runnable() {
             public void run() {
              new StopWatch().setVisible(true);
        // Variables declaration - do not modify                    
        private javax.swing.JButton jButton1;
        private javax.swing.JButton jButton2;
        private javax.swing.JLabel jLabel1;
        private javax.swing.JLabel jLabel2;
        private javax.swing.JLabel jLabel3;
        private javax.swing.JPanel jPanel1;
        // End of variables declaration                  
    }

    Although I appreciate this information, it still doesn't actually solve the problem. I can't see an error in the logic (or the code). The fact that the formatting works most of the time suggests that the problem does not lie there. As well, I use the same basic code for other time related displays e.g. countdown timers where the user sets a maximum time and the computer stops when zero is reached. I haven't had an error is these programs.
    For me, it is such a simple program and the room for errors seem small. I am guessing that I have misunderstood something about dates, but I obviously don't know.
    Again, thank you for taking the time to look at the problem and post a reply.

  • How can I stop a program until a button will be clicked

    I have a class that create a JTable and in this class I have two columns, the first culumns has the name of the variables an the second column has a checkbox to select the correponding variable.this JTable is created from a vector originating in other class. I need obtain a vector of integers with the number of the variable selected after the JButton will be clicked. For this i create a method called EspererSeleccion. This is the class
    import javax.swing.table.AbstractTableModel;
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.table.TableColumn;
    import javax.swing.border.Border;
    import java.util.*;
    import javax.swing.*;
    import java.lang.Integer;
    public class MiTabla extends JFrame implements ActionListener
    //Variables de Instancia
    private boolean DEBUG = true;
    public boolean TERMINA=false;
    public Vector Valores=new Vector(1,1);
    //Constructor de objetos de la clase MiTabla
    public MiTabla()
    super("Variables");
    Border empty;
    MiModelodeTabla myModel = new MiModelodeTabla();
    JTable table = new JTable(myModel);
    table.setPreferredScrollableViewportSize(new Dimension(300, 200));
    TableColumn column=null;
    column = table.getColumnModel().getColumn(0);
    column.setPreferredWidth(220);
    column = table.getColumnModel().getColumn(1);
    column.setPreferredWidth(80);
    //Crea el scroll pane y agrega la tabla en el.
    JScrollPane scrollPane = new JScrollPane(table);
    empty= BorderFactory.createEmptyBorder();
    JButton boton=new JButton("Aceptar Seleccion");
    boton.setBorder(empty);
    boton.addActionListener(this);
    getContentPane().setLayout(new BorderLayout(100,0));
    getContentPane().add(scrollPane, BorderLayout.CENTER);
    getContentPane().add(boton, BorderLayout.SOUTH);
    addWindowListener(new WindowAdapter()
    public void windowClosing(WindowEvent e)
    setDefaultCloseOperation(HIDE_ON_CLOSE);
    dispose();
    //System.exit(0);
    //clase MiModelodetabla
    class MiModelodeTabla extends AbstractTableModel
    MiVector v=llamaVector();
    int numElementos=v.size();
    private int i,j;
    public final Object[][] data=new Object[numElementos][2];
    final String[] columnNames = {"Variable",
    "Seleccion"};
    public MiModelodeTabla()
    CreaListas();
    public void CreaListas()
    for (i=0; i<numElementos; i++)
    data[0]=v.elementAt(i);
    for (j=0; j<numElementos; j++)
    data[j][1]=new Boolean(false);
    public MiVector llamaVector()
    MiVector V1=new MiVector();
    v=V1.addElementos();
    return(v);
    public int getColumnCount()
    return columnNames.length;
    public int getRowCount()
    return data.length;
    public String getColumnName(int col)
    return columnNames[col];
    public Object getValueAt(int row, int col)
    return data[row][col];
    public Class getColumnClass(int c)
    return getValueAt(0, c).getClass();
    public boolean isCellEditable(int row, int col)
    if (col < 1)
    return false;
    else
    return true;
    public void setValueAt(Object value, int row, int col)
    data[row][col] = value;
    fireTableCellUpdated(row, col);
    if (DEBUG)
    String s=new String("true");
    Integer I=new Integer(row);
    String S=value.toString();
    if(s.equals(S))
    Valores.addElement(I);
    else
    Valores.remove(I);
    value=(Object)value;
    public void EsperarSeleccion()
    while (TERMINA==false)
    int i=0;
    TERMINA=false;
    public void actionPerformed(ActionEvent e)
    TERMINA=true;
    dispose();
    and this is the method that create the JTable but when i call the method EsperarSeleccion the program fail and the JTable is not visible only the frame that contains It.
    How can I do to stop the program or the actions until the JButton will be clicked using and other method diferent from the EsperarSelection method
    Vector leeVariablesRelevantes ()
    System.out.println ("Variables relevantes");
    MiTabla frame = new MiTabla();
    frame.pack();
    frame.setVisible(true);System.out.println("El vector tiene "+frame.Valores.size()+" elementos");
    int i;
    for (i=0; i<frame.Valores.size(); i++)
    System.out.println("El elemento "+i+" de el Vector es: "+frame.Valores.elementAt(i));
    System.out.println();
    return frame.Valores;

    Say,Class A contains JTable and in Class B you wish to acess the vector which contains the things required by you.
    First you have to get the reference of Class B in Class A.
    It can be done in the following way.
    In Class B ,you create a static method like this.
    public static ClassB getObject()
      return this;
    }Now you can get the Class B's object easily via this method.
    Again in Class B , you write a method which will handle your requirment.(Let this method name be doThings( Vector vector))
    Now in Class A's actionPerformed() ,when the buton is pressed ,just call doThings() and pass the vector.

  • Verizon mades changes in the coding and now Windows Phone 7 is having data issues!!!

    Starting about 3 weeks ago, I stopped receiving text messages and even worse stopped receiving calls yet alone my voicemails.  I have changed not one thing to my phone, everything is exactly the way it was before the issues arised.  Now I have to trick my phone to receive my data by dialing into my voicemail...  And then what do you know, 30 text mesages, 12 voicemails!!!
    The voicemails wont even tell you the date or time stamp (the time the voicemail was received).  After numerous *228 and talking with level 2 over the holidays, I see a huge article on multiple news sites stating Verizon is having data issues...  Dropped calls, loss of data, no signal while all our phone keep showing full bars and 3g.  Verizon stated its only happening on there 4gLTE system and not 3G but thats a load of crap.
    All one has to do is a google search of loss of text messages or voicemails on Verizon and you will see 100's up to 1000's of users like you and me all experiencing the same issues.  And not just with Windows Phone 7, but with there baby Driod and iPhone as well.
    What really ****** me off is that Verizon loves to play the blame game or pass the buck game.  Hard Reset your phone and that will solve the problem...  Yeah Right.  If this was our OS and we updated a driver that changed the OS in the background I can see that being the solution.  But for the 100's or 1000's of users that go to work daily, check there emails and text daily, and haven't changed one thing on the phone... THIS IS UNACCEPTABLE!!!
    Now I read an articile for someone extermely close to Microsoft stating that Verizon turned down Nokia's new 4GLTE phone because they have no faith in the operating system and I have to think that maybe behind the scenes Verizon is trying to force us off Windows Phone 7 platform with data issue behind the scene and try to get us all into the Droid Platform which they make 50% of the cash off the phone just like the iPhone...
    This is a joke, and I am really starting to think about going to ATT and getting the HTC Titan or the new Nokia 900.  I have already research a 3 party app that will allow you to backup and restore your phone.  And just read that Microsoft just put out an ad for backup, restore and cloud backup programmers for this latest feature.
    Verizon the games need to stop, Verizon you need to stand behind this Platform, Verizon you need to provide better service for all us 3G users!!!
    TheJester77

    Starting about 3 weeks ago, I stopped receiving text messages and even worse stopped receiving calls yet alone my voicemails.  I have changed not one thing to my phone, everything is exactly the way it was before the issues arised.  Now I have to trick my phone to receive my data by dialing into my voicemail...  And then what do you know, 30 text mesages, 12 voicemails!!!
    The voicemails wont even tell you the date or time stamp (the time the voicemail was received).  After numerous *228 and talking with level 2 over the holidays, I see a huge article on multiple news sites stating Verizon is having data issues...  Dropped calls, loss of data, no signal while all our phone keep showing full bars and 3g.  Verizon stated its only happening on there 4gLTE system and not 3G but thats a load of crap.
    All one has to do is a google search of loss of text messages or voicemails on Verizon and you will see 100's up to 1000's of users like you and me all experiencing the same issues.  And not just with Windows Phone 7, but with there baby Driod and iPhone as well.
    What really ****** me off is that Verizon loves to play the blame game or pass the buck game.  Hard Reset your phone and that will solve the problem...  Yeah Right.  If this was our OS and we updated a driver that changed the OS in the background I can see that being the solution.  But for the 100's or 1000's of users that go to work daily, check there emails and text daily, and haven't changed one thing on the phone... THIS IS UNACCEPTABLE!!!
    Now I read an articile for someone extermely close to Microsoft stating that Verizon turned down Nokia's new 4GLTE phone because they have no faith in the operating system and I have to think that maybe behind the scenes Verizon is trying to force us off Windows Phone 7 platform with data issue behind the scene and try to get us all into the Droid Platform which they make 50% of the cash off the phone just like the iPhone...
    This is a joke, and I am really starting to think about going to ATT and getting the HTC Titan or the new Nokia 900.  I have already research a 3 party app that will allow you to backup and restore your phone.  And just read that Microsoft just put out an ad for backup, restore and cloud backup programmers for this latest feature.
    Verizon the games need to stop, Verizon you need to stand behind this Platform, Verizon you need to provide better service for all us 3G users!!!
    TheJester77

Maybe you are looking for

  • Personal LaserWriter 320 print margin issues

    I just got a Personal LaserWriter 320 (which goes nicely with my Beige G3 running OS 9.2.1) I had been using a LaserWriter 300, and figured I could print documents pretty much the same - only to discover an amazing problem: When I choose a letter-siz

  • Dynamic connect to password protected site

    I want to write a bean or something, that will connect to URL with a username and password. Get some data from that page and save it to some file. I'm having problem with writing a code to connect to URL and use username and password to login. Any he

  • Is it possible to center a checkbox in a table filter?

    Hi I am using Studio Edition Version 11.1.1.2.0. Is it possible to center a checkbox in a table filter without getting a bug? I have tried using a panelgroup with horizontal layout and Halign center. It looks good at first but when I use the filter t

  • Actual Activity price

    Dear All, We are into cement industry and we are following the Process Order as a cost object. Here I have an issue where in when we have process order and Activities also got confirmed now when I am seeing the cost analysis system is not showing the

  • Adobe Flash Player  plug ins are blocked

    I have installed Adobe flash player but  plugins are still blocked.  What am I doing wrong?