Time range parameter doesn't work in JRC

Hi All,
I have a optional parameter (BusinessHours) with time type in my report. In my selection formula I have a statment like:
If HasValue({?BusineeHours}) Then
// do something
Else
// do something else
The report WORKS fine when running within report designer,but when I run it via web brower (JRC+Tomcat), it gives me an error:
Exception in formula '{@Record Selection}' at 'HasValue': A number, currency amount, boolean, date, time, date-time, or string is expected here.
The exception in tomcat console is:
com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: Exception in formul
a '{@Record Selection}' at 'HasValue':
A number, currency amount, boolean, date, time, date-time, or string is expected
here.---- Error code:-2147467259 Error code name:failed
        at com.businessobjects.reports.sdk.JRCCommunicationAdapter.a(Unknown Sou
rce)
        at com.businessobjects.reports.sdk.JRCCommunicationAdapter.request(Unkno
wn Source)
        at com.crystaldecisions.proxy.remoteagent.x.a(Unknown Source)
        at com.crystaldecisions.proxy.remoteagent.q.a(Unknown Source)
        at com.crystaldecisions.sdk.occa.report.application.dd.a(Unknown Source)
        at com.crystaldecisions.sdk.occa.report.application.ReportSource.a(Unkno
wn Source)
        at com.crystaldecisions.sdk.occa.report.application.ReportSource.getPage
(Unknown Source)
        at com.crystaldecisions.sdk.occa.report.application.AdvancedReportSource
.getPage(Unknown Source)
        at com.crystaldecisions.sdk.occa.report.application.NonDCPAdvancedReport
Source.getPage(Unknown Source)
        at com.crystaldecisions.reports.reportengineinterface.JPEReportSource.ge
tPage(Unknown Source)
        at com.crystaldecisions.report.web.event.ac.a(Unknown Source)
        at com.crystaldecisions.report.web.event.ac.a(Unknown Source)
        at com.crystaldecisions.report.web.event.b2.a(Unknown Source)
        at com.crystaldecisions.report.web.event.b7.broadcast(Unknown Source)
        at com.crystaldecisions.report.web.event.av.a(Unknown Source)
        at com.crystaldecisions.report.web.WorkflowController.do(Unknown Source)
        at com.crystaldecisions.report.web.WorkflowController.doLifecycle(Unknow
n Source)
        at com.crystaldecisions.report.web.ServerControl.a(Unknown Source)
        at com.crystaldecisions.report.web.ServerControl.processHttpRequest(Unkn
own Source)
        at org.apache.jsp.CrystalReportViewer_jsp._jspService(CrystalReportViewe
r_jsp.java:70)
        at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:137)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper
.java:210)
        at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:2
95)
        at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
icationFilterChain.java:247)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
ilterChain.java:193)
        at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV
alve.java:256)
        at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContex
t.invokeNext(StandardPipeline.java:643)
        at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
a:480)
        at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
        at org.apache.catalina.core.StandardContextValve.invoke(StandardContextV
alve.java:191)
        at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContex
t.invokeNext(StandardPipeline.java:643)
        at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
a:480)
        at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
        at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:
2416)
        at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j
ava:180)
        at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContex
t.invokeNext(StandardPipeline.java:643)
        at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatche
rValve.java:171)
        at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContex
t.invokeNext(StandardPipeline.java:641)
        at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j
ava:172)
        at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContex
t.invokeNext(StandardPipeline.java:641)
        at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
a:480)
        at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
        at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal
ve.java:174)
        at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContex
t.invokeNext(StandardPipeline.java:643)
        at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
a:480)
        at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
        at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:22
3)
        at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java
:601)
        at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.proce
ssConnection(Http11Protocol.java:392)
        at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java
:565)
        at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadP
ool.java:619)
        at java.lang.Thread.run(Thread.java:534)
Caused by: com.crystaldecisions.reports.formatter.formatter.c: Exception in form
ula '{@Record Selection}' at 'HasValue':
A number, currency amount, boolean, date, time, date-time, or string is expected
here.
        at com.crystaldecisions.reports.formatter.formatter.objectformatter.bv.<
init>(Unknown Source)
        at com.crystaldecisions.reports.formatter.formatter.objectformatter.bv.i
f(Unknown Source)
        at com.crystaldecisions.reports.formatter.formatter.e.l.<init>(Unknown S
ource)
        at com.crystaldecisions.reports.formatter.formatter.e.p.<init>(Unknown S
ource)
        at com.crystaldecisions.reports.formatter.formatter.e.p.a(Unknown Source
        at com.businessobjects.reports.sdk.b.b.a(Unknown Source)
        at com.businessobjects.reports.sdk.b.b.byte(Unknown Source)
        ... 54 more
Caused by: com.crystaldecisions.reports.dataengine.be: Exception in formula '{@R
ecord Selection}' at 'HasValue':
A number, currency amount, boolean, date, time, date-time, or string is expected
here.
        at com.crystaldecisions.reports.dataengine.m.if(Unknown Source)
        at com.crystaldecisions.reports.dataengine.m.a(Unknown Source)
        at com.crystaldecisions.reports.dataengine.m.a(Unknown Source)
        at com.crystaldecisions.reports.dataengine.bk.a(Unknown Source)
        ... 61 more
Caused by: com.crystaldecisions.reports.formulas.FormulaException: Exception in
formula '{@Record Selection}' at 'HasValue':
A number, currency amount, boolean, date, time, date-time, or string is expected
here.
        at com.crystaldecisions.reports.formulas.ab.a(Unknown Source)
        at com.crystaldecisions.reports.formulas.ab.do(Unknown Source)
        at com.crystaldecisions.reports.formulas.m.a(Unknown Source)
        at com.crystaldecisions.reports.formulas.m.a(Unknown Source)
        at com.crystaldecisions.reports.formulas.m.P(Unknown Source)
        at com.crystaldecisions.reports.formulas.m.m(Unknown Source)
        at com.crystaldecisions.reports.formulas.ag.f(Unknown Source)
        at com.crystaldecisions.reports.formulas.ag$14.a(Unknown Source)
        at com.crystaldecisions.reports.formulas.ag.a(Unknown Source)
        at com.crystaldecisions.reports.formulas.ag.o(Unknown Source)
        at com.crystaldecisions.reports.formulas.ag.p(Unknown Source)
        at com.crystaldecisions.reports.formulas.ag$13.a(Unknown Source)
        at com.crystaldecisions.reports.formulas.ag.a(Unknown Source)
        at com.crystaldecisions.reports.formulas.ag.s(Unknown Source)
        at com.crystaldecisions.reports.formulas.ag$12.a(Unknown Source)
        at com.crystaldecisions.reports.formulas.ag.a(Unknown Source)
        at com.crystaldecisions.reports.formulas.ag.h(Unknown Source)
        at com.crystaldecisions.reports.formulas.ag$11.a(Unknown Source)
        at com.crystaldecisions.reports.formulas.ag.a(Unknown Source)
        at com.crystaldecisions.reports.formulas.ag.c(Unknown Source)
        at com.crystaldecisions.reports.formulas.ag$10.a(Unknown Source)
        at com.crystaldecisions.reports.formulas.ag.a(Unknown Source)
        at com.crystaldecisions.reports.formulas.ag.l(Unknown Source)
        at com.crystaldecisions.reports.formulas.ag$9.a(Unknown Source)
        at com.crystaldecisions.reports.formulas.ag.a(Unknown Source)
        at com.crystaldecisions.reports.formulas.ag.i(Unknown Source)
        at com.crystaldecisions.reports.formulas.ag$8.a(Unknown Source)
        at com.crystaldecisions.reports.formulas.ag.a(Unknown Source)
        at com.crystaldecisions.reports.formulas.ag.n(Unknown Source)
        at com.crystaldecisions.reports.formulas.ag$7.a(Unknown Source)
        at com.crystaldecisions.reports.formulas.ag.a(Unknown Source)
        at com.crystaldecisions.reports.formulas.ag.t(Unknown Source)
        at com.crystaldecisions.reports.formulas.ag$6.a(Unknown Source)
        at com.crystaldecisions.reports.formulas.ag.a(Unknown Source)
        at com.crystaldecisions.reports.formulas.ag.d(Unknown Source)
        at com.crystaldecisions.reports.formulas.ag$5.a(Unknown Source)
        at com.crystaldecisions.reports.formulas.ag.a(Unknown Source)
        at com.crystaldecisions.reports.formulas.ag.u(Unknown Source)
        at com.crystaldecisions.reports.formulas.ag$4.a(Unknown Source)
        at com.crystaldecisions.reports.formulas.ag.a(Unknown Source)
        at com.crystaldecisions.reports.formulas.ag.b(Unknown Source)
        at com.crystaldecisions.reports.formulas.ag$3.a(Unknown Source)
        at com.crystaldecisions.reports.formulas.ag.a(Unknown Source)
        at com.crystaldecisions.reports.formulas.ag.q(Unknown Source)
        at com.crystaldecisions.reports.formulas.ag$2.a(Unknown Source)
        at com.crystaldecisions.reports.formulas.ag.a(Unknown Source)
        at com.crystaldecisions.reports.formulas.ag.k(Unknown Source)
        at com.crystaldecisions.reports.formulas.ag$1.a(Unknown Source)
        at com.crystaldecisions.reports.formulas.ag.a(Unknown Source)
        at com.crystaldecisions.reports.formulas.ag.g(Unknown Source)
        at com.crystaldecisions.reports.formulas.ag.j(Unknown Source)
        at com.crystaldecisions.reports.formulas.m.R(Unknown Source)
        at com.crystaldecisions.reports.formulas.m.a(Unknown Source)
        at com.crystaldecisions.reports.formulas.m.P(Unknown Source)
        at com.crystaldecisions.reports.formulas.m.m(Unknown Source)
        at com.crystaldecisions.reports.formulas.ag.f(Unknown Source)
        at com.crystaldecisions.reports.formulas.ag$14.a(Unknown Source)
        at com.crystaldecisions.reports.formulas.ag.a(Unknown Source)
        at com.crystaldecisions.reports.formulas.ag.o(Unknown Source)
        at com.crystaldecisions.reports.formulas.ag.p(Unknown Source)
        at com.crystaldecisions.reports.formulas.ag$13.a(Unknown Source)
        at com.crystaldecisions.reports.formulas.ag.a(Unknown Source)
        at com.crystaldecisions.reports.formulas.ag.s(Unknown Source)
        at com.crystaldecisions.reports.formulas.ag$12.a(Unknown Source)
        at com.crystaldecisions.reports.formulas.ag.a(Unknown Source)
        at com.crystaldecisions.reports.formulas.ag.h(Unknown Source)
        at com.crystaldecisions.reports.formulas.ag$11.a(Unknown Source)
        at com.crystaldecisions.reports.formulas.ag.a(Unknown Source)
        at com.crystaldecisions.reports.formulas.ag.c(Unknown Source)
        at com.crystaldecisions.reports.formulas.ag$10.a(Unknown Source)
        at com.crystaldecisions.reports.formulas.ag.a(Unknown Source)
        at com.crystaldecisions.reports.formulas.ag.l(Unknown Source)
        at com.crystaldecisions.reports.formulas.ag$9.a(Unknown Source)
        at com.crystaldecisions.reports.formulas.ag.a(Unknown Source)
        at com.crystaldecisions.reports.formulas.ag.i(Unknown Source)
        at com.crystaldecisions.reports.formulas.ag$8.a(Unknown Source)
        at com.crystaldecisions.reports.formulas.ag.a(Unknown Source)
        at com.crystaldecisions.reports.formulas.ag.n(Unknown Source)
        at com.crystaldecisions.reports.formulas.ag$7.a(Unknown Source)
        at com.crystaldecisions.reports.formulas.ag.a(Unknown Source)
        at com.crystaldecisions.reports.formulas.ag.t(Unknown Source)
        at com.crystaldecisions.reports.formulas.ag$6.a(Unknown Source)
        at com.crystaldecisions.reports.formulas.ag.a(Unknown Source)
        at com.crystaldecisions.reports.formulas.ag.d(Unknown Source)
        at com.crystaldecisions.reports.formulas.ag$5.a(Unknown Source)
        at com.crystaldecisions.reports.formulas.ag.a(Unknown Source)
        at com.crystaldecisions.reports.formulas.ag.u(Unknown Source)
        at com.crystaldecisions.reports.formulas.ag$4.a(Unknown Source)
        at com.crystaldecisions.reports.formulas.ag.a(Unknown Source)
        at com.crystaldecisions.reports.formulas.ag.b(Unknown Source)
        at com.crystaldecisions.reports.formulas.ag$3.a(Unknown Source)
        at com.crystaldecisions.reports.formulas.ag.a(Unknown Source)
        at com.crystaldecisions.reports.formulas.ag.q(Unknown Source)
        at com.crystaldecisions.reports.formulas.ag$2.a(Unknown Source)
        at com.crystaldecisions.reports.formulas.ag.a(Unknown Source)
        at com.crystaldecisions.reports.formulas.ag.k(Unknown Source)
        at com.crystaldecisions.reports.formulas.ag$1.a(Unknown Source)
        at com.crystaldecisions.reports.formulas.ag.a(Unknown Source)
        at com.crystaldecisions.reports.formulas.ag.g(Unknown Source)
        at com.crystaldecisions.reports.formulas.ag.j(Unknown Source)
        at com.crystaldecisions.reports.formulas.m.R(Unknown Source)
        at com.crystaldecisions.reports.formulas.m.do(Unknown Source)
        at com.crystaldecisions.reports.formulas.m.void(Unknown Source)
        at com.crystaldecisions.reports.formulas.ag.a(Unknown Source)
        at com.crystaldecisions.reports.formulas.am.a(Unknown Source)
        at com.crystaldecisions.reports.formulas.FormulaInfo.do(Unknown Source)
        at com.crystaldecisions.reports.formulas.FormulaService.compile(Unknown
Source)
        at com.crystaldecisions.reports.reportdefinition.fw.compile(Unknown Sour
ce)
        at com.crystaldecisions.reports.reportdefinition.df.compile(Unknown Sour
ce)
        at com.crystaldecisions.reports.reportdefinition.eq.else(Unknown Source)
        at com.crystaldecisions.reports.reportdefinition.eq.else(Unknown Source)
        at com.crystaldecisions.reports.reportdefinition.eq.else(Unknown Source)
        ... 65 more
Caused by:
com.crystaldecisions.reports.formatter.formatter.c: Exception in formula '{@Reco
rd Selection}' at 'HasValue':
A number, currency amount, boolean, date, time, date-time, or string is expected
here.
        at com.crystaldecisions.reports.formatter.formatter.objectformatter.bv.<
init>(Unknown Source)
        at com.crystaldecisions.reports.formatter.formatter.objectformatter.bv.i
f(Unknown Source)
        at com.crystaldecisions.reports.formatter.formatter.e.l.<init>(Unknown S
ource)
        at com.crystaldecisions.reports.formatter.formatter.e.p.<init>(Unknown S
ource)
        at com.crystaldecisions.reports.formatter.formatter.e.p.a(Unknown Source
        at com.businessobjects.reports.sdk.b.b.a(Unknown Source)
        at com.businessobjects.reports.sdk.b.b.byte(Unknown Source)
        at com.businessobjects.reports.sdk.JRCCommunicationAdapter.request(Unkno
wn Source)
        at com.crystaldecisions.proxy.remoteagent.x.a(Unknown Source)
        at com.crystaldecisions.proxy.remoteagent.q.a(Unknown Source)
        at com.crystaldecisions.sdk.occa.report.application.dd.a(Unknown Source)
        at com.crystaldecisions.sdk.occa.report.application.ReportSource.a(Unkno
wn Source)
        at com.crystaldecisions.sdk.occa.report.application.ReportSource.getPage
(Unknown Source)
        at com.crystaldecisions.sdk.occa.report.application.AdvancedReportSource
.getPage(Unknown Source)
        at com.crystaldecisions.sdk.occa.report.application.NonDCPAdvancedReport
Source.getPage(Unknown Source)
        at com.crystaldecisions.reports.reportengineinterface.JPEReportSource.ge
tPage(Unknown Source)
        at com.crystaldecisions.report.web.event.ac.a(Unknown Source)
        at com.crystaldecisions.report.web.event.ac.a(Unknown Source)
        at com.crystaldecisions.report.web.event.b2.a(Unknown Source)
        at com.crystaldecisions.report.web.event.b7.broadcast(Unknown Source)
        at com.crystaldecisions.report.web.event.av.a(Unknown Source)
        at com.crystaldecisions.report.web.WorkflowController.do(Unknown Source)
        at com.crystaldecisions.report.web.WorkflowController.doLifecycle(Unknow
n Source)
        at com.crystaldecisions.report.web.ServerControl.a(Unknown Source)
        at com.crystaldecisions.report.web.ServerControl.processHttpRequest(Unkn
own Source)
        at org.apache.jsp.CrystalReportViewer_jsp._jspService(CrystalReportViewe
r_jsp.java:70)
        at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:137)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper
.java:210)
        at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:2
95)
        at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at org.apache.catalina
Thanks,
Dennis

Current versions of the Java Reporting Component (JRC) do not support new Crystal Reports 2008 features like optional parameters.
The next version of the JRC - Crystal Reports for Eclipse version 2 - will support Crystal Reports 2008 features.
Sincerely,
Ted Ueda

Similar Messages

  • My phone is stuck on apple screen and i've tried to reboot it and connect it to my computer many times but it doesn't work.  Can anybody help me?

    My phone is stuck on apple screen and i've tried to reboot it and connect it to my computer many times but it doesn't work.  Can anybody help me?

    This is covered in the basics section of the manual:
    iPhone User Guide (For iOS 5.0 Software)

  • I signed up for a free trial.  I want to convert a Word document to a PDF document.  I've signed in and been through the process a dozen times.  It doesn't work.

    I signed up for a free trial.  I want to convert a Word document to a PDF document.  I've signed in and been through the process a dozen times.  It doesn't work.

    Hi kemtnilion,
    What did you get a trial of? Adobe doesn't offer free trials of the Acrobat.com online services; did you get a free trial of Acrobat, perhaps? If so, you can save a PDF directly to Word from Acrobat, by choosing File > Save as Other > Microsoft Word > Word Document.
    Please let us know if you have additional questions.
    Best,
    Sara

  • After change to Mavericks my Mac become too slow e I can't use it because stays asking passwords for "talagent" and "messages agent" as icloud keys. I got changed the icloud password many times and still doesn't work. I can't open any program.

    After change to Mavericks my Mac become too slow e I can't use it because stays asking passwords for "talagent" and "messages agent" as icloud keys. I got changed the icloud password many times and still doesn't work. I can't open any program.

    Back up all data.
    Launch the Keychain Access application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Keychain Access in the icon grid.
    Select the login keychain from the list on the left side of the Keychain Access window. If your default keychain has a different name, select that.
    If the lock icon in the top left corner of the window shows that the keychain is locked, click to unlock it. You'll be prompted for the keychain password, which is the same as your login password, unless you've changed it.
    Right-click or control-click the login entry in the list. From the menu that pops up, select Change Settings for Keychain "login". In the sheet that opens, uncheck both boxes, if not already unchecked.
    From the menu bar, select
    Keychain Access ▹ Preferences ▹ First Aid
    If the box marked Keep login keychain unlocked is not checked, check it.
    Select
    Keychain Access ▹ Keychain First Aid
    from the menu bar and repair the keychain. Quit Keychain Access.

  • I am running Windows XP, SP3. I have tried to run Firefox 4 several times but it doesn't work properly. The main page comes up showing the logo, below that is the search box, and below that is another box with nothing in it.

    I am running Windows XP, SP3. I have tried to run Firefox 4 several times but it doesn't work properly. The main page comes up showing the logo, below that is the search box, and below that is another box with nothing in it.

    The external DVD/CD Writer will Not appear on your desktop when you attach it to your iMac.  It will appear in "Finder", which is in your Dock.
    Hope this helps

  • Downloaded latest version on my laptop. Doesn't syn but only do recognize my iPhone 5 of 2012. Uninstall and re install for few times and it doesn't work at all! Can't back up data anymore. Please advise.

    Downloaded latest version on my laptop. Doesn't syn but only do recognize my iPhone 5 of 2012. Uninstall and re install for few times and it doesn't work at all! Can't back up data anymore. Please advise.

    Uninstall and re install for few times and it doesn't work at all!
    Are you (currently) getting an error message when you try to launch iTunes? If so, what does it say? (Precise text, please.)

  • Time machine still doesn't work with 10.5.2

    After loading 10.5.2 I find that Time Machine still doesn't work with a new Airport Extreme Base Station (AEBS) and USB drive although I was reassured by my local Apple retail store that the fix was in the update. I should have known better. <Edited by Moderator>

    Can you explain what archive and install is please?
    I am having the same problem. Automator as soon as it starts crashes.
    I have tried reinstalling from the OS disk, repairing permissions and none of them work.
    Many Thanks
    Dafydd

  • HT1430 Hi I am having a problem to delete call log in iPhone 3GS from last 1 month, I have restore iPhone many times but it doesn't works, pls give me a solution , whenever I try to delete call log it's hang for some time.

    Hi I am having a problem to delete call log in iPhone 3GS from last 1 month, I have restore iPhone many times but it doesn't works, pls give me a solution , whenever I try to delete call log it's hang for some time, pls tell me how to restore call delete option

        jsavage9621,
    It pains me to hear about your experience with the Home Phone Connect.  This device usually works seamlessly and is a great alternative to a landline phone.  It sounds like we've done our fair share of work on your account here.  I'm going to go ahead and send you a Private Message so that we can access your account and review any open tickets for you.  I look forward to speaking with you.
    TrevorC_VZW
    Follow us on Twitter @VZWSupport

  • My ipad is on an infinite loop.  I used ios7 for a few days and then did updates on some of my apps. that's when the infinite loop started.  I have tried pressing the power and home button at the same time, but it doesn't work. Please help!

    my ipad is on an infinite loop.  I used ios7 for a few days and then did updates on some of my apps. that's when the infinite loop started.  I have tried pressing the power and home button at the same time, but it doesn't work. Please help!
    I even tried some hints posted for ios6 (turn off Ipad, holding home button and plugging in power cord at the same time and then releasing the home button)
    I did manage to get a different screen that shows the itunes icon and a power cord, but nothing happens.

    You were on the right track. You got the connect to iTunes screen and you ended to use iTujes to restore your iPad. Try recovery mode again.
    Recovery Mode Instructions
    Disconnect the USB cable from the iPad, but leave the other end of the cable connected to your computer's USB port.
    Turn off iPad: Press and hold the Sleep/Wake button for a few seconds until the red slider appears, then slide the slider. Wait for iPad to turn off.
    If you cannot turn off iPad using the slider, press and hold the Sleep/Wake and Home buttons at the same time. When the iPad turns off, release the Sleep/Wake and Home buttons.
    While pressing and holding the Home button, reconnect the USB cable to iPad. When you reconnect the USB cable, iPad should power on.
    Continue holding the Home button until you see the "Connect to iTunes" screen. When this screen appears you can release the Home button.
    If necessary, open iTunes. You should see the recovery mode alert that iTunes has detected an iPad in recovery mode.
    Use iTunes to restore iPad.

  • Time Machine Just Doesn't Work Anymore

    I was a happy Time Machine (with Time Capsule) user for months. But it just doesn't work anymore. It takes longer than an hour to do every hourly backup so it is backing up 24 hours a day. It finds hundreds of thousands of files changed every hour and tries to back them up. Finders says only tens of files have been modified all of today. I have tried rebuilding my spotlight indexes, repairing my Time Capsule with Disk Utility and starting over with a brand new backup. But it just backs up hundreds of thousands of files every hour. So I am turning off Time capsule since it is clearly broken. If anyone has any suggestions at all I would welcome them.

    Marcia,
    Consider the following, it might give you some ideas:
    Time Machine performs backups at the file level. If a single bit in a large file is changed, the WHOLE file is backed up again. This is a problem for programs that save data to monolithic virtual disk files that are modified frequently. These include Parallels, VMware Fusion, Aperture vaults, or the databases that Entourage and Thunderbird create. These should be excluded from backup using the Time Machine Preference Exclusion list. You will, however, need to backup these files manually to another external disk.
    One poster observed regarding Photoshop: “If you find yourself working with large files, you may discover that TM is suddenly backing up your scratch disk's temp files. This is useless, find out how to exclude these (I'm not actually sure here). Alternatively, turn off TM whilst you work in Photoshop.” (http://discussions.apple.com/thread.jspa?threadID=1209412)
    If you do a lot of movie editing, unless these files are excluded, expect Time Machine to treat revised versions of a single movie as entirely new files.
    If you frequently download software or video files that you only expect to keep for a short time, consider excluding the folder these are stored in from Time Machine backups.
    If you have recently created a new disk image or burned a DVD, Time Machine will target these files for backup unless they are deleted or excluded from backup.
    Installing new software, upgrading existing software, or updating Mac OS X system software can created major changes in the structure of your directories. Time Machine will backup every file that has changed since the installation.
    Files or folders that are simply moved or renamed are counted as NEW files or folders. If you rename any file or folder, Time Machine will back up the ENTIRE file or folder again no matter how big or small it is.
    George Schreyer describes this behavior: “If you should want to do some massive rearrangement of your disk, Time Machine will interpret the rearranged files as new files and back them up again in their new locations. Just renaming a folder will cause this to happen. This is OK if you've got lots of room on your backup disk. Eventually, Time Machine will thin those backups and the space consumed will be recovered. However, if you really want recover the space in the backup volume immediately, you can. To do this, bring a Finder window to the front and then click the Time Machine icon on the dock. This will activate the Time Machine user interface. Navigate back in time to where the old stuff exists and select it. Then pull down the "action" menu (the gear thing) and select "delete all backups" and the older stuff vanishes.” (http://www.girr.org/mac_stuff/backups.html)
    *TechTool Pro Directory Protection*
    This disk utility feature creates backup copies of your system directories. Obviously these directories are changing all the time. So, depending on how it is configured, these backup files will be changing as well which is interpreted by Time Machine as new data to backup. Excluding the folder these backups are stored in will eliminate this effect.
    *Backups WAY Too Large*
    If an initial full backup or subsequent incremental backup is tens or hundreds of Gigs larger than expected, check to see that all unwanted external hard disks are still excluded from Time Machine backups.
    This includes the Time Machine backup drive ITSELF. Normally, Time Machine is set to exclude itself by default. But on rare occasions it can forget. When your backup begins, Time Machine mounts the backup on your desktop. (For Time Capsule users it appears as a white drive icon labeled something like “Backup of (your computer)”.) If, while it is mounted, it does not show up in the Time Machine Prefs “Do not back up” list, then Time Machine will attempt to back ITSELF up. If it is not listed while the drive is mounted, then you need to add it to the list.
    *FileVault / Boot Camp / iDisk Syncing*
    Note: Leopard has changed the way it deals with FileVault disk images, so it is not necessary to exclude your Home folder if you have FileVault activated. Additionally, Time Machine ignores Boot Camp partitions as the manner in which they are formatted is incompatible. Finally, if you have your iDisk Synced to your desktop, it is not necessary to exclude the disk image file it creates as that has been changed to a sparsebundle as well in Leopard.
    Let us know if any of this helps.
    Cheers!

  • AirPort Time Capsule 2TB doesn't works

    My Airport Time Capsule 2TB has a problem. Today when i came back to my office i found out that my wifi doesn't works. The TC light is green but there is no wifi connection and i can't find my modem via Airport Utilities. If i leave the modem like that, after few minutes the light turns off. I tried reset my TC but doesn't work either. (unplug, press the reset button and re - plug) nothing happens at all, the green light stays on and after few minutes just turn off again!

    It sounds like it is faulty. Is it still in warranty.. take it to apple store for testing / replacement.
    If it is older.. what model is it exactly.. older ones are not repairable in most cases..
    Give us the model, A1xxx from the base.

  • New Quick Time Pro Key doesn't work

    I've got a problem with the quick time pro key I bought for QT 7 yesterday.
    The key doesn't work. QT tells me that this is a wrong key.
    I've tried severeal times but it doesn't want unlock the pro features.
    Would be glad, if someone could help me.
    Thanks
    John

    Apple Discussions!
    In addition to David M Brewer's excellent suggestions, click on the following:
    QuickTime Pro Registration, Support & Questions
    http://docs.info.apple.com/article.html?artnum=58453 QuickTime Pro Key: Retrieving a lost key
    Entering Your QuickTime Pro Registration Code
    QuickTime FAQ

  • ExecuteWithParams with URL parameter doesn't work

    Hi!
    There are a lot of posts about executing VO with parameters, but I'm still stuck on it. I have a VO with WHERE condition like this:
    WHERE TABLE.ID = :IdParm
    I want this binded variable to get populated in jspx page by parameter in URL. I've created a binding for ExecuteWithParams in my pageDef like this:
    <action IterBinding="MyViewGIterator" id="ExecuteWithParams"
    InstanceName="AppModuleDataControl.MyViewG"
    DataControl="AppModuleDataControl" RequiresUpdateModel="true"
    Action="95">
    <NamedData NDName="IdParm" NDValue="${param.IdParm}"
    NDType="java.lang.String"/>
    </action>
    and an executable on this:
    <invokeAction Binds="ExecuteWithParams" id="callExecuteWithParams"
    Refresh="ifNeeded"/>
    so the executables in my pageDef look like this:
    <executables>
    <iterator id="MyViewGIterator" RangeSize="10"
    Binds="MyViewG" DataControl="AppModuleDataControl"/>
    <variableIterator id="variables">
    <variable Name="parameterURL" Type="String"
    DefaultValue="${param.IdParm}"/>
    </variableIterator>
    <invokeAction Binds="ExecuteWithParams" id="callExecuteWithParams"
    Refresh="ifNeeded"/>
    </executables>
    I have a variableIterator that is binded on outputText control on my jspx just to test if parameter gets read correctly and it does.
    What am I doing wrong that query doesn't execute correctly and I don't have any data on my page? I've also tried with refresh condition "Always" but it doesn't help.
    Any help would be much appreciated.
    BB
    Message was edited by:
    Brokenbone

    Hi,
    do the following:
    - In the pageDef file (Executable section), create a "Parameter". The name of this parameter is up to you.
    - the value of this parameter point to #{param.IdParm}
    - In the ExecuteWithParam OperationBinding, select the agument item and select the NDVaue. Open the ExpressionLanguage editor and select the Parameter you just created
    Here's a working pageDef file example:
    <pageDefinition xmlns="http://xmlns.oracle.com/adfm/uimodel"
                    version="10.1.3.41.57" id="RequestParamTestPageDef"
                    Package="adf.testcases.view.pageDefs">
      <parameters>
        <parameter id="param1" value="#{param.param1}"/>
      </parameters>
      <executables>
        <iterator id="DepartmentsVOWithBindVar1Iterator" RangeSize="10"
                  Binds="DepartmentsVOWithBindVar1"
                  DataControl="AppModuleDataControl"/>
        <invokeAction id="executeDepartments" Binds="ExecuteWithParams"/>
      </executables>
      <bindings>
        <table id="DepartmentsVOWithBindVar1"
               IterBinding="DepartmentsVOWithBindVar1Iterator">
          <AttrNames>
            <Item Value="DepartmentId"/>
            <Item Value="DepartmentName"/>
            <Item Value="ManagerId"/>
            <Item Value="LocationId"/>
          </AttrNames>
        </table>
        <action IterBinding="DepartmentsVOWithBindVar1Iterator"
                id="ExecuteWithParams"
                InstanceName="AppModuleDataControl.DepartmentsVOWithBindVar1"
                DataControl="AppModuleDataControl" RequiresUpdateModel="true"
                Action="95">
          <NamedData NDName="deptId" NDValue="${bindings.param1}"
                     NDType="oracle.jbo.domain.Number"/>
        </action>
      </bindings>
    </pageDefinition>Frank

  • Parameter gets reset and Multi-value parameter doesn't work

    Hi
    Two Issues:
    I've set the value of a Date parameter (Start Date) when moving from the home screen (Report 1) to the next screen (Report 2) as the first day of the current year (DateSerial(Year(Today),1,1). In report 2, if I try to change the Start Date to another date,
    it gets reset to the first day of the year. I had the default value set as the first day of the year and even after removing it, the Start Date gets reset.
    I've set a multi-value parameter (Area) in Report 1 that collects four integers. I pass Area to Report 2 (through Join (Parameters!Area.value,",")). I also used SPLIT (Join (Parameters!Area.value,","),",") to get the value.
    Then, in the data set, I call this parameter as "Select A1,A2,A3,B1,B2,B3 FROM TEST_VIEW WHERE ID IN (?)". But this query throws an error that the query could not be executed. I ran the same query on the server side and it runs fine.
    Note:
    We cannot reference parameter names as @area for example because the Composite Server doesn't allow that.
    Split and Join operate on strings but my parameters are of integer type. Is this an issue?
    Please help.

    1. Are setting an expression for available values of parameter in report 2? Is the value you pass a valid among the set of values?
    2. IN wont work with comma separated values. You need to parse the individual values out using a string parsing udf as a table and then join to that
    so in your case you would be like
    Select A1,A2,A3,B1,B2,B3 FROM TEST_VIEW t
    INNER JOIN dbo.ParseValues (@Area,',')f
    ON t.ID = f.Val
    ParseValues UDF can be found in below link
    http://visakhm.blogspot.in/2010/02/parsing-delimited-string.html
    Please Mark This As Answer if it solved your issue
    Please Vote This As Helpful if it helps to solve your issue
    Visakh
    My Wiki User Page
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • I bought my Iphone4S from australia and then moved back to my country which is India. Two days back "GAMES" catogeries was missing from the app store. I have no idea why it went gone missing.I have treied to sign in various times but it doesn't work out.

    I bought my Iphone4S from australia and then moved back to my country which is India. Two days back "GAMES" catogeries was missing from the app store. I have no idea why it went gone missing.I have tried to signing in the app store several times but stil it doesn't show the GAMES catogery. Help me out.

    Try what Terence Devlin posted in this topic:
    Terence Devlin
    Apr 14, 2015 11:21 AM
    Re: Is Iphoto gone ? i want it back!
    in response to Johannes666
    Recommended
    Go to the App Store and check out the Purchases List. If iPhoto is there then it will be v9.6.1
    If it is there, then drag your existing iPhoto app (not the library, just the app) to the trash
    Install the App from the App Store.
    Sometimes iPhoto is not visible on the Purchases List. it may be hidden. See this article for details on how to unhide it.
    http://support.apple.com/kb/HT4928
    One question often asked: Will I lose my Photos if I reinstall?
    iPhoto the application and the iPhoto Library are two different parts of the iPhoto programme. So, reinstalling the app should not affect the Library. BUT you should always have a back up before doing this kind of work. Always.

Maybe you are looking for

  • Can 2 Mac Mini's share the same wireless keyboard

    I have just purchased a 2nd mac Mini and tried to get it setup but it would not accept my keyboard. It took a wahile but did recognoze the mac address but did not seem to accept it and kept on searching. Does it need it's own keyboard? It accepted th

  • RE:Backup of XML files

    *How to keep a backup of all the production xmls?

  • Running the BO servers on non standard ports XIR2

    Hi all, I need to know how to get the bo servers to register with the cms when it is running on a non-standard port. The port I'm using is 6409, so I have tried adding -port 6409 to the command line string, but that didn't work. I'm running two insta

  • Adjust start time of included video

    Hi guys....pretty straight ahead question. How do you adjust the start point of a video dropped into a Motion Template? eg. I have 5 videos in pace and want to start one of them 30 seconds in as opposed to starting from the beginning

  • Want to change Form MDI Window default icon as well as default window icon

    Hi, I am using oracle forms 10g. I need to change the mdi window default icon as well as default window icon of inner form. But i do not know the way. Pls help me.