Pick from multiple rooms, when creating recurring meeting

Say I have a recurring Tuesday 10-11AM meeting I want to book in Outlook for the next year.  I would like to book it in the room "Shasta", because it has the best teleconference equipment, but it's not a deal-breaker if I have to
be in anther conference room..
But it turns out that next month on August 18th, Susan has already booked Shasta in the same timeslot, causing a resource conflict with "Shasta.  Even if this is the only conflict, my entire meeting series gets declined.
My options at this point are grim.  I can partition my recurring meeting into a pre-August 18th partition, and a post-August 18th partition, with a third single instance on August 18th in some room other than Shasta.  My attendees have
to suffer 3 invites.  There are also some other really painful things i can do to book the meeting, such as manually booking each of the 52 instances etc.
Bottom line is, I shouldn't have to spend 1-2 hours booking a meeting, and confusing my attendees with a half-dozen Meeting Update notifications due to room changes.
Is there an after-market utility or some trick I can use to say:
"Book a recurring weekly Tuesday meeting from 10-11AM, 52 instances. My first room choice is Shasta, my second room choice is Alps, third room choice is Morgue, fourth room choice is Eiger."
And it will figure out the rooms for me?
Thanks very much for your time.
-Jeff
ps: For now, don't worry about platform or version of Outlook.  I'm open to all ppossibilities  I use Outlook for Mac.  It's lacking in feature parity,
much like Office for Mac, so I book my meetings and organize distro lists through Outlook Web Access, and I also have a VMWare instance of Windows running for when I need some functionality that is only available in the Windows version of Outlook.

Hi Jeff,
In Outlook side, if there are any conflicts in your recurring meeting, we can pick out the conflicts then open just this one instance of recurring meeting, change the location to another room, and send updates to all attendees.
After changing locations for all conflicts meeting one by one and the changed rooms also have accepted all updates, the organizer can open the entire series of recurring meeting in Calendar and send updates to all attendees without change anything. Now,
there should be no conflicts and the recurring meeting should be accepted by the room mailbox.
Additionally, this scenario which the behavior of the
Resource Booking Attendant may seem confusing when it comes to processing a recurring meeting request where individual recurrences conflict with existing calendar items can be managed by calendar processing settings in Exchange server side. The Exchange
administrator can use
Set-CalendarProcessing in Exchange 2010 to allow recurring meeting conflicts and set Max conflict instances. For more information about it, please refer to:
http://blogs.technet.com/b/exchange/archive/2011/02/07/3411956.aspx
Regards,
Winnie Liang
TechNet Community Support

Similar Messages

  • How to add multiple table when creating add on using b1de

    Hi all,
    Plz help me
    How to add multiple table when creating add on using b1de.
    Thanks

    Hi dns_sap,
    Can you explain a little better what you are trying to accomplish? Is it to create UserTables and UserFields in the database, when the addon runs the first time?
    If so, you can use the following code
    Add User Table
            Try
                Dim lRetCode As Long
                Dim oUDT As SAPbobsCOM.UserTablesMD = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oUserTables)
                oUDT.TableName = TableName
                oUDT.TableDescription = TableDescription
                oUDT.TableType = TableType
                lRetCode = oUDT.Add
                '// Check for error when adding the Table: if lRetCode = 0 the table was created; if lRetCode = -2035 the table already exisits
                If lRetCode <> 0 Then
                    oApplication.MessageBox("Error: " & lRetCode.ToString & ", " & oCompany.GetLastErrorDescription)
                End If
            Catch ex As Exception
                oApplication.MessageBox(oCompany.GetLastErrorDescription)
            Finally
                System.Runtime.InteropServices.Marshal.ReleaseComObject(oUDT)
                oUDT = Nothing
                lRetCode = Nothing
                GC.Collect()
            End Try
    Add User Field
    Try
                Dim lRetCode As Long
                Dim oUDF As SAPbobsCOM.UserFieldsMD = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oUserFields)
                oUDF.TableName = TableName
                oUDF.Name = FieldName
                oUDF.Description = FieldDescription
                oUDF.Type = FieldType
                lRetCode = oUDF.Add
                '// Check for error when adding the field: if lRetCode = 0 the field was created; if lRetCode = -2035, the field already exists
                If lRetCode <> 0 Then
                    oApplication.MessageBox("Error: " & oCompany.GetLastErrorCode & ", " & oCompany.GetLastErrorDescription)
                End If
            Catch ex As Exception
                oApplication.MessageBox(oCompany.GetLastErrorDescription)
            Finally
                System.Runtime.InteropServices.Marshal.ReleaseComObject(oUDF)
                oUDF = Nothing
                lRetCode = Nothing
                GC.Collect()
            End Try
    Regards,
    Vítor Vieira

  • Room Mailbox - When creating a meeting request, the Room Mail Box Alias message returns with Delivery Failure

    Good Day,
    Hopefully someone here has the know why on this one.
    I have setup the Room Mailbox as per several online tutorials. From my Outlook 2013 I can access the room and its calendar.
    But when I create a new meeting request, I add myself as an Attendee for testing purposes. When I select the room from the rooms button. It adds the room mailbox [email protected] to the attendee list.
    When I click send, the alias address returns as below:
    Delivery has failed to these recipients or groups:
     Principals Office ([email protected]) There's a problem with the recipient's mailbox. Please try
    resending the message. If the problem continues, please contact your helpdesk.
    Diagnostic information for administrators:
     Generating server: EXCHANGE.ourdomain.LOCAL
     [email protected] #550 5.2.0 RESOLVER.FWD.NotFound; misconfigured forwarding address ##
     Original message headers:
     Received: from EXCHANGE.ourdomain
    .LOCAL ([10.10.1.3]) by exchange  ([10.10.1.3]) with mapi id 14.01.0438.000; Fri, 31 Jan 2014 14:15:26 +0200 Content-Type: application/ms-tnef; name="winmail.dat"
    Content-Transfer-Encoding: binary From: "Chadley L. Wilson" <[email protected]>
    Subject: Canceled: test 43 Thread-Topic: test 43 Thread-Index: Ac8eeG1lL8A9HdusTwmNIg6lVDeCaQABbBnA Importance: high X-Priority: 1 Date: Fri, 31 Jan 2014 14:15:25 +0200 Message-ID: <E7EC80BFFFA86E4086FDCE3C18EFBDD79ACCDF1C@exchange> Accept-Language:
    en-GB, en-ZA, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: <E7EC80BFFFA86E4086FDCE3C18EFBDD79ACCDF1C@exchange> MIME-Version: 1.0 X-Originating-IP: [10.10.1.33]
    In the Exchange EMC I have setup the everything as per the following link:
    http://exchangeserverpro.com/exchange-server-2010-room-mailboxes-step-by-step-guide/
    I have also use created a room list and added the rooms to it. They show upo in my outlook.
    I have rebooted the server and tried various permissions and option settings in Outlook with no luck. I even tried enabling the user account in AD. Nothing works and the email always comes back undeliverable.
    One post I read suggested that In the Resource General tab that Enable the Resource booking attendant be ticked. Either way it doesn't get right of the problem.
    Chad the Dad

    Ok I see from the output below there were two problems fixed the first one, but I can't figure out how to correct this one:
    The forwardingAddress is wrong. But I also do not know what it should be
    Name                          : Principals Office
    Alias                         : principalsoffice
    ForwardingAddress             : ourdomain.LOCAL/Admins/John H. Robertson
    ForwardingSmtpAddress         :
    OfflineAddressBook            :
    AddressListMembership         : {\All Mailboxes(VLV), \All Recipients(VLV)}
    EmailAddresses                : {SMTP:[email protected]}
    HiddenFromAddressListsEnabled : True
    EmailAddressPolicyEnabled     : True
    PrimarySmtpAddress            : [email protected]
    WindowsEmailAddress           : [email protected]
    DeliverToMailboxAndForward    : False
    ForwardingAddress             : ourdomain.LOCAL/Admins/John H. Robertson
    ForwardingSmtpAddress         :
    Chad the Dad

  • How can I reserve resources or rooms when creating an event in the Calendar (Exchange)?

    On our Exchange server we have configured a number of conference rooms and other resources that users can book/reserve through Outlook when creating events.  When I create an event in the iPhone on my Exchange calendar, if I add a location the option does not exist to book rooms/resources (even if I add in the resource word-for-word as it exists on Exchange server). I am also unable to book it if I invite the "Contact," if I may call it that, from our Global Address List.   Does this capability exist in the iPhone?

    I can't seem to do this successfully. I use the GAL to select the room, but when I send out the meeting I immediately get an automated response back that the delivery failed. I heard this may be because the iPhone OS does not distinguish between a normal attendee and a resource. Yet you seem to have it working. What version of Exchange are you using. Is it on Mac or PC?  We are about to upgrade from Exchange 2003 to 2010, maybe that will help solve this?
    Also, (this may just be semantics) on the iPhone under "Mail, Contacts, Calendars" the Exchange configuration is set to "on" to sync calendars. Is this the same as having the Exchange calendar "set as the default calendar" mentioned above?

  • How do I 'remove' a dimension from a cube when creating a crosstab?

    I have a CUBE with 9 dimensions and one measure, This is based of a fact table that has a Materialized View with just 4 dimensions.
    In JDeveloper I used the wizard to create a new crosstab using just the four dimensions that exist in the MV (removing the others).
    ....eventually the page was generated but it takes minutes....
    Q. Is there a way to 'DROP' a dimension from JDeveloper crosstab when you query a CUBE?
    [It looks like Oracle is internally using all 9 dimensions when some are "Hidden"  or not required!]
    The only solution I have found is to create an extra CUBE using just the 4 dimensions (this works within couple of seconds)! But I will end up with 6 CUBES holding different dimensions combination, this feels wrong?
    Q2. Is it bad practice to have multiple CUBES all based on one fact table, just to improve performace?
    I hope you can help.
    Steve

    i think this question is more for the technical teams at the olap forum ;)
    nevertheless: if you have a cube defined with 9 dimensions,all of them are necessary for retrieving the data, "hiding" some of them is possible by the means of "hidden dimensions"
    nevertheless you have to specify which dimension, value gets substitued for those dimensions: usually it is a TOTAL level.
    otherwise your results may be misleading or wrong, so specifying a dimension value for those hidden dimensions is the only choice to be consistent with the OLAP data model
    btw: you can easily use a materialized view in this environment as well, when using the concept of a TOTAL dimension value
    regards,
    thomas

  • Outlook 2007 Meeting Invite show optional attendees on form when creating the meeting

    Hi - When I create a meeting I see the "to" box and the list of attendees - but cannot differentiate on the form who is required vs who is optional.  How do I display the attendees and their role as they are displayed in the pop up to select
    attendees.. meaning there is a line for required, a seperate line displaying optional, and a seperate line displaying resources.
    thank you.

    Hi,
    In Outlook 2007 when we are creating a meeting, we can't differentiate between the Required Attendee and the Optional Attendee directly from the "To" field. Instead, we need to switch to Scheduling Assistant to see the difference:
    Regards,
    Melon Chen
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs. Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Can't login to Azure from Visual Studio when creating new app.

    Hi,
    I already tried this at two different computers.
    Install VS 2013
    Get VS Update 2
    Get VS Web Essentials
    Get Azure SDK 2.3
    Launch VS, Log-in with MSDN acc.
    File-New Project - ASP.NET Web Application (pick MVC + Web API)
    Use "Create remote resource - Web Site"
    OK
    Get asked for Azure login again (sigh..)..I log in.
    Get error message: "Unable to create remote resource. 'One or more errors occured'" .. really? eh.. :D
    Ok, so now i try the Manage Subscriptions link to check the azure account.
    Nothing is there.so I guess I need to sign in again because my previous login got forgotten
    I log inagain.
    Get dialog with "The task argument contains no tasks. Parameter name: tasks"
    Ok, no Azure for me I guess.
    btw: I then logged into web Azure portal and noticed I am over the spending limit now, so my subscription was disabled, but if this is the case why I can't login to Azure from VS, then just tell me. Skip those unrelated (for me) error messages.
    Screenshot: 
    https://www.dropbox.com/s/06olj5icdn9brbo/Screenshot%202014-04-12%2013.23.00.png

    Hi,
    Based on your description, it seems that your azure subscription was over the spending limit, about this account issue, I suggest you contact with azure support, it's the best choice for you. Please contact support team by creating a support ticket at
    http://www.windowsazure.com/en-us/support/contact/
    Or if that doesn't work because you don't have an active subscription you will need to contact general customer support to have them create a support ticket for you
    http://support.microsoft.com/gp/customer-service-phone-numbers?wa=wsignin1.0
    About this incorrect error message, I suggest you submit this feedback at:
    http://feedback.azure.com/forums/34192--general-feedback
    Best Regards
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Assign account from Service Request when creating a New Task

    When creating a new task from within a Service Request the SR # is defaulted we would also like to default the account associated with the SR on to the Task. How can you do this?

    This is not working in WF.
    Refer this thread
    Re: Contact record not pupulated when Task created using Workflow.

  • How to derive the notification id from APEXP WF when creating Expanse report in 11i

    Hi,
    I am new to WF, I need to derive the notification id when creating AP Expanse report, I can achieve this by creating trigger on WF_NOTIFICATIONS table, but I need to derive this by creating custom procedure and that procedure need to be called from WF node. Here I am not getting when this notification id getting creating into WF_NOTIFICATION table.
    I have created custom procedure as below and calling this procedure from WF node.
    PROCEDURE insert_notif_details( p_item_type    IN VARCHAR2,
                                    p_item_key    IN VARCHAR2,
                                    p_actid        IN NUMBER,
                                    p_funmode    IN VARCHAR2,
                                    p_result     OUT NOCOPY VARCHAR2) IS
    BEGIN
            lv_report_header_id := p_item_key;
            l_notificationID    := wf_engine.context_nid;
            BEGIN
                     WHILE (l_notificationID IS NULL)
                     LOOP
                        DBMS_LOCK.sleep(1);
                        BEGIN
                         SELECT notification_id
                           INTO l_notificationID
                           FROM apps.wf_notifications
                          WHERE item_key = TO_CHAR(lv_report_header_id)
                            AND notification_id =(SELECT MAX(notification_id)
                                                    FROM apps.wf_notifications
                                                   WHERE item_key = TO_CHAR(lv_report_header_id));
                        EXCEPTION
                          WHEN no_data_found THEN
                               l_notificationID := NULL;
                               l_error_message := SQLERRM;
                          WHEN others THEN
                               l_notificationID := NULL;
                               l_error_message := SQLERRM;
                       END;
                     END LOOP;
            END;

    Hi,
    I'm not sure I'm reading your requirements correctly - do you want the process to move on as soon as anyone responds to it, or move on once everyone has responded to it?
    In the first case, it sounds like what you really need is a notification activity, which requires a response, sent to the role (or create an adhoc role which is assigned to everyone assigned to role 1 and role 2). As soon as one person responds to it, the notification is closed and the process moves on.
    In the second case, you should do the same but expand the roles. You will then need to write a post notification function to tally the votes and determine when to move on - have a look at the standard voting activity for an example of how to do it.
    HTH,
    Matt
    WorkflowFAQ.com - the ONLY independent resource for Oracle Workflow development
    Alpha review chapters from my book "Developing With Oracle Workflow" are available via my website http://www.workflowfaq.com
    Have you read the blog at http://thoughts.workflowfaq.com ?
    WorkflowFAQ support forum: http://forum.workflowfaq.com

  • Removing keywords from multiple images when the keyword isn't in the list?

    So, I know that the method for removing a keyword from multiple images is to select the images, type the keyword in the inspector and press Shift-Return.
    However, that doesn't seem to work if the keyword I want to remove is not in the keyword database (i.e. it's not in the keyword HUD).
    For example, I deleted the iPhoto keyword group from the keyword HUD because I decided I didn't like that. I've got a bunch of photos that still have keywords like "Beach (iPhoto)". Typing "Beach" Shift-Return does nothing. Typing "Beach (iPhoto)" Shift-Return does nothing.
    Adding an iPhoto group back to the HUD and a child keyword of Beach and then Typing "Beach" Shift-Return works, but I can't believe that's how it's supposed to work.
    Is that the only way to do this? I've got a lot of those old iPhoto keywords to remove and that's going to be a major pain... there must be a better way.
    PowerMac Dual G5 2.0   Mac OS X (10.4.6)  

    I don't know if this will help you or not but it contains the roots of what you would need to script the removal of unwanted and unlisted keywords.
    -- script begins
    tell application "Aperture"
      -- set the target to the "Smart beetles" album at the top level of the library.
      tell album "Smart beetles" of folder ""
        -- get a list of the images in the album.
        set x to every image version
        -- move through the images one by one, deleting and creating the appropriate keywords
        repeat with i from 1 to x's length
          tell x's item i
            -- Note. if the keyword is top level, then the parents value is "".
            delete (every keyword whose name is "Australia" and parents is "Location")
            make new keyword with properties {name:"Sydney", parents:"Location"}
          end tell
        end repeat
      end tell
    end tell
    -- script ends

  • Strange messages from SAP GTS when creating purchase orders (POs)

    Hello gurus,
    we use SAP GTS to check against sanctioned party lists (SPLs) only. We already transferred all our master data to GTS and our partners were checked okay. Now we just activated the document check in our test system. The system produces two different messages we do not quite understand:
    1. When creating a purchase order with an item without material master, the system gives the message:
    Legal Control: Custs Prod. Mast. Required
    Material
    Obviously GTS tries to find a matching material master, which naturally fails. My question is: Can I disable this check somewhere? In our case it is not important what the material is, we just want to check if our vendor is on some SPL.
    2. In some POs there is the message
    Legal Control: Partn. Function Mapping not Maintained
    Partner Function: DA
    I think I understand what the system is trying to say, but fact is, only one partner function is used in that order (VN). We do not even have a partner function u201CDAu201D in our ERPu2026
    At least in the first case, the PO is not checked against the SPL by SAP GTS, which means we would not detect if we ordered from someone on the SPL. This is not acceptable.
    Any ideas on any of those messages?
    Thanks
    Alicia

    Hello again,
    I found the solution myself:
    1. see Re: Goods receipts into GTS are blocked
    2. was a known problem solved by a patch (check OSS).
    Thanks anyway
    Alicia

  • HP 8625 picks up multiple sheets when printing

    I've become increasingly frustrated by the paper handling of this printer, and I'm on the verge of returning it to Costco.  I usually print in duplex, draft quality, using 22 lb paper.  Too often, the printer will feed two pages at once, so that the back side of a page prints on a separate page.  Also, it will often pick up multiple sheets (more than two sheets) at the same time so that a bit of print is at the tops of a couple of pages while the bulk of it is on another sheet.  
    I've tried working with the paper width adjustment, but it doesn't seem to be possible to set it for the proper tension to avoid multiple feeds.
    I'm open to suggestions.

    @sr_arizona, Welcome to the HP Community!
    I have some suggestions for you in regards to the issues you're having with duplex printing on 22lb paper, from your Officejet 8625. I have two links for you down below I'd like you to go through. Try all of the steps that you may not have attempted yet to see if they can help this "feed issue". I have a few additional ideas of my own to add as well. If these steps do not help at all, I would lastly suggest calling HP directly to see about a replacement unit!
    An ADF Paper Jam Error Displays on the HP Officejet Pro 8610, 8620, 8630, 8640, and 8660 e-All-in-On...
    An 'Out of Paper' Message Displays and the Printer Does Not Pick Up Paper for the HP Officejet Pro 8...
    Tip: After resetting the printer, make sure the printer is plugged in directly to the wall outlet, avoiding power bars and surge protectors. This ensures the printer is receiving full power and can help a feed issue.
    You can try running the Print and Scan Doctor from your PC. This diagnostic tool will check for any conflicts that could be causing the issue. The tool will show you a report at the end. If there was a problem that the tool could not fix, you will notice it in the results.
    Try Uninstalling the Printer Software, and reinstalling the Full Feature Driver here: HP Officejet Pro 8620 e-All-in-One Printer series Full Feature Software and Drivers
    Try printing from different programs is important too. If you find that one program will not print as you wish with all print settings selected correctly however, other programs print without any issue, the program itself could have a glitch causing the issue and that sole program should be troubleshot.
    Let me know what happens and we will go from there depending on the results after troubleshooting!
    I hope this info helps you out! If you wish to send me a "thanks for trying to help", click the thumbs up  icon below
    R a i n b o w 7000I work on behalf of HP
    Click the “Kudos Thumbs Up" at the bottom of this post to say
    “Thanks” for helping!
    Click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution!

  • Ambiguous-import-flow-from-multiple-connectors when running AD MA Full Sync

    When I run a Full Sync on the AD MA, I get a bunch of "ambiguous-import-flow-from-multiple-connectors" errors when running AD MA. How can I find out which attribute is causing this?
    If I open one of the errors and run a "generate preview" I can see there is a join ("match") based on (data asource attribute) samaccountname &  (metaverse attribute)  accountName but I don't seem to be able to figure out
    what attribute is causing this and / or needs precedence.
    Anyone any ideas?
    JD

    Hello,
    this error occurs because you have more than one CS object linked to one MV object.
    In this case FIM can not resolv the precedence of Attribute flows correctly, because they have all the same precedence. Or regarding to your question, all Import attibutes flows are causing the Problem.
    You have to configure Manual precedence with advanced Attribute flows in this case.
    or
    If multiple CS objects to one MV object is not was you Need, get rid of the second (or more) connector from that data source.
    See more here:
    https://msdn.microsoft.com/en-us/library/windows/desktop/ms696034(v=vs.100).aspx
    http://www.wapshere.com/missmiis/overcoming-multiple-personality-disorder-in-the-source-data
    -Peter
    Peter Stapf - ExpertCircle GmbH - My blog:
    JustIDM.wordpress.com

  • HP photosmart 6510 - pick up multiple paper when turn on the printer

    Dear All,
    i using HP photosmart 6510 and i facing the following problem:
    -when i turn on the printer it's pick up multiple papers and the feeder roll always working
    please help me to solve this problem.
    Best Regards,
    Alarz company

    Hi Alarz,
    Welcome to the HP Forums!
    I understand that your HP Photosmart 6510 is picking up multiple pieces of paper when you turn it on, and I am happy to help you with this issue!
    Please take a look through this Out of Paper guide. An 'Out of Paper' Message Displays on the Control Panel and the All-in-One Does Not Pick Up Paper.
    Hope this helps you, and thank you for posting!
    RnRMusicMan
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to say “Thanks” for helping!

  • Photo loss from a project when creating a smart album

    Running Aperture 3.4.3 on iMac with OS X 10.7.5. Photos stored on internal drive. After creating two smart albums based on a date range, one with keywords and one with ratings, some, but not all, of the photos that appeared in the smart albums disappeared from the original projects (each project contains photos from a single day). One of the original projects still notes 454 photos under its thumbnail, but when opened only displays 308 photos. The project path of the photos in the smart album still references the correct project. I tried deleting the smart album but the photos did not immediately reappear in the correct project so I undid the delete. I tried closing and reopening Aperture. I tried system restart. No luck. Reading the Aperture help/manual suggests that the photos should remain in the original project.

    First: Make sure the Browser Filter is set to "Showing All" (or "Unrated or Better") when the Project is selected.

Maybe you are looking for

  • Merge/concatenate animation codec movie files in the command line/shell

    We know how to join 2 mp4/h264 movies together in the command line/shell via MP4Box. We have not been able to find a similar tool for joining to Quicktime Animation codec movie together via command line/shell. Anyone know how to do that of have sugge

  • Creat ECM budget structure from current org structure

    Hi all , When we are creating budget heirarchy using "PECM_GENERATE_BUDGET", we want to create it from org structure that is effective on a particular date and not for all org assignments. For example : For budget effective 01/01/2011 to 12/31/2011. 

  • After rendering the video is blurry and pixelated.

    I have 70 + hours invested in this edit.  I recently rendered it for the first time and it became blurry and pixellated.  I published it to see if it would come out clear but it did not.  I found the tab for deteting rendered files and this seemed to

  • Transporting Text using SO10

    Hello, I have created some text using SO10 in dev environment. These text hass to be moved to QA. We dont get transports created for these texts. So what is the alternative and best way to move the text from Dev to QA?

  • Very slow response when selecting in Illustrator CS5 Mac

    I am using Illustrator CS5 (15.0.1) on my brand new MacBook Pro with Core i5 processor and 8Gb Ram. On this machine, Illustrator should behave very good, but when I do a selection of anything in an almost empty document, I get a beachball and have to