PWA 2013 "Add a new task" - inconsistent task insertion behavior

Hi all!
New to the forum and wondering if anyone out there has insight into what I've encountered with the "Add a new task" feature in on-prem Project Server 2013.  
First some context... I am setting up 12-month projects for different teams to forecast and log their administrative and reactive time for the year.
 We are tracking this within enterprise projects.  The projects have a series of summary tasks that serve to categorize work.  There is a placeholder task within each summary task that establishes duration and where we may assign generic resources
to establish a baseline cost for the 12 month period for that category of work.  The vision is for team members to go to their PWA Tasks list, "Add a new task", select the project and the summary task to categorize and add their new task to
the project, enter the task information, and submit for approval.  
My issue appears when the Project Manager approves a task and opens the project in Project Professional because the system appears to exhibit inconsistent
behavior - Scenario 1 vs Scenario 2 below.  
Scenario 1 – Project structure prior
to adding a new task:
Project Summary Task, 260d
-Summary Task, 260d
--Placeholder Task, 260d, generic resources assigned, ID=n
-Summary Task, 260d
Team member adds a new task and submits.  The new task is inserted as a child task to the summary task selected when adding
the new task.  This is what PWA Approval Preview shows and what is found when file is opened in Project Professional:
Project Summary Task, 260d?
-Summary Task, 260d?
--New task just added, 2d?, named resource assigned, ID=n
--Placeholder Task, 260d, generic resources assigned, ID=n+1
-Summary Task, 260d
Scenario 2 – Same project structure as scenario 1... team member submits a new task
and the new task is inserted per below.  This is NOT what PWA Approval Preview shows.  PWA shows the new task as a child of the summary task.  Once approved and the file is opened in Project Professional, the task instead reflects as a child
task to the placeholder task, and impacts the duration of the original summary task:
Project Summary Task, 260d?
-Summary Task, 2d?
--Placeholder Task, 2d?, generic resource assignments, ID=n
---New task just added, 2d?, named resource assigned, ID=n+1
-Summary Task, 260d
I am using separate project files to produce the scenario, and as far as I can tell they are set up exactly the same, but one file consistently produces
scenario 2 behavior and the other consistently produces scenario 1 behavior. It seems that something is different between the two files and causing the issue, but I can't figure out what it is.  
Any idea what I could do to establish consistent (preferably Scenario 1) task insertion behavior from PWA?

Anyone else running into this?  We're now on the April CU and still experiencing this apparent bug.  I've replicated it in different PWA instances using "Add a new task" from both the timesheet and tasks.  
It only happens on certain projects as Greg mentioned... One way we've been able to pinpoint where it's taking place:  since the bug causes a task to become a summary task, and since most of our tasks have assignments, if a project contains any summary
tasks with assignments, those may be an early indicator of the bug (after we rule out PM-induced summary task assignments).  
We're seeing this impact our project actuals and reports, so there is a fair amount of going back through approval history and restoring actual hours to the correct calendar dates in the Project Client.  Not ideal, because we are planning to lock that
capability down in the near future.
On a whim, I tried using the "Save for sharing" method to fix the issue, and new tasks appeared to insert correctly after that.  Seems OK for a workaround (we'll see how durable it is), but better yet would be consistent new task insertion
behavior.

Similar Messages

  • Add a new column to an "Insert Form" created by HTMLDB Wizard throws Error

    Hi,
    My table design has changed and I had to add 2 new columns.
    The corresponding Insert Form/Report/Update Forms created by the HTMLDB should now reflect the new columns that have been added.
    In report and update forms I did not have a problem but in the Insert form, under Edit Page Process I tried to change the sql and I get the below error
    "Encountered the symbol "end-of-file" when expecting one of the following: begin case declare end exception exit for goto if loop mod null pragma raise return select update while with "
    My Edit Page Process SQL is as below-(Last two columns are the NEW columns i.e CDPL and CDPLCA)
    insert into "L2ENTRIES"
    ("AUTONUML2E",
    "ROLLNO",
    "AWARDCODE",
    "ROLLCLASSCODE",
    "SURNAME",
    "FORENAME",
    "SEX",
    "DOB",
    "PPSNO",
    "M1",
    "M2",
    "M3",
    "M4",
    "M5",
    "M6",
    "M7",
    "M8",
    "M9",
    "M10",
    "M11",
    "M12",
    "M13",
    "M14",
    "M15",
    "M16",
    "FEES",
    "CNULLS",
    "CDUPPPS",
    "CROLL",
    "CAWARDS",
    "CMODULES",
    "CHECKCHAR",
    "CHECKNO",
    "VALIDPPS",
    "VALIDPPSUK",
    "PPSNOPAD",
    "CDPL",
    "CDPLCA")
    values (
    :P3_AUTONUML2E,
    :P3_ROLLNO,
    :P3_AWARDCODE,
    :P3_ROLLCLASSCODE,
    :P3_SURNAME,
    :P3_FORENAME,
    :P3_SEX,
    :P3_DOB,
    :P3_PPSNO,
    :P3_M1,
    :P3_M2,
    :P3_M3,
    :P3_M4,
    :P3_M5,
    :P3_M6,
    :P3_M7,
    :P3_M8,
    :P3_M9,
    :P3_M10,
    :P3_M11,
    :P3_M12,
    :P3_M13,
    :P3_M14,
    :P3_M15,
    :P3_M16,
    :P3_FEES,
    :P3_CNULLS,
    :P3_CDUPPPS,
    :P3_CROLL,
    :P3_CAWARDS,
    :P3_CMODULES,
    :P3_CHECKCHAR,
    :P3_CHECKNO,
    :P3_VALIDPPS,
    :P3_VALIDPPSUK,
    :P3_PPSNOPAD,
    :P3_CDPL,
    :P3_CDPLCA)
    It will be great if some one can assist me in this matter.
    Thanks.

    Resolved this by a simple ";" at the end of the insert sql.
    I did not think a ";" will be necessary because when you edit the page process a ";" is not visible.

  • How can I add a new task to an online project from outlook

    At the moment, I can see tasks in outlook.
    I can modify them.
    But cant add a new one. Seems strange behaviour.

    Hi Dave TQM,
    You cannot (that is add a new task to Project Online from Outlook).
    You need to edit the task in Project Online or Project Pro.
    Ben Howard [MVP] | web |
    blog |
    book | P2O

  • How to add custom field to the task via CSOM?

    Hello!
    I'm trying to add custom fields to my programmatically created task in project 2013. Tasks are created. Then I get them and load custom fields by:
    DraftProject projCheckedOut = tstProj.CheckOut();
    projContext.Load(projCheckedOut.Tasks);
    projContext.ExecuteQuery();
    foreach (var task in projCheckedOut.Tasks)
    projContext.Load(task.CustomFields);
    projContext.ExecuteQuery();
    But the each CusomFieldCollection object has only 1 field (Health, because it have a default value and created automatically). But when I load my project in Project professional i saw more than 1 field, but they are empty.
    Then I tried to add a new custom field to each CusomFieldCollection of each task.
    var newField = new CustomFieldCreationInformation();
    newField.FieldType = CustomFieldType.TEXT;
    newField.Name = "F_1";
    newField.Description = "test description";
    task.CustomFields.Add(newField);
    task.CustomFields.Update();
    New field added to the collection, but when I update the project and publish it nothing is happened.
    How to add a custom field to the each task and set it value?
    Or how to attach enterprise task custom field to my tasks.
    I'm using Microsoft.ProjectServer.Client.

    Hi
    Hope the below posts are of some  helpful for you 
    http://social.msdn.microsoft.com/Forums/en-US/d79f22f2-7fd2-46af-b778-e189c8611120/use-csom-to-update-projects-custom-fields?forum=project2010custprog
    http://msdn.microsoft.com/en-us/library/microsoft.projectserver.client.project.setcustomfieldvalue.aspx
    Thanks
    Geeth
    Geeth If you feel that the answer which i gave you is Helpful please select it as Answer/helpful.

  • Project 2013 No Server, No Sharepoint, Updating Tasks From Assigned Resources Through Email

    Ok,
    I have searched high and low for this type of information and Im surprised after all these years that no one has asked or requested this type of information?
    I am a consultant, with my own version of Project 2013 to track how I run Projects.  This is the tool I use.  So this being the case it makes no sense for me to spend millions of dollars for Project Server.  I am just one person useing this
    as my tool of choice.
    My issues are:
    I create and assign a task to a resource with a name and an email address.
    I litterally have thousands of tasks with hundreds of assigned resources (People) with an email address.
    I need to update weekly all my task!!!  The entire point of using Project 2013 as a tool!
    However it appears Microsoft needs to make this very dificult to do. If I have to manually email all these people with task and manually ask them for an update, then manually update all these task then whats the point of even bothering using Micrsofts Project
    2013?  It is useless.
    I need a way to automate these updates without having a Server.
    The Question no one seems to be asking is this?
    Is there a way to update task through email, (Outlook), Why cant I send emails with a table of tasks assinged, request update in the task table, then the assigned resource sends me back the email with thier updates and I can automatically update my Project
    Task?
    Am I the only one who has asked this or thought of this?  Or are my expectations to high? I cant figure how Microsoft could ever expect a single user of Project even with only one project with 50 to 100 task listed to have to get on the phone or emal
    every single person manually, and manually update every single task every single week? I have used other Project type apps and they all have a way of sending emails out to assigned people to get task updates automatically.  Only Project doesnt! 
    Why?

    Thanks Prasanna,
    Really for the amount of money I have to pay for a Product that should have some way to update tasks.
    Think about this for minute.  I believe Project 2007 was able to do this ,,,, that made sense.... 
    Really ponder this question:  What is the purpose of Microsoft Project for a single user?  Does anyone ask these questions prior to development?
    The reason for Project to exist is to TRACK TASK!  THATS IT! Why would anyone want to track any type of task, hundreds of task MANUALLY?  It does me no good for me to be the only one tracking task.  It does me no good for me to be the only
    one looking at the task schedule.  Great, so IM THE ONLY ONE WHO KNOWS WHATS GOING ON? 
    So I ask this question.
    If this is the case then what is the point of tracking anything if it cant be shared or updated in some way or another?  Microsoft Project is useless as a single use product!
    Here is the kicker....
    I can purchase Outlook for a lot less, I can track any and all task, assign task to anyone with an email, I can assign and schedule task through Outlook and place an alert, set it as an appointment through the Calendar, change and assign start and end dates,
    and get updates through email on any task, calendar, anything.... Why then would I waste ANYTIME OR MONEY ON A USELESS TASK TRACKING PRODUCT LIKE PROJECT?  It does not do anything?  Outlook does a thousand times more than Microsoft Project! 
    Does that make any sense to anybody?  All Microsoft Project really is... is a stripped down Calendar/Task from Outlook with no ability to email, or communicate in any way shape or form with other people who are assigned the work.  What ends up happening
    is Microsoft expects single users to purchase Project Server?  Are you crazy?  This is the single reason why Project does not sale!  If Microsoft would go back to sales metrics of Project 2007 they would see a decline till now that will reflect
    this problem.  Its really a simple fix.  Sales would triple.  Until there is a solution it makes way more sense for me to use Outlook, schedule work task on others calendars and have them send me an update weekly through an automated spreadsheet
    through Outlook.  From there all the reports exist in Excel.  Why do I need Project anymore?  BTW  I have been a MS Project user since its inception....  SO IM not new to it... what a terrible waste of time, resources, and lack of
    vision for just a simple powerful addin that was removed after 2007.  Single users like myself will never purchase Project Server just so we can send emails with assigned task for an update,,, silly?

  • Workflow 2013 Breaking Role Inheritance On Workflow Task list

    When breaking role inheritance on the out of the box Workflow Task List (2013), a custom workflow is suspended when assigning a task
    (System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary. ).
    As soon as task list is inheriting permissions again, the workflow is able to assign tasks. (Similar issue: http://social.msdn.microsoft.com/Forums/en-US/8c60da76-8299-436c-8528-802fa5a594c3/2013-workflow-with-unique-permissions-on-task-list-ends-up-suspended).
    I have not found a solution to this issue so far.

    Same problem. Any solution found?
    in2brain

  • How to add a new dimension in ASO cube without losing all data

    Hi,
    I have an ASO cube with 18 dimensions and I want to add a new one (regular). When I add this new dimension it asked me that the all data has to cleared before the restructure can take place. If I click yes then I would lose all data regardless of the fact if I have a level0 export or not. Because when I tried to reload the export back into the cube it gave me an error cause all the dimensions were not present in the export. Does anyone know how would I be able to accomplish this task?
    Thanks
    fikes

    You can try this work around solution.
    1) Export Lev0 data
    2) Clear the cube
    3) Add new dimension Regular.
    4) Add a default member Reg00 in the new dimension and save.
    5) Open the Lev0 data in a text editor, Insert "Reg00" in the begining of the file and Enter.
    6) Lev0 file will have first record "Reg00" and the remaining export file will be from the second record.
    7) Load the modified file with out rule file.
    You can verify that all your history data will be loaded w.r.to the Reg00 of the New dimension Regular.

  • TimeID column length is wrong - Add a new appln Vs copy an appln

    Hi Folks,
    We have a requirement to add a new application, which should have the design as of an existing Reporting type finance application.
    When we completed this new application creation, by using "Add an application" option from the admin console and checked the tables in the backend SQL Server, we found that the length of the TimeID column in the tblFactXXXX table is 12, whereas the the length of the TimeID column of the original tblFactYYYY table from which the new application was developed is 20.
    But when we use "Copy an application" and create a new one, everything is fine.
    Can someone tel me if you had come across this issue earlier, and tell us how to resolve this ?
    We bumped into this issue when we were trying to do an import data into the fact table of the new application, and then it gave the following warning, though the data load was successful.
    Validating (Warning)
    Messages
    u2022     Warning 0x802092a7: Data Flow Task 1: Truncation may occur due to inserting data from data flow column "TIMEID" with a length of 20 to database column "TIMEID" with a length of 12.
    (SQL Server Import and Export Wizard)
    Any help or suggestion in this regard is appreciated.
    Thanks In Advance.
    Edited by: AparnaV on Feb 23, 2012 8:52 AM

    Hi Aparna,
    When you copy an application, the exact structure is copied to the target application. So, if the size in the source app is 20, then the size in the destination will also be 20.
    I dont remember, right now, what's the size in apshell planning fact table. But, as far as I remember, it should be 12. The time type dimension should usually have the size as 12. There might be a possibility that someone might have changed the size.
    But, in any case, you can ignore this warning; since, this shouldn't have any impact.
    Hope this helps.

  • I need to add a new node to RAC Oracle 10g R2

    I need to add a new node to RAC Oracle 10g R2.
    what is the best mode.
    cloning or step by step?
    SO: Solaris 64bit
    Message was edited by:
    ACS

    Hi All,
    I get the following error eventhough I have followed the instruction for Solaris R2. The instruction is enclosed. Please Advise! Thanks.
    /app/cluvfy/runcluvfy.sh stage -post hwos -n nod1 -verbose
    Result: User equivalence check failed for user "oracle".
    ERROR:
    User equivalence unavailable on all the nodes.
    Verification cannot proceed.
    Post-check for hardware and operating system setup was unsuccessful on all the nodes.
    =========================
    1. Log in as the oracle user.
    2. If necessary, create the .sshdirectory in the oracle user’s home directory and
    set the correct permissions on it:
    $ mkdir ~/.ssh
    $ chmod 700 ~/.ssh
    3. Enter the following commands to generate an RSA key for version 2 of the SSH
    protocol:
    $ /usr/bin/ssh-keygen -t rsa
    At the prompts:
    ¦ Accept the default location for the key file.
    ¦ Enter and confirm a pass phrase that is different from the oracle user’s
    password.
    This command writes the public key to the ~/.ssh/id_rsa.pub file and the
    private key to the ~/.ssh/id_rsafile. Never distribute the private key to anyone.
    4. Enter the following commands to generate a DSA key for version 2 of the SSH
    protocol:
    $ /usr/bin/ssh-keygen -t dsa
    At the prompts:
    ¦ Accept the default location for the key file
    Pre-Installation Tasks 2-11
    Creating Required Operating System Groups and User
    ¦ Enter and confirm a pass phrase that is different from the oracle user’s
    password
    This command writes the public key to the ~/.ssh/id_dsa.pub file and the
    private key to the ~/.ssh/id_dsa file. Never distribute the private key to
    anyone.
    Add keys to an authorized key file: Complete the following steps:
    1. On the local node, determine if you have an authorized key file
    (~/.ssh/authorized_keys). If the authorized key file already exists, then
    proceed to step 2. Otherwise, enter the following commands:
    $ touch ~/.ssh/authorized_keys
    $ cd ~/.ssh
    $ ls
    You should see the id_dsa.pub and id_rsa.pubkeys that you have created.
    2. Using SSH, copy the contents of the ~/.ssh/id_rsa.puband
    ~/.ssh/id_dsa.pubfiles to the file ~/.ssh/authorized_keys, and provide
    the Oracle user password as prompted. This process is illustrated in the following
    syntax example with a two-node cluster, with nodes node1 and node2, where the
    Oracle user path is /home/oracle:
    [oracle@node1 .ssh]$ ssh node1 cat /home/oracle/.ssh/id_rsa.pub >>
    authorized_keys
    oracle@node1’s password:
    [oracle@node1 .ssh]$ ssh node1 cat /home/oracle/.ssh/id_dsa.pub >>
    authorized_keys
    oracle@node1 .ssh$ ssh node2 cat /home/oracle/.ssh/id_rsa.pub >>
    authorized_keys
    oracle@node2’s password:
    [oracle@node1 .ssh$ ssh node2 cat /home/oracle/.ssh/id_dsa.pub
    authorized_keysoracle@node2’s password:
    Note: Repeat this process for each node in the cluster                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Add a new field on SRS (SAP Retail Store)

    Hi Experts,
    We have a requirement to add a new field on the SRS(SAP Retail Store) screen for Purchase Order.
    We identified the template - zwspo_entry/90/saplwspo_docdlg_2000.
    We included a new field in the Internet Services => ZWSPO_DOCDLG under TOPIC_90.
    Now we can see the field on the web output.
    However the corresponding input value which is entered by user is not gettting updated in the structure WSPO_HEAD. So we are unable to save the value entered by user in the PO.
    The code is as below :-
    <tr>
      <TD class="formatlabel" width = 200>
           <label for="STG_LOC">`#_2100_sloc`</label>
        </TD>
        <TD nowrap colspan="5">
             <INPUT id="STG_LOC" TYPE="text" name="WSPO_HEAD-STG_LOC"  value="`WSPO_HEAD-STG_LOC`" maxlength="4" size="4" >
             `if (WSRS_RETURN-FIELD == "STG_LOC")`
                  <img src="`mimeURL(~service="WOSM", ~name="image/arrl.gif", ~language="")`">
              `end`
        </TD>
       </tr>
    STG_LOC is a new field which we have appended to WSPO_HEAD.
    We have created a enhancement in include LWSPO_BAPIF02 in subroutine  BAPI_CRT_POHEADER_MAP_TO where we get the values of WSPO_HEAD. However for STG_LOC its coming blank though we are entering a value on the web.
    Any pointers to resolve this would be extremely helpful.
    Thanks,
    Best regards,
    Prashant

    Hi:
    Check this link
    http://erpgenie.com/index.php?option=com_content&task=category&sectionid=6&id=55&Itemid=77
    Regards
    Roberto

  • Predecessors alignment with multiple Enterprise Projects in PWA 2013

    Dear All,
    I was writing about Process alignment concept for my org. At one instance , something came in my mind that if we create 5 different Projects called as Enterprise Project Template then how we can assign Predecessors to task as all these 5 EP having some task
    which are connected with each other for scheduling .
    So is there any possibility to connect them from each other w.r.t Task even though they are separate EP templates in PWA 2013? 

    Hi,
    If I understood your question correctly, the tasks in 5 project plans can be linked (via MS Project) once the projects have been created based on the project plan templates (the links will not be saved correctly in the project plan templates).
    An alternative would be to create and event handler/some custom code to link of the tasks in the 5 projects, once the project have been created based on the project plan templates. The question would be (mainly for your processes) how would the projects
    be identified or maybe you already have an order in which the projects are created?
    Hope this helps
    Paul

  • Semi - Smart Albums - all I want is to update iPhoto every time I add a new

    after reading the iPhoto Help files descriptions of Standard and Smart - Im after Semi - Smart.
    Standard: You can also create an album by dragging a folder of photos from the Finder into an empty part of iPhoto's Source list. iPhoto creates an album with the folder's name and imports all photos contained in the folder.
    - but what iPhoto 6 wont do is automatically update itself every time I add a new pic into the source folder.
    Smart Folder: "You can make a Smart Album that contains only certain types of photos, photos with high ratings, or photos that match other criteria, including EXIF information, such as a specific shutter speed or camera model....
    iPhoto automatically modifies a Smart Album when any photo that matches the album's settings is added to or removed from your library."
    but what iPhoto 6 wont do is to simply capture the folder name as Ive named it in my source folder structure.
    So Im after:
    a. drag a folder ( for example, cars, gemstones, Klimit art) into the iPhoto source pane, it becomes a semi-smart folder in that it watches every new change I make to the source files on my computer. I add a file, iPhoto 6 adds it. I delete one, it deletes it. I mod it - you get the game here.
    Do I need to upgrade iPhoto to handle this rudimentary task ? Seems like this action would be built in - am I missing something here ?
    TIA

    will try that out, thanks for the tip.
    Who would want to have to use Automator or Applescript to make such a rudimentary function enabled within iPhoto ? I would guess 95% of Mac users never use those things. The whole point of Mac is to keep your life from having to descend into mundane technical details, thus freeing one for more time with life's higher level tasks. This should be basic from-day-one type behavior in any photo app.
    Will chime back in on how difficult it get iPhoto to auto-update itself with every new pic I add/subtract to these watched folders.

  • Why does iTunes keep redirecting me to apple's website to download iTunes when I try to add a new device to my account?

    I just purchased a new computer and downloaded iTunes. When I go to add my new device to my apple account I get redirected to apple's website telling me that I need to download iTunes in order to complete my desired task. Do I really need to download iTunes again? What am I doing wrong?

    soltion is very simple .close itunes and all programes that r open than .go to run and type   C:\ProgramData\Apple Computer\iTunes  . . no delete sc infoand than . diisconnect ur iphone from itunes and re connect, when itunes will synchronize it will give the same messagee again , that u r not auithorized, read the whole message, there will be written that if u dont authorize some of ur apps will be deleted or removed, u have to click donot authorize and than the apps or songs causing problem will be remeved and ur fone wil now be synchronized  .. . than u can download those apps or songs after authorization . ... .

  • Palm TX locks up when I try to add a new contact...

    I'm not sure if this is the right area for this, but...
    I can view the two contacts that Palm put in there, but ever time I try to add a new contact, a screen comes up with a last name, first name and picture option... but I cannot select anything, I cannot type anything, and the hard buttons do nothing. All I can do is to hit the reset button on the back. Help?
    Post relates to: Palm TX

    Is this a new TX?  Did you upgrade from another Palm device, and if so, did you follow Palm's guide exactly as instructed?
    As with most problems that occur on a Palm PDA, it is either software or hardware related and we have to determine which one.
    Best method is to first make a complete backup of your unit to your SD card using the free "NVBackup" (available from http://www.freewarepalm.com) After the backup is complete, Hard Reset the unit, then test to see if full functionality returns.
    To perform a Hard Reset:
    While pressing and holding the Power button down, tap and release the Reset button in back and continue to hold the Power button down. When the grey Palm logo appears, you can release the Power button.
    You should now see the warning page in about 5 languages. Press the UP direction on the 5-way pad to complete the task. Your Palm will reset itself several times as it re-installs the original programs and erases all your previous data.
    DO NOT HOTSYNC YET! Test the unit before reinstalling any software. If the unit works correctly, your problem is being caused by a "drug interaction" of software - maybe one rogue program, or a combination of several. You'll have to reinstall the third-party programs one or a few at a time to find the problem one. To avoid re-installing a software issue, rename your /Backup directory in your Palm folder (on a PC it's found here: C/Program Files/Palm(One)/"your HotSync ID name truncated"/Backup) to something like "/BackupOLD". Now perform the HotSync, choose your HotSync name you've been using, and all your PIM data will return, but not the third-party programs. Test for functionality again. If all is good, start installing the old programs from your /BackupOLD directory one (or a few if brave) at a time.
    If the unit does not work after a Hard Reset is performed correctly, then it may be Hardware-related. (If it's a connection problem via either BlueTooth or Wifi, be sure nothing has changed on the unit you're trying to connect to!)
    Hope this has helped,
    Wyrenut
    Post relates to: Centro (AT&T)
    I am a Volunteer here, not employed by HP.
    You too can become an HP Expert! Details HERE!
    If my post has helped you, click the Kudos Thumbs up!
    If it solved your issue, Click the "Accept as Solution" button so others can benefit from the question you asked!

  • How can I add a new record in an Access table.

    How can I add a new record in access with LabView, using activex, without using the database connectivity tools.
    Message Edited by Noawena on 05-16-2008 09:25 AM

    Much easier with a toolkit but you could use ADO objects,
    get connection, make a SQL object "INSERT record INTO table where  ...." 
    Execute the parameterized query
    Free up record sets data
    close connection when done.
    This is a very simplified version
    Paul
    Paul Falkenstein
    Coleman Technologies Inc.
    CLA, CPI, AIA-Vision
    Labview 4.0- 2013, RT, Vision, FPGA

Maybe you are looking for

  • Predefined properties in advanced search

    Hello Experts, We have recently upgraded to SP18 from SP13 I have created new Predefined Property called watercorp_reviewdate I wanted to make this field available in the Advanced Search Functionality in the list of 'Filter by Predefined Properties'.

  • WLSE Not showing the RSSI the AP reported Rogue APs in my scanning-only mod

    Hi guys I have a WLSE version 2.15.1 which is configured to detect Rogue AP, APs are 1242, when I see the Unknown AP detail the RSSI has a value of 0 for all Rogue AP detected any help or suggestions, I will be very useful. Thank you. Greetings

  • How to post non-iWeb content on .me?

    I have family tree info generated using Reunion for Mac in Web Card format that I want to publish to my .me site. How is this done? I also have a FTP program, but apparently don't understand how to get to the proper site. Any help is appreciated.

  • Scenario is not executing when session starts

    Hi All, I've created a scenario to assign default catalog with the help of B2B scenario. I've dynamo server for my application, but sdl is created under default dynamo server. I copied these files to my module in the same config path. But the scenari

  • Bin to bin transfer bapi

    Hi Friends, In one customised tcode I want to have functionality to move sales order specific stock to different storage type & Bin. So if the stock is luying  in 5 bins for speciifc sales order 8552442 item 0010. I wan to move stock in one go to dif