Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. edvedafi

    EJB 3.0 Lazy Loading?

    I am wondering if it is possilbe to force an object that is set to lazy load to load after it has been detached. Basically what we have is Object A has an instance of Object B. In a some clients we want B, but in most we don't. I would like to be able to set A to lazy load B, but the problem...
  2. edvedafi

    Oracle JDBC fails to return results

    May be this is not our problem. My supervisor was trying to use: GregorianCalendar gcOne = new GregorianCalendar(); gcOne.set( 1800,0,1,00,00,00); java.sql.Timestamp ts = new java.sql.Timestamp(gcOne.getTimeInMillis()); As his way of comming up with the timestamp. This was also producing the...
  3. edvedafi

    Oracle JDBC fails to return results

    Yeah I agree It has been pretty frequent lately. What I meant by random was that there is no consistancy of when it happens. The proccess is a very long batch proccess and can take up 9 hours to run. So with several people running the proccess we may see the problem once every 3 or 4 days...
  4. edvedafi

    Oracle JDBC fails to return results

    Thanks for you quick response. Sorry about the delay in mine, I was out of the office for the holiday. I agree the February thing is kinda wierd ( I'm working with someelse's code), but I don't think that is the problem here. This code should just calculate a constant that indicates...
  5. edvedafi

    Oracle JDBC fails to return results

    We have a PreparedStatment that fails to return result sets on rare random occasions. We are run at batch process 15 times a month. Once every 6-7 months one of these Prepared Statement will not return results. When we query the database the data is defiantly there. If we rerun the process...
  6. edvedafi

    External Table Symlink

    An interesting side note is that after some more testing I discovered that if I do the symlink for the folder instead of the file it works. However this still does not give me a workable solution because I want my logs and other files to stay where they are not go into the directory where the...
  7. edvedafi

    External Table Symlink

    I have an external table that is working. However in my application I am copying serveral GB worth of data files into the load directory then running a select /*+ append */ to insert the files into a table. Everything works well except it takes a long time to copy these files into the load...
  8. edvedafi

    Set Only Prefered Width

    I have JPanel that holds several components laid out in a GridBagLayout. That panel is inside of a JScrollPane. What I would like to do is to prevent the JPanel from becoming wider than the screen, and allow it to be as tall as necessary. I would like to force the components inside the...
  9. edvedafi

    Windows Explorer will not refresh

    Uninstalled Daemon Tools...Same problems Reinstalled Newer Version of DT...Same problems However, I did discover that the mapped drive actually works fine. The problem only occurs in the redirected My Documents folder. That explains why I have not had any problems with other accounts or...
  10. edvedafi

    Windows Explorer will not refresh

    Everything works fine in Safe Mode. I ran ChkDsk and Scannow, and no problems found. When I looked for the Unsigned Device Drivers the only two there were d346bus.sys and d346prt.sys which are the two files I need to run Deamon Tools. It may have something to do with that so I will try...
  11. edvedafi

    Windows Explorer will not refresh

    Using the UNC method to display the folder does kind of solve the problem. When I do it this way I do not seem to have any issues, however I am using these computer to teach people Windows XP that have never worked on a computer before, so I need to have this look as "normal" as possible...
  12. edvedafi

    Can guest account run Windows Update

    Thank You linney. "Run As" was the perfect solution. I was able to use my script to run wupdmgr.exe as an admistrator account. It connects to Windows Update, shows all of the updates, looks like it is installing them, but when you go on to review updates is says they all fail because you do...
  13. edvedafi

    Windows Explorer will not refresh

    I double checked and there is no firewall in between the PCs and the Server. In the links that linney gave I did find two registry settings that were not the same as what I had: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoRemoteRecursiveEvents=0 and...
  14. edvedafi

    Can guest account run Windows Update

    Run As" may work. I wrote a VBScript to run another program as Administrator, because that is the only way it would work. I will play around with this today. I cannot use a projector because this is a Self Paced-Hands On lab where clients are practicing different techniques using a...
  15. edvedafi

    Windows Explorer will not refresh

    N0ktar: I do not beleive there is any firewall between them, I will have to check when I get to work to make sure though. linney: All of those threads. Show the same suggestions I have already attempted. The only thing I noticed is that I do not think my UpdateMode is a DWORD so I will look...
  16. edvedafi

    Windows Explorer will not refresh

    I am having a problem with some Windows XP SP2 computers. When a new file/folder is created/deleted/renamed it will not show up in Windows Explorer until you press F5 to refresh. The folder is a mapped drive from a Windows Server 2003 machine, and I have ensured that the user has Full...
  17. edvedafi

    Can guest account run Windows Update

    I am running a training lab full of Windows XP SP2 machines. I would like to teach people how to view windows updates(never installing). However for security reasons all PCs are logged in a domain user that is set to Guest permissions locally. Is there any way to allow this Guest user to...
  18. edvedafi

    Outlook Contacts

    The public folder was created, holds contacts and can be accessed perfectly from inside Outlook. On the web page all I see is a list of .eml files that can be downloaded. When you click on one of these links it downloads Jason.eml. When you try to open Jason.eml it opens in Outlook Express...
  19. edvedafi

    Outlook Contacts

    This project got put aside for a little while, but now I am going to try this again. I have the site up, but what shows up is a list of .eml files which open in OE(They will not open in Outlook) and show no useful information. In the public folders on the network they are showing correctly...
  20. edvedafi

    Outlook Contacts

    I have gotten the public folder set up, but I am having troubles with finding any info about how to publish it. Everyone within the organization can see it fine. But I need to have people outside of the organization be able to see it. Thanks, Jason

Part and Inventory Search

Back
Top