EP6.0 and KMC Installation and cf_installation.report errors

Hi,
I am installing EP6.0 on SUSE9 box.
The OS level is as follows:
Linux nadess01 2.6.5-7.191-smp #1 SMP Tue Jun 28 14:58:56 UTC 2005 x86_64 x86_64 x86_64 GNU/Linux
The java version is:
java version "1.4.2"
Java(TM) 2 Runtime Environment, Standard Edition (build 2.2)
IBM J9SE VM (build 2.2, J2RE 1.4.2 IBM J9 2.2 Linux amd64-64 j9xa64142ifx-20051125 (JIT enabled)
J9VM - 20050524_1742_LHdSMr
JIT  - r7_level20050518_1803)
After installing the Portal I get the following messages in the cf_installation.report file
A Configuration upload sequence has started at: Sat Jan 21 22:13:17 PST 2006
Number of upgrades to be processed: 3
com.sap.portal.supportability.isolde: non-fatal error(s).
com.sapportals.portal.prt.service.soap: non-fatal error(s).
com.sap.portal.runtime.config.component: non-fatal error(s).
Please check the log file for more details.
The upgrade sequence completed with some non fatal errors.
I can connect to the Portal using the URL and there are no *err files in the following directories
../../WEB-INF/deployment/
../../WEB-INF/deployment/pcd
../../WEB-INF/deployment/pcdContent.
So the question is why am I getting these messages?
After the Portal installation I am trying to install the KMC module. The installation errors
ERROR 2006-01-21 23:32:46
CJS-00320  Portal Deployment Monitor Error:  The Portal Configuration Upgrade report file (/usr/sap/NED/JC00/j2ee/cluster/server0/cf_installation.report) does not exist. Contact your local support center.
There is a cf_installation.report.bak file that exists. I removed the .bak extension according to a forum reply. The installation moves on and I get the following messages
WARNING 2006-01-22 00:24:49
Portal Deployment Monitor Warning: Nothing to monitor. No remaining EPT files found.
WARNING 2006-01-22 00:24:49
Portal Deployment Monitor Warning: Nothing to monitor. No remaining PAR files found.
completes succsessfully. BUT there are NO files with
com.sap.ib.bi.*
com.sap.km.*
com.sap.netweaver.*
com.sap.workflow.*
installed in the pcd and pcdContent directories.
I have tried the installation many times but don't know where the problem is.
I connect to the portal but get error messages when try to access the System Configuration -> Content Management.
I would appreciate a resolution to this problem.

Hi Javed,
   Seems there is some problem with Linux x86_64 systes. Please check SAP Note 874092. It may provide some idea.
Regards,
Siva
P.S: Award points if you find this useful.

Similar Messages

  • Unable to receive e-mails & Sending and Receiving' reported error (0x80040126) & (0x8004102A) : The operation cannot be performed because the connection to the server is offline.

    Everything good until yesterday, Sending and Receiving' reported error (0x80040126) & (0x8004102A) : The operation cannot be performed because the connection to the server is offline.
    I am connected so I don't know why it is "offline". I am able to "send emails" but not receiving.

    Hi,
    What’s your Outlook account? Exchange account or some other Internet email accounts?
    This issue is usually happened when the Microsoft Outlook Hotmail Connector account is syncing changes to a folder and cannot find the folder in the Outlook client. Please try the following KB to check it:
    http://support.microsoft.com/kb/2231628
    If the issue persists, please create a new Outlook profile and add the email account to have a try:
    http://support.microsoft.com/kb/829918
    Regards,
    Winnie Liang
    TechNet Community Support

  • BitLocker Administration and Monitoring Reports Error

    When attempting to run Reports through the Administration and Monitoring console I receive the following error...
    "The report server cannot open a connection to the report server database. A connection to the database is required for all requests and processing. (rsReportServerDatabaseUnavailable)"...
    What or how can I verify the connection between the report server and report server database (SQL Database Server) is occurring. Also, which logs can I review to determine what's causing this error...

    Hi,
    go to your Report Server and check if there is an MBAM Folder. Within that Folder you can check the DataSource and verify the target db and Connection Details.
    /Oliver 

  • Quicktime player opens about 50 videos and then reports errors

    The last time I was using Mountain Lion's QuickTime player, I accidentally selected about 90 files so now if I try and open the player, it wants to open all those files each time. Then it says it can't open them because they are in some format not supported. I have to force quit or else close each file. I tossed out all the QuickTime preference files I could find in the library but that didn't help. I even tried dragging a video to the QT app hoping it would forget the other files but it tried to open them all again as well as that video. Once again, I had to force quit. How can I make QuickTime Player forget all those files and just open up?

    The last time I was using Mountain Lion's QuickTime player, I accidentally selected about 90 files so now if I try and open the player, it wants to open all those files each time. Then it says it can't open them because they are in some format not supported. I have to force quit or else close each file. I tossed out all the QuickTime preference files I could find in the library but that didn't help. I even tried dragging a video to the QT app hoping it would forget the other files but it tried to open them all again as well as that video. Once again, I had to force quit. How can I make QuickTime Player forget all those files and just open up?
    This is what happens when you fall into bad habits and fail to "clean up" after yourself before closing the app. You can try opening the QT player and immedialy try holding down the "Option/Alt" key while selecting the "Quit and Close all Windows" File menu option. If the player can "release" the files before being caught in an infinite loop or similar "read to EOF" routine, then you may be able tp "clear" the "re-open" file referencing and prevent having to "force" a quit exit from the app. Otherwise you will have to turn on the "System Preferences/General/Close windows when quitting an application" option and see if that works when forcing an application to quit.

  • Apex and Jasper Reports error

    Hi,
    I try to print an Report using Jasper Report, whenever i try this, i am getting this error:
    ORA-29273: HTTP request failed ORA-06512: at "SYS.UTL_HTTP", line 1029 ORA-24247: network access denied by access control list (ACL).
    I have enabled Network Services but without Success
    any Idee?
    many thanks in advance
    MDK.

    Hi sivadas,
    thanks for reply, i have done it using the code below, but still the same error
    begin
    begin
    dbms_network_acl_admin.drop_acl(
    acl => '/sys/acls/utl_http.xml'
    exception
    when others then null;
    end;
    dbms_network_acl_admin.create_acl(
    acl => '/sys/acls/utl_http.xml',
    description => 'TEST',
    principal => 'FLOWS_030000',
    is_grant => true,
    privilege => 'connect'
    DBMS_NETWORK_ACL_ADMIN.ADD_PRIVILEGE(
    acl => '/sys/acls/utl_http.xml',
    principal => 'FLOWS_030000',
    is_grant => true,
    privilege => 'resolve'
    dbms_network_acl_admin.assign_acl(
    acl => '/sys/acls/utl_http.xml',
    host => 'localhost',
    lower_port => 8080,
    upper_port => 8080
    end;
    any Idee?
    MDK.

  • Vista got corrupt after power failure. sfc reports error and Event log service is unable to start itself.

    Hi,
    After a sudden power failure, I guess vista file system is corrupt.   I am able to start vista in normal mode, but it seems there are errors like Event Log service unable to start itself,  when I start IE, it closes automatically , 
    Norton antivirus does not start itself.  and so on.
    After Bing search, I went to safe mode and executed sfc /scannow and it reported error as below.
    "Windows resource protection found corrupt files but was unable to fix some of them"
    Unfortunately I am unable to upload log file, so I am pasting CBS.log content here....   Please advice.
    Some parts of logs are removed due to limit of 60000 characters.
    Please advice.
    Regards
    2014-07-07 14:55:57, Info                  CBS    Loaded Servicing Stack v6.0.6002.18005 with Core: C:\Windows\winsxs\x86_microsoft-windows-servicingstack_31bf3856ad364e35_6.0.6002.18005_none_0b4ada54c46c45b0\cbscore.dll
    2014-07-07 14:55:58, Info                  CSI   
    00000001@2014/7/7:09:25:58.062 WcpInitialize (wcp.dll version 0.0.0.5) called (stack @0x6e9c8a50 @0x7147854e @0x714563a1 @0x341392 @0x341ed4 @0x3417cb)
    2014-07-07 14:55:58, Info                  CSI   
    00000002@2014/7/7:09:25:58.156 WcpInitialize (wcp.dll version 0.0.0.5) called (stack @0x6e9c8a50 @0x714ae7b6 @0x71490f93 @0x341392 @0x341ed4 @0x3417cb)
    2014-07-07 14:55:58, Info                  CSI   
    00000003@2014/7/7:09:25:58.187 WcpInitialize (wcp.dll version 0.0.0.5) called (stack @0x6e9c8a50 @0x73981a0d @0x73981794 @0x34360b @0x342be3 @0x3417cb)
    2014-07-07 14:55:58, Info                  CBS    NonStart: Checking to ensure startup processing was not required.
    2014-07-07 14:55:58, Info                  CBS    NonStart: Windows is in Safe Mode.
    2014-07-07 14:55:58, Info                  CSI    00000004 IAdvancedInstallerAwareStore_ResolvePendingTransactions (call 1) (flags = 00000004, progress = NULL,
    phase = 0, pdwDisposition = @0x2dfe70
    2014-07-07 14:55:58, Info                  CBS    NonStart: Success, startup processing not required as expected.
    2014-07-07 14:55:58, Info                  CSI    00000005 CSI Store 4780952 (0x0048f398) initialized
    2014-07-07 14:56:03, Info                  CSI    00000006 [SR] Verifying 100 (0x00000064) components
    2014-07-07 14:56:03, Info                  CSI    00000007 [SR] Beginning Verify and Repair transaction
    2014-07-07 14:56:10, Info                  CSI    00000008 Repair results created:
    POQ 0 starts:
         0: Move File: Source = [l:192{96}]"\SystemRoot\WinSxS\Temp\PendingRenames\ca20037dc599cf01650000007806a403._0000000000000000.cdf-ms", Destination = [l:104{52}]"\SystemRoot\WinSxS\FileMaps\_0000000000000000.cdf-ms"
        1: Move File: Source = [l:218{109}]"\SystemRoot\WinSxS\Temp\PendingRenames\aa070f7dc599cf01660000007806a403.program_files_ffd0cbfc813cc4f1.cdf-ms", Destination = [l:130{65}]"\SystemRoot\WinSxS\FileMaps\program_files_ffd0cbfc813cc4f1.cdf-ms"
        2: Move File: Source = [l:244{122}]"\SystemRoot\WinSxS\Temp\PendingRenames\6aca137dc599cf01670000007806a403.program_files_common_files_d7a65bb2f0e854e7.cdf-ms", Destination = [l:156{78}]"\SystemRoot\WinSxS\FileMaps\program_files_common_files_d7a65bb2f0e854e7.cdf-ms"
        3: Move File: Source = [l:278{139}]"\SystemRoot\WinSxS\Temp\PendingRenames\2a8d187dc599cf01680000007806a403.program_files_common_files_microsoft_shared_818c5a0e45020fba.cdf-ms", Destination = [l:190{95}]"\SystemRoot\WinSxS\FileMaps\program_files_common_files_microsoft_shared_818c5a0e45020fba.cdf-ms"
        4: Move File: Source = [l:286{143}]"\SystemRoot\WinSxS\Temp\PendingRenames\4ab11f7dc599cf01690000007806a403.program_files_common_files_microsoft_shared_ink_3c86e3db0b3b254c.cdf-ms", Destination = [l:198{99}]"\SystemRoot\WinSxS\FileMaps\program_files_common_files_microsoft_shared_ink_3c86e3db0b3b254c.cdf-ms"
        5: Move File: Source = [l:292{146}]"\SystemRoot\WinSxS\Temp\PendingRenames\aa12227dc599cf016a0000007806a403.program_files_common_files_microsoft_shared_ink_en_7a951cedcb9a5105.cdf-ms", Destination = [l:204{102}]"\SystemRoot\WinSxS\FileMaps\program_files_common_files_microsoft_shared_ink_en_7a951cedcb9a5105.cdf-ms"
        6: Move File: Source = [l:162{81}]"\SystemRoot\WinSxS\Temp\PendingRenames\aa28487dc599cf016b0000007806a403.$$.cdf-ms", Destination = [l:74{37}]"\SystemRoot\WinSxS\FileMaps\$$.cdf-ms"
        7: Move File: Source = [l:208{104}]"\SystemRoot\WinSxS\Temp\PendingRenames\6aeb4c7dc599cf016c0000007806a403.$$_ehome_40103e2da1d
    2014-07-07 14:56:10, Info                  CSI    121de.cdf-ms", Destination = [l:120{60}]"\SystemRoot\WinSxS\FileMaps\$$_ehome_40103e2da1d121de.cdf-ms"
    POQ 0 ends.
    2014-07-07 14:56:10, Info                  CSI    00000009 [SR] Verify complete
    2014-07-07 14:56:11, Info                  CSI    0000000a [SR] Verifying 100 (0x00000064) components
    2014-07-07 14:56:11, Info                  CSI    0000000b [SR] Beginning Verify and Repair transaction
    2014-07-07 14:56:19, Info                  CSI    0000000c Repair results created:
    POQ 1 starts:
    POQ 42 ends.
    2014-07-07 14:58:29, Info                  CSI    000000b1 [SR] Verify complete
    2014-07-07 14:58:30, Info                  CSI    000000b2 [SR] Verifying 100 (0x00000064) components
    2014-07-07 14:58:30, Info                  CSI    000000b3 [SR] Beginning Verify and Repair transaction
    2014-07-07 14:58:38, Info                  CSI    000000b4 Repair results created:
    POQ 43 starts:
         0: Move File: Source = [l:192{96}]"\SystemRoot\WinSxS\Temp\PendingRenames\4a5ad3d4c599cf01391100007806a403._0000000000000000.cdf-ms", Destination = [l:104{52}]"\SystemRoot\WinSxS\FileMaps\_0000000000000000.cdf-ms"
        1: Move File: Source = [l:162{81}]"\SystemRoot\WinSxS\Temp\PendingRenames\4a5ad3d4c599cf013a1100007806a403.$$.cdf-ms", Destination = [l:74{37}]"\SystemRoot\WinSxS\FileMaps\$$.cdf-ms"
        2: Move File: Source = [l:234{117}]"\SystemRoot\WinSxS\Temp\PendingRenames\cadfdcd4c599cf013b1100007806a403.$$_help_windows_en-us_b594929e73669c5e.cdf-ms", Destination = [l:146{73}]"\SystemRoot\WinSxS\FileMaps\$$_help_windows_en-us_b594929e73669c5e.cdf-ms"
        3: Move File: Source = [l:228{114}]"\SystemRoot\WinSxS\Temp\PendingRenames\2a41dfd4c599cf013c1100007806a403.$$_help_help_en-us_91e6e7979a9bf9c6.cdf-ms", Destination = [l:140{70}]"\SystemRoot\WinSxS\FileMaps\$$_help_help_en-us_91e6e7979a9bf9c6.cdf-ms"
        4: Move File: Source = [l:214{107}]"\SystemRoot\WinSxS\Temp\PendingRenames\ea0ef7d4c599cf013d1100007806a403.$$_apppatch_1143992cbbbebcab.cdf-ms", Destination = [l:126{63}]"\SystemRoot\WinSxS\FileMaps\$$_apppatch_1143992cbbbebcab.cdf-ms"
        5: Move File: Source = [l:218{109}]"\SystemRoot\WinSxS\Temp\PendingRenames\ea241dd5c599cf013e1100007806a403.program_files_ffd0cbfc813cc4f1.cdf-ms", Destination = [l:130{65}]"\SystemRoot\WinSxS\FileMaps\program_files_ffd0cbfc813cc4f1.cdf-ms"
        6: Create Directory: Directory = [l:48{24}]"\??\C:\Program Files\MSN", Attributes = 00000080
    POQ 43 ends.
    2014-07-07 14:58:38, Info                  CSI    000000b5 [SR] Verify complete
    2014-07-07 14:58:38, Info                  CSI    000000b6 [SR] Verifying 100 (0x00000064) components
    2014-07-07 14:58:38, Info                  CSI    000000b7 [SR] Beginning Verify and Repair transaction
    2014-07-07 14:58:43, Info                  CSI    000000b8 Repair results created:
    POQ 44 starts:
         0: Move File: Source = [l:192{96}]"\SystemRoot\WinSxS\Temp\PendingRenames\eac6f0d7c599cf01a31100007806a403._0000000000000000.cdf-ms", Destination = [l:104{52}]"\SystemRoot\WinSxS\FileMaps\_0000000000000000.cdf-ms"
        1: Move File: Source = [l:162{81}]"\SystemRoot\WinSxS\Temp\PendingRenames\aa89f5d7c599cf01a41100007806a403.$$.cdf-ms", Destination = [l:74{37}]"\SystemRoot\WinSxS\FileMaps\$$.cdf-ms"
        2: Move File: Source = [l:216{108}]"\SystemRoot\WinSxS\Temp\PendingRenames\6a4cfad7c599cf01a51100007806a403.$$_resources_fbee56ab048ab239.cdf-ms", Destination = [l:128{64}]"\SystemRoot\WinSxS\FileMaps\$$_resources_fbee56ab048ab239.cdf-ms"
        3: Move File: Source = [l:230{115}]"\SystemRoot\WinSxS\Temp\PendingRenames\caadfcd7c599cf01a61100007806a403.$$_resources_themes_4d0d4910e83c2273.cdf-ms", Destination = [l:142{71}]"\SystemRoot\WinSxS\FileMaps\$$_resources_themes_4d0d4910e83c2273.cdf-ms"
        4: Move File: Source = [l:240{120}]"\SystemRoot\WinSxS\Temp\PendingRenames\caadfcd7c599cf01a71100007806a403.$$_resources_themes_aero_3fd78bf4cb5fa2c4.cdf-ms", Destination = [l:152{76}]"\SystemRoot\WinSxS\FileMaps\$$_resources_themes_aero_3fd78bf4cb5fa2c4.cdf-ms"
        5: Move File: Source = [l:252{126}]"\SystemRoot\WinSxS\Temp\PendingRenames\8a7001d8c599cf01a81100007806a403.$$_resources_themes_aero_shell_a91dfa5124b343c4.cdf-ms", Destination = [l:164{82}]"\SystemRoot\WinSxS\FileMaps\$$_resources_themes_aero_shell_a91dfa5124b343c4.cdf-ms"
        6: Move File: Source = [l:276{138}]"\SystemRoot\WinSxS\Temp\PendingRenames\aa9408d8c599cf01a91100007806a403.$$_resources_themes_aero_shell_normalcolor_10be8ec981b35fb6.cdf-ms", Destination = [l:188{94}]"\SystemRoot\WinSxS\FileMaps\$$_resources_themes_aero_shell_normalcolor_10be8ec981b35fb6.cdf-ms"
        7: Move File: Source = [l:214{107}]"\SystemRoot\WinSxS\Temp\PendingRenames\cab80fd8c599cf01aa1100007806a403.$$_schcache_f995a5d4decb8cc0.cdf-ms", Destination = [l:126{63}]"\SystemRoot\WinSxS\FileMaps\$$_schcache_f995a5d4decb8cc0.cdf
    2014-07-07 14:58:43, Info                  CSI    -ms"
        8: Move File: Source = [l:212{106}]"\SystemRoot\WinSxS\Temp\PendingRenames\cad948d8c599cf01ab1100007806a403.$$_msagent_be90584645cb9b95.cdf-ms", Destination = [l:124{62}]"\SystemRoot\WinSxS\FileMaps\$$_msagent_be90584645cb9b95.cdf-ms"
        9: Move File: Source = [l:214{107}]"\SystemRoot\WinSxS\Temp\PendingRenames\4a7578d8c599cf01ac1100007806a403.$$_system32_21f9a9c4a2f8b514.cdf-ms", Destination = [l:126{63}]"\SystemRoot\WinSxS\FileMaps\$$_system32_21f9a9c4a2f8b514.cdf-ms"
        10: Move File: Source = [l:242{121}]"\SystemRoot\WinSxS\Temp\PendingRenames\cafa81d8c599cf01ad1100007806a403.$$_system32_manifeststore_7d35b12f9be4c20e.cdf-ms", Destination = [l:154{77}]"\SystemRoot\WinSxS\FileMaps\$$_system32_manifeststore_7d35b12f9be4c20e.cdf-ms"
        11: Move File: Source = [l:224{112}]"\SystemRoot\WinSxS\Temp\PendingRenames\aae18dd8c599cf01ae1100007806a403.$$_msagent_chars_9a5bcb5da392f588.cdf-ms", Destination = [l:136{68}]"\SystemRoot\WinSxS\FileMaps\$$_msagent_chars_9a5bcb5da392f588.cdf-ms"
    POQ 107 ends.
    2014-07-07 15:08:01, Info                  CSI    00000213 [SR] Repair complete
    2014-07-07 15:08:01, Info                  CSI    00000214 [SR] Committing transaction
    2014-07-07 15:08:01, Info                  CSI    00000215 Creating NT transaction (seq 1), objectname [6]"(null)"
    2014-07-07 15:08:01, Info                  CSI    00000216 Created NT transaction (seq 1) result 0x00000000, handle @0x4cc
    2014-07-07 15:08:01, Info                  CSI   
    00000217@2014/7/7:09:38:01.060 CSI perf trace:
    CSIPERF:TXCOMMIT;5
    2014-07-07 15:08:01, Info                  CSI    00000218 [SR] Verify and Repair Transaction completed. All files and registry keys listed in this transaction 
    have been successfully repaired
    2014-07-07 15:15:58, Info                  CBS    Scavenge: Package store indicates there is no component to scavenge, skipping.
    

    Hi,
    First, I would suggest you using last known good configuration:
    Using Last Known Good Configuration
    http://windows.microsoft.com/en-in/windows/using-last-known-good-configuration#1TC=windows-vista
    if this cannot bring your Windows Vista back to good state, I suggest you perform in-place upgrade to fix the corrupted files:
    How to Perform an In-Place Upgrade on Windows Vista, Windows 7, Windows Server 2008 & Windows Server 2008 R2
    http://support.microsoft.com/kb/2255099/en-us
    If you have any feedback on our support, please click
    here
    Alex Zhao
    TechNet Community Support

  • Error in KMC installation. waiting 1800 seconds at 2nd phase and errors out

    Hi,
    I am installing KMC and on 2nd phase "Deploy Content Mangement and Collaboration Components " it hangs stating
    Portal Configuration upgrade (66 of 69 done.0 with warning Time elapsed
    <Number> seconds. waiting....... ".
    Note 779699 referred. In the file cf_installation.report there are no
    two lines. it has only one line. Please help..
    Thanks

    Hi Tony,
    you should adjust the timeout parameters and do a redeployment again, in order to fix this problem.
    Have you checked the two SAPNotes mentioned in your note (779699): Note: 769859 (About the parameter: PingReplyTimeout)
    and Note: 752049 (About the parameter: AdditionalLoadTimeOut)???
    You might experience problems seeing the second Note so I paste the important paragraph here:
    a) ATTENTION : Duration of configmerge
    By starting the engine after deployment a CM configmerge is initiated as part of the upgrade
    process.
    Depending on the hardware the configmerge may take 15min up to 2h.
    Do NOT restart the servlet engine before you're absolutely sure that the config merge has
    finished.
    Wait till the portal is back on its own.
    View the status of the configmerge in the latest config.*.trc file, located in
    ..usrsap<j2ee instance>clusterserver.
    The status of the merge process is also written to the error.log available under:
    ..usrsap<j2ee instance>clusterservermanagerconsole_logs
    Wait for this entry in processing the upgrade 41 out of 41 : "The upload sequence is now
    complete, all the upgrades have been performed."
    b) ATTENTION : Beware of Timeout definition for SAP J2EE
    Be sure that the J2EE engine is not stopped due to a timeout definition during the merge.
    This would cause an undefined status of the system. Toavoid this, set parameter
    AdditionalLoadTimeout=10800 (in seconds) to an appropiate value for that upgrade
    (..usrsapxxj2eej2ee_00 clusterservermanagerssettingsServiceManager.properties).
    Additional timeout parameter since J2EE PL 22
    This AdditionalLoadTimeout parameter needs also to be set in ServiceManager.properties
    for state (..usrsapxxj2eej2ee_00 clusterstatemanagerssettingsServiceManager.properties).
    The configtool can also be used for checking and setting these parameters.
    If server node is started by the r3startup service of the dispatcher
    Set the r3startup to manual and call any "go" directly.
    Troubleshooting a timeout
    If run already into timeout and stucked on certain stage of config- merge it's usually
    sufficient to adjust timeout parameters and choose SDM option 'Redeploy' and do another
    deploymenent and subsequent configmerge, normaly this keeps the system in a valid state.
    Hope this helps,
    Robert

  • Checklist for installation of Financial reporting and web analysis

    Hello All,
    Can anyone give me a checklist for installation of Financial reporting and web analysis. The checlist should contain the points/information that the installed FR and WA is proper or not. Please let me know if this this is the correct forum for reporting doubts, if not then plz guide me to the correct oracle forum.
    Thanks a lot
    Ashu

    For which version?
    Here is the link for 11.1.1.3 EPM Deployment:
    http://download.oracle.com/docs/cd/E12825_01/nav/portal_1.htm
    And specifically for Reporting and WA:
    http://download.oracle.com/docs/cd/E12825_01/epm.111/readme/ra_1111300_readme.html
    Hope this helps.
    A

  • Since installing 10.7.3 Mail and Address Book no longer load and report errors. Anyone else experiencing this? Safari works fine.

    Everything worked fine prior to the installation. I am aware of bug issues that people are reporting with regard to no applications working and strange error messages. My MacBook Air is fine; my wife's MacBook is fine. It's my iMac 12,1 that isn't.

    It is an enormous crash report error rather than a short message. Both Address Book and Mail crash. I restored my iMac to pre-10.7.3 and everything worked fine once more. I downloaded and installed 10.7.3 as a combo a short while ago and the crash report for Address Book and Mail once more returned.
    I've just copied the start of the crash report:
    Process:         Address Book [378]
    Path:            /Applications/Address Book.app/Contents/MacOS/Address Book
    Identifier:      com.apple.AddressBook
    Version:         6.1 (1083)
    Build Info:      AddressBook-1083000000000000~1
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [185]
    Date/Time:       2012-02-19 18:03:40.950 +0000
    OS Version:      Mac OS X 10.7.3 (11D50b)
    Report Version:  9
    Interval Since Last Report:          2340 sec
    Crashes Since Last Report:           6
    Per-App Interval Since Last Report:  13 sec
    Per-App Crashes Since Last Report:   3
    Anonymous UUID:                      DFA67AE4-98E4-49AD-937D-95CCC1A37F54
    Crashed Thread:  3  Dispatch queue: com.apple.root.default-priority
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    objc[378]: garbage collection is OFF
    *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSCFString objectForKey:]: unrecognized selector sent to instance 0x7f898a69b5e0'
    *** First throw call stack:

  • Migration between SharePoint07 and Crystal Reports - please Help !

    I downloaded trial ver. of CR XI R2 with SP3 ( version 11.5.9.1076) 
    so we could use the integration kit to MOSS 2007 (new upgrade).
    What do I need in order to install the Portal integration kit on Microsoft SharePoint 2007 server ?
    We have Crystal Reports v10 with license but I want to try migrating SharePoint with Crystal reports
    and if it will be OK we will purchase the new version.
    My purpose is to install the integration kit (keep asking for SP3 in installation menu)
    Do I need to Install Business Objects XI 3.1  in order to install the integration kit to SharePoint 07 ?
    Where can I download it  (trial) ? SAP site keep deny me.
    thanks..
    BTW, Does Crystal Reports 2008 will work fine with SharePoint server 07 ?

    Hi Raj,
    Please have a look at the below documents for ECC and Crystal Reports integration.
    http://help.sap.com/content/bobj/bobj/index.htm
    BusinessObjects and SAP Part 4
    Hope it helps.
    Regards,
    Raghu

  • MSS and BW Reporting

    Hello - does any one have any experience with MSS and BW reporting?
    We have a requirement to implement BW reports to Line Managers through MSS.
    For R/3 Reports we have no issue as we can use the standard structural authorisation function module to restrict access to empoyees directly reporting to the manager.
    How can we restrict BW reports in the same way? i.e. When Manager runs the report they should only see data about the employees that report to them in the Org structure.
    We are using BW 7.0.

    Hi Mike,
    Did You implement this scenario. Even we are trying to do the same.
    I am kind of no clue about which authorizations a manager needs in BW system.
    We are using EP6.0 SP16 and backend system is ECC5.0.
    I have couple of questions.
    1. What authorizations in BW system the portal user (Me with content admin, system admin, user admin roles) needs to view the BW reports or BW iviews?
    2. Manager (MSS) can not view  crystal reports in the work set 'Reporting' assigned to a manager in ECC5.0. Other iviews within the BP60.1 are working fine.
    3. When manager tried to see a crystal report , it threw an error saying that
    Portal Runtime Error
    An exception occurred while processing a request for :
    iView : N/A
    Component Name : N/A
    Unable to lookup System 'SAP_BW_HumanResources'. Please check the system object and the alias..
    See the details for the exception ID in the log file
    com.sap.portal.appintegrator.sap.CrystalReport::CrystalReport/SSOLayer
    Could you please help in finding proper documentation on setting up manager to see the reports in BW system.
    Thanks!

  • AAP and EEO Report by Ad Hoc Query

    SAP Gurus,
    My client went live with basic modules of SAP Jan 2007. The problem is with AAP EEO Report. We will develop ABAP report later. For now we want to generate the AAP EEO report by using Ad Hoc Query. We are storing the EEO and AAP codes in IT1610  for Job. If I have to build query what is the best way :
    1-     I tried an infoset with  PNPCE and apart from the basic PA infotypes I selected 1000, 1001 and 1610 for job. But when I select EEO and AAP category in output I don’t get the actual data. I know I am doing something wrong here but don’t know what ?
    2-     If I will start a table join with IT0000, IT0001,……….etc and V_T5U13 …….will it work ?
    Any other suggestions how can we address this issue temporarily by ad hoc query ?
    Sanghamitra

    First, do not try and reinvent the wheel...the EEO-1 and AAP reports are standard supplied SAP reports and can be found under Human Resources --> Personnel Management --> Administration --> Infosystem --> Reports --> Administration US --> Compliance.
    The EEO-1 report is changing for 2007 and the latest support packs must be installed to give you the new tables and table entries, features and report layout needed for this year.  See SAP Notes 976273, 435204 and 986115.  The IT1610 itself changes as do the definitions, so the support pack installation is a must,
    If you still want to try to get this information via Ad Hoc Query, you will need to utilize a PCH based Infoset.  Create this based on the object Position.  The position is your link between the person with HR Master Data and the Job with job related data such as IT1610.  With this infoset, you can do the reporting on the EEO Job classes from IT1610 and the Ethnic groupings from IT0077-Additional Personal Data for the employee and gender from IT0002.

  • Leopard and Norton Auto protect - Disk Utility Reports error on disk verify

    Hi There,
    Leopard 10.5.1, Norton Antivirus 10.1.1(2) with "auto protect on" has some incompatibility issue. Running "Verify Disk" from "Disk Utility" stops producing some error message in red colored text. Repair disk option is not available. However, verify disk on starting up with Leopard installation DVD shows no error. Verify Disk when starting up from Leopard 10.5.1 HD and norton auto protect disabled reports no error. So, looks like some compatibility issue.

    I have been going crazy with this for the past fortnight: with theh rapiudity of the onset becoming far too frequent.
    Norton AntiVirus AutoProtect could not continue. Please run LiveUpdate or reinstall AntiVirus and ReStart (Code:9)
    This is what I get! I turn it back on, and zap. I reinstasll, and, zap.
    I chatted with Symantic, they gave me a link for an update to the Stuffit engine, apparently may be a cause.
    Well, that was No Use. Zap, you guessed it!
    FYI:
    I run iMacG5 17" 160HD, partitioned,Leopard on one partition, Tiger on the other. works well.
    Oh, and, the Auto Protect doesn't zap in Tiger!
    any ideas? I can share logs of Crash.
    thanks, George.

  • Deploye 9i reports on 10g application server and run report

    Dear All
    I am new to oracle application server.
    We have application developed in oracle 9i developer suit (forms and reports).
    I have deployed the forms on application server quit easily by configuring formsweb.cnfg file. I am using mmb file for menu and all the forms are attahed to it and running. I am facing proble in deploying and run the reports through menu i.e mmb file. Some one told me that it is better to run reports from forms. So i put the button on form and use the command of web.show_document and its URL in braces and define the key in cgdcmd.dat (i dont know the exact name of file).
    Key was some thing like this :
    reptest: abc/abc@orcl desttype = cache %*
    and in url:
    http://192.168.1.147:7779/reports/repservlt?reptest&..... d:\abd\reports\report.rdf
    (i dont know exactly the url)
    but any way, after that i run the form and press the button to call reports,...., browser does open and it shows a report template but not with the report data but with REP-ERROR. Error was i guess 52001 or 2. well the message of report error was. "reptest key cannot be found" / "reptest key is not defined".
    while i have already define the key in above mention .DAT file. and after that i have restart the instance but still no use.
    CAN ANY ONE HELP !, I AM IN GRAVE SITUATION OF EMERGENCY AS I HAVE TO CONFIGURE REPORTS ON MENEU TILL TOMORROW ANY HOW.
    Thanks
    Abdul Majid.

    There is a forms/reports only installation available and it is safe to use this. This is if you ONLY want to run forms and reports and don't need things like SSO

  • Linking the Employees and Departments Reports - 2Day+ tutorial

    Hi Guys,
    I am APEX newbie and started off with the 2DAYPLUS tutorial. Got stuck in the "Linking the Employees and Departments Reports" part.
    I followed the instructions (even did it twice) where you you create a select list of department which will populate your employee table according to the Department you select.
    Can't seem to make it work. So when I select Accounting or anything form the drop down list, the Employee table remains unchanged. Anyone else had similar issue? Not sure if its me or there is a step or two missing in the tutorial.
    Section in TUTORIAL: http://www.sloug.org/i/doc/TDPAX/td_bldemprpts.htm#BCECEDHD

    :::SOLVED:::
    For search engines:
    I missed the part:
    b.Select List Control Type - Select Select List with Submit and click Next.
    Well actually didn't miss it, there wasn't that option in my APEX installation (maybe tutorial is a bit outdated for earlier version of APEX).
    If you have already created the Item and it does not work then:
    1) Go to EDIT for that P3_DEPARTMENT_ID
    2) Scroll down to SETTING section
    3) In PAGE ACTION WHEN VALUES CHANGE choose SUBMIT.
    this achieves the same result as (b) above.

Maybe you are looking for

  • Can not clear all data in iMessage

    My iMessages was taking up along of room so I deleted every message in my iMessage. But when I go to settings>general>usage iMessage is still taking up 600mb! There are no messages what do ever in my iMessage. I tried doing a back up and resource fro

  • 15" Macbook Pro right front side does not sit flat on the table.

    My 15" stock mbp's right front side doesn't sit on the table flat when the screen is lifted up. This is at the front corner of the optical drive. The bumper does not sit level. I have put it on the piece of glass just to make sure. It sits fine close

  • Casting parent class to a child class

    Hi, I have a static method which returns a class called parent. Now I want to cast it it's child class. There are no compilation errors, but at runtime it's throwing me ClassCastException. This is what I'm doing. public Parent getObject() { Parent p

  • OSB Service Callouts - HTTP Threads

    Hi All, We are having issues with OSB service callouts calling the business services from the Proxy Services. Due to excessive usage of Service Callouts, the proxy services are hanging out in the OSB server. From the Proxy services,we could able to s

  • Newbee Q: Image transition movement issue?

    Apologies if this is a dumb question, i'm just getting the hang of things and this what should be a simple problem has me baffled. I have two 720p PNG images imported into the timeline. When I add any transition the images during the transition are f