Erroneous errors in sccheck output?

Hi All,
I'm using Solaris 10 u6 & Sun Cluster 3.2 u2 to build out a cluster framework.
I'm seeing 2 errors in the sccheck log output and I'm suspicious that they are false positives:
1.
CHECK ID : 1212
SEVERITY : CRITICAL
PROBLEM : Unsupported Real Time processes running on a Sun Cluster node may interfere with the proper operation of the cluster.
ANALYSIS :
A Real Time (RT) process other than a Sun Cluster daemon or an application daemon
qualified to run RT with Sun Cluster was found running on this Sun Cluster node. A Real
Time process that has not been qualified to run with Sun Cluster may interfere with the
proper operation of the cluster and result in unexpected cluster behavior. Processes
/usr/cluster/lib/sc/cl_execd and /usr/cluster/lib/sc/cl_execd were found running as Real
Time.
So when I check to see what is running in the Real Time scheduling class:
# ps -cafe | grep RT | grep -v grep
root 373 371 RT 100 14:32:54 ? 0:00 /usr/cluster/lib/sc/cl_execd
root 394 1 RT 100 14:32:55 ? 0:00 /usr/cluster/lib/sc/clexecd
root 395 394 RT 100 14:32:55 ? 0:00 /usr/cluster/lib/sc/clexecd
root 371 1 RT 100 14:32:54 ? 0:00 /usr/cluster/lib/sc/cl_execd
root 1195 1 RT 100 14:33:26 ? 0:00 /usr/cluster/lib/sc/rpc.pmfd
root 1257 390 RT 101 14:33:28 ? 0:00 /usr/cluster/lib/sc/rgmd -z global
root 1203 1 RT 100 14:33:26 ? 0:00 /usr/cluster/lib/sc/rpc.fed
I see that these are cluster processes, so I wonder are these relevant?
2.
CHECK ID : 1710
SEVERITY : CRITICAL
PROBLEM : Cluster failover/switchover might fail because CCR files are missing or corrupt on a cluster node.
ANALYSIS :
The CCR directory or files in this directory is missing or corrupt. Without these files,
the proper node configuration can not be determined. This node will fail to takeover a
data service in the event that the node mastering the service fails. During a failover,
one of the remaining nodes will need to bring up the data service so that clients can
access that service. However, this is not possible because the configuration parameters
for this service are lost. This can lead to a loss of service.
File cluster/etc/cluster/ccr/dcs_service_classes is missing. File
cluster/etc/cluster/ccr/dcs_service_keys is missing. File
cluster/etc/cluster/ccr/did_types is missing. File cluster/etc/cluster/ccr/did_instances
is missing. File cluster/etc/cluster/ccr/directory is missing. File
cluster/etc/cluster/ccr/epoch is missing. File cluster/etc/cluster/ccr/infrastructure is
missing.
However I believe that this is exlpained by the fact that the ccr directory is was created with a subdirectory called global
# ls /etc/cluster/ccr/global
cz_network_ccr dcs_service_3.bak did_types.bak
dcs_service_1 dcs_service_4 directory
dcs_service_1.bak dcs_service_4.bak directory.bak
dcs_service_10 dcs_service_5 dpm_autoreboot_table
I have no ide where this came from, as I didn't explicitly create the directory or point the installer/config at it when creating the cluster.
Note that the cluster seems to work just fine.
I see the exact same log errors on the cluster a colleague has built, and basically I want to establish whether I can ignore them or not.
Note the clusters appear to be alive and healthy otherwise!
Thanks for comments,
Paul.

I've just got this response from the person who knows about sccheck and cluster check. He says:
6813854 Check 1710 in sccheck broken under SC3.2U2
as observer noted: global subdir was added: ignore violation
6813853 Check 1212 in sccheck broken under SC3.2U2
ignore complaints about /usr/cluster/lib/sc/cl_execd: is valid process
Others:
6813852 Check 1872 in sccheck broken under SC3.2U2
I think this is same cause as 1710
6813855 Check 3067 in sccheck broken under SC3.2U2: x86 only
ignore complaint about OBP under x86
6813856 Check 2375 in sccheck broken under SC3.2U2
ignore violation if using lofi
Should be fixed in next patch set. I can't give you a date for that though.
Tim
---

Similar Messages

  • BI Publisher - PO_DISPATCH Error generating report output

    Hi everyone,
    Sorry for my bad english... having said that...
    I need to modify the Purchase Order print. First, I wanted to see the standard version to get an idea of how much different it was. Well, I don't know because it doesn't work.
    Error:
    Error generating report output: (235,2309)
    Error occurred during the process of generating the output file from template file, XML data file, and translation XLIFF file.
    I know there are several topics on the web, but all of them are about new or custom reports, this is a standard one. When I preview the report on the report definition it works fine, so I assume there's a problem with the XML file generated. When I preview the report specifying an alternative XML I get the same error. The XML file I choose was the one generated by PeopleSoft when trying to view the printable version of the PO online.
    So, I start cutting portions of the XML File. I started leaving only de Header Data and it works OK, when I add the Lines it failed. I add the Line Fields one by one to detect what was the problem... And finally it failed when I add AMT_LINE_MAX. Why? No idea, is it because its value is '0,000' instead of '0.000'? I don't think that should be the problem since there are other numeric fields on the header, all with ',' as a decimal separator...
    Am I missing some configuration?
    Thanks in advance.
    Regards,
    Veronica.

    Have a look at the following doc:
    "Error generating report output. (235,2309)" When Running the "PO XMLP Dispatch" XML Publisher Report (PO_DISPATCH) for a Purchase Order with a Ship To Location with Special Characters in the Address [ID 1299876.1]
    https://support.oracle.com/epmos/faces/DocContentDisplay?id=1299876.1
    Stating this happens for example when there is a location with special characters.

  • ST22 Short Dump DATASET_WRITE_ERROR Error text: "Input/output error" Error

    Dear All,
    Please kindly help. I have the following error. Is it possibility due to disk full?
    DATASET_WRITE_ERROR
    An error occurred when writing to the file
    "/capps/AP0/edi/CCM/565500_001105200_00126_20080715_042803.tmp".
    Error text: "Input/output error"
    Error code: 5
    Many thanks in advance,
    Yan

    Hi,
    Check the return code of the OPEN DATASET. May be autorizations for writing might not be there.
    If the file is written partially it would be due to memory problem.
    Also check the OPEN DATASET Parameters if they are correct.
    Hope this helps.

  • Error flushing the output stream in Sun One server

    Hi All,
    I was running my servlet code in iPlanet 6.0 version and it was working fine. I upgraded my web server to new Sun One server (Oracle-iPlanet-Web-Server-7.0.9). With the new web server almost 90% of my application works fine, but there is a features in my application to download an Excel sheet by clicking a button. This feature is failing in new Sun One web server.
    Below are my piece of code and the error log I m getting. Can anyone tell me how I can fix this error, I mean is there any web server specific change or configuration parameter need to be set.
    Please ask for any information regarding my server configuration settings if needed for finding a solution for this
    Code:
    byte abyte0[] = new byte[1024];
    BufferedInputStream bufferedinputstream=null;
    BufferedOutputStream bufferedoutputstream=null;
    java.io.InputStream inputstream = httpurlconnection.getInputStream();
    bufferedinputstream = new BufferedInputStream(inputstream);
    bufferedoutputstream = new BufferedOutputStream(httpservletresponse.getOutputStream());
    int j;
    long byteCount=0;
    while((j = bufferedinputstream.read(abyte0, 0, 1024)) != -1)
    byteCount=byteCount+j;
    if(logger != null && logger.traceOn())
    logger.log("total"+byteCount);
    logger.log("Read bytes:"+j);
    bufferedoutputstream.write(abyte0, 0, j);
    if(logger != null && logger.traceOn())
    logger.log("Wrote bytes:"+j);
    bufferedoutputstream.flush(); // <<<<<< ERROR POINT >>>>>>
    Error Log :
    ClientAbortException: java.io.IOException: WEB8004: Error flushing the output stream
    at org.apache.coyote.tomcat5.OutputBuffer.doFlush(OutputBuffer.java:343)
    at org.apache.coyote.tomcat5.OutputBuffer.flush(OutputBuffer.java:313)
    at org.apache.coyote.tomcat5.CoyoteOutputStream.flush(CoyoteOutputStream.java:147)
    at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:124)
    at com.reuters.bdec.as.ASRequestHandler.processResponse(ASRequestHandler.java:285)
    at com.reuters.bdec.as.ASRequestHandler.initiateGetRequest(ASRequestHandler.java:89)
    at com.reuters.bdec.as.ASRequestHandler.proceedToDestination(ASRequestHandler.java:220)
    at com.reuters.bdec.as.ASExtension.authorisationCheck(ASExtension.java:84)
    at com.reuters.bdec.as.ASExtension.doGet(ASExtension.java:114)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:794)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:915)
    at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:398)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:277)
    at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:255)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:188)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:586)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:556)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:187)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:586)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:556)
    at com.sun.webserver.connector.nsapi.NSAPIProcessor.service(NSAPIProcessor.java:160)
    Caused by: java.io.IOException: WEB8004: Error flushing the output stream
    at com.sun.webserver.connector.nsapi.NSAPIProcessor.action(NSAPIProcessor.java:243)
    at org.apache.coyote.Response.action(Response.java:197)
    at org.apache.coyote.tomcat5.OutputBuffer.doFlush(OutputBuffer.java:339)
    ... 20 more

    Don't flush it yourself. The servlet container will automatically flush for you once its send buffer is full. You can change the size of the send buffer though.

  • CS5 Error with Animation Output

    Running CS5 on a Mac 10.6.4
    Every time I render, it gives the following error message:
    An output module failed. The file may be damaged or corrupted. (-1610153464)
    I've tested the files on a different machine and they open and render out fine.
    I did some searches and for some it was the dreaded Optical Flares plugin from Video CoPilot causing this same problem.
    I'm having these issues and I don't have any plugins installed.
    Re-Installed everything 3 times, trashed preferences, removed plugins from the Application support and still no luck.
    The only thing that works for me is outputting to a PNG or JPEG sequence.
    If I try to render using the Animation preset, It gives the error message.
    I also have been getting a weird "MooV" error message when I try to import certain types of quicktime files. Not all just a few random ones.
    All of this leads me to believe it may be an issue with 32 bit Quicktime.
    Any suggests on how I can get the Animation preset working again?
    Thanks.
    It gives an error message

    Sure, I had the exact problem posted at the top of this thread. Spent two days reading all the posts regarding anything that had to do with this Output Module error. I finally came upon a post of someone who was having a similar issue as I with the hang at start up. However, the post was replied to by a guy who said "Repeat the hang with only AE running,  then go to the Activity Monitor and select the QT32 Server process.   Then press the "Sample Process" button at the top of the window...It looks like both of you are having a similar problem with a third party AVI codec.  Please remove or uninstall any third party AVI codecs such as DivX,  XVid, etc. from your system and try AE again."
    "You can also temporarily disable these components by closing any QT related apps and then dragging components out of the Library/QuickTime folder on your boot drive.   If that works, try adding them back one by one until it fails again.  That is the problem codec."
    So I removed AviImporter.component from Library/Quicktime on the boot drive and these two problems were solved.
    Here is the link to the post where I found this info.
    http://forums.adobe.com/thread/634237?start=0&tstart=0

  • Open error 5: "Input/output error" on usr/lib/mecab/dic/apple/ja/BE/char.bin Open error 5: "Input/output error" on usr/lib/mecab/dic/apple/ja/BE/dicrc Open error 5: "Input/output error" on usr/lib/mecab/dic/apple/ja/BE/matrix.bin Open error 5: "Input/outp

    Please can any one help.
    All sound has disappeared from my imac, it just 2 years old, I've run disk warrior and disk repair/verify and this is what come up.
    ARe there any solutions?
    Open error 5: "Input/output error" on usr/lib/mecab/dic/apple/ja/BE/char.bin
    Open error 5: "Input/output error" on usr/lib/mecab/dic/apple/ja/BE/dicrc
    Open error 5: "Input/output error" on usr/lib/mecab/dic/apple/ja/BE/matrix.bin
    Open error 5: "Input/output error" on usr/lib/mecab/dic/apple/ja/BE/sys.dic
    Open error 5: "Input/output error" on usr/lib/mecab/dic/apple/ja/BE/unk.dic
    Open error 5: "Input/output error" on usr/lib/mecab/dic/apple/sc/BE/matrix.bin
    Open error 5: "Input/output error" on usr/lib/mecab/dic/apple/sc/BE/sys.dic
    Open error 5: "Input/output error" on usr/lib/mecab/dic/apple/sc/BE/unk.dic
    Open error 5: "Input/output error" on usr/lib/mecab/dic/apple/tc/BE/char.bin
    Open error 5: "Input/output error" on usr/lib/mecab/dic/apple/tc/BE/dicrc
    Open error 5: "Input/output error" on usr/lib/mecab/dic/apple/tc/BE/matrix.bin
    Open error 5: "Input/output error" on usr/lib/mecab/dic/apple/tc/BE/sys.dic
    Open error 5: "Input/output error" on usr/lib/mecab/dic/apple/tc/BE/unk.dic
    Open error 5: "Input/output error" on System/Library/Extensions/AppleSMBIOS.kext/Contents/CodeDirectory
    Open error 5: "Input/output error" on System/Library/Extensions/AppleSMBIOS.kext/Contents/CodeRequirements
    Open error 5: "Input/output error" on System/Library/Extensions/AppleSMBIOS.kext/Contents/CodeResources
    Open error 5: "Input/output error" on System/Library/Extensions/AppleSMBIOS.kext/Contents/CodeSignature
    Open error 5: "Input/output error" on System/Library/Extensions/AppleSMBIOS.kext/Contents/_CodeSignature/CodeRequirem ents
    Open error 5: "Input/output error" on System/Library/Extensions/SM56KUSBAudioFamily.kext/Contents/PlugIns/AppleSM56KU SBModemFamily.kext/Contents/_CodeSignature/CodeRequirements
    Open error 5: "Input/output error" on System/Library/Extensions/SM56KUSBAudioFamily.kext/Contents/Resources/English.l proj
    Open error 5: "Input/output error" on System/Library/Extensions/SM56KUSBAudioFamily.kext/Contents/Resources/English.l proj/InfoPlist.strings
    Open error 5: "Input/output error" on System/Library/Extensions/SM56KUSBAudioFamily.kext/Contents/_CodeSignature/Code Requirements

    Whew, generally those errors would indicate a serious Hard Drive problem, but possibly RAM or Logic Board... any other drives connected?
    See if the Disk is issuing any S.M.A.R.T errors in Disk Utility...
    http://support.apple.com/kb/PH7029

  • Java.sql.SQLException: File input/output error: File input/output error: re

    Hi,
    We are using JCAPS 512. We use oracle eway to connect to Oracle 10g database. But sometimes we are getting the following exception
    and suddenly all jcds stop processing. If we restart the server again job continue processing, otherwise server hangs and nothing get processed.
    Exception is as follows
    java.sql.SQLException: File input/output error: File input/output error: reading: java.io.EOFException in statement [SET TABLE EVENT_STORE INDEX '11183416 55935']
         at org.hsqldb.Trace.getError(Unknown Source)
         at org.hsqldb.Log.runScript(Unknown Source)
         at org.hsqldb.Log.open(Unknown Source)
         at org.hsqldb.Database$Logger.openLog(Unknown Source)
         at org.hsqldb.Database.open(Unknown Source)
         at org.hsqldb.Database.<init>(Unknown Source)
         at org.hsqldb.jdbcConnection.openStandalone(Unknown Source)
         at org.hsqldb.jdbcConnection.<init>(Unknown Source)
         at org.hsqldb.jdbcDriver.connect(Unknown Source)
         at java.sql.DriverManager.getConnection(DriverManager.java:525)
         at java.sql.DriverManager.getConnection(DriverManager.java:171)
         at com.stc.eventmanagement.impl.DBEventStore$EventStoreDB.addNewConnection(DBEventStore.java:359)
         at com.stc.eventmanagement.impl.DBEventStore$EventStoreDB.getConnection(DBEventStore.java:444)
         at com.stc.eventmanagement.impl.DBEventStore$EventStoreDB.executeParameterizedQuery(DBEventStore.java:777)
         at com.stc.eventmanagement.impl.DBEventStore$EventStoreDB.access$000(DBEventStore.java:250)
         at com.stc.eventmanagement.impl.DBEventStore.getEventIDsList(DBEventStore.java:133)
         at com.stc.eventmanagement.impl.DBEventStore.getEventIDsList(DBEventStore.java:115)
         at com.stc.eventmanagement.impl.EventForwarderMBean.cachePersistedEvents(EventForwarderMBean.java:728)
         at com.stc.eventmanagement.impl.EventForwarderMBean.setup(EventForwarderMBean.java:334)
         at com.stc.eventmanagement.impl.EventForwarderMBean.invoke(EventForwarderMBean.java:565)
         at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:213)
         at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:220)
         at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:815)
         at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784)
         at com.stc.eventmanagement.impl.EventManagementService.setupEventForwarderMbean(EventManagementService.java:270)
         at com.stc.eventmanagement.impl.EventManagementService.registerMBean(EventManagementService.java:147)
         at com.stc.eventmanagement.impl.EventManagementService.startService(EventManagementService.java:96)
         at com.stc.eventmanagement.impl.EventManagementResourceAdapter.start(EventManagementResourceAdapter.java:75)
         at com.sun.enterprise.connectors.ActiveInboundResourceAdapter.<init>(ActiveInboundResourceAdapter.java:94)
         at com.sun.enterprise.connectors.ActiveRAFactory.createActiveResourceAdapter(ActiveRAFactory.java:74)
         at com.sun.enterprise.connectors.ResourceAdapterAdminServiceImpl.createActiveResourceAdapter(ResourceAdapterAdminServiceImpl.java:269)
         at com.sun.enterprise.connectors.ResourceAdapterAdminServiceImpl.createActiveResourceAdapter(ResourceAdapterAdminServiceImpl.java:372)
         at com.sun.enterprise.connectors.ConnectorRuntime.createActiveResourceAdapter(ConnectorRuntime.java:204)
         at com.sun.enterprise.server.ConnectorModuleLoader.load(ConnectorModuleLoader.java:87)
         at com.sun.enterprise.server.ConnectorModuleLoader.load(ConnectorModuleLoader.java:108)
         at com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:216)
         at com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:106)
         at com.sun.enterprise.server.ApplicationLifecycle.onStartup(ApplicationLifecycle.java:183)
         at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:295)
         at com.sun.enterprise.server.PEMain.run(PEMain.java:238)
         at com.sun.enterprise.server.PEMain.main(PEMain.java:186)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at org.apache.commons.launcher.ChildMain.run(ChildMain.java:269)
    |#]
    Please provide some suggestions to overcome this  error
    Regards
    Venkatesh.S

    Delete the EventStoreDb.data file (its somewhere in your logical host) and restart the logical host.

  • Error in 'Screen output w/o coonection to user' function BAPI_APOATP_CHECK

    Hi Experts,
    I am trying to create a new condition record for pick/pack time (Transportation and Shipment Scheduling) in APO, by creating a entirely new condition table & keeping highest access sequence no.
    But after creating this & moving it to staging system, we are getting error of "Screen output w/o coonection to user" in creating Sales order in R/3 & check for ATP.
    RFC connections are working fine.
    Could you please help,  I consulted with BASIS about system vs dialog users, but that's not issue according to them, as the client set-up is quite old, it won't be necessary.
    Could you please help me in this?
    Thanks a lot !
    Anurag Patki.

    Hi Tiago,
    Thanks a lot for the help.
    BASIS team changed the user to dialog user.
    Could you please suggest as what might went wrong for system to behave like this? And has this any co-relation with the changes I made & transported to staging system. As the changes made were cross-client. Was this the issue?
    I appreciate your support on this.
    Anurag Patki.

  • Reset errors in iostat output

    I would like to reset errors in iostat output. Is it possible without rebooting server? I am running Solaris 9 - SunOS imcfoxy 5.9 Generic_122300-14 sun4u sparc SUNW,UltraAX-i2.

    I assume the OP is talking about the counts like "Soft Errors" and "Hard Errors" for devices.
    I don't know of any way to reset the counts short of unloading the drivers. And I don't think you will be able to unload any of your storage drivers without a reboot.
    Darren

  • Error generating the output preview

    Hi friends!
    Could you help me u2013 when I run Output Preview in bit invitation process Iu2019ve got a system error u201CError generating the output previewu201D. 
    What could be a reason?

    Note 1172470 - BBP_BID: Error generating the output preview
    Note Language: English Version: 3 Validity: Valid from 26.05.2008
    Summary
    Symptom
    From transaction "Process bid"(BBP_QUOT) when you click on print preview,
    you get the error "Error generating the output preview". Due to this error
    the preview is not displayed.
    More Terms
    BBP_BID 210, output preview, print preview, preview, bid, quotation, quot,
    BBP_QUOT, BBP_OUTPUT, SAPLBBP_OUTPUT, pdf, BBP_OUTPUT_QUOT_PREVIEW_SMART,
    SYSTEM_INSTALLED_LANGUAGES.
    Cause and Prerequisites
    This is caused by a program error.
    Solution
    Implement the attached corrections or import the corresponding support
    package
    Header Data
    Release Status: Released for Customer
    Released on: 26.05.2008 11:14:52
    Priority: Correction with medium priority
    Category: Program error
    Main Component SRM-EBP-CA-PRT Document Output / Forms
    Additional Components:
    SRM-EBP-QUO Quotation, Bid
    Valid Releases
    Software Component Release From
    Release
    To Release and Following
    SRM_SERVER 550 550 550
    Support Packages
    Support Packages Release Package Name
    SRM_SERVER 550 SAPKIBKT13
    SRM_SERVER 600 SAPKIBKU05
    Please raise customer message

  • Smart Form .... error in address output

    whwn i m trying to print form its getting error like ....( error in address output)

    hi
    I was also facing the similar issue
    it has very simple solution to it
    in the window where you are printing address  and passing the address no(ADRNR)...that correct address no(adrnr) is not being passed to it thats why you are facing the problem
    for this firstly check if you declaring the address no variable in both input and output paramters in the code of that window and secondly check
    if your  address no(adrnr) is not coming as blank
    this will surely help you
    Thanks

  • Error when maintaining output condition records

    Hello experts
    I m getting an error while maintaining output condition records using VV11. The error reads as "862     System error: system cannot read the structure for table B567". Can you pls help in identifying the root cause.
    I checked that the condition table 567 has he correct fields and the field catalogue has the fields.
    Thanks
    Regards
    Srikkanth

    Hello
    Try to regenerate the condition table B567 using the report RV12A001.
    Use TCode SE38, select usage 'B', table '567' and mark the boxes for following indicator
    - dictionary
    - reports and screens.
    Press execute and re-try by maintaining VV11 for the output.
    Regards
    JP

  • Error in address output

    How to resolve the Error in address output error in smartforms.
    If I want to see the print preview of Po then I am getting the above error.
    any idea for resolving it?

    first make sure that it is maintained properly or not...
    insted of this u can disply different variales know...
    means firstname, last name , city, street etc......
    i feel this is better
    pradeep

  • What are the cases that cause the I/O error writing to output file

    may i ask what are the cases that cause the I/O error writing to output file ??
    cause i have the write path and the input file has data
    any ideas???

    and the permission is to write first time then append to itBy "permission" is meant the operating system controlled rights that let
    particular users do specified things with specified files or directories.
    the error message is a the title of the message
    I/O error writing to output fileThe java runtime actually creates a much more useful error message than
    this but, unfortunately, your program is swallowing this error message and
    replacing it with the message you see.
    Somewhere in your code you have something like:try {
        // all sorts of stuff goes here
        // including the code that is intended to
        // write to the file
    } catch(IOException ioe) {
        System.out.println("I/O error writing to output file");
            // add this line
        //ioe.printStackTrace();
    }It might say Exception rather than IOException.
    To get a much more useful error message add the commented line.

  • Error in address output (name not filled).

    Hii
    When am Printing FI BANK PAY RECEIPT ,
    Its showing an error message :
    Error in address output (name not filled).
    Message no. SSFCOMPOSER323
    Can u please guide me why its showing this error ?
    Thanks in Advance
    SATYA

    Hi,
    I see that you solved this issue on SMARTFORM where you were getting following error: SSFCOMPOSER323
    How did you solve it? I am facing the same issue and i have maintained all the data? Atleast thats what i think.
    I would really appreciate your answer.
    Thanks

Maybe you are looking for

  • NFNUM não está sendo gerado

    Pessoal, Estou criando nota fiscal modelo 1/1A, mas o número (NFNUM) da nota não está sendo gerado na J1B3N. Ao final da operação, o documento é gerado, mas o NFNUM fica zerado. Já fiz a atribuição dos parametros de numeração e também atualizei os in

  • LaserJet Pro M201nw stops responding to ePrint requests a few minutes after connecting to network

    I just set up a new LaserJet Pro M201nw and it works great, except for a consistent problem using the printer with ePrint. I was able to set up Web Services on the printer and add it to HP Connected as an ePrint printer. Printing through ePrint and G

  • Need some help in java

    wat type of data structures should i use to implement a map with cities linking to each other. For Example there's cities A,B,C,D,E. City A is linked to Cities B,C,D,E. City B is linked to Cities A,C. City C is linked to Cities A. etc... and i need t

  • Preview in web browser not working Captivate 7

    Hello, I've tried nearly everything suggested in previous posts.  This is the message I get when trying to preview is web browser.  Can anyone help?

  • Installing FLEX Plugin With MyEclipse Plugin

    Install Europa first. Install FLEX 3.0 plugin next ang then MyEclipse plugin. If you don't follow this order then there may be features missing from FLEX because the when selecting the Eclipse directory for the FLEX install, you may select the wrong