Problem w/ assignment manager

Hi everybody,
Firstly, I hope this is the right sub-forum for my problem...
I am working at this assignment manager problem and I truly hope, you can help me out.
The desired scenario is that the call center supervisor assigns tasks to the call center agents using the assignment manager (in assisted mode). As far as I have understood the concept, the assignment manager lists all call center agents in the Gantt. So it is easier for the supervisor to see who has enough capacity left, to fulfill the task.
Unfortunately, I cannot see anybody in the assisted selection mode. In the unassisted mode, all I have to do is entering the username and assign tasks to the user.
So, the question is how I can assure that all call center agents are available in the assignment manager (again, assisted mode). In my understanding, as soon as all selection criterions are de-activated all users should be available?!
Thx 4 help,
Florian

Nagamohan,
I started the request "Generate Shift Tasks", but nothing changed.
Here is a detailed list of all the steps, maybe you find something I did wrong:
(I found a manual in metalink, telling me that I have to create territory)
* Responsibility: Field Service Manager
* I navigated to Field Service Setup > CRM Foundation > Territory Manager > Territory Administration
* I created a new task (Territories - Catch All - Oracle Service - New)
* Entered Name and Description
* Rank 1
* Transaction Types: "Service Request and Task", "Task"
* Save and close
* Navigated to Field service Setup > CRM Foundation > Resource Manager > Maintain Resources > Resources
* Resource - my name
* [Tab: Roles] Role Type - Field Service Planners; Role - Field Service Planners
* [Tab: Groups] Groups - "MyGroup"; Group Member Roles - Field Service Planners
* Navigate to Field Service Setup > assign Territories to Planner Group
* I selected "MyGroup" in the list
* added the territory I created before
* Navigate to Field Service Setup > CRM Foundation > Territory Manager > Territory Administration
* I navigated again to Field Service Setup > CRM Foundation > Territory Manager > Territory Administration
* [Resource tab] entered my name (full access yes; primary contact no)
* Access Types "Service Request and Task", "Task"
Then I followed your advice and
* Navigated to Field Service Manager > Field Service Setup > CRM Foundation > calendar > calendar setup > define calendar
* Here I created a new personal calendar(!)
* Then I switched to > assign resources
* chose my previously created calendar and added myself and another person to the calendar
* I started "Generate Shift Tasks" (Action: Add)
Now I see my tasks as a time line in the Gantt chart (unassisted mode). Unfortunately, all the colleagues assign to the same calendar have the same entries. And in “View in Tabs” the field “First available Slot” – “Start time” is empty).
If you have any suggestions, please let me know.
I try to get more information about the calendar-type stuff.
Regards,
Florian

Similar Messages

  • Assignment Manager los conection to DataBase

    Hi all, I tell them that I have an architecture of 4 servers with Siebel version 8.1.1.5 with the lenguage Spanish, Portuguese and English and have the following problem:
    - The assignment manager component falls, seems to lose connection to the database, these falls occur at all times, not just during business hours and is the only component that has this problem.
    perform the following actions
    · With regard to the loss of connection in the development server, restart the SQL Server service, and as a result the component assingment fall, will step status "Unavailable". The curious thing about this test is usually the first time you restart the SQL service did not fall, then the following reboots itself. Another thing is that the other components are not affected, just drop the ASGM.
    · Also saw in one of the logs is the following message: -          Loading High Level 2 000a1e7453a01d40:0 2014-08-04 16:58:34 The Column TEER_ID doens't exist in the table S_TERRALGN_PSTN. verify the file diccache.dat is updated.
    -          Loading High Level 2 000a1e7453a01d40:0 2014-08-04 16:58:34 Referring to attribute assignment criteria Division more than once in the dynamic candidate Staging Contact Minor # TM Opportunity Driven Industry Object Hierarchy Mapping TM Opportunity. · Tried to erase and re generate dictionaries, this was done on all servers but the problem persisted.
    We see in the logs, it seems that the engine loses connection sql by what we see in the logs:
    DBCLog DBCLogError one 000a183853a01d40: 0 08/04/2014 15:29:22 [Microsoft] [SQL Native Client] Communication link failure
    GenericLog GenericError one 000a183853a01d40: 0 04/08/2014 15:29:22 08S01: [Microsoft] [SQL Native Client] Communication link failure
    GenericLog GenericError one 000a183853a01d40: 0 04/08/2014 15:29:22 Message: Error occurred When retrieving message 'GEN-10' for language 'ENU'.
      Additional Message: Calling Function: DICFindLOVType; Called Function: Calling DICGetLOVTypes
    GenericLog GenericError one 000a183853a01d40: 0 04/08/2014 15:29:22 (asgnobj.cpp (7179) sys err = 3006 = 2) SBL-GEN-03006: Error when calling the function: DICFindLOVType
    What I do not understand is that the base is not configured links to other bases, and this only happens with the assignment.
    Any idea what could be the problem? thank you very much
    Guadalupe

    Hola
    Lo unico que se me ocurre es reinstalando el server tools, debe ser la misma versión de la BD productiva, yo lo he hecho y hasta ahora no he tenido problemas.
    Saludos

  • Problem in assigning a coloumn as a Null.

    Hi All,
    I m facing a problem to assigning a coloumn as "Allow Null".
    Plz help me..
    Regards
    Yogesh

    Hi Kumar,
    You can use UserFieldsMD.Mandatory property to allow the UDF to be empty or not.
    Note: You do not have to manage the real database value for the UDF. B1 is responsible to do this.
    Regards Chris
    Message was edited by:
            Chris Kroos

  • Problem about space management of archived log files

    Dear friends,
    I have a problem about space management of archived log files.
    my database is Oracle 10g release 1 running in archivelog mode. I use OEM(web based) to config all the backup and recovery settings.
    I config "Flash Recovery Area" to do backup and recovery automatically. my daily backup schedule is every night at 2:00am. and my backup setting is "disk settings"--"compressed backup set". the following is the RMAN script:
    Daily Script:
    run {
    allocate channel oem_disk_backup device type disk;
    recover copy of database with tag 'ORA$OEM_LEVEL_0';
    backup incremental level 1 cumulative copies=1 for recover of copy with tag 'ORA$OEM_LEVEL_0' database;
    the retention policy is the second choice, that is "Retain backups that are necessary for a recovery to any time within the specified number of days (point-in-time recovery)". the recovery window is 1 day.
    I assign enough space for flash recovery area. my database size is about 2G. I assign 20G as flash recovery area.
    now here is the problem, through oracle online manual, it said oracle can manage the flash recovery area automatically, that is, when the space is full, it can delete the obsolete archived log files. but in fact, it never works! whenever the space is full, the database will hang up! besides, the status of archived log files is very strange, for example, it can change "obsolete" stauts from "yes" to "no", and then from "no" to "yes". I really have no idea about this! even though I know oracle usually keep archived files for some longer days than retention policy, but I really don't know why the obsolete status can change automatically. although I can write a schedule job to delete obsolete archived files every day, but I just want to know the reason. my goal is to backup all the files on disk and let oracle automatically manage them.
    also, there is another problem about archive mode. I have two oracle 10g databases(release one), the size of db1 is more than 20G, the size of db2 is about 2G. both of them have the same backup and recovery policy, except I assign more flash recovery area for db1. both of them are on archive mode. both of nearly nobody access except for the schedule backup job and sometime I will admin through oem. the strange thing is that the number of archived log files of smaller database, db2, are much bigger than ones of bigger database. also the same situation for the size of the flashback logs for point-in-time recovery. (I enable flashback logging for fast database point-in-time recovery, the flashback retention time is 24 hours.) I found the memory utility of smaller database is higher than bigger database. nearly all the time the smaller database's memory utility keeps more than 99%. while the bigger one's memory utility keeps about 97%. (I enable "Automatic Shared Memory Management" on both databases.) but both database's cup and queue are very low. I'm nearly sure no one hack the databases. so I really have no idea why the same backup and recovery policy will result so different result, especially the smaller one produces more redo logs than bigger one. does there anyone happen to know the reason or how should I do to check the reason?
    by the way, I found web based OEM can't reflect the correct database status when the database shutdown abnormally. for example, if the database hang up because of out of flash recovery area, after I assign more flash recovery area space and then restart the database, the OEM usually can't reflect the correct database status. I must restart OEM manually to correctly reflect the current database status. does there anyone know in what situation I should restart OEM to reflect the correct database status?
    sorry for the long message, I just want to describe in details to easy diagnosis.
    any hint will be greatly appreciated!
    Sammy

    thank you very much, in fact, my site's oracle never works about managing archive files automatically although I have tried all my best. at last, I made a job running daily to check the archive files and delete them.
    thanks again.

  • Problem while assigning multiple staffing to project role.

    Dear All,
    I am facing problem while assigning multiple staffing to project role.
    In the project role, we are doing staffing ( assigning BP). While assigning the BP's getting below errors.
    Resource assignments overlap
    Message no. DPR_BUPA_LINK004
    Diagnosis
    The validity period '10.02.2008'-'01.03.2008' for the assignment of project role Product Manager and ' Rakesh Pradhan' overlaps with the validity period of the assignment ''.
    However, the project role type does not allow several staffings to be edited at the same time in the project role.
    System Response
    The system does not allow this constellation of data when saving.
    Procedure
    Check and correct the start and finish dates of the staffings affected.
    Request you to advise in fiixng the issue.
    Thank you for your cooperation.
    Regards,
    Ranjan

    Hi Biplab,
    For multiple staffings in the same time frame, check the option of 'Edit in Parallel' in the Role Type settings in SPRO.
    Let me know if that helps.
    Regards,
    Vivek Pandey

  • Facing problem of Assigned Value in CJ33

    Hi All,
    I am facinfg a problem with Assigned value shown in CJ33 T code. My Sceneraio is like this.....
    1. I have activated availiblity controll on Released Budget.
    2. I have maintained tolerence limit  only for PR and PO.
    Now My problem is  that I budgeted one of my WBS as INR2000, Same amount is released also. I created a PR  for INR500. The same PR is converted to a Purchase order of INR500.
    Now in CJ33 T code my assigned value is comming as INR1000. Which is not correct for me because i have only used INR500 for my INR2000 budget and i want to use my Remaining INR1500 budget for another PR, But system is giving me Budget excedded error.
    Please advise. It would be a great help of all of you.
    Regards
    Rahul

    Hi Rahul,
    Refer this thread,
    Assigned Values For Project
    I had a strong feelilng that you were using ECC 5.0. I had come across the same issue. Just refer the note and try to apply the notes mentioned there. I am not sure which one i had applied but you can try out with the note number that Muraleedharan has mentiond in the thread. It should work.
    Kindly revert.
    Best Regards,
    Gokul

  • Problem installing SOLUTION MANAGER in db2

    Dear consultans;
    I have a problem installing solution manager in db2.
    In phase 'Import ABAP' the sapinst shows the following message:
    Execution of the command "/usr/sap/SOL/SYS/exe/run/R3load -testconnect" finished with return code 2. Output:
    sapparam: sapargv( argc, argv) has not been called.
    sapparam(1c): No Profile used.
    sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
    /usr/sap/SOL/SYS/exe/run/R3load: START OF LOG: 20080826111928
    /usr/sap/SOL/SYS/exe/run/R3load: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#16 $ SAP
    /usr/sap/SOL/SYS/exe/run/R3load: version R7.00/V1.4 [UNICODE]
    Compiled May  5 2008 21:32:44
    /usr/sap/SOL/SYS/exe/run/R3load -testconnect
    DbSl Trace: DbSlConnect to 'SOL' as 'sapsol' failed
    (DB) ERROR: db_connect rc = 256
    DbSl Trace: DbSlConnect to 'SOL' as 'sapsol' failed
    (DB) ERROR: DbSlErrorMsg rc = 29
    /usr/sap/SOL/SYS/exe/run/R3load: job finished with 1 error(s)
    /usr/sap/SOL/SYS/exe/run/R3load: END OF LOG: 20080826111930
    ERROR      2008-08-26 11:19:30.422
               CJSlibModule::writeError_impl()
    CJS-30023  Process call '/usr/sap/SOL/SYS/exe/run/R3load -testconnect' exits with error code 2. For details see log file(s) R3load.e
    xe.log.
    ERROR      2008-08-26 11:19:30.748 [sixxcstepexecute.cpp:951]
    FCO-00011  The step testDatabaseConnection with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|2|0|NW_Cr
    eateDBandLoad|ind|ind|ind|ind|10|0|NW_ABAP_Import_Dialog|ind|ind|ind|ind|5|0|NW_ABAP_Import|ind|ind|ind|ind|0|0|testDatabaseConnecti
    on was executed with status ERROR ( Last error reported by the step :Process call '/usr/sap/SOL/SYS/exe/run/R3load -testconnect' exi
    ts with error code 2. For details see log file(s) R3load.exe.log.).
    The file R3load.exe.log show the following..
    (root)sidtsmp:/install/instalacion> more R3load.exe.log
    sapparam: sapargv( argc, argv) has not been called.
    sapparam(1c): No Profile used.
    sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
    /usr/sap/SOL/SYS/exe/run/R3load: START OF LOG: 20080826111928
    /usr/sap/SOL/SYS/exe/run/R3load: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#16 $ SAP
    /usr/sap/SOL/SYS/exe/run/R3load: version R7.00/V1.4 [UNICODE]
    Compiled May  5 2008 21:32:44
    /usr/sap/SOL/SYS/exe/run/R3load -testconnect
    DbSl Trace: DbSlConnect to 'SOL' as 'sapsol' failed
    (DB) ERROR: db_connect rc = 256
    DbSl Trace: DbSlConnect to 'SOL' as 'sapsol' failed
    (DB) ERROR: DbSlErrorMsg rc = 29
    /usr/sap/SOL/SYS/exe/run/R3load: job finished with 1 error(s)
    /usr/sap/SOL/SYS/exe/run/R3load: END OF LOG: 20080826111930
    And if I do the following sentence it's finished ok
    sidtsmp:db2sol 6> db2 connect to SOL
       Database Connection Information
    Database server        = DB2/AIX64 9.1.4
    SQL authorization ID   = DB2SOL
    Local database alias   = SOL
    (root)sidtsmp:/sapmnt/SOL/exe> su - db2sol
    sidtsmp:db2sol 1> db2 connect to SOL user sapsol
    Enter current password for sapsol:
       Database Connection Information
    Database server        = DB2/AIX64 9.1.4
    SQL authorization ID   = SAPSOL
    Local database alias   = SOL
    I reboot the server and now the sentence finished wrong.
    sidtsmp:db2sol 8> db2 connect to SOL user sapsol
    Enter current password for sapsol:
    SQL30082N  Security processing failed with reason "15" ("PROCESSING FAILURE").
    SQLSTATE=08001
    sidtsmp:db2sol 9>
    Any suggestion?
    Best regards,
    Julene

    Hi Julene.
    Just one suggestion really,....
    post the question on the Solution Manager forum
    Chrs, M

  • Problem in Assigning the Business System

    Hi,
       I have problem in Assigning the Business System at Configuration when I am trying to configure the Communication Channel. I had created two Software Components and also Two Technical Systems (Third Party) and Business System and I imported the SWC into repository and done with the design and now I am not able to Configure, can anyone help me out as this is very urgent.
    Thanks in advance
    Andy

    Hi Andy,
    Check if you have created you business system according to the steps given here, maybe you missed out on something.
    Configuring a Business System
    http://help.sap.com/saphelp_nw04/helpdata/en/ae/e3bd4f6b61e146ad1384954ecabb41/content.htm
    Defining a Business System as a Service
    http://help.sap.com/saphelp_nw04/helpdata/en/3e/60653f0c9fa075e10000000a114084/content.htm
    Regards,
    Chandra

  • Problem in assigning date valje to field

    Hi,
    I have  a problem in assignning date value to field.
    i am retriving date from a table and assigning it to a field which is date type in the form.. but it is not reflecting..
    Error: form Bad Value..
    how to assign the date values in the form..
    Mahi

    Hi mahendra,
    I think the Bad Value Error Occurs only if the databound datasource in the form must have different data type...
    oForm.DataSources.UserDataSources.Add("eDate", SAPbouiCOM.BoDataType.dt_DATE, 10);
      SAPbouiCOM.EditText oEdit;
      oEdit = oForm.Items.Item("1").Specific;
      oEdit.DataBind.SetBound(true, "", eDate);
    with Regards,
    MadhuSudhana Rao.G

  • Problem in assigning field symbol to a nested internal table

    Hi All,
    I have searched the forum but could not find a solution to this problem. I have a requirement where I need to define an internal table within an internal table, so I have used pointer within the outer internal table(itab2) which point to the inner table. However, I am facing problem while assigning the pointer.
    data: begin of struct1 occurs 0,
            fld3(10) type C,
           end of struct1.
    data: begin of itab2 occurs 0,
            fld1(10) type C,
            fld2(10) type C,
            p_inner like ref to struct1,
          end of itab2.
    field-symbols <inner_table> type any.
    I want to assign "itab2->p_inner->* " to "<inner_table>".
    However, the following statement is Not working:
    assign itab2->p_inner->* to <inner_table>.
    I want to fill the values within fields fld1, fld2 and fld3 and append it in itab2.
    The final table should be like:
    ITAB2:
    fld1    fld2    fld3
    aa      bb      cc
                     dd
                     ee
    11      22      33
                     44
                     55
    I have tried many other ways too but could not suceed, please help.
    Thanks,
    Vishal.

    Thanks Matt,
    But how do I append the values within this internal table ??
    When I am using the following code:
    ls_wa-fld3 = 'A'.
    ls_wa-t_in-fld1 = 'B'.
    ls_wa-t_in-fld2 = 'C'.
    ls_wa-t_in-fld1 = 'D'.
    ls_wa-t_in-fld2 = 'E'.
    append ls_wa to lt_tab.
    Its giving an error that:
    The data object "LS_WA" does not have a component called "T_IN-FLD1".
    I wanted the values to be appended in the following way in lt_tab:
    fld3     fld1     fld2
    A     B     C
         D     E
    Please help.

  • Problem in Assigning  table to access sequence

    Dear All,
    i am facing problem in assigning table to access sequence for billing output type.
    I have created 1 table B902 with the combination of Sales org,plant ,Division,Billing doc type.
    but if i am going to assign with access sequence system is taking for Billing type & division & for other its showing red marks & errorr.Access sequence->Aceessess->Field.if i am clicking on field in I/O column for plant its displaying negative.
    bcause of this i am not able to make condtion record.
    Message is Select a document field for WERKS
    Regards
    ajit
    Edited by: SAP SD AJIT on Mar 1, 2010 3:18 PM

    Hi SAP SD AJIT ,
         Go to IMG --> Sales and Distribution --> Basic Functions --> Output control --> Output Determination --> Output Determination using condition technique --> Mantain  output  Determination for billing document --> Mantain condition table,  in the pop-up choose the option "Field catalog: Messages for billing documents", there you can add standard field into the catalog, so you can add WERKS and the other one "document structure" I don't know what field it is, but if it is and standard field you can add it. If you have a Z field you need ABAP help to add the Z field to the structure "KOMKBZ5" and then you can add it to the catalog.
    Regards,
    Mariano.

  • Problem in assign after service callout

    Hello,
    I'm using OSB 11 g. I have a problem with assign after a service callout.
    The XML returned after the service callout is listed below -
    <S:Body xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
    <getCreditRatingResponse xmlns:ns2="http://www.alsb.com/order/" xmlns="http://www.alsb.com/">
    <return>750</return>
    </getCreditRatingResponse>
    </S:Body>
    I have created a separate stage with an assign for storing the return value (750) into the variable creditRating, and both of the following statements are not working (unable to see assigned $creditRating in the trace)
    1. $soapResponseBody/alsb:return/text()
    2. fn:data($soapResponseBody/alsb:return)
    There are no namespace issues. Request help in this regard and thanking you in advance.
    Regards
    Shyam.V

    Hi
    I too ran in the same issue.
    The reponse which i get after service callout is
    added $soapResponseBody
    <S:Body xmlns:S="http://www.w3.org/2003/05/soap-envelope">
    <ns2:getCreditRatingResponse xmlns:ns2="urn:BasicOrderMgr" xmlns="http://www.example.org">
    <ns2:return>750</ns2:return>
    </ns2:getCreditRatingResponse>
    </S:Body>
    and the service callout is followed by an assign where i use the following to assign the variable creditRating
    $soapResponseBody/getCreditRatingResponse/return/text()
    and also tried fn:data($soapResponseBody/*:return) {there is no namespace prefix declaration}
    Please help as i am stuck when i try using the creditRating variable in next route node.

  • Logon problem with oracle management server

    I have problem with Oracle Management Server when I connect to the OMS message comes
    The exception (java.lang.NullPointerException) occurred.
    if any body have any idea pls tell us

    Hi,
    Oracle has changed the Enterprise Manager from version 1.5 to 2.0 .
    With the new Oracle8i dataase server another service has been added.
    If you want to user the OEM you have to install The Managment Server.
    The Managment server has its own user and privileges and is recommended when using OEM.

  • Problem with Assign reference document.

    Hi all,
    I defined transaction input parameter type Xml.
    I used Reference Document Loader to load document (structure.xml) below.
    <?xml version="1.0" encoding="UTF-8"?>
    <SO_VALIDATION>
        <L4_SO_ID/>
        <L4_SOI_NO/>
        <PPC_STATUS/>
        <PPC_INFO/>
    </SO_VALIDATION>
    I used menu command Assign Reference Document, to assign above document to transaction input.
    I tryed to use this transaction in vs.net application as a web service.
    But there is no xml structure in InputParams in web service.
    I tryed alot but i did not achieve.
    What must i do?
    Thanks.

    cml_bzl,
    I'm using version 12.04 and I have not had any problems with assigning reference documents and using .NET.
    You should not have to do anyting special to get the transaction inputs to show up in .Net. To map the output I do the following:
    1. Create an output transaction variable and assign it's type as XML
    2. Using a XML document block to create and XML document for your output transaction variable
    3. Assign the XML document as the reference for the output transaction variable.
    THis works for me every time. If you change the transaction parameters, make sure you update the web service form the .NET side.
    Glenn

  • Assignment Manager - urgent

    Hi All,
    Which responsibilty has the "assignment manager" form. What exact setups I need. This is urgent.
    My requirement - create SR, link it to a field service task and and schedule it so it's cleary visible on the gantt chart that the task A is from 8-9 and task B from 9-10 and is assigned to specfic resources .
    What do I use - Assignment Manager, Scheduler, Advanced Scheduler, Autonomous Scheduler, Dispatch center..I'm confused and this is urgent. Please clarify.
    Alex.

    Alex
    Generate Shift tasks makes the assignment manager aware of the booked time of the technician's calendar.
    Take an example: You business is to service laptops. You have customers all over the US (geography, territories). Say you have a customer in New York and you have some technicians always roaming in that area (say a couple). If ten customers call you at the same time, how to make a decision on whom to send where? First we need to know whether they are fully booked and till when (generate shift tasks does that). When you are on the phone with the customer, you decide what is the earliest time a tech is available based on this ( so you satisfied geography (proximity to customer's location) and availability.
    But say you have pretty important customer in the same location. Per contract say your response time is under 1/2 hr. If it is then how do you ensure that the customer gets priority over everything else? We can either use preferred tech or resources at the coverage level.
    Also if only of them of those two is skilled enough to service a particular type of laptop, you use skills. And also if that hard drive is crashed, assignment manager also checks who has this product (based on task and product association) and gives priority to them.
    All these and more are in the mind of advance scheduler.
    If the estimated time takes 1.5 hr, based on the availability you "schedule" the task to start at start time and end time that accommodates 1.5 hrs. If not if you enter start time and duration, end time should be populated.
    Thanks
    Nagamohan

Maybe you are looking for

  • Ship to Re-Partnering

    Hi Experts, I am sending a part of  FS which I won't be able to understand.Please tell me how to do the coding. 5. DESIGN / BUSINESS BACKGROUND MDM goes through a tedious data clean-up process when moving one ship-to partner from one sold-to partner

  • Always open in column view doesn't work

    Hello, Every time I click on my hard disk, the window opens in icon view. So I open the view options, and I click on "Always open in column view". But every time I reboot, it comes right back to icon view! What a pain! Thanks, Chris.

  • Repair Permissions puzzle

    +I posted this question earlier under the heading "Missing Files", but it did not attract a reply. I am re-submitting it under a different heading (subject):+ My Disk Utility results window shows hundreds of identical entries called MISSING FILE "%S"

  • Random Crashing (EXC_CRASH) (SIGABRT)

    I have a 2011 iMac running Mavericks that began crashing about 3 weeks ago.  It progressively got worse and was completely random.  It effected my Calendar, Contacts, Mail, Numbers and Firefox.  I decided that I would try a clean installation.  I cop

  • My Phone Won't Charge Or Connect To iTunes?

    Uhm... my phone died at school today, and I just got home and tried to charge it on my mac. Well, iTunes opened as usual, and it said: "iTunes connot connect to the iPhone, "my iphone" because it is locked with a passcode. You must enter your passcod