Sync Actual work for a task, per resource

Would by using VBA like to update Actual work for a certain task, and not only the total work, but want to add Actual work for each resource assigned to the task. Have tried to figure out how, but so far been unable to do so. Already have
the values per resource so just want to know how to access the Actual work field per resource.

Anders,
We need a little more information about your VBA code but basically the following syntax should work:
Assume Katie Olson is assigned to Task 2 and you wish to update her actual work to 2 days. First, keep in mind that all time variables in Project are stored in minutes so 2 days are 960 minutes assuming a normal 8 hour workday.
ActiveProject.Tasks(2).Resources("Katie Olson").Assignments(1).ActualWork = 960
or this will also work
ActiveProject.Tasks(2).Resources.UniqueID(76).Assignments(1).ActualWork = 960
John

Similar Messages

  • ExportI/Import Actual Work for each resourse day by day

    Hi all,
    this is my first post and I'm trying to export some data by Microsoft Project Project Professional 2010 32bit (version 14.0.7140.5002).
    I need your help in order to solve this issues :
    (Priority 1) export actual work for each resource of my Project in the following format:
           DAY;Resource Name;Summary Task Name; Task Name; hours
    (Priority 2) Import actual work for each resource inmy Project in the following format:
           DAY;Resource Name;Summary Task Name(if needed); Task Name; hours
    I'm searching into forum but I'm not clear what is the correct object to use.
    Thanks a lot for your help.
    Alberto

    In primis thanks a lot for your answer.
    I want create a macro VBA and add a "botton" on task bar in order to execute this macro - output format is CSV file but I think is excellent if I write it in Excel format.
    I have partially closed first priority (you can see below code) - I need create a little message box in order to receive period and path output.
    I appreciate your collaboration in order to help me. :)
    Thanks
    Sub ResourceActualWorkDetail()
        Dim rs As Resources
        Dim r As Resource
        Dim A As Assignment
        Dim TSV As TimeScaleValue
        Dim TSVS As TimeScaleValues
        MsgBox ActiveProject.Name
        Close #1
        Open "C:\Users\xxx.xxx\Desktop\" & ActiveProject.Name & " - TimeReport.csv" For Output As #1
        Write #1, "Summary Task;Task Name;Risorsa;Giorno;Ore"
        'Header
        Set rs = ActiveProject.Resources
        For Each r In rs
                For Each A In r.Assignments
                    For Each TSV In A.TimeScaleData("01/01/2015", "31/12/2015", pjAssignmentTimescaledActualWork, TimeScaleUnit:=pjTimescaleDays)
                        If TSV.Value <> "" And TSV.Value > "0" Then
                            Write #1, _
                                A.TaskSummaryName _
                                & ";" & A.TaskName _
                                & ";" & r.Name _
                                & ";" & TSV.StartDate _
                                & ";" & TSV.Value / 60
                        End If
                    Next TSV
                Next A
        Next r
        Close #1
     End Sub

  • Sync not working for long time (have tried all the usual suggestions)

    Sync stopped working for me months ago and I have not been able to get it to work again.
    I'm using Firefox 26 on two different Linux laptops and want to keep the bookmarks and history synced with them. It worked great for a long time. Then around Firefox 25 or so it stopped working. In fact, I logged into an old Linux system I hadn't used in while that still runs Firefox 24 (or maybe it's 23) the other day and it synced great with my laptop I usually use.
    I have tried all the suggestsion in the troubleshooting guide (https://support.mozilla.org/en-US/kb/firefox-sync-troubleshooting-and-tips). I tried unlinking all of my devices and linking them again. That worked to sync both laptops once, when I first relinked them, but never again. I tried creating entirely new profiles on both systems and that didn't help.
    Is Sync just broken? Why does it continue to work fine in older version of Firefox but none of the last three versions or so? Is there any way to fix this?
    Thanks.

    Thanks for the replies.
    I am not using a proxy server.
    Neither system is syncing with the other. It seems like they are both uploading (backing up) the history and bookmarks properly, but then not merging and syncing the changes from the other system. I know things are getting uploaded, because as I said, my third system that I don't use much anymore, with the older version of Firefox, does merge changes in history and bookmarks from the other two systems.
    This is what my log looks like:
    1390013173379 Sync.Status DEBUG Status.service: success.status_ok => success.status_ok
    1390013174376 Sync.Tracker.Addons DEBUG Saving changed IDs to addons
    1390013285398 Sync.Tracker.History DEBUG Saving changed IDs to history
    1390013418354 Sync.Tracker.History DEBUG Saving changed IDs to history
    1390014114789 Sync.Tracker.History DEBUG Saving changed IDs to history
    1390014117199 Sync.Tracker.History DEBUG Saving changed IDs to history
    1390014130419 Sync.Tracker.History DEBUG Saving changed IDs to history
    1390014149015 Sync.Tracker.History DEBUG Saving changed IDs to history
    1390014274305 Sync.Tracker.History DEBUG Saving changed IDs to history
    1390014316857 Sync.Tracker.History DEBUG Saving changed IDs to history
    1390014467343 Sync.Tracker.History DEBUG Saving changed IDs to history
    1390014474268 Sync.Tracker.History DEBUG Saving changed IDs to history
    1390014539349 Sync.Tracker.History DEBUG Saving changed IDs to history
    1390014546079 Sync.Tracker.History DEBUG Saving changed IDs to history
    1390014574289 Sync.Tracker.History DEBUG Saving changed IDs to history
    1390014600495 Sync.Tracker.History DEBUG Saving changed IDs to history
    1390014625762 Sync.Tracker.History DEBUG Saving changed IDs to history
    1390014638218 Sync.Tracker.History DEBUG Saving changed IDs to history
    1390014665106 Sync.Tracker.History DEBUG Saving changed IDs to history
    1390014680655 Sync.Tracker.History DEBUG Saving changed IDs to history
    1390014709407 Sync.Tracker.History DEBUG Saving changed IDs to history
    1390014783940 Sync.SyncScheduler DEBUG Global Score threshold hit, triggering sync.
    1390014783942 Sync.Service DEBUG User-Agent: Firefox/26.0 FxSync/1.28.0.20131212154635.
    1390014783942 Sync.Service INFO Starting sync at 2014-01-17 19:13:03
    1390014783942 Sync.SyncScheduler DEBUG Clearing sync triggers and the global score.
    1390014783942 Sync.Status INFO Resetting Status.
    1390014783942 Sync.Status DEBUG Status.service: success.status_ok => success.status_ok
    1390014783945 Sync.SyncScheduler DEBUG Next sync in 86400000 ms.
    Any other ideas?

  • Does the Desktop Software v6 actually work for anyone?

    I have been trying to get my desktop software to work, or more specifically to synchronize, for over two weeks now. I have tried all of the suggestions given me and still no luck. Does this program actually work for anyone?

    KathrynB wrote:
    9. see my posts in the thread "Unknown Error Reported" I really don't want to repeat it again to yet another person. I have tried getting help from Telus and have tried the "self-help" here, and have followed the directions in the other thread. I have been trying to get this sorted out for over two weeks and am very frustrated. I have never had a problem installing the software before or getting it set up.
    If you have another thread already going, then there's really no reason to open a new one, is there? That just clutters up the forums and results in what exactly happened here...I saw your post, knew nothing but what you'd posted in this thread, and therefore had no way to know that all that other information is available in that other thread...I suggest you choose one thread to work in...you can use the "Report Inappropriate Content" link to ask the Mods to merge things together.
    Good luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • IPhone-Outlook 2007 Calendar Sync (What worked for me)

    Hi;
    Today after 3 weeks of day after day trial my iPhone-Outlook 2007 Calenar synch problems seems to be fully fixed. Once again this is what worked for me - I am sharing it and hope that can help you as well:
    Overview
    ========================
    I now fully believe that the root cause of the issue starts from a corrupted appoinment entry in your local calendar file. This appointment entry in turn breaks your outlook sync file known as the .OST file. I will tell you how to fix this later. This file is what iTune uses to synch the iPHONE calendar with your Outlook 2007 (same should work for outlook 2003).
    In short when the outlooksync.DLL file called by iTUNE, request to sync with outlook - it is the outlook that cannot resolve a corrupt .OST file and all goes to **** after that.
    I say this as "This is up to you find this bad calendar entry, get rid of it, get rid of the .OST file, and finally tell Outlook to do a repair job on your outlook installation. I will tell you all how to do this as well.
    Steps to fix this issue:
    ===========================================
    1- Go to your outlook calendar and delete any old appointment that still is in there. I got rid of anything older that 2 weeks. To do this just go to your calendar in outlook ... swith to a List view ... sort based on date and highlight anything older than that date and delete. This took me about 30-45 miutes of work... so be paitent with this step. Also, get rid of any holiday notification BS that Outlook puts in your calendar ... you can do this later.
    2- Go to outlook-tools-trust center-click on Add-In and then at the bottom of the screen click on Go and validate that your two outlook sync dlls are marked and enabled.
    3- Shut down outook and go to the following directory.
    C:\Documents and Settings\user name\Local Settings\
    Application Data\Microsoft\Outlook
    and rename your .OST file ... (there should be only one out there).
    3- Go to your control panel and do start/stop applications. Select Outlook and click on change ... outlook will come up with a few options. Select "Repair" this should force outlook to replace the .OST file which you just renamed.
    4- Now starts your outlook and let it do its initial sync. Make sure iTune is off at this point. After the Outlooks initialization is done ... now comes the moment of truth...
    5- Start iTune (I recommend that you select manual sync) and sycn with your calendar.
    At this point I learned that all my calendar items have come in ....
    Good luck and let me know if this works with you. Please Please remember the first step ... getting rid of your old appointments is the most important step ... don't rush it ... get rid of anything that you don't need.
    Cheers;
    Darab.

    You can try resetting sync history by clicking on edit at the top of itunes and choosing preferences. Then click on the iphone icon at the right top of the window that opens. There is a button at the bottom of the window to reset sync history.
    Also, you can try creating a new login on the computer.
    Open outlook and put in a few trial events.
    Then sync the iphone to this outlook calendar replacing all calendar data on the iphone.
    This is to see if you end up with dots on every day.
    If you do not end up with dots on every day, then you might want to take a look at any reoccurring events in the other outlook calendar.
    Hope this helps.

  • Query in Main Task Not Working But it works For BG Task

    Hi All,
    I have a requirement to send work item to different level approvers for that i have to  find final level approver from a table and save the data accordingly ,
    i have a main task and a Background task
    <b> my problem is that the same query that works in back ground task is not working in the Main Task.</b>
      SWC_GET_ELEMENT CONTAINER  'LEVEL' Level. is a macro written in the method  in   BOR in  main task for getting value which is in the WF container and has binded to the task container. it is not picking up the value from the task container to the method.
    Please help me on this
    Thanks & Regards
    Hari Sankar M

    hi Arghadip Kat,
    Thank You for Your Response, i've tried ur Suggestion but it is again not working
    just let me explain again
    i have two tasks,(these two tasks are in a loop.) with one BOR(object) and two Methods
    One Method is for first Main task and another is for second task(which is a background task)
    i need to get a value called final from a table, i've written a query in the method of Back ground task. and i'm getting the value correctly but i'm not able to pass this value to the main task coz the loop exits after executing the subtask and coz loops exit point is the value final.
    So for getting the value of Final in main task i've written the same query in main task but its not working.
    Thanks & regards
    Hari

  • Mobile sync not working for groups

    Hello guys,
       i've been playing with Mavericks Server and so far everything is working smoothly except for the mobility sync...
    i successfully created a Local Network Account and was able to successfully sync it to the Server using AFP and a specific folder...
    This is working awesome, but here comes the issue:
    i setup another Local Network Account and assigned it to a Group and used Workgroup Manager (on the same server) to setup the mobility sync for the group...
    Now, when i try to login, the mobile profile gets created on the computer but does not sync to the server, it syncs locally instead or i get the error "The sync could not complete because your network home at "(null)" does not allow writing...
    if i try Profile Manager websiteit does not work either...
    i know this works for a single user, but if i want to sync it using groups it fails....
    I've tried finding a possible answer and so far nothing...
    Im using OS X Server 3.1.2 and Workgroup Manager 10.9 (421)
    Can you please help me out?
    Thanks in advance...

    Anyone?

  • Extended Notification not working for Dialog Task with agent assignment

    Hi Friends,
    I have an issue where I have a user decision step and a sub workflow contains a dialog task with agent assignment.
    Extended notification is configured properly and is working properly for user decision step but its not working for the dialog task created as an activity.
    Batch jobs are configured to run report SWN_SELSEN.
    I was checking SDN and found this discussion handy :
    http://help.sap.com/saphelp_nw73ehp1/helpdata/en/4f/3bed495cc018c8e10000000a42189e/content.htm
    One thing that wonders me is that notifications show up in SOST 4-5 seconds before the user decision step starts execution.
    See screenshot from SOST and WF log.
    SOST log :
    2 questions here: Why is notification not being sent for Dialog task?
                              Why is user decision notification being sent that early even before the User decision task starts execution?
    Please provide your valuable inputs.
    Regards,
    Sandip

    An activity step with agents is supported by the extended notifications if it is a decision task or not, I have used it many times and it works well just no approval/rejection links if it's not a decision task.
    From your screenshot you can see that a mail has been created and is found in SOST, usually this cases are problems with the mail server or connection to it, check the mail settings in the SMTP node in transaction SCOT, also check with mail server team if there is a block to/from the SAP server.

  • Commit work for backgorund task

    Can i use Commit work in Background tasks ?
    Bcoz i find its not working .

    Hi lavanya,
    Commit work can be used in the background tasks, however if you are trying to fetch records after the commit, it will lead to a runtime error. Can you post the error you are getting?
    Regards,
    Vik

  • WiFi sync NEVER works, for any of my devices

    Hello, Apple Support Community!
    This is a problem I have had for literally years now, and always just dealt with it. Today, however, I'm in a mood and it's especially p---ing me off.
    First, the details.
    My devices:
    - A PC desktop computer (HP Omni 200), running 64 bit Windows 7
    - iPhone 4S running iOS 7.1.1
    - iPad 2 also running iOS 7.1.1
    I update iTunes regularly, and it's currently version 11.2.2
    All devices are on the same network (the -only- network available to me in my home).
    I have both my phone and my iPad checked to sync over wifi. On the rare occasion, when I start up iTunes on my computer, they will show up under "devices" and stay there. 90% of the time, however, either they'll show up for a moment, like they're loading, and then disappear, or won't show up at all. I've tried restarting iTunes a bunch of times. I've tried running iTunes as an administrator (which will sometimes work if I am verrry lucky). I've restarted my computer, and each device. I've tried turning WiFi off and on again on the devices, which leads to them showing up briefly in iTunes, again with the loading circle, before disappearing yet again. I've tried having the devices connected to power. NOTHING seems to be a permanent fix. This is something I've struggled with for years, and keep hoping that the next iTunes update will solve the problem, but nope. I have grown to hate iTunes with a burning passion, but I have such an extensive music library there, and with my other "iDevices", I've kept around for the sake of simplicity. It's not that I really mind plugging them in via USB to sync, but there are other features (such as the iTunes Remote app) that rely on the device being connected over WiFi.
    This seems like such a ridiculous issue, and I am baffled as to why it has persisted for so long (and for so many people). Stop updating the "look" of iTunes and actually fix the stupid thing! If anyone has any permanent solutions outside of throwing my electronics out the window, I would appreciate your help!

    Okay, nevermind the sync for now. I did know it has to be connected to power, but that is irrelevant since my devices won't appear in iTunes at all.
    I am pretty sure the issue is with iTunes, as the it persists no matter what network I am on. I just moved recently, and now have internet with an entirely different provider and still no luck. Today I changed my network name and password, reconnected my computer, phone, and iPad all to the same network, no change. I also tried ending the "AppleMobileDeviceHelper" process in Windows Task Manager repeatedly, a solution I saw in a thread for the same issue - still nope. I have Norton Internet Security and manage all firewall setting through there. iTunes and all related incoming and outgoing connections are allowed, so it's not my firewall either. I am at a sincere loss with this.

  • Itunes wifi sync not working for iPhone 4s ?

    i have a MBP 15'' , 3 iPhone 4s , 1 iPad 3 but only MY iphone 4s is not syncing over wifi , it syncs via usb cable but not when i connect to charger and connected to wifi or even when i press the itunes wifi sync in the settings it syas looking for MBP and does not sync , whereas all my other gadgets like ipad and iphones automatically sync as soon as they are in wifi zone . i tried everything like reeboting my iphone and quitting and reopening my itunes but nothing helped checked and unchecked the "sync with this iphone over wifi" several times still nothing then even tried changing the ip address but no , then even restored my iphone from backup even then nothing helped , and even did all the obvious things like connected bluethooth , used iphone remort for itunes , and even did homesharing of itune library through iphone , nothing helped so if anyone knows how to get this straight please let me know .. and yes i even checked the iphone and itunes version they are both up to date

    hey kasey, i dont know why you have to do that or why does it not work even with all the right settings but what i know is after that process that i just explained above your problem will be gone and iphone will wifi sync as soon as you enter the wifi zone 
    the cause of the problem might be ( what i think is ) when you update you iphone software directly from iphone instead through your computer you get this problem because for me also it was working finely until i updated to 5.1.1 from iphone itself and wich caused me so much trouble, well now i have installed IOS6 and working great .evean if you did not update your iphone and still got this problem can be due to the reason that sometimes your iphone or computer cahnges some internet settings on theri on for their best connection which might cause confusion between 2 gadgets .

  • Adb sync not working for commsync and outlook connector after Patch 122793-

    Hello,
    I have opened the case 71038740 for this problem.
    We have upgraded communication express:
    v6.3-4.01 (Patch 122793-17,) ==> v6.3-11.01 (Patch 122793-24)
    Communication Express seems to work fine but the adb
    synchronisation for outlook connector and commsync does not work anymore.
    The errors that we have are:
    [13/May/2009:10:03:02] info (13176): for host 10.194.1.7 trying to
    GET /abs/search.xml, service-j2ee reports: PWC1412: WebModule[]
    ServletContext.log():ERROR PagedSearchResultHdler.expand: couldn't
    stop search: 6 : The parameter provided is invalid : stopSearch:
    null searchID
    [12/May/2009:19:01:59] info (13176): for host 10.194.1.7 trying to
    GET /abs/s
    earch.xml, service-j2ee reports: PWC1412: WebModule[]
    ServletContext.log():ERROR
    PagedSearchResultHandler.expand: searchBook returned: 2 : Invalid
    entry : psea
    rchBook: invalid bookEntryID
    Looking at a specific session we also have:
    13/May/2009:10:49:21] info (13176): for host 129.194.17.75 trying
    to POST /wabp/get_servertime.wabp, service-j2ee reports: PWC1412:
    WebModule[] ServletContext.log():TRACE Warning:getDBHandler - Can't
    open Personal Store : DBHandler: couldn't open configuration file at
    /var/opt/SUNWuwc/WEB-INF/domain/unige.ch : PropertyReader: config is
    not a file:
    /var/opt/SUNWuwc/WEB-INF/domain/unige.ch/personalstore.properties
    It looks like it is trying to opening
    domain/unige.ch/personalstore.properties instead of
    domain/personalstore.properties.
    From what I see, we did not have this error in the previous version.
    What is weird, that adb seems to work fine in uwc web interface.
    I add the http dialog for the ones who may help me to debug:
    POST
    /wabp/login.wabp?authOnly=true&appid=Sync3.0&now=510312&fmt-out=text/xml
    HTTP/1.1
    Content-Type: application/x-www-form-urlencoded
    User-Agent: XCPCSync
    Host: webcalendar.unige.ch
    Content-Length: 35
    Connection: Keep-Alive
    Cache-Control: no-cache
    username=xxxx&password=yyyy%2BtempoHTTP/1.1 302 Moved Temporarily
    Server: Sun-Java-System-Web-Server/7.0
    Date: Wed, 13 May 2009 11:37:15 GMT
    Cache-control: private
    Location: http://xxxx.unige.ch/
    Set-cookie: JSESSIONID=332E08F023EEA394567DC0E77D989FF9; Path=/
    Content-length: 0
    Content-type: text/html
    GET / HTTP/1.1
    Cookie: JSESSIONID=332E08F023EEA394567DC0E77D989FF9
    User-Agent: XCPCSync
    Host: xxxx.unige.ch
    Connection: Keep-Alive
    Cache-Control: no-cache
    HTTP/1.1 200 OK
    Server: Sun-Java-System-Web-Server/7.0
    Date: Wed, 13 May 2009 11:37:15 GMT
    Content-type: text/html;charset=ISO-8859-1
    Content-length: 157
    <script>
    window.location="/auth";
    if (window.location.protocol != "https:") {
    window.location = "https://" + window.location.host;
    </script>
    POST /wabp/get_servertime.wabp?now=515546&fmt-out=text/xml HTTP/1.1
    Content-Type: application/x-www-form-urlencoded
    User-Agent: XCPCSync
    Host: xxx.unige.ch
    Content-Length: 0
    Connection: Keep-Alive
    Cache-Control: no-cache
    Cookie: JSESSIONID=332E08F023EEA394567DC0E77D989FF9
    HTTP/1.1 200 OK
    Server: Sun-Java-System-Web-Server/7.0
    Date: Wed, 13 May 2009 11:37:20 GMT
    Content-type: text/xml;charset=UTF-8
    Transfer-encoding: chunked
    5c
    <?xml version="1.0" encoding="UTF-8" ?>
    <wabp errorcode="0" servertime="20090513113720Z" />
    0

    Here is the debug log from the communication:
    56:21 Open sync engine
    56:21 Client login date/time : 15.05.2009 08:56:21
    56:21 Version : 2.0
    56:21 Version 3.1.2008062313 (EN)
    56:21 Built from: /trunk
    56:21 Product ID: 209-101
    56:21 User: XXXX
    56:21 Company: UNIGE
    56:21 day 15 : hour 6 : min 56 : DST 0 : GMT (Greenwich Meridian Time)
    56:21 day 15 : hour 8 : min 56 : DST 1 : Local time
    56:21
    59:17
    59:17 Performing Normal Sync of 'Contacts'. Sync Status before performing synchronization:
    59:17 App1 : 'Contacts', Trans1 : 'Sun'. App2 : 'Contacts', Trans2 : 'MSOl'. ContractId : 131073 , App1Id : 6 , App2Id : 9
    59:17 Status before Sync - SrcRecId : e1213fd3c71c35d , DstRecId : 000000001E8781B2F63CBD45BCD3F9BF9699CC5644612000 , SrcRecStatus : Not changed , DstRecStatus : Not changed , IsSrcRecurRec : 0 , IsDstRecurRec : 0 , RecurringDate : RAND NO DATE , SrcModInfo : 20090514155311Z , DstModInfo : 2009/05/14 15:52:08
    59:17 Status before Sync - SrcRecId : e11dba338af2e2d , DstRecId : 000000001E8781B2F63CBD45BCD3F9BF9699CC56843B2000 , SrcRecStatus : Not changed , DstRecStatus : Not changed , IsSrcRecurRec : 0 , IsDstRecurRec : 0 , RecurringDate : RAND NO DATE , SrcModInfo : Not Used , DstModInfo : 2008/11/21 08:34:18
    59:17 Status before Sync - SrcRecId : e11dba338b44e2e , DstRecId : 000000001E8781B2F63CBD45BCD3F9BF9699CC56643B2000 , SrcRecStatus : Not changed , DstRecStatus : Not changed , IsSrcRecurRec : 0 , IsDstRecurRec : 0 , RecurringDate : RAND NO DATE , SrcModInfo : Not Used , DstModInfo : 2008/11/21 08:34:18
    59:17 Status before Sync - SrcRecId : e11dba338ab0e2c , DstRecId : 000000001E8781B2F63CBD45BCD3F9BF9699CC56443B2000 , SrcRecStatus : Not changed , DstRecStatus : Not changed , IsSrcRecurRec : 0 , IsDstRecurRec : 0 , RecurringDate : RAND NO DATE , SrcModInfo : Not Used , DstModInfo : 2008/11/21 08:34:18
    59:17 Status before Sync - SrcRecId : e11dba338bbae30 , DstRecId : 000000001E8781B2F63CBD45BCD3F9BF9699CC56243B2000 , SrcRecStatus : Not changed , DstRecStatus : Not changed , IsSrcRecurRec : 0 , IsDstRecurRec : 0 , RecurringDate : RAND NO DATE , SrcModInfo : Not Used , DstModInfo : 2008/11/21 08:34:18
    59:17 Status before Sync - SrcRecId : e11dba338c03e31 , DstRecId : 000000001E8781B2F63CBD45BCD3F9BF9699CC56043B2000 , SrcRecStatus : Not changed , DstRecStatus : Not changed , IsSrcRecurRec : 0 , IsDstRecurRec : 0 , RecurringDate : RAND NO DATE , SrcModInfo : Not Used , DstModInfo : 2008/11/21 08:34:18
    59:17 Status before Sync - SrcRecId : e11dba338b80e2f , DstRecId : 000000001E8781B2F63CBD45BCD3F9BF9699CC56E43A2000 , SrcRecStatus : Not changed , DstRecStatus : Not changed , IsSrcRecurRec : 0 , IsDstRecurRec : 0 , RecurringDate : RAND NO DATE , SrcModInfo : Not Used , DstModInfo : 2008/11/21 08:34:18
    59:17 Enter CWABP::SendCmdToServer
    59:17 CWABP::SendCmdToServer - https://xxxx.unige.ch:443/wabp/login.wabp?authOnly=true&appid=Sync3.0&now=743093&fmt-out=text/xml
    59:18 CWABP::SendCmdToServer - Post success Response:
    59:18 Exit CWABP::SendCmdToServer
    59:18 Enter CWABP::GetWABPAttribute - doc Datat
    59:18 CWABP::GetWABPAttribute - doc Element attribute text
    59:18 CWABP::GetWABPAttrib - invalid Tag Name errorcode
    59:18 Non zero error code returned in WABP
    59:18 Enter CWABP::GetWABPAttribute - doc Datat
    59:18 CWABP::GetWABPAttribute - doc Element attribute text
    59:18 CWABP::GetWABPAttrib - invalid Tag Name rawmsg
    59:18 The errorMsg returned is :
    59:18 Exit CWABP::CheckErrorCode -Error = .
    59:18 Exit CWABP::Login. Error =
    59:18 CRSunTransContact::LoginWABP - Unable to login
    59:19 Enter CSunTransUtil::Configure
    59:21 Enter CRSunTransBase::GetFirstErrorMessage
    59:21 Exit CRSunTransBase::GetFirstErrorMessage
    59:21 Enter CRSunTransBase::GetNextErrorMessage
    59:21 CRSyncUtil::FeedProfileShim2Trans : SetTranslatorProfile Not Supported
    59:21 CRSyncUtil::FeedProfileShim2Trans : returns 0
    59:21 CRSyncUtil::LogFatalTransError : 'GetFirstNewId()' API of 'Sun' translator for 'Contacts' application returned empty error
    59:25 Sync completed at 08:59:25 AM on 05/15/09

  • Wireless sync not working for calender?

    I’m not really sure what else to say about this problem other than everyone else in my office has no problems with their blackberrys syncing with their outlooks calenders ect.  I get my e-mail but my calendar doesn’t update.  My work e-mail isn’t my default calendar, don’t know if that’s the problem (even though I went to advanced options à default services, and it says that it is), I deleted my other e-mail off my phone to try to resolve the issue but nothing.  Also when I go into options under my calendar under wireless sync the option says No, but when I click it to change it all it does is bring up the menu to save or exit? Hopefully this info helps, I would really appreciate any input, my calendar not syncing is a big downside for me as I use my outlook calendar and my phone calendar a lot, and would like them together. 
    Regards,Ryan

    Well I must be on a BES because everyone else in my office has no problems with this feature.  And my only option for default calender is my work e-mail.
    Anyone?

  • Active Sync Not Working for NEXUS MOBILE in Exchange 2010 SP3 Enivironment..

     HI Exchange Techy's.
    We have Exchange 2010 SP3 Servers. Now All mobiles are working fine Through Active Sync Except Google Nexus. 
    Problem: Account has been activated successfully in Mobile, But Mails are not synchronized.  
    Kindly help fix me out of this problem.
    We are welcome & Appreciate who are giving Comments & Solutions for this problem.
    Regards,
    One of your Exchange Person
    B@[email protected]

    Hi,
    I'd recommend asking your question over here:
    https://social.technet.microsoft.com/Forums/en-us/home?forum=exchangesvrmobilitylegacy&filter=alltypes&sort=lastpostdesc
    This forum is meant for feedback on the TechNet website/subscriptions, not product support.
    Good luck.
    Don't retire TechNet! -
    (Don't give up yet - 13,085+ strong and growing)

  • All events calendar sync  not working for iphone or ipad

    events 6 months back is working but all events selection is only going back 2 months for both iphone and ipad
    any one else have this problem and any ideas how to fix?

    hey kasey, i dont know why you have to do that or why does it not work even with all the right settings but what i know is after that process that i just explained above your problem will be gone and iphone will wifi sync as soon as you enter the wifi zone 
    the cause of the problem might be ( what i think is ) when you update you iphone software directly from iphone instead through your computer you get this problem because for me also it was working finely until i updated to 5.1.1 from iphone itself and wich caused me so much trouble, well now i have installed IOS6 and working great .evean if you did not update your iphone and still got this problem can be due to the reason that sometimes your iphone or computer cahnges some internet settings on theri on for their best connection which might cause confusion between 2 gadgets .

Maybe you are looking for

  • Acrobat 9 Standard and Windows 7 Compatibility

    We are in the process of planning a migration of company computers to Windows 7 and Office 2010.  We have a large number of Acrobat users with various versions with many using v9, just upgraded last year.  Microsoft's "Windows 7 Compatibility Center"

  • HT1414 RESTORING IPHONE IN RECOVERY MODE

    HOW DO I RESTORE MY PHONE IN RECOVERY MODE.... THERE IS SOMETHING YOU DO BY HOLDING HOME AND OFF BUTTON AT THE SAME TIME?

  • I am getting an error message saying iTunes is not a Win32 application

    Not able to install iTunes due to this error. Any ideas?

  • Weblogic 8.1 & Embedded LDAP server

    Hi, Is it possible to store user attributes alongwith username & password in the Weblogic 8.1 Embedded LDAP Server?. We have about 6 user profile attributes along with the username & password. Does weblogic's embedded LDAP Server support this feature

  • Lost Opportunity for Account not displayed

    Hi all, In the view Accounts, we can see the assigned Opportunities for the Account (in the view Opportunities). So all opportunities for the Account are displayed here. The problem is, when the opportunity status is set to closed or lost, the opport