Check in view changes Untouched attributes of a resource

Hi
As part of a requirment to update an existing user attribute on the resource i am doing thhe follwoing
- I am doing a Check out view from a resource
- Assigning a value to the attibute "userview.accounts[resource].suspend = false"
- and doing a check in view
But the porblem im finding is along with suspend attribute the other attibute on the resource like name, desg etc.. get changed
I have double checked my code, honestly no where i have touched the other attributes of the resource
am i doing somthing wrong, or is there a better way to update a single attribute on a single resource without touching other attributes .
Thanks in advance...

hi
I am not doing any bulk action, actually its a simple update to a existing account.
But after checking thru the trace, looks like i have found the cause.
In the schema of Resource xml i have the maping somthing linke this
fullname < ---- > Resource Name
"fullname" is an attribute in Light house user object. and this value is getting assigned to Resource Name. again, im not assigning any such value or neither im modifiying the attribute Resource Name during update.
Still im not clear why this attribute value is picked as global value.
let me know if this is a default behaviour of IdM,
thanks R, and thank u all guys for ur support
Edited by: tea_or_kapi on Mar 24, 2009 5:40 PM

Similar Messages

  • How does one check for view changes to avoid unnecessary reprovision?

    I have a couple of ActiveSync resources that I setup custom userforms and workflows for to sync up only a couple of attributes from each one. With ActiveSync whenever a user account is modified it processes the modified account no matter which attributes were actually modified. For example, if I want to sync the email attribute from an Active Directory resource the ActiveSync workflow receives modification events for all changes to Active Directory accounts, not just email. With my simple workflow what often happens is that I reprovision the accounts even when no changes are made. The downside of this is that the Lighthouse account is marked as being modifed by the ActiveSync proxy user even though no real changes were made and extraneous server tasks are generated that have no results.
    In my workflow I would like to somehow predetermine if the reprovision will actually make changes and if not cancel the workflow. Is there some utility class that I can use to check for modifications or some option I can pass into the reprovision workflow to accomplish this? I probably could check the user.update.accounts[resource].changes before calling reprovision but that would seem to require a lot of express coding and comparisons.

    I don't have an answer for you but I do have a question. I have been researching the issue of which channels in the 2.4 band are permitted according to law in the various countries in Europe. We have offices in Germany, France, Spain, Netherlands and England and I was wondering which channels we are permitted to use. Do you know or could you point me to a document I could read?

  • Is deriving or check Change Request attributes in DERIVE_ENTITY or CHECK_ENTITY

    Hi,
    I'd have a requirement to derive or check  the Change Request attributes like Change Request Reason and Change Request Priority , e.g if CR Priority is empty, set to a specific value or Check if Change Request Reason is set.
    I know via an OSS message that we are not able to derive or check CR attributes using BRF+ but can we derive or check using the BADI?

    The BRF+ and BAdI solutions are directed more towards the master data entities. If you "only" want to default or check the CR header, then one idea is to enhance the CR Header handler class. Please see this document that describes how to enhance the CR Header. You don't need to add a field, but you can learn the technique of adding checks, etc. to the GenIL model handler class.
    Enhancement of the User Interface Building Bloc... | SCN

  • User Profile Incremental Sync does not views changes in profiles.

    User Profile Incremental Sync does not views changes in profiles. I make full sync - all ok. then I change the phone number for example, and then start incremental sync and nothing moves to AD. 
    All the stages of FIM sync just state 0 records to process. Looks like it does not see the changes
    1.profile property is set up to sync with AD attribute (with EXPORT).
    2.no errors in Windows logs or FIM UI client, nor in sharepoint UI
    3. sharepoint server 2010 SP1, "CU June 2012"  14.0.6123.5002
    4. I have just reprovisioned sync service, set up AD connections and property-attribute relations. before
    there was this problem http://social.msdn.microsoft.com/Forums/en-US/cb2b8aeb-d1b6-49a6-a788-2491ca45308a/critical-error-6398-userprofileimportjob-problem-profile-sync-malfunction?forum=sharepointadminhttp://social.msdn.microsoft.com/Forums/en-US/cb2b8aeb-d1b6-49a6-a788-2491ca45308a/critical-error-6398-userprofileimportjob-problem-profile-sync-malfunction?forum=sharepointadmin,
    which I resolved by clearing timer service cache.
    Help with advice, urls or solurions please..

    Hi  VlH,
    According to your description, the issue can be caused by the Profile or Profile Values table.
    You can check the event log and ULS log to see detail error message.
    To check event log, click the Start button and type “Event Viewer” in the Search box.
    For SharePoint 2013, by default, ULS log is at      
    C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\LOGS
    For your issue you can refer to the similar thread:
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/bc3cd2ff-dc12-4223-a80b-e4cae616e861/user-profile-sync-doesnt-update-the-profiles-from-ad?forum=sharepointadminlegacy
    Also a good blog for user profile synchronization:
    http://www.harbar.net/articles/sp2010ups.aspx
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • How to change the attribut of Form in Review Form in ISR

    Hi,
    We have to change the attributes of text fields of form ( e.g disabling the text field ) once user hits the Review Form button on MSS page
    Please let me know how to do it .
    Thanks
    Manish

    Hi Manish,
    You may write the Formcalc scripting for the respective field.
    //Check ISR control parameters for read/write access
    if($record.CONTROL_PARAM.ISR_MODE == "DISPLAY" |
       $record.CONTROL_PARAM.ISR_FORM_VIEW =="ISR_APPROVE" | <b>$record.CONTROL_PARAM.ISR_REVIEW == "true" )</b>
    then
         this.access = "readOnly"
    else
         this.access = ""
    endif
    Hope this helps.
    Thanks and Regards,
    Anto.

  • How to change the  attribute of screen field to drop down list dynamically

    Hi All,
      Col X                   Col Y
      A                        input field
      B                       drop down list
    This is a tabular disply where the Screen field attribute for Col y  is NO DROP DOWN BOX.
    My requirement is to change the attribute of COl Y to DROP DOWN list depending on the value of
      COL X  dynamically.

    Dear Ajay,
    Actually this requirement is to enhance the standard screen for Tcode :EHSVU21.
    So depending on the 1st Column(Test no)  value ,i have to change the 3rd Column(Low.norm.result)
    property either to DROP Down or not.
    So in the PBO only the changes to be made and there is no field in SCREEN internal table for changing the attribute to DROP down. I checked SCREEN internal table where the field VALUE_HELP and REQUEST is useful but not  suitable for my case.
    Any solution available?

  • .change IUCONFIG attribute value in an event-handler of IUICCON (move in)

    Hi there,
    I have been searching for over a week now both on SDN and using the debugger, hopefully this brings more luck.
    On the web-client there is this new contracts page with 3 tabs.
    On the first tab you can choose a product, select a contract and then click Configuration.
    There you can change parameters. (this is View IUCONFIG/ConfigTree) with contextnode ISUORDERITEMCONFIG.
    In this case it is not wanted that this configuration page needs to be opened.
    So I need to change the value of 1 of these attributes (always the same attribute) automatically when switching to the 2nd tab, or when clicking the save button on the last tab. Or any event on the 2nd or 3rd tab are okay. As long as they are sure to be executed in the process.
    I would prefer changing the attribute from within IUICCON/ProcessSaveButtonBar>EH_ONBT_SAVE_PROCESS
    or IUICCON/ProcessBar>EH_ONNAVTOACCOUNTDATA
    I just don't have a clue how to automatically set one value of these configuration attributes.
    Can anybody provide a solution or a workaround?
    Is there any way to change the parameters without ever going to the configuration page in the browser?
    Thanks in advance for your ideas
    Could this thread be moved to CRM webclient?

    Solved, the solution can be supplied in trade for the right amount of money
    (okay is was CRM_ISU_CONT_CHANGE_OW)

  • To view changes made in HU Document

    Hi,
    Please let me know how to view the changes made in the HU document?
    With Regards
    Vinu.N

    Hi Vinu,
    Please try with this
    Go to VL02N enter your delivery document which you want to check the HU changes then go to menu>Environment>Changes sytem will take you to the selection screen here you enter the required data then execute now you can able to see the details about what are all changes have been done for that delivery.
    If HU changes exists those also you can able to see in that.
    I hope it will help you,
    Regards,
    Murali.

  • How to view changes to expense reports

    I am trying to find a way of viewing changes to an Expense Report.
    In PR05 there is a history but it does not provide details about the change. I have also looked at PRTE and cluster AEND but again this does not provide the details that our business users require.
    Does anyone know if there is any other way of viewing the detail of changes to an Expense Report?
    On a related issue we have found that in PR05 the approver name is showing as the workflow user rather than the user ID of the person who approved the trip in the Portal. Can this be changed to the actual approver ?
    Thanks for any help with this
    Stephanie

    Hi,
    I think T-code PRTE provides only screen level changes (i.e who , when creates, save or updates by whome)
    For detail level changes in expense reports you need to activate Define History and Archiving of Forms
    V_T702N_R26_R27
    Please note that this is ONLY available with EHP5 BC 605 FIN_TRAVEL_3
    Following is help available
    _________________________________________________________________________Use
    In this step, you can activate the following functions:
    History
    If you activate logging of history, the system logs the changes to travel requests and expense reports. Users can display the history in the following user interfaces:
    Personal object worklists (POWL) for travelers, assistents, and approving managers on the Web Dynpro ABAP-based user interface of Travel Management
    Transactions of the travel expense report in SAP GUI; for example, in the Travel Expense Manager (transaction PR05) or in the Travel Calendar (transaction PR02)
    If you do not activate logging of history, the system automatically logs the changes made to expense reports (as in earlier releases). Users can display the change history only in the transactions of the travel expense report in SAP GUI.
    Storage of Travel and Expense Forms in the Archive
    If you have activated logging of history, you also can define that the travel request forms and expense report forms are to be automatically archived when certain events occur. You can determine which of the following events triggers the archiving of a form:
    When processing of a changed travel request or expense report is handed over from the user who makes the change to another user
    When the status of the travel request or expense report changes
    When a user saves the travel request or expense report
    You can archive the Adobe PDF forms or HTML forms for travel requests and expense reports, but not the forms for travel plans. If you use an ABAP list form, the system first converts this form to an HTML form and then archives the HTML form.
    In the following activities you define which kinds of forms the system uses:
    For travel requests, see Define Enterprise-Wide Control Parameters and attribute HTMLFORM_R_P.
    For expense reports, see Travel Expenses Control (Expert View), Other Settlement, field 24.
    Requirements
    The following prerequisites must be met:
    You have activated the updating of statistical data when trips are saved; see Define Structure of Trip Statistics.
    You have made the basic settings for ArchiveLink; see Basic Customizing for ArchiveLink.
    Note:
    If you want to archive Adobe PDF forms, the document type PDF under Edit Document Classes must contain an entry with MIME type application/pdf.
    If you want to archive HTML forms, the document type HTML under Edit Document Classes must contain an entry with MIME type text/html.
    Standard settings
    By default, history logging is not activated.
    or http://help.sap.com/erp2005_ehp_05/helpdata/en/1e/9467498ee0444f9d06070d3e267364/frameset.htm

  • Please help me finding error in 'check in view'

    This is the error i am getting in 'check in view'
    Application returned =
    <WavesetResult>
    <ResultItem name='report' type='report' status='ok'>
    <String>&lt;?xml version='1.0' encoding='UTF-8'?&gt;&#xA;&lt;&#33;&#68;OCTYPE Report PUBLIC 'waveset.dtd' 'waveset.dtd'&gt;&#xA;&lt;Report&gt;&#xA;&lt;preamble&gt;&#xA;&lt;title&gt;UI_APPR_JAVA_WORKFLOW_STATUS&lt;/title&gt;&#xA;&lt;/preamble&gt;&#xA;&lt;section&gt;&lt;title&gt;UI_APPR_JAVA_PENDING_APPROVALS_TITLE&lt;/title&gt;&#xA;&lt;table&gt;&#xA;&lt;columns&gt;&#xA;&lt;col&gt;UI_APPR_JAVA_OWNER_COL_LABEL&lt;/col&gt;&#xA;&lt;col&gt;UI_APPR_JAVA_COMMENTS_COL_LABEL&lt;/col&gt;&#xA;&lt;/columns&gt;&#xA;&lt;rows&gt;&#xA;&lt;row&gt;&#xA;&lt;col&gt;a9200701&lt;/col&gt;&#xA;&lt;col&gt;Edit Request&lt;/col&gt;&#xA;&lt;/row&gt;&#xA;&lt;/rows&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section&gt;&lt;title&gt;UI_APPR_JAVA_PROCESS_DIAGRAM&lt;/title&gt;&#xA;&lt;html&gt;&amp;#xA;&amp;lt;applet name='diagram'&amp;#xA; code='NFDiagramApp'&amp;#xA; codebase="includes"&amp;#xA; archive='netcharts.jar,fix6573.jar'&amp;#xA; width='640' height='504' alt='null'&amp;gt;&amp;#xA;&amp;#xA; &amp;lt;param name='NFParamScript' value='&amp;#xA;&amp;#xA; Background = (white);&amp;#xA; HeaderBox = (white, SHADOW, 8);&amp;#xA;&amp;#xA; NoteSets=&amp;#xA; ("finishedBox", TOPLEFT),&amp;#xA; ("activeBox", TOPLEFT),&amp;#xA; ("waitingBox", TOPLEFT),&amp;#xA; ("finishedText", TOPLEFT),&amp;#xA; ("activeText", TOPLEFT),&amp;#xA; ("waitingText", TOPLEFT);&amp;#xA;&amp;#xA; Nodes=&amp;#xA; ("0", "start", 128, 24, green),&amp;#xA; ("1", "Manager Validation", 128, 84, green),&amp;#xA; ("2", "Form Input", 128, 144, green),&amp;#xA; ("3", "End Form Input", 128, 264, black),&amp;#xA; ("4", "Edit Request", 128, 204, red),&amp;#xA; ("5", "end", 128, 324, black),&amp;#xA; ("6", "Launch", 288, 324, black);&amp;#xA;&amp;#xA; Edges=&amp;#xA; ("0", "1", green),&amp;#xA; ("1", "2", green),&amp;#xA; ("2", "4", green),&amp;#xA; ("3", "5", black),&amp;#xA; ("3", "6", black),&amp;#xA; ("4", "3", black),&amp;#xA; ("6", "5", black);&amp;#xA;&amp;#xA; NoteSet1=(" ", 30, 432);&amp;#xA; NoteSet2=(" ", 30, 452);&amp;#xA; NoteSet3=(" ", 30, 472);&amp;#xA; NoteSet4=("paths taken", 50, 432);&amp;#xA; NoteSet5=("active steps", 50, 452);&amp;#xA; NoteSet6=("inactive steps", 50, 472);&amp;#xA;&amp;#xA; NoteLabel=&amp;#xA; ("OFF", , "Helvetica", 8),&amp;#xA; ("OFF", , "Helvetica", 8),&amp;#xA; ("OFF", , "Helvetica", 8),&amp;#xA; (, black, "Helvetica", 12),&amp;#xA; (, black, "Helvetica", 12),&amp;#xA; (, black, "Helvetica", 12);&amp;#xA;&amp;#xA; NoteBox=&amp;#xA; (green),&amp;#xA; (red),&amp;#xA; (black);&amp;#xA;&amp;#xA; '&amp;gt;&amp;#xA;&amp;lt;/applet&amp;gt;&amp;#xA;&lt;/html&gt;&#xA;&lt;/section&gt;&#xA;&lt;/Report&gt;&#xA;</String>
    </ResultItem>
    <ResultItem type='error' status='error'>
    <ResultError throwable='com.waveset.util.WavesetException'>
    <Message id='SES_CHECKIN_INVALID_REFERENCE'>
    <String>TaskInstance</String>
    <String>TASKE1726E905BC45B55:74423634:135FFCA1943:-5836</String>
    <String>UserForm</String>
    <String></String>
    <String></String>
    </Message>
    <StackTrace>com.waveset.util.WavesetException: TaskInstance TASKE1726E905BC45B55:74423634:135FFCA1943:-5836 contains an invalid object reference. Type UserForm Id null Name null.&#xA;&#x9;at com.waveset.server.InternalSession.resolveReferences(InternalSession.java:3382)&#xA;&#x9;at com.waveset.server.InternalSession.resolveReferences(InternalSession.java:3502)&#xA;&#x9;at com.waveset.server.InternalSession.resolveReferences(InternalSession.java:3502)&#xA;&#x9;at com.waveset.server.InternalSession.resolveReferences(InternalSession.java:3502)&#xA;&#x9;at com.waveset.server.InternalSession.resolveReferences(InternalSession.java:3502)&#xA;&#x9;at com.waveset.server.InternalSession.resolveReferences(InternalSession.java:3502)&#xA;&#x9;at com.waveset.server.InternalSession.resolveReferences(InternalSession.java:3502)&#xA;&#x9;at com.waveset.server.InternalSession.resolveReferences(InternalSession.java:3502)&#xA;&#x9;at com.waveset.server.InternalSession.resolveReferences(InternalSession.java:3331)&#xA;&#x9;at com.waveset.server.InternalSession.resolveReferences(InternalSession.java:3283)&#xA;&#x9;at com.waveset.server.InternalSession.createClone(InternalSession.java:2616)&#xA;&#x9;at com.waveset.server.InternalSession.checkinObject(InternalSession.java:779)&#xA;&#x9;at com.waveset.workflow.WorkflowExecutor.saveTask(WorkflowExecutor.java:383)&#xA;&#x9;at com.waveset.workflow.WorkflowExecutor.execute(WorkflowExecutor.java:281)&#xA;&#x9;at com.waveset.task.Scheduler.execute(Scheduler.java:2678)&#xA;&#x9;at com.waveset.task.Scheduler.launchTask(Scheduler.java:1767)&#xA;&#x9;at com.waveset.task.Scheduler.launchTask(Scheduler.java:1391)&#xA;&#x9;at com.waveset.task.TaskManager.launchTask(TaskManager.java:267)&#xA;&#x9;at com.waveset.server.InternalSession.runTask(InternalSession.java:3526)&#xA;&#x9;at com.waveset.server.ViewMaster.runTask(ViewMaster.java:920)&#xA;&#x9;at com.waveset.view.ProcessViewer.checkinView(ProcessViewer.java:683)&#xA;&#x9;at com.waveset.object.ViewMaster.checkinView(ViewMaster.java:747)&#xA;&#x9;at com.waveset.session.WorkflowServices.checkinView(WorkflowServices.java:1397)&#xA;&#x9;at com.waveset.session.WorkflowServices.call(WorkflowServices.java:487)&#xA;&#x9;at com.waveset.workflow.WorkflowEngine.callApplication(WorkflowEngine.java:4381)&#xA;&#x9;at com.waveset.workflow.WorkflowEngine.callAction(WorkflowEngine.java:4208)&#xA;&#x9;at com.waveset.workflow.WorkflowEngine.iterateAction(WorkflowEngine.java:3654)&#xA;&#x9;at com.waveset.workflow.WorkflowEngine.callAction(WorkflowEngine.java:3525)&#xA;&#x9;at com.waveset.workflow.WorkflowEngine.execute(WorkflowEngine.java:3361)&#xA;&#x9;at com.waveset.workflow.WorkflowEngine.makeTransition(WorkflowEngine.java:2901)&#xA;&#x9;at com.waveset.workflow.WorkflowEngine.checkExplicitTransitions(WorkflowEngine.java:2792)&#xA;&#x9;at com.waveset.workflow.WorkflowEngine.checkTransitions(WorkflowEngine.java:2578)&#xA;&#x9;at com.waveset.workflow.WorkflowEngine.processSteps(WorkflowEngine.java:1983)&#xA;&#x9;at com.waveset.workflow.WorkflowEngine.walkCases(WorkflowEngine.java:1835)&#xA;&#x9;at com.waveset.workflow.WorkflowEngine.walkCases(WorkflowEngine.java:1818)&#xA;&#x9;at com.waveset.workflow.WorkflowEngine.walkCases(WorkflowEngine.java:1743)&#xA;&#x9;at com.waveset.workflow.WorkflowEngine.execute(WorkflowEngine.java:861)&#xA;&#x9;at com.waveset.workflow.WorkflowEngine.execute(WorkflowEngine.java:505)&#xA;&#x9;at com.waveset.workflow.WorkflowExecutor.execute(WorkflowExecutor.java:256)&#xA;&#x9;at com.waveset.task.TaskThread.run(TaskThread.java:132)&#xA;</StackTrace>
    </ResultError>
    </ResultItem>
    <ResultItem name='taskState' type='data' status='ok'>
    <String>finished</String>
    </ResultItem>
    </WavesetResult>
    please if any changes need to be done in 'ccreate view' code..
    Thanks in advance

    Hi,
    I am not sure what type of view you are creating and working with, but when i see the error given by you I saw below thing
    com.waveset.util.WavesetException: TaskInstance TASKE1726E905BC45B55:74423634:135FFCA1943:-5836 contains an invalid object reference. Type UserForm Id null Name null
    Your task contains invalid object reference and that is related to "UserForm ", So please check you workflow and if that's not help you then please give me the code to see.
    Thanks
    Jay

  • How to view changes in PO?

    Hi Gurus,
    Please let me know, how to view changes or amendments in PO?
    Please revert asap.
    Thank You

    Hi,
    You can track the PO changes using the Environment tab in the Menu.
    Here you can check PO Header as well as Item changes.
    Hope it helps.
    Regards,

  • Rectangular marquee does not snap to grid even though snap to grid is checked under view

    Hey all,
    I cannot snap to a grid even though snap to grid is checked under view > snap to > grid. Unless I am zoomed in all the way, when I drag marquee, it always snaps two pixels above or two pixels below where I'm trying to snap to grid, which is the green line I created. I don't know if this is a Photoshop bug but it's clearly not snapping to the grid for me unless I am zoomed in all the way, but then at that point, I have to drag it across the whole document and because I'm zoomed in so far, it takes several minutes.Any reason why snap to grid not working in PhotoShop CS4?
    Thanks for response.

    it always snaps two pixels above or two pixels below where I'm trying to snap to grid, which is the green line I created.
    Green lines for the Grid? Did you change the color in the Preferences specifically?
    And your use of the singular »line« is a bit suspicious – are you sure you are talking about the Grid and not Guides?

  • The status bar is checked in view still unable to determine the size of itunes library.

    The Status Bar in checked in view and I am still unable to determine the size of library in Itunes.  Songs are not numbered.

    pziecina wrote:
    Hi
    The size of your text is set to 100% in your body elements css, this means that for Safari you will get a default font size of 16px, (providing you have not changed the browsers default settings).
    Change the body element font-size to 12px in the css and see what happens.
    PZ
    www.pziecina.com
    I've run out of helpful stars to hand out to all of you nice people. Thank you so much, and as the post quoted here also demonstrates, there are 'overrides' in CSS. It struck me this morning as I have been thinking about this, the very first thing to introduction to CSS is that the meaning of Cascading Style Sheets is that there is an order of priority in command, and the troops closest to the front lines get the final say. I would think that the statement in the document would be the final word, but apparently it's the CSS sheet that takes priority in this case.
    I think my thinking has been in reverse on this rule, not unusual for me, but now I need to re-educate myself thanks to this problem.
    Ken

  • View changes made to PSA

    Hello,
    Just wondering if there is a way to view changes that were made to a PSA. We sometimes have records with bad dates come into our BW system, causing the load to fail. We fix these loads by correcting the records in the PSA and then doing a manual update.  Just curious if there is a way to go back after the manual update to see which records were changed.
    Thanks
    Charla

    Charla,
       Good Question!
       I can't tell you technical front( If it has any tables creating that).
      I can tell you one place where you can. Go to Monitor(RSMO) for that request. check in the details tab page. you could see record number  where the error occured.
    All the best. Please update the thread if you find any technical details.
    all the best.
    Regards,
    BG
    *Assign points if it helps.

  • Can't view changed data in journal data

    Hi,
    I have implemented JKM Oracle 10g Consistent Logminer on Oracle 10g with the following option.
    - Asynchronous_mode : yes
    - Auto_configuration : yes
    1. Change Data Capture -> Add to CDC, 2.Subscriber->subscribe (sunopsis),
    3. Start Journal
    The journal has been started correctly wothout errors. The journalized table has always the symbol "green clock". All is gook working.
    And then i inserted 1 record in source table, but i can't view changed data in journal data. I can't understand why journal data was generated.
    There are no errors.
    Help me !!!

    Did your designer was on the good context ?
    Look the list box at the top right of the Designer interface.
    You must have the same as the one where you define your journalization.

Maybe you are looking for

  • How do I send a text message to family members all at the same time

    How do I send a text message to family members all at the same time

  • How to fix split albums?

    Lots of my albums in iTunes end up split. For instance, 8 songs will be listed in one album, the other two in their own individual albums. I've done the fixes that I normally see: - choose PART OF A COMPILATION, save. - rename album name for all, sav

  • Stack trace gives line numbers when src is present in package hierachy?

    hi, does anyone know why the lines numbers of the source code are only given in exception traces when the source code is present alongside the class files in the package hierachy? I'm guessing this is because there is not enough information in the cl

  • DNG Converter disappeared - how reinstall?

    My DNG converter shortcut no longer links to the DNG converter (.exe) file. Seems the file "disappeared", possibly as a result of upgrading some Adobe software, where old files get deleted? That likely doesn't "make sense", but the bottom line is, th

  • Project settings for HD

    Hi, I have just purchased a Panasonic SD90 camcorder (and a blu ray writer for my pc) - the camcorder records footage to an SD card in 1920 x 1080 P at 50 FPS.  I cannot seem to start a project with these settings, I seem to have to use 1920 x 1080 p