ESS- Defining Resources.

Hi All,
When you define the Resources for ESS implementation at IMG>Personnel Management>Employee Self Service>Home Page for Employee Self Services>Resources>Define Resources path, you have something called "URL of PCD Pages" field. What is the significance of this field? Is it a mandatory requirement for ESS to work properly- because I have seen some working without a value here and "Working Time" service producing an error "Area EMPLOYEE_WORKTIME" doesnot exist.
Can someone please elaborate on this?
Thanks,
K

Hi Chakri,
Basically, the URL getting generated is not directing to Google server on internet. You need to check with Portal / basis  team to look at the URL and find which server it is hitting to getting Google page.
If this helps, pl do reward.
Thanks
Narasimha

Similar Messages

  • Linkage between ESS/MSS Resource Server -- Resource Object in ERP 2004

    Dear all,
    I have a question about settings in the backend configuration of ESS/MSS:
    In the IMG activitiy, you define Resource Servers. And then you can choose a specific server for a Resource Object. Though, when I look into an already setup ESS/MSS-solution at customer site, I cannot find that any of the resource objects in use have a specific server entered - only relative paths.
    How does this work then? How does the system know where (on which portal system) to find a specific portal page/image object that a resource object links to? Is there a 'default' resource server used?
    Your help is much appreciated!
    //Christine

    Hi Prakash
    This is the end of the dev_jrfc.trc from the abap/j2ee webdynpro server:
    Error file opened at 20050608 101523 British Summer Time Rel 6.40
    Error> occured  >Wed Jun 08 10:15:23,406<    >RfcGetException rc (7) message: The system is unable to interpret the SSO ticket received
    <RfcGetException
    Error> occured  >Wed Jun 08 10:17:28,544<    >RfcGetException rc (7) message: The system is unable to interpret the SSO ticket received
    <RfcGetException
    The portal dev_jrfc.trc does not report any errors.
    Other information I should have mentioned: EP uses LDAP for user directory, the ABAP system uses its own user management, the J2EE on the ABAP server uses its own user management.  The user I am testing with is the same name in all 3 systems and has full admin permissions in each.
    Thanks, Fergus

  • Oracle R12 Eam - Define Resource USAGE AND ASSIGNED UNITS

    Hi
    Can anyone define
    what is the difference between usage and assigned units in oracle r12 eam defining resource operation

    You're wrong - you may not think it changes the line, but it does by virtue of the fact it's pointing to half the value it was before. Good luck - I'll pass on trying to help you. I'm sure it's an easy fix.

  • Problem about user-defined resource in RAC

    i do what doc says ,to create user-defined resource ,
    [oracle@rac1 ~]$ crs_profile -create network1 -t application -a /opt/ora/product/10.2.0/crs_1/bin/usrvip -o oi=eth0,ov=192.168.40.221,on=255.255.255.0
    [oracle@rac1 ~]$ crs_register network1
    [root@rac1 bin]# ./crs_setperm network1 -o root
    [root@rac1 bin]# ./crs_setperm network1 -u user:oracle:r-x
    [oracle@rac1 ~]$ crs_start network1
    Attempting to start `network1` on member `rac2`
    Start of `network1` on member `rac2` succeeded.
    $ crs_profile -create chk_slp -t application -B /opt/action_chkslp -d "test for crs" -r
    network1 -l application2 -a /opt/chkslp.scr -o ci=5,ft=2,fi=12,ra=2
    the command do not create /opt/chkslp.scr file ,so when i run crs_register chk_slp ,it will fail
    [oracle@rac1 admin]$ crs_register chk_slp
    Action Script `/opt/chkslp.scr` does not exist!
    CRS-0213: Could not register resource 'chk_slp'.
    i do not know why,anyone can help

    Hi Jigar,
    when you have selected a project and a subproject your first screen
    will be the personal menu of the LSMW. You will find here a step-by-step-wizard
    which you have to execute in sequence. If a step is executed the cursor is automatically positioned on the next step.
    Choose 'Maintain field mapping and conversion rules'.
    If the mapping is displayed set the cursor on the field you want to edit.
    Press the button 'Rule' on the button bar above the mapping.
    You will get a Popup where you can select 'User-defined routine (reusable)' (that is the last radio button).
    Regards,
    Ralf
    > But how to map input parameter  of sub routine with
    > source field.

  • Defining resource allocation

    Standard use of the tool would be when it's not clear exactly who is going to be doing a piece of work, use a role allocation - when it IS clear, use the specific resource.
    Is there any way of defining resource allocations a little further to say - 'we think it's going to be Jim, but it's not been agreed yet'
    Resource managers will be using the Web interface for P6 release 6.1 - which AFAIK is not customisable in terms of adding colums to the resource views that are avaialble, so we can't create a user defined code there.
    the problem is quite simple - people not following process and going over resource manager's heads to source their own resource. Presumably we could turn off the ability to assign resources to activiites, but i'd be interested in other options / suggestions, however simple or clever.
    David

    glad i could help. just to be on the safe side.. look up resource security in the application help (desktop/ web clients) for details. quite different from user security profiles for global & project data.
    basicly, resource security restricts user access to a resource node (such as a dept, team, etc) and all resources (individuals) underneath for direct assignment. it is off by default for new users. if you so choose, by activating it (the checkbox) for any/all users without assigning them access to any resource node, they can no longer assign resources onto their project activities (just roles).
    if user discipline is a serious issue, you may want to re-check global profiles and deny certain privileges on global data as well.
    best of luck
    btw, you should really consider upgrading at least to P6v7. i remember even 6.2.1 had a few nice new features and bugs fixed compared to 6.1. not to mention P6v7 (with or without SP1 or 2). as you probably know current version is now 8.1. this is even more relevant for you as web-based collaboration features have picked up pace after 6.1 and you seem to need and use them.
    Edited by: Tibi on Jun 2, 2011 6:13 PM

  • User defined resource on cluster 11gr2

    Hi,
    i do not find the maximum user defined resource allowed ona 11.2.0.3. clusterware
    i will probably need to create 100 user defined resource, but don't know if this could be possible...
    does any one coul'd help me ?
    Thanks

    Sebastian Solbach (DBA Community) wrote:
    Hi,
    the only restriction I am aware of, is that a database can only have 115 services (which will be a resource each).
    However you can have multiple databases.You can have 150 services now!orcl> begin for i in 1..200 loop
      2  dbms_service.create_service('s'||i,'s'||i);
      3  end loop;
      4  end;
      5  /
    begin for i in 1..200 loop
    ERROR at line 1:
    ORA-44310: maximum number of services exceeded
    ORA-06512: at "SYS.DBMS_SERVICE", line 464
    ORA-06512: at "SYS.DBMS_SERVICE", line 229
    ORA-06512: at line 2
    orcl> select count(*) from dba_services;
      COUNT(*)
           150
    orcl> select * from v$version;
    BANNER
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0
    PL/SQL Release 11.2.0.3.0 - Production
    CORE    11.2.0.3.0      Production
    TNS for 32-bit Windows: Version 11.2.0.3.0 - Production
    NLSRTL Version 11.2.0.3.0 - Production
    orcl>--
    John Watson
    http://skillbuilders.com

  • ESS - Define Rules

    Hi everyone,
    In the "Define Rule for Object Selection" via SPRO we have created
    a custom rule Z_ESS_LEA_RULE5 which is based on the evaluation path
    O-S-P. This brings back a list of employees for a particular Org. Unit.
    This is working perfectly. However, I now need to add some extra functionality
    to the list of employees that it is selecting.
    i.e. just need to bring back people that have a certain SAP role allocated to them.
    Can anyone tell me if this can be done? Where does the ABAP get called??
    I can't to see anywhere any ABAP code anywhere where I could make a custom copy
    and add some new code.
    Any help would be much appreciated.
    Andy

    Hi mate, thanks for replying again.
    I am very new to all this ESS stuff !!!!
    Can you tell me what the standard FM's are called ??   I presume they start with HRWPC?????
    We have a new custom rule using the evaualtion path O-S-P. I need to change the ABAP behind
    whatever the rule is calling but I don't know where to look?? That is my biggest problem
    Thanks again for replying, much appreciated
    Andy

  • Define resource for Anonymous user in OES

    Hi all,,
    I am using wls-ssm.
    By default, OES protect all resources from our application.
    how to define some resources for anonymous user?
    With Regards,
    WP

    You can either define an OES policy to GRANT allusers group which includes anonymous or you can look at deploying this custom authenticator which will exclude WLS resources that typically rely on anonymous user:
    https://oes-sspi-providers.samplecode.oracle.com/

  • Oracle HA Setup - how to define resource dependency !

    - I have one resource group :
    oracle-rg- I created three resource in this resource group:
    oracle-ha-rs ( type SUNW.HAStoragePlus)
    oracle-listener-1 ( type SUNW.oracle_listener )
    oracle-server-1 ( type SUNW.oracle_server )Now how do I define dependency between the resources? or a specific sequest when switching?
    I am asking this because everything are working okay(except shutdown). When I switch, Oracle comes up on failover Node and vice-versa.
    But during switch the oracle-ha-rs resource goes offline first, and then the resource oracle-server-1 and oracle-listener-1
    Since the filesystem is unmounted FIRST it crash the oracle instance(oracle shutdown cmds are fired .
    Question: I want to sequence it as follows during switching how do I do this?
    Current Node:
    - oracle-server-1 : Stop Oracle server
    - oracle-listener-1 : stop listener
    - oracle-ha-rs : Unmount filesystem
    Failover Node:
    - oracle-ha-rs : Mount filesystem
    - oracle-server-1 : Start Oracle server
    - oracle-listener-1 : Start listener
    Sun Log
    Jul 22 17:59:50 SC[SUNWscor.oracle_server.monitor_stop]:oracle-rg:oracle-server-1: Stopping fault monitor using pmfadm tag ORASERV_MON_oracle-server-1
    Jul 22 17:59:51 SC[SUNWscor.oracle_server.stop]:oracle-rg:oracle-server-1: Using method 'run_setuid_prog' to execute shutdown commands
    Jul 22 17:59:51 SC[SUNWscor.oracle_server.stop]:oracle-rg:oracle-server-1: Stopping oracle server using shutdown immediate
    Shutting down Oracle instance: ORAHA  : /u01/binary/oracle/product/10.2.0/db_1.
    SQL*Plus: Release 10.2.0.1.0 - Production on Wed Jul 22 17:59:51 2009
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    Connected.
    SQL> ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Solaris-AMD64 Error: 2: No such file or directory
    SQL> Disconnected
    Executing command: /opt/SUNWscor/oracle_server/bin/oracle_server_manage shutdown immediate
    Jul 22 17:59:56 SC[SUNWscor.oracle_server.stop]:oracle-rg:oracle-server-1: Server stopped successfully.Oracle Log
    Wed Jul 22 12:46:50 2009
    Completed: ALTER DATABASE OPEN
    Wed Jul 22 17:59:53 2009
    Errors in file /u01/binary/oracle/product/10.2.0/db_1/rdbms/log/oraha_ckpt_16333.trc:
    ORA-00206: error in writing (block 3, # blocks 1) of control file
    ORA-00202: control file: '/global/u01/oradata/ora_control2'
    ORA-27063: number of bytes read/written is incorrect
    Solaris-AMD64 Error: 5: I/O error
    Additional information: -1
    Additional information: 16384
    ORA-00206: error in writing (block 3, # blocks 1) of control file
    ORA-00202: control file: '/global/u01/oradata/ora_control1'
    ORA-27063: number of bytes read/written is incorrect
    Solaris-AMD64 Error: 5: I/O error
    Additional information: -1
    Additional information: 16384
    Wed Jul 22 17:59:53 2009
    Errors in file /u01/binary/oracle/product/10.2.0/db_1/rdbms/log/oraha_ckpt_16333.trc:
    ORA-00221: error on write to control file
    ORA-00206: error in writing (block 3, # blocks 1) of control file
    ORA-00202: control file: '/global/u01/oradata/ora_control2'
    ORA-27063: number of bytes read/written is incorrect
    Solaris-AMD64 Error: 5: I/O error
    Additional information: -1
    Additional information: 16384
    ORA-00206: error in writing (block 3, # blocks 1) of control file
    ORA-00202: control file: '/global/u01/oradata/ora_control1'
    ORA-27063: number of bytes read/written is incorrect
    Solaris-AMD64 Error: 5: I/O error

    E.g. using this:
    # clresource create -g resource-group \
    -t SUNW.oracle_listener \
    -p LISTENER_NAME=listener \
    -p ORACLE_HOME=Oracle-home \
    -p resource_dependencies=storageplus-resource resource
    Copied from the docs at http://docs.sun.com/app/docs/doc/820-3041/chdiggib "Sun Cluster for Data Service Oracle Guide"
    Regards
    Hartmut

  • Application-defined resources for MDBs

    Hi,
    I have a question regading JNDI conflics and such..
    This is my interpretation: most application servers uses a server specific deployment descriptor (or annotation) element that maps the logical JNDI name as used by the module (EJB,WAR) to the deployment environment JNDI name. This descriptor is defined and packaged in the module, not in the application (EAR).
    Let's assume I have packaged and tested a set of modules which will be exposed as reusable modules from (for example) a maven repository. I pick appropriate modules to be assembled in applications. I have a hard time understanding how modules containing MDBs can be packaged in multiple applications (deployed in the same server) and still avoid "deployment environment jndi name" conflicts.
    Servlet context can be bound using application.xml. Deployment environment JNDI names for SLSBs can be generated depending on what application it was deployed in (JBoss works this way?). I think persitence.xml can be packaged in the application and modules can use logical names to reference "application-defined" datasources? All of these approches avoid conflicts by binding the logical name when assembling the application, not when assembling the module.
    But, for MDBs i have not found any similar way of "lately" bind the logical name of a queue to the deployment environment JNDI name?
    Cheers,
    -Kristoffer

    Hi Kristoffer,
    In the Java EE SDK, the jndi name of the global queue resource from which the mdb should consume is assigned via our sun-ejb-jar.xml file. Most vendors use this approach of having a separate .xml file to map logical component dependencies to server-specific resources. Of course, it's also possible for the vendor to provide a default mapping in some cases. E.g., if there is no sun-ejb-jar.xml we assign the ejb a default global JNDI name equal to its fully-qualified 2.x Home or 3.0 Business interface.
    --ken                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • EHP4 ESS Career and Job

    Hi Gurus,
    We have installed EHP4 but are not sure as to how the "Career and Job" in ESS in the Portal should look like. ie what it contains.
    We are confused between the EHP3 and 4 mix. We have tried to make sense of this via the Home Page Framework but that all seems to be a bit of a mess now with the new EHP4 objects.
    If someone could provide us with some clarity it would be very much appreciated.
    Kind regards,
    Garth

    Hi,
    You use SAP e-Recruiting 3.00 with Support Package 1, or higher.
    Before you can use the e-Recruiting applications, you have to make the following settings in the Implementation Guide (IMG):
           1.      Specify the server on which SAP e-Recruiting is installed. To do so, choose the following IMG path: Cross-Application Components u2192 Homepage Framework u2192 Resources u2192 Define Server for Resources. Enter the server name and the port of your e-Recruiting system.
           2.      Assign the server to all e-recruiting resources and add the URL parameters stored. To do so, choose the following IMG path: Cross-Application Components u2192 Homepage Framework u2192 Resources u2192 Define Resources.
    Enter the e-recruiting server for the following resources. Add the relevant URL parameters by replacing in the BSP client the 000 client with the client of your e-recruiting system.
    ¡        EMPLOYEE_CANDIDATE_APPLICATIONS_SERVICE
    ¡        EMPLOYEE_CANDIDATE_DATA_OVERVIEW
    ¡        EMPLOYEE_CANDIDATE_DIRECT_APPL_SERVICE
    ¡        EMPLOYEE_CANDIDATE_FAVORITES_SERVICE
    ¡        EMPLOYEE_CANDIDATE_PERSONAL_SETTINGS
    ¡        EMPLOYEE_CANDIDATE_PROFILE_RELEASE
    ¡        EMPLOYEE_CANDIDATE_PROFILE_SERVICE
    ¡        EMPLOYEE_CANDIDATE_SEARCH_JOBS_SERVICE.
    The support component for E-Recruiting Applications is PA-ER.

  • Changing ESS and MSS Pictogram

    I am trying to changing the standard icons that came with ESS and MSS business package with custom icons.
    I have places my custom icons - using SE80 and going to MIME repository and saved it there.
    But when I go to SPRO and go for the Homepage Framework - they do not show up in the list?
    Please advice.

    You need to assign this your resource
    SPRO   > Cross Application Component   > Homepage Framework   > Define
    Resources   > New Entries
    SPRO   > Cross Application Component   > Homepage Framework   > Areas
    > Define Areas
    refer the steps here
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/b0e3a488-cdc2-2b10-209b-e01a0ed934b4?quicklink=index&overridelayout=true

  • Pictograms for Self-Service (MSS/ESS)

    Hi Carmen,
    First Question: How upload this Pictograms in the t.code SE80?
    Right click on Pictograms folder > Import MIME Objects
    Take in count you're using by this way a standard folder.
    To use a custom folder, for ESS i suggest you ask for your Basis guy to generate another location in your server, then save your custom pictograms there. After that, create a resource that refers to the image, using 'Server for Resources' by this way;
    Define:
    1) a server for resources in SPRO > Personnel Mgmt > ESS > General Settings > Homepage for Self-Services > Resources > Define Server for Resources
    2) a resource in SPRO > Personnel Mgmt > ESS > General Settings > Homepage for Self-Services > Resources > Define Resources, that refers to a image and use the new server defined; use the URL of Resource Object field with relative reference (e.g. /new_portrait.gif), and complete the server field with the server created before (can be a local server)
    3) a resource that represents a page area, that use the resource as picture
    For MSS you can do the same, by associating the customizing from the MSS area group page.
    Second Question:
    For the Pictograms in the MSS , Where Are stored, How can upload this Pictograms?
    In the same route that ESS, which depends on your installation folder; check with your Basis guy
    For MSS, since ERP2005 versions, the pictogram is obtained from 'Pictogram...' property of Portal objects, but you can blank this property and use the ERP customizing to set your own custom images, handling as described in point 1.
    Regards

    Hi Sergio.
    We are using ECC 6.04, BP 1.41 for ESS and MSS.
    I checked the property Workset Map Pictogram for the following Image:
    [Image |http://www.freeimagehosting.net/uploads/fa5e7b7e0a.jpg]
    And this have the property Workset Map Pictogram in blank for the Workset Team of the Image of Above.
    You says:
    "You can blank this property and use the ERP customizing to set your own custom images, handling as described in point 1."
    Configure Homepages and Area Pages => Areas=>Define Areas
    [Area|http://www.freeimagehosting.net/uploads/fbf291613f.jpg]
    Where is related the Pictogram for the Workset Team of the Image of Above in the ERP Customizing?
    Thank in advance for your help.
    Best Regards.
    ===============
    Hola Sergio.
    Nosotros estamos usando ECC 6.04, BP 1.41 for ESS and MSS.
    Yo verifique en el sistema la propiedad Workset Map Pictogram como se detalla en la siguiente Imagen:
    [Image |http://www.freeimagehosting.net/uploads/fa5e7b7e0a.jpg]
    Lo que veo es que la propiedad Workset Map Pictogram esta en Blanco para el Workset Team(Equipo) en el portal, sin embargo el pictograma es mostrado.
    Tu dices lo siguiente:
    "You can blank this property and use the ERP customizing to set your own custom images, handling as described in point 1."
    Yo entre en el SPRO a la siguiente ruta y busque las Paginas de Area y lo que encontre fue lo siguiente:
    Configure Homepages and Area Pages => Areas=>Define Areas
    [Area|http://www.freeimagehosting.net/uploads/fbf291613f.jpg]
    Yo quiero saber como se relaciona el Pictograma para el Workset Team de la Imagen que esta arriba en  la parametizacion y poder colocarle un Pictograma diferente por ejemplo al Workset Team, sabiendo que esta propiedad en el portal esta en Blanco?
    Saludos Cordiales
    Carmen-

  • How  to implement "my appraisals" service in ESS ?

    hi,
    i am configuring ESS in EP 6.0. My back end system is MySAP ERP. i wanted to implement "My Appraisals" service in ESS but i dont see any iview for it . Can anyone tell me how to implement it in ESS?
    regards,
    aditi

    Hi Aditi
    if u dont' found ZEMPLOYEE_CAREER_MBO  (customer specific)
    crate ur own by following
    spro ->IMG ->cross-application components ->Homepage Framework-> resources ->define resources ->define resources (add entry)
    click on new entry
    specifi the following
    resource key -
    >ZEMPLOYEE_CAREER_MBO
    description -
    >Appraisals In Process
    object name----->hap_document/documents_todo.htm
    url of pcd page-->pcd:portal_content/com.sap.pct/every_user/com.sap.pct.ess.employee/com.sap.pct.ess.roles/com.sap.pct.ess.employee_self_service/com.sap.pct.ess.employee_self_service/com.sap.pct.ess.area_career_job/com.sap.pct.ess.bsp_career_job
    save ur entry. release the request.
    now create the service.
    spro ->IMG ->cross-application components ->Homepage Framework-> services->define services->define services(add entry)
    click on new entry specifie following
    service key -->EMPLOYEE_CAREER_APPRAISALS
    service link text-->Appraisals
    service type--->service build with BSP
    link resource--->ZEMPLOYEE_CAREER_MBO
    save ur entry.
    now click on assign services to subarea->Assign Services to Subareas (Find Entries)
    create new entry.
    subarea key---->EMPLOYEE_CAREER_SUBAPPRAISALS
    service key short---->EMPLOYEE_CAREER_APPRAISALS
    position--->1
    if u have any query revert back
    regards,
    kaushal

  • E-Recruiting(E-RC) vs Employee Self-Service(ESS)

    Dear Experts,
    I have the following doubt:
    We are implementing ESS with BP 1.41 and E-RC 1.41. The appplications of E-RC are working with WD ABAP, but the services of Career and Job ie. Favorites call applications BSP.
    Business Package for Recruiter 1.41  and  Business Package for Recruiting Administrator 1.41.
    In the standard business package of ESS the following services is available for E-Recruiting
    · Candidate Profile
    · Data Overview
    · Profile Release
    · Apply directly
    · Search for jobs
    · Favorites
    · Applications
    · Personal settings
    The pre-reqs of the E-recruitment applications like Favourites
    are as follows -->
    You use SAP e-Recruiting 3.00 with Support Package 1, or higher.
    Before you can use the e-Recruiting applications, you have to make the
    following settings in the Implementation Guide (IMG):
    -> Specify the server on which SAP e-Recruiting is installed. To do so,
    choose the
    following IMG path: Cross-Application Components ? Homepage Framework ?
    Resources ? Define Server for Resources. Enter the server name and the
    port of your e-Recruiting system.
    -> Assign the server to all e-recruiting resources and add the URL
    parameters stored. To do so, choose the following IMG path:
    Cross-Application Components-> HomepageFramework -> Resources ->
    Define Resources.
    Enter the e-recruiting server for the following resources. Add the
    relevant URL parameters by replacing in the BSP client the 000 client
    with the client of your erecruiting system.
    EMPLOYEE_CANDIDATE_APPLICATIONS_SERVICE
    EMPLOYEE_CANDIDATE_DATA_OVERVIEW
    EMPLOYEE_CANDIDATE_DIRECT_APPL_SERVICE
    EMPLOYEE_CANDIDATE_FAVORITES_SERVICE
    EMPLOYEE_CANDIDATE_PERSONAL_SETTINGS
    EMPLOYEE_CANDIDATE_PROFILE_RELEASE
    EMPLOYEE_CANDIDATE_PROFILE_SERVICE
    EMPLOYEE_CANDIDATE_SEARCH_JOBS_SERVICE.
    I want know Why SAP call this applications with BSP  if ESS and E-RC work with WD ABAP?
    Thank in advance for your help.
    Best Regards.

    Hi Roman.
    Please You can help me with this doubt:
    The following  applications that are in the Area Page of Career and Job for ESS:
    Candidate Profile
    · Data Overview
    · Profile Release
    · Apply directly
    · Search for jobs
    · Favorites
    · Applications
    · Personal settings
    Also are delivered by SAP for work with  WD ABAP or only are build with BSP of form Standard?
    Best Regards
    Carmen

Maybe you are looking for

  • I want to capture from my Panasonic HVX200 into Final Cut!

    ...specifically, I want to be able to man my HVX200, which is connected to the publishing station via firewire, and capture it into FinalCut real-time creating a new file every time I start and stop recording. I'm not having any problems capturing in

  • Music not purchased from iTunes will not play on iPhone after iOS5 update

    Music that I have purchased from iTunes syncs perfectly to the iPhone (3GS) but the music from my library that was not purchased from iTunes (burned from a CD) will show up in the iPhone music list but does not have any artwork nor will it play that

  • Error installing Oracle 92021 on Windows 2003 Std 64x

    Bit of an Oracle newb here, so someone set me strait... I need to install a test instance of Oracle 92x, and I want to install it on my Windows Server 2003 R2 x64 system (AMD Athlon 64 X2 4400+, 4GB RAM, if it matters). I downloaded the Windows 2003

  • How to email Report Discoverer 4.1.44

    Hi, I am using Discoverer Desktop 4.1.44 and I need to send the scheduled report to users via email. Is there a way that I can do this? How? Thanks in advance for your help!!!

  • Problems saving survey values

    Hello, I have problems with surveys. I want modify the values of a survey from a customer program. If the survey has been saved on-line before from the corresponding transaction, I have no problem. But If it hasn't been saved, I can't do the changes.