Resource device exception

I try to open a database and get this exception. It happens occasionally and the database is 16 Gb large
com.sleepycat.db.DatabaseException: Resource device: null: Resource device
     at com.sleepycat.db.internal.db_javaJNI.Db_open(Native Method)
     at com.sleepycat.db.internal.Db.open(Db.java:382)
     at com.sleepycat.db.DatabaseConfig.openDatabase(DatabaseConfig.java:517)
     at com.sleepycat.db.Environment.openDatabase(Environment.java:80)
using the 4.7.25 version through the JNI interface

Hi,
That error string isn't generated internally by Berkeley DB. It's likely a translation of a system error return code.
What platform are you using? Which file system are you using? Does the filesystem support files larger than 16gb?
Could you also please tell us the value returned from DatabaseException.getErrno()? That will help us track this error down.
You should also configure you're applications error stream, that will probably cause a more detailed error message to be reported. You should use the [url http://download.oracle.com/docs/cd/E17076_02/html/java/com/sleepycat/db/EnvironmentConfig.html#setErrorStream(java.io.OutputStream)] EnvironmentConfig.setErrorStream API to configure the error output.
Regards,
Alex Gorrod
Oracle Berkeley DB

Similar Messages

  • I bought an external hard drive for backups to use with Time Machine, but however when I try to connect it with the other windows laptop it doesn't work ? intact it doesn't work on any other device except my MAC ?

    I bought an external hard drive for backups to use with Time Machine, but however when I try to connect it with the other windows laptop it doesn't work ? intact it doesn't work on any other device except my MAC ?

    Do not worry about it.
    Time Machine needs that your external drive is formatted in HFS+, or better known as "Mac OS Extended (Journaled)". This filesystem is used by Apple on Macs and Windows cannot read or write drives formatted with this filesystem, being this the reason why all your devices do not read the external drive except your Mac.
    You can only use your external drive to make Time Machine drives. If you store anything different, you may damage the Time Machine structure, so it is better not to use it as a drive to store other data. Instead, get another external drive to do it or create a second partition on the external drive formatted in FAT32 by using Disk Utility > http://pondini.org/OSX/DU3.html FAT32 can be read by Windows PCs

  • Desktop agent (v7) error resource device is off

    I am trying to change the phone for one of my helpdesk reps.  We are switching him from a 7940 to a 7960.  All of the same lines are setup on both phones.  When he attempts to log into the desktop agent (v7) and use the new phone he gets an error stating resource device is off.  I've verified the new phone is associated with the rmjtapi user and that the IPCC extension is still correct.  Do I have to remove the 7940 from call manager before he can use the 7960?

    Hi Tony,
    1.Yes, under route plan report in call manager make sure is not more than one entry (which should be for 7960) and delete the entry with 7940 which eliminate the shared line
    2. Make sure the user id associated with the 7960 MAC address
    3. Make sure Allo control of device from CTI checked
    4. Reset the phone from the call manager phone page and then try login
    regards
    Mohan

  • Before starting AHT, be sure to disconnect all external devices except the keyboard, mouse, display, and Ethernet adapter. Also disconnect any external optical drives. What does this include?

    Before starting AHT, be sure to disconnect all external devices except the keyboard, mouse, display, and Ethernet adapter. Also disconnect any external optical drives. What is included in these external devices?

    I have tried repeatedly to use the Apple Hardware test on my iMac desktop 10.7.3 early 2009 4 GB with no luck.  What am I doing wrong? I have everything I can think of unplugged.  Do I need to disconnect BlueTooth in Preferences?
    Thanks

  • HT4356 All my devices except my iPhone 4S can airprint.  Only the 4s tells me no airprint printers found.  I see no changes in the settings and I am on the same network.

    All my devices except my iPhone 4S can airprint.  Only the 4s tells me no airprint printers found.  I see no differences in the settings and I am on the same network as the printer.  Like I said, two iPads and an iPhone 4 airprint like a champ!

    Appreciate the suggestion and tried it, but still, no joy.  I even had another iPhone brought into the network and it found the printer, no problem.  It's just this one iPhone 4s.  Sounds like a trip to the Genius Bar for me!

  • J2CA0046E:Resource Allocation Exception:

    We have developed an application for our client, which is running on WAS 5.1. It runs fine for some time with several users. We are using SQL Server database 2000 and connecting using MS SQL Driver (non-XA) with database pool manager connection(Max/Min 10/1). After some time, though it is showing "Total number of connections = 1" (that means server can create 9 more connections still), it is throwing J2CA0046E:Resource Allocation Exception. Some of the Trace(J2C) log is as follows. Any help will be greatly appreciated.
    Connection Request Information = com.ibm.ws.rsadapter.spi.WSConnectionRequestInfoImpl@4
    UserName = null
    Password = null
    Catalog = null
    IsReadOnly = null
    TypeMap = null
    Isolation = REPEATABLE READ
    Support isolation switching = false
    Handle type = java.sql.Connection
    [6/15/06 14:59:42:820 EDT] 24fa970e PoolManager d reserve(), Pool contents ==> PoolManager name:jdbc/qualitystage
    PoolManager object:1308923669
    Total number of connections: 1 (max/min 10/1)
    Pool Bucket configuration
    Shared Buckets: 200
    UnShared Buckets: 10
    Shared Connection information
    (133) com.ibm.ws.LocalTransaction.LocalTranCoordImpl@547c5735 MCWrapper id 4fc8d723 Managed connection com.ibm.ws.rsadapter.spi.WSRdbManagedConnectionImpl@48f45723 State:STATE_TRAN_WRAPPER_INUSE
    Total number of connection in shared pool: 1
    Free Connection information
    No free connections
    UnShared Connection information
    No unshared connections
    [6/15/06 14:59:42:820 EDT] 24fa970e SharedPool > getSharedConnection
    [6/15/06 14:59:42:820 EDT] 24fa970e SharedPool d allocateConnection_Common: HandleCount = 1
    [6/15/06 14:59:42:820 EDT] 24fa970e SharedPool I J2CA0086W: Shareable connection MCWrapper id 4fc8d723 Managed connection com.ibm.ws.rsadapter.spi.WSRdbManagedConnectionImpl@48f45723 State:STATE_TRAN_WRAPPER_INUSE
    from resource jdbc/qualitystage was used within a local transaction containment boundary.
    [6/15/06 14:59:42:820 EDT] 24fa970e SharedPool < getSharedConnection, returning mcWrapper
    <null>
    [6/15/06 14:59:42:820 EDT] 24fa970e PoolManager > computeHashCode
    [6/15/06 14:59:42:820 EDT] 24fa970e PoolManager < computeHashCode, hashCode is 2
    [6/15/06 14:59:42:820 EDT] 24fa970e FreePool > createOrWaitForConnection
    [6/15/06 14:59:42:820 EDT] 24fa970e FreePool d TotalConnectionCount is 2
    [6/15/06 14:59:42:820 EDT] 24fa970e FreePool > createManagedConnectionWithMCWrapper
    [6/15/06 14:59:43:242 EDT] 24fa970e FreePool E J2CA0046E: Method createManagedConnctionWithMCWrapper caught an exception during creation of the ManagedConnection for resource jdbc/qualitystage, 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.DataStoreAdapterException.<init>(DataStoreAdapterException.java:171)
    at com.ibm.ws.rsadapter.AdapterUtil.createDataStoreAdapterException(AdapterUtil.java:208)
    at com.ibm.ws.rsadapter.DSConfigurationHelper.getPooledConnection(DSConfigurationHelper.java:706)
    at com.ibm.ws.rsadapter.spi.WSRdbDataSource.getPooledConnection(WSRdbDataSource.java:487)
    at com.ibm.ws.rsadapter.spi.WSManagedConnectionFactoryImpl.createManagedConnection(WSManagedConnectionFactoryImpl.java:577)
    at com.ibm.ejs.j2c.poolmanager.FreePool.createManagedConnectionWithMCWrapper(FreePool.java:1280)
    at com.ibm.ejs.j2c.poolmanager.FreePool.createOrWaitForConnection(FreePool.java:1064)
    at com.ibm.ejs.j2c.poolmanager.PoolManager.reserve(PoolManager.java:1571)
    at com.ibm.ejs.j2c.ConnectionManager.allocateMCWrapper(ConnectionManager.java:622)
    at com.ibm.ejs.j2c.ConnectionManager.allocateConnection(ConnectionManager.java:424)
    at com.ibm.ws.rsadapter.jdbc.WSJdbcDataSource.getConnection(WSJdbcDataSource.java:216)
    at com.ibm.ws.rsadapter.jdbc.WSJdbcDataSource.getConnection(WSJdbcDataSource.java:191)
    at com.itt.util.SqlConnectionDAO.getConnection(SqlConnectionDAO.java:43)
    at com.itt.util.DropDownDAO.<init>(DropDownDAO.java:33)
    at com.itt.action.InquirybyGeneralDataAction.inquirybyGeneralDataView(InquirybyGeneralDataAction.java:54)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java(Compiled Code))
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java(Compiled Code))
    at java.lang.reflect.Method.invoke(Method.java(Compiled Code))
    at org.apache.struts.actions.DispatchAction.dispatchMethod(DispatchAction.java:274)
    at org.apache.struts.actions.DispatchAction.execute(DispatchAction.java:194)
    at org.apache.struts.actions.MappingDispatchAction.execute(MappingDispatchAction.java:169)
    at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:419)
    at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:224)
    at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1194)
    at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled Code))
    at com.ibm.ws.webcontainer.servlet.StrictServletInstance.doService(StrictServletInstance.java:110)
    at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet._service(StrictLifecycleServlet.java:174)
    at com.ibm.ws.webcontainer.servlet.IdleServletState.service(StrictLifecycleServlet.java:313)
    at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet.service(StrictLifecycleServlet.java:116)
    at com.ibm.ws.webcontainer.servlet.ServletInstance.service(ServletInstance.java:283)
    at com.ibm.ws.webcontainer.servlet.ValidServletReferenceState.dispatch(ValidServletReferenceState.java:42)
    at com.ibm.ws.webcontainer.servlet.ServletInstanceReference.dispatch(ServletInstanceReference.java:40)
    at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.handleWebAppDispatch(WebAppRequestDispatcher.java:974)
    at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.dispatch(WebAppRequestDispatcher.java:555)
    at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:200)
    at com.ibm.ws.webcontainer.srt.WebAppInvoker.doForward(WebAppInvoker.java:119)
    at com.ibm.ws.webcontainer.srt.WebAppInvoker.handleInvocationHook(WebAppInvoker.java:276)
    at com.ibm.ws.webcontainer.cache.invocation.CachedInvocation.handleInvocation(CachedInvocation.java:71)
    at com.ibm.ws.webcontainer.srp.ServletRequestProcessor.dispatchByURI(ServletRequestProcessor.java:182)
    at com.ibm.ws.webcontainer.oselistener.OSEListenerDispatcher.service(OSEListener.java:334)
    at com.ibm.ws.webcontainer.http.HttpConnection.handleRequest(HttpConnection.java:56)
    at com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java:618)
    at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:443)
    at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:593)
    Caused by: java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC]Error opening/loading com.microsoft.util.transliteration.properties.
    at com.microsoft.jdbc.base.BaseExceptions.createException(Unknown Source)
    at com.microsoft.jdbc.base.BaseExceptions.getException(Unknown Source)
    at com.microsoft.jdbc.sqlserver.tds.TDSConnection.setNonUnicodeTransliterator(Unknown Source)
    at com.microsoft.jdbc.sqlserver.tds.TDSConnection.setSQLCollation(Unknown Source)
    at com.microsoft.jdbc.sqlserver.tds.TDSRequest.processEnvChange(Unknown Source)
    at com.microsoft.jdbc.sqlserver.tds.TDSRequest.processReplyToken(Unknown Source)
    at com.microsoft.jdbc.sqlserver.tds.TDSLoginRequest.processReplyToken(Unknown Source)
    at com.microsoft.jdbc.sqlserver.tds.TDSRequest.processReply(Unknown Source)
    at com.microsoft.jdbc.sqlserver.SQLServerImplConnection.open(Unknown Source)
    at com.microsoft.jdbc.base.BaseConnection.getNewImplConnection(Unknown Source)
    at com.microsoft.jdbc.base.BaseConnection.open(Unknown Source)
    at com.microsoft.jdbcx.base.BaseDataSource.getBaseConnection(Unknown Source)
    at com.microsoft.jdbcx.base.BaseDataSource.getPooledConnection(Unknown Source)
    at com.ibm.ws.rsadapter.DSConfigurationHelper$1.run(DSConfigurationHelper.java:688)
    at com.ibm.ws.security.util.AccessController.doPrivileged(AccessController.java(Compiled Code))
    at com.ibm.ws.rsadapter.DSConfigurationHelper.getPooledConnection(DSConfigurationHelper.java:683)
    ... 44 more

    I believe the underlying error is this...
    Caused by: java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC]Error opening/loading com.microsoft.util.transliteration.properties.
    Now how you are getting one connection and then failing to get more I have no idea but it certainly looks as if this is the error. Following your stacktrace we can see that the a connection is requested from the pool and then the pool attempts to create a connection... seems to actually create it successfully but then blows up doing something with unicode or something.
    My suggestion.
    Make sure you have an updated driver from Microsoft OR try the jTDS driver instead. This looks like a driver bug to me. Even if you can't use the jTDS one in production I would try it and see if the problem goes away.. that would at least elminate the connection pool or something else being wrong as the cause.
    Once you have it isolated you can move on as needed.

  • PANIC: Resource device

    When I transfert a backup of the database (dbxml file and related log files) from a PC with windows 2003/XP to an other one using Vista/2008, I have the following error when the program try to load the database:
    Recovery function for LSN 1117 2331851 failed
    PANIC: resource device
    unable to join the environment
    The database is correctly working on other PC
    Thanks in advance

    There is no utility to call lsn_reset(). If moving the files is done automatically by your application then I do not know what you can do outside of modifying the source code. If you are manually moving the files then you can just create your own small program that openings the environment, calls lsn_reset(), and then closes it. If you run the program before you copy the files over that should work.
    Also, the link I gave you before was for the C version of the function, here is the link to the C++ version. http://www.oracle.com/technology/documentation/berkeley-db/db/api_cxx/frame.html
    Lauren Foutz

  • I just changed my apple ID because I needed to change my e mail account. My new ID updated on all of my devices except for iCloud on my phone. My phone however will not recognize my new Apple ID for iCloud? Any suggestions?

    I just changed my apple ID because I needed to change my e mail account. My new ID updated on all of my devices except for iCloud on my phone. My phone however will not recognize my new Apple ID for iCloud? Any suggestions?

    To change the iCloud ID on your phone you have to go to Settings>iCloud, tap Delete Account, provide the password for the old ID when prompted to turn off Find My iDevice, then sign back in with the new ID.  If you only changed your ID and didn't create an entirely new ID, you can choose Delete from My iPhone when prompted.  Your data will download back to your phone when you sign back in.
    Save any photo stream photos that you want to keep to your camera roll before deleting the account.  Deleting the account deletes the photo stream photos from your phone.

  • JDBC Receiver Error: Resource Pool Exception

    Hi All,
    I am having a scenario where my messages are flowing from SAP to legacy system using JDBC as the receiver adapter and at the legacy system it is updating the Oracle Database. It was all running succesfully from long back. Now I got the following error (in every communicaton channel which using the JDBC adapter, I chcekd this in communication channel monitoring) in Runtime Workbench --> Message Monitoring --> Adapter Engine.
    Error Category XI_J2EE_ADAPTER_JDBC
    Error Code PROCESSING_ERROR
    2009-09-16 22:03:35 Success Receiver JDBC adapter: processing started; QoS required: ExactlyOnce
    2009-09-16 22:03:59 Error Exception caught by adapter framework: Error when attempting to get processing resources: com.sap.aii.af.service.util.concurrent.ResourcePoolException: Unable to create new pooled resource: DriverManagerException: Cannot establish connection to URL 'jdbc:oracle:thin:@XX.XX.XX.XX:XXXX:XXXX': SQLException: ORA-04031: unable to allocate 3968 bytes of shared memory ("shared pool","unknown object","sga heap(1,0)","transaction")
    I have checked in SDN where I get information about : Cannot establish connection to URL 'jdbc:oracle:thin:@XX.XX.XX.XX:XXXX:XXXX':. But I am not getting any information about SQLException: ORA-04031: unable to allocate 3968 bytes of shared memory ("shared pool","unknown object","sga heap(1,0)","transaction").
    Can any body please let me know about the error which I am getting and how can I resolve it.
    Thanks in advance.

    Thanks Abhishek for ur reply.
    This means that it not the technical job in which I can provide any help. Our DBA they all are client.
    I have read in SDN that it cannot establish connection to URL because either Oracle is down or JDBC parameters have been changed (like user name/password).
    If enough resource pools are not available...enough space / resources seems to be unavailable then what needs to be done from my side (as the client always ask me what needs to be done then and by whom).
    Thanks
    Zeba

  • Itunes wont show my devices except my 6 year old ipod nano?

    Iv tried reinstalling itunes, checking my drivers were up to date, buying a new usb cabel "from an apple store" and YES iv made sure my iphone/ipad is unlocked and hit trust this computer. i have an iphone 4s, iphone 4 and i also just bought an ipad air yesterday and that wont even show up in itunes!
    after trying everything i could think of i found my old ipod nano and for some reason that shows up!
    im running windows 8.1
    i have the latest itunes
    my laptop is an alienware 14.
    can someone help me or do i just have to wait for the next itunes update to see if that works.

    If it's an old enough nano, then it won't be using Apple Mobile Device Support to connect to iTunes. So, that suggests the problem may be with your Apple Mobile Device Support.
    So let's try swapping your AMDS out.
    Download and save a copy of the iTunesSetup.exe (or iTunes64setup.exe) installer file to your hard drive:
    http://www.apple.com/itunes/download/
    Download and install the free trial version of WinRAR:
    http://www.rarlab.com/download.htm
    Right-click the iTunesSetup.exe (or iTunes64setup.exe), and select "Extract to iTunesSetup" (or "Extract to iTunes64Setup"). WinRAR will expand the contents of the file into a folder called "iTunesSetup" (or "iTunes64Setup").
    Go into the folder and doubleclick the AppleMobileDeviceSupport.msi (or AppleMobileDeviceSupport64.msi) to do a standalone AMDS install.
    (If it offers you the choice to remove or repair, choose "Remove", and if the uninstall goes through successfully, see if you can reinstall by doubleclicking the AppleMobileDeviceSupport.msi again.)
    If the uninstall/reinstall goes through okay, do you now get recognition with your other devices?

  • I  recently changed my apple I'd to my new email, it is fine on all our devices except my husbands iPad, how do I update just that one device?

    I am trying to get my husbands iPad on the same apple I'd as our other 4 devices, I have tried deleting the iCloud account and reinstalling it withe the correct one. I have also tried the appleid site, no good.  I do not want to put in another password, I have been forced into that several times!,

    Tap on the id in Settings > iTunes & App Store and log out of it and then log back in with the updated version.

  • I am unable to add hotmail account into my ipad 2.  Hotmail says the problem is with apple since I can access the account in all other devices except my ipad. I need to get pass, "unable to verify my account information"  Apple personnel appear helpless

    I have an Ipad2 and have tried severally to re-add my hotmail account but couldn't.  In collaboration with Apple personnel today (10/17/2012), we routed the Settings and General via the home page but solution appears elusive.  I can't get pass "Unable to verify your account information"  Hotmail feedback has it that the problem is with the iPad since I can access the hotmail account on my laptop, desktop, and smart phone,  Can someone please help me in this matter. 

    I see you have resolved this problem but for anyone else trying to sort out their Hotmail account on their iPad try the following:
    Try deleting your Hotmail account from your iPad/iPhone (making sure you can access your emails from your PC or other device as all your email history will also be deleted). Then under Settings go to 'Add an account' and click 'Other'(don't use the Hotmail heading). Fill in the required details for your Hotmail account and wait for account to be verified. This has just worked for me. Good luck!

  • I have created an android app from adobe flash cs6 .The app opens on mobile device except on nexus 7 which has lollipop version? Is there any way to open my app on that device?

    please give me the solutions.

    Dear Bob,
      I downloader a VLS Streamer from the Apple app store.  It requires some kind of helper software to run, which, as far as I can tell from the video at the developer's site, allows one to download content from one's mobile device to their computer.  Since I don't have a compatible computer for my iPad to link to, the instructions don't help my situation.  I emailed them with my query and will probably hear from them sometime this week.
       I've lived with this problem for the 3 months I've had my iPad, and I'll keep after it until I have a solution.  But right now, I've run out of steam.  If this lead helps me to resolve my issue, I'll come back and HELPFUL or RESOLVED every response you've given.  I'm very grateful for your help.  Sorry I'm so utterly clueless.
       Thanks once again.  Please don't cringe if I get back to you another day.

  • My Apple password works on all my devices except iTunes

    I have been trying to log-in to my iTunes and my MacBook Pro. But it won't accept my pw. So I reset it. The new pw works with all my other apple devices (iCloud, iPhone, AppleTV, etc) but NOT with my iTunes. ***??

    By 'old ID' do you mean a different account or a previous version of the same account ? All content that you download from the store is tied to the account that you download it with, so only that account will be able to download updates to its apps.
    What's the actual error message that you are getting ? If I try to sign into an account in Settings > iTunes & App Sotre that doesn't exist I get a popup with 'Could Not Sign In - Your Apple ID or password is incorrect'

  • Resource repository exception:

    Hi,
       When I try to make changes or save to any xdp or any other file / creating a new file in workbench, I'm seeing this popup:
    here is the message:
    Unable to process change notification for test1.xdp. The cause of the error is:
    com.adobe.repository.bindings.dsc.client.ResourceRepositoryclientexception:
    ALC-REP-106-000: Caught DSC exception: ALC-DSC-003-000:
    com.adobe.idp.dsc.DSCInvocationException: Invocation Error
    Can you let me know what is causing this? Because of this, I could not able to rename any of files in the repository.
    Your immediate help is very much appreciated.
    Thanks,
    Chaitanya

    Hi Scott,
      Thanks for the reply. I checked the log from the local workbench client and it is showing the same exception what was posted.
    Anyways, the problem got solved. We restarted the server and unlocked all the main folders in the repository. We dont know which step of these two exactly resolved our problem.
    Regards,
    Krishna

Maybe you are looking for

  • Can't view video in iPhoto

    Can't view video in iPhoto on my iMac but I can view it on my iPad! Source of video iPhone, sent to me via email. Appears in iPhoto on my iMac as a blank folder. Using OSX 10.9.5 Maverick. Any ideas? I have the same problem with a voice recording sen

  • Can't get panes to re-size with hotkeys

    I have a small annoyance whereby sometimes my hotkeys to re-size existing panes doesn't work.  I had changed the hotkeys to move from pane to pane to be Alt-Left (arrow) and Alt-Right (arrow) key.  After looking at the default settings by running tmu

  • Selection screen block is invisable when radiobutton is selected

    Hi Experts, i am sending the my code...........my requerment is  : Radiobutton(rb_cdr1)   is checked donu2019t show the  Fourth & Sixth block and no output files will be generated in those respective blocks. Only Show option a & b in the Fifth block.

  • Purchase order Service

    Hi All, I created a Service Purchase Order. I edited the line amount and updated it. Now when i am trying to take a Print of that copy, the discount column is taking automatically in the print. Why it is so.. Thanks & Regards Kandukoori

  • Is there any point in having an ORDER BY clause within a FOR LOOPs counter?

    DB Version:10.2.0.1.0 I need to loop through empno's using a FOR loop. But is there any point in having an Order by clause within SQL as shown below. This only degrades the performance because of the unnecessary sorting by the ORDER BY clause. Right?