Internationalization / TimeZone / Locale / DisplayLanguage issue

I am trying to get the TimeZone class to print out timezones in different languages as advertised in the api docs.
I am at a loss! The docs say that this will print in French but it comes out in English no matter what you set the Locale to. I have banged my head on this for too long, any advice is greatly appreciated! Try this code, it seems like a bug to me.
String[] ids=TimeZone.getAvailableIDs();
Locale loc = new Locale("fr","FR");
for (int i=0; i<ids.length; i++){
System.out.println(TimeZone.getTimeZone(ids).getDisplayName(loc));

brent_hamby -
I tried your code and for me the results all printed out in French.
Heure normale de Chine
Heure d'Indon�sie centrale
Heure de l'Ulaanbaatar
Heure de l'Ulaanbaatar
China Standard Time
Heure normale de l'Ouest (Australie)
What version of the sdk are you using? I am using j2sdk1.4.1.
When I first compiled your code I received a compiler error. It should be...
String[] ids=TimeZone.getAvailableIDs();
Locale loc = new Locale("fr","FR");
for (int i=0; i<ids.length; i++){
    System.out.println(TimeZone.getTimeZone(ids[i ]).getDisplayName(loc));

Similar Messages

  • Lync 2013 to Exchange 2013 Oauth problem - Error:[OAuthTokenBuilder:GetAppToken] unable to continue building token; no locally configured issuer

    Hi,
    I am having a problem getting OAuth to work from Exchange 2013 to Lync 2013.
    I have read and following the instructions online and cannot see what I am doing wrong.
    On the Exchange 2013 server, I get the following error when I run:
    Test-OAuthConnectivity -Service EWS -TargetUri
    https://exchserver2.domainname.local/ews/ -Mailbox "Jack"
    RunspaceId : 920118a3-6ab2-45dc-9b68-de68133de95e
    Task : Checking EWS API Call Under Oauth
    Detail : The configuration was last successfully loaded at 01/01/0001 00:00:00 UTC. This was 1059263714 minutes
    ago.
    The token cache is being cleared because "use cached token" was set to false.
    Exchange Outbound Oauth Log:
    Client request ID: 19ad80f6-7751-429f-aac5-e802105fbbc6
    Information:[OAuthCredentials:Authenticate] entering
    Information:[OAuthCredentials:Authenticate] challenge from
    'https://exchserver2.domainname.local/ews/Exchange.asmx' received: Bearer
    client_id="00000002-0000-0ff1-ce00-000000000000",
    trusted_issuers="[email protected]",Negotiate,NTLM
    Information:[OAuthCredentials:GetToken] client-id: '00000002-0000-0ff1-ce00-000000000000', realm: '',
    trusted_issuer: '[email protected]'
    Information:[OAuthCredentials:GetToken] start building a token for the user domain 'domainname.co.uk'
    Information:[OAuthTokenBuilder:GetAppToken] start building the apptoken
    Information:[OAuthTokenBuilder:GetAppToken] checking enabled auth servers
    Error:[OAuthTokenBuilder:GetAppToken] unable to continue building token; no locally configured issuer
    was in the trusted_issuer list, realm from challenge was also empty. trust_issuers was
    [email protected]
    Error:The trusted issuers contained the following entries
    '[email protected]'. None of them are configured locally.
    Exchange Response Details:
    HTTP response message:
    Exception:
    System.Net.WebException: The request was aborted: The request was canceled. --->
    Microsoft.Exchange.Security.OAuth.OAuthTokenRequestFailedException: The trusted issuers contained the
    following entries '[email protected]'. None of them are
    configured locally.
    at Microsoft.Exchange.Security.OAuth.OAuthTokenBuilder.GetAppToken(String applicationId, String
    destinationHost, String realmFromChallenge, IssuerMetadata[] trustedIssuersFromChallenge, String
    userDomain)
    at Microsoft.Exchange.Security.OAuth.OAuthTokenBuilder.GetAppWithUserToken(String applicationId,
    String destinationHost, String realmFromChallenge, IssuerMetadata[] trustedIssuersFromChallenge, String
    userDomain, ClaimProvider claimProvider)
    at Microsoft.Exchange.Security.OAuth.OAuthCredentials.GetToken(WebRequest webRequest,
    HttpAuthenticationChallenge challengeObject)
    at Microsoft.Exchange.Security.OAuth.OAuthCredentials.Authenticate(String challengeString, WebRequest
    webRequest, Boolean preAuthenticate)
    at Microsoft.Exchange.Security.OAuth.OAuthCredentials.OAuthAuthenticationModule.Authenticate(String
    challenge, WebRequest request, ICredentials credentials)
    at System.Net.AuthenticationManager.Authenticate(String challenge, WebRequest request, ICredentials
    credentials)
    at System.Net.AuthenticationState.AttemptAuthenticate(HttpWebRequest httpWebRequest, ICredentials
    authInfo)
    at System.Net.HttpWebRequest.CheckResubmitForAuth()
    at System.Net.HttpWebRequest.CheckResubmit(Exception& e, Boolean& disableUpload)
    at System.Net.HttpWebRequest.DoSubmitRequestProcessing(Exception& exception)
    at System.Net.HttpWebRequest.ProcessResponse()
    at System.Net.HttpWebRequest.SetResponse(CoreResponseData coreResponseData)
    --- End of inner exception stack trace ---
    at System.Net.HttpWebRequest.GetResponse()
    at Microsoft.Exchange.Monitoring.TestOAuthConnectivityHelper.SendExchangeOAuthRequest(ADUser user,
    String orgDomain, Uri targetUri, String& diagnosticMessage, Boolean appOnly, Boolean useCachedToken,
    Boolean reloadConfig)
    ResultType : Error
    Identity : Microsoft.Exchange.Security.OAuth.ValidationResultNodeId
    IsValid : True
    ObjectState : New
    It appears to work fine from Lync 2013 to Exchange 2013.
    When I run: Test-CsExStorageConnectivity -sipuri [email protected] -Binding Nettcp -Verbose in Lync 2013 I get a successful outcome:
    VERBOSE: Successfully opened a connection to storage service at localhost using
    binding: NetNamedPipe.
    VERBOSE: Create message.
    VERBOSE: Execute Exchange Storage Command.
    VERBOSE: Processing web storage response for ExCreateItem Success.,
    result=Success, activityId=0bbdc565-4a05-4b57-bf95-0c75488a1ef6, reason=.
    VERBOSE: Activity tracing:
    2015/01/02 19:15:55.616 Autodiscover, send GetUserSettings request,
    [email protected], Autodiscover
    Uri=https://exchserver2.domainname.local/autodiscover/autodiscover.svc, Web
    Proxy=<NULL>
    2015/01/02 19:15:55.616 Autodiscover.EWSMA trace,
    type=AutodiscoverRequestHttpHeaders, message=<Trace
    Tag="AutodiscoverRequestHttpHeaders" Tid="30" Time="2015-01-02 19:15:55Z">
    POST /autodiscover/autodiscover.svc HTTP/1.1
    Content-Type: text/xml; charset=utf-8
    Accept: text/xml
    User-Agent: ExchangeServicesClient/15.00.0516.004
    </Trace>
    2015/01/02 19:15:55.624 Autodiscover.EWSMA trace, type=AutodiscoverRequest,
    message=<Trace Tag="AutodiscoverRequest" Tid="30" Time="2015-01-02 19:15:55Z"
    Version="15.00.0516.004">
    <?xml version="1.0" encoding="utf-8"?>
    <soap:Envelope
    xmlns:a="http://schemas.microsoft.com/exchange/2010/Autodiscover"
    xmlns:wsa="http://www.w3.org/2005/08/addressing"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Header>
    <a:RequestedServerVersion>Exchange2013</a:RequestedServerVersion>
    <wsa:Action>http://schemas.microsoft.com/exchange/2010/Autodiscover/Autodiscove
    r/GetUserSettings</wsa:Action>
    <wsa:To>https://exchserver2.domainname.local/autodiscover/autodiscover.svc</
    wsa:To>
    </soap:Header>
    <soap:Body>
    <a:GetUserSettingsRequestMessage
    xmlns:a="http://schemas.microsoft.com/exchange/2010/Autodiscover">
    <a:Request>
    <a:Users>
    <a:User>
    <a:Mailbox>[email protected]</a:Mailbox>
    </a:User>
    </a:Users>
    <a:RequestedSettings>
    <a:Setting>InternalEwsUrl</a:Setting>
    <a:Setting>ExternalEwsUrl</a:Setting>
    <a:Setting>ExternalEwsVersion</a:Setting>
    </a:RequestedSettings>
    </a:Request>
    </a:GetUserSettingsRequestMessage>
    </soap:Body>
    </soap:Envelope>
    </Trace>
    2015/01/02 19:15:55.704 Autodiscover.EWSMA trace,
    type=AutodiscoverResponseHttpHeaders, message=<Trace
    Tag="AutodiscoverResponseHttpHeaders" Tid="30" Time="2015-01-02 19:15:55Z">
    HTTP/1.1 200 OK
    Transfer-Encoding: chunked
    request-id: 5917d246-64b0-48e2-ad79-f9b6cffb5bea
    X-CalculatedBETarget: exchserver2.domainname.local
    X-DiagInfo: EXCHSERVER2
    X-BEServer: EXCHSERVER2
    Cache-Control: private
    Content-Type: text/xml; charset=utf-8
    Set-Cookie: ClientId=FTFXWUQWWRJVBMNBG; expires=Sat, 02-Jan-2016 19:15:55 GMT;
    path=/;
    HttpOnly,X-BackEndCookie=actas1(sid:S-1-5-21-3691024758-535552880-811174816-113
    5|smtp:[email protected]|upn:[email protected])=u56Lnp2ejJqBx8jIn
    sqbxpvSz8rHx9LLzp7O0sbOzcnSzcqcmZqem8aempmcgYHNz87K0s/N0s/Oq87Gxc7KxcrK;
    expires=Sun, 01-Feb-2015 19:15:55 GMT; path=/autodiscover; secure; HttpOnly
    Server: Microsoft-IIS/8.5
    X-AspNet-Version: 4.0.30319
    X-Powered-By: ASP.NET
    X-FEServer: EXCHSERVER2
    Date: Fri, 02 Jan 2015 19:15:55 GMT
    </Trace>
    2015/01/02 19:15:55.704 Autodiscover.EWSMA trace, type=AutodiscoverResponse,
    message=<Trace Tag="AutodiscoverResponse" Tid="30" Time="2015-01-02 19:15:55Z"
    Version="15.00.0516.004">
    <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:a="http://www.w3.org/2005/08/addressing">
    <s:Header>
    <a:Action
    s:mustUnderstand="1">http://schemas.microsoft.com/exchange/2010/Autodiscover/Au
    todiscover/GetUserSettingsResponse</a:Action>
    <h:ServerVersionInfo
    xmlns:h="http://schemas.microsoft.com/exchange/2010/Autodiscover"
    xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
    <h:MajorVersion>15</h:MajorVersion>
    <h:MinorVersion>0</h:MinorVersion>
    <h:MajorBuildNumber>1044</h:MajorBuildNumber>
    <h:MinorBuildNumber>21</h:MinorBuildNumber>
    <h:Version>Exchange2013_SP1</h:Version>
    </h:ServerVersionInfo>
    </s:Header>
    <s:Body>
    <GetUserSettingsResponseMessage
    xmlns="http://schemas.microsoft.com/exchange/2010/Autodiscover">
    <Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
    <ErrorCode>NoError</ErrorCode>
    <ErrorMessage />
    <UserResponses>
    <UserResponse>
    <ErrorCode>NoError</ErrorCode>
    <ErrorMessage>No error.</ErrorMessage>
    <RedirectTarget i:nil="true" />
    <UserSettingErrors />
    <UserSettings>
    <UserSetting i:type="StringSetting">
    <Name>InternalEwsUrl</Name>
    <Value>https://exchserver2.domainname.local/EWS/Exchange.asmx</Value>
    </UserSetting>
    <UserSetting i:type="StringSetting">
    <Name>ExternalEwsUrl</Name>
    <Value>https://exchserver2.domainname.co.uk/EWS/Exchange.asmx</Value>
    </UserSetting>
    <UserSetting i:type="StringSetting">
    <Name>ExternalEwsVersion</Name>
    <Value>15.00.1044.000</Value>
    </UserSetting>
    </UserSettings>
    </UserResponse>
    </UserResponses>
    </Response>
    </GetUserSettingsResponseMessage>
    </s:Body>
    </s:Envelope>
    </Trace>
    2015/01/02 19:15:55.704 Autodiscover, received GetUserSettings response,
    duration Ms=88, response=NoError
    2015/01/02 19:15:55.706 Lookup user details,
    sipUri=sip:[email protected], [email protected],
    sid=S-1-5-21-3691024758-535552880-811174816-1135, [email protected],
    tenantId=00000000-0000-0000-0000-000000000000
    VERBOSE: Items choice type: CreateItemResponseMessage.
    VERBOSE: Response message, class: Success, code: NoError.
    VERBOSE: Item: Microsoft.Rtc.Internal.Storage.Exchange.Ews.MessageType, Id:
    AAMkADAwNWZkZWI0LWM5NGYtNDUxNy05Nzk3LWZhZjRiY2Y4MTU4NwBGAAAAAADLP1MgTEXdQ7zQSlb
    qPl++BwBauhRZTfLbTYZ+hBWtK784ANcdmUYqAACSqIurRqgYSZwMhT/IBw89AACnT6G9AAA=,
    change key: CQAAABYAAACSqIurRqgYSZwMhT/IBw89AACnip6b, subject: , body: .
    VERBOSE: Is command successful: True.
    Test passed.
    All my certificates on the Exchange 2013 and Lync 2013 servers are from my local CA.
    I use APP with the public certificates as my reverse proxy for people connecting from outside the network.
    In Lync, the OAuthTokenIssuer certificate created through the Lync deployment wizard is issued to domainname.local (my primary sip domain) and the Subject Alternative names include domainname.co.uk
    I then exported this certificate to the Exchange Server and use the Set-AuthConfig to use this certificate for OAuth.
    from what I read this was what I was supposed to do.
    is this correct?
    I have tried so many things I don't know what do to next.
    Should the OAuth certificate in exchange be the one exported from Lync?
    In Lync, should the OAuthTokenIssuer certificate include the servername or lyncserver.domainname.local or just be domainname.local like it is at the moment?
    thank-you
    jack

    Thomas,
    thanks for giving this the time. I have run the Configure-EnterpriseApplication.ps1 script following by remove-PartnerApplication so many times that I was wondering if there are other setting that
    Configure-EnterpriseApplication.ps1 creates that aer not removed when you run
    remove-PartnerApplication.
    is there a way to completely remove everything that is confirmed when you run
    Configure-EnterpriseApplication.ps1 so I can run Configure-EnterpriseApplication.ps1 without there being any configurations left from when I previously run that command?
    thanks
    jack
    [PS] C:\Windows\system32>Get-PartnerApplication |fl
    RunspaceId : cb2fb328-769d-4b32-8b7b-1fa35e2994f5
    Enabled : True
    ApplicationIdentifier : 00000004-0000-0ff1-ce00-000000000000
    CertificateStrings : {MIIGcDCCBVigAwIBAgITPgAAARIHL+ig32UAAQAAAAABEjANBgkqhkiG9w0BAQUFADBcMRUwEwYKCZIm
    iZPyLGQBGRYFbG9jYWwxHTAbBgoJkiaJk/IsZAEZFg1HdWlkZUNsb3RoaW5nMSQwIgYDVQQDExtHdWlkZ
    UNsb3RoaW5nLUFQUFNFUlZFUjEtQ0EwHhcNMTUwMTEwMTIxODIzWhcNMTcwMTA5MTIxODIzWjB7MQswCQ
    YDVQQGEwJHQjEPMA0GA1UECBMGTG9uZG9uMQ8wDQYDVQQHEwZMb25kb24xHzAdBgNVBAoTFkd1aWRlIEN
    sb3RoaW5nIExpbWl0ZWQxCzAJBgNVBAsTAkhRMRwwGgYDVQQDExNHdWlkZUNsb3RoaW5nLmNvLnVrMIIB
    IjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyzDzaLsjJfktsbwIJ998ihsZM/0rKGdIt8rIx00oc
    HA7w0uVyz2UqnP9a8uRi6HkA7djbynlmGG0hKSUUQngXxz7q2dY6q9rcY5Rw2mJOMeppounx44FFp4+4e
    5HQKviLTYo+3DBGIR0mYDqxanKPS00d0f7HDLvmVb90hjdrbE372JBdcNNHs2OHRqg37bN2fAbwd22c9x
    2kvi0rESFnr+KcIGECVInCTHLJ7fwVqvi4hvRqtz7KLZsMXprpgeVDs45EMMRtwJ5Hw8uZR4CFz4dHSlo
    dIVgDPn8Ns2vGhcUK0JU4WkDbjnqo1SJzHlqtNjiu//wGcn77PAiM0yhyQIDAQABo4IDCjCCAwYwCwYDV
    R0PBAQDAgWgMCEGCSsGAQQBgjcUAgQUHhIAVwBlAGIAUwBlAHIAdgBlAHIwEwYDVR0lBAwwCgYIKwYBBQ
    UHAwEwHQYDVR0OBBYEFOY3whPicRAXNsTDSIg3FexpaCKdMHUGA1UdEQRuMGyCH0x5bmNTZXJ2ZXIyLkd
    1aWRlQ2xvdGhpbmcuY28udWuCH0x5bmNTZXJ2ZXIyLkd1aWRlQ2xvdGhpbmcubG9jYWyCE0d1aWRlQ2xv
    dGhpbmcuY28udWuCE0d1aWRlQ2xvdGhpbmcubG9jYWwwHwYDVR0jBBgwFoAUDHst3gUSMGwvkiNTPavmi
    UEWgtQwggEuBgNVHR8EggElMIIBITCCAR2gggEZoIIBFYaBzWxkYXA6Ly8vQ049R3VpZGVDbG90aGluZy
    1BUFBTRVJWRVIxLUNBLENOPURvbVNlcnZlcjIsQ049Q0RQLENOPVB1YmxpYyUyMEtleSUyMFNlcnZpY2V
    zLENOPVNlcnZpY2VzLENOPUNvbmZpZ3VyYXRpb24sREM9R3VpZGVDbG90aGluZyxEQz1sb2NhbD9jZXJ0
    aWZpY2F0ZVJldm9jYXRpb25MaXN0P2Jhc2U/b2JqZWN0Q2xhc3M9Y1JMRGlzdHJpYnV0aW9uUG9pbnSGQ
    2h0dHA6Ly9jcmwuZ3VpZGVjbG90aGluZy5sb2NhbC9jcmxkL0d1aWRlQ2xvdGhpbmctQVBQU0VSVkVSMS
    1DQS5jcmwwgdUGCCsGAQUFBwEBBIHIMIHFMIHCBggrBgEFBQcwAoaBtWxkYXA6Ly8vQ049R3VpZGVDbG9
    0aGluZy1BUFBTRVJWRVIxLUNBLENOPUFJQSxDTj1QdWJsaWMlMjBLZXklMjBTZXJ2aWNlcyxDTj1TZXJ2
    aWNlcyxDTj1Db25maWd1cmF0aW9uLERDPUd1aWRlQ2xvdGhpbmcsREM9bG9jYWw/Y0FDZXJ0aWZpY2F0Z
    T9iYXNlP29iamVjdENsYXNzPWNlcnRpZmljYXRpb25BdXRob3JpdHkwDQYJKoZIhvcNAQEFBQADggEBAD
    87GUPi02czEMO2Op0CeKBBpGwsfjYR9+RlC2uKAoH8PbWAxYNP3Ke6BtPeFy+95GGAJd5Z0+6LpO/AagA
    +zeY/tocZQjy0pYaU4/TPZgD+ZB/8sU982msu+8waO316ipBcf/87n9ZW3Jjk5DcVbtwrZErrGRe9DEn8
    QArN0jroLfaRtbDumse1Lp76+dxFuVhlLWcUXtIKaxm+UU9DS94EwJMtN54lDm3EG6hVdiGUR7TYqZU0K
    HGm7HciIhuO+2rhAazOBiIAAW6wZRUpFKZONSVD6bKrQCzL12LvynQ7XC6Itgr4JGzNCmoN43dXwVCkWo
    amTDdZY4h+QBqUvvY=}
    AuthMetadataUrl : https://lyncserver2.domainname.local/metadata/json/1
    Realm : domainname.local
    UseAuthServer : False
    AcceptSecurityIdentifierInformation : True
    LinkedAccount : domainname.local/Users/LyncEnterprise-ApplicationAccount
    IssuerIdentifier :
    AppOnlyPermissions :
    ActAsPermissions :
    AdminDisplayName :
    ExchangeVersion : 0.20 (15.0.0.0)
    Name : LyncEnterprise-786f61476b634278a3c9b9e4ec08b660
    DistinguishedName : CN=LyncEnterprise-786f61476b634278a3c9b9e4ec08b660,CN=Partner
    Applications,CN=Auth Configuration,CN=domainname,CN=Microsoft
    Exchange,CN=Services,CN=Configuration,DC=domainname,DC=local
    Identity : LyncEnterprise-786f61476b634278a3c9b9e4ec08b660
    Guid : 07495125-ccd4-4443-82d9-74fc3b955cdf
    ObjectCategory : domainname.local/Configuration/Schema/ms-Exch-Auth-Partner-Application
    ObjectClass : {top, msExchAuthPartnerApplication}
    WhenChanged : 10/01/2015 17:14:55
    WhenCreated : 10/01/2015 17:14:55
    WhenChangedUTC : 10/01/2015 17:14:55
    WhenCreatedUTC : 10/01/2015 17:14:55
    OrganizationId :
    Id : LyncEnterprise-786f61476b634278a3c9b9e4ec08b660
    OriginatingServer : DomServer2.domainname.local
    IsValid : True
    ObjectState : Unchanged

  • Internationalization for Local Langauges

    Dear All,
    Can we design applications for Local languages like (Telugu,Tamil ,marathi ) using
    Internationalization Concept in Webdynpro for java.
    pls anybody suggest me in clarifiying the issue.
    Regards
    Subash

    Hi,
    Can we design applications for Local languages like (Telugu,Tamil ,marathi ) using
    Internationalization Concept in Webdynpro for java.
    pls anybody suggest me in clarifiying the issue.
    Technically Yes, but practically will not be of much use as long as the portal doesnt support all this languages.
    Regards
    Ayyapparaj

  • Dynamic Local User Issue

    When i look at snapins thru consoleone i can see that Zenwork 7.0.1 snapin is installaed.
    I have Novell Client 4.91 SP5 and Zenwork Client 7.0.173.91015 installed on the clients running WinXP Pro SP3.
    There is different of failures that happens..
    Senario 1:
    I install a Latitude D610 with a WinXP Pro SP3 original CD, from scratch. I only install the drivers for the LAN-card to get access to the network. I do not update windows updates etc.
    I install the Novell Client 4.91 SP5, after that i install Zenwork Client 7.0.173.91015. And apply some registry settings to make the novell client to use the "tab-function" and hide advanced settings etc..
    I have my eDir user "ADMIN1" with the policy package with settings to Dynamic Local User set to create a local user with name Admin, but im not using volatile user. So the local windows user Admin will be saved when logged out.
    I login once with my Admin1 user, it creates the local profile Admin from Default User (with the help of Zenworks, and the policy Dynamic Local User?). I restart the computer and login again, and the local profile Admin craches and create a new one from Default User but this local user profile is namned Admin.Computername.
    Ive tested this with atleast four other computers (different hardware) so it cant be a driver issue.
    Ive looked thru the local logs, and i cant find anything about any problem with reading the NTUSER.DAT as could be a problem to load the local profile.
    I even tested this senario when i update all windows updates etc, with two different version of the zenworks client and so on. ive been testning this for like 100 times now atleast. and same failure is happening. Ive even tested this in a virtual environment (vmware workstation).
    Senari 2:
    Like the problem descried above, in some cases it loss the connection or something with the zenwork server side and the zenwork client on the client computer... Since it does not attempt to use the settings from Dynamic Local User, becuase i got the windows login window, and i have to login to an already existing windows local account (with otherwords i cant login to the Admin-profile since i dont know the login information to this account since its created by zenworks / dynamic local user settings, and from the settings there you cant set a password, just the name and role of the windows accout that should be created)..
    And after a while i try again, and then the settings from Dynamic Local User passes by and log into the, (let me say) Zenworks created local user profile (set by Dynamic Local User settings).
    I wanna mention that all computers thats old, no reinstallation.. I can login to without problem, without any crashes of the Windows Local Profile.
    Ive succeded once without any Windows Local profile crash, rebooted this computer over and over again, and no failure. If you succed twice, it seems like its fine. But then i reinstalled this computer, just like i did to make it success. But this time it failed on the second try, and got a crashed profile....
    Its kinda old hardware to the server where i have my Zenworks, could that be the case? Could it be some timeouts?
    The concults i use to fix some problems in our environment updated zenworks from the serverside just before christmans.. Could it be any problems with some windows patch etc?
    Any help would be appreciated!
    // Jokohanho

    > installed on the clients running WinXP Pro SP3.
    <snip>
    > I restart the computer and login again, and the local
    > profile Admin craches and create a new one from Default User but this
    > local user profile is namned Admin.Computername.
    I only know of one XP SP3 issue that could cause this, but it involves a pw
    change and RP:
    "When you try to log on to a Windows XP SP3-based computer by using a
    roaming profile, the roaming profile cannot load."
    http://support.microsoft.com/kb/958058
    Regards
    Rolf Lidvall
    Swedish Radio (Ltd)

  • Parallel currency 2nd local currency issue

    Good morning everyone,
    I am handling and issue wherein I am finding a difference in the FS10N GL line items.
    Background-
    1. Doc currency, 1st local currency and 2nd Local currency are the same i.e USD.
    2. When I see any GL account in FS10N I dont see any issues but for the GR/IR GLs.
    It was seen when F.19 was run while analysing GR/IR clearing accounts.
    I have 3 GLs that I am investifgating-
    GR/IR exp offset oth- P& L type
    GR/IR -analysis adj - Other  -B/S type
    Vendor control -Other - P& L type
    All the above mentioned are GR/IR relevant accounts.
    Need help On?-  Inspite of the Doc currency, 1st local and 2nd local currency being USD; the 2nd local currency shows a different value for some line items.
    Although Doc and 1st local currency are always same.
    Please assist.
    Thanks & regards
    Rajdilip
    9920845568

    Hi Madhu,
    I did not yet close the Defect but had to raise a query with SAP about the same.
    I do not really know the symptoms of your issue yet.
    What I have done is -I got the Business run F.13 for all old uncleared stock for all previous years that do not make sense to be still available uncleared in the system.
    Then get the open items identified by the Business so that we can decide if we can clear the unclearable open items that we encounter after running F.13 and use MR11 this time but with careful selection and approval.
    Once the available open items are in manageable numbers the performance of F.19 will increase.
    Also, you may think about implementing 2 notes after checking if they are already there in your system via transaction SNOTE-
    1058971 and 1233775.
    If you still have queries upon this, do let me know and I shall try to cater better understanding upon the same.
    Thanks & regards
    Dilip Raja

  • Invoice in foreign currency: Different local currencies issue

    Hi there,
    We have two company codes 1000 & 2000 and we have a business requirement that Company Code 1000 needs to make purchases on behalf of company code 2000 using a cost object (cost center 20001234) under company code 2000.
    Company Code 1000 – local currency USD
    Company Code 2000 – local currency CAD and currency of cost center 20001234 is CAD. (We are using ECC 5.0)
    We are running into an issue (Different local currencies USD CAD) when we try to post the vendor invoice in foreign currency. This error happens only when a GR (goods receipt) and IR (invoice receipt) being done on different dates, and the exchange rate changed between these dates.
    Any help / pointers will be appreciated.
    Thanks in advance!

    Hi Ravi,
    I have already configured purchase price variance account but still an error appears: "Inconsistent in FICO document: difference in first local currency".
    Please take note the PO is charge to an asset account and usually any exchange rate difference should be charge to same account which is an asset account right? If the result of the difference is positive the systems allows the difference posting to the asset account but if the difference is a negative value above error appear.
    Please assist me on this issue; any help would be highly appreciated.

  • Adobe Flash Player 10 - Enable Local Storage Issue

    Hi all,
    Having and issue after upgrading to Flash Player 10 from 9.
    Some chat room applications are indicating that they cannot run
    since local storage is not enabled. If I log into the PC as the
    domain admin everything works fine. If a regular user logs in, that
    message appears. What has adobe changed in Flash Player 10 that I
    need to update?
    Thanks.

    Me too!
    On both IE8 and Firefox. Win 7 32 bit on IBM T42 - 1GB ram.
    Old laptop I know but the 10.1.x.x Flash Players worked just fine. Problem started with 10.2.152.26 flash player.
    Now BBC TV live and iPlayer work just fine, however YouTube does not - audio but no video. Just a black rectangle where the video should be.
    Right click to get the menu and "settings" is greyed out. However select the pop-out option and the video plays. Right click on the pop-out and "settings" is available. So deselect "enable hardware acceleration", close the pop-out and refresh the window (F5) and now YouTube videos play. Switch hardware acceleration back on and now they don't.
    This video works fine with hardware acceleration enabled. http://www.adobe.com/products/flashplayer/features/video/h264/
    These also work. http://www.adobe.com/devnet/flashplayer/stagevideo.html
    Something broken in 10.2, I think.

  • [SOLVED] chicken-locale environment issues

    So I've recently decided that I want to give Lisp or Scheme a try. I eventually settled on Chicken Scheme because it seemed to fit better into the Linux ecosystem than Common Lisp or something like that. AFAICT, and I'm obviously not an expert, it seems like there is no sane way to distribute Common Lisp appliations in a Linuxy way. Feel free to correct me on that; I'd love to give Common Lisp a try!
    Anyway, most of the chicken packaages on the AUR are unmaintained and broken, so that left me to pick up the ones I wanted to use. I've had some success, but this package in particular is giving me a headache.
    # Maintainer: Aaron P <[email protected]>
    # Contributer: Jim Pryor <[email protected]>
    pkgname=chicken-locale
    _pkgname=locale pkgver=0.6.9
    pkgrel=1
    pkgdesc="Chicken Scheme Egg: Provides locale operations"
    arch=('i686' 'x86_64')
    url="http://chicken.wiki.br/eggref/4/locale"
    license=('BSD')
    depends=('chicken>=4.5.0' 'chicken-regex' 'chicken-setup-helper' 'chicken-miscmacros' 'chicken-record-variants' 'chicken-synch' 'chicken-lookup-table')
    options=(docs !libtool !emptydirs)
    build() {
    cd "$srcdir/"
    chicken-install -r "${_pkgname}":"${pkgver}"
    package() {
    cd "$_pkgname"
    chicken-install -p "$pkgdir/usr"
    This is the template I use for all the other packages I've taken (actually adapted from the AUR user perlawk). Most of the time, it works. In this case, it fails because while chicken-install can find .so files from chicken libraries, it can't find .scm files. This is actually solvable by doing tihs:
    CHICKEN_INCLUDE_PATH=/usr/lib/chicken/7/ chicken-install -p "$pkgdir/usr"
    I don't particularly like hardcoding the path here, but it works. Only in this case, I only get a different error message that isn't so easily solvable. Apparently, some variable used in the setup script isn't recognized. One thing to note is this process works perfectly fine, without the environment change — as long as I run the commands manually.
    I'm pretty sure these are two symptoms of how makepkg's changes to the environment conflict with chicken-install, but I'm not sure of the details or the best way to work around it. Any tips?
    Last edited by AaronBP (2015-01-13 20:48:15)

    Here's a trick which I use to sort out environment issues when building packages:
    Before building the package with `makepkg`, run the following command, which lists and sorts the currently set environment variables into a file:
    $ printenv | LC_ALL=C sort > env-outside.txt
    Next, temporarily add the following line, which does the same as above command (but writes to a different file of course) at the beginning of the `package()` function in your PKGBUILD *:
    printenv | LC_ALL=C sort > "${srcdir}"/../env-inside.txt
    Now try to build your package with `makepkg` as usual.
    Finally, do:
    $ diff -u env-outside.txt env-inside.txt
    and you should get a listing of the difference between the two environments, which hopefully allows you to figure out why things aren't working as expected.
    * Add the line right before any command which is causing trouble. Sometimes the env problem is caused by `export`ing a variable in the `build()` function and forgetting to also `export` it in the `package()` function.
    Last edited by ackalker (2015-01-12 10:20:30)

  • KM Local Editing Issue

    Hi All,
    I have a strange issue with KM local editing feature. Whenever I try to edit an PDF file, it shows an error "The download of the document failed".
    Based on the sap notes available and previous KM post, I did check the internet explorer settings and docservice dll's in system registry. Everything is in place. It doesn't show an error while doing editing for any other file types like .txt and .docx etc..
    In fact in temp folder for my machine, I can see the KM folder path created under the folder docservice. But it is empty.
    System version is NW 7.3
    Any pointers to resolve this issue is appreciated.
    Regards,
    Mahesh

    Hi,
    This might be due to the fact that the PDF cannot be edited unless we open the PDF with the suitable tools like PDF editor. Portal doesn't have the inbuilt facility or tool to edit PDF. This is not in the case of text or html files. POrtal has inbuild HTML editor to edit the HTML files. Irrespective of the portal versions we have, we cannot edit a PDF file from the portal.
    It is possible if you install the PDF editor in your local machine and the corresponding plugin is added to your browser.
    Thanks,
    Mahendran B.
    Edited by: Mahendran Balasubramani on Jan 27, 2012 2:31 PM

  • Don't buy U330! Wifi 'Local Only' Issue can't connect to internet anywhere!

    If you are familiar with the local only problem, like I have become in recent weeks, you know the frustration of not being able to connect to the internet with your brand new computer when your ten year old laptop can surf the web with no problem.
    Normally the 'local only' problem is restricted to Vista for its newer network configuration under ivp6, but after five weeks of attempt to solve the problem, I have concluded that the lenovo U330 and its components are to blame.
    I hope someone here can help me stop advocating ban on purchasing U330 by helping me solve this problem.
    Here is a list of things I have done so far....
    Clean install vista
    turn off ivp6 in all network components
    go to regedit and set ....world = 0
    Fix all DHCH word32 key to 0
    uninstal ibm wifi connecting software
    update the wifi driver from intel/lenovo
    Still unsolved, I  installed windows XP and repeat step 2 - 6
    Still unsolved, I installed Windows Vista 64 repeat step 4,5,6
    There are few more procedures I went through to fix this problem. I have spent literally weeks trying to solve this problem.
    Lenovo sold me a laptop that does not connect to following locations: Local library, school network, local church.
    I understand this may be a Intel driver issue more than the lenovo laptop issue, but I don't care. I just want my internet to work.
    I will appreciate it if someone can come up with a solution to my problem.  And please don't tell me to contact the computer administrator of my school/library/church/local library to upgrade their hub because my Lenovo is far too advanced for their network.

    I am an engineering student and I have enough knowledge in computer hardware and software to know where left is from right.
    My school network engineer spent over an hour to find a solution to this issue to no avail.
    Therefore, if any potential customer whos knowledge in computers is below the network engineer's level should do themselves a favor and avoid purchasing U330 laptop.
    I know it sound absurd, but this is the truth, and I really hope I can apologize to anyone I may offend when my problem gets solved.

  • Local Assortment Issue

    Hi Retail Guru's
    I am facing issue in local assortment
    When I create Store in in WB01, SAP in background creates local assortment which I can view in tcode WRF_WSOA3 (Display Assortment) and in table WRS1.
    for e.g. if my store is S1234, local assortment is created is stored with same name S1234 and can be displayed in WRF_WSOA3 and can view in table WRS1-ASORT field.
    For few of the stores local assortment is not created properly i.e in WRS1 entry is there for S1234, but all other fields like Sales org (VKORG), distri channel (VTWEG) , Listing procedure(LSFTL), Layout (LAYUR) and even assortment category SOTYP is blank.
    My Question is
    1) How do I correct it? I tried by changing the data in WB02 for the store and also searched many SAP Notes, but was not able to find any helpful pointer.
    2) Have anyone of you faced such kind of issue, how do you resolve it?
    Regards
    Jitesh

    Hi Jitesh,
    Use Transaction WSOA2..enter the local assortment number...like S1234..and you can the enter the Sales org (VKORG), distri channel (VTWEG) , Listing procedure(LSFTL), Layout (LAYUR) and check for assortment category also

  • Saving ALV Grid to Local File issue - Missing half of the report

    Hi Experts, Good Day.
    I have developed an ALV Grid report using class CL_SALV_TABLE which displays 200 Columns and 100+ rows/records. It is displaying well, but when I am saving the output into local file (any type) there only 98 columns are downloading and remaining all the columns are missing.
    I would like to know whether there is any restriction for number of columns or what might the problem for it. How can I download all the columns into local file.
    Thanks in Adv.
    Vijay

    Hi,
    Thanks for your response. Even though there are multiple ways to send data to local file I believe all three are same. And even I am facing same issue all the ways. Only 98 Columns data is getting downloaded into Files (it might be .txt, .xls, etc.).
    After downloading first 98 Columns, I am hiding the downloaded columns and again I am downloading remaining columns. Then I am merging in the Excel file. This is very complicated for the End-User. So, please help me out.
    I have used only following methods for displaying ALV.
    For initial object/instance:
    CL_SALV_TABLE=>FACTORY,
    For ALV functions:
    CL_SAVL_TABLE->GET_FUNCTIONS,
    CL_SALV_FUNCTIONS_LIST->SET_ALL,
    For Column heading and Optimized width:
    CL_SALV_TABLE->GET_COLUMNS,
    CL_SALV_COLUMNS_TABLE->SET_OPTIMIZE,
    CL_SALV_COLUMNS_TABLE->GET_COLUMN,
    CL_SALV_COLUMN->SET_SHORT_TEXT,
    To display grid:
    CL_SALV_TABLE->DISPALY.
    - Thanks
    Vijay

  • Local transfer issues with ichat with different os

    i have updated a few machines to 10.6.3 but others are still on 10.5 (latest release).
    since the update no transfer on the local network will go through succesfully between the different systems.

    Hi,
    On the 10.6.3 machines have you tried Repair Permissions in Disk Utility (Application.Utilities) ?
    I would also try a PRAM reset.
    Shut down the computer.
    Restart it holding down APPLE(or ⌘ )ALT(⌥)+PR Keys until you have heard three Start Up Bongs.
    Also if you are using MobilMe try turning Off Back to My Mac in System Preferences > MobileMe
    I have this issue from iChat 5.0.3 to iChat 4.0.8 but not in the other direction.
    9:12 PM Friday; April 2, 2010
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"

  • Remote/Local Upload Issues

    Hi, I am having issues updating my index.html from my Local folder to my Remote folder and seeing the change actually take place on the public internet display. I am connecting just fine to my remote server, as I can see all the folders and files. But when I save my index.html (even if it's a bare template with no images/content) and then try to upload it from the Local/Remote/Dual view within Dreamweaver, it just won't copy correctly...nothing updates on the world wide web. I am making my way through the "Lynda.com" Dreamweaver CS4 tutorials becaue I am extremely new to webdesign, and here are the items of information that it said I need to input into Dreamweaver to initially set up my site:
    1. Site Name
    2. Local root folder (which I just made C:/website_name/public_html). Public_html is the name of the folder on my remote server that is supposed be the default place from where it uploads my index.html.
    3. Default images folder (C:/website_name/public_html/images).
    4. It asks me for my: "HTTP:// address"  That would just be my registered domain name, correct?
    I'll post the information that my hosting company sent to me for setup. Perhaps I am not using their information correctly within Dreamweaver (I'll obviously change around all the personal/sensitive information in here):
    New Account Information
    Hosting Package: Personal Plan
    Operation System: Linux/cPanel Control Panel
    Domain: havingtroubles.com
    Username: chewbaca
    Password: grither222
    DNS CHANGE REQUIREMENTS!
    Your name servers must be set to:
    Nameserver 1: NS8.ZZZ.NET (203.290.39.825)
    Nameserver 2: NS2.ZZZ.NET (204.388.99.999)
    FTP Hostname: www.havingtroubles.com
    Webpage URL: http://www.havingtroubles.com
    When you connect via FTP to our servers, you will see a public_html directory.  Your pages should be placed
    within the 'www' or 'public_html' directory.  In addition you also need your main page to be named index.html
    or index.htm.
    I don't get what these are for:
    "Nameserver 1: NS8.ZZZ.NET (203.290.39.825)
    Nameserver 2: NS2.ZZZ.NET (204.388.99.999)"
    Any help would be greatly appreciated as this is really discouraging me from webdesign...I feel like if I can get over this initial hump, I can really take off and have some fun here! Thanks!

    Whew! Good to know it's not actual account info!
    1) Sitename can be anything your local filesystem supports
    2) Local root folder should be a folder on your local filesystem containing the files and folders of your site. Can be named anything your filesystem supports, I often name mine with the sitename (as noted above) so that it's easy to find on my local file system.
    3) Unless you have a specific reason to require all new images on your site to be saved in a specific folder, I'd just ignore the default images folder. All this does is tell Dreamweaver where all images should be saved within the site - so this is more for helping you keep the site organized but if you're doing that already on your filesystem and have a good site definition and link to resources correctly, this isn't really required.
    4) Yes. That would be the URL to the final site on the live server.
    Not sure why they're giving you the DNS information like that - maybe if you need to create a redirect from a previous site?
    /* Stupid forum software makes it hard to catch misspellings...*/

  • Z10 local Calendar issues

    Is there a way to change the local calendar for the bbZ10?
    thanks

    Please give more detail on the issues that you are experiencing.
    If you have an answer to your question then please click “Accept as Solution”
    Click on the LIKE on the bottom right if the post deserves credit.
    BB 8700 -> Bold 9000 -> Curve 8520 -> Bold 9700 -> Curve 9320 -> Bold 9900 -> BlackBerry Z10 + PlayBook 64 GB Wi-Fi

Maybe you are looking for

  • HT201412 My iPad will not boot up, has a think logo running but will not start. Any ideas?

    My Ipad will not boot up, has a think logo running all the time...any ideas. Also had trouble upgrading to ios.6 the computer is not the original one I synved my ipas too. It started OK then failed. Now it will not connect at all to computer...comes

  • Error handling in JDBC

    Hi All, i am using store procedure to fetch the data from Oracle Data base and send the data to SAP system using PI. I get some 1,00,000 records at a timeall needs to be sent to SAP. Suppose 1 record fails either in PI or inSAP, i need to rollback al

  • Beginner

    Hi, I am atempting to connect up my Basler camera to Vision aquisition for the first time. I can get an image on the pylon viewer. However when i launch my MAX it does not pick up the camera. I am using a network connection to connect from camera to

  • Can't Install After Effects CS5 Trial on Windows XP (64 Bit)

    I tired to install the AE CS5 trial yesterday on my computer and it had the error message,  "Adobe After Effects CS5 is installable only on 64-bit systems."  My computer is pretty crappy, but it IS a 64bit system.  Here are my specs of this old budge

  • Attaching files to stationary

    I can see this has been raised before, but it still doesn't appear to be fully resolved. I have successfully edited an existing Mac Mail template for my own purposes, but the same problem arises when trying to attach PDFs or any other document format