Problem entering the Host Printer name in SPAD...

Hi,
I have problem configuring the printer in SPAD. In the access method, I am trying to add the TCP/IP address of the network printer instead of the printer UNC name. Is this the problem ?
If yes then how do I get the UNS name of the printer attached to Windows NT system ?
Regards,
Rajesh.

Hi Rajesh,
Using IP address for the printer should  not be an issue. But still UNC name is preffered option. You can get this information for the administrators of the print server you are using.
Please award points if you found the answers useful.
Regards.
Ruchit.

Similar Messages

  • Where I have to give the host string name of oracle server in WSAD?

    hi,
    I setup the oracle in my WSAD.But,Its giving below error.
    [3/16/06 13:25:41:332 SGT] 3e75fec4 WsServer A WSVR0001I: Server server1 open for e-business
    [3/16/06 13:25:42:535 SGT] 68bb7ec6 WebGroup I SRVE0180I: [Sample] [Sample] [Servlet.LOG]: ResultData: init
    [3/16/06 13:25:42:551 SGT] 68bb7ec6 SystemOut O the connection started
    [3/16/06 13:25:42:551 SGT] 68bb7ec6 SystemOut O no connection
    [3/16/06 13:25:43:535 SGT] 68bb7ec6 ConnectionFac I J2CA0122I: Resource reference jdbc/MyDataSource could not be located, so default values of the following are used: [Resource-ref settings]
         res-auth: 1 (APPLICATION)
         res-isolation-level: 0 (TRANSACTION_NONE)
         res-sharing-scope: true (SHAREABLE)
         res-resolution-control: 999 (undefined)
    [Other attributes]
    isCMP1_x: false (not CMP1.x)
    isJMS: false (not JMS)
    [3/16/06 13:25:44:285 SGT] 68bb7ec6 FreePool E J2CA0046E: Method createManagedConnctionWithMCWrapper caught an exception during creation of the ManagedConnection for resource jdbc/MyDataSource, throwing ResourceAllocationException. Original exception: com.ibm.ws.exception.WsException: DSRA8100E: Unable to get a PooledConnection from the DataSource.
         at com.ibm.ws.rsadapter.exceptions.DataStoreAdapterException.<init>(DataStoreAdapterException.java:244)
         at com.ibm.ws.rsadapter.exceptions.Dat
    [3/16/06 13:25:44:426 SGT] 68bb7ec6 SystemErr R      at oracle.jdbc.pool.OracleConnectionPoolDataSource.getPhysicalConnection(OracleConnectionPoolDataSource.java:109)
    [3/16/06 13:25:44:426 SGT] 68bb7ec6 SystemErr R      at oracle.jdbc.pool.OracleConnectionPoolDataSource.getPooledConnection(OracleConnectionPoolDataSource.java:77)
    [3/16/06 13:25:44:426 SGT] 68bb7ec6 SystemErr R [3/16/06 13:25:44:426 SGT] 68bb7ec6 SystemOut O Error on find the database() : java.sql.SQLException: Listener refused the connection with the following error:
    ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
    The Connection descriptor used by the client was:
    SGGSGPTP31DT197.code1.emi.philips.com:1521:CESS
         at oracle.jdbc.pool.OracleConnectionPoolDataSource.getPooledConnection(OracleConnectionPoolDataSource.java:59)
    [3/16/06 13:25:44:426 SGT] 68bb7ec6 SystemErr R      at com.ibm.ws.rsadapter.DSConfigurationHelper$1.run(DSConfigurationHelper.java:759)
    [3/16/
    But,I given correct URL.The URL I given is
    jdbc:oracle:thin:@sggsgptp31dt197.code1.emi.philips.com:1521:CESS
    sggsgptp31dt197.code1.emi.philips.com -- this is my host machine.
    I think the problem with host string.
    actually when we are trying to enter into the oracle sql,it asking the username,password and host string.I mentioned the username and password in variables tab.I don't know where I have to mention the host string name.
    Please any one help on this.
    Thank you,
    D.Nagireddy.

    I would say that, since the OP has so little info, there are no policies in use.  It there were then this question would never be asked the way it is being asked.
    I had a client call with a letter from their insurance company; an accountant with malpractice insurance.  THey asked the same question inmuch the same way.  "What computer can you users access?"  The question should be more like
    "Do you have a policy that restricts access to computers and do you audit for compliance?"
    I have had other clients whose insurance asked the question in that way.  It produces a better view of what should be happening and how to show compliance.
    I recommend that companies being asked these questions by their legal departments or insurance companies should contract with a god computer security consultant to assist with answering these very tricky questions.  Of course if it is just you boss's
    curiosity  then you may need to discuss his requirements with him in more depth.
    ¯\_(ツ)_/¯

  • Problem with the MVMapView.print(printMapDiv,) function.

    Hello,
    I have a problem with the MVMapView.print(printMapDiv,) function.
    My FOIs are displayed correct on the screen but on the printed letter
    the stroke(border) color and the labels of a circle are not displayed.
    the fois have a custom style:
    var xmlDef = '<svg width="1in" height="1in">'+
    '<g class="marker" '+
    'style="width:40;height:40;stroke:0xff0000;fill:0x00ff00;stroke-width:1.5">'+
    '<circle r="20"/>'+
    '</g>'+
    '</svg>';
    markerStyle = new MVXMLStyle("my_vector_icon_" + i + '_' + j, xmlDef)
    and are created like this:
    v_result = new MVFOI(p_geofeature.foiId, p_geofeature.foiGeomertyObject, markerStyle, null, 30, 30);
    v_result.setHTMLElement('1',0,0);
    Browser: I can see the map with a green circle, a red border and '1' as a label on
    top of the Circle.
    Printed Letter: I see the map with the green circle but no red border Color and no label.
    The implmentation of the printing function uses the same techique like the "Oracle Maps Tutorial"
    It is a javascript function called through a href link:
    function mapPrint()
    var a=document.getElementById("printmap");
    global_gdi.mapviewer.mapview.print(a);
    Version is Ver11_1_1_5_B110527
    Does anbody know how to print the map properly including the contents of the
    MVFOI class set trough setHTMLElement function?
    Greetings
    Andre

    Thanks for your reply but it is not working and i can prove that.
    I have a small example based on the mapviewer print tutorial. To run it you need a
    mapviewer installation and copy the text into a html file. In the browser you can see
    a green point with a red border and red label text on a map.
    If you use the print button everything except the label text will be printed.
    I think this is a mapviewer css-api bug.
    <html>
    <head>
    <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <style type="text/css">
    @media screen
    .noscreen {display: none;}
    @media print
    .noprint{display: none;}
    </style>
    <script language=&quot;Javascript&quot; src=&quot;/mapviewer/fsmc/jslib/oraclemaps.js&quot;></script>
    <script language=javascript>
    var mapview;
    var baseURL = &quot;http://&quot;+document.location.host+&quot;/mapviewer&quot;;
    function showMap()
    mapview = new MVMapView(document.getElementById(&quot;map&quot;), baseURL);
    mapview.addMapTileLayer(new MVMapTileLayer(&quot;mvdemo.demo_map&quot;));
    mapview.setCenter(MVSdoGeometry.createPoint(-122.45, 37.6706,8307));
    mapview.setZoomLevel(4);
    mapview.display();
    //adds custom foi with label
    var xmlDef = '<svg width=&quot;1in&quot; height=&quot;1in&quot;>'+
    '<g class=&quot;marker&quot; '+
    'style=&quot;width:40;height:40;font-family:sans-serif;font-size:20pt;stroke:0xff0000;fill:0x00ff00;stroke-width:1.5&quot;>'+
    '<circle r=&quot;20&quot;/>'+
    '</g>'+
    '</svg>';
    var markerStyle = new MVXMLStyle(&quot;my_vector_icon_&quot;, xmlDef);
    mpoint = MVSdoGeometry.createPoint(-122.30, 37.73,8307);
    var v_result = new MVFOI(&quot;11&quot;, mpoint, markerStyle, null, 60, 60);
    v_result.setHTMLElement('test label',0,0);
    mapview.addFOI(v_result);
    function mapPrint()
    var a=document.getElementById(&quot;printmap&quot;);
    mapview.print(a);
    </script>
    </head>
    <body onload=javascript:showMap()>
    &lt;div id=&quot;map&quot; style=&quot;position:absolute;top:50px; left:10px; width:600px; height:450px;border:0px&quot;>&lt;/div>
    &lt;div id=&quot;printmap&quot; class=&quot;noscreen&quot;>&lt;/div>
    &lt;p>Please click &lt;a href=&quot;javascript:mapPrint()&quot;>here&lt;/a> to print map&lt;/p>
    </body>
    </html>
    Edited by: user12005064 on 27.02.2012 02:37

  • WIndows 8.1 printer error: windows cannot print due to a problem with the current printer set up

    My HP OFFICEJET 8500 PRO was working just fine wirelessly until I installed the Windows 8.1 update from the Microsoft.  Now I cannot print at all.  I get an error that says,  "windows cannot print due to a problem with the current printer set up".  I have tried reinstalling and a ton of other solutions to no avail.  Can someone PLEASE Help!

    Hello there, @jesseangelique ,
    Welcome to the Community!
    I would love to help you with the printing issue you're having, since the Windows 8.1 that was done.
    Please run the Print and Scan Doctor. Write me back with the results or post a screen shot of the results and I will have a look at them.
    This diagnostic tool will check for any conflicts that could be causing the issue. The tool will show you a report at the end. If there was a problem that the tool could not fix, you will notice it in the results.
    Also, let me know which Officejet 8500 Model you have:
     HP Officejet Pro 8500 All-in-One Printer - A909a
     HP Officejet Pro 8500 All-in-One Printer - A909b
     HP Officejet Pro 8500 Premier All-in-One Printer - A909n
     HP Officejet Pro 8500 Wireless All-in-One Printer - A909g
    Hope to hear from you!
    R a i n b o w 7000I work on behalf of HP
    Click the “Kudos Thumbs Up" at the bottom of this post to say
    “Thanks” for helping!
    Click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution!

  • HT5517 I want to photo stream pix from my iMac to apple tv. When I try to enter the iCloud account name and password, the systems tells me that terms of service have changed and won't let me proceed. What's that about.

    I want to photo stream pix from my iMac to apple tv. When I try to enter the iCloud account name and password, the systems tells me that terms of service have changed and won't let me proceed. What's that about?

    You need to reset the password for the "old" account, and then use that to turn off iCloud.  Then you will be able to sign in with your new ID.
    You can reset your password at iForgot.apple.com.
    If you don't know the answers to the security questions, you will need to start there.
    http://support.apple.com/kb/HT5312
    -If you established a rescue email address, there will be a link on the "Passwords & Security" page of id.apple.com.  Clicking the link will send the reset to your rescue email address (NOTE:  This is not the same address as your Apple ID email)
    -If there is no link on the page, then you didn't establish a rescue email address.  Contact AppleCare at 800.694.7466 (If you are in the US), and ask for account security.  You will need to answer some questions to verify your identity, AND you will need access to a computer to generate a temporary support pin.
    -If you are not in the US, click http://support.apple.com/kb/HT5699 - Apple ID: Contacting Apple for help with Apple ID account security
    HTH

  • Cannot print due to a problem with the current printer

    Cannot print (anymore) due to a problem with the current printer is the message I get every time I try to print something out. I tried to reinstall the printer's software, I changed the cables, but nothing happened. It seems to be something related to the printer setup utility. Any big idea on how to solve this? I was printing without problems until this afternoon. I have a HP Laserjet 1022 and sometimes I use Adobe Acrobat Writer. None is currently working.
    Thanks for any help.
    Power Book G4   Mac OS X (10.3.9)  

    I just had the opererational system (10.3.9) reinstalled . Back to normality again.

  • How to get the "host printer" and "destination host" as part of spad output

    Hi ..
    If i run the spad tcode and then i choose one printer, i see 4 folders: Device Attributes, Access Method, Output Attributes and Tray Info.
    if i go to Devicess attributes i see: Device Type, Spool Server, Host, Device Class, Model, location , Message, lock printer in sap system.
    If i go to Access Method i see the fields: Host Spool Access Method, Host Printer and Destination Host.
    I am creating a report that needs the information mixed between the folder Device Type and Access Method folder
    If i run spad tcode and enter "*" in Output devices i see only some of the fields i need but i need to see other fields that are contained into Access Method folder, this means, i need the complete report of all printers i have in my system with this fields:
    Device Attribute - Output device   (spad - entering "*")
    Device Attribute - Spool Server (spad - entering "*")
    Device Attribute - Location or message  (spad - entering "*")
    Device Attribute - Lock printer in SAP system (i do not see it if i run spad and choose all "*")
    Access Method - Host Printer  (i do not see it if i run spad and choose all "*")
    Access Method - Destination Host  (i do not see it if i run spad and choose all "*")
    Access Method - Do not Query Host Spooler for Output Status.  (i do not see it if i run spad and choose all "*")
    Could you please le tme know how can i get the output of all the devices (printers) i have in my system with the above fields showed?
    Thanks in advance.
    Sapskystars.

    As far as I can read you can find all that info in table TSP03D
    Regards
    Juan

  • Product Registration Problem - "enter the correct serial number"

    Hi.
    Sorry for mirroring thread.
    Some time ago I bought at one of the international sites aukyjnych Adobe Photoshop CS5 Extended.
    The program installed without a problem, the license key that I need to provide during the installation enter correctly, but when I wanted to register the program on the Adobe website receives message "enter the correct serial number."
    Unfortunately, the answer from a local Support team already waiting more than two week, and I can not contact any other way.
    What can I do in this situation?
    (sorry for poor English)

    Hi Fotomini,
    Please refer to the below mentioned link as this may help:
    Re: Invalid serial number!!
    Regards,
    Gurleen

  • Problem using the PDF Printer driver in LC ES 8.2

    Hi all,
    I have a problem making the PDF Generator Printer driver work. I am able to print a document, and it is successfully converted to pdf, but the send email service fails. The error message is:
    2008-08-27 15:22:21,671 INFO [com.adobe.ipp.pdfgclient.ResponseGenerator] ALC-PDG-006-017-Refetched the email configuration details from provider.email_sendmail_service after 5 minutes.
    2008-08-27 15:22:21,671 INFO [STDOUT] java.lang.Exception: 40002
    2008-08-27 15:22:21,671 INFO [STDOUT] at com.adobe.ipp.pdfgclient.EmailSender.send(EmailSender.java:135)
    2008-08-27 15:22:21,671 INFO [STDOUT] at com.adobe.ipp.pdfgclient.ResponseGenerator.sendmail(ResponseGenerator.java:154)
    2008-08-27 15:22:21,671 INFO [STDOUT] at com.adobe.ipp.pdfgclient.ResponseGenerator.sendResponse(ResponseGenerator.java:95)
    2008-08-27 15:22:21,671 INFO [STDOUT] at com.adobe.ipp.pdfgclient.JobIdPoller.run(JobIdPoller.java:94)
    2008-08-27 15:22:21,671 INFO [STDOUT] at java.util.TimerThread.mainLoop(Timer.java:512)
    2008-08-27 15:22:21,671 INFO [STDOUT] at java.util.TimerThread.run(Timer.java:462)
    I tried with two different mail servers, with same result. I have configured both EmailService: 1.0 and SendEmailService: 1.0 . Has anyone encountered this error before?

    Hi,
    I have configured provider.email_sendmail_service: 1.0 service according to our mail server. And also I have configured print driver on client with a user which is synchronized with our directory. But I cant receive the converted pdf as email; I get the following:
    2008-11-24 18:01:15,171 INFO [com.adobe.ipp.pdfgclient.PsToPDF] ALC-PDG-001-000-Submitted : review.txt - Notepad IPPJob ID cf3bb155c0a8021c0000000013f1c773
    2008-11-24 18:01:15,203 INFO [com.adobe.pdfg.DistillerImpl] ALC-PDG-001-000-
    Job ID for the submitted createPDF job =ipp.ps251ac9-4cb1e5-412c5b-9ec173-b0cd7e-2e7462
    2008-11-24 18:01:15,234 INFO [com.adobe.pdfg.DistillerImpl] ALC-PDG-001-024-ipp.ps: Time Job Submitted: 11/24/08 6:01 PM
    2008-11-24 18:01:15,234 INFO [com.adobe.pdfg.DistillerImpl] ALC-PDG-001-016-ipp.ps: Job Type: Convert to PDF
    2008-11-24 18:01:15,234 INFO [com.adobe.pdfg.DistillerImpl] ALC-PDG-001-017-ipp.ps: Job Submitted by User: oguzatak
    2008-11-24 18:01:15,421 INFO [com.adobe.pdfg.DistillerImpl] ALC-PDG-001-008-Begin PS/EPS/PRN to PDF Conversion
    2008-11-24 18:01:15,828 INFO [com.adobe.pdfg.DistillerImpl] ALC-PDG-001-009-END PS/EPS/PRN to PDF Conversion
    2008-11-24 18:01:15,828 INFO [com.adobe.pdfg.DistillerImpl] ALC-PDG-001-027-ipp.ps: Job Completion Status: Succeeded
    2008-11-24 18:01:15,828 INFO [com.adobe.pdfg.DistillerImpl] ALC-PDG-001-025-ipp.ps: Time Job Completed: 11/24/08 6:01 PM
    2008-11-24 18:01:15,828 INFO [com.adobe.pdfg.DistillerImpl] ALC-PDG-001-026-ipp.ps: Time of Job Execution: 625 ms
    2008-11-24 18:01:16,328 INFO [com.adobe.ipp.pdfgclient.ResponseGenerator] ALC-PDG-006-017-Refetched the email configuration details from provider.email_sendmail_service after 5 minutes.
    2008-11-24 18:01:16,515 INFO [com.adobe.ipp.pdfgclient.EmailSender] EmailSender error : 550 The address is not valid.
    2008-11-24 18:01:16,515 INFO [STDOUT] java.lang.Exception: 550 The address is not valid.
    2008-11-24 18:01:16,515 INFO [STDOUT] at com.adobe.ipp.pdfgclient.EmailSender.send(EmailSender.java:247)
    2008-11-24 18:01:16,515 INFO [STDOUT] at com.adobe.ipp.pdfgclient.ResponseGenerator.sendmail(ResponseGenerator.java:154)
    2008-11-24 18:01:16,515 INFO [STDOUT] at com.adobe.ipp.pdfgclient.ResponseGenerator.sendResponse(ResponseGenerator.java:95)
    2008-11-24 18:01:16,515 INFO [STDOUT] at com.adobe.ipp.pdfgclient.JobIdPoller.run(JobIdPoller.java:94)
    2008-11-24 18:01:16,515 INFO [STDOUT] at java.util.TimerThread.mainLoop(Timer.java:512)
    2008-11-24 18:01:16,515 INFO [STDOUT] at java.util.TimerThread.run(Timer.java:462)
    I have double checked the users credential for smtp user.

  • Enter the valid user name and password to login into the workspace

    Dear Reader,
    As we are working on System 9.2.0, the problem we are facing are as we log into Workspace we get a error "PLEASE ENTER THE VALID USERNAME AND PASSWORD TO LOGIN TO THE SYSTEM"; and the moment we access FR studio another error message pops up which says "COULD NOT CONNECT TO GSM SERVER HYPERION:1800" we have installed Hyperion BI/UI within the same folder and configured with same repository, Every service is successfully installed and configured, in the shared services we are able to see the BI+ node and we also have tried configuring the shared services and BI/UI , twice or thrice. Kindly suggest the solution for the same.

    Hi Vikram,
    Check whether your FR service is started and you database is up and running.
    Regards,

  • How do I change the host computer name?

    Hello everyone...
    I completely uninstalled 9iAS.
    Restarted
    Renamed Computer
    Restarted
    Reinstalled 9iAS without incident.
    But...9iAS is still picking up the old computer name and I can't start any services.
    I thought I did a complete uninstall:
    Uninstalled with universal installer
    Removed registry entries
    Deleted all assoc. folders.
    I don't mind reinstalling if I have to, but what did I miss?
    Can anyone help me with this, we're at a standstill?
    Thanks.
    Lesley.

    I forgot to change the stupid hosts file.
    AAAAAAAAHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH.

  • How do I delete my icloud account on my phone so I can enter the new icloud name.

    I just changed my icloud email address and now am trying to delete the icloud account on my iphone so I can add the new address. The app will not accept my password to delete the account. I have entered the old password (since this account I am deleting is the old email address) and I have tried to enter the new password that is on the new email account for icloud. Neither is working. I have powered off and tried again, not luck.

    Make sure you are signed into iMessage and FaceTime with your current ID.  If they are signed into the old ID, go to Settings>Messages>Send & Receive and Settings>FaceTime, tap the ID, sign out, then sign back in with your current ID.
    Then temporarily recreate the old ID by going to https://appleid.apple.com, click Manage my Apple ID and sign in with your current iCloud ID.  Click edit next to the primary email account, change it back to your old email address and save the change.  (You should not have to verify the old email account so it doesn’t matter if you no longer have access to it.)  Now go to Settings>iCloud, turn off Find My iPhone and enter your current password when prompted (even though it prompts you for the password for your old ID).  Then go to Settings>iCloud, tap Sign Out (or Delete Account if you are not running iOS 8) and choose Delete from My iPhone when prompted (your iCloud data will still be in iCloud).  Next, go back to https://appleid.apple.com and change your primary email address back to the way it was.  Now you can go to Settings>iCloud and sign back in with your current iCloud ID and password.

  • Problems with the Host command (copying files)

    i am trying to copy a file from one location to another.
    i use the get_file_name function to select the file i want to copy.
    it does not work when in the path, if the directory name has a space in between.(e.g New Folder).The error i get is(the system cannot find the path specified)
    it works fine when a folder name does not have any space(e.g NewFolder).
    y:='o:\documents\filname.doc';
    x := get_file_name(null,null,null,null,open_file,true);
    host('cmd /c start /w copy '|| x ||' '|| y,no_screen);
    any help would be appreciated
    Thanks

    But this is all me, and I do A LOT of scrolling back and forth to cross check facts and so on. Having to constantly switch between files would be a huge pain.
    I guess it's a matter of work styles, but I'd much prefer to switch around among a batch of open chapters with a simple key combination, as opposed to scrolling back and forth through pages in linear fashion.
    How would ID handle a document of this complexity?
    With the limited information you've offered, I'd say I have experience with similar documents, (product catalogs/pricelists), that ID handled just fine, and other cases in which seemingly simple files choked it. I can say the same of Quark. No one can answer your question definitively; there are too many variables. Chances are it's not (only) the size and complexity of your document in itself that are causing your problems. There can be any number of hardware or OS issues contributing, to name a couple.

  • Printing error: Problem initializing the current printer.

    I keep getting this message, when printing documents out of indesign CS1.3.0.1
    I have a PC running Window XP.
    Trying to print to a Xerox DC-240 with built in fiery rip over a wireless network. I know the printer is working because I can print web pages etc.
    When ever I try to print a document I have just created or one off and old template that I have updated and changed I get the above message.
    The confusing thing is that I have not changed any settings downloaded and updates etc in the last few days. On Friday the prints we working perfectly, but since this week they have not been working. Also what is strange that any older documents I have work as long as they have not been saved.
    I have tried copying the print settings from these jobs but this doesn't help. Also I have tried may different settings, ie changing font sets etc. But none of these seem to help.
    Any more info required please contact me and I will try and help.
    Any help would be much appreciated.
    JR

    Two ways to do it:<br /><br />Fast way which causes you to lose any customizations if it turns out not to be the problem is to hold down Ctrl + Alt + Shift, and while holding the keys down launch InDesign from the start menu or by right-clicking a desktop shortcut and selecting open (it won't work if you you hold the keys down before double-clicking a shortcut, but you can press them IMMEDIATELY after launching InDesign) and saying yes to the dialog asking if you want to delete your preferences. If you don't see the dialog, you weren't fast enough with the keyboard or you didn't hold the keys down long enough. <br /><br />My preferred method, which saves your old prefs in case you want them back, is to close ID, open Explorer and make sure you are set to show hidden and system files, then navigate to (for CS and CS2) C:\Documents and Settings\<User Name>\Application Data\Adobe\InDesign\Version [no.] and rename the two preference files: InDesign Defaults and InDesign SavedData. In CS3 the SavedData file has been moved to \Documents and Settings\<User Name>\Local Settings\Application Data\Adobe\InDesign\Version 5.0\Caches. The preferences will be replaced with a fresh set of factory defaults when you relaunch ID, but if that doesn't solve your problem you can always go back to explorer and throw out the new set and name the old ones back again, restoring any customizations. If new prefs solve your problem you should delete the renamed files.<br /><br />It's a good idea to also export any custom document and printer presets from the appropriate Preset > Define dialog prior to doing a preference replacement. Then you can just go back to the dialog and select load and you won't have to recreate all those wonderful things you've made and saved, and that will be wiped out with the old prefs files.<br /><br />Once you have a customized set of preferences which work, make a copy and store it somewhere on your system for easy retrieval and you can simply replace the two files with your good copies when things get funny.

  • Problem with the jsp printing

    Can anyone help me please with jsp i have the following problem can you help me.
    This is my console printing:
    null16-08-2006 REPLY TIME: 14:34:32
    REPLY : Hinknff
    null16-08-2006 REPLY TIME: 14:36:34
    REPLY : Hu jjdfgf
    null16-08-2006 REPLY TIME: 14:39:57
    REPLY : ffffffffffffffffff
    but this is my webpriniting:
    null16-08-2006 REPLY TIME: 14:34:32 REPLY : Hinknff null16-08-2006 REPLY TIME: 14:36:34 REPLY : Hu jjdfgf null16-08-2006 REPLY TIME: 14:39:57 REPLY : ffffffffffffffffff null16-08-2006 REPLY TIME: 14:44:58 REPLY : nnnnngf REPLY DATE:16-08-2006 REPLY TIME: 15:45:18 REPLY : Replughjfgjgf REPLY DATE:16-08-2006 REPLY TIME: 15:47:39 REPLY : Rn,kgdfg REPLY DATE:16-08-2006 REPLY TIME: 15:49:48 REPLY : Rngm,ng,df
    that is i am not getting it in web as i get in console can you please help me how can i do that.
    below is the partial code for printing in which i have used vector,strings only.
    String qu = nn2.elementAt(j)+"";
    String re = nn3.elementAt(j)+"";
    String b= qu;
    String b1 = re
    System.out.println(b1);
    String redt1 = nn4.elementAt(j)+"";
    if(redt1.equals("No Reply")){
    redt.append(redt1);
    retime.append(redt1);
    else
    String redtt=redt1.substring(8,10);
              String remonth=redt1.substring(5,7);
              String reyear=redt1.substring(0,4);
              String rehh=redt1.substring(11,13);
              String remm=redt1.substring(14,16);
              String ress=redt1.substring(17,19);
    redt.append(redtt+"-"+remonth+"-"+reyear);
    retime.append(rehh+":"+remm+":"+ress);
    } %>
    <br>
    <table>      
    <tr">
    <td>
    <b>Query Posted Date</b>
    <%out.println(qudt);%>
    <b>Query Posted Time :</b>
    <%out.println(qutime);%>
    <br>
    <b style="font-family:verdana;font-size:80%;color:green">Query :</b>
    <%out.println(b);
    %>
    </td>
    </tr>
    </table>
    <br>
    <table>
    <tr bgcolor="rgb(174,174,250)">
    <td>
    <b>Last Reply Posted Date</b>
    <%out.println(redt);%>
    <b>Last Reply Posted Time :</b>
    <%out.println(retime);%>
    <br>
    <b style="font-family:comicscans;font-size:80%;color:Red">Reply :</b>
    <%
    out.println(b1);
    int qudtsize = qudt.length();
    qudt.delete(0,qudtsize);
    int qutimesize = qutime.length();
    qutime.delete(0,qutimesize);
    int redtsize = redt.length();
    redt.delete(0,redtsize);
    int retimesize = retime.length();
    retime.delete(0,retimesize);
    %>
    <br>
    </td>
    </tr>
    </table>
    <br>
    <% }
    connection.close();
    }catch(SQLException e)
    e.printStackTrace();
    %>
    <input type="submit" value="Back" onClick="calljsp1()"/>
    </form>
    </body>
    </html>

    Hi.
    Even i am getting the similar exception. The JSP report works fine on Oracle 9iDS. But throws following exception in Oracle 9iAS. I have already tried recompiling, etc but to no avail.
    Any help in this regard is highly appreciated.
    javax.servlet.jsp.JspException: rwlib-1: REP-1247: Report contains uncompiled PL/SQL.
    javax.servlet.jsp.JspException: rwlib-1: REP-1247: Report contains uncompiled PL/SQL.
    at oracle.reports.jsp.ObjectsTag.doEndTag(ObjectsTag.java:180)
    at examples.tools._fapsreports._StudentReimbursementScheduleExcelReport._jspService(_StudentReimbursementScheduleExcelReport.java:80)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:302)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:407)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:330)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:336)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:59)
    at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:283)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:535)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:281)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:766)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:152)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:72)
    at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:802)
    at java.lang.Thread.run(Thread.java:484)

Maybe you are looking for

  • Printing Problem with HP LaserJet 1022 and OS 10.4

    I am having a problem printing one page of a document on my HP LaserJet 1022 with OS 10.4. All other documents seem to be printing fine, but when I try to print one particular page of a 90 page WORD doc, that page consistently comes out with a big bl

  • Apple mobile device service not started please help

    Each time i try to sync my iphone to itunes it keeps on saying "apple mobile device service not started" I know how to start it and everything its that when i start it it says "Windows could nt start the Aplle Mobile Device service on local computer"

  • Gnome is not working well on my laptop(bcs of hardware or...)

    Hellow, i have old laptop, but not that old in my opinion that it should has problem with gnome shell(but mb im wrong...).My laptop is ASUS K50IN(https://www.asus.com/Notebooks_Ultrabooks/K50IN/specifications/). I have installed nvidia drivers 304xx.

  • I Need help with the following error:

    Hi, I am getting the following error: <b>BPE_ADAPTER">SYSTEM_FAILURE_INTERNAL</b> I have looked at some of the other threads that deal with this but since I am new to XI I am not sure where to look. I have tried to activate in SXI_CACHE and I get a c

  • Change Pointer /Change documents for long text

    Hi, I wanted to know if we need to do some settings for activating change documents for long text.Presently in WAK2 (retail) when ever i change long text i cant see any change documents for it(though for rest feilds i can see that).When i looked at o