Problem using choice group

I am developing a project on quiz.
I have to show question and 4 options in one screen.also I want that the radio buttons(choice group)for the options should be selected by up down keys only.For using up down keys I have to extend canvas.if I extend canvas then how can I place my question and radio buttons?

You can't use the ChoiceGroup on a Canvas. You'll have to make your own menu widget.
Another option would be to display first the question on a form with a Command "Answers" and then when the Command is pressed you switch to a List (with List.IMPLICIT set as the type).
shmoove

Similar Messages

  • Problem using Detail group region

    Hi Guys,
    I'm having problems using a detail group container. The problem is that when the detail group is placed in the detail region group, there is no button under that group to add a new row to the group. Is this a bug in JHS or have I done something wrong?
    The reason I'm using the container is that I want selective rendering of detail groups depending on the state of an item in the parent group.
    Regards
    Bar
    JDev: 10.1.3.2.0
    JHS: 10.1.3.1.26

    Bar,
    I could reproduce both problems. To fix the problem with the New button, you can change the content of the tableGroupButtons.vm template:
    #if ($JHS.page.hasDetailPageComponents || $JHS.page.hasGroupRegionPageComponents)
    <af:panelButtonBar id="${group.shortName}TableGroupButtons">
    #JHS_PARSE("NEW_BUTTON_NOT_IN_FORM_LAYOUT" ${JHS.current.model})
    </af:panelButtonBar>
    #end
    To fix the issue with the roles check, you can enter the rendered expression that is missing in the rendered property of the group region.
    Steven Davelaar,
    JHeadstart Team.

  • Problem using a group which has a space in it's DN when using LDAP Group mappings in UCS 1.4

    Hey,
    We've been implementing LDAP authentication (Active Directory) using LDAP group mapping in UCS 1.4, and we've noticed that when using a group which has a DN with a space in it (such as "UCS Admins") it wouldn't authenticate the user with the appropriate role.
    Using a DN without spaces (such as "UCSAdmins"), works just fine.
    I should mention that having a base DN with spaces works just fine as well, it's just the group mappings that doesn't work.
    I should also mention that Cisco's "Quick guide to configuring ldap for ucs 1.4" shows an example in which the group's DN doesn't include a space.
    Is there a workaround available which can make it possible using a group which has a space in it's name?
    Thanks,
    Dor

    Hey Roman,
    Thanks for your prompt reply.
    We've tried putting quotes using UCSM which is not possible at all - not for the entire entry nor for the part with spaces.
    We've also tried using CLI ("scope security/ldap/ldap-group") where you have to put quotes if you use a DN with spaces, and it still doesn't work. Furthermore, we tried adding quotes only to the part with the spaces, i.e. - CN="UCS Admins",OU=TEST,DC=TEST. It adds the entry without an error, but shows like we would use "CN=UCS Admins,OU=TEST,DC=TEST". Anyway, it doesn't work either.
    Thanks again,
    Dor

  • Problem using my Group level function in a chart

    Post Author: LcdCyn
    CA Forum: Charts and Graphs
    I have created a function (StatePerRecord) that is displayed under the Details section to evaluate each records' state:
    Here is my code:
    If Not IsNull () Then    (    select         case "fail":            if (Not (IsNull ())) Then               "Passed"           else               "Failed"        case "pass":              "Passed"        default:             "Passed"     )
    else      "NA"
    I also have group section based on Record ID that groups the state record. In the header of the group footer I need to define summary function (StateSummary) such that
    highest state from the state records should be the output here (excluding "NA" state). Here are the priorities:
      Highest - Failed
      Lowest - Passed
    I want to use the StateSummary in a graph to show the Summarized State per Record ID.
    I used Running Totals in my StateSummary function but I cannot see the field in the Chart expert.
    P.S. I use Crystal Reports 10 Professional

    Object (when acting as a map) uses toString() as a poor man's hashcode implementation, so you can get more-or-less the behavior you want by implementing the toString() method in your CIDate class and then storing the instances in an Object (rather than a Dictionary).
    E.g., say your CIDate looks like this:
              public class CIDate {
                public var num:Number
                public function CIDate(num:Number) { this.num = num }
                public function toString():String { return num.toString(); }
    You can use toString() as a comparison operator by keeping things in an Object instead of a Dictionary:
                var testDic:Object = {};
                var key1:ClDate = new ClDate(10000);
                var key2:ClDate = new ClDate(20000);
                var key3:ClDate = new ClDate(30000);
                var key4:ClDate = new ClDate(40000);
                testDic[key1] = 1;
                testDic[key2] = 2;
                testDic[key3] = 3;
                testDic[key4] = 4;
                var key:ClDate = new ClDate(20000);
                var retNum:Number = testDic[key];
    Then retNum should be '2', as expected. This is sort of a hack, but it might work for what you're doing.

  • Problem using contact groups in email

    I have created a GROUP of contacts with the Contacts application. There are 21 emails in this group. I am using Postbox as my email client. When I go to create an email and select this group for the TO field, it only puts in 19 of the 21 people in the group ommiting 2 people. Their emails are correct so I am nt sure what the heck is hapening. Any suggestions?
    Many thanks,
    Houston

    Hello Annie,
    Drag it from Address Book to Mail's BCC: field, or just type the name of the Smart Group there.
    PS. It's usually considered very bad form to use the To: or CC: fields for multiple addies.

  • Problem Using Inner Group Name

    Hi
    In my report design, I have 4 groups level created and all of them are based on Account number. Its like group and subgroup structure.
    All I wanted to do is , I want to supress the Footer of Inner most group(group 4) based on the group name.
    for example if the group4 name ="something" I need to supress group 4 footer section.
    I tried to put the above condition in Supress formula of group4 footer section. its not working.
    On the formula editor I choose the group4 name field avaiable under Report fields. Its comes as
    GroupName ({@Account Number})  in to the formula ( There is not mention of which group name its refers to).
    So by default its  apply the formula on the outter most group name(group 1). So my condition fails.
    Please help me.

    This my structure
    Group Header1                                                           Group 1 Name
        Group Header2                                                        Group 2 Name
           Group Header3                                                     Group 3 Name 
               Group Header4
                             Details                  AccoutNumber    Account Description       Amount
                Group Footer4                  textbox            Group4 name                      sum of Amount          
           Group Footer3
        Group Footer2
    Group Footer1
    I want to supress the Group Footer4 based on Group4 name.
         ASSETS
         CURRENT ASSETS
         1XXX   0092     CASH SAVINGS DBTCA     $172,868,975.44
                                                                          $172,868,975.44
         TOTAL     CASH & CASH EQUIVALENTS
         13XX   5555     A/R OTHER                           $5,423,705.50
                                                                          $5,423,705.50
         TOTAL     ACCOUNTS RECEIVABLE
         1XXX   0001     I/C REC MGMT LLC SAN FRAN     $8,878,791.16
         1XXX  0001     I/C REC MGMT CO SAN FRAN     $45,046,263.00
           TOTAL     INTER   COMPANY RECEIVABLE           $53,925,054.16
         1XXX  0000     DEFERRED TAX ASSET     $70,548,040.00
         $70,548,040.00
         TOTAL     NOTGROUPED
          302,765,775.10
    The bold lettered text are belongs to Group4 footer . I want to suppress it if the group 4 name is " NOTGROUPED"
    Edited by: Nivazz on Sep 9, 2009 5:16 PM
    Edited by: Nivazz on Sep 9, 2009 5:17 PM

  • Huge problem using apple mail while sending email to a group...

    Hey - I am quite confused... apple mail has huge problems using groups with about 150 addresses when writing and sending an email... the writing of emails is nearly impossible. Once the group name is inserted in the addressline (address book in iCloud!), apple mail uses nearly 100% CPU and further writing is nearly impossible. When sending such an email, all addresses are suddenly visible - though the box is NOT checked and the addresses should be hidden... what can I do? I use this feature (sending mails to groups) on a daily basis and cannot accept visible addresses...
    Greetings and sorry for inconvenient english...
    Christof

    How about next time you send to the group, cc yourself, or include yourself in the group. Then receive the email on the iphone, you can "reply all" in order to send to the group. If you use an imap account, you can make a new folder, call it something like "groups", and save different group emails there for the next time you need to "reply all".

  • ACS 5.3 Authorization problem with using Identity Groups in Access Policy Rule

    Hello guys, I am found a problem which I can't solve regarding authorization with using Identity Groups in Access Policy rule.
    ACS version: 5.3.0.40.6 (internal build B.839)
    I have very simple RADIUS Authorization rule which authorize user on behalf of right Identity Group.
    Requested Identity Group exist
    Testing user is created in Internal Users and has assigned requested Identity Group
    Radius Access Policy: 
    Authentication against Identity Store Sequence, where authorization server is external RSA SecurID device and additional attributes retrieval is configured from Internal Users.
    Authorization is very simple – One Rule with only one Condition which is: Identity Group - in - Requested_Testing_Rule. Then Default rule is set to Deny.
    When I will try login with my testing user then authentication against RSA SecurID is OK, but authorization will be denied by Default rule – It looks like my Rule with Identity Group is totally omitted.
    I am managing several other ACS servers (version 5.3 but with older patches) where similar rules are working without problem.
    What I am tested:
    Remove testing user and create his account again.
    Rename Identity Group
    Use another Identity Group
    Remove Access Policy rule and create it again
    Use Compound Condition: System:Identity Group
    Use Compound Condition: System:UserID instead of Identity Group in Rule (it is working without problem)
    Do you have any idea where problem can be?

    OK guys, it started working yesterday without any configuration change. Maybe it was some database inconsistence wich was solved by ACS itself.

  • Lync 2013 Error 31055 ,31059 LS Call Park Service, The database being used by Group Pickup is not the appropriate version and There was a problem communicating with the Group Pickup backend database.

    Hello
    I have Lync 2013 and 2010  , still i didn't finish my migration completely from 2010 to 2013 .this  is  coexistence environment that contains both Lync Server 2010 and Lync Server 2013 .
    There was no error's in my lync 2013 front end and back end server's and every thing was fine, yesterday I installed windows updated AND CU for my lync 2013  front end and backend server's .
    later on after restarting both the front end and the back end server's i start having hundred's of  these error's related to "LS Call Park Service".
    so any advice for these issue ? and what is the effect for these error .
    below is the error I got .
    The database being used by Group Pickup is not the appropriate version.
    The database is not the correct version:
    Connection: Data Source=HQ-LYNC2013-BE.aaaaaaaaaaaaaaaaaaaaaaaaaaa\rtc;Initial Catalog=cpsdyn;Integrated Security=True
    Expected... SchemaVersion: 1, SprocVersion: 1, UpgradeVersion: 2
    Actual...   SchemaVersion: 0, SprocVersion: 0, UpgradeVersion: 0
    Cause: The database has not been upgraded.
    Resolution:
    Upgrade the database to CU1.
    ==============================================================
    There was a problem communicating with the Group Pickup backend database.
    There were problems accessing SQL server:
    Connection: Data Source=HQ-LYNC2013-BE.aaaaaaaaaaaaaaaaaaaaaaaaaa\rtc;Initial Catalog=cpsdyn;Integrated Security=True
    Message: The EXECUTE permission was denied on the object 'DbpGetVersionSchema', database 'cpsdyn', schema 'dbo'.
    Error code: -2146232060
    Error number: 229
    Cause: This may be caused by connectivity issues with the backend database.
    Resolution:
    Check if SQL backend is running and accepts connections from Group Pickup.
    =============================================================================
    Kind Regards
    MK

    Hello
    thanks Holger for u r replay .
    due to the Microsoft article about the cu :
    I run only :
    Install-CsDatabase -ConfiguredDatabases -SqlServerFqdn FEBE.FQDN -Verbose
    Note In a coexistence environment that contains both Lync Server 2010 and Lync Server 2013 and in which the Central Management Service is located on a Lync Server 2010 pool, do not run the
    Install-CsDatabase -CentralManagementDatabase command. If you later move the Central Management Service to a Lync Server 2013 pool, you have to run the
    Install-CsDatabase -CentralManagementDatabase command to apply the changes.
    here is what I get on my power shell after i run the command : "WARNING: Warning: Failed to execute batch --"
    PS C:\Users\MK> Install-CsDatabase -ConfiguredDatabases -SqlServerFqdn HQ-LYNC2013-BE.MyDomain -Verbose
    VERBOSE: Creating new log file
    "C:\Users\MK\AppData\Local\Temp\2\Install-CsDatabase-82d6613c-f2e3-47e6-8fc4-8f75d2efe6e4.xml".
    VERBOSE: Install databases required by Lync Server role(s).
    ****Creating DbSetupInstance for 'Microsoft.Rtc.Common.Data.BlobStore'****
    Trying to connect to Sql Server HQ-LYNC2013-BE.MyDomain\rtc. using windows authentication...
    Sql version: Major: 11, Minor: 0, Build 5058.
    Sql version is acceptable.
    Checking state for database rtcxds.
    ****Creating DbSetupInstance for 'Microsoft.Rtc.Common.Data.AbsDatabase'****
    Trying to connect to Sql Server HQ-LYNC2013-BE.MyDomain\rtc. using windows authentication...
    Sql version: Major: 11, Minor: 0, Build 5058.
    Sql version is acceptable.
    Checking state for database rtcab.
    ****Creating DbSetupInstance for 'Microsoft.Rtc.Common.Data.RgsConfigDatabase'****
    Trying to connect to Sql Server HQ-LYNC2013-BE.MyDomain\rtc. using windows authentication...
    Sql version: Major: 11, Minor: 0, Build 5058.
    Sql version is acceptable.
    Checking state for database rgsconfig.
    ****Creating DbSetupInstance for 'Microsoft.Rtc.Common.Data.RgsDynDatabase'****
    Trying to connect to Sql Server HQ-LYNC2013-BE.MyDomain\rtc. using windows authentication...
    Sql version: Major: 11, Minor: 0, Build 5058.
    Sql version is acceptable.
    Checking state for database rgsdyn.
    ****Creating DbSetupInstance for 'Microsoft.Rtc.Common.Data.CpsDynDatabase'****
    Trying to connect to Sql Server HQ-LYNC2013-BE.MyDomain\rtc. using windows authentication...
    Sql version: Major: 11, Minor: 0, Build 5058.
    Sql version is acceptable.
    Checking state for database cpsdyn.
    ****Creating DbSetupInstance for 'Microsoft.Rtc.Common.Data.ArchivingDatabase'****
    Trying to connect to Sql Server HQ-LYNC2013-BE.MyDomain\arc. using windows authentication...
    Sql version: Major: 11, Minor: 0, Build 5058.
    Sql version is acceptable.
    Checking state for database LcsLog.
    ****Creating DbSetupInstance for 'Microsoft.Rtc.Common.Data.MonitoringDatabase'****
    Trying to connect to Sql Server HQ-LYNC2013-BE.MyDomain\mon. using windows authentication...
    Sql version: Major: 11, Minor: 0, Build 5058.
    Sql version is acceptable.
    Checking state for database LcsCDR.
    VERBOSE: Assigning "BackendStore:BlobStore:LogPath" to F:\CsData
    VERBOSE: Assigning "BackendStore:RtcSharedDatabase:LogPath" to F:\CsData
    VERBOSE: Assigning "ArchivingStore:ArchivingDatabase:LogPath" to F:\CsData
    VERBOSE: Assigning "MonitoringStore:MonitoringDatabase:LogPath" to F:\CsData
    VERBOSE: Assigning "MonitoringStore:QoEMetricsDatabase:LogPath" to F:\CsData
    VERBOSE: Assigning "ArchivingStore:ArchivingDatabase:DbPath" to F:\CsData
    VERBOSE: Assigning "MonitoringStore:MonitoringDatabase:DbPath" to F:\CsData
    VERBOSE: Assigning "MonitoringStore:QoEMetricsDatabase:DbPath" to F:\CsData
    VERBOSE: Assigning "ABSStore:AbsDatabase:LogPath" to F:\CsData
    VERBOSE: Assigning "ApplicationStore:RgsConfigDatabase:LogPath" to F:\CsData
    VERBOSE: Assigning "ApplicationStore:RgsDynDatabase:LogPath" to F:\CsData
    VERBOSE: Assigning "ApplicationStore:CpsDynDatabase:LogPath" to F:\CsData
    VERBOSE: Assigning "BackendStore:BlobStore:DbPath" to F:\CsData
    VERBOSE: Assigning "BackendStore:RtcSharedDatabase:DbPath" to F:\CsData
    VERBOSE: Assigning "ABSStore:AbsDatabase:DbPath" to F:\CsData
    VERBOSE: Assigning "ApplicationStore:RgsConfigDatabase:DbPath" to F:\CsData
    VERBOSE: Assigning "ApplicationStore:RgsDynDatabase:DbPath" to F:\CsData
    VERBOSE: Assigning "ApplicationStore:CpsDynDatabase:DbPath" to F:\CsData
    VERBOSE: Installing "BackendStore" on HQ-LYNC2013-BE.MyDomain\rtc, collocated: False
    ****Creating DbSetupInstance for 'Microsoft.Rtc.Common.Data.BlobStore'****
    Trying to connect to Sql Server HQ-LYNC2013-BE.MyDomain\rtc. using windows authentication...
    Sql version: Major: 11, Minor: 0, Build 5058.
    Sql version is acceptable.
    Checking state for database rtcxds.
    Checking state for database rtcxds.
    State of database rtcxds is DbState_RequiresMinorUpgrade.
    Database rtcxds set to mode Restricted.
    Dropping all procedures, functions and views from database rtcxds.
    Executing RtcDb.sql...
    Adding master role...
    Setting owner for database rtcxds to sa.
    Creating login MyDomain\RTCHSUniversalServices.
    Creating user MyDomain\RTCHSUniversalServices.
    Creating Schema MyDomain\RTCHSUniversalServices.
    Creating login MyDomain\RTCUniversalReadOnlyAdmins.
    Creating user MyDomain\RTCUniversalReadOnlyAdmins.
    Creating Schema MyDomain\RTCUniversalReadOnlyAdmins.
    Creating login MyDomain\RTCUniversalServerAdmins.
    Creating user MyDomain\RTCUniversalServerAdmins.
    Creating Schema MyDomain\RTCUniversalServerAdmins.
    Adding account MyDomain\RTCHSUniversalServices to role ConsumerRole.
    Adding account MyDomain\RTCUniversalReadOnlyAdmins to role ConsumerRole.
    Adding account MyDomain\RTCHSUniversalServices to role ReplicatorRole.
    Adding account MyDomain\RTCHSUniversalServices to role PublisherRole.
    Adding account MyDomain\RTCUniversalServerAdmins to role PublisherRole.
    Setting database version: Schema Version 15, Sproc Version 13, Update Version 2.
    Setting the database rtcxds to multi user mode.
    Database rtcxds is set to multi user mode.
    ****Creating DbSetupInstance for 'Microsoft.Rtc.Common.Data.RtcSharedDatabase'****
    Trying to connect to Sql Server HQ-LYNC2013-BE.MyDomain\rtc. using windows authentication...
    Sql version: Major: 11, Minor: 0, Build 5058.
    Sql version is acceptable.
    Checking state for database rtcshared.
    Database created by script "RtcSharedDatabase" already exists and is current.
    VERBOSE: Successfully installed the database. For details, see the following log:
    "C:\Users\MK\AppData\Local\Temp\2\Create-BackendStore-HQ-LYNC2013-BE.MyDomain_rtc-[2014_11_13][14_35_01].log"
    VERBOSE: Installing "ABSStore" on HQ-LYNC2013-BE.MyDomain\rtc, collocated: False
    ****Creating DbSetupInstance for 'Microsoft.Rtc.Common.Data.AbsDatabase'****
    Trying to connect to Sql Server HQ-LYNC2013-BE.MyDomain\rtc. using windows authentication...
    Sql version: Major: 11, Minor: 0, Build 5058.
    Sql version is acceptable.
    Checking state for database rtcab.
    Checking state for database rtcab.
    State of database rtcab is DbState_RequiresMinorUpgrade.
    Database rtcab set to mode Restricted.
    Dropping all procedures, functions and views from database rtcab.
    Executing RtcAbTypes.sql...
    WARNING: Warning: Failed to execute batch --
    -- Copyright (c) Microsoft Corporation. All rights reserved.
    exec sp_addrole N'ServerRole'.
    Executing RtcAbDb.sql...
    Setting owner for database rtcab to sa.
    Creating login MyDomain\RTCComponentUniversalServices.
    Creating user MyDomain\RTCComponentUniversalServices.
    Creating Schema MyDomain\RTCComponentUniversalServices.
    Adding account MyDomain\RTCComponentUniversalServices to role ServerRole.
    Setting database version: Schema Version 62, Sproc Version 42, Update Version 3.
    Setting the database rtcab to multi user mode.
    Database rtcab is set to multi user mode.
    VERBOSE: Successfully installed the database. For details, see the following log:
    "C:\Users\MK\AppData\Local\Temp\2\Create-ABSStore-HQ-LYNC2013-BE.MyDomain_rtc-[2014_11_13][14_35_20].log"
    VERBOSE: Installing "ApplicationStore" on HQ-LYNC2013-BE.MyDomain\rtc, collocated: False
    ****Creating DbSetupInstance for 'Microsoft.Rtc.Common.Data.RgsConfigDatabase'****
    Trying to connect to Sql Server HQ-LYNC2013-BE.MyDomain\rtc. using windows authentication...
    Sql version: Major: 11, Minor: 0, Build 5058.
    Sql version is acceptable.
    Checking state for database rgsconfig.
    Database created by script "RgsConfigDatabase" already exists and is current.
    ****Creating DbSetupInstance for 'Microsoft.Rtc.Common.Data.RgsDynDatabase'****
    Trying to connect to Sql Server HQ-LYNC2013-BE.MyDomain\rtc. using windows authentication...
    Sql version: Major: 11, Minor: 0, Build 5058.
    Sql version is acceptable.
    Checking state for database rgsdyn.
    Database created by script "RgsDynDatabase" already exists and is current.
    ****Creating DbSetupInstance for 'Microsoft.Rtc.Common.Data.CpsDynDatabase'****
    Trying to connect to Sql Server HQ-LYNC2013-BE.MyDomain\rtc. using windows authentication...
    Sql version: Major: 11, Minor: 0, Build 5058.
    Sql version is acceptable.
    Checking state for database cpsdyn.
    Checking state for database cpsdyn.
    State of database cpsdyn is DbState_RequiresMinorUpgrade.
    Database cpsdyn set to mode Restricted.
    Dropping all procedures, functions and views from database cpsdyn.
    Executing CpsDyn.sql...
    Setting owner for database cpsdyn to sa.
    Creating login MyDomain\RTCComponentUniversalServices.
    Creating user MyDomain\RTCComponentUniversalServices.
    Creating Schema MyDomain\RTCComponentUniversalServices.
    Creating login MyDomain\RTCUniversalReadOnlyAdmins.
    Creating user MyDomain\RTCUniversalReadOnlyAdmins.
    Creating Schema MyDomain\RTCUniversalReadOnlyAdmins.
    Creating login MyDomain\RTCUniversalServerAdmins.
    Creating user MyDomain\RTCUniversalServerAdmins.
    Creating Schema MyDomain\RTCUniversalServerAdmins.
    Adding account MyDomain\RTCComponentUniversalServices to role ReadWriteRole.
    Adding account MyDomain\RTCUniversalServerAdmins to role ReadWriteRole.
    Adding account MyDomain\RTCUniversalReadOnlyAdmins to role ReadOnlyRole.
    Setting database version: Schema Version 1, Sproc Version 1, Update Version 2.
    Setting the database cpsdyn to multi user mode.
    Database cpsdyn is set to multi user mode.
    VERBOSE: Successfully installed the database. For details, see the following log:
    "C:\Users\MK\AppData\Local\Temp\2\Create-ApplicationStore-HQ-LYNC2013-BE.MyDomain_rtc-[2014_11_13][14_35_37].log"
    VERBOSE: Installing "ArchivingStore" on HQ-LYNC2013-BE.MyDomain\arc, collocated: False
    ****Creating DbSetupInstance for 'Microsoft.Rtc.Common.Data.ArchivingDatabase'****
    Trying to connect to Sql Server HQ-LYNC2013-BE.MyDomain\arc. using windows authentication...
    Sql version: Major: 11, Minor: 0, Build 5058.
    Sql version is acceptable.
    Checking state for database LcsLog.
    Database created by script "ArchivingDatabase" already exists and is current.
    VERBOSE: Successfully installed the database. For details, see the following log:
    "C:\Users\MK\AppData\Local\Temp\2\Create-ArchivingStore-HQ-LYNC2013-BE.MyDomain_arc-[2014_11_13][14_35_51].log"
    VERBOSE: Installing "MonitoringStore" on HQ-LYNC2013-BE.MyDomain\mon, collocated: False
    ****Creating DbSetupInstance for 'Microsoft.Rtc.Common.Data.MonitoringDatabase'****
    Trying to connect to Sql Server HQ-LYNC2013-BE.MyDomain\mon. using windows authentication...
    Sql version: Major: 11, Minor: 0, Build 5058.
    Sql version is acceptable.
    Checking state for database LcsCDR.
    Checking state for database LcsCDR.
    Checking state for database LcsCDR.
    State of database LcsCDR is DbState_RequiresMinorUpgrade.
    WARNING: The database LcsCDR being updated has data file path at
    \\HQ-LYNC2013-BE.MyDomain\C$\CsData\MonitoringStore\mon\DbPath\LcsCDR.mdf and supplied data file path is
    \\HQ-LYNC2013-BE.MyDomain\F$\CsData\MonitoringStore\mon\DbPath\LcsCDR.mdf. Supplied path will be ignored.
    WARNING: The database LcsCDR being updated has log file path at
    \\HQ-LYNC2013-BE.MyDomain\C$\CsData\MonitoringStore\mon\LogPath\LcsCDR.ldf and supplied data file path is
    \\HQ-LYNC2013-BE.MyDomain\F$\CsData\MonitoringStore\mon\LogPath\LcsCDR.ldf. Supplied path will be ignored.
    Database LcsCDR set to mode Restricted.
    Dropping all procedures, functions and views from database LcsCDR.
    Executing CdrDb.sql...
    Setting owner for database LcsCDR to sa.
    Creating login MyDomain\CSAdministrator.
    Creating user MyDomain\CSAdministrator.
    Creating Schema MyDomain\CSAdministrator.
    Creating login MyDomain\RTCComponentUniversalServices.
    Creating user MyDomain\RTCComponentUniversalServices.
    Creating Schema MyDomain\RTCComponentUniversalServices.
    Adding account MyDomain\RTCComponentUniversalServices to role ServerRole.
    Adding account MyDomain\RTCComponentUniversalServices to role ReportsReadOnlyRole.
    Adding account MyDomain\CSAdministrator to role ReportsReadOnlyRole.
    Setting database version: Schema Version 39, Sproc Version 82, Update Version 2.
    Setting the database LcsCDR to multi user mode.
    Database LcsCDR is set to multi user mode.
    SQL Server Agent is running and its start mode was detected as Auto.
    Executing CdrJobs.sql...
    ****Creating DbSetupInstance for 'Microsoft.Rtc.Common.Data.QoEMetricsDatabase'****
    Trying to connect to Sql Server HQ-LYNC2013-BE.MyDomain\mon. using windows authentication...
    Sql version: Major: 11, Minor: 0, Build 5058.
    Sql version is acceptable.
    Checking state for database QoEMetrics.
    Checking state for database QoEMetrics.
    Checking state for database QoEMetrics.
    State of database QoEMetrics is DbState_RequiresMinorUpgrade.
    WARNING: The database QoEMetrics being updated has data file path at
    \\HQ-LYNC2013-BE.MyDomain\C$\CsData\MonitoringStore\mon\DbPath\QoEMetrics.mdf and supplied data file path is
    \\HQ-LYNC2013-BE.MyDomain\F$\CsData\MonitoringStore\mon\DbPath\QoEMetrics.mdf. Supplied path will be ignored.
    WARNING: The database QoEMetrics being updated has log file path at
    \\HQ-LYNC2013-BE.MyDomain\C$\CsData\MonitoringStore\mon\LogPath\QoEMetrics.ldf and supplied data file path is
    \\HQ-LYNC2013-BE.MyDomain\F$\CsData\MonitoringStore\mon\LogPath\QoEMetrics.ldf. Supplied path will be ignored.
    Database QoEMetrics set to mode Restricted.
    Dropping all procedures, functions and views from database QoEMetrics.
    Executing QoEDb.sql...
    Setting owner for database QoEMetrics to sa.
    Creating login MyDomain\RTCComponentUniversalServices.
    Creating user MyDomain\RTCComponentUniversalServices.
    Creating Schema MyDomain\RTCComponentUniversalServices.
    Adding account MyDomain\RTCComponentUniversalServices to role ServerRole.
    Setting database version: Schema Version 62, Sproc Version 90, Update Version 1.
    Setting the database QoEMetrics to multi user mode.
    Database QoEMetrics is set to multi user mode.
    SQL Server Agent is running and its start mode was detected as Auto.
    Executing QoEJobs.sql...
    VERBOSE: Successfully installed the database. For details, see the following log:
    "C:\Users\MK\AppData\Local\Temp\2\Create-MonitoringStore-HQ-LYNC2013-BE.MyDomain_mon-[2014_11_13][14_35_51].log"
    VERBOSE: No changes were made to the Central Management Store.
    VERBOSE: Creating new log file
    "C:\Users\MK\AppData\Local\Temp\2\Install-CsDatabase-82d6613c-f2e3-47e6-8fc4-8f75d2efe6e4.html".
    WARNING: "Install-CsDatabase" processing has completed with warnings. "5" warnings were recorded during this run.
    WARNING: Detailed results can be found at
    "C:\Users\MK\AppData\Local\Temp\2\Install-CsDatabase-82d6613c-f2e3-47e6-8fc4-8f75d2efe6e4.html".
    PS C:\Users\MK>
    I hope some one can confirm no issue with what I did ??
    Kind Regards
    MK

  • Problem using Change production and SFC step status with Simultanious group

    Hello,
    We just upgraded to ME 5.2 SP5 patch which was released two days back, the problem with Simultanious group is fixed and SFC gets the correct next step as per defined in the router (Previously there was bug).
    But when we try to use change production and put SFC in simultanious router at some particular operation as que it is getting in que at all operations and really can be started and completed even at the last operation.
    Same is the case with step status if we put it in que at some intermediate operation all operation listed above are becoming in que irrespective of the flow defined in simultanious router.
    Please let me know how to handle this.
    Regards,
    Pushkar Patil

    Hi Pushkar,
    It seems to be a bug. I would suggest opening a ticket on this.
    Regards,
    Alex.

  • Choice Group Problems

    aft I add the items to the choice group.. When I use isSelected(0) == true --> to delete the particular item but it will prompt me indexarrayoutofbound.. wat happen?
    else if(c == confirm  && s == purForm)
          if(cgp.isSelected(0) == true)
           confirmForm.append("1st item on the purchase list: " + 1);
          if(cgp.isSelected(1) == true)
            confirmForm.append("2nd item on the purchase list: " + cgp.getSelectedIndex());
          if(cgp.getSelectedIndex() == 2)
            cgp.delete(2);
          if(cgp.getSelectedIndex() == 3)
            cgp.delete(3);
          if(cgp.getSelectedIndex() == 4)
            cgp.delete(4);
          if(cgp.getSelectedIndex() == 5)
            cgp.delete(5);
          if(cgp.getSelectedIndex() == 6)
            cgp.delete(6);
          if(cgp.getSelectedIndex() == 7)
            cgp.delete(7);
          if(cgp.getSelectedIndex() == 8)
            cgp.delete(8);
          if(cgp.getSelectedIndex() == 9)
            cgp.delete(9);
          if(cgp.getSelectedIndex() == 10)
            cgp.delete(10);
          if(cgp.getSelectedIndex() == 11)
            cgp.delete(11);
          if(cgp.getSelectedIndex() == 12)
            cgp.delete(12);
          createConfirmForm();
          display.setCurrent(confirmForm);
        }can someone help me please... Thankz alot...

    aft I add the items to the choice group.. When I use isSelected(0) == true --> to delete the particular item but it will prompt me indexarrayoutofbound.. wat happen?
    else if(c == confirm  && s == purForm)
          if(cgp.isSelected(0) == true)
           confirmForm.append("1st item on the purchase list: " + 1);
          if(cgp.isSelected(1) == true)
            confirmForm.append("2nd item on the purchase list: " + cgp.getSelectedIndex());
          if(cgp.getSelectedIndex() == 2)
            cgp.delete(2);
          if(cgp.getSelectedIndex() == 3)
            cgp.delete(3);
          if(cgp.getSelectedIndex() == 4)
            cgp.delete(4);
          if(cgp.getSelectedIndex() == 5)
            cgp.delete(5);
          if(cgp.getSelectedIndex() == 6)
            cgp.delete(6);
          if(cgp.getSelectedIndex() == 7)
            cgp.delete(7);
          if(cgp.getSelectedIndex() == 8)
            cgp.delete(8);
          if(cgp.getSelectedIndex() == 9)
            cgp.delete(9);
          if(cgp.getSelectedIndex() == 10)
            cgp.delete(10);
          if(cgp.getSelectedIndex() == 11)
            cgp.delete(11);
          if(cgp.getSelectedIndex() == 12)
            cgp.delete(12);
          createConfirmForm();
          display.setCurrent(confirmForm);
        }can someone help me please... Thankz alot...

  • I am trying to use tab groups. My problem is that everytime I restart Firefox any groups I made in the previous session disappear. How do I stop this from happening?

    I am trying to use tab groups. My problem is that everytime I restart Firefox, any tab groups I made in the previous session are no longer there. How do I stop this from happening?

    A possible cause is a problem with the file places.sqlite that stores the bookmarks and the history.
    * http://kb.mozillazine.org/Bookmarks_history_and_toolbar_buttons_not_working_-_Firefox

  • Problem posting to group wiki/blog using podcast capture

    I am having a problem posting to 2 wiki blogs using podcast capture and montage workflow. A similar montage workflow works great on another group wiki blog. I am getting this log error:
    *Xgrid Job: 72 is Running*
    *Wed Jan 06 08:16:37 -0600 2010 -- Unknown agent: 7A49DCBE-B57B-4ED8-A250-9CA538A06856*
    *Wed Jan 06 08:16:37 -0600 2010 -- Unknown agent: 8251443A-5F69-40A0-8172-12DA139F8DAC*
    *Wed Jan 06 08:16:38 -0600 2010 -- Unknown agent: 24690148-E8E5-40B3-A46F-6C3C652B04CF*
    *Wed Jan 06 08:17:39 -0600 2010 -- Unknown agent: 7A49DCBE-B57B-4ED8-A250-9CA538A06856*
    *Wed Jan 06 08:17:39 -0600 2010 -- Unknown agent: 8251443A-5F69-40A0-8172-12DA139F8DAC*
    *Wed Jan 06 08:17:41 -0600 2010 -- Unknown agent: 24690148-E8E5-40B3-A46F-6C3C652B04CF*
    *Wed Jan 06 08:18:33 -0600 2010 -- Xgrid Job: 72 is Failed*
    Has someone seen this problem using Mac OS X Server 10.6.2, Podcast Producer server.

    Yes, the related log:
    Processing paginated document as landscape...
    Processing Page... (1 / 8)
    Processing Page... (2 / 8)
    Processing Page... (3 / 8)
    Processing Page... (4 / 8)
    Processing Page... (5 / 8)
    Processing Page... (6 / 8)
    Processing Page... (7 / 8)
    Processing Page... (8 / 8)
    Running /Network/Servers/tmstec.mtsu.edu/Volumes/datastore/PodcastProducer/Shared/Caches/Resources/Tools/preflightscript
    ########### STDERR ###########
    Wed Jan 6 08:18:09 tmstec.mtsu.edu pcastaction[7454] <Notice>: PodcastProducer::Actions::Annotate: START: [Working directory: /Network/Servers/tmstec.mtsu.edu/Volumes/data_store/PodcastProducer/Shared/UUID s/A824CF1C-CC3E-4796-A841-C48B296D0977.prb/Contents/Resources/Working] {Arguments: --prb=/Network/Servers/tmstec.mtsu.edu/Volumes/data_store/PodcastProducer/Share d/UUIDs/A824CF1C-CC3E-4796-A841-C48B296D0977.prb --input=edit-core-master.mov --no_fail} v.2
    DEPRECATED: This command has been deprecated please use /usr/bin/pcastaction
    Wed Jan 6 08:18:09 tmstec.mtsu.edu pcastaction[7454] <Notice>: PodcastProducer::Actions::Annotate: 'edit-core-master.mov' was successfully annotated with {:software=>"Podcast Producer", :title=>"Copyright Law", :copyright=>""}
    Wed Jan 6 08:18:09 tmstec.mtsu.edu pcastaction[7454] <Notice>: PodcastProducer::Actions::Annotate: FINISH
    Wed Jan 6 08:16:39 tmstec.mtsu.edu pcastaction[7239] <Notice>: PodcastProducer::Actions::Watermark: START: [Working directory: /Network/Servers/tmstec.mtsu.edu/Volumes/data_store/PodcastProducer/Shared/UUID s/A824CF1C-CC3E-4796-A841-C48B296D0977.prb/Contents/Resources/Working] {Arguments: --prb=/Network/Servers/tmstec.mtsu.edu/Volumes/data_store/PodcastProducer/Share d/UUIDs/A824CF1C-CC3E-4796-A841-C48B296D0977.prb --watermark=/Network/Servers/tmstec.mtsu.edu/Volumes/data_store/PodcastProducer /Shared/UUIDs/A824CF1C-CC3E-4796-A841-C48B296D0977.prb/Contents/Resources/Workin g/0009CD91-99E3-4EA8-8089-F6CB75692CCF.pwf/Contents/Resources/Images/8ea6d.png --input=import-plugin-document-generated.mov --size=10 --opacity=70 --position=Top Right --output=edit-core-intermediate-1.mov --editinfofile=edit-info.yaml} v.2
    Wed Jan 6 08:16:40 tmstec.mtsu.edu qc2movie[7247] <Error>: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    2010-01-06 08:16:42.282 qc2movie[7247:903] * Failed updating composition repository cache
    Wed Jan 6 08:16:42 tmstec.mtsu.edu pcastaction[7239] <Notice>: PodcastProducer::Actions::Watermark: FINISH
    Wed Jan 6 08:17:02 tmstec.mtsu.edu pcastaction[7343] <Notice>: PodcastProducer::Actions::Merge: START: [Working directory: /Network/Servers/tmstec.mtsu.edu/Volumes/data_store/PodcastProducer/Shared/UUID s/A824CF1C-CC3E-4796-A841-C48B296D0977.prb/Contents/Resources/Working] {Arguments: --prb=/Network/Servers/tmstec.mtsu.edu/Volumes/data_store/PodcastProducer/Share d/UUIDs/A824CF1C-CC3E-4796-A841-C48B296D0977.prb --input1=edit-core-intermediate-4.mov --input2=/Network/Servers/tmstec.mtsu.edu/Volumes/datastore/PodcastProducer/Shared/UUIDs/A824CF1C-CC3E-4796-A841-C48B296D0977.prb/Cont ents/Resources/Working/0009CD91-99E3-4EA8-8089-F6CB75692CCF.pwf/Contents/Resourc es/Movies/tmsteclogo.mov --duration=1 --pqz=/Network/Servers/tmstec.mtsu.edu/Volumes/data_store/PodcastProducer/Share d/UUIDs/A824CF1C-CC3E-4796-A841-C48B296D0977.prb/Contents/Resources/Working/0009 CD91-99E3-4EA8-8089-F6CB75692CCF.pwf/Contents/Resources/Compositions/DissolveTra nsition.pqz --firstinput_is_maincontent --output=edit-core-intermediate-5.mov --editinfofile=edit-info.yaml} v.2
    Wed Jan 6 08:17:03 tmstec.mtsu.edu qc2movie[7355] <Error>: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    2010-01-06 08:17:05.711 qc2movie[7355:903] * Failed updating composition repository cache
    2010-01-06 08:17:08.623 qttrackadd[7359:903] * Failed updating composition repository cache
    Wed Jan 6 08:17:09 tmstec.mtsu.edu pcastaction[7343] <Notice>: PodcastProducer::Actions::Merge: FINISH
    Wed Jan 6 08:16:55 tmstec.mtsu.edu pcastaction[7275] <Notice>: PodcastProducer::Actions::Merge: START: [Working directory: /Network/Servers/tmstec.mtsu.edu/Volumes/data_store/PodcastProducer/Shared/UUID s/A824CF1C-CC3E-4796-A841-C48B296D0977.prb/Contents/Resources/Working] {Arguments: --prb=/Network/Servers/tmstec.mtsu.edu/Volumes/data_store/PodcastProducer/Share d/UUIDs/A824CF1C-CC3E-4796-A841-C48B296D0977.prb --input1=/Network/Servers/tmstec.mtsu.edu/Volumes/datastore/PodcastProducer/Shared/UUIDs/A824CF1C-CC3E-4796-A841-C48B296D0977.prb/Cont ents/Resources/Working/0009CD91-99E3-4EA8-8089-F6CB75692CCF.pwf/Contents/Resourc es/Movies/tmsteclogo.mov --input2=edit-core-intermediate-3.mov --duration=2 --pqz=/Network/Servers/tmstec.mtsu.edu/Volumes/data_store/PodcastProducer/Share d/UUIDs/A824CF1C-CC3E-4796-A841-C48B296D0977.prb/Contents/Resources/Working/0009 CD91-99E3-4EA8-8089-F6CB75692CCF.pwf/Contents/Resources/Compositions/ScaleTransi tion.pqz --secondinput_is_maincontent --output=edit-core-intermediate-4.mov --editinfofile=edit-info.yaml --direction=0} v.2
    Wed Jan 6 08:16:56 tmstec.mtsu.edu qc2movie[7289] <Error>: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    2010-01-06 08:16:58.302 qc2movie[7289:903] * Failed updating composition repository cache
    2010-01-06 08:17:01.246 qttrackadd[7337:903] * Failed updating composition repository cache
    Wed Jan 6 08:17:01 tmstec.mtsu.edu pcastaction[7275] <Notice>: PodcastProducer::Actions::Merge: FINISH
    Wed Jan 6 08:17:10 tmstec.mtsu.edu pcastaction[7362] <Notice>: PodcastProducer::Actions::Encode: START: [Working directory: /Network/Servers/tmstec.mtsu.edu/Volumes/data_store/PodcastProducer/Shared/UUID s/A824CF1C-CC3E-4796-A841-C48B296D0977.prb/Contents/Resources/Working] {Arguments: --prb=/Network/Servers/tmstec.mtsu.edu/Volumes/data_store/PodcastProducer/Share d/UUIDs/A824CF1C-CC3E-4796-A841-C48B296D0977.prb --input=edit-core-intermediate-5.mov --output=edit-core-master.mov --encoder=/Network/Servers/tmstec.mtsu.edu/Volumes/data_store/PodcastProducer/S hared/UUIDs/A824CF1C-CC3E-4796-A841-C48B296D0977.prb/Contents/Resources/Working/ 0009CD91-99E3-4EA8-8089-F6CB75692CCF.pwf/Contents/Resources/Presets/master.plist } v.2
    2010-01-06 08:17:12.706 ruby[7362:e0b] * Failed updating composition repository cache
    Wed Jan 6 08:18:08 tmstec.mtsu.edu pcastaction[7362] <Notice>: PodcastProducer::Actions::Encode: FINISH
    Wed Jan 6 08:16:43 tmstec.mtsu.edu pcastaction[7249] <Notice>: PodcastProducer::Actions::Title: START: [Working directory: /Network/Servers/tmstec.mtsu.edu/Volumes/data_store/PodcastProducer/Shared/UUID s/A824CF1C-CC3E-4796-A841-C48B296D0977.prb/Contents/Resources/Working] {Arguments: --prb=/Network/Servers/tmstec.mtsu.edu/Volumes/data_store/PodcastProducer/Share d/UUIDs/A824CF1C-CC3E-4796-A841-C48B296D0977.prb --pqz=/Network/Servers/tmstec.mtsu.edu/Volumes/data_store/PodcastProducer/Share d/UUIDs/A824CF1C-CC3E-4796-A841-C48B296D0977.prb/Contents/Resources/Working/0009 CD91-99E3-4EA8-8089-F6CB75692CCF.pwf/Contents/Resources/Compositions/FlyingTitle .pqz --output=edit-core-intermediate-2.mov --editinfofile=edit-info.yaml --enable_author=yes --enable_copyright=yes --enable_date=yes --enable_organization=yes --enable_title=yes} v.2
    Wed Jan 6 08:16:44 tmstec.mtsu.edu qc2movie[7252] <Error>: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    2010-01-06 08:16:46.297 qc2movie[7252:903] * Failed updating composition repository cache
    Wed Jan 6 08:16:46 tmstec.mtsu.edu pcastaction[7249] <Notice>: PodcastProducer::Actions::Title: FINISH
    Wed Jan 6 08:16:47 tmstec.mtsu.edu pcastaction[7257] <Notice>: PodcastProducer::Actions::Merge: START: [Working directory: /Network/Servers/tmstec.mtsu.edu/Volumes/data_store/PodcastProducer/Shared/UUID s/A824CF1C-CC3E-4796-A841-C48B296D0977.prb/Contents/Resources/Working] {Arguments: --prb=/Network/Servers/tmstec.mtsu.edu/Volumes/data_store/PodcastProducer/Share d/UUIDs/A824CF1C-CC3E-4796-A841-C48B296D0977.prb --input1=edit-core-intermediate-2.mov --input2=edit-core-intermediate-1.mov --duration=3 --pqz=/Network/Servers/tmstec.mtsu.edu/Volumes/data_store/PodcastProducer/Share d/UUIDs/A824CF1C-CC3E-4796-A841-C48B296D0977.prb/Contents/Resources/Working/0009 CD91-99E3-4EA8-8089-F6CB75692CCF.pwf/Contents/Resources/Compositions/SwingTransi tion.pqz --secondinput_is_maincontent --output=edit-core-intermediate-3.mov --editinfofile=edit-info.yaml --direction=0} v.2
    Wed Jan 6 08:16:48 tmstec.mtsu.edu qc2movie[7268] <Error>: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    2010-01-06 08:16:50.810 qc2movie[7268:903] * Failed updating composition repository cache
    2010-01-06 08:16:53.762 qttrackadd[7272:903] * Failed updating composition repository cache
    Wed Jan 6 08:16:54 tmstec.mtsu.edu pcastaction[7257] <Notice>: PodcastProducer::Actions::Merge: FINISH
    Wed Jan 6 08:18:10 tmstec.mtsu.edu pcastaction[7456] <Notice>: PodcastProducer::Actions::GetPosterImage: START: [Working directory: /Network/Servers/tmstec.mtsu.edu/Volumes/data_store/PodcastProducer/Shared/UUID s/A824CF1C-CC3E-4796-A841-C48B296D0977.prb/Contents/Resources/Working] {Arguments: --prb=/Network/Servers/tmstec.mtsu.edu/Volumes/data_store/PodcastProducer/Share d/UUIDs/A824CF1C-CC3E-4796-A841-C48B296D0977.prb --input=edit-core-master.mov --output=export-core-preview-image.png --no_fail} v.2
    Wed Jan 6 08:18:11 tmstec.mtsu.edu pcastaction[7456] <Notice>: PodcastProducer::Actions::GetPosterImage: Since no time was provided, the 'getposterimage' tool will grab a frame at 1/3 of the movie's duration (13.3711111111111 seconds)
    Wed Jan 6 08:18:11 tmstec.mtsu.edu pcastaction[7456] <Notice>: PodcastProducer::Actions::GetPosterImage: Successfully created poster image ('export-core-preview-image.png') by grabbing frame from 'edit-core-master.mov' at 13.3711111111111 seconds.
    Wed Jan 6 08:18:11 tmstec.mtsu.edu pcastaction[7456] <Notice>: PodcastProducer::Actions::GetPosterImage: FINISH
    Wed Jan 6 08:18:10 tmstec.mtsu.edu pcastaction[7457] <Notice>: PodcastProducer::Actions::Encode: START: [Working directory: /Network/Servers/tmstec.mtsu.edu/Volumes/data_store/PodcastProducer/Shared/UUID s/A824CF1C-CC3E-4796-A841-C48B296D0977.prb/Contents/Resources/Working] {Arguments: --prb=/Network/Servers/tmstec.mtsu.edu/Volumes/data_store/PodcastProducer/Share d/UUIDs/A824CF1C-CC3E-4796-A841-C48B296D0977.prb --input=edit-core-master.mov --output=export-plugin-quicktime-E43D860D-31BB-454F-83AD-B2ECFFED9E92.m4v --encoder=/Network/Servers/tmstec.mtsu.edu/Volumes/data_store/PodcastProducer/S hared/UUIDs/A824CF1C-CC3E-4796-A841-C48B296D0977.prb/Contents/Resources/Working/ 0009CD91-99E3-4EA8-8089-F6CB75692CCF.pwf/Contents/Resources/Presets/ipod.plist} v.2
    CoreMediaAuthoring: the source video is color-untagged. Assuming Rec 601...
    Wed Jan 6 08:18:25 tmstec.mtsu.edu pcastaction[7457] <Notice>: PodcastProducer::Actions::Encode: FINISH
    Wed Jan 6 08:16:35 tmstec.mtsu.edu pcastaction[7217] <Notice>: PodcastProducer::Actions::Documents2Movie: START: [Working directory: /Network/Servers/tmstec.mtsu.edu/Volumes/data_store/PodcastProducer/Shared/UUID s/A824CF1C-CC3E-4796-A841-C48B296D0977.prb/Contents/Resources/Working] {Arguments: --prb=/Network/Servers/tmstec.mtsu.edu/Volumes/data_store/PodcastProducer/Share d/UUIDs/A824CF1C-CC3E-4796-A841-C48B296D0977.prb --input=Copyright Law and Podcasting-C4931603-8008-4B71-B3FD-DEBC424C5AB0.pptx --pqz=/Network/Servers/tmstec.mtsu.edu/Volumes/data_store/PodcastProducer/Share d/UUIDs/A824CF1C-CC3E-4796-A841-C48B296D0977.prb/Contents/Resources/Working/0009 CD91-99E3-4EA8-8089-F6CB75692CCF.pwf/Contents/Resources/Compositions/PageCurlTra nsition.pqz --image_duration=3 --transition_duration=1 --output=import-plugin-document-generated.mov --transition_direction=0} v.2
    Wed Jan 6 08:16:36 tmstec.mtsu.edu qc2movie[7233] <Error>: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    2010-01-06 08:16:38.358 qc2movie[7233:903] * Failed updating composition repository cache
    Wed Jan 6 08:16:38 tmstec.mtsu.edu pcastaction[7217] <Notice>: PodcastProducer::Actions::Documents2Movie: FINISH
    Wed Jan 6 08:16:34 tmstec.mtsu.edu pcastaction[7214] <Notice>: PodcastProducer::Actions::Preflight: START: [Working directory: /Network/Servers/tmstec.mtsu.edu/Volumes/data_store/PodcastProducer/Shared/UUID s/A824CF1C-CC3E-4796-A841-C48B296D0977.prb/Contents/Resources/Working] {Arguments: --prb=/Network/Servers/tmstec.mtsu.edu/Volumes/data_store/PodcastProducer/Share d/UUIDs/A824CF1C-CC3E-4796-A841-C48B296D0977.prb} v.2
    Wed Jan 6 08:16:34 tmstec.mtsu.edu pcastaction[7214] <Notice>: PodcastProducer::Actions::Preflight: Running preflight script [Script path: /Network/Servers/tmstec.mtsu.edu/Volumes/datastore/PodcastProducer/Shared/Caches/Resources/Tools/preflightscript] {Arguments: }
    Wed Jan 6 08:18:26 tmstec.mtsu.edu pcastaction[7471] <Notice>: PodcastProducer::Actions::Publish2Library: START: [Working directory: /Network/Servers/tmstec.mtsu.edu/Volumes/data_store/PodcastProducer/Shared/UUID s/A824CF1C-CC3E-4796-A841-C48B296D0977.prb/Contents/Resources/Working] {Arguments: --prb=/Network/Servers/tmstec.mtsu.edu/Volumes/data_store/PodcastProducer/Share d/UUIDs/A824CF1C-CC3E-4796-A841-C48B296D0977.prb --file=export-plugin-quicktime-E43D860D-31BB-454F-83AD-B2ECFFED9E92.m4v --outfile=publish-plugin-podcastlibrary-export-plugin-quicktime-E43D860D-31BB-4 54F-83AD-B2ECFFED9E92.yaml --type=production --mimetype=video/x-m4v --tag=TMSTEC --tag=STEM} v.2
    warning: peer certificate won't be verified in this SSL session
    % Total % Received % Xferd Average Speed Time Time Time Current
    Dload Upload Total Spent Left Speed
    0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
    102 1022 102 1022 0 0 11127 0 --:--:-- --:--:-- --:--:-- 13447
    Wed Jan 6 08:18:27 tmstec.mtsu.edu pcastaction[7471] <Notice>: PodcastProducer::Actions::Publish2Library: Added file and created corresponding .ppi file to the Podcast Repository Bundle (File Path: '/Network/Servers/tmstec.mtsu.edu/Volumes/data_store/PodcastProducer/Shared/UUI Ds/A824CF1C-CC3E-4796-A841-C48B296D0977.prb/Contents/Resources/Published/FD66ADF 4-AC4F-499A-A9E2-FACD2E690EBE.m4v', Format: com.apple.video.ipod.lc, MIME type: video/x-m4v, isPrivate: false, Tags:["TMSTEC", "STEM"])
    Wed Jan 6 08:18:27 tmstec.mtsu.edu pcastaction[7471] <Notice>: PodcastProducer::Actions::Publish2Library: Wrote outfile to 'publish-plugin-podcastlibrary-export-plugin-quicktime-E43D860D-31BB-454F-83AD- B2ECFFED9E92.yaml'
    Wed Jan 6 08:18:27 tmstec.mtsu.edu pcastaction[7471] <Notice>: PodcastProducer::Actions::Publish2Library: FINISH
    Wed Jan 6 08:16:35 tmstec.mtsu.edu pcastaction[7218] <Notice>: PodcastProducer::Actions::Publish2Library: START: [Working directory: /Network/Servers/tmstec.mtsu.edu/Volumes/data_store/PodcastProducer/Shared/UUID s/A824CF1C-CC3E-4796-A841-C48B296D0977.prb/Contents/Resources/Working] {Arguments: --prb=/Network/Servers/tmstec.mtsu.edu/Volumes/data_store/PodcastProducer/Share d/UUIDs/A824CF1C-CC3E-4796-A841-C48B296D0977.prb --file=Copyright Law and Podcasting-C4931603-8008-4B71-B3FD-DEBC424C5AB0.pptx --outfile=publish-plugin-podcastlibrary-import-plugin-document-original.yaml --type=original --index=1 --tag=TMSTEC --tag=STEM} v.2
    warning: peer certificate won't be verified in this SSL session
    % Total % Received % Xferd Average Speed Time Time Time Current
    Dload Upload Total Spent Left Speed
    0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
    102 1022 102 1022 0 0 6867 0 --:--:-- --:--:-- --:--:-- 7742
    Wed Jan 6 08:16:35 tmstec.mtsu.edu pcastaction[7218] <Notice>: PodcastProducer::Actions::Publish2Library: Added file and created corresponding .ppi file to the Podcast Repository Bundle (File Path: '/Network/Servers/tmstec.mtsu.edu/Volumes/data_store/PodcastProducer/Shared/UUI Ds/A824CF1C-CC3E-4796-A841-C48B296D0977.prb/Contents/Resources/Published/28861BB 0-58A6-455F-84A8-244F523BFBC7.pptx', Format: , MIME type: application/vnd.ms-powerpoint, isPrivate: false, Tags:["TMSTEC", "STEM"])
    Wed Jan 6 08:16:36 tmstec.mtsu.edu pcastaction[7218] <Notice>: PodcastProducer::Actions::Publish2Library: Wrote outfile to 'publish-plugin-podcastlibrary-import-plugin-document-original.yaml'
    Wed Jan 6 08:16:36 tmstec.mtsu.edu pcastaction[7218] <Notice>: PodcastProducer::Actions::Publish2Library: FINISH
    Wed Jan 6 08:18:26 tmstec.mtsu.edu pcastaction[7472] <Notice>: PodcastProducer::Actions::WikiServer: START: [Working directory: /Network/Servers/tmstec.mtsu.edu/Volumes/data_store/PodcastProducer/Shared/UUID s/A824CF1C-CC3E-4796-A841-C48B296D0977.prb/Contents/Resources/Working] {Arguments: --prb=/Network/Servers/tmstec.mtsu.edu/Volumes/data_store/PodcastProducer/Share d/UUIDs/A824CF1C-CC3E-4796-A841-C48B296D0977.prb --input=export-plugin-quicktime-E43D860D-31BB-454F-83AD-B2ECFFED9E92.m4v --docroot=/Network/Servers/tmstec.mtsu.edu/Volumes/data_store/PodcastProducer/S hared/Podcasts --url=http://tmstec.mtsu.edu:8171 --posting_url=http://tmstec.mtsu.edu/groups/tmstec/blog --username=tmstec --otp=KREqQ8ejIz5CdFVcDzuViQ== --pcast_server=https://tmstec.mtsu.edu:8170/podcastproducer --outfile=publish-plugin-wikiserver-692a736e889d71474136c62bc3bb1e08.yaml --mimetype=video/x-m4v} v.2
    Wed Jan 6 08:18:28 tmstec.mtsu.edu pcastaction[7472] <Critical>: PodcastProducer::Actions::WikiServer: Authentication to the Wiki Server failed

  • Choice group problem

    Aft i add 25 items in the choice group..
    when i need to delete them, it will give me indexarrayoutofbounds.. How can i solve it? and wat is the max. size of the choice group?

    You can't use the ChoiceGroup on a Canvas. You'll have to make your own menu widget.
    Another option would be to display first the question on a form with a Command "Answers" and then when the Command is pressed you switch to a List (with List.IMPLICIT set as the type).
    shmoove

  • Problem with using both group by and order by

    example:
    SQL> select * from orgchart;
    NAME TEAM SALARY SICKLEAVE ANNUALLEAVE
    ADAMS RESEARCH 34000 34 12
    WILKES MARKETING 31000 40 9
    STOKES MARKETING 36000 20 19
    MEZA COLLECTIONS 40000 30 27
    MERRICK RESEARCH 45000 20 17
    RICHARDSON MARKETING 42000 25 18
    FURY COLLECTIONS 35000 22 14
    PERCOURT PR 37500 24 24
    SQL> select team,
    2 avg(salary),avg(sickleave),avg(annualleave)
    3 from orgchart
    4 group by team
    5 order by name;
    order by name
    ERROR at line 5:
    ORA-00979: not a GROUP BY expression
    who can tell me where is wrong?
    Thanks
    Leo

    Hi,
    These are basic things...
    what ever the Columns you are including the Select Clause must
    taken into consideration when applying the group by clause..
    without the selection in of name column how can you use in Order by Clause..
    while using the group by..
    Thanks
    Pavan Kumar N

Maybe you are looking for

  • ISE 1.2 and multiple certificates

    Hello, Hopefully someone can answer this question.  We have ISE 1.2 setup and running, 802.1x and user and computer certificates.  All is working fine except some users have two user certificates, one from our server the other from our parent company

  • Unable to send or receive email while on a call

    iPhone 4S displays a data connection error when trying to send or receive email while on a call. According to this article http://support.apple.com/kb/TS4069 this problem should have been solved in IOS 5.0.1. I'm using IOS 5.1 and still getting the v

  • Revert BBerry settings to an earlier date

    Hello again, I synced my blackberry with a previous blackberry thru the desktop software, I didn't realize that it would mirror on the new blackberry the same stuff I had on the old blackberry.  Somethings I didn't want to change, like my new email a

  • J4680C won't power up

    Printer worked fine before we went north for a couple months. When we got back and I tried to turn it on it wouldn't work. I thought maybe the power cable may have went bad and I ordered another power cable and it still doesn't work. Is there a reset

  • DNS issues, iCloud and Internet Accounts on OSX System Preferences, Apple Web Services and Sites Slow/Unresponsive

    Hardware/Software: Macbook Air Mid 2013 1.3Ghz 8GB RAM 120GB SSD / Mac OS X Yosemite 10.10.1 Issue: Occasionally, Safari, App Store, iTunes, and any third party app that connects to the internet using Safari's rendering engine in my case was SafeinCl