Entries in CDS.log file and Org Chart Link

Hello Gurus/Luke/Stephen:
I have a live SAP connection for Org Chart 3.0 (build 5.1.32.1) for Nakisa 2.0. I have correct entries in backend R/3 system and I have right entries in Nakisa (through Admin Console). I have also done HR-OCI configuration. Still I am not able to launch OrgChart - it gives following error "Cannot find the root of OrgChart. The OrgChart box may have been deleted or incorrectly specified". Please find following entries from CDS.log file from server:
( 10/20/2009 11:10 PM:     ERROR: Bapi_Hroci.getDataSetBase() : Exception has been thrown by the target of an invocation.  {Inner Exception:[SAPConnector.Open]: Password logon no longer possible - too many failed attempts'
10/20/2009 11:11 PM:     ERROR: Rfc_Read_Table : Source {Nakisa.SAP.Proxy}: Message {[SAPConnector.Open]: Password logon no longer possible - too many failed attempts}
10/20/2009 11:11 PM:     ERROR: SAPRoleMapping_SAP.MapRoles() : Object reference not set to an instance of an object.
10/20/2009 11:11 PM:     ERROR: Bapi_Hroci.getDataSetBase() : Exception has been thrown by the target of an invocation.  {Inner Exception:[SAPConnector.Open]: Password logon no longer possible - too many failed attempts')
I do have correct password, so I am not sure what is the issue. Please advise.
Thanks,
Jha

Here are more errors from CDS.log file:
10/22/2009 12:47 AM:     ERROR: SAPRoleMapping_SAP.MapRoles() : Object reference not set to an instance of an object.
10/22/2009 12:47 AM:     ERROR: Bapi_Hroci.getDataSetBase() : Exception has been thrown by the target of an invocation.  {Inner Exception:[SAPConnector.Open]: Password logon no longer possible - too many failed attempts'
10/22/2009 12:48 AM:     ERROR: ApplicationConfiguration : getListingDirectory : listing directory: ReportingDirectory does not exist.
10/22/2009 12:48 AM:     ERROR: ApplicationConfiguration : getListingDirectory : listing directory: ReportingDirectory does not exist.
10/22/2009 12:48 AM:     ERROR: ApplicationConfiguration : getListingDirectory : listing directory: DirectoryListing1 does not exist.
Thanks,
jha

Similar Messages

  • Reading log file and calculating time between

    If someone could help me with this one, I would be very grateful.
    I have a log file and I need to search a string that contains a start time and end time (eg. <time="11:10:58.000+000">). When I have these two values, I need to measure the time that has been elapsed between these two (from start to end).

    $Path="C:\Times.log"
    remove-item $Path
    Add-Content $Path '<time="11:10:58.000+000">'
    Add-Content $Path '<time="12:10:58.000+000">'
    Add-Content $Path '<time="13:10:58.000+000">'
    Add-Content $Path '<time="15:13:38.000+000">'
    Add-Content $Path '<time="16:10:58.000+000">'
    Add-Content $Path '<time="17:08:28.000+000">'
    $File=Get-Content $Path
    $StartTime=$Null
    $EndTime=$Null
    $ElapsedTime = $Null
    ForEach ($Line in $File)
    If ($Line.Contains("time="))
    $Position = $Line.IndexOf("time=")
    $TimeStr =$Line.SubString($Position+6,8)
    IF ($StartTime -EQ $Null)
    $StartTime = $TimeStr -As [System.TimeSpan]
    Else
    $EndTime = $TimeStr -As [System.TimeSpan]
    $ElapsedTime = $EndTime.Subtract($StartTime)
    "StartTime=$StartTime EndTime=$EndTime ElapsedTime=$ElapsedTime"
    $StartTime = $Null
    Gives this output
    StartTime=11:10:58 EndTime=12:10:58 ElapsedTime=01:00:00
    StartTime=13:10:58 EndTime=15:13:38 ElapsedTime=02:02:40
    StartTime=16:10:58 EndTime=17:08:28 ElapsedTime=00:57:30

  • Show RMAN  message in log file and screen at same time

    Is there any way I can save all RMAN message in a log file and also show on standar out (screen).
    Thanks

    Hi,
    You can try a shell script like this if you are using linux:
    #!/bin/sh
    # Name: test_backup
    # Author: Tad_cs
    # Description: Executes backup using the RMAN
    export ORACLE_HOME=$1
    export ORACLE_SID=$2
    export LOG_DIR=$3
    # Variables:
    SCRIPT="test_backup"
    data_log=`date '+%y-%m-%d_%H:%M:%S'`
    logfile=${LOG_DIR}/${SCRIPT}-${data_log}.log
    # Execution of script backup of rman:
    $ORACLE_HOME/bin/rman <<EOF > $logfile
    connect target rman/rman
    connect catalog rman/rman
    run { execute script test_backup; }
    EOF
    exitSo, While the script is performing, you can open other screen, search for
    the log that is generating, and see the contents using:
    tail -f log_file_name.logIs this you need?
    []´s

  • Printing messages in Log File and Output File using Dbms_output.put_line

    Hi,
    I have a requirement of printing messages in log file and output file using dbms_output.put_line instead of fnd_file.put_line API.
    Please let me know how can I achieve this.
    I tried using a function to print messages and calling that function in my main package where ever there is fnd_file.put_line. But this approach is not required by the business.
    So let me know how I can achieve this functionality.
    Regards
    Sandy

    What is the requirement that doesn't allow you using fnd_file.put_line?
    Please see the following links.
    https://forums.oracle.com/forums/search.jspa?threadID=&q=Dbms_output.put_line+AND+Log+AND+messages&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    https://forums.oracle.com/forums/search.jspa?threadID=&q=%22dbms_output.put_line+%22+AND+concurrent&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • Diff between Log files and Trace files

    hi
    What is the exact differences between Log Files and Trace Files.
    And the relevant informative URL/reference materils would be highly appriciated.
    Thanks
    Sekhar

    Hi,
    Go through these,
    http://help.sap.com/saphelp_nw04/helpdata/en/d1/7b1e40777cdd5fe10000000a155106/frameset.htm
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/0bf8c890-0201-0010-8b8c-fc93fa1f4795
    Hope it clarifies
    Regards
    Srinivasan T

  • How to delete TMS log file and and request log no.

    Dear experts,
    How to delete TMS log file and and request log no...My TMS log is not deleted since 2007. Please advice
    Thnks

    You can delete them from OS level. You can delete safely the following files:
    /usr/sap/trans/log/SAP*.<SID>
    Is this you were looking for?
    Regards,
    Faisal

  • WebAnalyticsServiceApplication_ReportingDB log file and secondary DB files issue

    Hello everyone,
    So we have a problem, a customer has a SP2010 farm, SP on one server and SQL 2008r2 on another. Little (read none by the looks of things) maintenance has been applied to the server (both SQL and SP other than patching and windows backups) over nearly a year
    and we are here now to upgrade to SQL 2012, found the current state and the situation is as follows (up-to now):
    The SP install was done from the search server binaries to give better search options (thought this may be prudent to disclose)
    The WebAnalyticsServiceApplication_ReportingDB log file is HUGE and will not truncate, Ive done the following:
    backed up (full) the DB for web analytics  
    backed up log files for same DB (with truncate selected) (both through gui in SQL MS)
    Tried to shrink log file (this told me through the gui that 99% was free in the log file, but it freed up only 1%, even after trying again and selecting 'reorganise pages before releasing unused space' and selecting 0MB for the 'shrink to' size)
    Also, there are over 30 secondary DB files for this database, Ive seen other threads about these files but am stuck as how to do the following...
    no one uses the web analytics
    the data is not needed
    I understand it maybe needed in the future
    we do not need the data
    how should I get rid and stop future log file and secondary DB file growth? 
    Anyone's help would be greatly appreciated. 

    For reference, you can control how long SP keeps the Web analytics data (which does generate one extra .ndf per week).
    To set the limit on the data retention period:
    On the Central Administration Web site, in the Application Management section, click
    Manage service applications.
    Click the Web Analytics Service Application row to select it and in the
    Operations group of the ribbon click Properties.
    In the dialog box, in the Data Retention Period section, set the data retention period, which can range from 1 month to 25 months.
    See
    https://technet.microsoft.com/en-us/library/ee620541.aspx#section1 for more info

  • Org chart link in Who's who

    Hi,
    Can anyone tell me where the config for the Org Chart service that is kicked of from who's who (ie when you've found someone you can then click the Org Chart link)
    I can't find the service in the Homepage framework.  And I can't find a link with the Who's who. 
    Thanks
    J

    The config (what little there is) is under the ESS ITS specific services settings....go to "Office"....there is all the "Who's Who" config....toward the end is "Determine Functions"...that has a "check box" for "Allow access to Organizationl Environment"....it does little more than making the "org chart" button visible/active in the Who's Who service. There is no other specific Org Chart config in ESS. In fact, the standard SAP Org Chart service is pretty bad, so I have always replaced it with a custom version (since just about everyone customizes the Who's Who service also). Hope this helps.

  • With Mozilla Firefox, I cannot go to "File" and then "Send Link" so as to pull up an email ready to send via Outlook Express, as I can with Internet Explorer - how do I change the settings to permit this?

    If I am using Explorer, I can go to "File" and then "Send Link" -
    an email will automaticallt pop up, with the website url pasted in;
    I merely put in the recipents email address, hit Send, and away it goes
    With Firefox, the email does not pop up; I have to manually pull up an email ("create mail"), then copy and paste the website url
    displayed by Firefox
    I want to override this default to Explorer

    Hi,
    Please try this: '''Tools''' (or '''Alt''' + '''T''') > '''Options''' > '''Applications'''. Look for or start typing '''mailto''' in the search box and for the '''Action''' change it to the desired mail client (the application that opens up in Explorer) if the value is different.
    '''Options''' > '''Applications''': https://support.mozilla.com/en-US/kb/Options%20window%20-%20Applications%20panel
    Managing Actions: https://support.mozilla.com/en-US/kb/Managing%20file%20types

  • How to find discoverer log files and CPU usage

    Hi,
    i have a report running very slow in prod. but runs fast in dev and qa.
    **Where/how can i find the Log files generated after the report runs?**
    **Also i wanted to see how i can find the CPU Usage**
    i searched online for CPU usage... and found this --> ""For the CPU usage of these servlets, please navigate to the Discoverer application page from the OC4J_BI_Forms home page in the EM standalone console.""
    can anyone tell me how to navigate to OC4J_BI_Forms home page in the EM standalone console?
    Thanks!
    gayatri

    Hi gayathri,
    This link would help i suppose
    http://docs.huihoo.com/oracle/docs/B14099_19/bi.1012/b13918/maint.htm#i1025807
    and http://docs.huihoo.com/oracle/docs/B14099_19/bi.1012/b13918/tshoot.htm#CHDHFJDE
    Be careful,if not done without prior knowledge it would mess up.So mostly this job should be done by DBA of your company.They can log in as sysadministrator to get to "Enterprise Manager" and do as per the link
    Best Wishes,
    Kranthi.

  • How can I save my Log files (and other my own files) to windows azure ?

    Hi ,Dear all
    I am migrating an Asp.Net Web App to Windows Azure. It runs in IIS
    In that Web App,it will:
      1. save log files to a virtual path (for example, save to $WEBAPP_ROOT_DIR/LOGFILES/
      2. save ViewState by session as temporary files to a virtual path (for example , save to $WEBAPP_ROOT_DIR/VIEWSTATE/
      3. upload some image files to the web server virtual path at $WEBAPP_ROOT_DIR/UPLOAD/
    so, when I migrate the web app to windows azure,how can I do the same job in my code?It seems so many great changes in my code ...
    Any ideas and suggestions for me ? many thanks!

    hi Eric,
    If you use Azure website, you can save your log and files into azure storage service ,such as blob or table.
    If you use VM to host your service, you can only attach a data disk or file service on your VM and save your data into data disk or file service.
    Regards,
    Will
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Standby Redo Log Files and Directory Structure in Standby Site

    Hi Guru's
    I just want to confirm, i know that if the Directory structure is different i need to mention these 2 parameter in pfile
    on primary site:
    DB_CONVERT_DATAFILE='standby','primary'
    LOG_CONVERT_DATAFILE='standby','primary'
    On secondary Site:
    DB_CONVERT_DATAFILE='primary','standby'
    LOG_CONVERT_DATAFILE='primary','standby'
    But i want to confirm this wheather i need to issue the complete path of the directory in both the above paramtere:
    like:
    DB_CONVERT_DATAFILE='/u01/oracle/app/oracle/oradata/standby','/u01/oracle/app/oracle/oradata/primary'
    LOG_CONVERT_DATAFILE='/u01/oracle/app/oracle/oradata/standby','/u01/oracle/app/oracle/oradata/primary'
    Second Confusion:-
    After transferring Redo Standby log files created on primary and taken to standby on the above mentioned directory structure and after restoring the backup of primary db alongwith the standby control file will not impact the physical standby redo log placed on the above mentioned location.
    Thanks in advance for your help

    Hello,
    Regarding your 1st question, you need to provide the complete path and not just the directory name.
    On the standby:
    db_file_name_convert='<Full path of the datafiles on primary server>','<full path of the datafiles to be stored on the standby server>';
    log_file_name_convert='<Full path of the redo logfiles on primary server>','<full path of the redo logfiles on the standby server>';
    Second Confusion:-
    After transferring Redo Standby log files created on primary and taken to standby on the above mentioned directory structure and after restoring the backup of primary db alongwith the standby control file will not impact the physical standby redo log placed on the above mentioned location.
    How are you creating the standby database ? Using RMAN duplicate or through the restore/recovery options ?
    You can create the standby redo logs later.
    Regards,
    Shivananda

  • Where to keep the log file and the mdf/ndf

    Hi ,
    While going through the book of Kalen Delaney "inside sql server"  I got statement  "A general recommendation is to put log files onto their own physical disk. Here I am bit confuse that we have to keep log file in same hard
    disk separate derive or in separate hard disk itself. On My DB server has only one hard disk, with three logical partition, so if I keep my log file MDF on different derives will I get the performance.
    Thanks in advance for reply........
    Regards Vikas Pathak

    @sateesh : but as per link "http://msdn.microsoft.com/en-us/library/bb402876.aspx"
    This rule checks whether data and log files are placed on separate logical drives. Placing both data and log files on the same device can cause contention for that device and result in poor performance. Placing the files on separate drives allows the I/O activity
    to occur at the same time for both the data and log files.
    This is probably as this is the best they can do. Checking that the logical drives are actually two different physical disks is little out of scope from what you can do in SQL Server.
    It is also worth pointing that the rule specifically refers to spinning disks. SSD disks do not have this problem.
    Erland Sommarskog, SQL Server MVP, [email protected]

  • Log files and RSconfig file is not creatd after Reinstall the SSRS part?

    HI guyz,
    I have problem with my Subscription to send the emails using SMTP ,to resollving that i have uninstall  and install the SSRS part
    after install the SSRS part i have not found any RSConfig file and Logfiles,Here i have made one change that is after unisntall the SSRS i have changed the Report server  folder name to ReportServer_old ,After that i have I have installed the SSRS part 
    now i will not getting any Logfiels and RSconfig file also,
    And now also  i am not able to send the emails  using Subscription
    I have facing this issue still long time back,
    The error which am getting here is ,
    transport server Failed to send emails 
    I have done all the config settings properly ,There is nothing wrong in Config settgs.Guys pls help me out for this 
    Note; Uisng powershell script i have sending the mails using the SMTP server ,But in ssrs it is not working
    Can you pls any one update this 
    Thanks!

    Hi Yichinnari,
    I have checked that your issue can be cause by you haven't uninstall the SSRS correctly, you mentioned that you just rename the ReportServer folder, this may cause the issue. You can backup this folder to some other path and then remove all the folder related
    to the SSRS.
    Please find details information below about how to do a Completely uninstall of SSRS.Recommendations
    for Uninstalling & Installing Reporting Services
    How to uninstall Reporting Services on SQL 2008 R2?
    You mentioned that the error "Failure sending mail: The transport failed to connect to the server" when schedule the subscription still exists although you have done all the settings in the configuration file.
    Please first make sure you have successfully reinstall the SSRS and  the proper SMTP server is successfully configured and specified.
    Then do some configuration in the Reporting Service configuration manager like below:
    Finally, configure the rsreortserver.config file correctly.
    More details information about the configuration:
    How to: Configure a Report Server for E-mail Delivery (Reporting Services Configuration)
    If you still got the same error message, please try to provide more details error message in the log files which path is like :
    C:\Program Files\Microsoft SQL Server\MSRS10_50.MSSQLSERVER\Reporting Services\LogFiles
    If you still have any problem, please feel free to ask.
    Regards,
    Vicky Liu
    Vicky Liu
    TechNet Community Support

  • Question regarding alert log file and trace files

    What should be the alert log file size ? And when should it be deleted? And for how many days user trace files should be kept?
    Also will anyone please tell me the importance of these files.
    Thanks

    This may help: http://download-east.oracle.com/docs/cd/B19306_01/server.102/b14231/manproc.htm#sthref729
    There are a few discussions on it here:
    Re: Alert Log File
    alert log file contents viewing
    Re: how to read alert log file? is there any tool available?

Maybe you are looking for