'No disc' error (first 11 items)

I managed to install Adobe Premiere elements 11 on my PC:

Dell XPS 8300

Quad Core Intel Core i7-2600 (3.4 GHz, 8 MB of Cache)

• 1 GB graphics Radeon HD 6450

• 16GB DDR3 1333 RAM

• 1 to 7 200 RPM (2 x 500 GB RAID 0) hard drive

• Windows 7 Home Premium 64-Bit

When I open the application and click on 'New project' I get the following error message:

AdobePremiereElements.exe - no disc

There is no disk in the drive.  Please insert a disk in the drive

\Devices\harddisk2\DR3

I can "Cancel", "try again", or "continue".  The only thing that works is to hit 'Cancel' (several times).  Premiere Elements then open, but the error message will keep recurring.   Adobe support (Chat) doesn't have a lot of help.

Anyone who encountered this?  This seems to be a common error in earlier versions (version 9), but I can't seem to find a good solution for this.   Help!

UPDATE: just as an info... Although it is possible (but unlikely) there is a pre-installed software to interfere, there is no other software (or virus) installed on this computer.

Message was edited by: [email protected]

Well don't you know... the problem was of SmartSound.   Bill/Steve, I didn't try your suggestions, but I tried SmartSound installation first... fixed everything!  Thank you!

Tags: Premiere

Similar Questions

  • How to overcome the 7 error during the installation of the first 13 items? "Unable to install the 64-bit system.

    I bought and downloaded Adobe first 13 items and when I try to install the program I get the error code 7, that it can not install on 64 - bit systems. However, the requirements for the program says it is supported on windows 8; 64 bit.

    I just reinstalled mine today of a download from amazon. Once it was downloaded and made a record, there were two options, one was for the 32-bit and the other 64-bit. It would no doubt be trying to install a 32-bit in order to give you this error. The link given to the Peru has an option to download each version.

  • In the face of error: expected collection item not found in payload

    Hello

    I use persistence for my MAF Application Accelerator.

    I have generated the DataControl by specifying the details of service rest via the Wizard "business of the CRG of Rest WebService object.

    Using the DataControl I dropped the iterator on my page as an af:listview

    When the page opens the service's get called but I am told error

    "Collection item 'Job' not found in payload expected.

    Please see the attached persistent mapping .xml.

    (I've highlighted the specific classmapping descriptor for which I am faced with the question.)

    I am also attaching the object of service payload remains below.

    I also checked the payloadelementname specified in the classmapping descriptor matches the name of the element in the payload. However, I still get the error.

    Please let me know if I'm missing out on anything.

    Massari

    ===================================================================================================================

    Persistent map file

    <? XML version = "1.0" encoding = "UTF-8"? >

    " < mobileObjectPersistence xmlns =" http://www.Oracle.com/Ateam/mobile/persistenceMapping "> "

    < classMappingDescriptor className = "teamup.mobile.model.ProjectsResponse" persisted = "true" > ""

    < className = "teamup.mobile.model.service.ProjectsResponseService" autoIncrementPrimaryKey = "true" crudServiceClass

    localPersistenceManager = "oracle.ateam.sample.mobile.v2.persistence.manager.DBPersistenceManager"

    remotePersistenceManager = "oracle.ateam.sample.mobile.v2.persistence.manager.RestJSONPersistenceManager"

    remoteReadInBackground = "true" remoteWriteInBackground = "true".

    showWebServiceInvocationErrors = 'false' autoQuery = "true" / >

    < table name = "PROJECTS_RESPONSE" >

    < name primaryKeyColumn = "Project" / >

    < /table >

    < attributeMappings >

    < directMapping attributeName = "projectId" payloadAttributeName = "ProjectId" columnName = "project".

    columnDataType = "NUMERIC" required = "true" persisted = "true" = "java.math.BigDecimal" javaType

    keyAttribute = "true" / >

    < directMapping attributeName = "projectName" payloadAttributeName = "ProjectName" columnName = 'PROJECT_NAME '.

    columnDataType = "VARCHAR" required = "false" persisted = "true" = "java.lang.String" javaType

    keyAttribute = "false" / >

    < directMapping attributeName = "description" payloadAttributeName = "Description" columnName = "DESCRIPTION".

    columnDataType = "VARCHAR" required = "false" persisted = "true" = "java.lang.String" javaType

    keyAttribute = "false" / >

    < directMapping attributeName = "activeFlag' payloadAttributeName = 'ActiveFlag" columnName = "ACTIVE_FLAG."

    columnDataType = "VARCHAR" required = "false" persisted = "true" = "java.lang.String" javaType

    keyAttribute = "false" / >

    < attributeName = "lastUpdatedBy' payloadAttributeName ="LastUpdatedBy"directMapping

    columnName = "LAST_UPDATED_BY" columnDataType = "VARCHAR" required = "false" persisted = 'true '.

    javaType = "java.lang.String" keyAttribute = "false" / > "

    < attributeName = "lastUpdateDate" payloadAttributeName = "LastUpdateDate" directMapping

    columnName = "LAST_UPDATE_DATE" columnDataType = "VARCHAR" required = "false" persisted = 'true '.

    javaType = "java.lang.String" keyAttribute = "false" / > "

    < / attributeMappings >

    <>methods

    < findAllMethod uri connectionName = "/ projects/getprojects/projects / {username}" = "MyTask" requestType = 'GET '.

    warranty = "false" sendDataObjectAsPayload = "false" deleteLocalRows = "true".

    payloadElementName = "ProjectsResponse" >

    < name headerParameter = "Content-Type" value = "application/json" / >

    < name of the parameter = "userId" value = "#{pageFlowScope.userId}" valueProvider = 'ELExpression' "

    dataObjectAttribute = 'projectId' pathParam = "true" / >

    < / findAllMethod >

    < / methods >

    < / classMappingDescriptor >

    < classMappingDescriptor className = "teamup.mobile.model.TeamMember" persisted = "true" > ""

    < className = "teamup.mobile.model.service.TeamMemberService" autoIncrementPrimaryKey = "true" crudServiceClass

    localPersistenceManager = "oracle.ateam.sample.mobile.v2.persistence.manager.DBPersistenceManager"

    remotePersistenceManager = "oracle.ateam.sample.mobile.v2.persistence.manager.RestJSONPersistenceManager"

    remoteReadInBackground = "true" remoteWriteInBackground = "true".

    showWebServiceInvocationErrors = 'false' autoQuery = "true" / >

    < table name = "TEAM_MEMBER" >

    < name primaryKeyColumn = "USER_ID" / >

    < /table >

    < attributeMappings >

    < directMapping attributeName = "userId" payloadAttributeName = "USER_ID" columnName = 'USER_ID '.

    columnDataType = "NUMERIC" required = "true" persisted = "true" = "java.math.BigDecimal" javaType

    keyAttribute = "true" / >

    < directMapping attributeName = "userName" payloadAttributeName = "Username" columnName = 'user_name '.

    columnDataType = "VARCHAR" required = "false" persisted = "true" = "java.lang.String" javaType

    keyAttribute = "false" / >

    < attributeName = "projectTeamMemberId" payloadAttributeName = "PROJECT_TEAM_MEMBER_ID" directMapping

    columnName = "PROJECT_TEAM_MEMBER_ID" columnDataType = "NUMERIC" required = "false".

    has persisted = "true" javaType = "java.math.BigDecimal" keyAttribute = "false" / > "

    < directMapping attributeName = "lastName", payloadAttributeName = "Name" columnName = "name".

    columnDataType = "VARCHAR" required = "false" persisted = "true" = "java.lang.String" javaType

    keyAttribute = "false" / >

    < directMapping attributeName = "firstName" payloadAttributeName = "First name" columnName = "first name".

    columnDataType = "VARCHAR" required = "false" persisted = "true" = "java.lang.String" javaType

    keyAttribute = "false" / >

    < directMapping attributeName = "projectId" payloadAttributeName = "Project" columnName = "project".

    columnDataType = "VARCHAR" required = "false" persisted = "true" = "java.lang.String" javaType

    keyAttribute = "false" / >

    < / attributeMappings >

    <>methods

    < findAllMethod uri connectionName = "/ user/getteammember/members / {projectId}" = "MyTask" requestType = 'GET '.

    warranty = "false" sendDataObjectAsPayload = "false" deleteLocalRows = "true".

    payloadElementName = "TeamMember" >

    < name headerParameter = "Content-Type" value = "application/json" / >

    < name of the parameter = value = "#{pageFlowScope.projectId"projectId"}" valueProvider = 'ELExpression' "

    pathParam = "true" / >

    < / findAllMethod >

    < / methods >

    < / classMappingDescriptor >

    < className = classMappingDescriptor "teamup.mobile.model.Task ' persisted 'true' orderBy = 'START_DATE' = >" "

    < className = "teamup.mobile.model.service.TaskService" autoIncrementPrimaryKey = "true" crudServiceClass

    localPersistenceManager = "oracle.ateam.sample.mobile.v2.persistence.manager.DBPersistenceManager"

    remotePersistenceManager = "oracle.ateam.sample.mobile.v2.persistence.manager.RestJSONPersistenceManager"

    remoteReadInBackground = "true" remoteWriteInBackground = "true".

    showWebServiceInvocationErrors = 'false' autoQuery = "true" / >

    < table name = "TASK" >

    < name primaryKeyColumn = "ACTIVITY_ID" / >

    < /table >

    < attributeMappings >

    < directMapping attributeName = "activityId" payloadAttributeName = "ACTIVITY_ID" columnName = "ACTIVITY_ID.

    columnDataType = "NUMERIC" required = "true" persisted = "true" = "java.math.BigDecimal" javaType

    keyAttribute = "true" / >

    < directMapping attributeName = "projectid" payloadAttributeName = "PROJECTID" columnName = "PROJECTID".

    columnDataType = "NUMERIC" required = "false" persisted = "true" = "java.math.BigDecimal" javaType

    keyAttribute = "false" / >

    < directMapping attributeName = "activityName" payloadAttributeName = "ACTIVITY_NAME" columnName = "ACTIVITY_NAME."

    columnDataType = "VARCHAR" required = "false" persisted = "true" = "java.lang.String" javaType

    keyAttribute = "false" / >

    < directMapping attributeName = "description" payloadAttributeName = "DESCRIPTION" columnName = "DESCRIPTION".

    columnDataType = "VARCHAR" required = "false" persisted = "true" = "java.lang.String" javaType

    keyAttribute = "false" / >

    < attributeName = "parentActivityId" payloadAttributeName = "PARENT_ACTIVITY_ID" directMapping

    columnName = "PARENT_ACTIVITY_ID" columnDataType = "VARCHAR" required = "false" persisted = 'true '.

    javaType = "java.lang.String" keyAttribute = "false" / > "

    < directMapping attributeName = 'status' payloadAttributeName = 'STATUS' columnName = 'STATUS '.

    columnDataType = "VARCHAR" required = "false" persisted = "true" = "java.lang.String" javaType

    keyAttribute = "false" / >

    < directMapping attributeName = "priority" payloadAttributeName = "PRIORITY" columnName = "PRIORITΘ."

    columnDataType = "VARCHAR" required = "false" persisted = "true" = "java.lang.String" javaType

    keyAttribute = "false" / >

    < attributeName = "percentageComplete" payloadAttributeName = "PERCENTAGE_COMPLETE" directMapping

    columnName = "PERCENTAGE_COMPLETE" columnDataType = "NUMERIC" required = "false" persisted = 'true '.

    javaType = "java.math.BigDecimal" keyAttribute = "false" / > "

    < directMapping attributeName = "startDate" payloadAttributeName = "START_DATE" columnName = "START_DATE".

    columnDataType = "VARCHAR" required = "false" persisted = "true" = "java.lang.String" javaType

    keyAttribute = "false" / >

    < directMapping attributeName = "endDate" payloadAttributeName = "End_date" columnName = "end_date".

    columnDataType = "VARCHAR" required = "false" persisted = "true" = "java.lang.String" javaType

    keyAttribute = "false" / >

    < directMapping attributeName = 'eta' payloadAttributeName = 'ETA' columnName = 'ETA' columnDataType = "VARCHAR".

    required = "false" persisted = "true" javaType = "java.lang.String" keyAttribute = "false" / > "

    < attributeName = "estimatedHours" payloadAttributeName directMapping = "ESTIMATED_HOURS".

    columnName = "ESTIMATED_HOURS" columnDataType = "NUMERIC" required = "false" persisted = 'true '.

    javaType = "java.math.BigDecimal" keyAttribute = "false" / > "

    < attributeName = "actualHours" payloadAttributeName = "ACTUAL_HOURS" columnName directMapping = "ACTUAL_HOURS".

    columnDataType = "VARCHAR" required = "false" persisted = "true" = "java.lang.String" javaType

    keyAttribute = "false" / >

    < directMapping attributeName = "ownerUserId" payloadAttributeName = 'OWNER_USER_ID' columnName = 'OWNER_USER_ID '.

    columnDataType = "NUMERIC" required = "false" persisted = "true" = "java.math.BigDecimal" javaType

    keyAttribute = "false" / >

    < directMapping attributeName = "createdBy" payloadAttributeName = 'CREATED_BY' columnName = 'CREATED_BY '.

    columnDataType = "VARCHAR" required = "false" persisted = "true" = "java.lang.String" javaType

    keyAttribute = "false" / >

    < directMapping attributeName = "creationDate" payloadAttributeName = 'CREATION_DATE' columnName = 'CREATION_DATE '.

    columnDataType = "VARCHAR" required = "false" persisted = "true" = "java.lang.String" javaType

    keyAttribute = "false" / >

    < attributeName = "lastUpdatedBy" payloadAttributeName = "LAST_UPDATED_BY" directMapping

    columnName = "LAST_UPDATED_BY" columnDataType = "VARCHAR" required = "false" persisted = 'true '.

    javaType = "java.lang.String" keyAttribute = "false" / > "

    < attributeName = "lastUpdateDate" payloadAttributeName = "LAST_UPDATE_DATE" directMapping

    columnName = "LAST_UPDATE_DATE" columnDataType = "VARCHAR" required = "false" persisted = 'true '.

    javaType = "java.lang.String" keyAttribute = "false" / > "

    < attributeName = 'comments' payloadAttributeName = 'COMMENTS' columnName directMapping = 'COMMENTS '.

    columnDataType = "VARCHAR" required = "false" persisted = "true" = "java.lang.String" javaType

    keyAttribute = "false" / >

    < attributeName = "discussionCount" payloadAttributeName = "DISCUSSION_COUNT" directMapping

    columnName = "DISCUSSION_COUNT" columnDataType = "NUMERIC" required = "false" persisted = 'true '.

    javaType = "java.math.BigDecimal" keyAttribute = "false" / > "

    < directMapping attributeName = "favoriteFlag" payloadAttributeName = "FAVORITE_FLAG" columnName = "FAVORITE_FLAG."

    columnDataType = "VARCHAR" required = "false" persisted = "true" = "java.lang.String" javaType

    keyAttribute = "false" / >

    < attributeName = "taskAssignment" payloadAttributeName = "TaskAssignment" oneToManyMapping

    referenceClassName = "teamup.mobile.model.TaskAssignment" sendAsArrayIfOnlyOneEntry = "true" > "

    < foreignKeyColumnReference sourceTable = sourceColumn "TASK_ASSIGNMENT" = "TASK_ACTIVITY_ID."

    targetTable = "TASK" targetColumn = "ACTIVITY_ID" / >

    < / oneToManyMapping >

    < attributeName = "discussion oneToManyMapping."

    accessorMethod = "/ projects/getdiscussion/activity/discussion / {username} / {projectId} / {TaskId} / {parentDiscId} '"

    referenceClassName = "teamup.mobile.model.Discussion" sendAsArrayIfOnlyOneEntry = "true" > "

    < foreignKeyColumnReference sourceTable = "DISCUSSION" sourceColumn = "ACTIVITY_ID" targetTable = "TASK".

    targetColumn = "ACTIVITY_ID" / >

    < foreignKeyColumnReference sourceTable = "DISCUSSION" sourceColumn = "Project" targetTable = "TASK".

    targetColumn = "PROJECTID" / >

    < / oneToManyMapping >

    < / attributeMappings >

    <>methods

    < findAllMethod uri = "newgettasks/projects / / projects/activities / {username}" connectionName = "MyTask" "

    requestType = 'GET' guaranteed = "false" sendDataObjectAsPayload = "false" deleteLocalRows = "true".

    payloadElementName = "Task" >

    < name headerParameter = "Content-Type" value = "application/json" / >

    < name of the parameter = "userId" value = "#{pageFlowScope.userId}" valueProvider = "ELExpression" pathParam = "true" / > "

    < / findAllMethod >

    < createMethod uri = "/ projects/postTask/activity" connectionName = "MyTask" requestType = 'POST' guaranteed = "false".

    sendDataObjectAsPayload = "true" payloadElementName = "Task" >

    < name headerParameter = "Content-Type" value = "application/json" / >

    < / createMethod >

    < updateMethod uri = "/ projects/putTask/activity" connectionName = "MyTask" requestType = 'PUT' secure = "false".

    sendDataObjectAsPayload = "true" payloadElementName = "Task" >

    < name headerParameter = "Content-Type" value = "application/json" / >

    < / updateMethod >

    < / methods >

    < / classMappingDescriptor >

    < classMappingDescriptor className = "teamup.mobile.model.TaskAssignment" persisted = "true" > ""

    < className = crudServiceClass "teamup.mobile.model.service.TaskService" autoIncrementPrimaryKey = "true" / > "

    < table name = "TASK_ASSIGNMENT" >

    < name primaryKeyColumn = "ASSIGNMENT_ID" / >

    < /table >

    < attributeMappings >

    < directMapping attributeName = "assignmentId" payloadAttributeName = "ASSIGNMENT_ID" columnName = "ASSIGNMENT_ID."

    columnDataType = "INTEGER" required = "true" persisted = "true" = "java.lang.Integer" javaType

    keyAttribute = "true" / >

    < attributeName = "projectTeamMemberId" payloadAttributeName = "PROJECT_TEAM_MEMBER_ID" directMapping

    columnName = "PROJECT_TEAM_MEMBER_ID" columnDataType = "NUMERIC" required = "false".

    has persisted = "true" javaType = "java.math.BigDecimal" keyAttribute = "false" / > "

    < directMapping attributeName = "startDate" payloadAttributeName = "START_DATE" columnName = "START_DATE".

    columnDataType = "VARCHAR" required = "false" persisted = "true" = "java.lang.String" javaType

    keyAttribute = "false" / >

    < directMapping attributeName = "endDate" payloadAttributeName = "End_date" columnName = "end_date".

    columnDataType = "VARCHAR" required = "false" persisted = "true" = "java.lang.String" javaType

    keyAttribute = "false" / >

    < directMapping attributeName = "createdBy" payloadAttributeName = 'CREATED_BY' columnName = 'CREATED_BY '.

    columnDataType = "VARCHAR" required = "false" persisted = "true" = "java.lang.String" javaType

    keyAttribute = "false" / >

    < directMapping attributeName = "creationDate" payloadAttributeName = 'CREATION_DATE' columnName = 'CREATION_DATE '.

    columnDataType = "VARCHAR" required = "false" persisted = "true" = "java.lang.String" javaType

    keyAttribute = "false" / >

    < attributeName = "lastUpdatedBy" payloadAttributeName = "LAST_UPDATED_BY" directMapping

    columnName = "LAST_UPDATED_BY" columnDataType = "VARCHAR" required = "false" persisted = 'true '.

    javaType = "java.lang.String" keyAttribute = "false" / > "

    < attributeName = "lastUpdateDate" payloadAttributeName = "LAST_UPDATE_DATE" directMapping

    columnName = "LAST_UPDATE_DATE" columnDataType = "VARCHAR" required = "false" persisted = 'true '.

    javaType = "java.lang.String" keyAttribute = "false" / > "

    < directMapping attributeName = "favoriteFlag" payloadAttributeName = "FAVORITE_FLAG" columnName = "FAVORITE_FLAG."

    columnDataType = "VARCHAR" required = "false" persisted = "true" = "java.lang.String" javaType

    keyAttribute = "false" / >

    < directMapping attributeName = "taskActivityId" columnName = "TASK_ACTIVITY_ID" columnDataType = "DIGITAL."

    required = "false" persisted = 'true' parentClass = "teamup.mobile.model.Task"

    parentAttributeName = "Activity ID" javaType = "java.math.BigDecimal" keyAttribute = "false" / > "

    < / attributeMappings >

    < methods / >

    < / classMappingDescriptor >

    < classMappingDescriptor className = "teamup.mobile.model.Discussion" persisted = "true" > ""

    < className = "teamup.mobile.model.service.DiscussionService" autoIncrementPrimaryKey = "true" crudServiceClass

    localPersistenceManager = "oracle.ateam.sample.mobile.v2.persistence.manager.DBPersistenceManager"

    remotePersistenceManager = "oracle.ateam.sample.mobile.v2.persistence.manager.RestJSONPersistenceManager"

    remoteReadInBackground = "true" remoteWriteInBackground = "true".

    showWebServiceInvocationErrors = 'false' autoQuery = "true" / >

    < table name 'DISCUSSION' = >

    < name primaryKeyColumn = "DISCUSSION_ID" / >

    < /table >

    < attributeMappings >

    < directMapping attributeName = 'discussionId' payloadAttributeName = "DISCUSSION_ID" columnName = "DISCUSSION_ID."

    columnDataType = "NUMERIC" required = "true" persisted = "true" = "java.math.BigDecimal" javaType

    keyAttribute = "true" / >

    < directMapping attributeName = "activityId" payloadAttributeName = "ACTIVITY_ID" columnName = "ACTIVITY_ID.

    columnDataType = "NUMERIC" required = "false" persisted = "true" = "java.math.BigDecimal" javaType

    keyAttribute = "false" / >

    < attributeName = "discussionDate" payloadAttributeName = "DISCUSSION_DATE" directMapping

    columnName = "DISCUSSION_DATE" columnDataType = "VARCHAR" required = "false" persisted = 'true '.

    javaType = "java.lang.String" keyAttribute = "false" / > "

    < directMapping attributeName = "userId" payloadAttributeName = "USER_ID" columnName = 'USER_ID '.

    columnDataType = "NUMERIC" required = "false" persisted = "true" = "java.math.BigDecimal" javaType

    keyAttribute = "true" / >

    < attributeName = "discussionMessage" payloadAttributeName = "DISCUSSION_MESSAGE" directMapping

    columnName = "DISCUSSION_MESSAGE" columnDataType = "VARCHAR" required = "false" persisted = 'true '.

    javaType = "java.lang.String" keyAttribute = "false" / > "

    < directMapping attributeName = "createdBy" payloadAttributeName = 'CREATED_BY' columnName = 'CREATED_BY '.

    columnDataType = "VARCHAR" required = "false" persisted = "true" = "java.lang.String" javaType

    keyAttribute = "false" / >

    < directMapping attributeName = "creationDate" payloadAttributeName = 'CREATION_DATE' columnName = 'CREATION_DATE '.

    columnDataType = "VARCHAR" required = "false" persisted = "true" = "java.lang.String" javaType

    keyAttribute = "false" / >

    < attributeName = "lastUpdatedBy" payloadAttributeName = "LAST_UPDATED_BY" directMapping

    columnName = "LAST_UPDATED_BY" columnDataType = "VARCHAR" required = "false" persisted = 'true '.

    javaType = "java.lang.String" keyAttribute = "false" / > "

    < attributeName = "lastUpdateDate" payloadAttributeName = "LAST_UPDATE_DATE" directMapping

    columnName = "LAST_UPDATE_DATE" columnDataType = "VARCHAR" required = "false" persisted = 'true '.

    javaType = "java.lang.String" keyAttribute = "false" / > "

    < directMapping attributeName = "projectId" payloadAttributeName = "Project" columnName = "project".

    columnDataType = "VARCHAR" required = "false" persisted = "true" = "java.lang.String" javaType

    keyAttribute = "false" / >

    < attributeName = "parentDiscussionId" payloadAttributeName = "PARENT_DISCUSSION_ID" directMapping

    columnName = "PARENT_DISCUSSION_ID" columnDataType = "NUMERIC" required = "false" persisted = 'true '.

    javaType = "java.math.BigDecimal" keyAttribute = "false" / > "

    < directMapping attributeName = "firstName" payloadAttributeName = "First name" columnName = "first name".

    columnDataType = "VARCHAR" required = "false" persisted = "true" = "java.lang.String" javaType

    keyAttribute = "false" / >

    < directMapping attributeName = "lastName", payloadAttributeName = "Name" columnName = "name".

    columnDataType = "VARCHAR" required = "false" persisted = "true" = "java.lang.String" javaType

    keyAttribute = "false" / >

    < attributeName = "discussionAssignment" payloadAttributeName = "DiscussionAssignment" oneToManyMapping

    referenceClassName = "teamup.mobile.model.DiscussionAssignment"

    sendAsArrayIfOnlyOneEntry = "true" >

    < foreignKeyColumnReference sourceTable = sourceColumn "DISCUSSION_ASSIGNMENT" = "DISCUSSION_ID."

    targetTable = "DISCUSSION" targetColumn = "DISCUSSION_ID" / >

    < foreignKeyColumnReference sourceTable = sourceColumn 'DISCUSSION_ASSIGNMENT' = 'USER_ID '.

    targetTable = "DISCUSSION" targetColumn = 'USER_ID' / >

    < / oneToManyMapping >

    < / attributeMappings >

    <>methods

    < findAllMethod uri = "/ projects/getdiscussion/activity/discussion / {username} / {projectId} / {TaskId} / {parentDiscId} '"

    connectionName = "MyTask" requestType = 'GET' guaranteed = "false" sendDataObjectAsPayload = "false".

    deleteLocalRows = "true" payloadElementName = "Discussion" >

    < name of the parameter = "userId" value = "#{pageFlowScope.userId}" valueProvider = "ELExpression" pathParam = "true" / > "

    < name of the parameter = value = "#{pageFlowScope.projectId"projectId"}" valueProvider = 'ELExpression' "

    pathParam = "true" / >

    < name of the parameter = "TaskId" value = "#{pageFlowScope.activityId}" valueProvider = 'ELExpression' "

    pathParam = "true" / >

    < name of the parameter = value = "#{pageFlowScope.parentDiscId"parentDiscId"}" valueProvider = 'ELExpression' "

    pathParam = "true" / >

    < / findAllMethod >

    < name findAllInParentMethod = 'debate '.

    URI = "projects, getdiscussion, activity, discussion / {username} / {projectId} / {TaskId} / {parentDiscId} '"

    connectionName = "MyTask" requestType = 'GET' guaranteed = "false".

    sendDataObjectAsPayload = "false" payloadElementName = "Discussion" >

    < name of the parameter = "userId" value = "#{pageFlowScope.userId}" valueProvider = "ELExpression" pathParam = "true" / > "

    < name of the parameter = value = "#{pageFlowScope.projectId"projectId"}" valueProvider = 'ELExpression' "

    pathParam = "true" / >

    < name of the parameter = "TaskId" value = "#{pageFlowScope.activityId}" valueProvider = 'ELExpression' "

    pathParam = "true" / >

    < name of the parameter = value = "#{pageFlowScope.parentDiscId"parentDiscId"}" valueProvider = 'ELExpression' "

    pathParam = "true" / >

    < / findAllInParentMethod >

    < createMethod uri = "/ projects/newpostdiscussion/discussion" connectionName = "MyTask" requestType = "POST".

    warranty = "false" sendDataObjectAsPayload = "true" payloadElementName = "Discussion" >

    < name headerParameter = "Content-Type" value = "application/json" / >

    < / createMethod >

    < updateMethod uri = "/ projects/putdiscussion/discussion" connectionName = "MyTask" requestType = "PUT".

    warranty = "false" sendDataObjectAsPayload = "true" payloadElementName = "Discussion" >

    < name headerParameter = "Content-Type" value = "application/json" / >

    < / updateMethod >

    < / methods >

    < / classMappingDescriptor >

    < classMappingDescriptor className = "teamup.mobile.model.DiscussionAssignment" persisted = "true" > ""

    < className = crudServiceClass "teamup.mobile.model.service.DiscussionService" autoIncrementPrimaryKey = "true" / > "

    < table name = "DISCUSSION_ASSIGNMENT" >

    < name primaryKeyColumn = "DISCUSSION_ID" / >

    < name primaryKeyColumn = "USER_ID" / >

    < /table >

    < attributeMappings >

    < directMapping attributeName = 'discussionId' payloadAttributeName = "DISCUSSION_ID" columnName = "DISCUSSION_ID."

    columnDataType = "NUMERIC" required = "true" persisted = "true" = "java.math.BigDecimal" javaType

    keyAttribute = "true" / >

    < directMapping attributeName = "userId" payloadAttributeName = "USER_ID" columnName = 'USER_ID '.

    columnDataType = "NUMERIC" required = "false" persisted = "true" = "java.math.BigDecimal" javaType

    keyAttribute = "true" / >

    < directMapping attributeName = "likedFlag" payloadAttributeName = "LIKED_FLAG" columnName = "LIKED_FLAG."

    columnDataType = "VARCHAR" required = "false" persisted = "true" = "java.lang.String" javaType

    keyAttribute = "false" / >

    < / attributeMappings >

    < methods / >

    < / classMappingDescriptor >

    < classMappingDescriptor className = "teamup.mobile.model.Search" persisted = "true" > ""

    "< crudServiceClass className ="teamup.mobile.model.service.SearchService"autoIncrementPrimaryKey ="true"localPersistenceManager =" oracle.ateam.sample.mobile.v2.persistence.manager.DBPersistenceManager "remotePersistenceManager =" oracle.ateam.sample.mobile.v2.persistence.manager.RestXMLPersistenceManager"remoteReadInBackground ="true"remoteWriteInBackground ="true"showWebServiceInvocationErrors ="true"autoQuery ="true"/ >"

    < table name = "SEARCH" >

    < name primaryKeyColumn = "ACTIVITY_ID" / >

    < /table >

    < attributeMappings >

    < directMapping attributeName = "activityId" payloadAttributeName = "ACTIVITY_ID" columnName = "ACTIVITY_ID" columnDataType = "NUMERIC" required = "true" = "true" javaType = persisted "java.math.BigDecimal" keyAttribute = "true" / > "

    < directMapping attributeName = "projectid" payloadAttributeName = "PROJECTID" columnName = "PROJECTID" columnDataType = "NUMERIC" required = "false" persisted = "true" javaType = "java.math.BigDecimal" keyAttribute = "false" / > "

    < directMapping attributeName = "activityName" payloadAttributeName = "ACTIVITY_NAME" columnName = "ACTIVITY_NAME" columnDataType = "VARCHAR" required = "false" persisted = "true" javaType = "java.lang.String" keyAttribute = "false" / > "

    < directMapping attributeName = "description" payloadAttributeName = "DESCRIPTION" columnName = "DESCRIPTION" columnDataType = "VARCHAR" required = "false" persisted = "true" javaType = "java.lang.String" keyAttribute = "false" / > "

    < directMapping attributeName = "parentActivityId" payloadAttributeName = "PARENT_ACTIVITY_ID" columnName = "PARENT_ACTIVITY_ID" columnDataType = "VARCHAR" required = "false" persisted = "true" javaType = "java.lang.String" keyAttribute = "false" / > "

    < directMapping attributeName = 'status' payloadAttributeName = 'STATUS' columnName = 'STATUS' columnDataType = "VARCHAR" required = "false" persisted = "true" javaType = "java.lang.String" keyAttribute = "false" / > "

    < directMapping attributeName = "priority" payloadAttributeName = "PRIORITY" columnName = "PRIORITY" columnDataType = "VARCHAR" required = "false" persisted = "true" javaType = "java.lang.String" keyAttribute = "false" / > "

    < directMapping attributeName = "percentageComplete" payloadAttributeName = "PERCENTAGE_COMPLETE" columnName = "PERCENTAGE_COMPLETE" columnDataType = "NUMERIC" required = "false" persisted = "true" javaType = "java.math.BigDecimal" keyAttribute = "false" / > "

    < directMapping attributeName = "startDate" payloadAttributeName = "START_DATE" columnName = "START_DATE" columnDataType = "VARCHAR" required = "false" persisted = "true" javaType = "java.lang.String" keyAttribute = "false" / > "

    < directMapping attributeName = "endDate" payloadAttributeName = "End_date" columnName = "End_date" columnDataType = "VARCHAR" required = "false" persisted = "true" javaType = "java.lang.String" keyAttribute = "false" / > "

    < directMapping attributeName = 'eta' payloadAttributeName = 'ETA' columnName = 'ETA' columnDataType = "VARCHAR" required = "false" persisted = "true" javaType = "java.lang.String" keyAttribute = "false" / > "

    < directMapping attributeName = "estimatedHours" payloadAttributeName = "ESTIMATED_HOURS" columnName = "ESTIMATED_HOURS" columnDataType = "VARCHAR" required = "false" persisted = "true" javaType = "java.lang.String" keyAttribute = "false" / > "

    < directMapping attributeName = "actualHours" payloadAttributeName = "ACTUAL_HOURS" columnName = "ACTUAL_HOURS" columnDataType = "VARCHAR" required = "false" persisted = "true" javaType = "java.lang.String" keyAttribute = "false" / > "

    < directMapping attributeName = "ownerUserId" payloadAttributeName = 'OWNER_USER_ID' columnName = 'OWNER_USER_ID' columnDataType = "NUMERIC" required = "false" persisted = "true" javaType = "java.math.BigDecimal" keyAttribute = "false" / > "

    < directMapping attributeName = "createdBy" payloadAttributeName = 'CREATED_BY' columnName = 'CREATED_BY' columnDataType = "VARCHAR" required = "false" persisted = "true" javaType = "java.lang.String" keyAttribute = "false" / > "

    < directMapping attributeName = "creationDate" payloadAttributeName = 'CREATION_DATE' columnName = 'CREATION_DATE' columnDataType = "VARCHAR" required = "false" persisted = "true" javaType = "java.lang.String" keyAttribute = "false" / > "

    < directMapping attributeName = "lastUpdatedBy" payloadAttributeName = "LAST_UPDATED_BY" columnName = "LAST_UPDATED_BY" columnDataType = "VARCHAR" required = "false" persisted = "true" javaType = "java.lang.String" keyAttribute = "false" / > "

    < directMapping attributeName = "lastUpdateDate" payloadAttributeName = "LAST_UPDATE_DATE" columnName = "LAST_UPDATE_DATE" columnDataType = "VARCHAR" required = "false" persisted = "true" javaType = "java.lang.String" keyAttribute = "false" / > "

    < directMapping attributeName = "discussionCount" payloadAttributeName = "DISCUSSION_COUNT" columnName = "DISCUSSION_COUNT" columnDataType = "NUMERIC" required = "false" persisted = "true" javaType = "java.math.BigDecimal" keyAttribute = "false" / > "

    < directMapping attributeName = "comments" payloadAttributeName = "COMMENTS" columnName = "COMMENTS" columnDataType = "VARCHAR" required = "false" persisted = "true" javaType = "java.lang.String" keyAttribute = "false" / > "

    < / attributeMappings >

    <>methods

    < findAllMethod uri = "/ projects/searchtasks/search/spot / {id} / {id1} / {id2} / {id3}" connectionName = "MyTask" requestType = 'GET' guaranteed = "false" sendDataObjectAsPayload = "false" deleteLocalRows = "true" payloadElementName = "Task" > "

    < name headerParameter = "Content-Type" value = "application/json" / >

    < name of the parameter = "id" value = "#{pageFlowScope.searchId1}" valueProvider = "ELExpression" pathParam = "true" / > "

    < name of the parameter = "id1" value = "#{pageFlowScope.searchId2}" valueProvider = "ELExpression" pathParam = "true" / > "

    < name of the parameter = "id2" value = "#{pageFlowScope.searchId3}" valueProvider = "ELExpression" pathParam = "true" / > "

    < name of the parameter = "id3" value = "#{pageFlowScope.searchId4}" valueProvider = "ELExpression" pathParam = "true" / > "

    < / findAllMethod >

    < / methods >

    < / classMappingDescriptor >

    < className = "oracle.ateam.sample.mobile.v2.persistence.service.DataSynchAction" classMappingDescriptor

    dateFormat "dd-MMM-yyyy" = >

    < table name = "DATA_SYNCH_ACTIONS" >

    < name primaryKeyColumn = "SERVICE_CLASS_NAME" / >

    < name primaryKeyColumn = "ID" / >

    < /table >

    < attributeMappings >

    < directMapping attributeName = "id" columnName = "ID" columnDataType = "NUMERIC" required = "true".

    javaType = "java.lang.Integer" keyAttribute = "true" / > "

    < directMapping attributeName = "serviceClass" columnName = "SERVICE_CLASS_NAME" columnDataType = "VARCHAR".

    required = "true" javaType = "java.lang.String" keyAttribute = "true" / > "

    < directMapping attributeName = "entityClassString" columnName = "ENTITY_CLASS_NAME" columnDataType = "VARCHAR".

    javaType="java.lang.String"/ >

    < directMapping attributeName = "entityAsJSONString" columnName = "JSON_PAYLOAD" columnDataType = "VARCHAR".

    javaType="java.lang.String"/ >

    < directMapping attributeName = "action" columnName = "ACTION" columnDataType = "VARCHAR".

    javaType="java.lang.String"/ >

    < directMapping attributeName = "dateCreated" columnName = 'DATE_CREATED' columnDataType = 'DATE '.

    javaType="java.util.Date"/ >

    < directMapping attributeName = "lastSynchAttempt" columnName = "DATE_LAST_SYNCH" columnDataType = "DATE".

    javaType="java.util.Date"/ >

    < directMapping attributeName = "lastSynchError" columnName = "LAST_SYNCH_ERROR" columnDataType = "VARCHAR".

    javaType="java.lang.String"/ >

    < directMapping attributeName = "customMethodName" columnName = "CUSTOM_METHOD_NAME" columnDataType = "VARCHAR".

    javaType="java.lang.String"/ >

    < / attributeMappings >

    < / classMappingDescriptor >

    < / mobileObjectPersistence >

    ===========================================================================================================================

    Rest Service payload

    {

    "Task": [{}

    "ACTIVITY_ID": 426.

    "PROJECTID": 3.

    "ACTIVITY_NAME': 'solve the performance issue."

    "DESCRIPTION': 'solve the performance issue."

    'PARENT_ACTIVITY_ID': null,

    "STATUS': 'IN_PROGRESS."

    'PRIORITY': null,

    'PERCENTAGE_COMPLETE': 50,.

    "START_DATE": null;

    "END_DATE": "2015-04 - 05 T 23: 55:47.000 - 04:00", ".

    'ETA': null,

    'ESTIMATED_HOURS': null,

    'ACTUAL_HOURS': null,

    'OWNER_USER_ID': 8,.

    'CREATED_BY': 'elilani ',.

    'CREATION_DATE': ' 2015-04 - 10 T 19: 13:49.000 - 04:00 ",".

    "LAST_UPDATED_BY": "elilani",

    "LAST_UPDATE_DATE": "2015-04 - 10 T 19: 13:49.000 - 04:00", ".

    'DISCUSSION_COUNT': 1,.

    "OBSERVATIONS": "poor response time during the updating of the homepage and create the task.»

    "TaskAssignment": [{}

    'ASSIGNMENT_ID': 962,.

    "PROJECT_TEAM_MEMBER_ID": 3.

    "START_DATE": null;

    "End_date": null;

    'CREATED_BY': 'elilani ',.

    'CREATION_DATE': ' 2015-04 - 10 T 19: 13:49.000 - 04:00 ",".

    "LAST_UPDATED_BY": "elilani",

    "LAST_UPDATE_DATE": "2015-04 - 10 T 19: 13:49.000 - 04:00", ".

    'FAVORITE_FLAG': null

    }, {

    'ASSIGNMENT_ID': 960,.

    "PROJECT_TEAM_MEMBER_ID": 3.

    "START_DATE": null;

    "End_date": null;

    'CREATED_BY': 'elilani ',.

    'CREATION_DATE': ' 2015-04 - 10 T 19: 13:49.000 - 04:00 ",".

    "LAST_UPDATED_BY": "elilani",

    "LAST_UPDATE_DATE": "2015-04 - 10 T 19: 13:49.000 - 04:00", ".

    'FAVORITE_FLAG': null

    }, {

    'ASSIGNMENT_ID': 961.

    'PROJECT_TEAM_MEMBER_ID': 2.

    "START_DATE": null;

    "End_date": null;

    'CREATED_BY': 'elilani ',.

    'CREATION_DATE': ' 2015-04 - 10 T 19: 13:49.000 - 04:00 ",".

    "LAST_UPDATED_BY": "elilani",

    "LAST_UPDATE_DATE": "2015-04 - 10 T 19: 13:49.000 - 04:00", ".

    'FAVORITE_FLAG': null

    } ]

    } ]

    }

    ----------------------------------------------------------------------------------------------------------------------------

    Massari,

    The data object to "Seek", you have misconfigured persistence distance Manager:

    remotePersistenceManager = "oracle.ateam.sample.mobile.v2.persistence.manager. RestXMLPersistenceManager".

    This should be

    remotePersistenceManager = "oracle.ateam.sample.mobile.v2.persistence.manager. RestJSONPersistenceManager".

    My guess is that when running the wizard, you have forgotten initially set the Content Type application/JSON and when the wizard runs the servce REST to inspect the payload, payload has been returned in XML format. Would this be possible?

    Also note that a new version of AMPA is available, see this blog post.

    Steven Davelaar,

    Oracle Mobile & Cloud A-team.

  • As I try to enter the serial number of my first sweet item that I just downloaded, the system tells me that I am not connected to the internet and I can't finalize the instrallation

    As I try to enter the serial number of my first sweet item that I just downloaded, the system tells me that I am not connected to the internet and I can't finalize the instrallation

    Please see:

    Solutions to connection errors, activation and connection with creative Cloud applications and Creative Suite

    'Please connect to the Internet to continue' error keeps popping up.

    Error: "could not connect to the server.

    I hope this helps.

    Concerning

    Megha Rawat

  • Hey, so I just bought first 13 items and I downloaded the installation file and spoke to install, but it is stuck at 2%

    I just bought first 13 items and I downloaded the installation file and spoke to install, but it is stuck at 2% on installation.

    It then comes up with the error screen but I click on details, and he said: there is no Web page, I have restarted my computer, removed other Adobe products, I don't know what to do d:

    I tried lot D:

    He's going to tell me what IS the error that I have for it either... so I can check to fix D: said that there is no Web page...

    alexas

    Thanks for the reply.

    You just solved your problem. If not all, basically everything. You need 64-bit installation files for your 64-bit computer.

    You need two installation files - for extracting .exe and .7z the program itself. These two files have 64 in the name of the file if each is to be used in a 64-bit system.

    If you have purchased serial number...

    a. you can go after the series of 64-bit installation files where you are

    or

    b. downloading 64-bit from the following location and insert your serial number purchased by them during the installation.

    http://prodesigntools.com/Photoshop-elements-13-direct-download-links-premiere.html

    Important... carefully perform the ' Note: very important "on this web site in order to avoid the access denied Message. Don't forget: you are using the trip to Adobe mentioned must be authenticated, you use the web site for the 1 (.exe) file links and file 2 (7z).

    or

    Try download from c.

    http://www.Adobe.com/downloads/other-downloads.html

    Please let us know if your observation was the key to the solution.

    Thank you.

    RTA

  • My serial for adobe first 12 items does not work, how can I do?

    Hello!

    I bought a camera canon in November and a pack of 5 lightroom and adobe first 12 items were with the camera.

    Then I have 2 serial number and when I put the serial number of the first element to get the app, it does not, the error message said that "we cannot validate serial number please contact the customer service"

    But it is the right number and I don't know what to do...

    Help please

    You may need to contact the person who sold the camera with this software to see what they can do to help.  Adobe did not, so there is no accounting at their end for what you received with your purchase.

  • How to burn a DVD in first 13 items without a theme?

    In the other elements of the Prime Minister, you could take your project and burn directly to a DVD without a theme application. I'm not find this option in 13. What Miss me?

    JimESmythe

    Thanks for the reply.

    Assuming, first 13 items is on Windows 7, 8 or 8.1 64bits.

    When you are going to publish + hand, as soon as you click on disc, you should see a pop-up message

    If you want to go forward with disc menus. Have you seen this message at all?

    I'm demo'ing it with elements of first 12/12.1 at this time. But it should be the same for version 13.

    I don't have a 13 at the moment to test on road.

    What happens when you publish + share workspace edition-Expert area / and click on the disc?

    If ever, everything you see is the customization area of movie with a theme Menu, and then click Reset, and then getting

    to publish + hand and click on disk for pop to which you answer No

    If that does not work, delete the file Adobe Premiere elements Prefs and, where appropriate, all of the record 12.0

    in which the Adobe Premiere elements Prefs file exists.

    Local disk C

    Users

    Owner

    AppData

    Roaming

    Adobe

    First Elements

    13.0

    and in the folder 13.0 is the Adobe Premiere elements Prefs file that you delete. And, if necessary, remove it.

    any record 13.0 where it exists. Don't forget to work with folder Option show hidden files, folders, and drives

    active so that you can see the full quoted path.

    Please read the above, and then we can discuss this further.

    Thank you.

    RTA

  • Nine dedicated computer using the first 13 items

    I'm in the market for a new laptop or desktop, dedicated to editing videos and photos using the first 12 items, soon to upgrade to version 13.  No plan to use the Pro version from items responds very well to my needs.  I want to be able to use all the tools that are available in the elements of the effects, etc. one day when I have some time, but right now, I do base since the time changes is a factor - lots of videos and pictures to download on my Web site and archiving all while maintaining the quality.  I use a Canon 70 d for photos and a Panasonic SC - X 920 for videos because I'm a serious amateur. The camcorder is AVCHD, but will convert it to MP4 and store a copy directly on the camera SD card if I want it.  I have read everything I can find, but you have to go and every purchase or build. I'm looking for this 'sweet spot', where the bang is greater for the male.  I'll pass on what I have to, but do not want what I never use.  Most of what I know, it's reading on certified ISV partners, but those who are for the Pro versions.  If there is certified ISV partners of items, it would be what I would.  I read the thread of years that Premiere Elements has many of the features of the Pro version, I think, so the same type of heavy transformers might be in order, especially for editing AVCHD.  I would equip a machine with an SSD for OS and applications, and at least one more massive drive of the finished product.  If another disc would work better for the entry, I would as well.  RAID 0?  Many video card thus wondered, because the Pro versions are able to use the RAM very effectively - the Elements is no version only?  Thanks in advance for you experts out there, because I have a massive headache right now trying to figure this!  Configuration, brands, etc., all suggestions welcomed.  Thank you.

    The biggest difference is that Premiere Pro will use an NVidia card for rendering GPU (see next) while the elements of P is not

    creation http://blogs.adobe.com/premiereprotraining/2011/02/CUDA-Mercury-playback-Engine-and-Adobe--pro.html

    Otherwise, for General editing, read the articles here Tweakers Page

    -is subject to Pro, but still give good information on the equipment for items (except NVidia)

  • How to reset the first 12 items general preferences?

    After using the first 10 items for some time, I now have the first 12 items on my PC, I firstly the duration for still images of 5 seconds, not the default 6.  I made a mistake when you do by changing the duration of transitional Default video by mistake, realized my error and reset that 30 images (is that correct for PAL)?  I then changed the duration of stills from 150 to 125, even if it's to show 150 when I go to General preferences.  When I import a still image in, it says 5,00 s, image active project, but when added to the project all the pictures say duration 5.01 seconds.  I have no idea what I did wrong and why 5.01 seconds seems to be the term.

    Please could someone tell me how to reset the preferences General return to the default settings, if that is impossible, that I would have all the parameters of general preference to PAL?

    Thank you very much in advance for your help.

    DSgal

    Same thing in first items 10 and 12.

    If you have a PAL project, when you open Edit Menu/preferences/general, you will see the default settings

    The video Transition default duration = 30 images

    In the PAL 25 fps project, these 30 images are equivalent to 1.20 seconds.

    Audio Transition default duration = 1.00 seconds

    In the project 25 fps PAL, second 1.00 equals 25 frames

    (samples vs audio frames is another story for another time)

    Always default Image = 150 executives

    In the PAL 25 fps project, these 150 frames are equivalent to 6.00 seconds.

    The above default values will be applied to all of the pictures that are imported AFTER that all bets are off.

    If you want to change the still Image default duration for the project of 6.00 to 5.00 seconds, BEFORE the import always replace you

    150 images to 125 frames. This gives 5.00, not 5.01 seconds.

    Examples

    6,00 second duration = 150 executives

    Duration 5.00 seconds = 125 images

    Duration 4.00 seconds = 100 images

    3.00 second duration = 75 images

    Duration 2.00 seconds = 50 images

    length of second 1.00 = 25 frames

    Yet, these settings are made BEFORE and not after import again.

    If you are in the project with your still images already on the Timeline with the still Image default duration of 150 executives (6.00 seconds) as defined in the preferences and you decide to change the duration of the still of 6.00 seconds to 5.00 seconds, then you do a right click of the alembic, select Time Stretch, and set the Time Stretch dialog to 5.00 seconds.

    Example in the Time Stretch dialog... from 00; 00; 06; 00 00; 00; 05; 00 (hours, minutes, seconds; images).

    This can be done for a timeline yet, or more than one timeline yet at the same time.

    Please consult the bulletin and review, and then let us know if you are OK with the details.

    Thank you.

    RTA

  • lost my disc for first elements 8 s/n for the software where can I find a download for pe8?

    I lost my disc for first items 8 and hd has been replaced, where can I find a download for this product have always s/n of the product can anyone help?  Thank you

    You can download the demo version of the software through the page linked below and then use your current serial number to activate it.

    Don't forget to follow the steps described in the Note: very important Instructions in the section on the pages of this site download and have cookies turned on in your browser, otherwise the download will not work correctly.

    Photoshop/Premiere Elements 8:

    http://prodesigntools.com/direct-download-links-for-Lightroom-3-and-Photoshop-elements-8.h tml

  • Playing a disc error occurred - ctrl alt del to restart

    I have a user who has experienced this message on startup with their Dimension 4550:

    Playing a disc error occurred - ctrl alt del to restart

    Here's what I did in my troubleshooting with no luck:

    1 tried various other ide ribbon cables.

    2 removed all other readers of power and the motherboard with only the first master drive active.

    3 deleted all other drives in the bios, leaving only the primary master drive.

    3 replacement motherboard.

    4 here's the kicker.  I installed XP SP2 on a new fresh (Seagate 320 GB HDD) and after installation and first start, I get the same "disc error".  What are the chances that both disks have the same problem?  Enough of the ratings if you aske me.  So there doesn't seem to be the mother othe, cable or hard disk.  What could be the problem?

    I note that now when I boot from the XP cd it goes to a black screen after the "Setup inspects the current hardware configuration.  I am able to get past this screen if I remove the hard drive and install on another drive clean.

    What the hell is happening?  I'm usually skilled enough to fix these issues, but this one left me speechless!

    Thank you

    Tom


  • Sony Handycam DCR-DVD305 Disc Error C:13:02

    I get disc error C:13:02 when you try to get the video on the disc. I can't get the drive to read in the computer, either. How can I see if there's some videos about it. It is a double-sided disc, one side work and not the other. It's very frustrating. Any suggestions?

    Hello
    Welcome to the Forums of Discussion of the user.

    Please refer to page 127 of the user manual and codes error of research by clicking on the following link:

    http://www.docs.Sony.com/release/DCRDVD105-205-305.PDF

    Try saving another disc using the camcorder and check if the camcorder works well. If you believe that there is a problem then contact the Sony Support by clicking here:

    http://eSupport.Sony.com/us/p/support-c... D305 & LOC = 3

  • 'No disc' error on the Toshiba BDX1200KY blu - ray player

    (Sorry, there seems to be no jury of blu ray player)

    I bought this drive blu - ray 3 months ago and a week ago I had a 'No Disc' error when I tried to play a DVD. The machine plays all my DVDs without problems before if is not a concern for the region. Now, he will not play one of my DVDs and they are all clean and intact. However, she still plays my blu ray discs without any problem. I bought a blu ray disc lenses cleaning hoping that would solve the problem, but it didn't. So, I bought a DVD lens cleaning disc but being a DVD itself, she also returned an error of 'no disc '.

    The problem is that this is my second machine in about 6 months. Exactly the same thing happened with my previous Toshiba BDX1200KY and the electronic shop guys couldn't get out and gave me a replacement so it is very likely that the fault is mine.

    These machines have distinct popsicles for Blu Ray and DVD? Can someone suggest a solution. I smoke and I often stop the machine. It is pointles continuing until I have it worked.

    Unfortunately, it's a computer / laptop Forum options so I m afraid there is not a lot of people who can provide you with solutions

    However, I put t think that this player is equipped with different laser lens it s a goal that must manage all disks

    My player couldn't handle all the disks because the goal was dirty. I unmount the drive to access the lens and managed to clean it with a cotton tip and a little alcohol.
    So it helped in my case

  • Windows xp update fails after reinstall OE discs error number: 0x8024400A

    Windows xp update fails after reinstall OE discs error number: 0x8024400A. Cannont even run Windows update at all.

    Hello
     
    To work on the issue, consult these links.
     

    Temporary connection related errors may occur when you use Windows Update or Microsoft Update

     
    Note: make sure that you enable the antivirus software, other security and firewall after the test programs.
     
    Caution:
    Antivirus software can help protect your computer against viruses and other security threats. In most cases, you should not disable your antivirus software. If you need to disable temporarily to install other software, you must reactivate as soon as you are finished. If you are connected to the Internet or a network, while your antivirus software is disabled, your computer is vulnerable to attacks.
     
    You can also designate a similar thread that addresses the question:

    Hope the information is useful.

  • 'Burning disc error' when you try to burn a DVD

    Original title: I get the message "disc error" when trying to burn a DVD. I have recently restored factory settings and had no problem burning DVD previously. Any suggestions to fix this?

    I have a computer laptop advent 9117.

    Hi Adam,.

    What is the full and exact error message?

    I suggest you to refer to the article and see if it helps:

    Error message when you try to burn files on a recordable disc in Windows Vista: "there was an error burning this disc."

    http://support.Microsoft.com/kb/934544

    Let us know if it helps.

Maybe you are looking for

  • How can I clear the cache of Firefox on Mac!

    I need to clear the cache, but I can't understand how do!

  • Why doen't Apple left discount watches?

    There are a lot of people of left hands that wear their watch on the right wrist. Just wondering why Apple is not left-handed watches? It would be a good investment because there are thousands of left-handed people who wear it shows on the right wris

  • THIS ONE IS EASY! with respect to the service pack updates

    Hello experts, I have a question regarding microsoft .NET framework 2.0 service pack 2 @ 185 MB I also keep microsoft .NET framework 3.0 service pack 2?   Do I need these service packs?  I want to save as much space as possible C drive; can I delete

  • color, PSC 2400 part #H100632782 graphics display is bad.

    Graphic color display port H100632782 number is bad. It is on the HP PSC 2400 photosmart all-in-one series. The display over a period of time just disappeared. The chassis number is CA02124640-0001 model 5610.  I found another number of piece that ca

  • e do not receive not the emails from a sender of some.

    Unable to receive e-mails from my brother and he gets any notification of failure.  If he responds to my e-mail address, it gets through.  I recently put him on the list of safe senders and it still does not work.  I tried to delete blocked senders l