SUP iPhone Native Application login failing

I have gone through the XCode tutorial several times and I have got everything set up appropriately. The only deviation between my set up and the tutorial is that I have to use 64 bit versions of the libclientrt.a, libMO.a, and the libSUPObj.a files as I am building this on a 64bit machine.
I have done a bunch of debugging but I cannot figure out what is going on. I have created a delegate that attempts to connect to SUP. In the generated database class I get into the beginOnlineLogin method which eventually calls the SUPAbstractDB asyncLogin method. Eventually this method returns the onLoginFailed callback. I have confirmed connectivity with the Unwired Server, I have confirmed the username and password set in the application is correct, and all my settings in the emulator are correct. I cannot see what is happening in the SUPAbstractDB class. Has anyone run into this, and if so how did you get around it?
Jesse

Hello,
Did you get your app working.
i am using sup2.1 and created a native ios app.
i created a application in SCC and created a user.
i entered the uer cedentials and ran the application in the simulator.
the user is not getting activated.
any sugeestion?
thanks
sowmiya

Similar Messages

  • I have a button in JSP page inside an UIWebView by pressing the button i want to run another existing iPhone native application in background only.Do anyone have a solution for this.

    I have a button in JSP page inside an UIWebView by pressing the button i want to run another
    existing iPhone native application in background only.Do anyone have a solution for this.

    Sounds like a virus.... I hope it's not...
    Launching Other Apps within an iPhone

  • Can we implement iphone native application on microsoft windows machine

    Hey,
    Right now i m doing job and i want to work as a free lancer but i don't have mac machine at my home so i want to know that how can we develop iphone native application on Microsoft windows machine or not?.
    One friend is said that it is possible to work on Microsoft windows machine same like mac machine. he didn't tell me because he said that i take $125 for 1 hour so i rejected to pay this money.
    Now please anyone tell me that how can i work on windows.
    Thanks.
    Message was edited by: vavdiyaharesh

    You'll need XCode and the iPhone SDK to develop for the iPhone. These only run on Mac OS X, which is only officially supported on Mac hardware. I don't know of any solution to run XCode under any other OS.

  • What is fair size of iphone native application

    Hi All,
    My application's size is 16 MB, so that i want to know that what is average and good and fair size of iphone native application.
    Plese any one does know??????

    Considering ITunes Connect says "Use the stand-alone application loader for application bigger then 200MB" I guess you are fine.

  • Server Error In '/' Application - Login failed for user xyz ...

    Hi, I'm brand new here 
    I would be ever grateful for help on this. It's probably something simple.
    I'm coding a website in C# ASP.NET (http://project.arcza.net). There is a registration page where you send your email, username all that stuff to an SQL server. The SQL server runs on my IIS server too. On Visual Studio, I can debug the website (i.e. launch
    it on localhost:12345) and I get a fully working website that I can register as a user and it injects into the SQL server's table. If I query the SQL server, I see the results. So it works fine here.
    The problem: if I copy the files for the website into the live IIS directory (as opposed from the Visual Studio preview environment) I get a runtime error thing, I have no idea what this means. The live IIS folder is project.arcza.net and I have disabled
    security so you can see the full workings of the probem.
    It says login failed for user 'pap'. Pap is a user I have added in SQL server, with username pap and password pap. The credentials are correct. I have added a 'connection string' (I have very little idea what this is) with thees credentials for an SQL server
    @ localhost, in IIS manager.
    Thank you and if you have any idea I'd be very happy.
    I should also point out that if I edit properties of pap in SQL server's login thing where it lists the accounts, I cannot save the settings (you know the ones where you give it permissions to access, delete, etc?) I can tick them and click okay but if I
    reoped properties and click on (I think off the top of my head it's called 'securities' but I may be wrong, it's 2nd from the bottom of the pane on the left) I see the tickboxes remain unticked. Could this have something to do with the "login failed for
    'pap'" message I'm seeing?

    Have a look at
    Errorlog. you should get reason of login failed for user.
    Balmukund Lakhani
    Please mark solved if I've answered your question, vote for it as helpful to help other users find a solution quicker
    This posting is provided "AS IS" with no warranties, and confers no rights.
    My Blog |
    Team Blog | @Twitter
    | Facebook
    Author: SQL Server 2012 AlwaysOn -
    Paperback, Kindle

  • Native application installer fails on Mac 10.5.8 every other time

    Hello,
    I have a native AIR 2.0 application with a native installer which I silently install as a part of a bigger package.
    On Mac, I have a DMG which contains the native installer app and a shell script which copies the native installer app into a temporary folder, and then invokes it passing "-silent" option.
    For some reasons the native installer fails every other time, i.e. if I install the app and then move it to trash and then try to re-install, the installer fails.
    However if I try re-installing once again, installation succeeds. I can consistently reproduce this problem.
    This seems to happen only on Mac OS 10.5.8. On 10.6.0 and above everything seems to work fine.
    What can be the reason for such inconsistent behavior?
    OS version is Mac OS 10.5.8, CPU: 2.8GHz Intel Core Duo
    Below is the log for the cases when the installer fails:
    Nov 10 20:19:08 /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[9579]: Application signature verified
    Nov 10 20:19:08 /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[9579]: Unpackaging/validation complete
    Nov 10 20:19:08 /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[9579]: Got an unexpected fatal error while unpackaging: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception ArgumentError: Error #2004" errorID=2004]
    Nov 10 20:19:08 /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[9579]: Application Installer end with exit code 7
    Thanks in advance

    Chris, thank you for your answer.
    The only argument I pass into the installer command line is "-silent", i.e. the command line looks like
    "/tmp/PixelNovel/Install Timeline.app/Contents/MacOS/Install Timeline" -silent
    I've noticed that the installer fails only if it's called from a wrapper package. If I invoke the above command line directly from Terminal, the installer consistently succeeds.
    Here is the full log for the case when installer fails:
    Nov 15 11:21:21 iMac-3 /tmp/PixelNovel/Install Timeline.app/Contents/MacOS/Install Timeline[37088]: Bootstrapper begin (Mac:version (null))
    Nov 15 11:21:21 iMac-3 /tmp/PixelNovel/Install Timeline.app/Contents/MacOS/Install Timeline[37088]: Installed runtime located (2.5.0.16600)
    Nov 15 11:21:21 iMac-3 /tmp/PixelNovel/Install Timeline.app/Contents/MacOS/Install Timeline[37088]: Launching application installer: "AIR Application Installer" -silent /tmp/PixelNovel/Install Timeline.app/Contents/Resources/Timeline
    Nov 15 11:21:21 iMac-3 /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[37089]: Application Installer begin with version 2.5.0.16600 on Mac OS 10.5.8 x86
    Nov 15 11:21:21 iMac-3 /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[37089]: Commandline is: -silent "/tmp/PixelNovel/Install Timeline.app/Contents/Resources/Timeline"
    Nov 15 11:21:21 iMac-3 /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[37089]: Installed runtime (2.5.0.16600) located at /Library/Frameworks/Adobe AIR.framework
    Nov 15 11:21:22 iMac-3 /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[37089]: Validating app in folder /tmp/PixelNovel/Install Timeline.app/Contents/Resources/Timeline/Contents/Resources
    Nov 15 11:21:23 iMac-3 /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[37089]: Application signature verified
    Nov 15 11:21:23 iMac-3 /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[37089]: Unpackaging/validation complete
    Nov 15 11:21:23 iMac-3 /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[37089]: Got an unexpected fatal error while unpackaging: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception ArgumentError: Error #2004" errorID=2004]
    Nov 15 11:21:23 iMac-3 /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[37089]: Application Installer end with exit code 7
    Nov 15 11:21:23 iMac-3 /tmp/PixelNovel/Install Timeline.app/Contents/MacOS/Install Timeline[37088]: Application installer failure (7)
    Nov 15 11:21:23 iMac-3 /tmp/PixelNovel/Install Timeline.app/Contents/MacOS/Install Timeline[37088]: Bootstrapper failure (7)^M
    And here is the log for a successful attempt:
    Nov 15 11:25:19 iMac-3 /tmp/PixelNovel/Install Timeline.app/Contents/MacOS/Install Timeline[37154]: Bootstrapper begin (Mac:version (null))
    Nov 15 11:25:19 iMac-3 /tmp/PixelNovel/Install Timeline.app/Contents/MacOS/Install Timeline[37154]: Installed runtime located (2.5.0.16600)
    Nov 15 11:25:19 iMac-3 /tmp/PixelNovel/Install Timeline.app/Contents/MacOS/Install Timeline[37154]: Launching application installer: "AIR Application Installer" -silent /tmp/PixelNovel/Install Timeline.app/Contents/Resources/Timeline
    Nov 15 11:25:20 iMac-3 /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[37155]: Application Installer begin with version 2.5.0.16600 on Mac OS 10.5.8 x86
    Nov 15 11:25:20 iMac-3 /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[37155]: Commandline is: -silent "/tmp/PixelNovel/Install Timeline.app/Contents/Resources/Timeline"
    Nov 15 11:25:20 iMac-3 /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[37155]: Installed runtime (2.5.0.16600) located at /Library/Frameworks/Adobe AIR.framework
    Nov 15 11:25:20 iMac-3 /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[37155]: Validating app in folder /tmp/PixelNovel/Install Timeline.app/Contents/Resources/Timeline/Contents/Resources
    Nov 15 11:25:21 iMac-3 /usr/sbin/ocspd[37158]: starting
    Nov 15 11:25:21 iMac-3 /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[37155]: Application signature verified
    Nov 15 11:25:21 iMac-3 /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[37155]: Unpackaging/validation complete
    Nov 15 11:25:21 iMac-3 /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[37155]: No app located for appID 'com.pixelnovel.TimelineProjectManager' and pubID ''
    Nov 15 11:25:21 iMac-3 /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[37155]: Starting silent app installation to /Applications. Installing app com.pixelnovel.TimelineProjectManager version 0.0.4 using the source file at file:///tmp/PixelNovel/Install%20Timeline.app/Contents/Resources/Timeline
    Nov 15 11:25:22 iMac-3 /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[37155]: Launching subprocess with commandline /usr/sbin/chown -hfRP root:wheel /Applications/Timeline.app
    Nov 15 11:25:22 iMac-3 /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[37155]: Subprocess chown succeeded
    Nov 15 11:25:22 iMac-3 /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[37155]: Launching subprocess with commandline /bin/chmod -R ugo+rx /Applications/Timeline.app
    Nov 15 11:25:22 iMac-3 /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[37155]: Subprocess chmod succeeded
    Nov 15 11:25:22 iMac-3 /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[37155]: Application Installer end with exit code 0
    Nov 15 11:25:22 iMac-3 /tmp/PixelNovel/Install Timeline.app/Contents/MacOS/Install Timeline[37154]: Application installer success
    Nov 15 11:25:22 iMac-3 /tmp/PixelNovel/Install Timeline.app/Contents/MacOS/Install Timeline[37154]: Bootstrapper success^M
    I will also send you a link to the DMG file that reproduces the error as a private message - ma be this will help.
    Thank you,
    Anatoly

  • Login failed, or you do not have permissions to login to this application.

    Dear All,
    I have installed Workflow server, Form manager and Workflow Designer on my Windows server 2003 machine and in the same order as written above.I am able to access Workflow server and form manager through webui but when i log in to Workflow designer, an error message is displayed-"Login failed, or you do not have permissions to login to this application."
    Can Anyone help.Thanks in advance.
    Anupam

    Thanks Howard,
    As told by you i did exactly that you mentioned and i am getting the following error:-
    java.lang.reflect.UndeclaredThrowableException
    at $Proxy1.login(Unknown Source)
    at com.adobe.workflow.client.QLCSessionImpl.login(QLCSessionImpl.java:11
    6)
    at com.adobe.workflow.saf.SAFLoginDialog$3.run(SAFLoginDialog.java:122)
    Caused by: java.io.InvalidObjectException: inauthentic principal assertion
    at com.adobe.idp.Context.getValidatedAuthResultFromAssertion(Context.jav
    a:291)
    at com.adobe.idp.Context.readResolve(Context.java:246)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at java.io.ObjectStreamClass.invokeReadResolve(Unknown Source)
    at java.io.ObjectInputStream.readOrdinaryObject(Unknown Source)
    at java.io.ObjectInputStream.readObject0(Unknown Source)
    at java.io.ObjectInputStream.readObject(Unknown Source)
    at java.rmi.MarshalledObject.get(Unknown Source)
    at org.jboss.invocation.jrmp.interfaces.JRMPInvokerProxy.invoke(JRMPInvo
    kerProxy.java:136)
    at org.jboss.invocation.MarshallingInvokerInterceptor.invoke(Marshalling
    InvokerInterceptor.java:67)
    at org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.
    java:46)
    at org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:5
    3)
    at org.jboss.proxy.ejb.StatelessSessionInterceptor.invoke(StatelessSessi
    onInterceptor.java:100)
    at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:85)
    ... 3 more
    com.adobe.workflow.client.QLCException: Login failed, or you do not have permiss
    ions to login to this application
    at com.adobe.workflow.client.QLCSessionImpl.login(QLCSessionImpl.java:12
    6)
    at com.adobe.workflow.saf.SAFLoginDialog$3.run(SAFLoginDialog.java:122)
    I am using WorkFlow Designer 7.0, Workflow server 7.0 and Form Manager 7.0.1.
    What could be the possible solution for the above mentioned error.Any help would be highly appreciated.
    Thanks,
    Anupam

  • CR XI R2 "Database Login Failed" Recycled application pool and now it works

    Hello,
    I have a web application using CR XI R2 that has several reports which are pushed a dataset.  These reports have been runing fine until today when I received an error stating "Database login failed."  "Object reference not set to an instance of an object" in the report viewer control. 
    I recycled the application pool and the reports started working again. 
    My questions are:
    What could be the cause of this and how can it be avoided?
    Why does recycling the application pool correct the problem?
    Regards.

    Hi Tom,
    Recycling keeps problematic applications running smoothly, especially when it is not feasible to modify the application code. Recycling helps ensure that problematic applications do not cause other applications to fail, and that system resources can be recovered from unhealthy applications.
    Recycling an application pool causes the WWW service to shut down all running worker processes that are serving the application pool, and then start new worker processes. Whether the WWW service starts the new worker processes before it stops the existing one depends on the DisallowOverlappingRotation property in the metabase. Recycling an application pool does not alter any state in HTTP.sys or change any configuration in the metabase.
    Note:
    When an application pool is serviced by more than one worker process, the recycle operation is staggered in some scenarios. Only when a worker process is recycled on demand or when all of the worker processes hit their memory limits at the same time would they be restarted simultaneously.
    For more info regarding this have a look to this [article|http://blogs.msdn.com/david.wang/archive/2006/01/26/Thoughts-on-Application-Pool-Recycling-and-Application-Availability.aspx]
    Regards,
    Shweta

  • SUP and SQL login failed

    Hi,
    Been racking my brain about this one, searched online (including here) but haven't found a solution yet. My scenario is: SCCM 2012 R2 and SQL 2012 (with databases CM_SCM and SUSDB, instance name is MSSQLSERVER) installed on the same server. SCCM will only
    be used to build servers using TS. I'm using SCCM as a SUP to do offline servicing of the wim files. This setup was working up to several weeks ago (don't know exactly when it stopped) and since, whenever I do a software update sync, I get
    'Sync failed: WSUS server not configured. Please refer to WCM.log for configuration error details.. Source: CWSyncMgr::DoSync'.
    Checking the WCM.log I get the following error: 
    System.Data.SqlClient.SqlException (0x80131904): Login failed for user 'DOMAIN\MACHINENAME$'.~~   at Microsoft.UpdateServices.Internal.BaseApi.SoapExceptionProcessor.DeserializeAndThrow(SoapException soapException)~~   at Microsoft.UpdateServices.Internal.DatabaseAccess.AdminDataAccessProxy.ExecuteSPGetConfiguration()~~
      at Microsoft.UpdateServices.Internal.BaseApi.UpdateServerConfiguration.Load()~~   at Microsoft.UpdateServices.Internal.ClassFactory.CreateWellKnownType(Type type, Object[] args)~~   at Microsoft.UpdateServices.Internal.ClassFactory.CreateInstance(Type
    type, Object[] args)~~   at Microsoft.UpdateServices.Internal.BaseApi.UpdateServer.GetConfiguration()~~   at Microsoft.SystemsManagementServer.WSUS.WSUSServer.SetUpstreamServerSettings(Boolean SyncFromMicrosoftUpdate, Boolean ReplicaServer, String
    UpstreamWSUSServerName, Int32 UpstreamWSUSServerPortNumber, Boolean UseSSL, Boolean HostBinariesOnMU, Int32 ReportingLevel, Int32 MaximumAllowedComputers)~~ClientConnectionId:00000000-0000-0000-0000-000000000000
    If I then check the SQL Server log, I have (over and over again) the error:
    Login failed for user "DOMAIN\MACHINENAME$". Reason: Could not find a login matching the name provided. [CLIENT: <local machine>] - Error 18456, Severity: 14, State: 5
    According to http://sqlblog.com/blogs/aaron_bertrand/archive/2011/01/14/sql-server-v-next-denali-additional-states-for-error-18456.aspx , state 5 indicates (as the error msg mentions) that the login doesn't exist, however in the SQL server it does exist
    and is also present under both DBs\Security\Users.
    There was no SPN set for the service account I created when setting the server up (in this case sccmsql), I've now set it manually to MSSQLSvc/FQDN:1433, as mentioned in http://technet.microsoft.com/en-us/library/hh427336.aspx#BKMK_ManageSPNforDBSrv
    , but without any luck.
    Thanks in advance for reading this.
    Dan

    Dan,
    Remove the SUP role. Remove WSUS and delete the SUSDB. Reboot the site server and reinstall WSUS and SUP. It'll recreate all the required permissions as part of the install.
    Cheers
    Paul | sccmentor.wordpress.com

  • Not opening native application of google maps for iphone application

    Hi Everyone,
    Before i have iphone 1.4 version and that time i could open native application of maps.google.com which is supported in my iphone application.
    Now i am using iphone 2.0 but that native application of maps.google.com for iphone is not opening in iphone application. Its opening but not application application.it open normal site.
    But i have to use native application of maps.google.com for iphone because i am doing one apps in which i have to display various various location in iphone.
    If any one have idea about this please help me.
    Thanks.
    Message was edited by: vavdiyaharesh

    The new maps will be on the 4s and it will have siri directing you now, but the new maps is way more improved the google, and fly over is pretty amazing, you get trails and walking paths too its pretty neat! but apple is featuring a all new maps with the ios 6 software

  • Launching safari on iPhone from native application without new page

    Hii..
    I have to synchronize my native application and web application for iPhone.
    And somewhere in between I wish to switch in between safari and my native application.
    So at first from browsing through my web application the user comes to a link where my native application (already installed by user) is launched... From this native application I wish to send control to same web page in safari where user left off... But when I try to launch the url in my native application safari opens up new page every time. I wish that I just give a call to safari like tel://7077063437 so just safari is launched showing previously opened page of web application where user left off...

    HI thanks for reply..
    I am going to use UIWebView... But at first if the application is not installed on user's phone then I want him to browse through my web application which shown some media contents... After that when he try to play some selected content then he is asked to download and install player application... Now to this player application I wish to attach UIWebView in it... So user wont have to go back to safari but can browser through the web application within th installed application itself...
    Can you please give me more suggestion on this...
    Thanks..

  • Iphone client application using SUP build problem

    Hi,
      I created client application for iphone. while building i am getting the following error Parse issue in the "SUPLogLevel.h" file like "Expected selector for objective-c method" at the
    +(int)DEBUG method.  Howevevr i did not change anything in that SUP given include file. Can anybody plese help me how to solve this.
    Thanks in Advance.
    bala

    Hi Bala,
    Did you manage to resolve this error?
    I saw on a different post of yours that this was something to do with the version of SUP and SDK you were using at the time? Error while building SUP based iphone client application
    Our developer is facing the same issue with her libraries now and I am trying to investigate where this comes from. Your insight will be very useful.
    The issue takes place under the SUPLogLevel.h for the (int) Error method.
    She mentioned that she updated her xCode recently. Is this something that may caused the issue?
    Thanks in advance!!
    George Lazaridis

  • SUP Error: 571 Detail: Session failed Source: in iOS

    Hi All,
    im developing ios native application using sup 2.1.3 (SUP server). but i'm getting below error while  registering the device in sybase control center .I have searched for this but i didn't get any solutions..can any one help me how to solve this?
    SUPConnectionProfile *sp = [self.connectionProfile syncProfile];
            [sp setDomainName:@"default"];
            [sp setServerName:@"john-PC"];
            [sp setPortNumber:2480];
            [sp setNetworkProtocol:@"http,https"];
            [sp setNetworkStreamParams:@"trusted_certificates=;url_suffix="];
            [sp applyPropertiesFromApplication];
    2014-03-25 14:12:49.085 SUP102[1891:6303] =================================================
    2014-03-25 14:12:49.085 SUP102[1891:6303] onConnectionStatusChanged: status = 105, code = 571, message = Error: 571 Detail: Session failed Source: /Users/iotabuilder/svn/Pioneer/MOClients/iPhone/../Common/C/moClient.cpp 1024.
    2014-03-25 14:12:49.086 SUP102[1891:6303] =================================================
    2014-03-25 14:12:49.087 SUP102[1891:6303] =================================================
    2014-03-25 14:12:49.087 SUP102[1891:6303] onConnectionStatusChanged: status = 105, code = 571, message = Error: 571 Detail: Session failed Source: /Users/iotabuilder/svn/Pioneer/MOClients/iPhone/../Common/C/moClient.cpp 1024.
    2014-03-25 14:12:49.087 SUP102[1891:6303] =================================================

    First i register the device in SSC .
    This the First time we are registering device in SSC.
    The error occurs in the following line:
    2014-03-26 09:48:27.206 SUP102[2078:6803] ================================================= 2014-03-26 09:48:27.210 SUP102[2078:6803] ================================================= 2014-03-26 09:48:28.209 SUP102[2078:6803] onConnectionStatusChanged: status = 105, code = 571, message = Error: 571 Detail: Session failed Source: /Users/iotabuilder/svn/Pioneer/MOClients/iPhone/../Common/C/moClient.cpp 1024.
    Im already changed time to 600 but no result...
    Final Error Console:
    2014-03-26 09:42:41.073 SUP102[2078:907] Application windows are expected to have a root view controller at the end of application launch 2014-03-26 09:43:40.619 SUP102[2078:907] System Version is 6.1.3 2014-03-26 09:43:57.167 SUP102[2078:907] Running the app for the first time. 2014-03-26 09:43:57.169 SUP102[2078:907] Delete preexisting messaging vault 2014-03-26 09:43:57.510 SUP102[2078:907] Delete preexisting SUP102 data vault 2014-03-26 09:43:57.816 SUP102[2078:907] Create new SUP102 data vault and store credentials and a generated encryption key 2014-03-26 09:43:58.095 SUP102[2078:907] Create new messaging vault and leave it unlocked 2014-03-26 09:44:02.237 SUP102[2078:907] ================================================ 2014-03-26 09:44:02.240 SUP102[2078:907] onApplicationSettingsChanged: names = [ServerName - 192.168.10.131] 2014-03-26 09:44:02.245 SUP102[2078:907] ================================================ 2014-03-26 09:44:02.406 SUP102[2078:907] ================================================ 2014-03-26 09:44:02.409 SUP102[2078:907] onApplicationSettingsChanged: names = [ServerPort - 5001] 2014-03-26 09:44:02.412 SUP102[2078:907] ================================================ 2014-03-26 09:44:02.567 SUP102[2078:907] ================================================ 2014-03-26 09:44:02.569 SUP102[2078:907] onApplicationSettingsChanged: names = [URLPrefix - ] 2014-03-26 09:44:02.571 SUP102[2078:907] ================================================ 2014-03-26 09:44:02.726 SUP102[2078:907] ================================================ 2014-03-26 09:44:02.729 SUP102[2078:907] onApplicationSettingsChanged: names = [FarmID - 0] 2014-03-26 09:44:02.731 SUP102[2078:907] ================================================ 2014-03-26 09:44:02.832 SUP102[2078:907] ================================================ 2014-03-26 09:44:02.849 SUP102[2078:907] onApplicationSettingsChanged: names = [ActivationCode - 123] 2014-03-26 09:44:02.854 SUP102[2078:907] ================================================ 2014-03-26 09:44:02.960 SUP102[2078:907] ================================================ 2014-03-26 09:44:02.962 SUP102[2078:907] onApplicationSettingsChanged: names = [Username - tgdevice] 2014-03-26 09:44:02.966 SUP102[2078:907] ================================================ 2014-03-26 09:44:03.478 SUP102[2078:907] Got the encryption key: 0c4d450c103dd79d01e34079f76ec1d84dc21010f9d37076ec50790850c5dc0e83e3df40f75ef80f4d74dfce7ddb4141 2014-03-26 09:44:03.508 SUP102[2078:907] ================================================= 2014-03-26 09:44:03.511 SUP102[2078:907] onConnectionStatusChanged: status = 202, code = 0, message = (null) 2014-03-26 09:44:03.516 SUP102[2078:907] ================================================= 2014-03-26 09:44:03.662 SUP102[2078:907] ================================================ 2014-03-26 09:44:03.665 SUP102[2078:907] onApplicationSettingsChanged: names = [Default - ] 2014-03-26 09:44:03.667 SUP102[2078:907] ================================================ 2014-03-26 09:44:03.825 SUP102[2078:907] ================================================ 2014-03-26 09:44:03.827 SUP102[2078:907] onApplicationSettingsChanged: names = [Default - 0] 2014-03-26 09:44:03.829 SUP102[2078:907] ================================================ 2014-03-26 09:44:04.443 SUP102[2078:907] ================================================= 2014-03-26 09:44:04.445 SUP102[2078:907] onConnectionStatusChanged: status = 102, code = 0, message = (null) 2014-03-26 09:44:04.448 SUP102[2078:907] ================================================= 2014-03-26 09:44:04.623 SUP102[2078:6003] ================================================= 2014-03-26 09:44:04.628 SUP102[2078:6003] onConnectionStatusChanged: status = 105, code = 0, message = 2014-03-26 09:44:04.633 SUP102[2078:6003] ================================================= 2014-03-26 09:44:04.637 SUP102[2078:6003] ================================================= 2014-03-26 09:44:04.642 SUP102[2078:6003] onConnectionStatusChanged: status = 105, code = 0, message = 2014-03-26 09:44:04.646 SUP102[2078:6003] ================================================= 2014-03-26 09:44:04.865 SUP102[2078:6903] *** -[__NSCFCalendar components:fromDate:]: date cannot be nil I mean really, what do you think that operation is supposed to mean with a nil date? An exception has been avoided for now. A few of these errors are going to be reported with this complaint, then further violations will simply silently do whatever random thing results from the nil. Here is the backtrace where this occurred this time (some frames may be missing due to compiler optimizations): ( 0  CoreFoundation                      0x3314aa25 + 84 1  SUP102                              0x0019f9cd _Z15GetTimeZoneInfoP10PIONEER_TZ + 392 2  SUP102                              0x00167287 _Z18EGetPioneerTZIndexb + 26 3  SUP102                              0x00188687 _ZN10ECDateTime14BiasCalculatorERKS_R10ECTimeSpaniPb + 118 4  SUP102                              0x00188c07 _ZN10ECDateTime10EGetGMTimeERKS_i + 98 5  SUP102                              0x001b952b _ZL16GetCurrentGMTimev + 30 6  SUP102                              0x001b9575 _ZN2mo23CmocaProcessClientQueue20WaitForQueuedRequestERlRNS_9CmoStringES3_S1_S3_l + 68 7  SUP102                              0x001b9b7f _ZN2mo23CmocaProcessClientQueue18ProcessTillStoppedEv + 290 8  SUP102                              0x001b1551 _ZN2mo17CmocaProcessQueue7ProcessEv + 272 9  SUP102                              0x001b0055 _ZN2mo17CmocaProcessQueue10MOCAThreadEPv + 44 10  libsystem_c.dylib                  0x3b2b8311 + 308 11  libsystem_c.dylib                  0x3b2b81d8 thread_start + 8 ) 2014-03-26 09:44:04.900 SUP102[2078:6903] *** -[__NSCFCalendar components:fromDate:]: date cannot be nil I mean really, what do you think that operation is supposed to mean with a nil date? An exception has been avoided for now. A few of these errors are going to be reported with this complaint, then further violations will simply silently do whatever random thing results from the nil. Here is the backtrace where this occurred this time (some frames may be missing due to compiler optimizations): ( 0  CoreFoundation                      0x3314aa25 + 84 1  SUP102                              0x0019f9df _Z15GetTimeZoneInfoP10PIONEER_TZ + 410 2  SUP102                              0x00167287 _Z18EGetPioneerTZIndexb + 26 3  SUP102                              0x00188687 _ZN10ECDateTime14BiasCalculatorERKS_R10ECTimeSpaniPb + 118 4  SUP102                              0x00188c07 _ZN10ECDateTime10EGetGMTimeERKS_i + 98 5  SUP102                              0x001b952b _ZL16GetCurrentGMTimev + 30 6  SUP102                              0x001b9575 _ZN2mo23CmocaProcessClientQueue20WaitForQueuedRequestERlRNS_9CmoStringES3_S1_S3_l + 68 7  SUP102                              0x001b9b7f _ZN2mo23CmocaProcessClientQueue18ProcessTillStoppedEv + 290 8  SUP102                              0x001b1551 _ZN2mo17CmocaProcessQueue7ProcessEv + 272 9  SUP102                              0x001b0055 _ZN2mo17CmocaProcessQueue10MOCAThreadEPv + 44 10  libsystem_c.dylib                  0x3b2b8311 + 308 11  libsystem_c.dylib                  0x3b2b81d8 thread_start + 8 ) 2014-03-26 09:44:05.025 SUP102[2078:6903] *** -[__NSCFCalendar components:fromDate:]: date cannot be nil I mean really, what do you think that operation is supposed to mean with a nil date? An exception has been avoided for now. A few of these errors are going to be reported with this complaint, then further violations will simply silently do whatever random thing results from the nil. Here is the backtrace where this occurred this time (some frames may be missing due to compiler optimizations): ( 0  CoreFoundation                      0x3314aa25 + 84 1  SUP102                              0x0019f9cd _Z15GetTimeZoneInfoP10PIONEER_TZ + 392 2  SUP102                              0x00167287 _Z18EGetPioneerTZIndexb + 26 3  SUP102                              0x00188687 _ZN10ECDateTime14BiasCalculatorERKS_R10ECTimeSpaniPb + 118 4  SUP102                              0x00188c07 _ZN10ECDateTime10EGetGMTimeERKS_i + 98 5  SUP102                              0x001b952b _ZL16GetCurrentGMTimev + 30 6  SUP102                              0x001b97a7 _ZN2mo23CmocaProcessClientQueue20WaitForQueuedRequestERlRNS_9CmoStringES3_S1_S3_l + 630 7  SUP102                              0x001b9b7f _ZN2mo23CmocaProcessClientQueue18ProcessTillStoppedEv + 290 8  SUP102                              0x001b1551 _ZN2mo17CmocaProcessQueue7ProcessEv + 272 9  SUP102                              0x001b0055 _ZN2mo17CmocaProcessQueue10MOCAThreadEPv + 44 10  libsystem_c.dylib                  0x3b2b8311 + 308 11  libsystem_c.dylib                  0x3b2b81d8 thread_start + 8 ) 2014-03-26 09:44:05.128 SUP102[2078:6903] *** -[__NSCFCalendar components:fromDate:]: date cannot be nil I mean really, what do you think that operation is supposed to mean with a nil date? An exception has been avoided for now. A few of these errors are going to be reported with this complaint, then further violations will simply silently do whatever random thing results from the nil. Here is the backtrace where this occurred this time (some frames may be missing due to compiler optimizations): ( 0  CoreFoundation                      0x3314aa25 + 84 1  SUP102                              0x0019f9df _Z15GetTimeZoneInfoP10PIONEER_TZ + 410 2  SUP102                              0x00167287 _Z18EGetPioneerTZIndexb + 26 3  SUP102                              0x00188687 _ZN10ECDateTime14BiasCalculatorERKS_R10ECTimeSpaniPb + 118 4  SUP102                              0x00188c07 _ZN10ECDateTime10EGetGMTimeERKS_i + 98 5  SUP102                              0x001b952b _ZL16GetCurrentGMTimev + 30 6  SUP102                              0x001b97a7 _ZN2mo23CmocaProcessClientQueue20WaitForQueuedRequestERlRNS_9CmoStringES3_S1_S3_l + 630 7  SUP102                              0x001b9b7f _ZN2mo23CmocaProcessClientQueue18ProcessTillStoppedEv + 290 8  SUP102                              0x001b1551 _ZN2mo17CmocaProcessQueue7ProcessEv + 272 9  SUP102                              0x001b0055 _ZN2mo17CmocaProcessQueue10MOCAThreadEPv + 44 10  libsystem_c.dylib                  0x3b2b8311 + 308 11  libsystem_c.dylib                  0x3b2b81d8 thread_start + 8 ) 2014-03-26 09:44:05.325 SUP102[2078:6003] ================================================ 2014-03-26 09:44:05.329 SUP102[2078:6003] onApplicationSettingsChanged: names = [Default - iPhone (6.1.3)] 2014-03-26 09:44:05.336 SUP102[2078:6003] ================================================ 2014-03-26 09:44:05.344 SUP102[2078:6003] ================================================ 2014-03-26 09:44:05.351 SUP102[2078:6003] onApplicationSettingsChanged: names = [Default - iPhone (6.1.3)] 2014-03-26 09:44:05.366 SUP102[2078:6003] ================================================ 2014-03-26 09:44:05.546 SUP102[2078:6903] *** -[__NSCFCalendar components:fromDate:]: date cannot be nil I mean really, what do you think that operation is supposed to mean with a nil date? An exception has been avoided for now. A few of these errors are going to be reported with this complaint, then further violations will simply silently do whatever random thing results from the nil. Here is the backtrace where this occurred this time (some frames may be missing due to compiler optimizations): ( 0  CoreFoundation                      0x3314aa25 + 84 1  SUP102                              0x0019f9cd _Z15GetTimeZoneInfoP10PIONEER_TZ + 392 2  SUP102                              0x00167287 _Z18EGetPioneerTZIndexb + 26 3  SUP102                              0x00188687 _ZN10ECDateTime14BiasCalculatorERKS_R10ECTimeSpaniPb + 118 4  SUP102                              0x00188c07 _ZN10ECDateTime10EGetGMTimeERKS_i + 98 5  SUP102                              0x001b952b _ZL16GetCurrentGMTimev + 30 6  SUP102                              0x001b9575 _ZN2mo23CmocaProcessClientQueue20WaitForQueuedRequestERlRNS_9CmoStringES3_S1_S3_l + 68 7  SUP102                              0x001b9b7f _ZN2mo23CmocaProcessClientQueue18ProcessTillStoppedEv + 290 8  SUP102                              0x001b1551 _ZN2mo17CmocaProcessQueue7ProcessEv + 272 9  SUP102                              0x001b0055 _ZN2mo17CmocaProcessQueue10MOCAThreadEPv + 44 10  libsystem_c.dylib                  0x3b2b8311 + 308 11  libsystem_c.dylib                  0x3b2b81d8 thread_start + 8 ) 2014-03-26 09:44:05.615 SUP102[2078:6903] *** -[__NSCFCalendar components:fromDate:]: date cannot be nil I mean really, what do you think that operation is supposed to mean with a nil date? An exception has been avoided for now. A few of these errors are going to be reported with this complaint, then further violations will simply silently do whatever random thing results from the nil. Here is the backtrace where this occurred this time (some frames may be missing due to compiler optimizations): ( 0  CoreFoundation                      0x3314aa25 + 84 1  SUP102                              0x0019f9df _Z15GetTimeZoneInfoP10PIONEER_TZ + 410 2  SUP102                              0x00167287 _Z18EGetPioneerTZIndexb + 26 3  SUP102                              0x00188687 _ZN10ECDateTime14BiasCalculatorERKS_R10ECTimeSpaniPb + 118 4  SUP102                              0x00188c07 _ZN10ECDateTime10EGetGMTimeERKS_i + 98 5  SUP102                              0x001b952b _ZL16GetCurrentGMTimev + 30 6  SUP102                              0x001b9575 _ZN2mo23CmocaProcessClientQueue20WaitForQueuedRequestERlRNS_9CmoStringES3_S1_S3_l + 68 7  SUP102                              0x001b9b7f _ZN2mo23CmocaProcessClientQueue18ProcessTillStoppedEv + 290 8  SUP102                              0x001b1551 _ZN2mo17CmocaProcessQueue7ProcessEv + 272 9  SUP102                              0x001b0055 _ZN2mo17CmocaProcessQueue10MOCAThreadEPv + 44 10  libsystem_c.dylib                  0x3b2b8311 + 308 11  libsystem_c.dylib                  0x3b2b81d8 thread_start + 8 ) 2014-03-26 09:44:05.767 SUP102[2078:6903] *** -[__NSCFCalendar components:fromDate:]: date cannot be nil I mean really, what do you think that operation is supposed to mean with a nil date? An exception has been avoided for now. A few of these errors are going to be reported with this complaint, then further violations will simply silently do whatever random thing results from the nil. Here is the backtrace where this occurred this time (some frames may be missing due to compiler optimizations): ( 0  CoreFoundation                      0x3314aa25 + 84 1  SUP102                              0x0019f9cd _Z15GetTimeZoneInfoP10PIONEER_TZ + 392 2  SUP102                              0x00167287 _Z18EGetPioneerTZIndexb + 26 3  SUP102                              0x00188687 _ZN10ECDateTime14BiasCalculatorERKS_R10ECTimeSpaniPb + 118 4  SUP102                              0x00188c07 _ZN10ECDateTime10EGetGMTimeERKS_i + 98 5  SUP102                              0x001b952b _ZL16GetCurrentGMTimev + 30 6  SUP102                              0x001b97a7 _ZN2mo23CmocaProcessClientQueue20WaitForQueuedRequestERlRNS_9CmoStringES3_S1_S3_l + 630 7  SUP102                              0x001b9b7f _ZN2mo23CmocaProcessClientQueue18ProcessTillStoppedEv + 290 8  SUP102                              0x001b1551 _ZN2mo17CmocaProcessQueue7ProcessEv + 272 9  SUP102                              0x001b0055 _ZN2mo17CmocaProcessQueue10MOCAThreadEPv + 44 10  libsystem_c.dylib                  0x3b2b8311 + 308 11  libsystem_c.dylib                  0x3b2b81d8 thread_start + 8 ) 2014-03-26 09:44:05.831 SUP102[2078:6903] *** -[__NSCFCalendar components:fromDate:]: date cannot be nil I mean really, what do you think that operation is supposed to mean with a nil date? An exception has been avoided for now. A few of these errors are going to be reported with this complaint, then further violations will simply silently do whatever random thing results from the nil. Here is the backtrace where this occurred this time (some frames may be missing due to compiler optimizations): ( 0  CoreFoundation                      0x3314aa25 + 84 1  SUP102                              0x0019f9df _Z15GetTimeZoneInfoP10PIONEER_TZ + 410 2  SUP102                              0x00167287 _Z18EGetPioneerTZIndexb + 26 3  SUP102                              0x00188687 _ZN10ECDateTime14BiasCalculatorERKS_R10ECTimeSpaniPb + 118 4  SUP102                              0x00188c07 _ZN10ECDateTime10EGetGMTimeERKS_i + 98 5  SUP102                              0x001b952b _ZL16GetCurrentGMTimev + 30 6  SUP102                              0x001b97a7 _ZN2mo23CmocaProcessClientQueue20WaitForQueuedRequestERlRNS_9CmoStringES3_S1_S3_l + 630 7  SUP102                              0x001b9b7f _ZN2mo23CmocaProcessClientQueue18ProcessTillStoppedEv + 290 8  SUP102                              0x001b1551 _ZN2mo17CmocaProcessQueue7ProcessEv + 272 9  SUP102                              0x001b0055 _ZN2mo17CmocaProcessQueue10MOCAThreadEPv + 44 10  libsystem_c.dylib                  0x3b2b8311 + 308 11  libsystem_c.dylib                  0x3b2b81d8 thread_start + 8 ) 2014-03-26 09:45:05.129 SUP102[2078:6803] ================================================= 2014-03-26 09:45:05.131 SUP102[2078:6803] onConnectionStatusChanged: status = 105, code = 571, message = Error: 571 Detail: Session failed Source: /Users/iotabuilder/svn/Pioneer/MOClients/iPhone/../Common/C/moClient.cpp 1024. 2014-03-26 09:45:05.133 SUP102[2078:6803] ================================================= 2014-03-26 09:45:05.136 SUP102[2078:6803] ================================================= 2014-03-26 09:45:05.138 SUP102[2078:6803] onConnectionStatusChanged: status = 105, code = 571, message = Error: 571 Detail: Session failed Source: /Users/iotabuilder/svn/Pioneer/MOClients/iPhone/../Common/C/moClient.cpp 1024. 2014-03-26 09:45:05.141 SUP102[2078:6803] ================================================= 2014-03-26 09:46:05.099 SUP102[2078:6803] ================================================= 2014-03-26 09:48:27.201 SUP102[2078:6803] onConnectionStatusChanged: status = 105, code = 571, message = Error: 571 Detail: Session failed Source: /Users/iotabuilder/svn/Pioneer/MOClients/iPhone/../Common/C/moClient.cpp 1024. 2014-03-26 09:48:27.206 SUP102[2078:6803] ================================================= 2014-03-26 09:48:27.210 SUP102[2078:6803] ================================================= 2014-03-26 09:48:28.209 SUP102[2078:6803] onConnectionStatusChanged: status = 105, code = 571, message = Error: 571 Detail: Session failed Source: /Users/iotabuilder/svn/Pioneer/MOClients/iPhone/../Common/C/moClient.cpp 1024. 2014-03-26 09:48:28.211 SUP102[2078:6803] ================================================= 2014-03-26 09:49:28.141 SUP102[2078:6803] ================================================= 2014-03-26 09:52:28.379 SUP102[2078:6803] onConnectionStatusChanged: status = 105, code = 571, message = Error: 571 Detail: Session failed Source: /Users/iotabuilder/svn/Pioneer/MOClients/iPhone/../Common/C/moClient.cpp 1024. 2014-03-26 09:52:28.383 SUP102[2078:6803] ================================================= 2014-03-26 09:52:28.385 SUP102[2078:6803] ================================================= (lldb)

  • Deployment issue - Login failed for user 'NT AUTHORITY\NETWORK SERVICE'

    I am attempting to deploy a site from my development PC to my server. I have no issues running the site on the server using VS2010 Express Web in debug. All page queries are working within the debugger. The connection strings are identical between the PC
    and Server, except the host name.
    connectionString
    ="Data
    Source=SOCIALSERVER;Initial Catalog=Intake_be;Integrated Security=True"
    However, when using the site normally via IIS, the pages containing data access are failing with a permissions problem. The non-data access pages render normally.
    Login failed for user 'NT AUTHORITY\NETWORK SERVICE'
    Looking at the SQL2005 instance via SQL Management Studio, I see security folder with Logins under the Server. NTA\NS is listed as a user login. But, I also see similar folders under each
    of 3 databases. NTA\NS is not listed as a login specific to my target dB.
    My site is for internal (intranet) use only. There is no internet access into my IIS. This is my first deployment into production. I think I only need Windows Authentication but I lack the experience to make a good decision. My goal is to allow domain users
    to access pages that produce read only data. But, I also need controlled access to pages that can modify data. I used the native winform template for ASP.NET 4, which includes some roles based security.
    How do I grant permissions for internal users on the pages that access SQL data? How does that security model work with the native roles based security? i.e.
    add
    name="AspNetSqlMembershipProvider"type="System.Web.Security.SqlMembershipProvider"connectionStringName="ApplicationServices"...
    etc.
    Thanks for your time and patience on this Deployment 101 type issue.
    Kurt

    hi,
    You receive either of these error messages specifically when you use integrated security.
    To resolve you can use one of below.
    Method 1: Programmatically change the security context of the ASP.NET worker process to a user who has the correct SQL Server permissions.
    Method 2: Change the default configuration of ASP.NET so that the ASP.NET worker process starts and runs under the context of a user who has the correct permissions in SQL Server.
    Method 3: Grant the correct permissions in SQL Server so that the ASPNET account (or NetworkService account, for an application that runs on IIS 6.0) has the appropriate access to the required resources.(Go to the Computer Management >> Local User and
    Groups >> Groups >> Right Click and go to properties on IIS_IUSRS >> Add appropriate user.
    Thanx, Mark as answered if you are ok ..

  • Problem in connection SUP 2.1 application and X-CODE 4.2.1

    Hello, I have a problem with the development of a native application in X-Code, is experiencing an error when making the connection between application server and SUP, this is the error "[ERROR] [SUPMessageClient.m: 47] - Operation failed, Unable to access the key, "someone has gone through this and can help me? I thank

    thanks for reply, I solved the problem...
    1 - I created a new user in SCC
    2 - I reset to default settings IOS Simulator

Maybe you are looking for