The etag value \'\"1\"\' specified in one of the request headers is not valid. Please make sure only one etag value is specified and is valid.

I try to receive data from a SharePoint List by using REST Services. (_vti_bin/ListData.svc)
This approach worked fine for some days, until I get an error 400 with following error message:
"The etag value 1 specified in one of the request headers is not valid. Please make sure only one tag value is specified and is valid."
Hope anybody can help.
Many thanks in advance.


Hi,
According to your post, my understanding is that you had an issue about retrieve data form list using REST in SharePoint 2010.
I had created a simple demo to retrieve a list item, you can check with the following code snippets.
<script src="http://code.jquery.com/jquery-1.10.2.min.js" type="text/javascript"></script>
<script type="text/javascript">
_spBodyOnLoadFunctionNames.push("callCSOM");
function callCSOM()
$("#Button1").click(function()
ExecuteOrDelayUntilScriptLoaded(ready, "sp.js");
function getListItemById(webUrl,listName, itemId, success, failure) {
var url = webUrl + "/_vti_bin/listdata.svc/" + listName + "(" + itemId + ")";
$.ajax({
url: url,
method: "GET",
headers: { "Accept": "application/json; odata=verbose" },
success: function (data) {
success(data.d);
error: function (data) {
failure(data.responseJSON.error);
function ready(){
getListItemById('http://sp','ListB',2,function(data){
alert(data.Title);
function(error){
console.log(JSON.stringify(error));
</script>
<input id="Button1" type="button" value="Run Code"/>
Thanks,
Jason
Forum Support
Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
[email protected]
Jason Guo
TechNet Community Support

Similar Messages

  • When I send a document for signature, two emails are sent to my client and myself.  How do I make sure only one is sent?

    When I send a document for signature, two emails are sent to my client and myself. How do I make sure only one is sent?

    Hi Mark,
    I checked your account at the backend and found many transactions sent out.
    In order to narrow down the issue and search we need to know the specific transaction detail for which you faced this issue.
    1. Signers email address
    2. Senders email address
    3.Name of the document
    4. Date it was sent.
    Do not post the information here. Send me a private message
    Also let me know which 2 mails did you receive? Could you please share the subject line for the same.
    Regards,
    Rave

  • Why in the (firefox) world I get an error message "firefox an error occured during loading please make sure you have microsoft internet explorer at least version 4 installed and properly configured"??

    I'm using latest version of FF (9.0.1). But when opening a certain page of my company's website, I get this error message. Just curious why FF need to depend on IE at all...
    May be this is coming from our company's plugin. Nevertheless, if anybody else has encountered this weird error message, and you have found a solution, please feel free to share. Thank you.

    This is not a normal message from a standard Firefox installation so this is probably a problem with you company's plugin or your company's webwerver. Firefox does not depend on IE in any way.

  • Application cannot proceed. Internal error occured. Contact your administrator. Error msg: Unable to connect to the database. Please make sure the database information specified in admin/includes/config.php are correct.

    After clicking in email link, I get the following message on Firefox page : " The application cannot proceed!
    An internal error occured. Please contact your administrator and describe the steps you took before you encounter this error message.Error msg: Unable to connect to the database. Please make sure the database information specified in admin/includes/config.php are correct."
    The email asked to install the latest Adobe Flashplayer version to have it working. I installed it, also updated my plug-ins and checked in safe mode that the extensions were not the problem. I also deleted the cookies an cache. Nothing seems to be working so far. I have the lastest version of Firefox 8.0.1 as well as Roboform 7. I noticed that the latest Firefox version has (x86) tagged to it. Does it refers to an 86 bits because my computer uses 32 or 64 bits only. I tried also different browsers and the message kept appearing. How do I resolve this problem?

    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    * Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove Cookies" from sites causing problems:
    * Tools > Options > Privacy > Cookies: "Show Cookies"

  • I want to make a video clip using two still pictures, placing side by side.  I am able to make with only one at a time.

    I want to make a video clip using two still pictures, placing side by side.  I am able to make with only one at a time.  Also, I am able to move the picture using Transform.  But unsuccessfull in making with two stills in same clip.  Thank you for reply.

    If you want a Picture in Picture effect, stack one still on top of the other with a connect edit. Use Transform to scale and reposition the top image.
    Russ

  • Unable to retrieve clouds on VMM server. Please make sure the server name is correct and try connecting again

    I getting this annoying error "Unable to retrieve clouds on VMM server. Please make sure the server name is correct and try connecting again."  I've followed the recommended documentation for setting up SPF and Azure using the following:
    http://www.hyper-v.nu/archives/mvaneijk/2013/01/installing-and-configuring-system-center-service-provider-foundation/
    I've gone thru the troubleshoot steps from the following:
    http://blogs.technet.com/b/scvmm/archive/2014/03/04/kb-the-windows-azure-pack-service-management-portal-does-not-retrieve-cloud-settings.aspx
    http://social.technet.microsoft.com/forums/windowsazure/en-US/363e7dae-7370-4605-bc8d-b98fa6dc9d8e/unable-to-register-vmm-server
    So you don't need to send me those links.
    I found a few others which pointed me to the event logs WindowsAzurePack\MGmtSVC-AdminAPi and AdminSite.  In these event logs, I see a lot of event ID 12 and 1046.  The contents of event id 12 is the following:
    Log Name:      Microsoft-WindowsAzurePack-MgmtSvc-AdminSite/Operational
    Source:        Microsoft-WindowsAzurePack-MgmtSvc-AdminSite
    Date:          6/19/2014 3:27:55 PM
    Event ID:      12
    Task Category: (65522)
    Level:         Error
    Keywords:      None
    User:          IIS APPPOOL\MgmtSvc-AdminSite
    Computer:      usw-azure-01.uswired.com
    Description:
    Error:ManagementClientException: Resource not found.
    <Exception>
      <Type>ManagementClientException</Type>
      <Message>Resource not found.</Message>
      <StackTrace><![CDATA[
       at Microsoft.WindowsAzure.Server.Management.ManagementClientBase.<ThrowIfResponseNotSuccessful>d__2b.MoveNext()
       at Microsoft.WindowsAzure.Management.TaskSequencer.<>c__DisplayClass1e`1.<RunSequenceAsync>b__1d(Task previousTask)
    --- End of stack trace from previous location where exception was thrown ---
       at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       at Microsoft.WindowsAzure.Server.SystemCenter.AdminExtension.Controllers.SystemCenterAdminController.<GetResourceProviderAsync>d__2e7.MoveNext()
    --- End of stack trace from previous location where exception was thrown ---
       at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       at Microsoft.WindowsAzure.Server.SystemCenter.AdminExtension.Controllers.SystemCenterAdminController.<GetAutomationResourceProvider>d__2b6.MoveNext()
    --- End of stack trace from previous location where exception was thrown ---
       at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       at lambda_method(Closure , Task )
       at System.Web.Mvc.Async.TaskAsyncActionDescriptor.EndExecute(IAsyncResult asyncResult)
       at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass3f.<BeginInvokeAsynchronousActionMethod>b__3e(IAsyncResult asyncResult)
       at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass37.<>c__DisplayClass39.<BeginInvokeActionMethodWithFilters>b__33()
       at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass4f.<InvokeActionMethodFilterAsynchronously>b__49()
       at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass4f.<InvokeActionMethodFilterAsynchronously>b__49()
       at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass4f.<InvokeActionMethodFilterAsynchronously>b__49()
       at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass37.<BeginInvokeActionMethodWithFilters>b__36(IAsyncResult asyncResult)
       at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass25.<>c__DisplayClass2a.<BeginInvokeAction>b__20()
       at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass25.<BeginInvokeAction>b__22(IAsyncResult asyncResult)]]></StackTrace>
      <HttpContext>
        <User IsAuthenticated="true" Name="USWIRED\Administrator" />
        <Request>
          <RawUrl>/SystemCenterAdmin/GetAutomationResourceProvider</RawUrl>
          <UserHostAddress>fe80::c179:19c8:c5f2:7309%12</UserHostAddress>
          <Headers>
            <Header Key="Cache-Control" Value="no-cache" />
            <Header Key="Connection" Value="Keep-Alive" />
            <Header Key="Content-Length" Value="2" />
            <Header Key="Content-Type" Value="application/json" />
            <Header Key="Accept" Value="application/json, text/javascript, */*; q=0.01" />
            <Header Key="Accept-Encoding" Value="gzip, deflate" />
            <Header Key="Accept-Language" Value="en-US" />
            <Header Key="Host" Value="usw-azure-01.uswired.com:30091" />
            <Header Key="Referer" Value="https://usw-azure-01.uswired.com:30091/" />
            <Header Key="User-Agent" Value="Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko" />
            <Header Key="x-ms-client-session-id" Value="c343c29d-20b1-412b-be94-879409205700" />
            <Header Key="x-ms-client-antiforgery-id" Value="0crwi2qNk20bMr6C04/vKd4L28WG1nd8JKBdOlCCp+xlph40YeL2oTdmeiTkPmE272S2dqmGQMNo+FElKkG2MdR0Xhq41RU/t8PrFjcG0Vgx4a8dgZLbfKVURo9n84F1XWtJOkTTUK/OeNVWBrK1+w=="
    />
            <Header Key="x-ms-client-request-id" Value="dcc427c7-40fc-4fdd-9a70-7622969ff40d-2014-06-19 22:27:55Z" />
            <Header Key="X-Requested-With" Value="XMLHttpRequest" />
            <Header Key="DNT" Value="1" />
            <Cookies>
              <Cookie Name="AdminSiteFedAuth" Secure="false" Expires="0001-01-01T00:00:00Z" Domain="" Path="/" Value="Redacted (2000 characters)" />
              <Cookie Name="AdminSiteFedAuth1" Secure="false" Expires="0001-01-01T00:00:00Z" Domain="" Path="/" Value="Redacted (424 characters)" />
              <Cookie Name="__RequestVerificationToken_Admin" Secure="false" Expires="0001-01-01T00:00:00Z" Domain="" Path="/" Value="Redacted (128 characters)" />
            </Cookies>
          </Headers>
        </Request>
      </HttpContext>
    </Exception>, operationName:SystemCenterAdmin.GetAutomationResourceProvider, version:, accept language:en-US, subscription Id:, client request Id:dcc427c7-40fc-4fdd-9a70-7622969ff40d-2014-06-19 22:27:55Z, principal Id:USWIRED\Administrator, page request
    Id:c343c29d-20b1-412b-be94-879409205700, server request id:
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-WindowsAzurePack-MgmtSvc-AdminSite" Guid="{5E78D550-1384-5A96-C12A-CB6DA7BC6365}" />
        <EventID>12</EventID>
        <Version>0</Version>
        <Level>2</Level>
        <Task>65522</Task>
        <Opcode>0</Opcode>
        <Keywords>0x0</Keywords>
        <TimeCreated SystemTime="2014-06-19T22:27:55.971935000Z" />
        <EventRecordID>399</EventRecordID>
        <Correlation ActivityID="{FAA512AF-E0A9-4F2A-80EF-09F72D2F7918}" />
        <Execution ProcessID="3424" ThreadID="2308" />
        <Channel>Microsoft-WindowsAzurePack-MgmtSvc-AdminSite/Operational</Channel>
        <Computer>usw-azure-01.uswired.com</Computer>
        <Security UserID="S-1-5-82-4118156790-2181488624-806685255-2797011695-3958995103" />
      </System>
      <EventData>
        <Data Name="message">ManagementClientException: Resource not found.
    &lt;Exception&gt;
      &lt;Type&gt;ManagementClientException&lt;/Type&gt;
      &lt;Message&gt;Resource not found.&lt;/Message&gt;
      &lt;StackTrace&gt;&lt;![CDATA[
       at Microsoft.WindowsAzure.Server.Management.ManagementClientBase.&lt;ThrowIfResponseNotSuccessful&gt;d__2b.MoveNext()
       at Microsoft.WindowsAzure.Management.TaskSequencer.&lt;&gt;c__DisplayClass1e`1.&lt;RunSequenceAsync&gt;b__1d(Task previousTask)
    --- End of stack trace from previous location where exception was thrown ---
       at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       at Microsoft.WindowsAzure.Server.SystemCenter.AdminExtension.Controllers.SystemCenterAdminController.&lt;GetResourceProviderAsync&gt;d__2e7.MoveNext()
    --- End of stack trace from previous location where exception was thrown ---
       at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       at Microsoft.WindowsAzure.Server.SystemCenter.AdminExtension.Controllers.SystemCenterAdminController.&lt;GetAutomationResourceProvider&gt;d__2b6.MoveNext()
    --- End of stack trace from previous location where exception was thrown ---
       at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       at lambda_method(Closure , Task )
       at System.Web.Mvc.Async.TaskAsyncActionDescriptor.EndExecute(IAsyncResult asyncResult)
       at System.Web.Mvc.Async.AsyncControllerActionInvoker.&lt;&gt;c__DisplayClass3f.&lt;BeginInvokeAsynchronousActionMethod&gt;b__3e(IAsyncResult asyncResult)
       at System.Web.Mvc.Async.AsyncControllerActionInvoker.&lt;&gt;c__DisplayClass37.&lt;&gt;c__DisplayClass39.&lt;BeginInvokeActionMethodWithFilters&gt;b__33()
       at System.Web.Mvc.Async.AsyncControllerActionInvoker.&lt;&gt;c__DisplayClass4f.&lt;InvokeActionMethodFilterAsynchronously&gt;b__49()
       at System.Web.Mvc.Async.AsyncControllerActionInvoker.&lt;&gt;c__DisplayClass4f.&lt;InvokeActionMethodFilterAsynchronously&gt;b__49()
       at System.Web.Mvc.Async.AsyncControllerActionInvoker.&lt;&gt;c__DisplayClass4f.&lt;InvokeActionMethodFilterAsynchronously&gt;b__49()
       at System.Web.Mvc.Async.AsyncControllerActionInvoker.&lt;&gt;c__DisplayClass37.&lt;BeginInvokeActionMethodWithFilters&gt;b__36(IAsyncResult asyncResult)
       at System.Web.Mvc.Async.AsyncControllerActionInvoker.&lt;&gt;c__DisplayClass25.&lt;&gt;c__DisplayClass2a.&lt;BeginInvokeAction&gt;b__20()
       at System.Web.Mvc.Async.AsyncControllerActionInvoker.&lt;&gt;c__DisplayClass25.&lt;BeginInvokeAction&gt;b__22(IAsyncResult asyncResult)]]&gt;&lt;/StackTrace&gt;
      &lt;HttpContext&gt;
        &lt;User IsAuthenticated="true" Name="USWIRED\Administrator" /&gt;
        &lt;Request&gt;
          &lt;RawUrl&gt;/SystemCenterAdmin/GetAutomationResourceProvider&lt;/RawUrl&gt;
          &lt;UserHostAddress&gt;fe80::c179:19c8:c5f2:7309%12&lt;/UserHostAddress&gt;
          &lt;Headers&gt;
            &lt;Header Key="Cache-Control" Value="no-cache" /&gt;
            &lt;Header Key="Connection" Value="Keep-Alive" /&gt;
            &lt;Header Key="Content-Length" Value="2" /&gt;
            &lt;Header Key="Content-Type" Value="application/json" /&gt;
            &lt;Header Key="Accept" Value="application/json, text/javascript, */*; q=0.01" /&gt;
            &lt;Header Key="Accept-Encoding" Value="gzip, deflate" /&gt;
            &lt;Header Key="Accept-Language" Value="en-US" /&gt;
            &lt;Header Key="Host" Value="usw-azure-01.uswired.com:30091" /&gt;
            &lt;Header Key="Referer" Value="https://usw-azure-01.uswired.com:30091/" /&gt;
            &lt;Header Key="User-Agent" Value="Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko" /&gt;
            &lt;Header Key="x-ms-client-session-id" Value="c343c29d-20b1-412b-be94-879409205700" /&gt;
            &lt;Header Key="x-ms-client-antiforgery-id" Value="0crwi2qNk20bMr6C04/vKd4L28WG1nd8JKBdOlCCp+xlph40YeL2oTdmeiTkPmE272S2dqmGQMNo+FElKkG2MdR0Xhq41RU/t8PrFjcG0Vgx4a8dgZLbfKVURo9n84F1XWtJOkTTUK/OeNVWBrK1+w=="
    /&gt;
            &lt;Header Key="x-ms-client-request-id" Value="dcc427c7-40fc-4fdd-9a70-7622969ff40d-2014-06-19 22:27:55Z" /&gt;
            &lt;Header Key="X-Requested-With" Value="XMLHttpRequest" /&gt;
            &lt;Header Key="DNT" Value="1" /&gt;
            &lt;Cookies&gt;
              &lt;Cookie Name="AdminSiteFedAuth" Secure="false" Expires="0001-01-01T00:00:00Z" Domain="" Path="/" Value="Redacted (2000 characters)" /&gt;
              &lt;Cookie Name="AdminSiteFedAuth1" Secure="false" Expires="0001-01-01T00:00:00Z" Domain="" Path="/" Value="Redacted (424 characters)" /&gt;
              &lt;Cookie Name="__RequestVerificationToken_Admin" Secure="false" Expires="0001-01-01T00:00:00Z" Domain="" Path="/" Value="Redacted (128 characters)" /&gt;
            &lt;/Cookies&gt;
          &lt;/Headers&gt;
        &lt;/Request&gt;
      &lt;/HttpContext&gt;
    &lt;/Exception&gt;</Data>
        <Data Name="requestId">
        </Data>
        <Data Name="subscriptionId">
        </Data>
        <Data Name="clientRequestId">dcc427c7-40fc-4fdd-9a70-7622969ff40d-2014-06-19 22:27:55Z</Data>
        <Data Name="principalId">USWIRED\Administrator</Data>
        <Data Name="version">
        </Data>
        <Data Name="pageRequestId">c343c29d-20b1-412b-be94-879409205700</Data>
        <Data Name="acceptLanguage">en-US</Data>
        <Data Name="operationName">SystemCenterAdmin.GetAutomationResourceProvider</Data>
      </EventData>
    </Event>
    Event ID 1046 is 
    Log Name:      Microsoft-WindowsAzurePack-MgmtSvc-AdminSite/Operational
    Source:        Microsoft-WindowsAzurePack-MgmtSvc-AdminSite
    Date:          6/19/2014 3:32:56 PM
    Event ID:      1046
    Task Category: (116)
    Level:         Error
    Keywords:      None
    User:          IIS APPPOOL\MgmtSvc-AdminSite
    Computer:      usw-azure-01.uswired.com
    Description:
    Could not connect to Resource Provider. Error: Resource not found.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-WindowsAzurePack-MgmtSvc-AdminSite" Guid="{5E78D550-1384-5A96-C12A-CB6DA7BC6365}" />
        <EventID>1046</EventID>
        <Version>0</Version>
        <Level>2</Level>
        <Task>116</Task>
        <Opcode>0</Opcode>
        <Keywords>0x0</Keywords>
        <TimeCreated SystemTime="2014-06-19T22:32:56.854137500Z" />
        <EventRecordID>413</EventRecordID>
        <Correlation ActivityID="{C20DBEAD-388F-4CF4-80FD-21C6419CC2F1}" />
        <Execution ProcessID="3424" ThreadID="2768" />
        <Channel>Microsoft-WindowsAzurePack-MgmtSvc-AdminSite/Operational</Channel>
        <Computer>usw-azure-01.uswired.com</Computer>
        <Security UserID="S-1-5-82-4118156790-2181488624-806685255-2797011695-3958995103" />
      </System>
      <EventData>
        <Data Name="errorMessage">Resource not found.</Data>
      </EventData>
    </Event>
    The other thing I notice is that when trying to connect to the VMM. It's trying to use domain\username, yet when I try logging in with domain\username via the SCVMM Console. I get the  You cannot access VMM management server (Error ID: 1604).
     I'm not sure if this is why I can not add the VMM to WAP.  Any help would be appreciated.  Thanks
    Nick

    Hello,
    I am not sure about the answer but I guess these steps will solve your problem:
    1) Log in to the SPF server by using an account that is a member of the SPF_Admin local group.
    2) Open an elevated Windows PowerShell window.
    3) Type the following commands, and press Enter after you type each command:
    Import-module spfadmin
    New-SCSPFTenant -Name Administrator -SubscriptionId 00000000-0000-0000-0000-000000000000
    4) Close the WAP Server Management Portal, and then reconnect to it to update all items.

  • HT1349 Win 7 64 bit:  iTunes won't install, get error code 2324 or installer says I am not logged on as administrator:  only one user and it is an administrator user.

    Win 7 64 bit:  iTunes won't install, get error code 2324 or installer says I am not logged on as administrator:  only one user and it is an administrator user.

    Hey there k8ei,
    Thank you for using Apple Support Communities
    I found this article for you to help troubleshoot installing iTunes named Trouble installing iTunes or QuickTime for Windows found here http://support.apple.com/kb/HT1926.
    Here is a general overview on where the troubleshooting will take you:
    General installation troubleshooting
    1. Empty your Temp directory and restart
    2. Completely remove iTunes and related components
    3. Install the latest version of iTunes
    Additional troubleshooting
    After performing each of the steps below, you will need to completely remove iTunes and related components and then install iTunes again to determine whether the issue is resolved.
    1. Make sure you have administrator account access
    2. Make sure your folder names don't contain strange characters
    3. Get the latest Windows updates
    4. Disable other conflicting software
    All the very best,
    Sterling

  • Incorrect login or password. Please make sure the credentials you entered

    Hi Friends
    I have install SJES 2004Q2
    ./imadmin version
    6.1 2004.4.16.1528 ponk SunOS5.8
    All the suite is working Ok. Messaging server, calendar, portal Server, web server, etc. but Instant Messaging send:
    Incorrect login or password. Please make sure the credentials you entered
    I can't access to the application, the logs tell me nothing,
    somebody would helpme.
    I need to know all the attributes of my accounts, actually i have:
    givenName: gerardo
    objectClass: top
    objectClass: person
    objectClass: inetorgperson
    objectClass: iplanet-am-managed-person
    objectClass: organizationalPerson
    objectClass: inetUser
    objectClass: inetSubscriber
    objectClass: ipUser
    objectClass: nsManagedPerson
    objectClass: userPresenceProfile
    objectClass: inetMailUser
    objectClass: inetLocalMailRecipient
    mailAntiUBEService: spam
    uid: gguzman
    mail: gguzman@myserver
    cn: gerardo
    dataSource: Sun ONE Messaging Server Installer
    pabURI: ldap://myserver:389/ou=gguzman,ou=People,o=myserver
    ,dc=altcomp,dc=com,dc=mx,o=pab
    mailUserStatus: active
    inetUserStatus: active
    mailHost: server.myserver
    sn: guzman
    creatorsName: cn=directory manager
    createTimestamp: 20050504162420Z
    nsUniqueId: de140a81-bcb811d9-80a690e4-650f9fa6
    mailMsgQuota: -1
    mailQuota: -1
    mailAlternateAddress: jerry@myserver
    userPassword: {SSHA}kcLZhmmTjvZOE971kS0O4gIkY982XiIExR+eTQ==
    mailDeliveryOption: mailbox
    preferredLanguage: es
    nswmExtendedUserPrefs: meColorSet=2
    nswmExtendedUserPrefs: meDraftFolder=Drafts
    nswmExtendedUserPrefs: meSentFolder=Sent
    nswmExtendedUserPrefs: meTrashFolder=Trash
    nswmExtendedUserPrefs: meInitialized=true
    What miss ?
    Thanks in advance.

    Thanks
    it' looks better, but still have the same problem.
    take a look please, by other hand would you tell me if i miss an attribute in my last uid <---, that i show u in the first message.
    server.log
    18/May/2005:18:45:39 -0600] DEBUG: Sent HELLO
    [18/May/2005:18:45:39 -0600] INFO: Added New connection on multiplex
    [18/May/2005:18:45:39 -0600] DEBUG: null: Received command: Hello
    [18/May/2005:18:45:39 -0600] INFO: unknown: command: Hello peer version 6.1 - pr
    otocol version 6.1
    [18/May/2005:18:45:39 -0600] DEBUG: null: Received command: Auth
    [18/May/2005:18:45:39 -0600] DEBUG: Trying the realm class com.iplanet.im.server
    .IdentityRealm
    [18/May/2005:18:45:39 -0600] DEBUG: [Identity] Authenticating user gguzman
    [18/May/2005:18:45:39 -0600] DEBUG: [Identity] getSearchBase(myserver)=o=a
    ltcomp.com.mx,dc=altcomp,dc=com,dc=mx
    [18/May/2005:18:45:39 -0600] DEBUG: [Identity] domain=myserver OrgDN=o=alt
    comp.com.mx,dc=altcomp,dc=com,dc=mx
    [18/May/2005:18:45:39 -0600] INFO: [Identity] Failed to create SSO token for ggu
    zman
    [18/May/2005:18:45:39 -0600] INFO: unknown: command: Auth LoginType=1 gguzman:
    failed
    [18/May/2005:18:45:39 -0600] DEBUG: MultiplexManager#9272014 channel 1 terminate
    d.
    [18/May/2005:18:47:29 -0600] INFO: clients: 0 inbound servers: 0/0 outbound serv
    ers: 0/0
    [18/May/2005:18:47:29 -0600] NOTICE: STATS| sessions 0 messages 0 presence 0 roo
    ms 0 joins 0
    [18/May/2005:18:47:29 -0600] NOTICE: STATS_CUMUL| sessions 0 messages 0 presence
    mux.log
    [18/May/2005:18:45:29 -0600] server mux[21973]: General Debug: [192.168.0.21][1]: unknown write error 0
    [18/May/2005:18:45:29 -0600] server mux[21973]: General Debug: server[1]: gdisp_read 1337412 dispatched. rec
    eived 5 bytes
    [18/May/2005:18:45:29 -0600] server mux[21973]: General Notice: [192.168.0.21][1]: client closed. [time=0s]
    [bytes=1237] [total=24] [active=0]
    [18/May/2005:18:45:39 -0600] server mux[21973]: General Notice: [192.168.0.21][1]: client started. [total=25
    ] [active=1]
    [18/May/2005:18:45:39 -0600] server mux[21973]: General Debug: server[1]: gdisp_read 1337412 dispatched. rec
    eived 206 bytes
    [18/May/2005:18:45:39 -0600] server mux[21973]: General Debug: [192.168.0.21][1]: unknown write error 0
    [18/May/2005:18:45:39 -0600] server mux[21973]: General Debug: conn[1]: gdisp_read 1371508 dispatched reader
    state 3
    [18/May/2005:18:45:39 -0600] server mux[21973]: General Debug: conn[1]: (_conn_reader) conn_work state, rece
    ived size 196
    [18/May/2005:18:45:39 -0600] server mux[21973]: General Debug: conn[1]: gdisp_read 1371508 scheduled
    [18/May/2005:18:45:39 -0600] server mux[21973]: General Debug: server[1]: gdisp_read 1337412 dispatched. rec
    eived 278 bytes
    [18/May/2005:18:45:39 -0600] server mux[21973]: General Debug: [192.168.0.21][1]: unknown write error 0
    [18/May/2005:18:45:39 -0600] server mux[21973]: General Debug: conn[1]: gdisp_read 1371508 dispatched reader
    state 3
    [18/May/2005:18:45:39 -0600] server mux[21973]: General Debug: conn[1]: (_conn_reader) conn_work state, rece
    ived size 260
    [18/May/2005:18:45:39 -0600] server mux[21973]: General Debug: conn[1]: gdisp_read 1371508 scheduled
    [18/May/2005:18:45:39 -0600] server mux[21973]: General Debug: server[1]: gdisp_read 1337412 dispatched. rec
    eived 297 bytes
    [18/May/2005:18:45:39 -0600] server mux[21973]: General Debug: [192.168.0.21][1]: unknown write error 0
    [18/May/2005:18:45:39 -0600] server mux[21973]: General Debug: server[1]: gdisp_read 1337412 dispatched. rec
    eived 5 bytes
    [18/May/2005:18:45:39 -0600] server mux[21973]: General Notice: [192.168.0.21][1]: client closed. [time=0s]
    [bytes=1237] [total=25] [active=0]
    [18/May/2005:18:53:34 -0600] server mux[21973]: General Notice: [192.168.0.21][1]: client started. [total
    java console
    saved local properties file: E:\Documents and Settings\Administrator\.sunmsgr\messenger.properties
    network: Connecting socket://server.altcomp.com.mx:49909 with proxy=DIRECT
    connect ae: com.sun.im.service.AuthenticationException: Authentication Failed
    i am not using a proxy or something like.-
    I expect you could help me, couse i don't have enoght info.
    Regards.

  • When I try to connect my bluetooth keyboard to my ipad, the dialog box pops up and says: "Make sure 'Apple Wireless Keyboard' is turned on and in range." But the keyboard is turned on and is right in front of the ipad. Any thoughts?

    When I try to cnnect my bluetooth keyboard to my ipad, the dialogue box pops up and says: "Make sure 'Apple Wireless Keyboard' is turned on and in range." The thing is, the keyboard is on and is sitting in front of the ipad. I have used it before, but not for many months. I changed the batteries today just in case. The green light on the keyboard comes on and continues blinking. What am I missing?

    Keyboards Can only be paired with one device at the time so if it's paired with another device IN range it Will not pair with the ipad

  • An update tries to run, but an error message stating "The update could not be installed. Please make sure there are no other copies of Firefox running on your computer, and then restart Firefox to try again." I can't open Firefox

    I click on Firefox and it says that Firefox is installing your updates and will start in a few minutes. Then I get "The update could not be installed. Please make sure there are no other copies of Firefox running on your computer, and then restart Firefox to try again." this cycle never ends. Do I need to deinstall Firefox and re-install? If I do that, do i lose all of my bookmarks, etc?

    See http://kb.mozillazine.org/Software_Update (Software Update not working properly)
    Remove the files in the updates and updates\0 folder:
    *C:\Documents and Settings\&lt;user&gt;\Local Settings\Application Data\Mozilla\Firefox\Mozilla Firefox\updates
    *(%USERPROFILE%\Local Settings\Application Data\Mozilla\Firefox\Mozilla Firefox\updates)
    *C:\Program Files\Mozilla Firefox\updates
    *Do a clean reinstall and download a fresh Firefox copy from http://www.mozilla.com/firefox/all.html and save the file to the desktop.
    *Uninstall your current Firefox version and remove the Firefox program folder before installing that copy of the Firefox installer. Do not remove personal data when uninstalling.
    *It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that were leftover after uninstalling.
    You can skip the step to create a new profile, that is not necessary for this issue.
    See http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Clean_reinstall

  • Firefox will updage. I get this message: Something is preventing firefox from updating securely. Please make sure that you have the latest version

    I get this error message: Something is preventing Firefox from updating securely. Please make sure that you have the latest version of Firefox. I have uninstalled and re-installed. It did not work. Support tells me to click on Firefox at the top. I have no word at the top which says Firefox. I have the Firefox icon.

    This issue can be caused by the presence of leftover files in the Firefox program folder (defaults\pref) like a file firefox.js that overrides the update URL with a wrong link.
    Do a clean reinstall and be sure to remove the Firefox program folder.
    * Firefox 4.0.x: http://www.mozilla.com/en-US/firefox/all.html
    * Firefox 3.6.x: http://www.mozilla.com/en-US/firefox/all-older.html
    * Uninstall your current Firefox version.
    * Do not remove personal data when you uninstall the current version.
    Remove the Firefox program folder before installing that newly downloaded copy of the Firefox installer.
    * It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that were leftover after uninstalling.
    Your bookmarks and other profile data are stored elsewhere in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder] and won't be affected by a reinstall, but make sure that you do not select to remove personal data if you uninstall Firefox.
    * [/questions/826858]

  • When i try to restore my ipod touch 4g itunes keep telling me that to make sure that my network setting is correct,and make sure that i connected to the internet ?

    when i try to restore my ipod touch 4g itunes keep telling me that to make sure that my network setting is correct,and make sure that i connected to the internet,wht is that supose to mean i allredy connected to the inter net but i dont know how to make sure that my network sitting is correct help me plz

    Try:
    iTunes for Windows: iTunes cannot contact the iPhone, iPad, or iPod software update server

  • "The update could not be installed. Please make sure there are no other copies of Firefox running on your computer, and then restart Firefox to try again"

    I'm using Firefox 4 Beta and I tryed install update but I dont got success. Now every time that I go start the browser is displayed the mensage: "The update could not be installed. Please make sure there are no other copies of Firefox running on your computer, and then restart Firefox to try again"
    My release is installed not in default drive C:\. I installed in the other Partition on my PC.
    I don't have other release installed.

    Try a clean re-install.
    * Download the setup file from http://www.mozilla.com/en-US/firefox/RC (this is for the Firefox 4 release candidate)
    * Uninstall Firefox, do not select the option to "Remove my Firefox personal data"
    * Delete the Firefox installation directory - http://kb.mozillazine.org/Installation_directory
    * Re-install Firefox
    This process does not remove the Firefox user data such as bookmarks and passwords which are stored elsewhere in the profile folder.
    You may also need to manually reset the Software Update feature by deleting the software update files as shown in the "Software Update not working properly" section here - http://kb.mozillazine.org/Software_Update

  • The requested resource is not available - Please help i want to complete it

    Hi,
    Im using netbeans 6.0 and java 1.6 update 3.
    While executing my netbean web application it is saying that the requested resource is not available
    Please help
    I have to complete it with in this week
    for your information i have formatted my OS and reinstalled
    windows 2000
    apache tomcat server 6.0.14 version im using
    before formatting it was working fine.
    Thanking YOu.
    R.Muthu Kumar.

    I looks like you have classpath issues deleted. why not download latest netbeans bundled with tomcat that should work smoothly.

  • OS X 10.10.2 Your connection failed because the communication device is unavailable. Make sure it's connected to your computerunication device is unavailable. Make sure it's connected to your computer and try reconnecting ad try reconnecting

    There is precious little information concerning this warning dialog. If I am disconnected from any network; wifi, Bluetooth, Thunderbolt Ethernet, doesn't matter, I get this error in a pop-up dialog. "Your connection failed because the communication device is unavailable. Make sure it's connected to your computer and try reconnecting" Creating a new Location under System Preferences / Network does not solve the problem. 1. What is asking to be connected? 2. How do I stop this? Running Yosemite 10.10.2 on a MBP 13"

    Send Apple feedback. They won't answer, but at least will know there is a problem. If enough people send feedback, it may get the problem solved sooner.
    Feedback
    Or you can use your Apple ID to register with this site and go the Apple BugReporter. Supposedly you will get an answer if you submit feedback.
    Feedback via Apple Developer

Maybe you are looking for