Accessing as/400 iSeries system files

I'm trying to use JDeveloper ADF on iSeries system files (defined using DDS). When I access SQL tables, I have no problem, I can access and update these tables without any problem. But, when trying to view or update system files, I'm getting the following error:
(oracle.jbo.SQLStmtException) JBO-27122: SQL error during statement preparation. Statement: SELECT AFADCD, AFAQCD, AFBTNB, AFBUNB, AFBWNB, AFBXNB, AFA5NB, AFAMCD, AFANCD, AFBNNB, AFAHCD, AFCJNB, AFCLNB, AFABDT, AFACDT, AFAHST, AFA6NB, AFAIST, AFBKTX, AFBMTX, AFBNTX, AFBFST, AFBHTX, AFBITX, AFBQTX, AFAJTX, AFAKTX, AFBLTX, AFAHTX, AFAITX, AFAJST, AFAKST, AFAMST, AFANST, AFAOST, AFAPST, AFALTX, AFE0ST FROM
----- Level 1: Detail 0 -----
(java.sql.SQLSyntaxErrorException) [SQL0104] Token <END-OF-STATEMENT> was not valid. Valid tokens: ( NEW FINAL TABLE UNNEST LATERAL.
I created the entities by importing the tables via the iSeries database connection into JDeveloper by using the "Create Business Components from Tables" wizard. During the import the entitiy objects will not create but the views do create.
Does anyone have any suggestions?
Thanks
Edited by: 841986 on Apr 4, 2011 12:04 AM

violinssoundcool wrote:
I'm new to Java, and I need to write a program that accesses an AS/400 database and displays the program in a web browser. So, I'm guessing that I need to use an applet.No, you don't need to use an applet. A plain old Java application would work just as well. But that's okay because it appears that's what you wrote anyway.
From what I've read there seems to be two options (JDBC and record level access). Which of these would be better to use, and are there any useful sites that have instructions aimed at beginners?If you use JDBC then you can use the same code even if the database is moved to a different computer (except for using a different JDBC driver). Sometimes record-level access code is easier to write if you are coming from the RPG world, but it's easy to write a whole bunch of RLA code that duplicates what you could do with a single SQL statement.
If you're serious about this question then here's the book to buy:
http://www.amazon.com/JDBC-Record-Level-Access-Toolbox/dp/0976269201
Just make sure you have your seat belt on before looking at the price.

Similar Messages

  • Hello,i have changed the access of library and system files in macintosh HD through get info option.i changed the access to write only access for library and system files to no access for everyone.then mac stopped working..nothing opening now.

    hello
    i have changed the access of library to WRITE ONLY and also i changed the access of system files to NO ACCESS FOR ANYONE in macintosh HD.then,suddenly it stopped working.i tried it shut down.then it didnot shut down.then i pressed ctrl+command+power button.then it was shut down.
    NOW, nothing is opening in macbook pro.it is opening and only apple logo is shown.what should i do now.i knew nothing in mac.please help me.operating system is 10.7

    hello CT,
    it showed
    permissions differ on library: should be drwxr-xr-r
    repaired "library"
    permissions differ on system: sholud be should be drwxr-xr-r;they are d-wx-----------
    repaired "systems"
    like this many steps occured.
    then next step is permissions repair complete.

  • Access to operating system files

    I wonder if anyone could help me. I am looking for a way to access and manipulate operating system files. I would like to be able to rename, and delete o/s files. Also, is there any way to be able to execute operating system commands through java by passing the commands as a string parameter?
    Any help would be appreciated.
    Thanks

    I would like to be able to rename, and delete o/s files
    Why do you want to do this??What is your program suppose to do, is this all your program suppose to do? if so it dont sound like a very nice program and also what type of code you have so far for it

  • JDBC adapter access to iSeries DB files in libraries

    Hello,
    We try to connect to an AS400 iSeries system via JDBC adapter!!! (not a typical scenario I think!)
    The files (so called by IBM but we identify them as tables in our understanding ) are stored in libraries.
    The question is how to add this library (like a path?) into JDBC adapter and interface description.
    Adapter:
    JDBC Driver: <driver name>
    Conenction: <physical address of iSeries DB>
    LogIn data: xxx
    Interface description:
    MESSAGE
        STATEMENT   = []
        TABLENAME
                ACTION    = select
                TABLE      =  DBNAME.TABLENAME
    The interface description is from another successful implementation on an ORACLE DB.
    I think the table definition should contaion the library like
      <DBNAME>.<LIBRARY>.<TABLENAME>
    separated by dots!
    I am not sure. So can anyone correct or agree?
    Currently we are not ready for a first try because the driver installation is next week.
    But it would help to know what we have to do instead of spending possibly a lot of time for trial and error.
    Kind Regards
    Dirk
    Of course, helpful answers are valued by points!

    I don't know this mechanism of high availability with 2 IP, but if you really have 2 hostname you should think to a method to switch from a node to the other in easy way, deactivating one and activating the other (for instance with the <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/45/0c86aab4d14dece10000000a11466f/frameset.htm">Controlling a Communication Channel Externally</a>)
    I suggest you to verify how it will be in production instance: real cluster ? switch over ? virtual IP ?
    Regards,
    Sandro

  • I can't update my itunes and it shows me this message: The installer has insufficient privileges to access this directory: C:/program files/itunes. The installation cannot continue. Log on as administrator or contact your system administrator

    i can't update my itunes and it shows me this message: The installer has insufficient privileges to access this directory: C:/program files/itunes. The installation cannot continue. Log on as administrator or contact your system administrator

    Hello PamelaFox14,
    Thank you for using Apple Support Communities.
    It sounds like you need to log in as the administrator to update the iTunes application properly.
    Take a look at this article named:
    Trouble installing iTunes or QuickTime for Windows
    http://support.apple.com/kb/HT1926
    This section in particular:
    1. Make sure you have administrator account access
    To install iTunes or QuickTime software, you need to be logged in as an administrator on the computer. If you're not sure if you have administrator account access, you may find this Microsoft article helpful:
    Windows 7: How do I log on as an administrator?
    Otherwise, refer to the Help documentation from Microsoft, contact your IT department, or visitsupport.microsoft.com for more information.
    All the best,
    Sterling

  • Accessing system files on linux

    how do i get permission to access system files on linux?please help!

    i want to access a linux system file from my code, but this is what i get:
    java.io.FileNotFoundException: /etc/fstab (Permission denied)
    at java.io.FileOutputStream.open(Native Method)
    at java.io.FileOutputStream.<init>(FileOutputStream.java:179)
    at java.io.FileOutputStream.<init>(FileOutputStream.java:131)
    at java.io.FileWriter.<init>(FileWriter.java:73)
    at NewJFrame.write(NewJFrame.java:86)
    at NewJFrame.<init>(NewJFrame.java:22)
    at NewJFrame$1.run(NewJFrame.java:65)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)
    how do i get the permission???

  • TS3212 The installer has insufficent privileges to access this directory C:\Program Files (x86)\iTunes.  Log on as administrator or contact your system administrator

    Itunes would not open. Deleted it and tried to reinstall it.  Got message "The installer has insufficient privildges to access the directory :C:\Program Files (x86)\itunes.  The installation cannont continue.  Log on as administrator or contact you sysytem administrator.  Suggestions?

    Okay.
    Let's try running a disk check (chkdsk) over your C drive.
    XP instructions in the following document: How to perform disk error checking in Windows XP
    Vista instructions in the following document: Check your hard disk for errors
    Windows 7 instructions in the following document: How to use CHKDSK (Check Disk)
    Select both Automatically fix file system errors and Scan for and attempt recovery of bad sectors, or use chkdsk /r (depending on which way you decide to go about doing this). You'll almost certainly have to schedule the chkdsk to run on startup. The scan should take quite a while ... if it quits after a few minutes or seconds, something's interfering with the scan.
    Does the chkdsk find/repair any damage? If so, can you get an install to go through properly afterwards?

  • HT4796 I did all of the above and the migration was successful, but I don't know where the files are.  It says they're under a different user, 'owner' .  I tried to access via sys pref/system/users&groups, but it asks for a password for owner which I don'

    Migration Assit , PC to MAC - The migration was successful, but I don't know where the files are.  It says they're under a different user, 'owner' .  I tried to access via sys pref/system/users&groups, but it asks for a password for owner which I don't have.  What must I do to access my files?
    My experience is with MS PC's I'm new with the MAC Book Pro.

    Then, see if this works:
    Mac OS X 10.6 Help- If you forget your administrator password
    If you are running Lion or Mountain Lion you may need to do the following to access the same utility:
    Boot to the Recovery HD:
    Restart the computer and after the chime press and hold down the COMMAND and R keys until the menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
    When the menubar appears select Terminal from the Utilities menu. Enter resetpassword at the prompt and press RETURN. Follow instructions in the dialog window that will appear.
    Or see Reset a Mac OS X 10.7 Lion Password and OS X Lion- Apple ID can be used to reset your user account password.

  • How to access system files

    How to see system files in Finder (e.g. the main mail data file) ?

    Not sure what "system files" you mean, but you might find it when you have Finder opened and look in your Menu bar (which starts with the  logo).
    Then you find "Go" to the right.
    1. For the system files -> Click Computer in the list, then Macintosh HD (Or what ever your hard disk is named) and then there is a folder name "System".
    You might also mean that you are trying to find the library, which is located there also.
    2. If it is the library you are seeking, you might need the "User Library" which is hidden by default.
    To get that, open the "Go" menu again and then press and hold the "Option(or alt)" on your keyboard.
    Then "Library" will show up in the middle of the list, and that is your user library.
    I hope I was a bit of help, please do note that these folders contain very important information.
    I strongly advise you to only adjust anything in there, if you perfectly know what you are doing.
    Cheers~

  • Migration from OS/400 (iseries) case in-sensitive OS to UNIX (AIX) case sensitive

    Apparently as400 is not case sensitive OS, AIX is so this is causing issues after the migration to UNIX (AIX).  What do you recommend for analysis of what will need correction in SAP system - config / tables entries / variants / code?  Is there a way to make UNIX files case insensitive?

    Hi Vinoth,
    Source System:
    SAP Application:     Solution Manager 7.1
    Database          :     DB2 UDB for iseries 7.1
    OS                   :     OS/400
    Target System:
    SAP Application:     Solution Manager 7.1
    Database          :     DB2 LUW 9.7
    OS                   :     Rethat Linux 6
    Above migration path is possible and support in SAP. For more details on compatibility please refer PAM www.service.sap.com/PAM
    To perform this migration refer to Heterogenous system copy guide available at SAP service marketplace.
    Useful documents on SCN
    Heterogeneous ABAP System Copy - Technical Overview
    FAQ - System Copy and Migration
    Hope this helps.
    Regards,
    Deepak Kori

  • Can't Open File Explorer -- How can I reset the Quick Access Toolbar from outside of File Explorer?

    First of all, this is not a virus. This is my a bug within windows explorer itself.
    So, I added the properties button to the QAT, and it displayed it as an expandable menu, like this: ";" but with small arrows like this: ">". didn't want this, I wanted to click on it and immediately display the properties of the file
    to me. So, I hovered over it, right-clicked on "Properties" in this menu and added it to the QAT. Of course, this crashes File Explorer. Now whenever I try and open it, it crashes, so I have to assume that the corrupted button has been saved.
    So, my question is: How do I reset the QAT from OUTSIDE of file explorer? Regedit magic? Any ideas?
    Thanks for stopping by,
    Trolleyman.
    Edit: Just so you know, I can navigate through my systems files using the 7-zip file manager. Phew.

    Thanks from me  too, Niki. This first happened with Windows 8.0 File Manager a week ago,, and despite much research I couldn't  discover the cause so eventually I resorted to restoring  the system drive from backup (luckily I make daily backups, 
    so didn't lose   much  work).
    Without  knowing the cause  a  few days later I again tried to alter  the Quick Access  Toolbar  and the problem reappeared.  Should  I again resort to restoring the entire system drive, the thought horrified me. But
    luckily while doing a bit more research prior to resorting to the same drastic recovery, I cane  across this post  of yours and it worked!
    It doesn't  seem  to be  happening with Office 2007's   or  Wordpad's  Quick Access Toolbar,  so presumably it's a File Explorer bug  (a.k.a. Windows Explorer in Windows 7, of course). Have Microsoft recorded this as
    a  bug -- if not,  why not  -- and when  are they coming up with a fix?

  • Windows 7 won't allow me access to some of my files and folders

    I installed a new copy of Windows 7 Professional SP1 on a new PC several months ago. I then restored my documents from a backup made on my old XP system. Ever since installation, I have had problems with Windows denying me access to some of my files
    and folders. I have full administrative rights on the machine. The various problems I've had, and steps I've taken to resolve them are:
    1. Try to open a file and get a message telling me I need permission from Steve to open this file. I am Steve.
    2.Try to open a file and get a message telling me I don't have permission to open it, but click this button to get permanent permission. I click the button, but still don't have permission.
    3. I then started opening the security settings for individual files and setting myself to have full access, and as the owner. This worked for individual files.
    4. I then tried setting the same security settings for entire folders. This didn't work and didn't improve anything.
    5. I tried setting the security settings so that Administrators owned the files/folders (I am an administrator). This also didn't achieve anything.
    6. After several months and still getting these messages, I got sick of trying to overcome them and decided to apply these security settings to my entire C: drive. I set myself to have full access and to be the owner of the C: root directory and all sub-objects.
    7. I inserted my Windows installation disk and tried to run the System Repair. It told me that System Repair was not compatible with the version of Windows I was running! WTF???
    Not only did setting permissions for the entire C: drive not help me, it has made matters a WHOLE lot worse. I now don't have permission to open almost all my files/folders. Most applications I try to run (Word, Excel, etc.) either tell me they can't open
    a file or let me open and edit it, then tell me I don't have permission to save to that location. When I press the Send/Receive button in Outlook, it now tells me I don't have permission to perform that action. I've tried going back to a restore point before
    I made this change, but that didn't change anything either.
    This problem has been driving me insane for months and now my PC is almost completely unusable and I'm considering a disk format and re-install Windows. When I initially installed it, so many problems came up in the first few weeks that I'm very reluctant
    to go through this procedure again. I spent hours and hours trawling the web looking for solutions to things that didn't work.
    Does anyone have any good news for me? Because as far as I'm concerned, Windows 7 is so far a piece of garbage.

    Hi Steve1904,
    So you have use the backup and Restore to restore your files from Windows XP to Windows 7 directly?
    This should be considered not work.
    If you would like to transfer files between Windows XP and Windows 7, you need another tool called Windows Easy Transfer.
    See the article below if you would like to upgrade from Windows XP to Windows 7:
    Upgrading from Windows XP to Windows 7
    If possible, follow the steps there, then things should be OK.
    Best regards
    Michael Shao
    TechNet Community Support

  • How do I install a new system file to replace the damaged one

    I am tring to repair the permissions on my computer and am getting all of these types of errors. Computer is dragging. I reinstalled my operating system and this is what is happening. Any suggestions. Happening on my desk top I Mac and on my Mac Book. I did google search and Error 23 is "These errors indicate that the Mac tried to access one of the standard routines in the system file and couldn't find it. In all probability, that means you have a corrupted system file. Try installing a new system file to replace the damaged one."
    Here is a sample of what disk utilities says
    Open error 23: "Too many open files in system" on System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/doc /activesupport-2.3.5/ri/ActiveSupport/CoreExtensions/Array/Conversions/cdesc-Con versions.yaml
    Open error 23: "Too many open files in system" on System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/doc /activesupport-2.3.5/ri/ActiveSupport/CoreExtensions/Array/Conversions/to_format ted_s-i.yaml
    Open error 23: "Too many open files in system" on System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/doc /activesupport-2.3.5/ri/ActiveSupport/CoreExtensions/Array/Conversions/to_param- i.yaml
    Open error 23: "Too many open files in system" on System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/doc /activesupport-2.3.5/ri/ActiveSupport/CoreExtensions/Array/Conversions/to_query- i.yaml
    Open error 23: "Too many open files in system" on System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/doc /activesupport-2.3.5/ri/ActiveSupport/CoreExtensions/Array/Conversions/to_senten ce-i.yaml
    Open error 23: "Too many open files in system" on System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/doc /activesupport-2.3.5/ri/ActiveSupport/CoreExtensions/Array/Conversions/to_xml-i. yaml
    Open error 23: "Too many open files in system" on System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/doc /activesupport-2.3.5/ri/ActiveSupport/CoreExtensions/Array/ExtractOptions
    Open error 23: "Too many open files in system" on System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/doc /activesupport-2.3.5/ri/ActiveSupport/CoreExtensions/Array/ExtractOptions/cdesc- ExtractOptions.yaml"
    It says it should be done in 6 minutes and I am going on hours!
    Permissions differ on "System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Support/Rem ote Desktop Message.app/Contents/Resources/zh_TW.lproj/UIAgent.nib", should be drwxr-xr-x , they are -rwxr-xr-x .
    Repaired "System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Support/Rem ote Desktop Message.app/Contents/Resources/zh_TW.lproj/UIAgent.nib".
    Permissions differ on "System/Library/CoreServices/RemoteManagement/AppleVNCServer.bundle/Contents/Su pport/LockScreen.app/Contents/Resources/zh_TW.lproj/MainMenu.nib", should be drwxr-xr-x , they are -rwxr-xr-x .
    Repaired "System/Library/CoreServices/RemoteManagement/AppleVNCServer.bundle/Contents/Su pport/LockScreen.app/Contents/Resources/zh_TW.lproj/MainMenu.nib".
    Permissions differ on "System/Library/CoreServices/RemoteManagement/AppleVNCServer.bundle/Contents/Su pport/LockScreenLeopard386.app/Contents/Resources/zh_TW.lproj/MainMenu.nib", should be drwxr-xr-x , they are -rwxr-xr-x .
    Repaired "System/Library/CoreServices/RemoteManagement/AppleVNCServer.bundle/Contents/Su pport/LockScreenLeopard386.app/Contents/Resources/zh_TW.lproj/MainMenu.nib".
    Permissions differ on "System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Support/Rem ote Desktop Message.app/Contents/Resources/zh_CN.lproj/UIAgent.nib", should be drwxr-xr-x , they are -rwxr-xr-x .
    Repaired "System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Support/Rem ote Desktop Message.app/Contents/Resources/zh_CN.lproj/UIAgent.nib"."
    Any suggestions?

    I would apply or reapply the 10.6.8. Combo Update from Safe Boot (hold Shift down at startup -- give it much more time to boot than usual and leave it in SB for a few minutes before doing anything.)
    http://support.apple.com/kb/dl1399
    The messages you are seeing beginning with "Permissions differ on...." can be ignored.

  • Won't boot from install discs after deleting some system files

    I've been looking through the forum and haven't found an answer to my problem - maybe someone can help me out.
    I have an aluminum Powerbook G4, 1.67, 1.5 RAM, 10.4.11. I was experiencing the problem with FCE capturing video for about 5 minutes and then freezing, and I read some threads here about how this can be fixed by returning to Quicktime 7.2 and installing it with Pacifist. I did this, but first tried to delete my previous Quicktime version files, and obviously I deleted some system files in the process. That's how my new problem started.
    Programs now that do not open - Preview, iTunes, iMovie, FCE, Yahoo, Mail, and Microsoft Messenger. I no longer have my date/time/battery level/airport/bluetooth indicators in my toolbar. The Spotlight icon flashes, but will not open. Also, when opening the System Preferences pane, it opens just for a second or two and then crashes and closes. Safari, airport, and Word all work, though, and I still can access internet.
    I tried to re-install OS 10.4 from my black install disc. The computer reads the disc, but after I click the installer icon and then "restart," the computer fails to completely reboot. The disc spins in the drive, I get the Apple, the indicator, and then the screen goes to blue and the disc soon stops spinning. Nothing happens after that. I've tried rebooting by holding down the C key but the same happens. When I hold down the option key, I get to the point where I can choose to boot from the install disc, and then the same thing happens - the blue screen and nothing more. Booting with the shift key held down doesn't work either.
    I did just have a repair by Apple - my adaptor plug sparked when inserting it into the outlet, and I had to have the logic board replaced. But the computer seemed to be working fine when I got it back, except for the FCE issue first mentioned. Looks like my good intentions have done me in.
    The install disc is about three years old, and is in good condition. It's been in the garage, so could heat or cold affect the readability of the disc?
    Does anyone have any suggestions on how I can boot from my install disc and get a fresh install of my OS?

    Hi bboross,
    Tough without a Tiger Disk, but try fsck...
    To use fsck, you must run it from the command line. Unlike using your mouse to open an application to do something, you'll need to type a text command at the prompt (#) to tell fsck what to do. The Terminal application (/Applications/Utilities) and single-user mode are two examples of command-line interfaces in which you can type such commands. To use fsck:
    1. Start up your computer in single-user mode to reach the command line. Hold CMD+s keys down at bootup.
Note: If necessary, perform a forced restart as described in the Emergency Troubleshooting Handbook that came with your computer. On desktop computers, you can do this by pressing the reset/interrupt button (if there is one) or holding down the power button for several seconds. On portable computers, simultaneously press the Command-Control-power keys. If your portable computer doesn't restart with this method, you may need to reset the Power Manager.
    2. At the command-line prompt, type /sbin/fsck -fy
    (space between fsck and -fy important)
    3. Press Return. fsck will go through five "phases" and then return information about your disk's use and fragmentation. Once it finishes, it'll display this message if no issue is found:
** The volume (nameofvolume) appears to be OK 
If fsck found issues and has altered, repaired, or fixed anything, it will display this message:
*** FILE SYSTEM WAS MODIFIED *** 

Important: If this message appears, repeat the fsck command you typed in step 2 until fsck tells you that your volume appears to be OK (first-pass repairs may uncover additional issues, so this is a normal thing to do).
    4. When fsck reports that your volume is OK, type reboot at the prompt and then press Return.
    http://docs.info.apple.com/article.html?artnum=106214
    Then Safe Boot , (holding Shift key down at bootup), & use Disk Utility from there to Repair Permissions, reboot once more.

  • Getting Iphoto files out of Previous System file

    I upgraded to Leopard using the Archive choice. My iphoto and iweb files are in the Previous System file under User and won't load when I load the programs. How do I get them to load. How much free disk space do I need on my HD

    axk2
    You're going to have to change the permissions on that path to get access to the files there.
    You can do this using the Get Info Window, just make yourself the owner of the folders in turn. When you get to your Home Folder, drag the foldes you want to the desktop. When you've that done post back and we can get you the rest of the way there.
    Regards
    TD

Maybe you are looking for

  • Podcasts no longer synching....

    Why has my iPod Touch stopped synching podcasts?  They are there on the device, but greyed out and unplayable...........  Have tried all the usual resets to no avail.

  • Mac Mini with BIG disk problems

    Hello, My Mac Mini's still fairly new and under warranty. Here's what happened: It hung a couple of times and had to be hard-rebooted. The last time I did this, it wouldn't get past "Waiting for Network file system" or something like that when bootin

  • How to pass & update variable for each run in ODI

    Hi, I am new to the ODI. I am loading the data from src to trg table through interface. I want to maintain the '*create_run_cycle_id & update_run_cycle_id*' columns in the target table. For ex: during first run create_run_cycle_id value should be som

  • HT201263 my 4 is totally unresponsive, just flashes on and off?

    All my 4 does is flash on and right back off again, never leaving the apple icon! I do not know what to do with it? i have tried a zillion times the power and home button at the same time, but nothing??

  • JPA Weird Transaction error ... ?

    Hi All, For this code i am getting a weird exception which follows the code block.. i have started a Transaction but still openjpa gives this exception   public static void deletePort(String port){        BcsPort bPort=em.find(BcsPort.class, port);