CF 5 warning "A request exceeded the timeout" then service stops

Hello,
We have recently replaced an aging server with a new machine.
We have installed our CF 5 on the new machine running Windows 2003.
We are in the process of migrating sites to the new server.
However, we've had a number of instances wherein the CF Application
Server stops working (.cfm pages won't load). When we look in
Windows Services, it appears the service is running. However, if we
try to stop and re-start the service, it fails to respond. A reboot
of the machine gets things working again.
The latest incident occured yesterday. The CF server log
shows these two log entries:
Warning (thread ID 2956): A request exceeded the timeout. The
unresponsive thread count is up to 1. [file path]
Error (thread ID 2956): !! CFTrace::logThread(5476) has no
entry for thread 5476
Any help would be appreciated by this newbie.
Thanks,
Katie

Hi Katie,
Does your server shows "Server is busy" message if this
happens or the page does not load? Next time if this happens, check
the windows task manager to see the memory used by JRUN. If this is
high around 180,000, it could be some infinite loops or invalid
connections to the DB. May be checking your DB settings could
resolve the problem.

Similar Messages

  • The request exceeds the maximum allowed database size of 4 GB

    I have craeted a user in oracle 10g with following commands
    CRAETE USER USERNAME IDENTIFIED BY PASSWORD
    DEFAULT TABLESPACE users TEMPORARY TABLESPACE temp;
    Grant create session to USERNAME;
    Grant create table to USERNAME;
    Grant create view to USERNAME;
    Grant create trigger to USERNAME;
    Grant create procedure to USERNAME;
    Grant create sequence to USERNAME;
    grant create synonym to USERNAME;
    after that when i want to craete a table i got following error
    SQL Error: ORA-00604: error occurred at recursive SQL level 1
    ORA-12952: The request exceeds the maximum allowed database size of 4 GB
    00604. 00000 - "error occurred at recursive SQL level %s"

    Error starting at line 1 in command:
    SELECT /* + RULE */ df.tablespace_name "Tablespace", df.bytes / (1024 * 1024) "Size (MB)", SUM(fs.bytes) / (1024 * 1024) "Free (MB)", Nvl(Round(SUM(fs.bytes) * 100 / df.bytes),1) "% Free", Round((df.bytes - SUM(fs.bytes)) * 100 / df.bytes) "% Used" FROM dba_free_space fs, (SELECT tablespace_name,SUM(bytes) bytes FROM dba_data_files GROUP BY tablespace_name) df WHERE fs.tablespace_name = df.tablespace_name GROUP BY df.tablespace_name,df.bytes
    UNION ALL
    SELECT /* + RULE */ df.tablespace_name tspace, fs.bytes / (1024 * 1024), SUM(df.bytes_free) / (1024 * 1024), Nvl(Round((SUM(fs.bytes) - df.bytes_used) * 100 / fs.bytes), 1), Round((SUM(fs.bytes) - df.bytes_free) * 100 / fs.bytes) FROM dba_temp_files fs, (SELECT tablespace_name,bytes_free,bytes_used FROM v$temp_space_header GROUP BY tablespace_name,bytes_free,bytes_used) df WHERE fs.tablespace_name = df.tablespace_name GROUP BY df.tablespace_name,fs.bytes,df.bytes_free,df.bytes_used ORDER BY 4 DESC
    Error at Command Line:1 Column:319
    Error report:
    SQL Error: ORA-00942: table or view does not exist
    00942. 00000 - "table or view does not exist"
    *Cause:   
    *Action:                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • A save request exceeded the quantity limits for a given structure type.

    I am running PI7.1 SP6..
    I have created all the objects and done all of the configuration in the Enterprise Service Builder and the Integration Builder and I am trying to publish the Webservice in the Service Registry, but after displaying the WSDL, and then publishing the Webservice, I get the following error:
    com.sap.aii.ib.core.uddi.RegistryClientException: A save request exceeded the quantity limits for a given structure type.
    Number of Business Entities exceeds your limit of 1 (2)
         at com.sap.aii.ib.server.uddi.RegistryClientDelegateProvider$EjbRegistryClient.publishServices(RegistryClientDelegateProvider.java:338)
         at com.sap.aii.ibdir.server.wsquery.WSQUDDISrvPublishTB.execute(WSQUDDISrvPublishTB.java:112)
         at com.sap.aii.ibdir.core.simulation.DefaultTaskBroker.execute(DefaultTaskBroker.java:158)
         at com.sap.aii.ibdir.server.simulation.TaskQueryService.specialQuery(TaskQueryService.java:31)
         at com.sap.aii.ib.server.query.SpecialQueryServiceProvider$SpecialQueryServiceImpl.specialQuery(SpecialQueryServiceProvider.java:63)
         at com.sap.aii.ib.server.query.QueryServiceImpl.specialQuery(QueryServiceImpl.java:443)
         at com.sap.aii.ib.server.query.QueryServiceBean.specialQuery(QueryServiceBean.java:112)
         at sun.reflect.GeneratedMethodAccessor534.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.sap.engine.services.ejb3.runtime.impl.RequestInvocationContext.proceedFinal(RequestInvocationContext.java:43)
         at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:166)
         at com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatesTransition.invoke(Interceptors_StatesTransition.java:19)
         at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
         at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Resource.invoke(Interceptors_Resource.java:71)
         at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
         at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Transaction.doWorkWithAttribute(Interceptors_Transaction.java:38)
         at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Transaction.invoke(Interceptors_Transaction.java:22)
         at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
         at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:189)
         at com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatelessInstanceGetter.invoke(Interceptors_StatelessInstanceGetter.java:16)
         at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
         at com.sap.engine.services.ejb3.runtime.impl.Interceptors_SecurityCheck.invoke(Interceptors_SecurityCheck.java:21)
         at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
         at com.sap.engine.services.ejb3.runtime.impl.Interceptors_ExceptionTracer.invoke(Interceptors_ExceptionTracer.java:16)
         at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
         at com.sap.engine.services.ejb3.runtime.impl.DefaultInvocationChainsManager.startChain(DefaultInvocationChainsManager.java:133)
         at com.sap.engine.services.ejb3.runtime.impl.DefaultEJBProxyInvocationHandler.invoke(DefaultEJBProxyInvocationHandler.java:164)
         at $Proxy2177.specialQuery(Unknown Source)
         at sun.reflect.GeneratedMethodAccessor533.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.sap.engine.services.rmi_p4.P4DynamicSkeleton.dispatch(P4DynamicSkeleton.java:234)
         at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:351)
         at com.sap.engine.services.rmi_p4.server.ServerDispatchImpl.run(ServerDispatchImpl.java:70)
         at com.sap.engine.services.rmi_p4.P4Message.process(P4Message.java:62)
         at com.sap.engine.services.rmi_p4.P4Message.execute(P4Message.java:37)
         at com.sap.engine.services.cross.fca.FCAConnectorImpl.executeRequest(FCAConnectorImpl.java:872)
         at com.sap.engine.services.rmi_p4.P4Message.process(P4Message.java:53)
         at com.sap.engine.services.cross.fca.MessageReader.run(MessageReader.java:58)
         at com.sap.engine.core.thread.execution.Executable.run(Executable.java:108)
         at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:304)
    Caused by: com.sap.esi.uddi.sr.api.ws.PublishServicesFault: A save request exceeded the quantity limits for a given structure type.
    Number of Business Entities exceeds your limit of 1 (2)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
         at com.sap.engine.services.webservices.espbase.client.bindings.impl.JAXWSUtil.deserializeException(JAXWSUtil.java:357)
         at com.sap.engine.services.webservices.espbase.client.bindings.impl.JAXWSUtil.processFault(JAXWSUtil.java:327)
         at com.sap.engine.services.webservices.espbase.client.bindings.impl.SOAPTransportBinding.call_SOAP(SOAPTransportBinding.java:987)
         at com.sap.engine.services.webservices.espbase.client.bindings.impl.SOAPTransportBinding.callWOLogging(SOAPTransportBinding.java:703)
         at com.sap.engine.services.webservices.espbase.client.bindings.impl.SOAPTransportBinding.call(SOAPTransportBinding.java:673)
         at com.sap.engine.services.webservices.espbase.client.jaxws.core.WSInvocationHandler.processTransportBindingCall(WSInvocationHandler.java:167)
         at com.sap.engine.services.webservices.espbase.client.jaxws.core.WSInvocationHandler.invokeSEISyncMethod(WSInvocationHandler.java:120)
         at com.sap.engine.services.webservices.espbase.client.jaxws.core.WSInvocationHandler.invokeSEIMethod(WSInvocationHandler.java:83)
         at com.sap.engine.services.webservices.espbase.client.jaxws.core.WSInvocationHandler.invoke(WSInvocationHandler.java:64)
         at $Proxy2689.publishServices(Unknown Source)
         at com.sap.esi.uddi.sr.api.ws.ejb.ServicesRegistryProxyFacade.publishServices(ServicesRegistryProxyFacade.java:358)
         at sun.reflect.GeneratedMethodAccessor1059.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.sap.engine.services.ejb3.runtime.impl.RequestInvocationContext.proceedFinal(RequestInvocationContext.java:43)
         at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:166)
         at com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatesTransition.invoke(Interceptors_StatesTransition.java:19)
         at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
         at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Resource.invoke(Interceptors_Resource.java:71)
         at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
         at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Transaction.doWorkWithAttribute(Interceptors_Transaction.java:38)
         at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Transaction.invoke(Interceptors_Transaction.java:22)
         at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
         at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:189)
         at com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatelessInstanceGetter.invoke(Interceptors_StatelessInstanceGetter.java:16)
         at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
         at com.sap.engine.services.ejb3.runtime.impl.Interceptors_SecurityCheck.invoke(Interceptors_SecurityCheck.java:21)
         at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
         at com.sap.engine.services.ejb3.runtime.impl.Interceptors_ExceptionTracer.invoke(Interceptors_ExceptionTracer.java:16)
         at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
         at com.sap.engine.services.ejb3.runtime.impl.DefaultInvocationChainsManager.startChain(DefaultInvocationChainsManager.java:133)
         at com.sap.engine.services.ejb3.runtime.impl.DefaultEJBProxyInvocationHandler.invoke(DefaultEJBProxyInvocationHandler.java:164)
         at $Proxy255.publishServices(Unknown Source)
         at com.sap.aii.ib.server.uddi.RegistryClientDelegateProvider$EjbRegistryClient.publishServices(RegistryClientDelegateProvider.java:335)
         ... 41 more
    As always, these errors are so informative! 
    It has published the Webservice in the Service Registry, but not with the End Points...
    has anyone come across the message before and know how to fix it so I can successfully publish the Webservice???
    I have searched SDN and OSS - also opened an OSS note about another error I am experiencing...

    Hi Barry
    Have you already published for the same server or this is first time you tried and got error ?
    Did you referred Troubleshooting guide
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e05829a5-55aa-2a10-f694-ba8e30c3c122
    Master installation guide
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e0301486-758c-2a10-9d84-a195556df422
    Thanks
    Gaurav

  • I cannot get any of the zoom functions to work, period. When Firefox starts up it begins to display the page then it stops and redisplays it. So its like it flashes on for a second then completely regoes to the site, any site. The text zooms dont work eve

    I cannot get any of the zoom functions to work, period. When Firefox starts up it begins to display the page then it stops and redisplays it. So its like it flashes on for a second then completely regoes to the site, any site. The text zooms dont work even when i try to change the font on the content tab, nothing. I have reinstalled firefox still no luck help,!!!!!
    == This happened ==
    Every time Firefox opened
    == this month ==
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; InfoPath.2)

    Do you have that problem when running in the Firefox SafeMode?
    [http://support.mozilla.com/en-US/kb/Safe+Mode]
    ''Don't select anything right now, just use "Continue in SafeMode."''
    If not, see this:
    [http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes]

  • The DFS Replication service stopped replication on the folder with the following local path: C:\Windows\SYSVOL\domain

    Hi,
    i am facing the problem SVSVOL folder replication, i also checked dcdiag and result is DFSRevent fail .
    in event log i found the event Error:
    The DFS Replication service stopped replication on the folder with the following local path: C:\Windows\SYSVOL\domain. This server has been disconnected from other partners for 173 days, which is longer than the time allowed by the MaxOfflineTimeInDays parameter
    (61). DFS Replication considers the data in this folder to be stale, and this server will not replicate the folder until this error is corrected.
    To resume replication of this folder, use the DFS Management snap-in to remove this server from the replication group, and then add it back to the group. This causes the server to perform an initial synchronization task, which replaces the stale data with fresh
    data from other members of the replication group.
    Additional Information:
    Error: 9061 (The replicated folder has been offline for too long.)
    Replicated Folder Name: SYSVOL Share
    Replicated Folder ID: 427F62C0-0316-4DEA-B7FA-06A7D6C06A4F
    Replication Group Name: Domain System Volume
    Replication Group ID: CBED9B54-58D5-4081-ABD0-0C9D4EBA6027
    Member ID: 67C302ED-F82A-4FC1-9A2C-62DBCC6BCA2A
    please suggest me the solution..

    > disconnected from other partners for 173 days, which is longer than the
    > please suggest me the solution..
    Increase the MaxOfflineTimeInDays. Try google or bing :)
    Martin
    Mal ein
    GUTES Buch über GPOs lesen?
    NO THEY ARE NOT EVIL, if you know what you are doing:
    Good or bad GPOs?
    And if IT bothers me - coke bottle design refreshment :))

  • Warning: you have exceeded the limit of 100 nested folders

    in red letters in Disk Utility. Machine slows and slows. Where, how, why, and whence do these folders get nested? and how to unnest, which one doesnt know which they are or where they are, out of thousands of folders? No utility out there can help, it seems.
    Jascha Kessler

    I have the exact same problem. I have an iMac G3,
    600MHz, 512MB RAM, 40 GB capacity, running 10.4.7. I
    have been using Apple Macs since their innovation.
    My computer is running a little slower, but I do not
    know if "Nesting of folders has exceeded the
    recommended limit of 100" is the culprit.
    I use Photoshop (on 9.2.2) quite a lot, but otherwise
    I use 10.4.7 all the time for everything else. I have
    searched the Information pages and Discussion panels
    for an explanation and solution, all to no avail.
    Nothing dastardly appears to have happened or about
    to happen to my computer, so I shall just keep on
    using it regardless. In the meantime, however, I
    shall keep looking for an explanation and I hope, a
    solution.
    iMac
    Mac OS X (10.4.5) 600 MHz Power PC G 3 512 MB
    SDRAM
    thanks for your interest. I dont know what causes all those nested folders; but I am on 10.4.8 now and no change in (mis)behavior. I run a G4 with now with 1600 speed from a replaced heart or whatever, and have 1.25 G Ram.. I find that I can locate all Empty folders with Spring cleaning, and delete them and get the machine running better and normally. I also clean up regularly with DISK WARRION, which seems to be hecessary, as well as Drive Genius from ProSoft Engineering. Meanwhile, I buy lottery tix, in hopes of a later Mac Pro desktop
    Jascha Kessler

  • I have windows XP. I have a DVD that I was told was made in MOV. I have tried and tried to down load quicktime to play it, but all I can get is audio. It brings up the opening picture of the video then it stops there and plays the audio fine.

    I have windows XP with 32bit. I have a DVD that I was told was make in MOV. file. I have down loaded and unloaded Quicktime several times and it is always the same. The audio plays fine, but the only video I get is the opening frame of the video and it stops there, but the audio goes ahead and plays?  Any ideas??

    It should play in QuickTime.
    Try dragging the file from the mounted DVD to the desktop (it will copy). It may playback properly.

  • PI  7.0 SOAP receiver don't send the request to the destination web service

    Hello everybody.
    I have a problem with a synchronous scenario.
    RFC -> XI -> SOAP
    The Web service is outside our network.
    It's a communication HTTPS and the certificate is installed.
    The mapping between RFC and the outgoing message is made by XSLT because I had to put data in SOAP:Header.
    When I use the soap enveloppe in XMLSPY from my PC, that works, but when it is used by PI, the request is well generated and the adapter say that that the "call is completed" and the "request entering" but our partner doesn't  receive anything.
    Message souce extract coming from the adapter SOAP :
    <?xml version="1.0" encoding="utf-8" ?>
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:m0="http://www.w3.org/2000/09/xmldsig#">
    <SOAP-ENV:Header>
    <m:credentials xmlns:m="http://eu.toyota.com/security/credentials/1.0">
      <username>minivomws.user@TBEL</username>
      <password>tars456</password>
      </m:credentials>
      </SOAP-ENV:Header>
      <SOAP-ENV:Body />
      </SOAP-ENV:Envelope>
    Could it be a problem of firewall or something else like this?
    Is there anybody who can help me?
    Thanks in advance for your answers
    Regards.

    Hi,
    In SOAP communciation channel, you have the parameter as Target URL, just below that you will fine some checkbox as Configure Proxy.
    Select this option and it will ask for HOST and PORT, these details will be available with the contact person of receiver Web Application, just fill up and this is HTTPS so may required related User ID and Password also to be specify. for this select the chek box Configure Proxy User Authetication.
    Hope this will help.
    thanks
    Swarup

  • I updated to the latest itunes then went to sync my ipad I had a hard time getting it to recognize the ipad then it stopped agter step 3 and I could not get it to see the ipad. Most of the software on the ipad has stopped working can not get it to work?

    looking for help syncing my ipad with pc after I upgraded to the latest itunes 10.4 it did not sync with the ipad. Hard time seeing the ipad when it did started to sync it stopped would not let me finish. I can no longer get my programs to work on the ipad and now when I go to sync it itunes it freezes and does allow me to see the device. I have uninstalled and reinstalled itunes three separate times following the instructions that I found

    Many thanks b Noir
    This is a copy of ONEof the keys  in the registry I changed  as told by Apple support today. I also have changed others as instructed by GEAR  software support to manually delete GEAR drivers (that I had installed but couldn't delete some of the others  they mentioned from Windows system 32. Then some bright spark at work told me I need the Gear drivers so  I downloaded the software and installed again.
    Sorry, just this minute went to insert image  and it is giving me a message saying this sort of content  is not allowed?.
    The most recent key I altered is in: HKey _local _machine. System\class - 4D36E965-E325-11CEBFC1-08002BE10318. Upper Filter data: Upper filter NTIDrvr  SiRem GEARAspiWDN.
    The GEARsoftware info about manually deleting  GEAR drive is from:
    http://www.gearsoftware.com/wiki/index.php?title=DRIVERS:_Windows_-_Updating%2C_ removing%2C_64_bit_versions%2C_etc
    I hope you can help

  • IPhone was stolen, I was tracking it with the police then signal stopped, so the phone must be off, I have cancelled my contract so I don't get any charges, if someone has managed to whip the phone and are now calling it their own can i still track it?

    I was tracking my stolen phone, then the phone must have been switched off, it says on icloud that the phone is offline, i have cancelled my sim card so i dont get any charges, my phone had a passcode on it, if someone whipes the phone and tries to use it them selves can i still track the phone with icloud? also will icloud show me the location of the phone the moment someone tries to charge it(even though it wont get signal) or will icloud work if someone connects it to a computer?
    Thanks

    if the thief is experienced and wipes the phone you're out of luck.  this is a flaw with 'find my iphone' whats the point of it, if someone can just simply wipe the phone? lame. keep sending mesages to it.  if/when they finally get through then you'll get an email saying so. then immediately after getting an email, track it again, its likely still powered on and you can locate it. 

  • HT1349 Trying to install itunes on Win 8 x64 PC. Gets to a section of the installation then just stops

    Why will iTunes x64 not install on my windows 8 Pro system. It has installed before and I had to remove it. It refuses to install and hangs at the same spot every time. The only way to get out of the installer is to end task through task manager

    try turning off any security stuff running on your pc.  that can block certain ports that i tunes needs to install.  fire wall, antivirus etc, then try again.
    Dont forget to turn them back on when the update is done.

  • Online Service Request  Currently, the online processing of your repair is not possible. Please contact Apple Technical Support, for more information.

    hey guys,
    I had a repair service on 14.12 when ordered today then the message with the iPhone (around 12:00 clock) came back it was my fault that the iPhone does not
    work anymore now I wanted tonight again a repair service request with the cost then I for the repair cost on my acquiring and now I can not why?
    what can i do now?
    Thanks in advance

    Well I would have thought the sensible thing was to do as the message says and contact Apple Tech support
    Why would other users on this User to User forum have any idea

  • Change timeout in Service call out (OSB)

    I have a proxy service P1 that invoke a other Proxy Service P2 throught a service call out component.
    The proxy service P2 route to a business service (biz). This business service timeout is 10 s.
    It's possible change the timeout in service call out in OSB? How do it?
    I need change the P1 proxy service to invoke the P2 with timeout of 1s instead of 10s (business service - biz).

    i assume you mean how you can change it on runtime from within the proxyservice flow, and not from the default configuration like vladodias mentioned
    i checked some settings in the transport headers but couldn't find anything to overrule this on runtime
    HttpOutboundPropertiesType has a connection-timeout element, but don't see a transport header option to overrule this when routing to a http transport bs service
    maybe you could use the *other option there and add some other http header timeout setting which will be interpreted by the server which hosts the server...but this is all just a bit of guessing                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Is there a way to change the Windows Update service startup type on Windows Server 2012 R2?

    We have a number of newly built 2012 R2 servers that we have HP Operations Manager agent running on that monitors the status of several services and reports if they are "stopped". One of these services is Windows Update. Every day we
    get at least one alert saying:
    "Service "Windows Update" is not started. Current state is stopped"
    Checking the event logs shows that the Windows Update service stops, then a while later it just starts again. Not an error, just an information event.
    In Windows 2012 R2 the Windows Update service is set to "Automatic (Trigger Start)", where in previous versions we run (2012/2008R2) it would be set to just "Automatic" or "Automatic (Delayed Start)"
    I have come to understand that this behaviour is normal for Windows 2012 R2, and that Trigger Start services by design stop themselves after a period of inactivity. I was unable to find any info on how this works. Our client would like this to
    be changed and the Windows Update service stay running all the time, understanding that this impacts performance.
    Is there a way to change the Windows Update service in Server 2012 R2 to the old Automatic startup behaviour so that it stays running all the time instead of stopping and starting periodicall? There is no option to do this via the services mmc
    gui.
    So far I have tried:
    Removing the Triggers using the command: sc triggerinfo wuauserv delete
    This works temporarily, the service then shows as just Automatic in the services console, however if you restart the server or restart the service it goes right back to being Automatic (Trigger Start).
    Any kind of help would be appreciated.

    This one might help.
    Allow configuration of Automatic Updates in Windows 8 and Windows Server 2012
    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows]
    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.

  • CTI warning: The request failed because the timeout limit was exceeded.

    hi,
    For a perticular IP Phone extension when agent is going to login using CTI agent toolkit then CTI generatin this msg "CTI warning: The request failed because the timeout limit was exceeded". but the other ph is working fine. I have deleted this phone and add againg. And the ph re-associate with PG and JTapi user. but still have the prob. For more plz see the find attached.

    Your first troubleshooting step here should be to check what JTAPI Gateway thinks is the state of that extension, you can easily check that through procmon. Here's an example from my lab.
    C:\Documents and Settings\Administrator>procmon ipcc pg1a jgw1
    >>>>jdi 2000
    >>>>
    Addr: 2000      ActiveLines: 0          RegistrationState: IN_SERVICE
            m_CurrentInvokeID = 0
            m_elapsedTPServicesRequestSeconds = 0
            queuedDTMFDigits = null
            sendingDTMFInProgress: N
            sendQueuedMsgAddCallObserverResponse: Y
            monitoredVirtualDialerPort: N
            virtualDialerPort: N
            loggedInAgent: N
            DeviceStatus : UnmonitoredDevice
            addressDeviceType : GWMSG.DEVICE_TYPE_DEVICE
            observeredTypeString : logged Out Agent Device
            isAddressRestricted: N
            addressDeviceProtocol : PROTOCOL_SCCP
            silentMonitorStatus : 0
            silentMonitoredCallID : -1
            TerminalName : SEP001BD52C547F
    The RegistrationState should be IN_SERVICE for a phone that is registered with CUCM. If you can see that the phone is registered with CUCM in it's adminsitration pages, made sure that it's in the list of associated devices, made sure you're running the correct version of the jtapi plugin and still see it as OUT_OF_SERVICE, you're probably looking at a CTI Manager defect. CSCti07947 and CSCti11651 spring to mind but there are probably a couple more.
    Most of these defects should be fixed in releases like CUCM 7.1(5), 8.0(x) and up. If the issue persists, you're probably best off opening a TAC Service Request to identify the exact cause. The PG (JTAPI Gateway) only shows you what it gets from CTI Manager, so as you can see from my above observations, you'd want to focus your troubleshooting on the CUCM end.

Maybe you are looking for

  • Importing fdf with js always get security warning

    Hi, I have a form with some options (1 category as text with drop down and 5 radio button). The selection get the name of the fdf file to import. On import I get every time the security warning. I select the "Remember this action..." and I click "All

  • Ios8 3G disable no longer available

    Hi, I have a problem. I live in the UK in an area where the 3G signal is weak. Ever since I have used iphone (since iphone 3G) - I have used it with 3G switched off when at home. That way it was forced to use the GPRS (or 2G) mobile signal from o2. T

  • ORA-1481 using DBMS_SQL.FETCH_ROWS

    Hi all. I have a package, called from forms 6, that in one of its functions uses DBMS_SQL package. It has a bunch of DBMS_SQL.DEFINE_COLUMN .... but fails with ora-1481 in this line (after all the DEFINE_COLUMN) <quote> traza := '07 '; if (DBMS_SQL.F

  • One inspection lot for all GR per day.

    Hi, Presently when I am doing GR for a material system generates a inspection lot per GR.But when I am doing GR for same material several times per day system should generate inspect lot once only.or if material belongs to same supplier also it shoul

  • What setting to keep toolbar and layers etc palettes on top in CS6 ?

    Hi, When I move my images about in CS6 they cover up the toolbars at left and palettes at right. Completely useless as you then cannot perform any operations. This was not the case with CS2. I expect to find a setting toolbars on top or similar in ed