Rmic settings for singleton RMI service deployed in a cluster ?

We want to deploy an RMI service on a single machine in the cluster
          only. What happens if we specify "-clusterable" to rmic when compiling
          the stubs for that service - will it be smart enough to know a runtime
          that the service has only been deployed on one machine in the cluster
          and direct calls there?
          david
          David Michaels <[email protected]>
          Director of Technology
          ShockMarket Corporation (650) 330-4665
          [david.vcf]
          

Thanks for your reply John!
I was hoping APS could do something like that .. I am not sure if restoring sessions of a dead APS cluster node on another APS would be helpful but I can think of one situation where a drill-through report is running for a long time on the Essbase server and APS goes down.. it would be good to have the other APS to take up the session and return the drill-through output to the user.

Similar Messages

  • OSB & WLST: changing operational settings for a proxy service via WLST

    Hi all,
    we are trying to change the operational settings for a proxy service via WLST.
    In details we would like to change the "Logs" level (Monitoring section).
    We have a lot of deployed services and our 'deployer people' need an automatic way (via WLST for example) for doing that instead of using the OSB console.
    Thanks in advance
    ferp

    Hi,
    OSB is the Oracle Service Bus. Oracle Service Bus is a configuration-based, policy-driven enterprise service bus.
    The OSB is deployed into an Oracle WebLogic Server instance.
    OSB uses also WLST functionality provided by WebLogic Server.
    Best regards
    ferp

  • Make Settings for Skills Profile Service

    Hi SAP Gurus,
    I want to make the settings for Skills Profile Service in IMG. The documentation says "Switches QUALI DEST1 and QUALI DEST2 allow you to set up the system ID required for the RFC connection for ESS. "
    How can I find out the required system ID?
    Thank you in advance.
    Best regards,
    Nadin

    hi p gopala
    Go to IMG -> Cross-Application Components -> Homepage framework -> Resources -> Derfine Resources -> (Add Entries)
    Double Click on Resource object "EMPLOYEE_SKILLSPROFILE_SERVICE".
    Under URL of PCD page, you will find
    ROLES:// portal_content/com.sap............
    Delete this line and replace it with following..
    ROLES://portal_content/com.sap.pct/every_user/com.sap.pct.ess.employee/com.sap.pct.ess.roles/com.sap.pct.ess.employee_self_service/com.sap.pct.ess.employee_self_service/com.sap.pct.ess.area_career_job/com.sap.pct.ess.serv_career_job
    save your entry.
    Customizing request is created.
    Release this request from 'SE09'
    Restart the J2EE server.
    Regards,
    Kaushal

  • Settings for idempotent enterprise services in ECC

    Hi,
    I want to use enterprise service ECC_GOODSMOVEMENTCRTRC1 / GoodsMovementERPCreateRequestConfirmation_In_V1 within a nonSAP application to post GoodsMovements at an ECC system.
    http://es-workplace.sap.com/socoview(bD1lbiZjPTAwMSZkPW1pbg==)/render.asp?packageid=DE0426DD9B0249F19515001A64D3F462&id=…
    The service works and I can do all movement types I want.
    Now I want to have idempotency activated at the ECC system.
    But nobody of the ECC guys knows, what has to be done for this.
    What transaction has to be used?
    Is there a default value for the time frame for which the system keeps responses for already processed service calls?
    If not, I would propose 100 days, because this is the worst case, the nonSAP application could send a message again.
    Are 100 days to large for the idempotency time frame of an ECC system?
    Regards
    Roland

    Now I have got readonly permission for transaction SPRO at the ECC system.
    The path to the idempotency settings is:
    SPRO -> SAP Reference IMG -> Cross-Application Components -> Processes and Tools for Enterprise Applications -> Enterprise Services -> General Settings for Enterprise Services -> Define Settings for Idempotent Services
    Permission for transaction WSIDPADMIN is required to execute the activity "Define Settings for Idempotent Services". I don't have this.
    But there is a good explanation in SPRO what has to be done in "Define Settings for Idempotent Services"
    Define Settings for Idempotent Services
    Use
    Enterprise Services for which you need to ensure that every service call is executed precisely once are called idempotent services.
    You use this IMG activity to define how long the system keeps stored response messages or details about query messages (the message IDs) for which responses have already been sent for synchronous Enterprise Services. You have to define this for each client in which you wish to use synchronous Enterprise Services.
    In order not to burden the database by storing the response messages or message IDs unnecessarily long, the system schedules two background jobs to regularly delete stored response messages and message IDs:
    SAP_BC_IDP_WS_SWITCH_BD for response messages
    SAP_BC_IDP_WS_SWITCH_BDID for message IDs
    The system uses table pairs to ensure that the response message or the ID of the answered query message is deleted as soon as possible once the set retention period has expired:
    One table pair for each client for the response messages
    One table pair for each client for the message IDs that have been stored
    The two tables of a table pair are entered alternately. When switching from the first table to the second, the data in the first table is retained and that in the second table is deleted before the system generates new entries.
    You decide how ofter the system switches back and forth between the tables of a table pair. The result is the minimum retention period for the stored data.
    Requirements
    This function is available to you as of SAP NetWeaver 2004s SP09 and ECC SE 600 SP03.
    Activities
    In the Document section, define the minimum retention period for the response messages. You do this by specifying how often you want the system to switch between the two tables.
    In the Document ID section define the minimum retention period for the message IDs. You do this by specifying how often you want the system to switch between the two tables.
    SAP recommends you define a longer retention period for the message IDs than for the response messages. Bear in mind that a repeated query message leads to an error if the corresponding response message has already been deleted but the message ID is still available.
    To save what you have defined, choose Schedule.
    Repeat steps 1 to 4 for all clients in which you wish to use Enterprise Services.
    Example
    You have defined the time for switching between the two tables in which the response messages are stored as two hours. This means that the response messages are kept for at least two hours but for no more than four hours.
    You have defined the time for switching between the two tables in which the message IDs are stored as one day. This means that the message IDs are kept for at least one day but for no more than two days.

  • Configure commonly used settings for a cloud service

    Hi All,
    Have a question regarding Azure Cloud Service.  If I change a cloud service setting (Cloud Service -> Configure) in the portal, does the change persist if or when an instance is re-imaged?  For example, if I change the "DatabaseRetryCount"
    parameter from 5 to 10 and save it, this change will update the runtime configuration.  However, when Azure rebuild this role, is this change get carried over?
    Thanks

    In azure cloud services nothing is persistent, meaning that every time role instances are restarted or created, it will be created from the scratch and will pick up only those settings which you either have done in the role start up or defined as a start
    up activity.
    About azure cloud service configuration files, i.e. cscfg - you can specify the settings similar to what you define in web configuration file of your application, these settings can be read at run time and can be reffered in your custom code. If you add
    / update any setting from the portal - you should also do similar in cscfg file in your solution so that next time you upgrade the deployment, the updated settings will be deployed.
    Read more information here - https://msdn.microsoft.com/en-us/library/azure/ee758710.aspx
    Bhushan | Blog |
    LinkedIn | Twitter

  • Correct settings for wireless broadband service

    Ok, I’m about to lose my mind over trying to get my wireless broadband connection working correctly.
    I had the wireless broadband antenna installed on my garage. I mounted AEBS in my garage and connected it to the cable from the wireless broadband antenna. I can access the internet with no problems, but I have questions about the proper settings. (I’m having printing issues that I didn’t have with my phone line connected to the AEBS and I just want to start from scratch and try to understand how this should all be connected.)
    Here are my questions:
    1)     What settings should I be using on the AEBS for wireless broadband and which port on the AEBS should be used?
    2)     Why is it that when I look at the status indicators in the Network settings control panel, it only will show yellow and never green?
    3)     I have a second AEBS in the house, what is the best method to connect that one to the one in the garage?
    Any help would be greatly appreciated. After I make sure this equipment is working OK, then I’ll tackle the printing issue.

    Thanks for the response…
    1)     I had to turn off DHCP on the AEBS in order for it to work. They supply an IP address. (If you can’t tell, I don’t know a lot about what I’m talking about…)
    2)     I now have two AEBS and an Airport Express. I purchased another AEBS this weekend trying to solve the printer problem. I think your comment is related to my green status light that I mentioned. Actually what I was referring to is if you look at the system preferences in on the Mac and show the Network Status, it shows a red dot for anything that is not working and when I’m at work connected to the network, it shows a green dot if everything is working ok. At home with the Wireless Broadband, I get a yellow dot which is kind of telling me that the connection is somewhat working.
    3)     I currently have the two AEBS connected by using WDS and I don’t plan to connect the AE until I make sure everything is working correctly and I can print again.
    I assume I should be using the WAN port on the AEBS to connect the broadband. I’m not sure why I can’t use DHCP.
    Thanks again

  • IPod touch email settings for common Internet Service Providers

    See THIS PAGE for help on setting up email in:
    Austria
    France
    Germany
    Republic of Ireland
    United Kingdom
    United States
    Very well done.

    .

  • RMI service script in 11.1.2

    Can someone tell me where the script for starting RMI service is in 11.1.2 ? Couldn't find it thanks.

    Just create a quick batch script with the following in it
    net start "Hyperion RMI Registry"
    Rahul, that is just a link to the executable not a start up script, the service sets lots of parameters.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • REST API: Create Deployment throwing error BadRequest (The specified configuration settings for Settings are invalid. Verify that the service configuration file is a valid XML file, and that role instance counts are specified as positive integers.)

    Hi All,
    We are trying to access the Create Deployment method stated below
    http://msdn.microsoft.com/en-us/library/windowsazure/ee460813
    We have uploaded the Package in the blob and browsing the configuration file. We have checked trying to upload manually the package and config file in Azure portal and its working
    fine.
    Below is the code we have written for creating deployment where "AzureEcoystemCloudService" is our cloud service name where we want to deploy our package. I have also highlighted the XML creation
    part.
    byte[] bytes =
    new byte[fupldConfig.PostedFile.ContentLength + 1];
                fupldConfig.PostedFile.InputStream.Read(bytes, 0, bytes.Length);
    string a = Encoding.UTF8.GetString(bytes, 0, bytes.Length);
    string base64ConfigurationFile = a.ToBase64();
    X509Certificate2 certificate =
    CertificateUtility.GetStoreCertificate(ConfigurationManager.AppSettings["thumbprint"].ToString());
    HostedService.CreateNewDeployment(certificate,
    ConfigurationManager.AppSettings["SubscriptionId"].ToString(),
    "2012-03-01", "AzureEcoystemCloudService", Infosys.AzureEcosystem.Entities.Enums.DeploymentSlot.staging,
    "AzureEcoystemDeployment",
    "http://shubhendustorage.blob.core.windows.net/shubhendustorage/Infosys.AzureEcoystem.Web.cspkg",
    "AzureEcoystemDeployment", base64ConfigurationFile,
    true, false);   
    <summary>
    /// </summary>
    /// <param name="certificate"></param>
    /// <param name="subscriptionId"></param>
    /// <param name="version"></param>
    /// <param name="serviceName"></param>
    /// <param name="deploymentSlot"></param>
    /// <param name="name"></param>
    /// <param name="packageUrl"></param>
    /// <param name="label"></param>
    /// <param name="base64Configuration"></param>
    /// <param name="startDeployment"></param>
    /// <param name="treatWarningsAsError"></param>
    public static
    void CreateNewDeployment(X509Certificate2 certificate,
    string subscriptionId,
    string version, string serviceName, Infosys.AzureEcosystem.Entities.Enums.DeploymentSlot deploymentSlot,
    string name, string packageUrl,
    string label, string base64Configuration,
    bool startDeployment, bool treatWarningsAsError)
    Uri uri = new
    Uri(String.Format(Constants.CreateDeploymentUrlTemplate, subscriptionId, serviceName, deploymentSlot.ToString()));
    XNamespace wa = Constants.xmlNamespace;
    XDocument requestBody =
    new XDocument();
    String base64ConfigurationFile = base64Configuration;
    String base64Label = label.ToBase64();
    XElement xName = new
    XElement(wa + "Name", name);
    XElement xPackageUrl =
    new XElement(wa +
    "PackageUrl", packageUrl);
    XElement xLabel = new
    XElement(wa + "Label", base64Label);
    XElement xConfiguration =
    new XElement(wa +
    "Configuration", base64ConfigurationFile);
    XElement xStartDeployment =
    new XElement(wa +
    "StartDeployment", startDeployment.ToString().ToLower());
    XElement xTreatWarningsAsError =
    new XElement(wa +
    "TreatWarningsAsError", treatWarningsAsError.ToString().ToLower());
    XElement createDeployment =
    new XElement(wa +
    "CreateDeployment");
                createDeployment.Add(xName);
                createDeployment.Add(xPackageUrl);
                createDeployment.Add(xLabel);
                createDeployment.Add(xConfiguration);
                createDeployment.Add(xStartDeployment);
                createDeployment.Add(xTreatWarningsAsError);
                requestBody.Add(createDeployment);
                requestBody.Declaration =
    new XDeclaration("1.0",
    "UTF-8", "no");
    XDocument responseBody;
    RestApiUtility.InvokeRequest(
                    uri, Infosys.AzureEcosystem.Entities.Enums.RequestMethod.POST.ToString(),
    HttpStatusCode.Accepted, requestBody, certificate, version,
    out responseBody);
    <summary>
    /// A helper function to invoke a Service Management REST API operation.
    /// Throws an ApplicationException on unexpected status code results.
    /// </summary>
    /// <param name="uri">The URI of the operation to invoke using a web request.</param>
    /// <param name="method">The method of the web request, GET, PUT, POST, or DELETE.</param>
    /// <param name="expectedCode">The expected status code.</param>
    /// <param name="requestBody">The XML body to send with the web request. Use null to send no request body.</param>
    /// <param name="responseBody">The XML body returned by the request, if any.</param>
    /// <returns>The requestId returned by the operation.</returns>
    public static
    string InvokeRequest(
    Uri uri,
    string method,
    HttpStatusCode expectedCode,
    XDocument requestBody,
    X509Certificate2 certificate,
    string version,
    out XDocument responseBody)
                responseBody =
    null;
    string requestId = String.Empty;
    HttpWebRequest request = (HttpWebRequest)HttpWebRequest.Create(uri);
                request.Method = method;
                request.Headers.Add("x-ms-Version", version);
                request.ClientCertificates.Add(certificate);
                request.ContentType =
    "application/xml";
    if (requestBody != null)
    using (Stream requestStream = request.GetRequestStream())
    using (StreamWriter streamWriter =
    new StreamWriter(
                            requestStream, System.Text.UTF8Encoding.UTF8))
                            requestBody.Save(streamWriter,
    SaveOptions.DisableFormatting);
    HttpWebResponse response;
    HttpStatusCode statusCode =
    HttpStatusCode.Unused;
    try
    response = (HttpWebResponse)request.GetResponse();
    catch (WebException ex)
    // GetResponse throws a WebException for 4XX and 5XX status codes
                    response = (HttpWebResponse)ex.Response;
    try
                    statusCode = response.StatusCode;
    if (response.ContentLength > 0)
    using (XmlReader reader =
    XmlReader.Create(response.GetResponseStream()))
                            responseBody =
    XDocument.Load(reader);
    if (response.Headers !=
    null)
                        requestId = response.Headers["x-ms-request-id"];
    finally
                    response.Close();
    if (!statusCode.Equals(expectedCode))
    throw new
    ApplicationException(string.Format(
    "Call to {0} returned an error:{1}Status Code: {2} ({3}):{1}{4}",
                        uri.ToString(),
    Environment.NewLine,
                        (int)statusCode,
                        statusCode,
                        responseBody.ToString(SaveOptions.OmitDuplicateNamespaces)));
    return requestId;
    But every time we are getting the below error from the line
     response = (HttpWebResponse)request.GetResponse();
    <Error xmlns="http://schemas.microsoft.com/windowsazure" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
      <Code>BadRequest</Code>
      <Message>The specified configuration settings for Settings are invalid. Verify that the service configuration file is a valid XML file, and that role instance counts are specified as positive integers.</Message>
    </Error>
     Any help is appreciated.
    Thanks,
    Shubhendu

    Please find the request XML I have found it in debug mode
    <CreateDeployment xmlns="http://schemas.microsoft.com/windowsazure">
      <Name>742d0a5e-2a5d-4bd0-b4ac-dc9fa0d69610</Name>
      <PackageUrl>http://shubhendustorage.blob.core.windows.net/shubhendustorage/WindowsAzure1.cspkg</PackageUrl>
      <Label>QXp1cmVFY295c3RlbURlcGxveW1lbnQ=</Label>
      <Configuration>77u/PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0NCiAgKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKg0KDQogIFRoaXMgZmlsZSB3YXMgZ2VuZXJhdGVkIGJ5IGEgdG9vbCBmcm9tIHRoZSBwcm9qZWN0IGZpbGU6IFNlcnZpY2VDb25maWd1cmF0aW9uLkNsb3VkLmNzY2ZnDQoNCiAgQ2hhbmdlcyB0byB0aGlzIGZpbGUgbWF5IGNhdXNlIGluY29ycmVjdCBiZWhhdmlvciBhbmQgd2lsbCBiZSBsb3N0IGlmIHRoZSBmaWxlIGlzIHJlZ2VuZXJhdGVkLg0KDQogICoqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioNCi0tPg0KPFNlcnZpY2VDb25maWd1cmF0aW9uIHNlcnZpY2VOYW1lPSJXaW5kb3dzQXp1cmUxIiB4bWxucz0iaHR0cDovL3NjaGVtYXMubWljcm9zb2Z0LmNvbS9TZXJ2aWNlSG9zdGluZy8yMDA4LzEwL1NlcnZpY2VDb25maWd1cmF0aW9uIiBvc0ZhbWlseT0iMSIgb3NWZXJzaW9uPSIqIiBzY2hlbWFWZXJzaW9uPSIyMDEyLTA1LjEuNyI+DQogIDxSb2xlIG5hbWU9IldlYlJvbGUxIj4NCiAgICA8SW5zdGFuY2VzIGNvdW50PSIyIiAvPg0KICAgIDxDb25maWd1cmF0aW9uU2V0dGluZ3M+DQogICAgICA8U2V0dGluZyBuYW1lPSJNaWNyb3NvZnQuV2luZG93c0F6dXJlLlBsdWdpbnMuRGlhZ25vc3RpY3MuQ29ubmVjdGlvblN0cmluZyIgdmFsdWU9IkRlZmF1bHRFbmRwb2ludHNQcm90b2NvbD1odHRwcztBY2NvdW50TmFtZT1zaHViaGVuZHVzdG9yYWdlO0FjY291bnRLZXk9WHIzZ3o2aUxFSkdMRHJBd1dTV3VIaUt3UklXbkFrYWo0MkFEcU5saGRKTTJwUnhnSzl4TWZEcTQ1ZHI3aDJXWUYvYUxObENnZ0FiZnhONWVBZ2lTWGc9PSIgLz4NCiAgICA8L0NvbmZpZ3VyYXRpb25TZXR0aW5ncz4NCiAgPC9Sb2xlPg0KPC9TZXJ2aWNlQ29uZmlndXJhdGlvbj4=</Configuration>
      <StartDeployment>true</StartDeployment>
      <TreatWarningsAsError>false</TreatWarningsAsError>
    </CreateDeployment>
    Shubhendu G

  • Problem generating stubs for Java EJB web service deployed in OAS

    I created an EJB web service and I've successfully deployed it in my Oracle App Server. Some of the methods work fine but others produce the ff error:
    org.apache.soap.SOAPException - java.lang.IllegalArgumentException: No Serializer found to serialize [classname] using encoding style [encoding]It seems that the objects specified as parameters in the web service methods exposed are the only ones that had stubs generated for them. Other objects I use, which are usually wrapped inside a Vector, did not have generated stubs.
    Example:
         public String loginUser(UserDTO userDTO) throws RemoteException, NamingException, SQLException;
    public String addItems (Vector vecItems) throws RemoteException, NamingException, SQLException; // where vecItems is a collection of ItemDTO objects     In this scenario, stubs were generated for the UserDTO class, but not for the ItemDTO class. In effect, calling the addItems method resulted to the exception I mentioned above.
    I did a workaround wherein I declared a dummy method which accepted all the types of objects I needed as parameters so all the necessary stubs can be generated, but this fix doesn't feel like it's the proper solution to my problem.
    If anyone can help me, it would be greatly appreciated. Thanks!

    Crossposted:
    Problem generating stubs for Java EJB web service deployed in OAS

  • What are the settings for automatic service PO?

    What are the settings for automatic service PO?

    Hello,
    I would like to know if it is possible to automatically create the PR for services. It would be similar to MD04 but instead of being for stockable materials, it would be done for non-stockable materials (services in this case).
    PR would be generated monthly, because this services have to be paid every month, for example electricity, water, rent, phone bills.
    I hope you can help me, thank you!

  • Settings for Purchase Order output using services for MM-SUS scenario?

    Dear Gurus,
    I am configuring the service procurement classic and plan driven procurement for MM-SUS
    environment. We are on SAP SRM 7.01/ECC 6 EHP5.
    I need to maintain the below settings for PO output:
    1. RUN transaction SWETYPV
    2. IN the object types field, enter CL_SE_PUR_WF_OUT.
    3. In the event field, enter CREATED.
    4. In the receiver type field, enter WS53800008.
    5. In the receiver function module field, enter SWW_WI_CREATE_VIA_EVENT_IBF.
    6. Select the 'Linkage Activated' checkbox.
    7. Save your entries.
    Similarly, one more entry for the event CHANGED.
    However, the system is not allowing me to save the settings.
    If I choose BOR Object Type 'CL_SE_PUR_WF_OUT', it gives an error message 'Object type CL_SE_PUR_WF_OUT is not defined'.
    If I choose object category 'Business class for object type CL_SE_PUR_WF_OUT, it gives an error message 'Class CL_SE_PUR_WF_OUT is not a business class.'
    There are similar entries in the table SWETYPV for object type CL_SE_PUR_PO_WF_OUT' with object category CL.If we copy the entries and tries to replace the
    object type 'CL_SE_PUR_PO_WF_OUT' with CL_SE_PUR_WF_OUT and save it, it gives an error message 'CL is not used for workflow event'.
    Could you please help me on how to configure the settings for PO output from ECC system using services?
    Any input is highly appreciated.
    Thanks and regards,
    Ranjan

    Hi Ranjan,
    Please add the value 'CL' in the table SWF_CATIDS
    Then it will work.
    With Regards,
    Malay

  • Best method for BITS(Background Intelligent Transfer Service) deployment

    Hi,
    What is the best method for BITS(Background Intelligent Transfer Service) deployment for over 2000+ Windows 2008 servers at once? Also, does it matter on Windows 2008\2008 R2\2012 if the SCCM agent is installed before we deploy BITS to the servers?
    Thanks,
    Eric

    Hi,
    What is the best method for BITS(Background Intelligent Transfer Service) deployment for over 2000+ Windows 2008 servers at once? Also, does it matter on Windows 2008\2008 R2\2012 if the SCCM agent is installed before we deploy BITS to the servers?
    Thanks,
    Eric
    What do you mean by Deploy BITS to the servers? The BITS client should already be installed on then as it is native to the OS.
    Garth Jones | My blogs: Enhansoft and
    Old Blog site | Twitter:
    @GarthMJ

  • Is it possible to do Continuous deployment for azure cloud services(website,web and worker roles) using VSO Release management?

    Hi,
    I am trying to do continuous deployment using visual studio online and release management for Azure cloud services. But not able to find the way to do it(with the help of different blogs, those are describing using VM only).
    I tried using Release management visual studio extension also. But no Luck.
    Please help me if it is possible to do continuous deployment using release management.
    Thanks,
    Phani

    Hi,
     Please refer to the following Forum Thread with similar question which has been answered. Let us know if this helps.
     https://social.msdn.microsoft.com/Forums/en-US/9d8322f6-36e5-4cca-a982-d420d34d2072/realease-management-deployment-to-azure-websites-webworker-roles?forum=tfsbuild
    Regards,
    Nithin Rathnakar

  • APN Settings For 7-11 SpeakOut Data Services

    I have a factory-unlocked iPhone 4G. I use a prepay service in Canada with unlimited Internet usage. The CSP is 7-11 SpeakOut, a MVNO that operates on the Rogers network. Voice and data services work fine.
    I am currently in USA. I have subscribed top a pre-pay service with data. I've replaced Canadian SIM with American SIM. American CSP is also 7-11 SpeakOut, however, in USA, SpeakOut works on the AT&T network. Voice service is working fine. Data is not. When attempting to connect to Internet, error messages advise that data services have not been activated (CSP does not offer data service) or that server cannot be reached. I have confirmed with SpeakOut USA that data service is active on my prepay service. The service bar shows the presence of 3G or (occasionally E for Edge service). iPhone shows SpeakOut as the network but it shows AT&T 9.0 as the carrier. SpeakOut customer service provided the following APN settings:
    APN: wap.cingular
    User Name: [email protected]
    Password: CINGULAR1
    Proxy Server: left blank
    Port: left blank
    These settings do not result in any data connection. I get the same error messages as before.
    One point of clarification, a company called Ztar is actually the CSP. 7-11 is actually a sales distribution channel for Ztar's services in Canada and USA.
    I suspect that the APN settings that I was given are incorrect and need to be changed. But to what???

    I have an iPhone 4G so I'm not sure whether your iphone is set up the same way. I did not change the settings on the iPhone. There is an app on the Apple website that does this. It is called the iPhone Configuration Utility. Simply download the file, follow the utility installation process and then activate the utility. I am attaching a link to a Canadian help guide that I used to re-configure the settings. Good Luck.
    http://www.speakoutwireless.ca/speak/phone-features/new-unlocked-iphone-4-with-d ata-problems/

Maybe you are looking for