JTAPI failing after outage

Hello,
I am working on a UCCE 9.0
I had previously configured a CTI route point to be dialed when agents need to transfer their calls to the queue and it was working fine.
After an outage in the call center (still investigating the causes, but probably related to Call Manager outage), agent phones restarted and ever since, the route point 1234 is not working anymore, it's giving a busy tone.
I noticed that this route point's IP is that of PG A
However, on Framework Portico, when having a look at the processes, I got the attached:
- The VRU PIMs are active on side A and idle on B
- The UCM and Jtapi are idle on side A and active on side B
- I have warnings in the UCM pim process, which I dumped and the result is attached
Is this a normal behavior? To have the different PIMs active on the two different sides?
Any idea how to fix the CTI route point problem?
Thank you,
Sahar Hanna

We had a similar problem recently after a network outage... lots of CTI Route Points showing as Unregistered, but giving an IP address of the B side PG even though A side was Active. There a couple ways to go about fixing the CTI RP association:
For each effected CTI Route Point, remove control of it from the PG's Application User in Call Manager, then re-add it.
or, you can shut down PG services simlutaneously on the A and B side PGs, then start them back up... start up the one you would like "Active" first.  Best to do this during a service window, as it will prevent agent logins, end existing logins, and present a fast busy signal to all calls on UCCE CTI Route Points during the outage.
A full service restart like (2) above should fix your split Active/Idle issue as well. You can also cycle the services one side at a time (first the side you want active, then the side you want idle after the first comes back up), but I found when we had our CTI RP registration issues that they weren't fixed until both sides were shut down and restarted.
You might be able to just restart the JTAPI service in Call Manager to fix the registrations, however this won't push active PG services back to a single side.
-Jameson

Similar Messages

  • Unit test fails after upgrading to Kodo 4.0.0 from 4.0.0-EA4

    I have a group of 6 unit tests failing after upgrading to the new Kodo
    4.0.0 (with BEA) from Kodo-4.0.0-EA4 (with Solarmetric). I'm getting
    exceptions like the one at the bottom of this email. It seems to be an
    interaction with the PostgreSQL driver, though I can't be sure. I
    haven't changed my JDO configuration or the related classes in months
    since I've been focusing on using the objects that have already been
    defined. The .jdo, .jdoquery, and .java code are below the exception,
    just in case there's something wrong in there. Does anyone have advice
    as to how I might debug this?
    Thanks,
    Mark
    Testsuite: edu.ucsc.whisper.test.integration.UserManagerQueryIntegrationTest
    Tests run: 15, Failures: 0, Errors: 6, Time elapsed: 23.308 sec
    Testcase:
    testGetAllUsersWithFirstName(edu.ucsc.whisper.test.integration.UserManagerQueryIntegrationTest):
    Caused an ERROR
    The column index is out of range: 2, number of columns: 1.
    <2|false|4.0.0> kodo.jdo.DataStoreException: The column index is out of
    range: 2, number of columns: 1.
    at
    kodo.jdbc.sql.DBDictionary.newStoreException(DBDictionary.java:4092)
    at kodo.jdbc.sql.SQLExceptions.getStore(SQLExceptions.java:82)
    at kodo.jdbc.sql.SQLExceptions.getStore(SQLExceptions.java:66)
    at kodo.jdbc.sql.SQLExceptions.getStore(SQLExceptions.java:46)
    at
    kodo.jdbc.kernel.SelectResultObjectProvider.handleCheckedException(SelectResultObjectProvider.java:176)
    at
    kodo.kernel.QueryImpl$PackingResultObjectProvider.handleCheckedException(QueryImpl.java:2460)
    at
    com.solarmetric.rop.EagerResultList.<init>(EagerResultList.java:32)
    at kodo.kernel.QueryImpl.toResult(QueryImpl.java:1445)
    at kodo.kernel.QueryImpl.execute(QueryImpl.java:1136)
    at kodo.kernel.QueryImpl.execute(QueryImpl.java:901)
    at kodo.kernel.QueryImpl.execute(QueryImpl.java:865)
    at kodo.kernel.DelegatingQuery.execute(DelegatingQuery.java:787)
    at kodo.jdo.QueryImpl.executeWithArray(QueryImpl.java:210)
    at kodo.jdo.QueryImpl.execute(QueryImpl.java:137)
    at
    edu.ucsc.whisper.core.dao.JdoUserDao.findAllUsersWithFirstName(JdoUserDao.java:232)
    at
    edu.ucsc.whisper.core.manager.DefaultUserManager.getAllUsersWithFirstName(DefaultUserManager.java:252)
    NestedThrowablesStackTrace:
    org.postgresql.util.PSQLException: The column index is out of range: 2,
    number of columns: 1.
    at
    org.postgresql.core.v3.SimpleParameterList.bind(SimpleParameterList.java:57)
    at
    org.postgresql.core.v3.SimpleParameterList.setLiteralParameter(SimpleParameterList.java:101)
    at
    org.postgresql.jdbc2.AbstractJdbc2Statement.bindLiteral(AbstractJdbc2Statement.java:2085)
    at
    org.postgresql.jdbc2.AbstractJdbc2Statement.setInt(AbstractJdbc2Statement.java:1133)
    at
    com.solarmetric.jdbc.DelegatingPreparedStatement.setInt(DelegatingPreparedStatement.java:390)
    at
    com.solarmetric.jdbc.PoolConnection$PoolPreparedStatement.setInt(PoolConnection.java:440)
    at
    com.solarmetric.jdbc.DelegatingPreparedStatement.setInt(DelegatingPreparedStatement.java:390)
    at
    com.solarmetric.jdbc.DelegatingPreparedStatement.setInt(DelegatingPreparedStatement.java:390)
    at
    com.solarmetric.jdbc.DelegatingPreparedStatement.setInt(DelegatingPreparedStatement.java:390)
    at
    com.solarmetric.jdbc.LoggingConnectionDecorator$LoggingConnection$LoggingPreparedStatement.setInt(LoggingConnectionDecorator.java:1
    257)
    at
    com.solarmetric.jdbc.DelegatingPreparedStatement.setInt(DelegatingPreparedStatement.java:390)
    at
    com.solarmetric.jdbc.DelegatingPreparedStatement.setInt(DelegatingPreparedStatement.java:390)
    at kodo.jdbc.sql.DBDictionary.setInt(DBDictionary.java:980)
    at kodo.jdbc.sql.DBDictionary.setUnknown(DBDictionary.java:1299)
    at kodo.jdbc.sql.SQLBuffer.setParameters(SQLBuffer.java:638)
    at kodo.jdbc.sql.SQLBuffer.prepareStatement(SQLBuffer.java:539)
    at kodo.jdbc.sql.SQLBuffer.prepareStatement(SQLBuffer.java:512)
    at kodo.jdbc.sql.SelectImpl.execute(SelectImpl.java:332)
    at kodo.jdbc.sql.SelectImpl.execute(SelectImpl.java:301)
    at kodo.jdbc.sql.Union$UnionSelect.execute(Union.java:642)
    at kodo.jdbc.sql.Union.execute(Union.java:326)
    at kodo.jdbc.sql.Union.execute(Union.java:313)
    at
    kodo.jdbc.kernel.SelectResultObjectProvider.open(SelectResultObjectProvider.java:98)
    at
    kodo.kernel.QueryImpl$PackingResultObjectProvider.open(QueryImpl.java:2405)
    at
    com.solarmetric.rop.EagerResultList.<init>(EagerResultList.java:22)
    at kodo.kernel.QueryImpl.toResult(QueryImpl.java:1445)
    at kodo.kernel.QueryImpl.execute(QueryImpl.java:1136)
    at kodo.kernel.QueryImpl.execute(QueryImpl.java:901)
    at kodo.kernel.QueryImpl.execute(QueryImpl.java:865)
    at kodo.kernel.DelegatingQuery.execute(DelegatingQuery.java:787)
    at kodo.jdo.QueryImpl.executeWithArray(QueryImpl.java:210)
    at kodo.jdo.QueryImpl.execute(QueryImpl.java:137)
    at
    edu.ucsc.whisper.core.dao.JdoUserDao.findAllUsersWithFirstName(JdoUserDao.java:232)
    --- DefaultUser.java -------------------------------------------------
    public class DefaultUser
    implements User
    /** The account username. */
    private String username;
    /** The account password. */
    private String password;
    /** A flag indicating whether or not the account is enabled. */
    private boolean enabled;
    /** The authorities granted to this account. */
    private Set<Authority> authorities;
    /** Information about the user, including their name and text that
    describes them. */
    private UserInfo userInfo;
    /** The set of organizations where this user works. */
    private Set<Organization> organizations;
    --- DefaultUser.jdo --------------------------------------------------
    <?xml version="1.0"?>
    <!DOCTYPE jdo PUBLIC
    "-//Sun Microsystems, Inc.//DTD Java Data Objects Metadata 2.0//EN"
    "http://java.sun.com/dtd/jdo_2_0.dtd">
    <jdo>
    <package name="edu.ucsc.whisper.core">
    <sequence name="user_id_seq"
    factory-class="native(Sequence=user_id_seq)"/>
    <class name="DefaultUser" detachable="true"
    table="whisper_user" identity-type="datastore">
    <datastore-identity sequence="user_id_seq" column="userId"/>
    <field name="username">
    <column name="username" length="80" jdbc-type="VARCHAR" />
    </field>
    <field name="password">
    <column name="password" length="40" jdbc-type="CHAR" />
    </field>
    <field name="enabled">
    <column name="enabled" />
    </field>
    <field name="userInfo" persistence-modifier="persistent"
    default-fetch-group="true" dependent="true">
    <extension vendor-name="jpox"
    key="implementation-classes"
    value="edu.ucsc.whisper.core.DefaultUserInfo" />
    <extension vendor-name="kodo"
    key="type"
    value="edu.ucsc.whisper.core.DefaultUserInfo" />
    </field>
    <field name="authorities" persistence-modifier="persistent"
    table="user_authorities"
    default-fetch-group="true">
    <collection
    element-type="edu.ucsc.whisper.core.DefaultAuthority" />
    <join column="userId" delete-action="cascade"/>
    <element column="authorityId" delete-action="cascade"/>
    </field>
    <field name="organizations" persistence-modifier="persistent"
    table="user_organizations" mapped-by="user"
    default-fetch-group="true" dependent="true">
    <collection
    element-type="edu.ucsc.whisper.core.DefaultOrganization"
    dependent-element="true"/>
    <join column="userId"/>
    <!--<element column="organizationId"/>-->
    </field>
    </class>
    </package>
    </jdo>
    --- DefaultUser.jdoquery ---------------------------------------------
    <?xml version="1.0"?>
    <!DOCTYPE jdo PUBLIC
    "-//Sun Microsystems, Inc.//DTD Java Data Objects Metadata 2.0//EN"
    "http://java.sun.com/dtd/jdo_2_0.dtd">
    <jdo>
    <package name="edu.ucsc.whisper.core">
    <class name="DefaultUser">
    <query name="UserByUsername"
    language="javax.jdo.query.JDOQL"><![CDATA[
    SELECT UNIQUE FROM edu.ucsc.whisper.core.DefaultUser
    WHERE username==searchName
    PARAMETERS java.lang.String searchName
    ]]></query>
    <query name="DisabledUsers"
    language="javax.jdo.query.JDOQL"><![CDATA[
    SELECT FROM edu.ucsc.whisper.core.DefaultUser WHERE
    enabled==false
    ]]></query>
    <query name="EnabledUsers"
    language="javax.jdo.query.JDOQL"><![CDATA[
    SELECT FROM edu.ucsc.whisper.core.DefaultUser WHERE
    enabled==true
    ]]></query>
    <query name="CountUsers"
    language="javax.jdo.query.JDOQL"><![CDATA[
    SELECT count( this ) FROM edu.ucsc.whisper.core.DefaultUser
    ]]></query>
    </class>
    </package>
    </jdo>

    I'm sorry, I have no idea. I suggest sending a test case that
    reproduces the problem to support.

  • I bought Creative suite 5 a few years ago, my computer's hard drive failed, after It was fixed I re installed my program and it now says my Serial number is not valid.

    I bought Creative suite 5 a few years ago, my computer's hard drive failed, after It was fixed I re installed my program and it now says my Serial number is not valid.
    I'm on the last day of a 30 day trail... it won't take my serial number which is the same one that worked before

    Contact support by web chat.
    Mylenium

  • IMac Display failing after 1 year of average use.

    I have a mid 2011 27" iMac (the one with thunderbolt)  and the display is starting to fail after 1 year of average use (an hour of use every day on average).  The display is now much dimmer on the left half of the display (the GPU sits underneath that portion) and also flickers the whole display now and then to a lower brightness.
    I am about 45 days out of warranty and basically will have to cough up $500 to have it fixed by Apple.  My questions are...  Has anyone else ever had this happen to them?  The genius bar employee thought that it was something he has seen happen to displays when exposed to heat over long periods of time.  So basically playing starcraft 2 and doing video encoding killed my display if you believe that to be the cause.
    Are there any conditions in which apple would recognize this as a manufacturing defect and fix it free of charge?  Otherwise it looks like im writing a check for $500 next week.

    Today a dark streak showed up on my display right in the middle. It is shaped like a zebra stripe but is dark grey and wont go away.
    I too have a mid 2011 27" 3.4GHz i7 iMac with a 2GB Graphics card . Im about 50 days out of warranty.
    Seems like its perfect coincidence  for apple that 50 days after my warranty runs out, the most expensive thing to repair breaks.
    After doing some research it seems like there is a lot of people with this model experiencing this problem.
    Pretty sad that my 2005 iMac is holding up better than my brand new iMac.
    Been saving up for it for like 4 years and I dont have the money to repair it.
    I tried everything, I knew none of the stuff i tried would work but i still tried resetting the PRAM repairing disk permissions all that good stuff. I even have an air purifer/dehumidifier in my room so i dont know what caused it.
    I didnt think i needed applcare because ive had my other imac since 2005  without a hiccup.
    Ive rendered out 3d animations using the cpu at 100% for days and it still runs fine.
    Havent even used my new imac for anything that would put stress on it.
    What i do notice is that it runs hot all the time. ever since I got it. Sometimes just doing basic stuff such as browsing safari it can get so hot where i cant touch it. my GPU normally stays at around 70C and the hottest its been was 80C which is still safe. The alluminum is supposed to transfer heat better but all it does is retain heat more and get super hot. the old plastic one i have is 10x cooler.
    What i did notice today tho when my screen problem happened, is that the GPU temperatue is at 50C and wont go above it. I monitor the temperature with istat  and never have seen it at 50C and below unless i am just doing a fresh boot.
    What really concerns me tho is how the screen went out so close to when my warranty expired.

  • Migration Assistant fails after showing 157 KB or 0 KB to transfer

    I spent 4 days trying to get OS X Migration Assistant to successfully migrate between two desktop machines, both running Mavericks 10.9.3.
    The two machines were connected by an ethernet cable, and all migrations would fail after 16-24 hours, with the progress bar stalling out at "Less than one minute remaining".
    Before every failed transfer, Migration Assistant would inaccurately show "157 KB selected" for transfer if the "Computer & Network Settings" option was checked, or "0 KB selected" for transfer if only the "Applications" or "Documents & Data" options were checked.
    I finally realized that the migrations were failing because I was opening and clicking through Migration Assistant on both the source and target machines at around the same time.
    The eventual solution was to open Migration Assistant on the source machine first, and click through as far as I could until the source machine was actively looking for other machines on the network.
    As long as I waited until then to open Migration Assistant on the target machine, it would correctly calculate the size of the files to be transferred and the migration would succeed.
    So, the order in which you open Migration Assistant seems to make a big difference: source first, then target.
    My problem is solved, but only after several days of hassle, so I wanted to post this in case other people had a similar issue.
    (I tried many suggested fixes that did not work, included reinstalling OS X on the target machine, running disk repair and fixing permissions on both source and target, changing file sharing on the source machine to include the whole drive, trying to migrate Applications and Documents & Data separately, turning off wifi before the transfer, etc.)

    Thanks for posting this.  I was having the same problem.  You saved me hours, maybe days, of frustration!

  • Clone to DEV fails after JRE plug-in upgrade to 1.7.0_75

    DB - 11.2.0.3 - zLinux - s390
    APP - 12.1.3 - Suse Linux - x86_64 - SP2
    We're attempting to clone from our PROD environment to one of our DEV environments - and the clone steps fail.After laying the filesystem down, I run
    perl adcfgclone.pl appsTier
    and I receive the error......
    sh: /ds01/mclebs/SID/apps/apps_st/comn/clone/bin/../jre/bin/java: No such file or directory
    Then based a note I saw online, I rename java executable to java_old and create a symbolic link to the location of java (/usr/bin/java)
    Then I try running the clone step (perl adcfgclone.pl appsTier) again
    This time I receive the following errors in the ApplyAppsTier_05011354.log file as shown below.......
    Started ApplyAppsTier at Fri May 01 13:54:38 CDT 2015
    Version:
      ApplyAppsTier.java : 120.4
    # Calling ApplyAppsTechStack...
    Executing runInstallDriver...
    Started unzipping files...
    Completed runInstallDriver.
    Executing home registration for s_weboh_oh...
    Registering using Registration Driver
    /ds01/mclebs/$SID/apps/tech_st/10.1.3/appsutil/driver/regclone.drv
    instantiate file:
       source : /ds01/mclebs/$SID/apps/tech_st/10.1.3/appsutil/template/adouiweboh.pl
       dest   : /ds01/mclebs/$SID/apps/tech_st/10.1.3/appsutil/clone/ouicli.pl
       backup : /ds01/mclebs/$SID/apps/tech_st/10.1.3/appsutil/clone/ouicli.pl to /dl01/mclebs/$SID/inst/apps/$SID_$HOSTNAME/out/ouicli.pl
       setting permissions: 700
       setting ownership: applmgr:ebsapps
    instantiate file:
       source : /ds01/mclebs/$SID/apps/tech_st/10.1.3/appsutil/template/adlnkweboh.sh
       dest   : /ds01/mclebs/$SID/apps/tech_st/10.1.3/appsutil/clone/adlnkweboh.sh
       backup : /ds01/mclebs/$SID/apps/tech_st/10.1.3/appsutil/clone/adlnkweboh.sh to /dl01/mclebs/$SID/inst/apps/$SID_$HOSTNAME/out/adlnkweboh.sh
       setting permissions: 700
       setting ownership: applmgr:ebsapps
    instantiate file:
       source : /ds01/mclebs/$SID/apps/tech_st/10.1.3/appsutil/template/txkstubcfg1013.pl
       dest   : /ds01/mclebs/$SID/apps/tech_st/10.1.3/appsutil/clone/txkstubcfg1013.pl
       backup : /ds01/mclebs/$SID/apps/tech_st/10.1.3/appsutil/clone/txkstubcfg1013.pl to /dl01/mclebs/$SID/inst/apps/$SID_$HOSTNAME/out/txkstubcfg1013.pl
       setting permissions: 700
       setting ownership: applmgr:ebsapps
    instantiate file:
       source : /ds01/mclebs/$SID/apps/tech_st/10.1.3/appsutil/template/apachectl_sh_1013_oh.tmp
       dest   : /ds01/mclebs/$SID/apps/tech_st/10.1.3/Apache/Apache/bin/apachectl
       backup : /ds01/mclebs/$SID/apps/tech_st/10.1.3/Apache/Apache/bin/apachectl to /dl01/mclebs/$SID/inst/apps/$SID_$HOSTNAME/out/apachectl
       setting permissions: 700
       setting ownership: applmgr:ebsapps
    Executing script in InstantiateFile:
    /ds01/mclebs/$SID/apps/tech_st/10.1.3/perl/bin/perl -I /ds01/mclebs/$SID/apps/tech_st/10.1.3/perl/lib/5.8.3 -I /ds01/mclebs/$SID/apps/tech_st/10.1.3/perl/lib/site_perl/5.8.3 -I /ds01/mclebs/$SID/apps/apps_st/appl/au/12.0.0/perl -I /ds01/mclebs/$SID/apps/tech_st/10.1.3/Apache/Apache/mod_perl/lib/site_perl/5.8.3/i686-linux-thread-multi /ds01/mclebs/$SID/apps/tech_st/10.1.3/appsutil/clone/ouicli.pl
    RC-50208: Exception  in method TimedProcessProcess.run
    Raised by oracle.apps.ad.util.TimedProcess$TimedProcessProcess: java.io.IOException: Cannot run program "/ds01/mclebs/$SID/apps/tech_st/10.1.3/perl/bin/perl": java.io.IOException: error=2, No such file or directory
    script returned:
    Exception in TimedProcess...Failed to  execute command = /ds01/mclebs/$SID/apps/tech_st/10.1.3/perl/bin/perl -I /ds01/mclebs/$SID/apps/tech_st/10.1.3/perl/lib/5.8.3 -I /ds01/mclebs/$SID/apps/tech_st/10.1.3/perl/lib/site_perl/5.8.3 -I /ds01/mclebs/$SID/apps/apps_st/appl/au/12.0.0/perl -I /ds01/mclebs/$SID/apps/tech_st/10.1.3/Apache/Apache/mod_perl/lib/site_perl/5.8.3/i686-linux-thread-multi /ds01/mclebs/$SID/apps/tech_st/10.1.3/appsutil/clone/ouicli.pl -nopromptmsg****************************************************
    Executing script in InstantiateFile:
    /ds01/mclebs/$SID/apps/tech_st/10.1.3/appsutil/clone/adlnkweboh.sh
    script returned:
    adlnkweboh.sh started at Fri May  1 13:54:41 CDT 2015
    Log file located at /dl01/mclebs/$SID/inst/apps/$SID_$HOSTNAME/logs/ora/10.1.3/install/make_05011354.log
    Error while running adlnkweboh.sh.
      return code = .9
    Please check logfile located at /dl01/mclebs/$SID/inst/apps/$SID_$HOSTNAME/logs/ora/10.1.3/install/make_05011354.log
    .end std out.
    .end err out.
    Executing script in InstantiateFile:
    /ds01/mclebs/$SID/apps/tech_st/10.1.3/perl/bin/perl -I /ds01/mclebs/$SID/apps/tech_st/10.1.3/perl/lib/5.8.3 -I /ds01/mclebs/$SID/apps/tech_st/10.1.3/perl/lib/site_perl/5.8.3 -I /ds01/mclebs/$SID/apps/apps_st/appl/au/12.0.0/perl -I /ds01/mclebs/$SID/apps/tech_st/10.1.3/Apache/Apache/mod_perl/lib/site_perl/5.8.3/i686-linux-thread-multi /ds01/mclebs/$SID/apps/tech_st/10.1.3/appsutil/clone/txkstubcfg1013.pl
    RC-50208: Exception  in method TimedProcessProcess.run
    Raised by oracle.apps.ad.util.TimedProcess$TimedProcessProcess: java.io.IOException: Cannot run program "/ds01/mclebs/$SID/apps/tech_st/10.1.3/perl/bin/perl": java.io.IOException: error=2, No such file or directory
    script returned:
    Exception in TimedProcess...Failed to  execute command = /ds01/mclebs/$SID/apps/tech_st/10.1.3/perl/bin/perl -I /ds01/mclebs/$SID/apps/tech_st/10.1.3/perl/lib/5.8.3 -I /ds01/mclebs/$SID/apps/tech_st/10.1.3/perl/lib/site_perl/5.8.3 -I /ds01/mclebs/$SID/apps/apps_st/appl/au/12.0.0/perl -I /ds01/mclebs/$SID/apps/tech_st/10.1.3/Apache/Apache/mod_perl/lib/site_perl/5.8.3/i686-linux-thread-multi /ds01/mclebs/$SID/apps/tech_st/10.1.3/appsutil/clone/txkstubcfg1013.pl -nopromptmsg****************************************************

    Hi,
    Have you checked the file location of the executable - java and perl.
    Check the file permissions.
    export PATH for the JAVA/perl and retry.
    Regards,
    Krish

  • Upload to Blurb fails after exactly 30 minutes (There was an error uploading your book's pages...)

    After exactly 30 minutes after the upload has started, I get this error:
    There was an error uploading your book's pages.  Would you like to try again?  The choices given are "Retry Upload" and :"Cancel"
    When I retry, the same thing happens - fails after exacly 30 minutes.  I am using a window 7 pc (with Service Pack 1) and using Lightroom 5.4.  I have turned off my firewall and antivirus programs, rebooted, and connected directly to my router (not wireless) and ensuring my pc does not go to sleep, but did nothing I try wil help. 
    Anyone else get this?  Any ideas?  Thanks!

    Hello,
    I had this problem as well - the upload to Blurb would not work. Creation of a PDF and export as JPEG in the book module worked.
    For me, the solution was to turn off the Windows Firewall while uploading. Now it works!
    Two-in-Love (Photographe de Mariage en Suisse Romande)
    http://www.two-in-love.ch

  • Call fails after last update

    Can anyone help me, after the last update from Apple to my iphone 3g I get call fail after call fail. It is getting embarassing at work where I rolled these phone out.

    Standard troubleshooting is
    1)Reset: reset your iPhone by pressing the home and sleep buttons until you see the Apple logo, ignoring the slider. Takes about 5-15 secs of button holding and you won't lose any data or settings.
    2)Restore as new or from backup: see page 141 of the manual for details...http://manuals.info.apple.com/enUS/iPhone_UserGuide.pdf
    Note the last sentence of the Restore paragraph... "In iTunes, you can also restore from a backup without deleting data stored on iPhone."
    Message was edited by: paulcb

  • "Save as... eps" fails after 253 pages

    Hello,
    Save long pdf as single eps pages fails after 253 pages (osx lion 10.7.5, acrobat pro X) getting error 11.
    It's a known issue? How to work around?
    Thanks a lot
    ps. Acrobat pro 9 works fine exporting all pages

    No prob saving the same document  with AA9. All pages are exported from multipage pdf to single page eps files.
    No images in document, just vectorial text I have to maintain ...and eps format it's ok.
    With AA9 I've done this many times always with good result but now get this prob with AApro10.
    Thanks for reply

  • Backup Fails after several successful days - errors "Device is not ready" & "The System cannot find the path specified"

    Well I am back again, with another backup issue. After fixing one issue with the backup failing after a reboot, I have encountered another which is starting to cause me a lot of headaches.
    The setup is thus - the backups run on a host machine running Windows Server 2012, this hosts three VM's (1x Server 2012 and 2x2008 Since the 19th of December a single backup drive has been attached for the backups (not ideal but the company had closed for
    the holidays) up until the 26th these backups were working flawlessly. 
    On the 26th the backup completed with warnings, transferring a good 90% of the data to the backup (2/3 VMs). On the 27th it transferred a bit more at around 95% (2/3 VMs).  On the 28th, it didn't completely backup a single VM.
    On the 28th this error appeared in the event logs and after checking in the snap-in the same errors appear on the warning days as the errored day.
    The backup operation that started at '‎2014‎-‎12‎-‎28T20:30:09.774946400Z' has failed with following error code '0x80780049' (None of the items included in backup were backed up.). Please review the event details for a solution, and then rerun the backup
    operation once the issue is resolved.
    Thanks in advance/

    Hi,
    Please check the detailed error message in the backup log files in C:\Windows\Logs\WindowsServerBackup. In additional, you could go through the similar thread to help troubleshoot this issue:
    Windows 2012 Backup for HyperV failed with error code '0x80780049'
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/f1a0c9c6-7b4c-409c-b4da-c145b8b59eb1/windows-2012-backup-for-hyperv-failed-with-error-code-0x80780049?forum=winserverhyperv
    Best Regards,
    Mandy
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • Source system RFC fails after transport

    Hi all
    in our QA system any transport containing a process chain causes the RFC connection to the source ECC6 system to fail after too many logon attempts.
    This doesn't happen when we send the same transport to production.
    Any ideas?
    Regards
    Hayley

    Hi
    thanks, but I had already checked out this note.  This refers to the post processing of the transport on BW of client 000 logging onto the BW client to carry out changes, not the RFC connection to the BW ECC source system. 
    The transport goes through ok, and the process chain can be activated, however at this point we always notice that the ECC source system connection fails with an RFC error, as soon as we get the password reset and changed in SM59 it works ok.

  • Datasocket server seems to fail after continuous use.

    The Datasocket server seems to fail after continuous use.  (Labview 7.1 on XP)
    I have a data acquistion system that collects data and presents it to the operator.  Then I have from 1-3 remote units that can connect via DS to the acquistion unit to view the data.  As a general rule things work dandy!  I have the data published from the front panel of one VI and subscribed to by the remote VI(s).  However it seems that after some indeterminent time the DS just stops publishing data and my remote units go into alarm indicating that they can no longer get data.  If I shutdown and then restart the DS server then things seem to clear up and work again.
    Anyone seen this type of problem?  Unfortunately my app is pretty large and it acquires data from 26 field units so its not real practical to post the code!
    I wonder if using the DS VI's would change performance as opposed to the front panel publishing/subscribing that I currently do?  Or can DS just not handle the load, should I change to a TCP/IP handshaking?
    Thanks!
    ~Gold

    Here's the basic piece of code. The outer case structure was used because that program already had some DS related stuff and I wanted to wait before I start checking to avoid disturbing it. I added the array at the bottom for some logging so I could check when it happened, but I haven't been called for it since, so that array has proved unnecessary.
    Try to take over the world!
    Attachments:
    DSerror.JPG ‏56 KB

  • My status change to pass from fail after 40 days. Microsoft Exam 74-409 Score

    Microsoft update 74-409 exam.
    My status change to pass from fail after 40 days..
    Recived below email. is this possible ?
    Dear Valued Customer,
    You recently took Microsoft Exam 74-409: Server Virtualization with Windows Server Hyper-V and System Center. After close evaluation of the exam, we have made some revisions that resulted in a change to your exam results. We are pleased to inform you that your
    status has been changed to ‘PASS’. This update will be reflected in your official transcript within two weeks. A new score report will be mailed to you within two weeks.
    Thank you for taking this exam and for your support of our program.

    Yes its possible, but its also possible that its a scam trying to entice you to provide information that could be used for identity theft.  I would wait a couple weeks and then check your transcript on the MCP site.  If the exam shows then it was
    for real.  If it doesn't then it was probably a fake message.
    The reason it might be for real could be that someone challenged the clarity of one of the questions in their comments and Microsoft decided after looking into it that some question was misleading.  This might have lead them to accept more than one
    answer or to throw the question out.  That could have modified your score in some way and promoted you above the Pass line.  It is possible, but not likely.
    Paul Stork SharePoint Server MVP
    Principal Architect: Blue Chip Consulting Group
    Blog: http://dontpapanic.com/blog
    Twitter: Follow @pstork
    Please remember to mark your question as "answered" if this solves your problem.

  • SoundBlaster X-Fi Driver Installation Fails After Moving Soundcard to New Slot

    NSoundBlaster X-Fi Driver Installation Fails After Moving Soundcard to New Slot4 I recently moved my X-Fi Elite Pro soundcard to a different PCI slot to accommodate my new large PCIE graphics card.
    Prior to moving the card, my?original SoundBlaster install went fine without any trouble. When I booted up after relocating the card,?it was not detected at all. So I uninstalled my SoundBlaster driver software and?rebooted the computer?thinking that was necessary to clear any hardware configuration settings from the old install. This made no difference. I then discovered my card was not seated properly and corrected it.
    Next I installed the SoundBlaster driver software. The installation proceeded and finished with a request to restart the computer. Once I did, the computer detects my card and starts the hardware installation wizard asking if I want Windows to search online for driver software. It does not recognize the just installed SoundBlaster driver installation. I have a dual boot setup and this happens in both WinXP Pro and Vista 32 Home Premium.
    What's wrong here?

    Forget it folks...couldn't wait for any suggestions so I just cleaned off my hard dri've and reinstalled everything. Works fine.

  • Remote fails after several days

    I'm running ZFD 3.2, on a Netware 5.1 (sp5) box with eDir 85.27c.
    When I
    import a workstation, it will work perfectly for a few days, but then
    it
    fails to respond to Remote Control. I can still do Chat, and pinging
    the
    agent gives perfect success. When I do attempt to connect it gives
    the
    message:
    The Remote management agent was unable to locate the workstation in
    NDS.
    I can delete the workstation and re-import it, and it will work again,
    but
    fail after a few days time. I applied all the ZenWorks support packs
    to the
    clients and the server, and I am running the latest snap-ins for
    ConsoleOne.
    This server is the master of the replica.
    Any tips would be appreciated. I went through everything on TID
    10013987
    and none of it has fixed the problem. Thanks.

    Running a mixed IP/IPX environment, all on static assigned IPs. We're
    also
    using SLP with a Scoped list.
    "Jared L Jennings" <[email protected]> wrote in
    message
    news:PaY5a.1250$[email protected]..
    > Are you running pure IP?
    > Is your network DHCP?
    >
    > --
    > Jared L Jennings, CNE 5,6
    > Using XanaNews 1.13.2.10

Maybe you are looking for

  • Blocked columns in BPS Layout

    Hello BPS-enthousiasts, We have a problem concerning our input screens. We have recently started a BPS-project on a 7.0-system and ran into - what we think - is a bug. These input screens have fiscal year, posting period and currency as data columns.

  • Change workspace via applescript?

    I'm constantly switching between hooking my laptop to a big monitor and working on its internal screen in a cafe or whatever. And I'm getting really tired of constantly having to do "window->workspace->some workspace" followed by "window->workspace->

  • NSView/NSBox in IB will not instantiate at program start

    Here's what I have: I have a view manager. This view manager is set as the class to an NSObject in IB. I have a view called MyView which is assigned a class called MyViewController in IB. In my MainMenu.xib in the window I have a NSBox that I use for

  • Digital Error

    i have a simple vi set up to reset my DAQ board (an AT-DIO-32F), and then configure a group containing port 0 for input, and then configure it to run in handshaking mode. I then configure a buffer to take a certain number of scans and use a buffer co

  • Folders & Groups Seperated to Individual Functions

    Is there a way to get Folders To Function Differently from Groups? I want Folders for Organization of my Layers Palette only... and I want Groups to function as attribute grouping like they do now.. where if you select the group it selects them all,