No Idocs were getting generated after the system Refresh

Hello Experts,
Recently my Sand box system has been refreshed with the Development system. (Its a system refresh and hence all the objects were also copied like Development).
After the refresh, we have performed the below activities --
BDLS to change the logical system
Maintained the LS in WE20
Partner Profiles from WE21 with proper settings with respect to the new logical system name. (Sand box).
RFC to myself source system and to the Flat File.
While executing a test load from Flat File the system is not able to generate any IDOCS in the system and failing with
"No Idocs generated; file system
Diagnosis
No IDocs have been created. With file systems as source systems, the IDocs are created in BI. As this did not happen, it is probable that there was a short dump in BI.
I dont see any short dumps in ST22 for this load and also any logs in SM21.
Any idea why the system is not able to generate IDOCS in the system?
We are planning to connect R/3 sandbox to BI sandbox once the Flat file load is running fine.
Thanks for your answers.
Raman

Hi ,
          Hi
BD87 Update Idocs manually.
1. When you look in the Monitor screen for the first time on a day you mostly will see some Loads that have yellow traffic lights. When you click on the lowest line of the Load (with the time of Load start) you will get the next popup screen:
2. Here you can click on the "Yes" button. The Load specification window (right side of the screen) will now be filled with data.
3. You can now start the manual processing of the IDocs. You go to the "Details" tabpage of the right window. You right click on the line with the red traffic light stating "Request IDoc : IDoc ready to be transferred to application" on the "Details" tab page of the Load. In the option menu that appears choose the option "Update manually in OLTP" (click it).
4. You will get to the next screen (which is in fact a transaction in the source system (SAP R/3) where you can update the IDoc that is send by the source system)
5. Now click the "Excecute" button on the left of the screen (or press the F8 button on your keyboard). You will get to the next screen:
6. This states that the IDoc has been passed through to BW. You return to BW by clicking the "Back" button (or pressing the F3 button on your keyboard) twice. After the first time you will see the previous screen and after that the Monitor screen again.
7. You will now see that the Status of the Load has turned to yellow or green. When it is yellow you will have to wait a little time (the execution of the Load in BW is still running) and by clicking "Refresh Details" button on the left upper side of the screen (or pressing the F8 button on your keyboard) you will see the Load turn green.
Regards,
Rahul.

Similar Messages

  • Inbound IDoc not getting generated in XI System

    Hi all,
    I have created a scenario following the given weblog:
    <b>/people/udo.martens/blog/2005/09/30/one-logical-system-name-for-serveral-bpm-acknowledgements
    The first half of this scenario is working fine and the <b>idoc data is getting posted into the the oracle table successfully</b>.
    The business process is successfully sending the <b>acknowledgement IDOC 'ALEAUD'</b> to the XI server using an HTTP Receiver Channel.
    The problem is that <b>no inbound IDOC</b> can be seen in the XI system using tcode <b>we05</b>.
    Next the xi system has to send the same IDoc to the R/3 system. But as no IDoc is getting generated in XI, nothing gets sent to R/3.
    Can anyone suggest what could be the possible error.
    Pls help.
    Regards,
    Neetu

    Hi,
    You will not see that IDOC in WE05 of the XI system. You can see that only in SXMB_MONI. XI system will not store any IDOC. When it enters XI it is a XML message and it will not post any IDOC that you can see in WE05.
    If you need to send the IDOC back to R/3 system, you can use BPM and send back the IDOC to R/3. If you need few details from Oracle tables that is to be sent back to R/3 then get those values from Oracle tables and fill in the same IDOC and send it back to R/3.
    Try this and let me know.
    Thanks,
    Prakash

  • Lost Transport Import History after the system refresh

    Hi,
    We forgot to take the backup of the TPALOG table before the system refresh. We refreshed our testing system from production system. Right now we donu2019t have the old import history for the testing system. We played with TPALOG table and TPALOGHDR to synchronize TPALOG table with ALOG*  files. But we are not able to do that. I remember we had synchronized the TPALOG table with ALOG* files in the past. Please advise for any function/program to achieve this. Thanks.
    Thanks.
    Raj.

    Hello Raj,
    The mechanism behind the import history is that STMS will look in table TPALOGHDR to check if the time frame for which the import history is called, is between STARTTIME and ENDTIME.
    If it is, it will use the entries in table TPALOG.
    If not, it will read the ALOGxxxx files on /usr/sap/trans/log and update table TPALOG.
    Modifying the ENDTIME in TPALOGHDR will force reading the ALOG files again and will update the internal table TPALOG. In most cases,using the first date you find in the ALOG file that covers the missing transport.
    To reduce the possibility of competing accesses to the action log you can select a system-specific name. For this purpose, set the tp parameter ALLLOG in the STMS transport tool as global and with value:
    ALLLOG = ALOG$(syear)$(yweek).$(system)
    This will create system dependant ALOG files like, ALOG0318.D01
    It should be noted that : The import history in TMS is only available for periods after the last copy of a system. The reason for this is, that TMS needs some information about the ALOG files which are stored
    in the database. During a database copy, this information is destroyed and there is no possibility to restore this data.
    Best Regards
    Niraj

  • CRMXIF_ORDER_SAVE IDOC not getting generated for BUS_TRANS_MSG BDOC

    Hello Experts,
    In our project, we have a requirement to send custom fields in the BUS_TRANS_MSG to external system through XIF. The model of BDOC BUS_TRANS_MSG triggering IDOC CRMXIF_ORDER_SAVE_M02 perfectly worked in the development system. We wanted to try the custom field extension in the Sandbox. So as per OSS note 916093, we have extended E101_CRMXIF_CUSTOMER_H segments with custom fields and tried generating the interfaces in BDFG transaction. While generation with IDOC CRMXIF_ORDER_SAVE_M we got an error message "Incompatible change to complex data type
    type E101CRMXIF_ISU_PRA1_X". So went about creating a custom IDOC ZZ_CRMXIF_ORDER_SAVE_M02 for message CRMXIF_ORDER_SAVE. Even for this config, the IDOC is not getting generated for the BDOCs. Lastly, configured the IDOC ZZ_CRMXIF_ORDER_SAVE_M02 to a custom function module ZZ_BDFG_IDOC_TEST_FM. The FM got generated and activated, even then the IDOC is not generated for the BDOC.
    SMOEAC config in Sandbox looks the same as the Development system. We do not the reason why IDOC is not getting generated and also the reason for error in BDFG while generating the interfaces after adding custom fields to CUSTOMER_H segment.
    Any help would be appreciated.
    Thanks,
    Partha

    Hi Partha,
    Kindly check the following thread.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/406efa7e-388a-2910-f9b8-81913b0ca57f?QuickLink=index&overridelayout=true
    XIF adapter
    Hope it answers your Query
    Regards,
    Srikanth.Naga

  • EREC: Multipal IDOC are getting created in receiver system for one IDOC

    Hello Experts,
    I ran in to one wearied issue in IDOC creation in Receiver system. I am running PFAL in sender system for only Person but 10 IDOC are getting created in receiver system. I don't know why is this happening.
    This issue started popping up after we ran RBDAPP01-Inbound Processing of IDocs Ready for Transfer. We ran this to change IDOC to 53 status. Now I don't know what went wrong but Perner distribution is behaving
    Appreciate your help.
    Regards,
    Krishna Bidwai
    Losangeles USA.
    818 527 0204.

    Yes, employee is getting created after adding 0003 into the filter, but can u please answer my another question, i.e. PERNR in sender and receiver system should be same.
    So in Receiver system (ECC) do i need to maintain external number range for PERNR?
    Thanks

  • Transportation lane KEY not getting generated in the table

    Transportation lane KEY not getting generated in the table
    Hi folks,
    The issue is like this :
    We have a weekly workorders upload program from legacy systems to SAP-APO. The legacy planners send a .CSV file containing material-wise workroders. A customised zee program picks these quantities & writes them in Prod.planned keyfigures in SNP planning book. This process is done for the manufacturing locations only.
    Lately workorders for two particular material M1 & M2 had failed to get upload. It gives the error 'NO VALID SOURCE OF SUPPLY COULD BE FOUND' in its Job log. We did some debugging & found that for successful materials the  TRPID is getting generated in the table /SAPAPO/V_TRPROD  whereas this TRPID is missing for M1 & M2. Why this is happening is our main concern. We tried deleting the PPM & creating this again, assuming that the PPMID is the precursor for generating this TRPID, but this yielded no results.
    ____ for successful upload______________
    se16 --> /SAPAPO/V_TRPROD
    Version = 000
    LOCTO = LOCID KEY for manufacturing location
    MATID = MATID KEY of successfully loaded workorder
    Enter
    This gives the following results
    TRPID = TRPID KEY
    LOCFR = LOCID KEY for manufacturing location
    LOCTO = LOCID KEY for manufacturing location
    MATID = MATID KEY for successfully loaded workorder
    ( This seems a self-lane, i.e both TO & FROM location are same)
    ____ for unsuccessful upload________
    se16 --> /SAPAPO/V_TRPROD
    Version = 000
    LOCTO = LOCID KEY for manufacturing location
    MATID = MATID KEY for unsuccessfully loaded workorder
    Enter
    This gives the following results
    Error = No Table entries found for specified KEYS
    We are perplexed why this TRPID is not getting generated for these two particular material M1 & M2?
    We have deleted their PPM & re-created them to cross-check if the PPMID KEY is the trigger for generating the TRPID key. This didn't work!
    Please let us know in case someone faced a similar issue.
    Many Thanks.
    Kumar
    Edited by: Blue Lotus on Jun 9, 2011 2:44 PM

    Yes Anand.
    We deleted the PPM & created it again, which didn't work.
    Later on we deleted the product itself from APO & re-CIFed it from R3 & then re-created the PPM.
    The PPMID which was missing earlier is now getting created! However no luck with the TRPID.
    Why this TRPID is not getting generated in our only concern
    Regards
    Kumar

  • The ovmcore-console libraries were not found on the system!!

    Hi all,
    I need help to open serial console from Oracle VM Manager GUI.
    I'm using the beta version 3.3 of Oracle VM Manager and the agent with Oracle VM Server 3.1 installed on a SPARC Enterprise T5240.
    I created a virtual machine with the manager, but when i try to launch serial console i have the following message:
    "Error 404: Page not found.
    The ovmcore-console libraries were not found on the system.
    Please install the correct ovmcore-console rpm suitable for your system on the Manager server.
    See the Oracle VM Installation Guide for additional information."
    any help ?

    Thank you for testing Oracle VM Manager 3.3 beta.
    We are still reviewing ovmcore-console package and have not made it public yet. Meanwhile, please use the following workaround to access the VM console:
    You can redirect the remote port to local using the ssh(1) command.
    1) From Oracle VM Manager UI, find out the UUID of the virtual machine. For example: 0004fb0000060000e98127266687b615.
    2) Log into Oracle VM server (dom0), use xm list command to get the domain id. In this example, the domain id is 2. The VNC port number will be 59xx, starting with 5900.
    # xm list -l 2 |grep 59
    (location 127.0.0.1:5900)
    3) From your own desktop, then you can execute the command in a local shell to redirect the port to your desktop:
    $ ssh -L 12345:localhost:5900 -N -f root@OVS
    4) The "5900" port will be redirected to "12345" of your local desktop, so that you can run the following command to connect the guest console:
    $ vncviewer local:12345
    5) For Windows, you can set up an ssh tunnel by using PuTTY for example.

  • Office 2013 - Word cannot establish a connection with this document after the system resumed from suspend mode

    Hiya!
    This issue has been answered numerous times for Office 2010 and Office 2007, but I have yet to any solutions or Hotfixes that work for Office 2013 (x64) on Win7.
    How to replicate the issue:
    Open a file from a network share.
    Edit file.
    Leave computer on with file open. Computer goes to sleep or into stand-by mode.
    Wait a bit
    Wake up computer
    CPU opens file in Read-Only mode and gives you the following error "Word cannot establish a network connection with this document after the system resumed from suspend mode. Save the document into a different file to keep any changes."
    What I've tried:
    http://support.microsoft.com/kb/2434898 - Office 2007 registry fixes. Does not apply.
    http://support.microsoft.com/kb/2413659 - Office 2010 problem. This exact issue. Says 'No microsoft products that match this hotfix are installed'
    Work Around:
    I can saving new versions of these files overrides this issue, but this is sometimes not possible for end-users who only have specific access to ONE SPECIFIC FILE in a particular network share.
    Please let me know how I can alleviate this issue!
    Thanks
    -Chris

    Hi,
    Are those problematic documents created via previous versions of Office?
    Please also try to run a repair of your Office 2013 installtion and check if it helps. See:
    http://office.microsoft.com/en-in/excel-help/repair-office-programs-HA010357402.aspx
    Regards,
    Steve Fan
    TechNet Community Support

  • The Net Pay generated by the system is wrong

    Hii ,
    i have an issue for payslip.
    The Net Pay generated by the system for an employee for the month of Oct.09 is wrong.  When i  analyse the payslip, the difference between the Gross Earnings and the Deductions is different from the actual Net pay. 
    Please help , i have checked in form . In earnings column total is calculated correctly and deductions also but there is excess amount in net pay.

    Hi ,
    i have checked cluster for the same but net payment /560 is calculating wrong amount which is on payslip
    as per understanding /560 = /550 + /110 so i have calcualted that amount bt it is giving some other amount
    where shoud i check the processing of the /560 in detailslike which all other wagetypes are included in this
    thanks for the reply

  • My ipod touch is not getting recognised after the update in my itunes library. the library is updated. and it shows the connect to itunes sign.

    my ipod touch is not getting recognised after the update in my itunes library. i have updated my library as well. but it shows the connect to itunes sign on my ipod.

    If it happened after updating iTunes on the computer see:
    iOS: Device not recognized in iTunes for Windows
    or
    iPhone, iPad, iPod touch: Device not recognized in iTunes for Mac OS X
    If after updating the iOS on your iPod:
    Try:
    - iOS: Not responding or does not turn on
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
    Apple Retail Store - Genius Bar       

  • TS4009 how do you retrieve information after the system has been reset to default

    how do you retrieve information after the system has been reset to default?

    From a backup on itunes or icloud, assuming you have made backups.  Connect to itunes and in the first tab for your device, choose to perform a restore.

  • My incoming calls on my iphone 5C get disconnected after the first ring. Please help!

    My incoming calls on my iphone 5C get disconnected after the first ring. Please help!

    I had this problem too with my newly bought iPhone 4s.I went to a technician shop to ask what the problem is and they said they could fix it however they would charge £35 and I believed this was too much. I was playing around with my iPhone to see if I could fix this problem I went on setting the clicked on the music section at the music section there is the button called sound check which was off so I decided to turn it on . After I turned it on my sound came back I was ecstatic I saved myself £35 and having to return the phone.

  • Activites after source system refresh

    Hi all,
    we made source system refresh recently.
    When iam running INIT I am not able to get the data ,but in rsa3 data it is available
    Now  I am not able to retrive the data from source system for SD data sources like 2LIS_02_ITM.
    Can any one tell me what type of activities i need to do after source system refresh for LO data sources.
    Thank
    Pruthvi

    Hi Pruthvi,
    As you mentioned about refresh, it would be a system other than Production system.
    Delta Loads:
    1. Whenever a refresh happens from the production, the delta pointers are disturbed.
    2. You need to re initialize the delta pointer for the DS you mentioned.
    3. If it is for the testing purpose of the Delta functionality, you may intialize the delta pointer 1st and then ask for postings of data in the ECC side.
    4. Once the postings are done, you would see data in Delta Queue in RSA7 in source system.
    5. Now run the Delta InfoPackage so as to fetch this data from the Delta Q of SS to the BW system.
    Full Loads
    1. If you are expecting a full load (Historical data), you need to first fill the Setup tables (in Background only) in the SS.
    2. Once the Setup table fill job is completed in SS, you may execute a Full InfoPackage in order to get this full load.
    Let me know if this helps..
    -Bhushan.

  • Caching@URLservices  How to clear  resp. exception after the provider-refresh?

    Hello,
    we have created a servlet-application "CondorSTAR", running in OC4J via mod_proxy.
    Using URLservices at the portal, we get an 405 "Method not allowd". Oops, there was a misconfiguration in the servlet-application, so that was correct.
    After repairing the application, we can now connect "native", i.e. via the URL for the OC4J! But that works not in Portal, the "error-page seems to be cached". We get the same error-message 405 Method not allowed...
    Then we have restarted httpd (graceful, later restart), we have given a provider refresh, but still the error is there. Oops, there was also an exception...
    Has anybody an idea, to clear the cache resp. what about the exception after the provider-refresh?
    Thanks
    Michael
    -----8<---------8<----------8<---------8<---------8<--------8<--
    configuration details:
    this is PDK Services for Java version 3.0.9.0.5./PDK URL
    Services version 3.0.9.0.4. (December-Release)/Oracle Portal Version: 3.0.9.8.0/iAS 1.0.2/SunOS 5.7
    -----8<---------8<----------8<---------8<---------8<--------8<--
    jserv.properties: wrapper.classpath=/oracle/IAS/web/PDK/JPDK.3.0.9.0.5/jpdk/lib/provider.jar
    wrapper.classpath=/oracle/IAS/web/PDK/JPDK.3.0.9.0.5/urlservices/lib/urlservices.jar
    wrapper.classpath=/oracle/IAS/web/PDK/JPDK.3.0.9.0.5/urlservices/lib/tidy.jar
    -----8<---------8<----------8<---------8<---------8<--------8<--
    From jserv.log after the provider.refresh
    24/01/2002 10:20:28:199 GMT+01:00] CondorSTAR/ 3.0.9.8.0
    [24/01/2002 10:20:28:200 GMT+01:00] CondorSTAR/DefaultProvider.getPortlets() - ProviderId = 83990
    57
    [24/01/2002 10:20:28:200 GMT+01:00] CondorSTAR/ - start index = 0
    [24/01/2002 10:20:28:200 GMT+01:00] CondorSTAR/ - count = 999
    [24/01/2002 10:20:28:201 GMT+01:00] CondorSTAR/ - byUser = false
    [24/01/2002 10:20:28:224 GMT+01:00] CondorSTAR/ - User = PORTAL30
    [24/01/2002 10:20:28:225 GMT+01:00] CondorSTAR/DefaultProvider.getPortlets() - returning 1 of 1 p
    ortlets
    [24/01/2002 10:20:30:942 GMT+01:00] page/JNI: Exception when trying to connect in 1.
    [24/01/2002 10:20:30:953 GMT+01:00] page/Timeout occurred, label=71 url=http://c3po.isae.condor-v
    ersicherungen.de:7778/pls/portal30/!PORTAL30.wwpro_app_provider.execute_portlet
    [24/01/2002 10:20:30:953 GMT+01:00] page/ContentFetcher InterruptedIOException Caught, Fetcher Ti
    medout name=content-fetcher20
    -----8<---------8<----------8<---------8<---------8<--------8<--
    From jserv.log after the 405 error is displayed
    [24/01/2002 10:24:03:855 GMT+01:00] CondorSTAR/Entering URLSecurityManager hasAccess(Portlet,ProviderUse
    r) *****************
    [24/01/2002 10:24:03:855 GMT+01:00] CondorSTAR/URLSecurityManager:hasAccess(Portlet). Auhtorize Type Is
    non registered, Returningtrue
    [24/01/2002 10:24:03:989 GMT+01:00] CondorSTAR/Entering URLSecurityManager hasAccess(PortletReference,Pr
    oviderUser) *****************
    [24/01/2002 10:24:03:989 GMT+01:00] CondorSTAR/Entering URLSecurityManager hasAccess(Portlet,ProviderUse
    r) *****************
    [24/01/2002 10:24:03:989 GMT+01:00] CondorSTAR/URLSecurityManager:hasAccess(Portlet). Auhtorize Type Is
    non registered, Returningtrue
    [24/01/2002 10:24:04:012 GMT+01:00] CondorSTAR/URLSecurityManager:hasAccess(PortletReference: Return Val
    ue being returnedtrue
    [24/01/2002 10:24:04:098 GMT+01:00] CondorSTAR/renderBody : Entering render ****************************
    [24/01/2002 10:24:04:098 GMT+01:00] CondorSTAR/renderBody : DebugLevel = 3
    [24/01/2002 10:24:04:098 GMT+01:00] CondorSTAR/ProviderSubscribe : Hashtable doesn't have any values. Lo
    ading from file ...
    [24/01/2002 10:24:04:098 GMT+01:00] CondorSTAR/URLProvider:init:mapFilePath /oracle/IAS/web/Condor-Provi
    der/CondorSTAR
    [24/01/2002 10:24:04:099 GMT+01:00] CondorSTAR/URLProvider:storeSubscriberKeyPersistent: Leaving ...
    [24/01/2002 10:24:04:099 GMT+01:00] CondorSTAR/URLProvider:loadSubscriberInfo: Entered ...
    [24/01/2002 10:24:04:109 GMT+01:00] CondorSTAR/URLProvider:loadSubscriberInfo: Created File Inputstream
    ...java.io.FileInputStream@119119e
    [24/01/2002 10:24:04:151 GMT+01:00] CondorSTAR/URLProvider:loadSubscriberInfo: Exception occured ... jav
    a.io.StreamCorruptedException: Caught EOFException while reading the stream header
    [24/01/2002 10:24:04:158 GMT+01:00] CondorSTAR/ProviderSubscriber:getSubscriber -- ProviderId & subscrib
    erID -- 8399057 & null
    [24/01/2002 10:24:04:158 GMT+01:00] CondorSTAR/URLRenderer:renderBody -- subscriberID -- null
    [24/01/2002 10:24:04:158 GMT+01:00] CondorSTAR/Before getHtpsProxyInfo
    [24/01/2002 10:24:04:158 GMT+01:00] CondorSTAR/No httpsProxy Values specified in provider.xml
    [24/01/2002 10:24:04:158 GMT+01:00] CondorSTAR/After checking for httpsProxy proxy tag
    [24/01/2002 10:24:04:197 GMT+01:00] CondorSTAR/Inline pageurl received = null
    [24/01/2002 10:24:04:197 GMT+01:00] CondorSTAR/getURLStream Inside
    [24/01/2002 10:24:04:210 GMT+01:00] CondorSTAR/getURLStream:Session = null
    [24/01/2002 10:24:04:210 GMT+01:00] CondorSTAR/getURLStream : Content URL Specified = http://c3po.isae.c
    ondor-versicherungen.de:7778/pof/servlet/Welcome
    [24/01/2002 10:24:04:224 GMT+01:00] CondorSTAR/getURLStream : URL Constructed = http://c3po.isae.condor
    -versicherungen.de:7778/pof/servlet/Welcome
    [24/01/2002 10:24:04:267 GMT+01:00] CondorSTAR/Connection type = HTTPClient.HttpURLConnection[http://c3p
    o.isae.condor-versicherungen.de:7778/pof/servlet/Welcome]
    [24/01/2002 10:24:04:277 GMT+01:00] CondorSTAR/getURLStream : After doInput and doOutput
    [24/01/2002 10:24:04:277 GMT+01:00] CondorSTAR/getURLStream : After Connect
    [24/01/2002 10:24:04:277 GMT+01:00] CondorSTAR/getURLStream:After open connection
    [24/01/2002 10:24:04:277 GMT+01:00] CondorSTAR/getURLStream: Null check for session
    [24/01/2002 10:24:04:277 GMT+01:00] CondorSTAR/getURLStream: Check for Cookies != null
    [24/01/2002 10:24:04:277 GMT+01:00] CondorSTAR/getURLStream: No cookies found in servlet session.null
    [24/01/2002 10:24:04:277 GMT+01:00] CondorSTAR/getURLStream: Before getInputStream
    [24/01/2002 10:24:05:823 GMT+01:00] CondorSTAR/getURLStream: After getInputStreamHTTPClient.RespInputStr
    eam@1b45f7d
    [24/01/2002 10:24:05:823 GMT+01:00] CondorSTAR/getUrlStream: Before returning Input Stream ...
    [24/01/2002 10:24:05:823 GMT+01:00] CondorSTAR/UrlStream received = HTTPClient.RespInputStream@1b45f7d
    [24/01/2002 10:24:05:823 GMT+01:00] CondorSTAR/renderBody:filter is not null
    [24/01/2002 10:24:05:833 GMT+01:00] CondorSTAR/filterContent : Entering HtmlFilter filterContent ******
    [24/01/2002 10:24:05:834 GMT+01:00] CondorSTAR/filterContent : Url input stream ---- : HTTPClient.RespIn
    putStream@1b45f7d
    [24/01/2002 10:24:05:834 GMT+01:00] CondorSTAR/ConvertStreamToStringBuffer: Inside
    [24/01/2002 10:24:05:834 GMT+01:00] CondorSTAR/Character encoding = ISO-8859-1
    [24/01/2002 10:24:05:834 GMT+01:00] CondorSTAR/ConvertStreamToStringBuffer:Before close
    [24/01/2002 10:24:05:834 GMT+01:00] CondorSTAR/ConvertStreamToStringBuffer: Leaving
    [24/01/2002 10:24:05:835 GMT+01:00] CondorSTAR/filterContent : HtmlFilter Trim HTML Header Contents :
    [24/01/2002 10:24:05:835 GMT+01:00] CondorSTAR/TrimHtmlHeader:Before replacing escape characters
    [24/01/2002 10:24:05:835 GMT+01:00] CondorSTAR/TrimHtmlHeader:Token to be replaced<head
    [24/01/2002 10:24:05:835 GMT+01:00] CondorSTAR/TrimHtmlHeader:ExcludeString6
    [24/01/2002 10:24:05:835 GMT+01:00] CondorSTAR/TrimHtmlHeader:Last occurence found for: <head
    [24/01/2002 10:24:05:835 GMT+01:00] CondorSTAR/TrimHtmlHeader: Before returing after trimming
    [24/01/2002 10:24:05:835 GMT+01:00] CondorSTAR/filterContent : URL Contents Before footerTrimTag : <HEA
    D><TITLE>405 Method Not Allowed</TITLE></HEAD><BODY><H1>405 Method Not Allowed</H1>Initialisation Error:
    Welcome null</BODY></HTML>
    [24/01/2002 10:24:05:835 GMT+01:00] CondorSTAR/filterContent : Trimming HTML Footer Contents :
    [24/01/2002 10:24:05:835 GMT+01:00] CondorSTAR/TrimHtmlFooter:Before replacing escape characters
    [24/01/2002 10:24:05:835 GMT+01:00] CondorSTAR/TrimHtmlFooter:Token to be replaced/body>
    [24/01/2002 10:24:05:835 GMT+01:00] CondorSTAR/TrimHtmlFooter:Last occurence found for: /body>
    [24/01/2002 10:24:05:835 GMT+01:00] CondorSTAR/TrimHtmlFooter: Before returing after trimming
    [24/01/2002 10:24:05:835 GMT+01:00] CondorSTAR/filterContent : URL Contents AFTER TRIM HTML FOOTER : <H
    EAD><TITLE>405 Method Not Allowed</TITLE></HEAD><BODY><H1>405 Method Not Allowed</H1>Initialisation Erro
    r: Welcome null</BODY>
    [24/01/2002 10:24:05:836 GMT+01:00] CondorSTAR/filterContent : Processs Request : Before checking base
    hrefhttp://c3po.isae.condor-versicherungen.de:7778/pof/servlet
    [24/01/2002 10:24:05:836 GMT+01:00] CondorSTAR/********************filterContent : Converting relative
    srcs to absolute srcs ********************
    [24/01/2002 10:24:05:836 GMT+01:00] CondorSTAR/*********************************************
    [24/01/2002 10:24:05:836 GMT+01:00] CondorSTAR/Attribute to be searched for = src
    [24/01/2002 10:24:05:836 GMT+01:00] CondorSTAR/**********************************************
    [24/01/2002 10:24:05:836 GMT+01:00] CondorSTAR/Total no. of occurences = 0
    [24/01/2002 10:24:05:836 GMT+01:00] CondorSTAR/filterContent : Converting relative hrefs to absolute hr
    efs
    [24/01/2002 10:24:05:836 GMT+01:00] CondorSTAR/*********************************************
    [24/01/2002 10:24:05:836 GMT+01:00] CondorSTAR/Attribute to be searched for = href
    [24/01/2002 10:24:05:836 GMT+01:00] CondorSTAR/**********************************************
    [24/01/2002 10:24:05:836 GMT+01:00] CondorSTAR/Total no. of occurences = 0
    [24/01/2002 10:24:05:836 GMT+01:00] CondorSTAR/filterContent : Converting relative actions to absolute
    actions
    [24/01/2002 10:24:05:836 GMT+01:00] CondorSTAR/*********************************************
    [24/01/2002 10:24:05:836 GMT+01:00] CondorSTAR/Attribute to be searched for = action
    [24/01/2002 10:24:05:836 GMT+01:00] CondorSTAR/**********************************************
    [24/01/2002 10:24:05:836 GMT+01:00] CondorSTAR/Total no. of occurences = 0
    [24/01/2002 10:24:05:836 GMT+01:00] CondorSTAR/filterContent : Converting relative backgrounds to absol
    ute backgrounds
    [24/01/2002 10:24:05:837 GMT+01:00] CondorSTAR/*********************************************
    [24/01/2002 10:24:05:837 GMT+01:00] CondorSTAR/Attribute to be searched for = background
    [24/01/2002 10:24:05:837 GMT+01:00] CondorSTAR/**********************************************
    [24/01/2002 10:24:05:837 GMT+01:00] CondorSTAR/Total no. of occurences = 0
    [24/01/2002 10:24:05:837 GMT+01:00] CondorSTAR/filterContent : Convert all href to have a parameter of t
    arget=_blank
    [24/01/2002 10:24:05:857 GMT+01:00] CondorSTAR/addTargetNew: Inside
    [24/01/2002 10:24:05:857 GMT+01:00] CondorSTAR/addTargetNew: HREF Not Found
    [24/01/2002 10:24:05:857 GMT+01:00] CondorSTAR/addTargetNew: Before returning
    [24/01/2002 10:24:05:857 GMT+01:00] CondorSTAR/filterContent() Before check for AuthType:
    [24/01/2002 10:24:05:884 GMT+01:00] CondorSTAR/renderContents:getCharacterEncoding() = ISO-8859-1
    [24/01/2002 10:24:05:884 GMT+01:00] CondorSTAR/******************renderContents:Contents to be rendered
    [24/01/2002 10:24:05:884 GMT+01:00] CondorSTAR/<FORM NAME="urlservices_parameter_form_1889" METHOD="GET"
    ACTION="http://c3po.isae.condor-versicherungen.de:7778/servlet/page"><INPUT TYPE="hidden" name="_pageid
    " value="54,56,98,88,90" />^M<INPUT TYPE="hidden" name="_dad" value="portal30" />^M<INPUT TYPE="hidden"
    name="_schema" value="PORTAL30" />^M<SCRIPT Language="JavaScript1.1">
    function submitURL1889(url)
    document.urlservices_parameter_form_1889.p_8401668.value=url;

    Hi,
    Log information shows that the URL you are trying to use =>
    "http://c3po.isae.condor-versicherungen.de:7778/pof/servlet/Welcome" always return content
    <HTML><HEAD><TITLE>405 Method Not Allowed</TITLE></HEAD><BODY><H1>405 Method Not Allowed</H1>Initialisation Error:
    Welcome null</BODY></HTML>
    while the exception has nothing to do with the portlet functioning. Please make sure that you are using the right servlet.
    Thanks,
    Amjad.

  • I hit the wrong monitor refresh rate and now lost monitor picture.  How can I get back to the right refresh rate with no pic to view?

    I hit the wrong monitor refresh rate and now lost monitor picture.  How can I get back to the right refresh rate with no pic to view?

    Try this:
    Mac OS X 10.6 Help: If you changed your display’s resolution and now it doesn’t display a picture

Maybe you are looking for

  • Nested aggregate measure definitions are currently not supported

    Hi, I created a logical column which is based upon an existing logical column. The column has the formula SUM(existing_logical_column) and I get the following error when I tried to check in the changes "Nested aggregate measure definitions are curren

  • FormCalc - What is the "exponent" operator?

    Hi, I want to make a simple calculation in my form that uses an exponent and I can't find anywhere what is the FormCalc operator for an exponent. I've tried ^ (e.g. (1+i)^n) and Math.pow((1+i),n) but neither one seems to work. Can anyone help please?

  • Output Contract / GOA

    Dear all, We are implementing SRM 4.0 and using the Contract Management Scenario. For Global Outline Agreements there is also a Push Button for "Output" available. By clicking currently the message "Output could not be created - Inform System Admin".

  • Databindings are not displaying

    I have a stored procedure im calling within one of my pages... i am able to display most of the data, but 3 fields.. If i select the test button within the command window in dreamweaver i see all the results i want to see.. But when i display the pag

  • Webcam issues??

    Hi, I'm new to Skype and in fact made my first video call to a friend in the USA last night. We were both using laptops and the audio was fine and I could see a picture of myself in the bottom right hand corner but no image of my friend. My friend co