Unexpected Termination SSIS package - Issue with SSIS packages after upgrading to SQL Server 2014

Hello everyone.
We performed an upgrade of SQL Server 2012 installation to SQL Server 2014 (with last CU5 update). We found that all SSIS packages (even the simplest with just Execute SQL tasks) fail with Unexpected termination message. The issue reproduces with both new
packages (that are created from scratch with SSDT 2014) and old packages (migrated from SQL 2012).
Any ideas, please? We googled and found that it is a known issue that should have fixed with CU4. But we use CU5 and the issue is still here.
MCP

Hi. Yes...
- <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
- <System>
  <Provider Name="SQLISServer" /> 
  <EventID Qualifiers="0">1</EventID> 
  <Level>2</Level> 
  <Task>0</Task> 
  <Keywords>0x80000000000000</Keywords> 
  <TimeCreated SystemTime="2015-02-12T07:41:56.000000000Z" /> 
  <EventRecordID>469950</EventRecordID> 
  <Channel>Application</Channel> 
  <Computer>abtru1a11.oneabbott.com</Computer> 
  <Security /> 
  </System>
- <EventData>
  <Data>The SSIS Execution Process could not write to the IS catalog: ABTRU1A11\DEV:SSISDB Error details: Cannot find the symmetric key 'MS_Enckey_Proj_Param_5', because it does not exist or you do not have permission.; at System.Data.SqlClient.SqlConnection.OnError(SqlException
exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior
runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData()
at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream,
Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, SqlDataReader ds) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion,
Int32 timeout, Task& task, Boolean asyncWrite) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior
behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader() at Microsoft.SqlServer.IntegrationServices.Server.Shared.ExecutionParameterLoader.GetExecutionParameter() at Microsoft.SqlServer.IntegrationServices.Server.ISServerExec.ProjectOperator.StartPackage()
at Microsoft.SqlServer.IntegrationServices.Server.ISServerExec.ProjectOperator.PerformOperation()</Data> 
  </EventData>
  </Event>
MCP

Similar Messages

  • Issue of Text Qualiffier after upgrading to SQL Server 2014 Standard

    Hi,
    I'm facing an issue of Text Qualifier after I upgrading my system to SQL Server 2014 Standard Edition (Microsoft SQL Server 2014 - 12.0.2000.8 (X64)
        Feb 20 2014 20:04:26
        Copyright (c) Microsoft Corporation
        Standard Edition (64-bit) on Windows NT 6.3 <X64> (Build 9600: ) (Hypervisor)
    I have a csv file with format: Text Qualifier is double pipes ||, Vertical Bar (|) as Column Delimiter and  Row Delimiter is CRLF.
    For example file:
    ||Col1|||||Col2||
    ||ABC|||||XYZ||
    This file is working OK in SQL Server 2008 R2 (SP2) but it does not work in SQL Server 2014. It raised error message while running.
    Error: An error occurred while skipping data rows.
    [SSIS.Pipeline] Error: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED.  The PrimeOutput method on MediaAgencyGroup returned error code 0xC0202091.  The component returned a failure code when the pipeline engine called PrimeOutput(). The meaning of the failure
    code is defined by the component, but the error is fatal and the pipeline stopped executing.  There may be error messages posted before this with more information about the failure.
    Any suggestion here?
    Thanks,

    Yes
    There's a difference in the way text qualifiers are parsed from 2012 onwards
    see
    http://www.proactivespeaks.com/2012/06/22/my-5-favorite-sql-2012-ssis-features-so-far/
    http://blog.concentra.co.uk/2013/06/24/ssis-2012-flat-files-now-greatly-improved-but-are-they-good-enough-yet/
    ANyways my preferred way to do this is as below
    http://visakhm.blogspot.in/2014/06/ssis-tips-handling-embedded-text.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

  • SSIS packages are failing after upgrade to SQL server 2014

    Hi,
    I have some SSIS packages running on SQL server 2012 .
    After I upgraded to SQL server to 2014 from 2012 , the SSIS jobs are failing on the SQL agent.
    And i can see its related to Data source connectivity to the SQL agent. I hope it not able to identify the connection manager in SQL agent. And connection adapter is not upgraded.
    I read some articles about this and they say it not able to connect to SQL server agent job.
    And, I can see that the package is running if i run manually using SQL 2012 run time.
    Why its not running on SQL 2014 ?
    did i  miss anything while upgrading SQL server 2014 ?
    Please give me some suggestions to solve this issue. 
    And is there any way i can change the SQL server agent 2014 to adapt this and run ?
    Below is the error : 
    The Package filed to load due to error 0XC00100014 " One or more error occurres. There should be more specific errors preceding this one that expalins the details of the erroes. This message is used as a return value from functions that encounter
    errors.: This occures when CPackage::LoadFormXML fails.
    Regards,
    Vinodh Selvaraj.

    I think you have typed this error message by yourself.
    Anyway, as it says there should be more error preceeding to this. Do you have any other errors which describles the exact issue stating at what task it fails?
    If not, then there are various reasons behind this issue. 3rd party connection manager such as Oracle Attunity or it may be 32/64 bit issue.
    You may try executing package in 32 bit mode from SQL Agent Job.
    Please refer:
    http://blogs.msdn.com/b/farukcelik/archive/2010/06/16/why-package-load-error-0xc0010014-in-cpackage-loadfromxml-error-appears-while-trying-to-run-an-ssis-package.aspx
    http://www.bidn.com/blogs/timmurphy/ssas/1397/package-failed-to-load-due-to-error-0xc0010014
    -Vaibhav Chaudhari

  • Issue with VO extension after upgrading from 11i to R12

    Hi All,
    We are facing issue with VO extension after upgrading from 11i to R12(12.1.3).
    Most of the cases we are facing issue as given below,
    oracle.apps.fnd.framework.OAException: oracle.jbo.AttributeLoadException: JBO-27022: Failed to load value at index 21 with java object of type java.lang.Boolean due to java.sql.SQLException.
    Please help me out to resolve this issue.
    Any help/suggestion will highly appreciate.
    Thanks & Regards,
    Sunita

    Hi Gyan,
    Thanks for the response.
    There is one attribute has added in VO query.
    In VO.xml file ViewAttribute definition is as given below,
    <ViewAttribute
    Name="DisplayApproveButton"
    IsUpdateable="false"
    IsQueriable="true"
    IsPersistent="false"
    Type="java.lang.Boolean"
    ColumnType="NUMBER"
    AliasName="DisplayApproveButton"
    Expression="xxh_invoice_approval_pkg.check approval(invoice_id)"
    SQLType="BIT" >
    </ViewAttribute>
    Thanks & Regards,
    Sunita

  • Issue with Date Datatype while importing from SQL Server to OBIEE

    Hi,
    We have a column in SQL Server Database with datatype as Date. When we imported this column into the Physical layer of OBIEE rpd,
    the datatype of this column is getting converted to VarChar automatically. Has anyone faced this issue before?
    Please let me know if you have a solution for this.
    Thanks in advance.

    Hi,
    How are you passing this date parameter ?
    Instead of passing this parameter in date format, you can pass this as string and then in PL/SQL package, you can convert this string to date.
    --Sushant                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Issue with adop fs_clone after upgrade to R12.2.3 on VIS instance

    I have installed EBS R12.2.0 Vision instance on Oracle Linux Server release 6.5 x86-64 with Unbreakable Enterprise Kernel release 3 (3.8.13-16.2.2.el6uek.x86_64) and then updated to R12.2.3.  Everything went smooth with the initial install, the AD and TXK patches, and the adop patching cycle for 12.2.3 update.  I'm having an issue with the running fs_clone which is the first post-update step from doc 1586214.1.  The other adop phases ran OK see below.  Also below is the error I'm getting and want to know if anyone has experienced this or any ideas?  I've googled and searched MOS but can't find a direct hit.  I'm new to adop and struggling to troubleshoot this....any help would be appreciated. I've run the fs_clone phase a couple times but got the same result.
    adop -status -detail (this is the R12.2.3 update cycle).  All steps seems OK here.
    Current Patching Session ID: 4
    Node Name       Node Type       Phase       Status          Started                        Finished                       Elapsed
    hn-s-sb13       master         PREPARE     COMPLETED       27-DEC-13 09:27:31 -05:00      27-DEC-13 09:55:35 -05:00      0:28:04
                                              APPLY       COMPLETED       27-DEC-13 10:11:53 -05:00      27-DEC-13 09:35:53 -05:00      11:24:00
                                              FINALIZE    COMPLETED       28-DEC-13 09:28:46 -05:00      28-DEC-13 09:29:52 -05:00      0:01:06
                                              CUTOVER     COMPLETED       28-DEC-13 09:32:12 -05:00      28-DEC-13 10:05:35 -05:00      0:33:23
                                              CLEANUP     COMPLETED       28-DEC-13 10:25:22 -05:00      28-DEC-13 10:48:31 -05:00      0:23:09
    File System Synchronization Used in this Patching Cycle: None
    Generating full ADOP Status Report at location: /u01/oracle/VIS/fs_ne/EBSapps/log/status_20131229_120910/adzdshowstatus.out
    Please wait...
    Done...!
    adop exiting with status = 0 (Success)
    From txkADOPPreparePhaseSynchronize_Sat_Dec_28_12_40_05_2013.log:
    ==========================
    Inside setCloneStatus()...
    ==========================
    Generating SQL file: /u01/oracle/VIS/fs_ne/EBSapps/log/adop/5/fs_clone_20131228_123623/VIS_hn-s-sb13/TXK_SYNC_create_Sat_Dec_28_12_40_05_2013/5_DEREGISTER-ORACLE-HOMES.sql
    SQL Command: UPDATE ad_adop_session_patches SET clone_status = 'DEREGISTER-ORACLE-HOMES' WHERE status = 'N' AND bug_number = 'CLONE' AND node_name = 'hn-s-sb13' AND adop_ses
    sion_id = 5;
    Execute SYSTEM command : sqlplus ********* @/u01/oracle/VIS/fs_ne/EBSapps/log/adop/5/fs_clone_20131228_123623/VIS_hn-s-sb13/TXK_SYNC_create_Sat_Dec_28_12_40_05_2013/5_DEREGI
    STER-ORACLE-HOMES.sql
    EXIT STATUS: 1
    SQL execution went through successfully.
    LOG FILE: /u01/oracle/VIS/fs_ne/EBSapps/log/adop/5/fs_clone_20131228_123623/VIS_hn-s-sb13/TXK_SYNC_create_Sat_Dec_28_12_40_05_2013/5_DEREGISTER-ORACLE-HOMES.out.
    *******FATAL ERROR*******
    PROGRAM : (/u01/oracle/VIS/fs2/EBSapps/appl/ad/12.0.0/patch/115/bin/txkADOPPreparePhaseSynchronize.pl)
    TIME    : Sat Dec 28 12:42:54 2013
    FUNCTION: main::runFSCloneApply [ Level 1 ]
    ERRORMSG: /u01/oracle/VIS/fs2/EBSapps/comn/clone/bin/adclone.pl did not go through successfully.
    From adop_20131228_123623.log:
        ADOP Session ID: 5
        Phase: fs_clone
        [START 2013/12/28 12:39:57] fs_clone phase
          [EVENT]     [START 2013/12/28 12:40:01] Performing CLONE Steps
            [EVENT]     [START 2013/12/28 12:40:02] CLONE Patch File System from Run File System
              [EVENT]     Calling: /u01/oracle/VIS/fs2/EBSapps/appl/ad/12.0.0/patch/115/bin/txkADOPPreparePhaseSynchronize.pl
              [STATEMENT] Output directory: /u01/oracle/VIS/fs_ne/EBSapps/log/adop/5/fs_clone_20131228_123623/VIS_hn-s-sb13
              [UNEXPECTED]Error occurred while executing <perl /u01/oracle/VIS/fs2/EBSapps/appl/ad/12.0.0/patch/115/bin/txkADOPPreparePhaseSynchronize.pl -contextfile=/u01/oracl
    e/VIS/fs2/inst/apps/VIS_hn-s-sb13/appl/admin/VIS_hn-s-sb13.xml -patchcontextfile=/u01/oracle/VIS/fs1/inst/apps/VIS_hn-s-sb13/appl/admin/VIS_hn-s-sb13.xml -promptmsg=hide -co
    nsole=off -mode=create -sessionid=5 -timestamp=20131228_123623 -outdir=/u01/oracle/VIS/fs_ne/EBSapps/log/adop/5/fs_clone_20131228_123623/VIS_hn-s-sb13>
              [UNEXPECTED]Error occurred while CLONE Patch File System from Run File System using command: <perl /u01/oracle/VIS/fs2/EBSapps/appl/ad/12.0.0/patch/115/bin/txkADOP
    PreparePhaseSynchronize.pl -contextfile=/u01/oracle/VIS/fs2/inst/apps/VIS_hn-s-sb13/appl/admin/VIS_hn-s-sb13.xml -patchcontextfile=/u01/oracle/VIS/fs1/inst/apps/VIS_hn-s-sb1
    3/appl/admin/VIS_hn-s-sb13.xml -promptmsg=hide -console=off -mode=create -sessionid=5 -timestamp=20131228_123623 -outdir=/u01/oracle/VIS/fs_ne/EBSapps/log/adop/5/fs_clone_20
    131228_123623/VIS_hn-s-sb13>.
              [PROCEDURE] [START 2013/12/28 12:42:55] Check and Stop Patch Admin Server
                [STATEMENT]         select count(1) from ad_adop_session_patches
            where applied_file_system_base='/u01/oracle/VIS/fs2' and
            patch_file_system_base='/u01/oracle/VIS/fs1' and
            bug_number IN ('CLONE','CONFIG_CLONE') and
            status IN ('N','F')
                [STATEMENT] There is a pending clone session for /u01/oracle/VIS/fs1.
                [STATEMENT] Skipping Check and Stop Patch Admin Server Step.
              [PROCEDURE] [END   2013/12/28 12:43:01] Check and Stop Patch Admin Server
              [UNEXPECTED]fs_clone phase completed with errors/warnings. Please check logfiles
              [PROCEDURE] [START 2013/12/28 12:43:03] Unlocking sessions table
                [STATEMENT] SQL stmt: <       begin
              AD_ZD_ADOP.UNLOCK_SESSIONS_TABLE('hn-s-sb13',60,2);
           end;
    >
              [PROCEDURE] [END   2013/12/28 12:43:07] Unlocking sessions table
              Log file: /u01/oracle/VIS/fs_ne/EBSapps/log/adop/5/adop_20131228_123623.log

    Randy,
    Looks like you need to add more space to /tmp directory as I see the following entries in CLONE*.error file.
    CLONE2013-12-28_12-41-01PM.error:
    =================================
    SEVERE : Dec 28, 2013 12:42:46 PM - ERROR - CLONE-20275   Insufficient space to create /tmp/CLONINGCLIENT8522798570339051663.
    SEVERE : Dec 28, 2013 12:42:46 PM - CAUSE - CLONE-20275   Minimum required space was at least "1,798" MB, but only "1,737" MB was available for use.
    SEVERE : Dec 28, 2013 12:42:46 PM - ACTION - CLONE-20275   Make sure that the minimum required space is available for use.
    SEVERE : Dec 28, 2013 12:42:46 PM - ERROR - CLONE-20233   Restoring Middleware home for sourceid "mwhome1@FMW_Home" has failed.
    SEVERE : Dec 28, 2013 12:42:46 PM - CAUSE - CLONE-20233   An internal operation failed.
    Thanks,
    Hussein

  • Issues with SharePoint 2013 after upgrading from windows 2012 to 2012 r2

    We have a Sharepoint with Sp1 environment on windows 2012. Recently we upgraded the windows 2012 to 2012 r2. After the upgrade sharepoint environment is completely unstable.
    At first all the sites returned 401 errors. After resolving by resetting the object cache accounts the sites are back.
    Then i see that none of the performance point dashboards work. I figured that claims to windows token service is defaulted to local system account. I previously configured with a domain account. I reconfigured to work with domain account. 
    All the dashboard pages throw error.
           Some Error logs:Failed to get document content data. System.ComponentModel.Win32Exception (0x80004005): Cannot complete this function     at Microsoft.SharePoint.SPSqlClient.GetDocumentContentRow 
    Application error when access /Dashboards/Performance Dashboard/Main.aspx, Error=The EnableScriptGlobalization property cannot be changed during async postbacks or after the Init event.   at System.Web.UI.ScriptManager.set_EnableScriptGlobalization(Boolean
    value)    
      4.  I tried to create a new dashboard and this time the performancepoint designer wont launch. After some troubleshooting i see that c2w host file didnot have the caller  C:\Program Files\Windows Identity Foundation\v3.5. 
           I added <add value="WSS_WPG" /> and now it launches
      5.  Now the Dashboard launches and peruser identity works without having kerberos enabled at IIS. I have all the spn and required delegations setup for this url . But i did not configure at the IIS level
    yet.
    It looks like lot of things got messed up and reset. Can we upgrade to windows 2012 r2 with a sharepoint application inplace. what is the recommended approach and Whats happening with Performancepoint dashboards. IS there a known issue with sharepoint 2013
    sp1.
    Raj-Shpt

    Thanks for the above article. Few issues are solved . One of the main issue is with Performancepoint Dashboard.
     I have all the spn and required delegations setup for this url . But i did not configure at
    the IIS level yet. Still per user identity works without having kerberos enabled at IIS.
    Raj-Shpt

  • Issue with multi-monitor after upgrading to Mavericks

    I ran Mountain Lion OS on my MacBook Pro along with VMWare Fusion 5 with an extra monitor and everything was working fine till I upgraded to Mavericks. Since then, I am not able to see the 2nd monitor in the Extended Mode.
    on Apple, everything is work and I see two monitors and can move one window from one display to another but when I open my Windows in Fusion, only one display is accessible (the 2nd display showing Apple screen, which wasn't the case before). Even I can see that the color settings I had done before for my additional monitor is not in place after upgrade.
    I have checked my WIndows and settings are fine as it was before. It's Windows 7 Pro. I read some articles that I have to upgrade to Fusion 6 and some others that mentioned this is an issue with Mavericks and upgrade won't fix it. So, I am looking for some advice or similar experince, if any.
    Thx in advance for your help.
    Behzad

    Update: I can see that Windows act as it is two displays but the 2nd display is in nowhere and I cannot see it. I mean the window can go out of my normal display (i.e. my laptop) but not to the other monitor. That's why I have to disconnect the 2nd monitor and only use laptop display.

  • Can't Login With Network Account After Upgrade To Yosemite Server 4

    I've been putting off this troubleshooting for a while now, and after trying everything I could find, decided to post.
    - After upgrading my server to Yosemite with Server 4, and my MacBook to Yosemite, I can no longer login with any network accounts.
    - I was on clean installs of Mavericks before the upgrade.
    - I'm using SSL for the OD, with a GoDaddy cert, the same one that was working on Mavericks.
    - I've tried removing the laptop's binding using the Users and Groups preferences dialog, which does not remove the laptop's entry from Open Directory, so I manually deleted the record on the server.
    - I then choose to Join again, and it looks as though everything goes through, but I still cannot login with a network account.  Also, when rejoining, it does not create a binding on the server.
    - If I use the Directory Utility->Services->LDAPv3, and add it that way, entering the FQDN and checking Encrypt..., Use for auth and Use for contacts, it asks me for the directory admin username and password, and does in fact create the binding on the server, but I still cannot login.  What's strange about that method, is that it forces the use of the IP address of the server, rather than the FQDN, like I entered it, which would of course have problems, because the certificate's common name is the server's FQDN.  It does not allow me to change from using the IP address, graying out that field.
    - I've also tried destroying the OD and restoring from archive to no avail.
    It looks like many users have hit dead ends with this, with some having success by completely formatting and setting up a new iteration of the server, but I will not be doing that.  However, I'll be happy to try any other suggestions.
    Thanks for your time,
       -- Mike

         Okay, I've finally resolved the issue, thanks to the Apple Enterprise tech support team.  I'm thinking they wouldn't mind if I share this information, but I can't guarantee that this will work on your system or, worse yet, degrade your system further.  However, that's fairly unlikely, just make sure you have plenty of backups before you begin any troubleshooting session.
         So I was told to perform the following instructions, which I did, line for line.  The part about closing Server.app seems a given, but I'm not sure why they want you to open Server.app at the the end (maybe taken out of context from some other instructions?).  I did it anyway, but you should be able to begin testing, on a client workstation, right after rekerberizing is complete.  I did, however, need to reboot my client, login as local admin, and then binding would proceed, and network users are able to login again.  The engineer also let me know to expect an error, something like the following: "2015-03-11 21:58:38 +0000 Error synchronizing removal of attribute draft-krbPrincipalACL from record 72519e4c-7ac7-15e4-bd42-10adb1944cbc: 77013 result: 16 No such attribute" - this is apparently normal, and did in fact happen in my experience.
    So here's the fix:
    - Quit Server.app (don’t just close the window)
    - On the Open Directory Server, execute these Terminal commands:
      - sudo mkdir /var/db/openldap/migration/
      - sudo touch /var/db/openldap/migration/.rekerberize
      - sudo slapconfig -firstboot
    - Open Server.app
    And that's it.  I did nothing else on my OD server, just logged out.  Immediately tried binding on my MacBook client, it failed, I rebooted, tried again, it worked quickly, and I'm able to login with network user accounts again.

  • Issues with wifi connection after upgrading to iOS6.

    Does anybody know of an fix that actually works to fix a phone not connecting to wifi with iOS6?  I have tried I think every suggestion people have listed on here and on the apple forums and nothing works.
    Here is what I've tried so far:
    Resetting the network setting on my phone - didn't work
    Tried turning off the Cellular Data suggestion - didn't work
    I have done the hard reset on my phone and restored it - didn't work
    I have tried changing the security settings on my router - didn't work
    I bought a new router because my previous one was a few years old - didn't solve my issue. I know it's not my router, I have other devices in my home that connect to the router as they should.
    I would really appreciate some help with this to get my wifi working again.  I'm also having the same issue like others that since the iOS upgrade my phone also seems to be using data at about double the rate it used to.  In 9 days I've used over 1GB of my 2GB plan and that is ridiculous, I'm only using my phone for email which I don't get any large attachments and some random surfing the internet.  It never used this much data before when I was somewhere where I couldn't connect to wifi.
    Is Apple working on fixing this or is it an Verizion issue?

    I went to an Apple Store today to see if they could help me out at all with this issue.  I had found out that my phone will connect to wifi at work and amazingly at the Apple Store, just not at my house.  Here is what they told me after I had run down all the options of what I had tried to change with them and nothing worked.  Came to the conclusion that it is more than likely a software issue and after doing some research at the store Apple is aware of the problem they told me.  Apple is working on correcting the issue and is beta testing an updated iOS at the moment and just need to be patient for them to release it.  The only immediate fix they gave me as an option was to purchase an Apple router for the time being and that should cure the connection problem.  Since I had just purchased a new router a couple weeks ago I didn't feel like buying another one.  So I hope this will help some people that have been searching for an answer to this problem like I have and have gotten no help from anywhere...

  • Issues with wifi connection after upgrade 10.8.5.

    After the upgrade, wifi empty triangle. No way to activiate the wifi. Need to reboot 3 times (just reboot, any other action) to finally have the wifi activated and the connection working.
    Known issue in this version? Fix planned?
    Thanks.

    I went to an Apple Store today to see if they could help me out at all with this issue.  I had found out that my phone will connect to wifi at work and amazingly at the Apple Store, just not at my house.  Here is what they told me after I had run down all the options of what I had tried to change with them and nothing worked.  Came to the conclusion that it is more than likely a software issue and after doing some research at the store Apple is aware of the problem they told me.  Apple is working on correcting the issue and is beta testing an updated iOS at the moment and just need to be patient for them to release it.  The only immediate fix they gave me as an option was to purchase an Apple router for the time being and that should cure the connection problem.  Since I had just purchased a new router a couple weeks ago I didn't feel like buying another one.  So I hope this will help some people that have been searching for an answer to this problem like I have and have gotten no help from anywhere...

  • Issues With iPad mini after upgrading to iOS 8.1.2......

    WWish I'd checked the forums first, but I upgraded to 8.1.2. A few days ago and have had nothing but issues.
    FIrst -- it takes twice to three times as long to boot up my device.
               After the apple logo disappears, the screen is just black for the longest time
               Then eventually I hear a faint "DING" and the screen eventually gets lighter but this takes about 5-6 minutes
               Haven't had time to check the new manual.... Is this normal?
    second -- Lots of freeze ups doing any variety of functions
    third -- When tapping to diwnload a WORD attachment in an e-mail.... the circle graph loads properly but the document never opens when tapped.
               I'm not sure which is the most frustrating, plus there's no way to TURN OFF that dorm Emoji Keyboard which just gets in my way far too often!!
    any body have any work around for any of these???
    i No longer love my iPad...that's for sure.

    How do you know some stop halfway and others barely start? What are you seeing? While it is possible an app is not compatible with iOS 8.1.2, but I doubt it. If it was working with iOS 8, then it will work with 8.1.2. Try signing out of the App Store and sign back in again.

  • Facing issue with SSO communication after Upgrade to SAP EP7.31

    Hi Experts,
    This is happening post upgrade of system from 7.0 to 7.31. We are using SSO to connect ECC(back-end system) in two ways, logon Ticket and User-Mapping
    Issue:
    When we click on a tab, lets say "A tab/ User Administration Tab"  which uses User-Mapping to communicate with back-end system and clicking on another tab say, "B tab / Content Administration Tab" in portal which uses Logon Ticket to communicate with back-end system.
    When both the tabs are clicked one after the other the SSO communication should be different, but in our case it uses the same SSO communication for all the back-end communication, which does not delete the cookies / uses the different SSO mode of communication when clicked on the other tabs.
    Kindly help to solve this issue.
    Thanks,
    Preetha Balan

    Hello Preetha,
    Go to SAP Service Marketplace - Home -> Services and Support (from the menu) -> Report a product error (on the right side under "Need technical assistance?")
    In the meanwhile you can also search for a solution in the SAP notes in the same place but go to the link above "Search for SAP Notes and SAP Knowledge Base Articles.
    Best regards,
    Donka Dimitrova

  • Issue with Exchange 2003 after upgrading Active Directory

    I upgraded AD from 2003 to 2008 R2. Before I could go into AD to create users, click on the email check box and the user would have an account on Exchange. Now this feature is not available. How do I create mailboxes on my Exchange 2003 Server for users
    now?

    You can't, You have to administer Exchange 2003 functionality from Active Directory Users and Computers on the Exchange 2003 server.
    FYI: Companies running Exchange 2003 after April 8, 2014 will be responsible for their own for support. More importantly, because Microsoft will no longer provide security updates, companies that choose to continue running Exchange 2003 accept the risk associated
    with that.
    Enfo Zipper
    Christoffer Andersson – Principal Advisor
    http://blogs.chrisse.se - Directory Services Blog

  • Serious issues with the Internet after upgrading the Brothers drivers

    I don't know if this is happening to you too, but after installing the last Brothers Printer Drivers, browsing of the internet is become a nightmare. Sites like macrumors.com or slashgear.com are not reachable anymore. Is like the mDNSResponder is not hitting the right DNS Query.
    I will post this also in the Networking forum, but I this is happening after installing the Brothers update. And is happening on 3 different laptop.
    Please HELP.

    I don't know if this is happening to you too, but after installing the last Brothers Printer Drivers, browsing of the internet is become a nightmare. Sites like macrumors.com or slashgear.com are not reachable anymore. Is like the mDNSResponder is not hitting the right DNS Query.
    I will post this also in the Networking forum, but I this is happening after installing the Brothers update. And is happening on 3 different laptop.
    Please HELP.

Maybe you are looking for

  • Macbook Pro 13" Haswell running hot in Windows 8.1

    Hello, I have just purchased a Mid 2014 Macbook Pro with retina display and installed Windows 8.1 using bootcamp. My problem: running the windows partition seems to heat up my Macbook for no apparent reason. The heat builds up as soon as windows boot

  • HT3275 Need help with Time Machine back up

    I keep receiving this message: Time Machine could not complete the back up. The back up disk image "Volumes/Data/A**** W**** Mac Book Pro. Sparse Bundle" could not be created. (error 1). Time Machine and Airport are up to date, as is the Macbook Pro.

  • Can't log in after time machine migration.

    I just bought the latest model running Lion today, used time machine to migrate my data from my old MBP running 10.5. After the migration done I couldn't log in and stuck at the start up page. Is there any way to solve this problem (I'm pretty sure t

  • Best Place for Source Content Location?

    Hey Guys, Currently we are planning for 2 sites with our Configuration Manager designing but we are unsure what would be the best scenario for the Source Content Location. Should we just use DFS? or keep it local per site?

  • KDE Device notifier detects two cameras

    I have a DSLR camera which I connect through usb to my computer. The device notifier pops up but it displays two cameras along with their actions. $ solid-hardware listen Object::connect: No such signal org::freedesktop::UPower::DeviceAdded(QString)