SCM WP trace file error message

Hi,
We are getting the below error in our work process trace files for our SCM 5.1 system
Tue Dec 30 17:35:51 2008
  ***LOG Q0I=> NiPGetHostByName: hostname 'OPTSERVER' not found: gethostbyname [niuxi.c 1470]
At same time, we have system log entries as below:
19:07:34 BTC  031 009 APOADMIN                Q0  I Operating system call gethostbyname failed (error no. 0 )
Documentation for system log message Q0 I :
The specified operating system call was returned with an error.
For communication calls (receive, send, etc) often the cause of errors
are network problems.
It could also be a configuration problem at operating system level.
(file cannot be opened, no space in the file system etc.).
Does anyone know about this?? The RFC connections between APO server and Optimizer server are working fine and there is no issue. However, for any dialog/background process we are getting the error above. Please suggest.
Regards,
Sandeep.

Hi Senthil,
Thanks for your reply. As in the note 388193 that you have mentioned job /SAPAPO/OM_REORG_DAILY is executed daily in our system and there does not seem to be any issue with optimizer installation as optimizer is working fine and there is no connection problem with scm system.
However the SM21 errors keeps coming.
13:48:15 BTC  031 009 APOADMIN                Q0  I Operating system call gethostbyname failed (error no. 0 )
13:54:38 BTC  031 009 APOADMIN                Q0  I Operating system call gethostbyname failed (error no. 0 )
14:01:24 BTC  031 009 APOADMIN                Q0  I Operating system call gethostbyname failed (error no. 0 )
14:07:59 BTC  031 009 APOADMIN                Q0  I Operating system call gethostbyname failed (error no. 0 )
Regards,
Sandeep

Similar Messages

  • How to find trace file error in form

    hai all,
    i have big problem in my form in apps i open the form one error is ocuured,
    i got the trace file and check the error,
    PARSE ERROR #82:len=2903 dep=0 uid=173 oct=3 lid=173 tim=4265689973879 err=904 this is the trace file error meassage,
    how to find this error in form and also this is occured one select statement,how to find this select statement where can be used in form,
    i have one button ,when ever i press the button this error is ocuured,i check this button pl/sql procedure code but in this code not using that sql statement,
    if any one know to find the sql statement through trace file.
    plz give the replay as soon as possible.
    thank's

    The newest SQL Developer can converts the trace to readable format too, I'm not shure if you see the sql statement related to the error then.
    It seems you get ORA-00904 which says you use an invalid coumn in a dml statement.
    Normally such error should pop up in message - do you overwrite the message handling or use exception handling in you form which block this message?
    Easiest way to find this is to compile the form against the target database.
    If this does not give an error, you should check, if you use dynamic sql statements which are wrong.
    If you call database routines from your form, than this could be the errro cause too.

  • Trace File Errors

    Hi - I've been trying to figure out an issue I'm having where I have a report with an attached library I created and at random it seems that the PL/SQL in the library errors out with this error message-
    Terminated with error:
    REP-1401: 'cf_footnoteformula': Fatal PL/SQL error occurred.
    ORA-06508: PL/SQL: could not find program unit being called
    Here's my RWSERVLET Trace file error - not sure what's going on here but if anyone has a clue what this might mean and lead me in the right direction, please let me know
    [2008/5/8 5:53:17:934] Exception 1401 (): 'cf_footnoteformula': Fatal PL/SQL error occurred.
    oracle.reports.RWException: IDL:oracle/reports/RWException:1.0
         at oracle.reports.RWExceptionHelper.read(RWExceptionHelper.java:67)
         at oracle.reports.server._ConnectionStub.runJob(_ConnectionStub.java:504)
         at oracle.reports.client.ReportRunner.dispatchReport(ReportRunner.java:290)
         at oracle.reports.rwclient.RWReportRunner.dispatchReport(RWReportRunner.java:86)
         at oracle.reports.rwclient.RWClient.runReport(RWClient.java:1671)
         at oracle.reports.rwclient.RWClient.processRequest(RWClient.java:1525)
         at oracle.reports.rwclient.RWClient.doGet(RWClient.java:366)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(Unknown Source)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:674)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:341)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:816)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:231)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:136)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:534)

    Hi - I've been trying to figure out an issue I'm having where I have a report with an attached library I created and at random it seems that the PL/SQL in the library errors out with this error message-
    Terminated with error:
    REP-1401: 'cf_footnoteformula': Fatal PL/SQL error occurred.
    ORA-06508: PL/SQL: could not find program unit being called
    Here's my RWSERVLET Trace file error - not sure what's going on here but if anyone has a clue what this might mean and lead me in the right direction, please let me know
    [2008/5/8 5:53:17:934] Exception 1401 (): 'cf_footnoteformula': Fatal PL/SQL error occurred.
    oracle.reports.RWException: IDL:oracle/reports/RWException:1.0
         at oracle.reports.RWExceptionHelper.read(RWExceptionHelper.java:67)
         at oracle.reports.server._ConnectionStub.runJob(_ConnectionStub.java:504)
         at oracle.reports.client.ReportRunner.dispatchReport(ReportRunner.java:290)
         at oracle.reports.rwclient.RWReportRunner.dispatchReport(RWReportRunner.java:86)
         at oracle.reports.rwclient.RWClient.runReport(RWClient.java:1671)
         at oracle.reports.rwclient.RWClient.processRequest(RWClient.java:1525)
         at oracle.reports.rwclient.RWClient.doGet(RWClient.java:366)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(Unknown Source)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:674)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:341)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:816)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:231)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:136)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:534)

  • "Unable to Check Out File Error" Message

    I'm new to using Adobe products, so forgive me if this is a dumb question! My graphic designer sent me a INDD file to edit the text in and when I try to open it in both InDesign and InCopy, I receive an "Unable to Check Out this File" error message. I just downloaded InDesign CC and InCopy CC (the free trial versions). She said that all settings on her end should allow me to view it. Any help is much appreciated!
    Thank you!

    I've just experienced the same error message in CS4. I got rid of it by going to the Links panel, selecting all the links to Incopy, and Unlinking.

  • Cannot locate original music file error message???

    cannot locate original music file error message ??? i transferred to a new laptop then some of my music collection seems to get this message .

    This happens if the file is no longer where iTunes expects to find it. Possible causes are that you or some third party tool has moved, renamed or deleted the file, or that the drive it lives on has had a change of drive letter. It is also possible that iTunes has changed from expecting the files to be in the pre-iTunes 9 layout to post-iTunes 9 layout,or vice-versa, and so is looking in slightly the wrong place.
    Select a track with an exclamation mark, use Ctrl-I to get info, then cancel when asked to try to locate the track. Look on the summary tab for the location that iTunes thinks the file should be. Now take a look around your hard drive(s). Hopefully you can locate the track in question. If a section of your library has simply been moved, or a drive letter has changed, it should be possible to reverse the actions.
    Alternatively, as long as you can find a location holding the missing files, then you should be able to use my FindTracks script to reconnect them to iTunes .
    tt2

  • Can't open file , error message 1310 & 2203

    can't open file , error message 1310 & 2203

    reproduce is easy. anytime i click to open an attachment or a pdf file.
    it won't open.  comes up with notice that adobe acrobat has stopped
    working and the program will close.  I can go to READER AND OPEN THE
    FILE BUT NOT FROM ACROBAT X PRO.   RATHER SILLY.
    ERROR MESSAGES ATTACHED
    THANKS FOR THE ASSIST
    Dan Valentine, GRI, e-PRO, MA min
    Broker-Owner
    Valentine Sales & Management
    "Building & Maintaining Rental Portfolios"
    "One-Stop-Shop: AcquireRehabLeaseManagementStrategic Disposition"
    www.ValentineTeam.com
    www.ValentinePropertyManagement.com
    www.InvestAZRentals.com
    12031 N. Cave Creek Rd.
    Phoenix, AZ 85020
    Cell-Text 602-377-0621
    Office- 602-866-0150
    Fax-602-926-8260
    [email protected]

  • Quick time 'this is not a movie file' error message

    PLEASE HELP!
    i've recently downloaded some movies off the internet (.avi files) and although all have originally opened and played in quicktime, i am now getting 'this is not a movie file' error messages for all of them. I've had this before and restarting the computer has usually helped - but not this time. I've also tried reinstalling quicktime, as well as installing divx (i get an error message saying this file cannot be opened). for some reason i can't install VLC (some message about not being able to mount).
    I've also burnt the files to a cd and tried playing from there (Rather than my external hard drive) but still won't work. The files won't even open up a preview... i really don't understand what could have happened though - i've opened and played all of them when i first downloaded them and they worked just fine!
    i'd appreciate any help.
    cheers

    The fact that you cannot even mount one file or install another makes it sound more like an OS problem than a QT problem, though I guess in part some people deserve what they get with pirated movies through torrents. Have you repaired permissions?
    The files you cannot even use that are not the videos in question indicate your problems lie elsewhere.

  • Couldn't Save File - Error Message

    Recently after adding a few more pages and updating some existing pages on my site, I have been met with an error saying I cannot save my website using the save function of iWeb, I receive the "Couldn't Save File" error message, however it doesn't tell me what file can't be saved or what file might be missing. I am running verision 1.1.2. Thanks for any help anyone can provide.

    Dear DOHCVTEC187:
    I had that same error. iWeb would open with a "can't open file :unamed" error, and also would give me a "can't save" error. I searched on the discussions, and found a few things that might help.
    First, save/backup your Domain. That is where iWeb saves all that cool web info. It should be located in:
    <user>/Library/Application Support/iWeb.
    I try to make a back up this when ever I make big changes anyways. Alway a good idea. Burn it to Disk, put it on another HD. Etc. Then delete the original, leaving the folder empty.
    Second:
    Trash iWeb preferences, located:
    <user>/Library/Preferences/com.apple.iWeb.plist
    Now, use Disk utility to repair permissions. I do this as a helpful step.
    Then restart.
    After restarting, open up iWeb. Hopefully it opens with out the error, since we are starting from "scratch". It should ask for you to create a new page/ new site. ie, remaking a "domain". Make a singe page. Save and then quit iWeb. It should run smoothly.
    Now, go find that "new" domain you just made, and replace it with your old one.
    That should help.
    Also, one thing that I found when this error happened to me was that I had built links to documents , such as PDF for people to download. Thus the error "couldn't open, unnamed" etc. It was because those links were "broken", so I had to find each link that I pointed to a PDF, and double check that it was still working and pointed to the correct file. Could be a pain in the but if you have alot of PDF's, etc, but it was worth it.
    Hope this helps!
    15" PB g5   Mac OS X (10.4.9)  

  • I do not have Microsoft office and to know if I can still open docx files - error message reads corrupt files.  Is there a reliable converter out there?

    I do not have Microsoft office and want to know if I can still open docx files - error message reads corrupt files.  Is there a reliable converter out there?  I am a new mac user.

    Install the free LibreOffice and save a bundle not having to pay MS. http://www.libreoffice.org/

  • "Preview not available for this file" error message.

    I'm using LR 4.4 but it hasn't worked correctly since I got my new camera (Canon 70D). When trying to import I keep getting the "Preview not available for this file" error message. I had some better luck connecting the camera with a usb cable, that let me see the jpg images, but it would not let me see the raw (.cr2) images. Would I solve this problem by upgrading to LR5?
    I'm running LR 4.4 on a Windows 7 PC.
    Thanks for any help that can be provided.
    Robert

    Support for the Canon 70D was introduced with LR version 5.2. see the link below.
    Camera Raw plug-in | Supported cameras

  • Thumbnails appear but missing file error message if try to open

    PSE worked fine for 2 months, when downloading to Shutterfly organizer crashed. uninstalled and reinstalled-problem persisted. Set up new user/administrator and organizer would open but with "missing file error message" if tried to open thumbnail picture. Then unistalled pse8 and reinstalled pse6. Still get missing file error, but again I can see the thumbnails. I had at one point 5000 photo's and deleted 3000 to reduce clutter using the delete from harddrive option when I did so. Now I once again have 5000 photo's cataloged ?? At this point I would be happy to simply get pse6 working as it should, any suggestions please. I have a lot of time and knowledge invested in PSE and I hate to cop out to Picassa at this point ?

    I'm slowly getting this mess untangled. It seems that on the reinstalls of pse8 following organizer crash that even photo's that were previously deleted from both catalogs AND harddrive must still keep a thumbnail version hidden in some file somewhere. when I used the delete option in the missing file dialog I was able to remove them from the current catalog. It seems as though after too many software upgrades and photo's copied and saved through the years, you might as well by a new computer and mke a fresh start. But then again I'd just have to deal with windows7 and pse8 compatibility issues anyway. D@&D if I do, D@&D if I don't scenario !!

  • Unrecognised File error message

    I have a clip shot on a sony AVHCD camcorder. It was shot using a h.264 codec and I want to edit in FCE.
    I've converted the clip using quicktime pro 7 to DV-PAL.
    The clip plays fine on my imac but when i attempt to import to final cut i get an "unrecognised file" error message and the clip isnt imported.
    Any ideas whats causing this?

    OK thats making sense.
    So the clip was imported from the camera to iMovie where it was initially edited into a final file. That file was then shared to AppleTV.
    Some years later I decided to make changes to that clip and it was the finished iMovie project in .m4v that was being converted in QT7 for use in FCE.
    When I now look at the interface in QT7, my audio options are listed as:
    Linear PCM
    AAC
    Apple Lossless
    MPEG-4 AAC Enhanced
    MPEG-4 AAC Low Delay
    MPEG-4 HE AAC
    MPEG-4 HE AAC V2
    So I assume either Linear PCM or Apple Lossless comply to your suggestion?

  • How do i fix or avoid a corrupted file error message

    i get an corrupted file error message when i try to send a video from photoshop elements 5.0 to adobe premiere elements 3.0. video plays in photoshop but wont transfer, by photoshop, disc or file. cants get anything into premiere elements. help?
    lyndaloon

    Lynda,
    Are you attempting to send a video file which you have on your hard drive to Premiere Elements3? Or is it a slideshow which you have just made in the PSE slide show create  function which you are attemptin to send ?
    If it is a video file on your hard drive, then I suggest  that you first try to bring the video directly in to Premiere Elements 3.  If you have already attempted adding a video file directly to Prem Elem 3, then I recommend that you post your question in the separate forum for Premiere Elements. I suggest that you include info about the file type and codec of the video file as well as what variation of Windows you are running. 
    Premiere Elements forum at
    http://forums.adobe.com/community/premiere_elements
    FYI
    - I have previously sent photo files from Photoshop Elements 5 to Premiere Elements 3: however I have never attempted to do a Send of a video file. There are many types of video files for which the PSE 5 Organizer has very limited support and that is why I think that you would be better using Premiere Elementa 3 to work with video.
    Or perhaps you might have a newer format of video file that Premiere Elements 3 does not support for editing. For example, AVCHD format is not supporedt in PE 3 but is supported in newer versions.  This  question about types of video is better asked in the Premiere Elements forum.

  • Undeployment ear-file, error messag in log

    Hello,
    we have an error message in the netweaver log while undeploying an ear-file.
    (default.trace)
    Date , Time , Message , Severity , Category , Location , Application , User
    06/11/2007 , 8:36:49:281 ,  [permissions_collection_operator]: domain[CN.com/CN Connector] not removed, because is not registered , Error , /System/Security , com.sap.engine.services.security ,  , admin
    This message is shown for a lot of files and some directories under the famous WEB-INF directory of the web application.
    It should be avoided
    Besides in the security log, there's additional info, in this case for a jar file.
    ... [permissions_collection_operator]: domain not removed[apps//CN.com/CN Connector/servlet_jsp/corisecio-connector/root/WEB-INF/lib/log4j-1.2.14.jar] - missing mapping !!!!!!!!! , Info , /System/Security , com.sap.engine.services.security ,  , admin
    Anybody knows how to avoid that?

    I think, if you remove the corresponding entries in trbat and trjob files will solve the problem.
    This is the last option that we need to check.

  • "Unable to open project file" Error Message

    I pulled an all-nighter (13 hours of editing) last night to create a critical project in FCE 3.5.1 on my Intel iMac running 10.4.11 then left this afternoon for a few hours and shut down my machine. Came back tonight and tried to open the project (which I saved on my Maxtor 1 TB external drive along with all of the scratch disk files). To my absolute panic, it won't open the file now with an error message that simply says, "Unable to open project file". HELP!!!! Anyone have any suggestions?!?!

    In the past I found (and reported to Apple Feedback) the same bug Steve reports here, but I should recall that the problem:
    - only appeared in PAL projects (probably not the case for kscritch) - never heard of it in NTSC
    - was consistent in FCE 3.x, not so in FCE 4
    I made tests importing .psd images with transparency into PAL projects using FCE 4, and I had various behaviours: sometimes the project worked, sometimes I couldn't open the project again (as in FCE 3), sometimes I had error messages with inconsistent behaviour (msg like "file error", but the project opened and file was there...), etc. so I decided to do without.
    Now I only import .tif or .png images when I need transparency
    Piero

Maybe you are looking for

  • How do I make space on my MBP and transfer old files to External Hard Drive?

    I recently ran out of the 250 GB space on my 2010 Macbook Pro, so I bought a non-apple external hard drive. I plugged it in and Time Machine automatically popped up. I just wanted to know what the correct way to transfer all my old files that I'm not

  • Set get parameter but free memory id is not working

    Hi All, I am using set get parameter  to transfer data from one module to another . But when i am trying to clear the memory id using Free memory id . it is not doing that. Does it work with import export. What method i should use to clear this memor

  • Have Qt but no Qt headers?

    Former Ubuntu user, experienced Linux programmer, now using Arch 64bit on a laptop.  Man is this slick! I'm trying to compile the QUCS electronic circuit simulator from the source tarball (ignoring the Arch repository for now; i'm experimenting with

  • Idoc numbers for a certain output in Sales Orders

    I have more than hundred Sales Order One EDI output was triggered (with a unique partner type) from each of these Sales Orders. How to find idoc numbers for all these Sales Order for this particular output? I tried WE09 giving Segment and field with

  • Static methods in multi-threaded environment

    Hi, I am wondering what happens when several threads try to access the same static method ? The static method is not synchronized. Will this create any performance issues ? The actual scenario is of a J2EE server, where several Session Bean instances