Quantcast
Channel: Project Customization and Programming forum
Viewing all 5347 articles
Browse latest View live

User Details with PDP

$
0
0

Hi All,

My Client has asked me to create a PDP to allow users to access there own details (we have added custom fields to the resource entity to allow for additional skills).  My question is how do I get the PDP to only show the detail for the logged in user and how do I pull back the information into the PDP.

I hope this makes sense..

HELP


Build a SharePoint work flow for project server

$
0
0

Hi,

Is there a way to use a work flow that runs on a SharePoint 2010 list to create a project in project server from the list item. 

Chris

Odd issue with one specific user of Project

$
0
0

I have a user that has problems when running the macro below in VBA in Excel

Sub Button1_Click()

Dim msp
    Set msp = CreateObject("MSProject.Project")
    msp.Application.Projects.Add False
    msp.Application.Visible = True
    Set p = msp.Application.ActiveProject
       
    ' Turn off auto calculation now to speed things up
    p.Application.Calculation = 0
    
    p.DefaultDurationUnits = 7
    p.DefaultWorkUnits = 7
    
    ' Set default font
    p.Application.TextStyles32Ex Item:=0, Size:="9", Font:="Calibri"
    
    ' Display additional columns
    p.Application.TableEdit Name:="&Entry", TaskTable:=True, FieldName:="", NewFieldName:="Work", Title:="", _
       Width:=13, Align:=2, ShowInMenu:=True, LockFirstColumn:=True, DateFormat:=255, RowHeight:=1, Column    p.Application.TableApply Name:="&Entry"
    p.Application.TableEdit Name:="&Entry", TaskTable:=True, FieldName:="", NewFieldName:="Notes", Title:="", _
       Width:=16, Align:=2, ShowInMenu:=True, LockFirstColumn:=True, DateFormat:=255, RowHeight:=1, Column    p.Application.TableApply Name:="&Entry"
    
End Sub

It works fine for me and for a lot of people, but it only occurs on one specific computer.

I have tried repairing the installation and it still gives me that error.

and this is the line it has problems with




I have no idea what is happening at all. Can anyone please advice me on what I can do to solve this issue?


mdi Forms for visual basic 2010

$
0
0

Hi

I have built three forms. The First (Form1) is the parent form, the second (Form2) and the third (Form3) child forms.

Open Form2 in the maximazed state when you open the Form3 in normal state it opens well in maximazed state. What is going on can anyone help ?. I work in the visual studio 2010 and visual basic.




How to add remote user in bcs file (bdcm) in sharepoint 2010

$
0
0

I have created bcs model and I am deploying that through feature on one of the server, but on that server i have to use sql remote user in my bdcm file. so what is the syntax for it currently my file is looking like following.

<LobSystemInstances>
        <LobSystemInstance Name="Authorization_GetContacts_sp">
          <Properties>
            <Property Name="AuthenticationMode" Type="System.String">PassThrough</Property>
            <Property Name="DatabaseAccessProvider" Type="System.String">SqlServer</Property>
            <Property Name="RdbConnection Data Source" Type="System.String">(local)</Property>
            <Property Name="RdbConnection Initial Catalog" Type="System.String">Authorization</Property>
            <Property Name="RdbConnection Integrated Security" Type="System.String">SSPI</Property>
            <Property Name="RdbConnection Pooling" Type="System.String">True</Property>
            <Property Name="ShowInSearchUI" Type="System.String"></Property>
          </Properties>
        </LobSystemInstance>
      </LobSystemInstances>


Suyog Mahindrakar

How to publish multiple projects (mpp) to project server 2010

$
0
0

hi ,
can any one suggest.

Project plan (.mpp) which got created through Proejct professional 2010 need to be Published/Created into Project server 2010.


Thanks & Regards, Krishna

Add Vacation Time in a Timesheet

$
0
0

Hi,

I have a module that manages the vacation days in my old intranet. Actually an employee requests for a vacation day and when it is approved, the module adds it in his timesheet and calculates the remaining vacation days respecting some rules.

I would like to use this module with Project Server. Is it possible to add a vacation time in a PWA Timesheet with a webservice ?

Thanks.

Select Project Name in Drop Down

$
0
0

Hello, 

We are working with Project Financial Server 2010 layered on Project Server 2010.  We are trying to allow users to select as a reportable field a project to which it is connected.  This may be selecting the technical master or another larger project, not technically linked as the master.  I was wondering if there was a way to create an enterprise custom field (or other way) where the field would look to the database for active projects.  

Any ideas on how to make this happen?

Thanks


how to solve system error: Class Factory Cannot Supply Requested Class

$
0
0

how to solve system error:  Class Factory Cannot Supply Requested Class?

when a user tries to use our macros created in VBA in Project 2007, he got

how to solve system error:  Class Factory Cannot Supply Requested Class

he un-installed and reinstalled Project, but still does not help.

thanks

Task indicator. All Predecessor tasks are complete y/n, true/false

$
0
0

I would be most grateful if someone could provide a complete solution that would allow me to create a task field that would indicate if all predecessor tasks are complete or not.   This would allow me to do some desperately needed filtering.  MS-Project 2010.

Thanks in advance,

J

Error on Project creation

$
0
0

Hi,

I am getting an error while creating Project.

The file you are attempting to save or retrieve has been blocked from this Web site by the server administrators.

Sharepoint is having claims based authentication.


Thanks, Parth

I want to display ms project data on webpage using jsp.

$
0
0

hi,

 i want to display ms project data on webpage using jsp can you help me out?

Implementing caching in Project Server Customization

$
0
0

Hi All,

When we  access all projects from PWA using following code line

ProjectDataSet projectList = projectSvc.ReadProjectList();

Does Project.asmx handles the caching internally or we need to implement it explicitly.

Regards,

Swati

Additional required project fields that have missing values are not available because of the project configuration

$
0
0

While updating a field of one PDP at 2nd stage, I am getting the following error:

"Additional required project fields that have missing values are not available because of the project configuration. Contact your server administrator"

What could be the possible error..? Do I need to make any other changes at PDP or at configuration level?


Dinesh Bhardwaj

RemoveLookupTableValuesRow and RemoveLookupTableStructuresRow

$
0
0

Hello all!

I need delete some rows from LookupTable.

I use RemoveLookupTableValuesRow and RemoveLookupTableStructuresRow methods on my lookupTableDataSet. Then

lookuptableSvc.UpdateLookupTablesMultiLang(lookupTableDataSet, false, true)

But rows not deleted!

However

lookupTableDataSet.LookupTableStructures.NewLookupTableStructuresRow() and

lookupTableDataSet.LookupTableValues.NewLookupTableValuesRow()

work is good!

What's the trouble?

                                          


Project Server 2007 - Provisioning Workspace Programatically

$
0
0

I have a requirement where I need to provision Project Workspaces using two different templates based on user's choice.

I tried to follow the below link to achieve this, but it looks like its using the template which is set as default.

http://msdn.microsoft.com/en-us/library/office/aa568778(v=office.12).aspx

I will require a template which is not set as default. Do I need a template Id to create a new workspace site, if so, how can I get it?

Thanks in advance.


Sandeep Thoppil

Approve Status Updates

$
0
0

Hello,

we're developing a tool handling timephased actual work data. This tool allows work resources to enter and submit their actual work to our own database from which reports are driven. In the following project managers can approve their work information and it should be written to the project server where my problem sits:

I use the PSI to submit status update via the statusing.updatestatus() and submitstatus() methods. Now I can see the new status in the approval center. But this information is already approved by the project manager so I would like to automatically write the new status in the published database. Is there a chance to do this, without setting automatical approval rules, just programmatically? (via PSI) 

Additional information: The tool that manages status updates is a wcf service directly on my project server so impersonation does not help me a lot.

Thank you a lot,

Kind Regards, 

Tom

p.s. i red the "project server 2010 - approve the status update automatically"-thread but i can't make a lot of sense of the possibilites given there.

Populating lookup table with VBA in Project 2010

$
0
0

I would like to auto populate a  field, e.g. Text10, with a set of values I will read in from an XML file.


Before I do that, I need to understand how to reference and manipulate that lookup table.

I've been reading up on this as much as possible from the web but failed to get anywhere, even the sample code on the MS website just bombs with a vague error on this line

Set objOutlineCode = ActiveProject.OutlineCodes.Add(pjCustomResourceOutlineCode9, "Location")

Please can someone provide me with the simplest possible steps for referencing and adding values to the table?

how to save .mpp file to project server database programatically.

$
0
0
hi,

can any one suggest.
how to save .mpp file to project server database programatically.

Thanks & Regards, Krishna

Problem in Making Custom field to Multi Select..... Project Server 2010

$
0
0

Hi All,

I am trying to make my custom field to be able to store multiple values which uses Lookup table.

When I change the Custom field to store multiple values, Queue Job is getting failed with the following message... any one has idea on how to solve this? [Strange part is that it is showing I am trying to modify multi-select to single select, but actually I was trying to do other way round.... ]

Here is the Queus job fail detail..

Please share your ideas on this...

General

Reporting message processor failed:

ReportingCustomFieldMetadataChangeMessageFailed (24002) - Switching a custom field from multi-value to single value is unsupported. Custom Field UID: {e1568080-d3b9-42d7-8671-0ca4dd5207c2} name: ‘CustomField_old_AT'. Details: id='24002' name='ReportingCustomFieldMetadataChangeMessageFailed' uid='fc4e108e-9f5b-433d-b7eb-01432854d093' QueueMessageBody='CustomFieldTypeUID='04bd0b82-fa37-4f0d-bb06-ab214028e64a'. ChangeType='Alter'' Error='Switching a custom field from multi-value to single value is unsupported. Custom Field UID: {e1568080-d3b9-42d7-8671-0ca4dd5207c2} name: ‘CustomField_old_AT''.

ReportingCustomFieldMetadataChangeMessageFailed (24002) - Switching a custom field from multi-value to single value is unsupported. Custom Field UID: {e1568080-d3b9-42d7-8671-0ca4dd5207c2} name: ‘CustomField_old_AT'. Details: id='24002' name='ReportingCustomFieldMetadataChangeMessageFailed' uid='e435ffba-99c2-4c42-9d76-0135bdb04c59' QueueMessageBody='CustomFieldTypeUID='04bd0b82-fa37-4f0d-bb06-ab214028e64a'. ChangeType='Alter'' Error='Switching a custom field from multi-value to single value is unsupported. Custom Field UID: {e1568080-d3b9-42d7-8671-0ca4dd5207c2} name: ‘CustomField_old_AT''.

ReportingCustomFieldMetadataChangeMessageFailed (24002) - Switching a custom field from multi-value to single value is unsupported. Custom Field UID: {e1568080-d3b9-42d7-8671-0ca4dd5207c2} name: ‘CustomField_old_AT'. Details: id='24002' name='ReportingCustomFieldMetadataChangeMessageFailed' uid='b5f1a9d3-85f1-4772-835d-1bc7d8752349' QueueMessageBody='CustomFieldTypeUID='04bd0b82-fa37-4f0d-bb06-ab214028e64a'. ChangeType='Alter'' Error='Switching a custom field from multi-value to single value is unsupported. Custom Field UID: {e1568080-d3b9-42d7-8671-0ca4dd5207c2} name: ‘CustomField_old_AT''.

ReportingCustomFieldMetadataChangeMessageFailed (24002) - Switching a custom field from multi-value to single value is unsupported. Custom Field UID: {e1568080-d3b9-42d7-8671-0ca4dd5207c2} name: ‘CustomField_old_AT'. Details: id='24002' name='ReportingCustomFieldMetadataChangeMessageFailed' uid='56401800-8409-4f1e-9dc2-44f557add0ad' QueueMessageBody='CustomFieldTypeUID='04bd0b82-fa37-4f0d-bb06-ab214028e64a'. ChangeType='Alter'' Error='Switching a custom field from multi-value to single value is unsupported. Custom Field UID: {e1568080-d3b9-42d7-8671-0ca4dd5207c2} name: ‘CustomField_old_AT''.

ReportingCustomFieldMetadataChangeMessageFailed (24002) - Switching a custom field from multi-value to single value is unsupported. Custom Field UID: {e1568080-d3b9-42d7-8671-0ca4dd5207c2} name: ‘CustomField_old_AT'. Details: id='24002' name='ReportingCustomFieldMetadataChangeMessageFailed' uid='c92aab14-0a76-4d17-a92f-232cb425426a' QueueMessageBody='CustomFieldTypeUID='04bd0b82-fa37-4f0d-bb06-ab214028e64a'. ChangeType='Alter'' Error='Switching a custom field from multi-value to single value is unsupported. Custom Field UID: {e1568080-d3b9-42d7-8671-0ca4dd5207c2} name: ‘CustomField_old_AT''.

ReportingCustomFieldMetadataChangeMessageFailed (24002) - Switching a custom field from multi-value to single value is unsupported. Custom Field UID: {e1568080-d3b9-42d7-8671-0ca4dd5207c2} name: ‘CustomField_old_AT'. Details: id='24002' name='ReportingCustomFieldMetadataChangeMessageFailed' uid='c6262e3a-452c-4282-87cb-43a75196632c' QueueMessageBody='CustomFieldTypeUID='04bd0b82-fa37-4f0d-bb06-ab214028e64a'. ChangeType='Alter'' Error='Switching a custom field from multi-value to single value is unsupported. Custom Field UID: {e1568080-d3b9-42d7-8671-0ca4dd5207c2} name: ‘CustomField_old_AT''.

Queue:

GeneralQueueJobFailed (26000) - ReportingCustomFieldMetadataSync.ReportCustomFieldMetadataSyncMessageEx. Details: id='26000' name='GeneralQueueJobFailed' uid='050bc939-d426-47d1-9d4f-2c8703092b2f' JobUID='ae68b324-52d8-48bb-bc9e-33dfd2d76863' ComputerName='DEVMachine' GroupType='ReportingCustomFieldMetadataSync' MessageType='ReportCustomFieldMetadataSyncMessageEx' MessageId='1' Stage=''. For more details, check the ULS logs on machine DEVMachine for entries with JobUID ae68b324-52d8-48bb-bc9e-33dfd2d76863.


Muniappan



Viewing all 5347 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>