ECM/OCM PROBLEM

HI FRIENDS,
IN TRANSACTION <b>CC01</b> WHEN WE GO TO OBJECT TYPE USING <b>'WITH RELEASE KEY'</b>, WE FIND CHECK BOXES IN FRONT OF BOM, ROUTING, REFERENCE OPERATION SET ETC.
NOW MY QUESTION IS WHY THERE R NO CHECK BOXES IN FRONT OF MATERIAL. DOES IT MEAN WE CAN NOT CHANGE MATERIAL WITH RELEASE KEY. IF NO.......... WHY?????? PLEASE EXPLAIN....
AGAIN WHEN WE GO TO <b>CR02</b> THERE IS NO FACILITY OF ENTERING CHANGE NO. ALSO WORK CENTER IS NOT THERE IN OBJECT TYPE LIST IN ECM. DOES IT MEAN WE CAN NOT CHANGE W/C WITH CHANGE NO????????WHY????????????

In CC01,
Wherever you donot have the check box, it is ment to be active.
For the materiail we have a different feature called change -->schedule, i.e. means with out chnage master also we can effect the chnage in the future?
Is it available for BOM?
Material number is general, even when you donot impliment ECM should be in the position to get the desaired data.
When we have BOm/Routing i.e.means we have full data for ECM.
In case of materail the advantage is we can get all data except that if you activate ECM, you can restict the chnage by release key.
In os27, even when you switch off ECM for BOM, in CS01 you cannot see change number field, but in MM01 it is available?
Hence for some objects it is alredy active.
your second questionn is Work centre
In  case of work centre, changes are captured in a different way in IMG.
In OP40- change doc activation is there.
Chan ges which will affect the dependent object is the work center caoacity which are controlled by dates....hence may be the case.
This is purely my anlysis.

Similar Messages

  • OCM problem

    Hi,
    today I faced strange problem with OCM(Oracle conneciton Manager)
    I installed OCM on separete server and I used to manage connection to my databases, however the server crash and we have to reboot that server and start the OCM again, but the OCM didnt register all my database,and on the service section it doenst show any database or service name except the OCM default services, so I have to rebounce all my databases to get them connect with OCM and user can start using it, and it works fine later, but this is not acceptable for me if it happened during the day.
    Is there any other way to register database with OCM without rebounce the databases itself?
    i tried to change the dispatcher value, maybe if i wake it up, it will register with OCM but no hope.
    please advice?
    OCM is on 10.2
    OS is linux.
    thanks.

    In CC01,
    Wherever you donot have the check box, it is ment to be active.
    For the materiail we have a different feature called change -->schedule, i.e. means with out chnage master also we can effect the chnage in the future?
    Is it available for BOM?
    Material number is general, even when you donot impliment ECM should be in the position to get the desaired data.
    When we have BOm/Routing i.e.means we have full data for ECM.
    In case of materail the advantage is we can get all data except that if you activate ECM, you can restict the chnage by release key.
    In os27, even when you switch off ECM for BOM, in CS01 you cannot see change number field, but in MM01 it is available?
    Hence for some objects it is alredy active.
    your second questionn is Work centre
    In  case of work centre, changes are captured in a different way in IMG.
    In OP40- change doc activation is there.
    Chan ges which will affect the dependent object is the work center caoacity which are controlled by dates....hence may be the case.
    This is purely my anlysis.

  • ECM BADI Problem

    Can anyone supply some custom code that they use in the HRECM00_ACTIVATION-ACTIVATE_PROCESS method to update infotypes? I've been getting the following errors when trying to create an infotype 0000 record in the badi:
    The exception 'CX_HRPA_VIOLATED_PRECONDITION' was raised but was not caught at any stage in the call hierarchy.

    Hello UWE,
    Here is the code in my ACTIVATE_PROCESS method. There is no error checking yet as I was just beginning with an attempt to create a new infotype 0000 Action record and was getting those exceptions. Any help would be appreciated.
    method if_ex_hrecm00_activation~activate_process .
      constants:
        c_abkrs_u1         type abkrs   value 'U1',
        c_abkrs_u2         type abkrs   value 'U2',
        c_abkrs_u3         type abkrs   value 'U3',
        c_abkrs_u4         type abkrs   value 'U4',
        c_massn_z4         type massn   value 'Z4',  "Change in Pay
        c_massg_10         type massg   value '10',  "Merit/Equity
        c_endda_1231       type datum   value '99991231',
        c_actio_ins        type actio   value 'INS',  "Create
        c_citem_us(2)      type c       value 'US',
        c_citem_uq(2)      type c       value 'UQ',
        c_infotype_0000(4) type c      value '0000',
        c_is_ok            type boole_d value 'X',
        c_is_not_ok        type boole_d value ' '.
      data: p0000 type standard table of p0000.
      data:
        w_rec_it0000      type p0000,
        w_rec_it0001      type p0001,   "Infotype 0001 (Org. Assignment)
        w_rec_t549a       type t549a,   "Payroll areas
        w_rec_t549q       type t549q,   "Payroll Periods
        w_is_ok           type boole_d,
        w_return          type bapireturn1,
        w_infty_key       type bapipakey,
        w_message_handler type ref to cl_hrpa_message_list.
    set is_ok export parameter to true to start with
      is_ok = c_is_ok.
    For each IT0759 record with a value of USnn or UQnn (where 'nn' =
    last two digits of the current plan year) in field IT0759-CITEM
      if p0759-citem(2) eq c_citem_us or
         p0759-citem(2) eq c_citem_uq.
    Look up the employees current Payroll Area from IT0001-ABKRS
        call function 'HR_ECM_GET_IT0001'
          exporting
            pernr           = p0759-pernr
            key_date        = sy-datum
            message_handler = message_handler
          importing
            p0001           = w_rec_it0001
            is_ok           = w_is_ok.
    If the payroll area is equal to U1, U2, U3 or U4 then:
        if ( w_rec_it0001-abkrs eq c_abkrs_u1 or
             w_rec_it0001-abkrs eq c_abkrs_u2 or
             w_rec_it0001-abkrs eq c_abkrs_u3 or
             w_rec_it0001-abkrs eq c_abkrs_u4 ).
    Use the payroll area to look up the Period Parameter from V_T549A field PERMO
          clear w_rec_t549a.
          select single permo from t549a
            into w_rec_t549a-permo
            where abkrs eq w_rec_it0001-abkrs.
    Select the Payroll Period whose start date (BEGDA) is immediately
    after the effective date on IT0759-EFFDT
          clear w_rec_t549q.
          select single * from t549q
            into w_rec_t549q
            where permo eq w_rec_t549a-permo
              and pabrj eq p0759-begda(4)
              and begda ge p0759-begda.
          CALL FUNCTION 'HR_READ_INFOTYPE'
            EXPORTING
              pernr           = p0759-pernr
              infty           = c_infotype_0000
              endda           = c_endda_1231
            TABLES
              infty_tab       = p0000
            EXCEPTIONS
              infty_not_found = 1
              OTHERS          = 2.
        sort descending to put the latest record first
          sort p0000 descending.
        read the first record into the IT0000 record structure
          read table p0000 into w_rec_it0000 index 1.
    Initial Field - the system will populate
          clear: w_rec_it0000-aedtm,
                 w_rec_it0000-uname.
          w_rec_it0000-begda = w_rec_t549q-begda.
          w_rec_it0000-massn = c_massn_z4.
          w_rec_it0000-massg = c_massg_10.
    This will lock employee for update
          CALL FUNCTION 'BAPI_EMPLOYEE_ENQUEUE'
            EXPORTING
              number = p0759-pernr
            IMPORTING
              return = w_return.
          call function 'HR_INFOTYPE_OPERATION'
            exporting
              infty         = c_infotype_0000
              number        = p0759-pernr
              validityend   = c_endda_1231
              validitybegin = w_rec_t549q-begda
              record        = w_rec_it0000
              operation     = c_actio_ins
            importing
              return        = w_return
              key           = w_infty_key.
    This will unlock employee record
          call function 'BAPI_EMPLOYEE_DEQUEUE'
            exporting
              number = p0759-pernr
            importing
              return = w_return.
        endif.
      endif.
    endmethod.
    Steve

  • ECM changes for Phanthom assembly

    Hi Gurus,
    I want to change the BOM - Item qty which is in Phanthom assembly, in CO02 - Production order.
    Please guide me to do this, the same should be updated in my Production order also.
    Regards
    Chandru

    Dear Chandrasekaran,
    ECM - can be used for the creation & modifications for a BOM.
    OCM is used for Change management in Production orders.
    But to work with ECM & OCM,the necessary configuration settings has to be done first.
    Check this,
    Engineering change management (ECM) allows you to change various master data in a coordinated manner when they have to be
    changed together within a change process. Future procurement elements can thus be created directly with a changed product
    structure.
    Order change management (change management for production orders), in short OCM, expands this function. It is possible to
    include existing procurement elements (production orders, planned orders, purchase orders) that are also affected by a change, in the
    change process. The change process begins when a sales order or master data is changed. You can also adapt production orders on
    which work has already been done to the changed product structure.
    Regards
    Mangalraj.S

  • HI, about tables used in plm

    can any body give me the tables used in sap-plm and the flow of plm.

    Hi,
    PLM is very huge module in itself, so there no such pre-defined flow in PLM,
    yes it is available in CFolders & for CProjects but not for complete PLM,
    As PLM involves Material Master, BOM, DMS, ECM/OCM, CAD Integration all these can even be linked to CFolders & CProjects depending on demand of scenarios or requirements.
    <u>Flow can be Like</u>
    Creation of Material Master
    MM01/MM02
    > Create/Change of BOM <b>CS01/CS02</b>>Assignment to Classifications (Charaterstics/Class) CL02/CT04 depending on requirements again-> Create/Change DIR (Document Information Records) <b>CV01N/CV02N</b>> CV04N ---> CAD Integration, ECM Cycle can be included for Revisioning/Versioning of these Objects (MM,BOM DIR etc)
    i.e. Create/Change ECR/ECO,
    CC31/CC32 or CC01/CC02--> assignment of relevant objects (MM,BOM,DIR etc) as per requirments again.
    Linking these scenarios with CFolders & CProjects
    Process Flow in Cprojects
    The project leader creates a project (see Creating a Project Definition).
    2. The project leader structures the project by creating phases, checklists with checklist items, and tasks (see Creating a Project).
    3. The project leader includes a subproject (see Work with Subprojects).
    4. The project leader plans links to business objects (for example, materials, purchase order items, inspection plans, work breakdown structures, networks, and so on). (See Creating an Object Link).
    5. The project leader carries out scheduling (see Scheduling).
    6. The project leader carries out resource planning (see Project Resource Planning).
    7. The project leader starts the calculation of costs and revenues for resources in the connected SAP R/3 system from within cProjects.
    8. The system calculates the costs and revenues for resources. This calculation is saved in cProjects and can be displayed there.
    9. cProjects makes the project known in SAP R/3 CO.
    10. The system generates an internal order as a cost collector for the project.
    Once this step has been completed, costing is deleted in cProjects and the data is saved with the cost collector.
    11. The project leader creates a snapshot to document the current status of the project (see Creation of Simulations and Snapshots).
    12. A project participant creates a control plan for the project (see Creating and Opening a Control Plan).
    13. A project participant creates a project status report (see Creating Project Status Reports).
    14. A project participant creates business objects in SAP R/3 and assigns them to project elements (see Maintaining an Object Link).
    15. A project participant creates documents and assigns them to project elements in cProjects (see Assigning Documents and Creating Folders). He or she also assigns documents to the project in Microsoft® Windows File Explorer (see Integration with Microsoft® Windows File Explorer).
    16. A project participant carries out the Design Collaboration with cFolders scenario.
    17. A project participant processes tasks and checklist items and confirms them (see Confirming Tasks or Confirming Checklist Items).
    18. Project participants confirm the progress of the project to the project’s cost collector in regular intervals.
    19. A project participant carries out evaluations (see Creating and Displaying Evaluations).
    20. A project participant uploads project data to the SAP Business Information Warehouse (SAP BW) to create cross-project reports there.
    21. The project leader names a substitute (see Substitute).
    22. The project leader creates a simulation of the operational project (see Creation of Simulations and Snapshots).
    23. The project leader reconciles the simulation with the operational project (see Reconciliation and Comparison of Versions).
    24. The project leader starts the approval process (see Beginning an Approval).
    25. Period-end closing is carried out for the cost collector.
    This activity is repeated periodically during the course of the project.
    26. The decision makers approve the phase (see Granting or Rejecting Individual Approvals).
    27. Once all phases have been approved the project is complete.
    28. The project leader archives the project (see Archiving).
    29. The project leader closes the cost collector and archives it.
    Hope you are clear,
    Regards
    Rehman
    Reward Relevant Points if Useful

  • OEM DBControl Reinstall

    After much research and using "emca" to deconfig/config DB Control, I believe the DB Control software is not in a correct state. I am able to bring up the login page but the "Login" button is unresponsive. I located the following errors in the emagentfetchlet.trc file: "ECM: Encountered problem(s) with installed Dependee: OUI Exception: Unexpected error occurred trying to collect a dependee of component Oracle Snap-In Common Files 9.2.0.1.0. OUI inventory may be in an inconsistent state" and "The inventory location file for the special Windows NT case does not exist or is unreadable".
    So my question is: Can I reinstall (overwrite) just the DBControl software into the same Oracle home directory and not corrupt/damage a running, production database in the same Oracle home?

    Yes sir, the OC4J_DBConsole_192.168.0.102_orcl dir does exist. Basicly I have setup a VM box and have installed Oracle 10g R2 on it. I created a database at home and it set it up with my cable modem IPs. When I came to work I couldn't get the dbconsole to work. I suspect it's from the different IP address which would be a 10.20.x.x address while at work, and a 192.168.x.x at home. I have tried to use the below commands to recreate the dbconsole with no luck.
    1) emca -deconfig dbcontrol db -repos drop
    2) emca -config dbcontrol db -repos create
    I believe what happened to me this last time is... My laptop at work grabbed a new dhcp lease and I needed to restart the VMservice to make sure it picked up the new localhost IP address, because I'm up and running again. Just for the record I'm using the MS loopback adapter. Thanks for trying to help I'm done trying to take over this post.
    Luke

  • PLM on R3

    Hi,
    We are planning to have PLM. Would like to know is it possible to install PLM on 4.6C?..What is the standard SAP recomends while installing it? Do we require separate server.
    Regards,
    Milan

    Hi Milan,
    PLM is not having any definite & fixed processes; PLM has to be mapped according to the customer business scenario/requirements,
    With the functionalities provided by the SAP such as DMS, ECM, OCM, Cfolder, Cprojects, Content Server, CAD Integration etc.
    all comes under Product Lifecycle Management.
    For Cfolder & Cprojects you need to install, you have some plug-in’s etc.
    And content server is a separate one which you need to install/configure/connect to the cache server
    CAD Integration depends on the CAD package u r using like AutoCAD, Solidworks, SolidEdge & you need to have an Interface for each of these CAD packages. etc etc.
    But still i have sent document & FAQ Cfolders/Cprojects
    Regards
    Rehman Khan
    <b>Mark Useful Answers</b>

  • ECM-Problem with Change number in CS01 and CS02 Transactions

    Hi Experts,
    I am creating or changing BOM's using above transactions. I am entering the change number while creation and changing the BOM to track the changes.Here my problem is these transactions are not validating the ECM number.
    If you enter any value in the change number filed system is allowing me to create a BOM.
    I am assuming that becasue of patches applied to system,I am getting this.
    kindly help me out on this issue.
    Thanks in Advance,
    Regards,
    Rakesh J
    Edited by: J.Rakesh on Apr 22, 2009 10:26 PM

    Dear Mangalraj,
    Thanks for your reply.
    We are not using CC01 transaction to create Change number. Z transaction is there to create change number.
    My change number contain alpha numreic charectors Eg : 341793ABCXYZ
    Yes, in CS01 system is accepeting any value that we enter :Eg: asddfgh. The value is not there in AENR table.
    I observed one thing If I am going to chnage a material using MM02, there its not accepeting any value,its accepeting the values which are there in AENR table otherwise its giving error :Change Number XXXXXXXX does not exist.
    My question is same thing should function in CS01 and CS02, why its not happening for these transactions.
    Regards,
    Rakesh J

  • ECM Problem.

    Hello SAP Gurus,
    While configuring ECM, first of all I've setup the control data in OS54.Then the no. range is maintained in OS53.
    Thereafter, status for the change master records is defined in transaction SM30 - V_T419S and the modification parameters for the BOM are defined in OS27.
    Lastly, fields selection for routing is defined in OP5A.
    Thereafter I've created the change number using  T.Code CC01.
    But when I'm going to change a BOM using Transaction CS02, it is giving an Error message "Change number XXXX does not allow you to change BOMs" or "Object management record cannot be generated".
    How to solve this issue?
    SAP Experts,,,looking for your early inputs.
    Regards,
    Kaushik.

    Dear Kaushik,
    In order to make ECM as a mandatory i.e to make Change number field as a mandatory either in MM01 or
    MM02 the same can be achieved using a field exit.
    Say the ABAP'er writes a code so that that particular field Change number is made mandatory in the
    screens during Material creation & material change.The user cant proceed into the next screen unless if
    that field has an appropriate value in it.that's without filling a change number you can not proceed.
    So the job had to be made from technical side(that's ABAP side).
    In the same way for Master recipe screen - C202.
    But while creating the change number itself you have to include the check boxes against material or any
    other business objects for which you want to use the Change Number.
    I hope your problem will be solved with these hints.
    Revert back if you need any other clarifications.
    Regards
    Mangalraj.S

  • OCMS Installation User Credential Problem

    During OCMS Installation at validating the credentials for the administrator account step i am getting this error;
    "Oracle Administrator Credentials are not valid. Please re-enter credentials and try again"
    but i am giving here UN: oc4jadmin & PW: manager1
    through which i can login AS Control but this failed during OCMS installation
    Please let me know the reason and solution
    Thanks,
    Waheed.

    My intention to reply this thread is just to share my experience with the same error when trying to install OCMS in a Solaris Sparc64 SunOS 5.9 Sun-Fire-480RSystem.
    My first attempt was to install TimesTen and OCMS with a different Unix user than Oracle Application Server and I was getting the Credentials Problem, so I read this thread and tried most of the suggestions here.
    First I re-installed AS and didn´t work; I tried using Silent mode as recommended in OCMS Release Notes, didn´t work.
    With the ocms Unix user I was able to execute succesfully the following commands in the Unix prompt:
    $ opmnctl status -port
    saturn:6003
    $ java -jar /home/oraAS10g/product/10.1.3.1/OracleAS/j2ee/home/admin_client.jar deployer:oc4j:opmn://saturn:6003/home oc4jadmin oc4jadmin1 -validateURI
    URI deployer:oc4j:opmn://saturn:6003/home is valid and connected
    $ java -cp /tmp/validation-4.1.1-756.jar oracle.sdp.config.Oc4jAdminPasswordValidator deployer:oc4j:opmn://saturn:6003/home /home/oraAS10g/product/10.1.3.1/OracleAS oc4jadmin oc4jadmin1
    true
    $ java -version
    java version "1.5.0_06"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05)
    Java HotSpot(TM) Server VM (build 1.5.0_06-b05, mixed mode)
    The results looked OK, then I notice in the file Undefname_Undefpurpose.04140636 that installation script was not getting the correct hostname and port!!
    Take a look at the logs:
    (Apr 14, 2008 6:37:37 PM), Install, com.oracle.ocms.is.actions.CustomWizardLogAction, msg1, Performing AS Admin Validation - User: oc4jadmin
    (Apr 14, 2008 6:37:37 PM), Install, com.oracle.ocms.is.actions.CustomWizardLogAction, msg1, /home/oraAS10g/product/10.1.3.1/OracleAS/jdk/jre/bin/java -cp /tmp/validation-4.1.1-756.jar oracle.sdp.config.Oc4jAdminPasswordValidator deployer:oc4j:opmn://localhost:null/home /home/oraAS10g/product/10.1.3.1/OracleAS oc4jadmin XXXXXXXXXX
    (Apr 14, 2008 6:39:27 PM), Install, com.oracle.ocms.is.actions.DisplayUserMessageAction, msg1, Display Message: Oracle Administrator credentials are not valid. Please re-enter credentials and try again.
    If you look carefully, you will see deployer:oc4j:opmn://localhost:null/home ... localhost:null when it should have been saturn:6003
    I haven't installed Oracle AS and OCMS other than Solaris, but you should get a similar log file for the installation for other OS, where you can compare or verify what I saw in my case.
    So, what I finally end up doing was to install TimesTen and OCMS with the same Unix user as Oracle AS which installed succesfully.
    Take a look at the log file:
    (Apr 15, 2008 11:05:28 AM), Install, com.oracle.ocms.is.actions.CustomWizardLogAction, msg1, Performing AS Admin Validation - User: oc4jadmin
    (Apr 15, 2008 11:05:28 AM), Install, com.oracle.ocms.is.actions.CustomWizardLogAction, msg1, /home/oraAS10g/product/10.1.3.1/OracleAS/jdk/jre/bin/java -cp /tmp/validation-4.1.1-756.jar oracle.sdp.config.Oc4jAdminPasswordValidator deployer:oc4j:opmn://localhost:6003/home /home/oraAS10g/product/10.1.3.1/OracleAS oc4jadmin XXXXXXXXXX
    (Apr 15, 2008 11:05:34 AM), Install, com.oracle.ocms.is.actions.CustomWizardLogAction, msg1, OPMN PORT: 6003
    (Apr 15, 2008 11:05:34 AM), Install, com.oracle.ocms.is.actions.CustomWizardLogAction, msg1, AS TTLib Path: /home/oraAS10g/product/10.1.3.1/OracleAS/j2ee/ocms/applib
    If you look carefully again, you will see that now I had deployer:oc4j:opmn://localhost:6003/home ... not saturn:6003 as I expected, but at least the correct port and the installation process continued succesfully!!!
    Hopefully this helps or gives some new ideas!
    Cheers,
    Antonio

  • Problems using Sony ECM DS70P Microphone with Vado HD 3rd gen

    Problems using Sony ECM DS70P Microphone with Vado HD 3rd genXHello.
    I have just purchased a Vado HD 3rd gen & was looking forward to using my Sony ECM DS70p Microphone,but after a couple of tests, the recording is extremely low & barley laudable.
    The Microphone works fine on My Kodak Zi8.
    Is there an internal setting I have to adjust, or is there a fault with the Vado
    The Sony ECM DS70pMicrophone can be clearly seen in use here on a official Creative video.
    http://www.youtube.com/watchv=oixLDAmc5qw
    If anybody can offer some help or advice please, I would be very grateful.
    Does anyone have a suggestion for a low profile stereo mic, to use with the Vado 3rd Gen
    Thank you.
    Thank you.

    This is happening to me too, I don't know if this is an Adobe Flash Player 11.5's bug or it's just my computer. All my browsers, chrome, IE9, Fox, doesn't even load anime videos. I tried reinstalling 11.5 many times, it have no effect but I use IE9 64-bit to run the videos that couldn't run. I waited 25 min for a JW player to load an episode of anime and I'm sick of it.

  • Problem in Creation of Change Master Record in CC01 (ECM)

    Hi folks,
    me got a problem. whenever i create a Change Master Record using the transactuion code cc01, Change Master is generated but it is not updated to the database and instead throws up a dump error.
    Regards,
    maximus.

    its due to the number ranges that is specified in the partner determination ... chech what is the number range assigned in the parner determination ,,, so once u check that u have to manually enter the number between that range only .. this should solve ur problem...
    path to check the number range is as below :
    spro-img-logistic generalbusiness partner-customers---define account groups and field selection ---    
    at this point click position button at the bottom and give ur account group .. select ur account group and click detail button .. now inside that u can see the specified number range .. dafault is 08 ( means u can specify between 400000 to 499999)..
    and some times  u may not have defined number range... check urs and create accordingly ... this should solve ur problem...
    rewards if solved ..
      thank you
    madhan

  • Problem with ECM 10G working with Apache 2.2.22

    Hello all and thanks for your help.
    I'm facing an issue when trying to use the Apache to display my UCM URL.
    I get this error whenever I try to user Apache:
    [oracle@ucm-2 bin]$ ./apachectl start
    httpd: Syntax error on line 465 of /app/apache2/conf/httpd.conf: Cannot load /app/oracle/ecm/ucm/shared/os/linux/lib/IdcApache22Auth.so into server: /app/oracle/ecm/ucm/shared/os/linux/lib/IdcApache22Auth.so: wrong ELF class: ELFCLASS32
    I'm using Linux Oracle 5u6, Oracle DB 11G, ECM 10G, Apache 2.2.22 (my VM). The host is Windows 7 64 bits Enterprise.
    I know it's an older and outdated version of ECM but we need this configuration for training purposes.
    What is the line 465 (and below) is:
    LoadModule IdcApacheAuth "/app/oracle/ecm/ucm/shared/os/linux/lib/IdcApache22Auth.so"
    IdcUserDB oracle "/app/oracle/ecm/ucm/data/users/userdb.txt"
    Alias /idc "/app/oracle/ecm/ucm/weblayout"
    <Location /idc>
    Allow from all
    DirectoryIndex portal.htm
    IdcSecurity oracle
    </Location>
    So, there's anyway I could fix this? I'm new to Linux (specially Oracle's), I searched a great deal before coming here creating this post.
    Can you, please, help me?
    Thanks for your help and kindness.
    Have a nice weekend!

    Please forget the post above!
    I was not copying the IdcApache22Auth.so 64bits lib. Sorry about that.
    Now I copied from the zip to the folder /app/oracle/ecm/ucm/shared/os/linux/lib (saved the old one before).
    Tried to start the Apache, got this message:
    [oracle@ucm-2 ~]$ cd /app/apache2/bin/
    [oracle@ucm-2 bin]$ ll
    total 1828
    -rwxr-xr-x 1 oracle oracle 76678 Jul 6 12:53 ab
    -rwxr-xr-x 1 oracle oracle 3411 Jul 6 12:52 apachectl
    -rwxr-xr-x 1 oracle oracle 6938 Jul 6 12:53 apr-1-config
    -rwxr-xr-x 1 oracle oracle 6425 Jul 6 12:53 apu-1-config
    -rwxr-xr-x 1 oracle oracle 22647 Jul 6 12:52 apxs
    -rwxr-xr-x 1 oracle oracle 12654 Jul 6 12:53 checkgid
    -rwxr-xr-x 1 oracle oracle 8925 Jul 6 12:52 dbmmanage
    -rw-rw-r-- 1 oracle oracle 972 Jul 6 12:52 envvars
    -rw-rw-r-- 1 oracle oracle 972 Jul 6 12:52 envvars-std
    -rwxr-xr-x 1 oracle oracle 44194 Jul 6 12:53 htcacheclean
    -rwxr-xr-x 1 oracle oracle 30564 Jul 6 12:53 htdbm
    -rwxr-xr-x 1 oracle oracle 21938 Jul 6 12:53 htdigest
    -rwxr-xr-x 1 oracle oracle 30169 Jul 6 12:53 htpasswd
    -rwxr-xr-x 1 oracle oracle 1488070 Jul 6 12:53 httpd
    -rwxr-xr-x 1 oracle oracle 20667 Jul 6 12:53 httxt2dbm
    -rwxr-xr-x 1 oracle oracle 22087 Jul 6 12:53 logresolve
    -rwxr-xr-x 1 oracle oracle 25005 Jul 6 12:53 rotatelogs
    [oracle@ucm-2 bin]$ ./apachectl start
    httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
    (13)Permission denied: make_sock: could not bind to address 0.0.0.0:80
    no listening sockets available, shutting down
    Unable to open logs
    [oracle@ucm-2 bin]$
    Do I have to change the listening port to 8080?
    Thanks again!
    EDIT:
    When I tried to user as su, got this message:
    [oracle@ucm-2 bin]$ su
    Password:
    [root@ucm-2 bin]# ./apachectl start
    httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
    Fernando
    Edited by: fgomes on 09/07/2012 06:42

  • OCM u2013 ECM

    Dear guru
    I want to use ocm for a production order according to a change of a bill of material with a change number.
    The change number must have a release key relevant for OCM or can I run COCM using a change number without release key  ?
    Thanks in advance.

    Please note that release key is required for OCM...see the description
    Change of master data
    The change number, with which you executed the changes to the master data (for example, bill of material, order BOM, routing), has to be released with a release key that is intended for order change management (Release: Rel.OCM, Shift the date: Date OCM). You maintain the release key in Customizing by choosing General Logistics ® Order Change Management ® Release Key ® Define Release Key. The object category to be changed (routing or BOM) must be active in the change number or change package (default from ECH change profile).

  • Problem creating sites in Site Studio - ecm 10g

    When you create a new site using site studio in ECM 10 g displays the following message "The requested URL/RVH/index.htm was not found on this server." or "The requested URL/Site/index.htm was not found on this server."
    So what's the sollution for this issue?
    I am using a VM.
    Oracle Enterprise Linux 5 update 6 64 bits
    Database : Oracle 11G
    Apache 2.22
    WebCenter Content - 10G
    Open Office 2.3.1

    Even taking away Alias /Site "/app/oracle/ecm/ucm/weblayout" didn't worked. would you have something more to be done?
    <IfModule ssl_module>
    SSLRandomSeed startup builtin
    SSLRandomSeed connect builtin
    </IfModule>
    LoadModule IdcApacheAuth "/app/oracle/ecm/ucm/shared/os/linux/lib/IdcApache22Auth.so"
    IdcUserDB oracle "/app/oracle/ecm/ucm/data/users/userdb.txt"
    Alias /idc "/app/oracle/ecm/ucm/weblayout"
    <Location /idc>
    Allow from all
    DirectoryIndex portal.htm
    IdcSecurity oracle
    </Location>
    IdcUserDB ibr "/app/oracle/ecm/ibr/data/users/userdb.txt"
    Alias /ibr "/app/oracle/ecm/ibr/weblayout"
    <Location /ibr>
    Allow from all
    DirectoryIndex portal.htm
    IdcSecurity ibr
    </Location>
    <Location /site>
    Allow from all
    Order allow,deny
    DirectoryIndex index.htm
    IdcSecurity ucm-2
    </Location>

Maybe you are looking for

  • Error 50. Please help.

    Back on my old laptop I was able to download apps & movies with no problem. I just bought a new laptop & transferred my iTunes account to my new laptop. Apparently I need to re-download all my movies. Every time I attempt to do so, or download a new

  • Pages won't display in live view or browsers

    Yesterday they displayed.  Today they do not.  Tried looking at one of the Adobe templates - that displays fine.  Checked code at top of page, it is exactly same as code for Adobe template that displays.  Any ideas. Cathie

  • AT&T doesn't support OS X

    Have you ever tried to log on and pay your iPhone bill from your iPhone or any other Mac computer? Can't do it. AT&T's payment site doesn't work with OS X. My experience is with a Premier (business) account. The first 14 reps with whom I spoke in Cus

  • Few Win client machine throws up (only port 1521) ORA-03135 Error

    Hi Everyone, We have been encountering a strange issue with the client --> database connectivity. Oracle Database Server 11.2.0.3 (64bits) Single Instance - AIX 6.1 (64 bits) Oracle Client 11.2.0.3 (32 bits) - Windows 2008 R2 Standard (64 bits) Two w

  • IMac 27" (mid 2010) FAN WILL NOT SHUT OFF

    Hey, I'm not sure if this topic has been brought up in the past or not, but I'm having major problems with my iMac and the fan never turning off. From the moment I turn the computer on the fan is running at full speed. Computer has plenty of ventilat