Converter sample from J2EE Tutorial problem

Hello all,
I have built the ConvertApp using the J2EE as shown in the J2EE (which I highly recommend by the way --on-line or book version), but am getting the following error:
(from Verifier log file):
     FAILED TESTS :
     Test Name : tests.web.elements.WebEjbReferencesElement
     Test Assertion : Web archive references to other beans homes test
     Test Description : Error: Class [ ConverterHome ] not found in WEB-INF/classes or WEB-INF/lib.
For [ /ConverterWAR ]
Error: class [ ConverterHome ] cannot be found within this jar [ ConverterWAR ].
Error: Class [ Converter ] not found in WEB-INF/classes or WEB-INF/lib.
For [ /ConverterWAR ]
Error: class [ Converter ] cannot be found within this jar [ ConverterWAR ].
======
I'm running Windows 2K (I did see a similar problem someone was having under '98) and I know this tutorial works under W2K. I also have confirmed all my environmental variables are correct.
I am noticing that under the \j2eetutorial\examples\src\ejb\converter directory that I have a number of temp files (intermediate?). Specifically, if I use the Deploytool and select the ConverterApp in the tree view, I see three filenames that appear in the Contents window under the META-INF section:
app-client-ic.jar
ejb-jar-ic.jar
war-ic.war
Well, the temp files look like this (for example):
app-client-temp21282.jar
ejb_temp21276.jar
web_temp21293.war
I don't know if this means anything or not, as I seem to be getting the .ear, .war and .jar files when I deploy the ConverterApp without a problem.
If I try to run the Client from the \j2eetutorial\examples\src\ejb\converter directory using the runclient command, I get the following:
Application threw an exception:java.lang.NoClassDefFoundError: ConverterHome
The tutorial has a specific reference to this (p.43 in book) indicating a problem in the ConverterApp.jar file. I've undeployed, deleted ear, war, jar and temp files, and recompiled with ant (twice), thinking I must have skipped a step somewhere, but to no avail.
Both these problems look suspiciously like environment or path issues, but I cannot see anything obviously wrong. I confirmed that I do have a ConverterHome.class file in the C:\j2eetutorial\examples\build\ejb\converter directory too.
Has anyone seen this before who can share how to fix the issue?
Thanks for the help!
Jon

I have the same problem when trying to run 'Converter' example on Sun Deployment tool.
When I tried to use verifier for the ConverterApp I got the following message
"Error: Class [ ConverterHome ] not found in WEB-INF/classes or WEB-INF/lib.
For [ /ConverterWAR ]
Error: class [ ConverterHome ] cannot be found within this jar [ ConverterWAR ].
Error: Class [ Converter ] not found in WEB-INF/classes or WEB-INF/lib.
For [ /ConverterWAR ]
Error: class [ Converter ] cannot be found within this jar [ ConverterWAR ]."
When I tried to run the client app using the runclient command I got the
following message
"C:\j2eeDeployPractice\src\ejb\converter\runclient -client converter.ear -name converterClient -testauth
No application client desriptors defined for: converterClient"
Note: I was able to run the web client successfully when
using this URL: "http://localhost:8000/converter/index.jsp"
Any idea how to fix those error message is grealy appreciated.
KH

Similar Messages

  • Running examples from J2EE Tutorial

    Has anyone been successfully running examples from
    J2EE Tutorial on Creator?
    I tried to import the JSP but Creator complains that it is
    not an XHTML document. Clicking on the 'Convert to XHTML'
    button or 'Preview...' button does not seem to do anything.
    Openning the Source panel shows parsing problems on
    <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
    Does anyone know how to run these in Creator correctly?
    - weijyh

    Yes,
    It runs successfully....
    I have download the examples from Sun,
    unzipped It into my Projektfolder and open it in Creator, start it and works fine ...
    No error messages ....

  • CONVERTING MUSIC FROM ORIGINAL CDS (problem)

    Hi I'm wondering why when i convert music from original cds to my phone that the sound only comes out of one speaker??? is there a way to resolve this?? downloaded and mp3 music works fine with great sound.
    Thanx

    Why don't you try this way:
    - download and install iTunes from http://www.apple.com/itunes/download/
    - Check in Preferences-->Extended (i believe)-->Import that AAC is selected
    - rip your Audio CD via "Import CD" command
    - sync with Nokia and play
    If you do not hear stereo, then something is really wrong
    Nokia N82: V20.0.062
    PowerBook: Mac OS X 10.4.11

  • Importing bundle of project files (from j2ee tutorial)

    I'm trying to import "guessNumber application" (http://java.sun.com/j2ee/1.4/docs/tutorial/doc/JSFIntro5.html) from <INSTALL>/j2eetutorial14/examples/web/ directory. How to do it in the RIGHT way (instead of copying this files to JDeveloper/.../myworks directory with the help of Windows Explorer)?

    Under the file menu in JDeveloper there is an import option that will let you create a project from the WAR file.

  • Bookstore examplw-j2ee tutorial problem-plz help

    Hi,
    I have been working on the bookstore1 example servlets from the J2ee tutoril for quite a few days.
    I followed the same procedure as given in the tutorials to deploy the application.
    Wen i type
    http://localhost:8080/bookstore1 on the browser,
    I get the erropage.html and the .gif file listed.
    But when i try to use
    http://localhost:8080/bookstore1/bookstore it issues an error message
    saying "The application is unavailable. Please try later."
    I happened to see the same question posted by many,,,and the solution being,,the Pointbase server should be started in the background
    I think my Pointbase server is running fine...But anyway i would be greatful if anyone cud reply in much detail about the configuration and working of the pointbase server.Or if my problem is due to some other cause,,please let me know.I jave all the properties set in the "asant listprops".
    Please help
    S&S

    Please don't post duplicate questions.
    Have you tried deploying the provided WAR?
    <INSTALL>/examples/web/provided-wars/bookstore1.war
    You should also look through the server.log file (either through the Admin Console or directly in the file) to look for the error. It should give you clues about what isn't working.
    -Ian Evans

  • J2ee tutorial problem with build.xml

    When I am trying to compile the first exapmle "converter" I get following response: Property doesn�t support the "environment" attribute.
    Does anyone have a clue what�s the problem???

    Maybe you are using an old version of Ant. Download Ant version 1.3 here:
    http://jakarta.apache.org/builds/jakarta-ant/release/v1.3/bin/
    regards
    Jesper

  • J2EE Tutorial problems: Bookstore1 & cloudscape

    Hi!
    I tried to do the bookstore1 example from the j2ee1.4 tutorial.
    I successfully builed the Bookstore1 example...
    Then I looked for the right target (cause the target names seem outdated in the tutorial) for the database creation...
    I ran asant create-web-db (cause it is the target which uses books.sql ) but got a ClassNotFound Exc.
    indicating that "COM/cloudscape/tools/ij" could be loaded. I searched for the cloudscape files but couldnt find them on my computer...Where can I download the cloudscape database and the drivers?
    Cloudscape is now selled by IBM and there is no free version??
    greetings,
    flofighter

    mistake: i meant "...indicating that "COM/cloudscape/tools/ij" couldn't be loaded...."

  • Error when executing EJB example in J2EE Tutorial

    Hi,
    I am trying Converter example in J2EE tutorial.
    I have created ConverterJAR and ConverterWAR
    ConverterJAR is verified sucessfully when using verifier option
    When verifying ConverterWAR i am getting the following error
    Error: Class [ converter.ConverterHome ] not found in WEB-INF/classes or WEB-INF/lib.
    For [ /ConverterWAR ]
    Error: class [ converter.ConverterHome ] cannot be found within this jar [ war-ic.war ].
    Error: Class [ converter.Converter ] not found in WEB-INF/classes or WEB-INF/lib.
    For [ /ConverterWAR ]
    Error: class [ converter.Converter ] cannot be found within this jar [ war-ic.war ].
    Please let me know if anybody aware of this problem

    I have created ConverterJAR and ConverterWAR
    ConverterJAR is verified sucessfully when using
    verifier option
    When verifying ConverterWAR i am getting the
    following errorCreate an EJB-client JAR which will contain only the home and remote interfaces. Place it in WEB-INF/lib of your webapp and recreate your WAR. This should solve the problem. :)
    $

  • Help, run J2ee tutorial - Converter. Thanks

    I deployed Converter example successively. Then, run:
    runclient -client ConverterApp.ear -name ConverterClient -textauth
    The result is different from the tutorial:
    <--------------------
    Initiating login ...
    Enter Username:guest
    Enter Password:guest123
    Binding name:`java:comp/env/ejb/SimpleConverter`
    12160.00
    0.77
    -------------------->
    No "Unbinding name:'java:comp/env/ejb/SimpleConverter'"
    What's the problem?
    Next, I open webbrowser and locate page "http://localhost:8000/converter". This page looks fine. When submit to next page, errors come out:
    <----------
    J2EE SDK/1.3.1 - HTTP Status 500 - Internal Server Error
    type Exception report
    message Internal Server Error
    description The server encountered an internal error (Internal Server Error) that prevented it from fulfilling this request.
    exception
    java.lang.NullPointerException
         at org.apache.jsp.index$jsp._jspService(index$jsp.java:113)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:107)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.java:202)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:382)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:474)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
         at org.apache.catalina.core.ApplicationFilterChain.access$0(ApplicationFilterChain.java:197)
         at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:176)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:172)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:243)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:201)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
         at org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.java:246)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
         at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2343)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:164)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
         at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:170)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:170)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
         at org.apache.catalina.authenticator.SingleSignOn.invoke(SingleSignOn.java:368)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
         at org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.java:1012)
         at org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1107)
         at java.lang.Thread.run(Thread.java:536)
    ----------->
    Any help is appreciated.

    Hi,
    I want to deploy an application created by WSAD. I have created the ear file usingh WSAD. While I am trying to deploy the ear file J2EE RI it's giving me the following error. Can anyone help me in solving this problem? Is there anything that I have to write which is J2ee-Ri specific?
    Thanks
    The error is:
    java.lang.NullPointerException
         at java.util.zip.ZipFile.getInputStream(ZipFile.java:174)
         at java.util.jar.JarFile.getInputStream(JarFile.java:307)
         at com.sun.enterprise.deployment.ApplicationArchivist.saveInClassLoadableFormat(ApplicationArchivist.java:1796)
         at com.sun.enterprise.tools.deployment.backend.JarInstallerImpl.deployApplication(JarInstallerImpl.java:150)
         at org.omg.stub.com.sun.enterprise.tools.deployment.backend._JarInstallerImpl_Tie._invoke(Unknown Source)
         at com.sun.corba.ee.internal.corba.ServerDelegate.dispatch(ServerDelegate.java:355)
         at com.sun.corba.ee.internal.iiop.ORB.process(ORB.java:255)
         at com.sun.corba.ee.internal.iiop.RequestProcessor.process(RequestProcessor.java:84)
         at com.sun.corba.ee.internal.orbutil.ThreadPool$PooledThread.run(ThreadPool.java:99)
    java.lang.NullPointerException
         at java.util.zip.ZipFile.getInputStream(ZipFile.java:174)
         at java.util.jar.JarFile.getInputStream(JarFile.java:307)
         at com.sun.enterprise.deployment.ApplicationArchivist.saveInClassLoadableFormat(ApplicationArchivist.java:1796)
         at com.sun.enterprise.tools.deployment.backend.JarInstallerImpl.deployApplication(JarInstallerImpl.java:150)
         at org.omg.stub.com.sun.enterprise.tools.deployment.backend._JarInstallerImpl_Tie._invoke(Unknown Source)
         at com.sun.corba.ee.internal.corba.ServerDelegate.dispatch(ServerDelegate.java:355)
         at com.sun.corba.ee.internal.iiop.ORB.process(ORB.java:255)
         at com.sun.corba.ee.internal.iiop.RequestProcessor.process(RequestProcessor.java:84)
         at com.sun.corba.ee.internal.orbutil.ThreadPool$PooledThread.run(ThreadPool.java:99)

  • J2EE Tutorial sample codes question

    Hi there,
    I just started to catchup some tutorials' sample codes using J2EE tutorial, what happened when i tried to compile the first example called "Converter" EJB, using the command:
    ant converteri get all the files compiled except the ConverterClient.java which leads to some errors:
    ConverterClient.java:15: '.' expected
    import Converter;
    ^
    ConverterClient.java:16: '.' expected
    import ConverterHome;
    ^
    ConverterClient.java:26: cannot resolve symbol
    symbol : class ConverterHome
    location: class ConverterClient
    ConverterHome home =
    ^
    ConverterClient.java:27: cannot resolve symbol
    symbol : class ConverterHome
    location: class ConverterClient
    (ConverterHome)PortableRemoteObject.narrow(objref,
    ^
    ConverterClient.java:28: cannot resolve symbol
    symbol : class ConverterHome
    location: class ConverterClient
    ConverterHome.class);
    ^
    ConverterClient.java:30: cannot resolve symbol
    symbol : class Converter
    location: class ConverterClient
    Converter currencyConverter = home.create();
    ^
    6 errors
    whats wrong actually? I also tried to put the ConverterClient.java into another directory, after compiled the rest, then i copied the file into the build folder and compile it manually, yet still getting this error. Please help!
    Thanks
    Neo

    I think you didn't read my question properly, i had said that i manually copied the ConverterClient to the other class together as it needs;
    This is the code for ConverterClient:
    * Copyright 2001 Sun Microsystems, Inc. All Rights Reserved.
    * This software is the proprietary information of Sun Microsystems, Inc. 
    * Use is subject to license terms.
    import javax.naming.Context;
    import javax.naming.InitialContext;
    import javax.rmi.PortableRemoteObject;
    import java.math.BigDecimal;
    import Converter;
    import ConverterHome;
    public class ConverterClient {
       public static void main(String[] args) {
           try {
               Context initial = new InitialContext();
               Context myEnv = (Context)initial.lookup("java:comp/env");
               Object objref = myEnv.lookup("ejb/SimpleConverter");
               ConverterHome home =
                   (ConverterHome)PortableRemoteObject.narrow(objref,
                                                ConverterHome.class);
               Converter currencyConverter = home.create();
               BigDecimal param = new BigDecimal ("100.00");
               BigDecimal amount = currencyConverter.dollarToYen(param);
               System.out.println(amount);
               amount = currencyConverter.yenToEuro(param);
               System.out.println(amount);
               System.exit(0);
           } catch (Exception ex) {
               System.err.println("Caught an unexpected exception!");
               ex.printStackTrace();
    } also please try the tutorial before answering...TQ :D

  • J2ee Tutorial #4 problem - FailedLoginException

    I am new to enterprise beans, and I am going through the j2ee tutorial. When working on lesson 4 - a simple message bean, I receive the following message after submitting the initail form:
    javax.servlet.ServletException: Could not initialize due to javax.security.auth.login.FailedLoginException: Password Incorrect
         at bonus.controllers.BonusCalculationServlet.init(BonusCalculationServlet.java:71)
         at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:852)
         at org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:615)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:201)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
         at org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.java:246)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
         at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2343)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:164)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
         at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:170)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:170)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
         at org.apache.catalina.authenticator.SingleSignOn.invoke(SingleSignOn.java:368)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
         at org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.java:1012)
         at org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1107)
         at java.lang.Thread.run(Thread.java:536)
    This appears to be a simple permissions problem, but I can not figure out where to configure these permissions. Can anyone help me?
    TIA,
    Chad

    Easy solution that I overlooked:
    When setting the ResourceRefs for the BonusCalculationServlet, a user name and password must be specified. The generic username and password can be found in the auth.properties file in <install location>\config\auth.properties. In my specific case, they were the generic values from the j2ee install, guest/guest123.
    -Chad

  • Problem with converted PDF from OTF

    Hello,
    im having a problem with character interpretation in PDF document when i convert it from OTF.
    At the moment im using Arial true type font in my smartform, im using function module CONVERT_OTF to convert OTF to PDF.
    When i open PDF document with Adobe reader it looks fine, but the problem is when im trying to convert PDF file to other format for example PNG, or trying to copy and paste text from PDF document.
    im getting Klaipìda instead of Klaipėda, it seems that baltic symbol "ė" is interpreted like "ì", other baltic symbols are interpreted as they should, there is problem only with character "ė".
    have anyone faced that kindof problem? or maybe anyone know the solution for this problem? if so please tell me.
    Best regards,
    Rimantas Sebeckis.

    Hi Rimantus,
    Did you check the fonts installed in your system,,,
    As PDF is a unchangeable format, it doesnt depend upon the installed fonts in the system,,
    but when you copy, you need some fonts in system,, if not you will get the same problem,,,
    Thanks & regards,
    Dileep.C

  • How to convert a sample from labview 5.1 to labview8.0

    I have a sample from the manifacture which was programmed using the labview5.1 but now I use use the labview8.05 . Can anybody help me to convert the sample from labview5.1 to labview8.05 , thanks
    Solved!
    Go to Solution.
    Attachments:
    CaryExample.vi ‏125 KB

    Hi alane,
    here you go. It's missing the ActiveX component...
    Btw. you surely use LabVIEW8.5
    Message Edited by GerdW on 09-07-2009 03:20 PM
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome
    Attachments:
    CaryExample.vi ‏82 KB

  • Only ConverterServlet.class is in the APPS directory from the currency converter sample?

    I have this problem, the deploytool won't extract files to iPlanet/ias6/ias/APPS directory when I deploy my bean which I intent to use rich client to access and has no web application. Today I took someone's advice and deployed the currency converter sample and found out only the ConverterServlet.class was extracted in my APPS/j2eeguide/converter folder. It is really strange as only the web application file was extracted. I am using AIX Unix with iAS 6.0 SP1 installed. I check the ksvradmin and kregedit and all is there. Please help.

    Hi, I don't know what the necessary patches are but I tried to deploy currency converter sample on my laptop which has iPlanet installed. The folders of ejb and servlet are there in the APPS. I upload the very ear file on my laptop to the AIX and then use j2eeappreg to deploy it. Guess what, no luck. Can I be sure that it is the problem of the AIX? I didn't set up the AIX enviroment so I will have to consult others if it is the AIX enviroment.

  • I am new to Muse so I am following the tutorial for Katie's Cafe.  I downloaded the sample files.  The problem is not all the files are in the folder as are on the tutorial.  The colour sample for instance is not there.  The CC Getting Started Katies.muli

    I am new to Muse so I am following the tutorial for Katie's Cafe.  I downloaded the sample files.  The problem is not all the files are in the folder as are on the tutorial.  The colour sample for instance is not there.  The CC Getting Started Katies.mulib file is also not there so you cannot automatically download all the necessary library files.  Can anyone help?

    found it in another area
    Where do I find the cc getting started Katies.mulib File ?

Maybe you are looking for

  • How can I write waveform data from a while loop?

    Alright, I have a NI-5122 high speed digitizer that I need to acquire 10,000 waveforms. I am currently using the NI example code "niScope EX Multi Record Fetch More Than Available Memory.vi" to do this and then onto that later. I set the Number of Re

  • Query Tunning

    Query: SELECT SUM(TF.DURATION) TIME_ON_DAYS, TO_NUMBER(TO_CHAR(TD.calendar_date, 'YYYYMM')) MONTH_WID, TF.THERAPY_AREA_WID, TF.BUSINESS_CYCLE_WID, TF.SR_POSITION_ROW_WID, TF.SR_POSITION_DH_WID FROM NNOLAP.WC_TIME_REPORT_F TF, NNOLAP.W_DAY_D TD WHERE

  • When did .AI format first come into use?

    I'm trying to find out when the .AI file format first come into use? Also, what is the difference in size between an Illustrator file saved as a .AI file versus PDF, EPS, and .PNG? Also does saving it as a PNG change the file from a vector image to a

  • Modem/Wireless Router: Connection

    Hi all. I'm looking into purchasing a modem/wireless router combo. I only have one computer (laptop), so I would mainly use the router in order to connect throughout my house without wires. 1.) Everything I read about routers mentions connecting the

  • Recovering Lost iCloud Photos

    I know how to back up my iPhone from iCloud if I deleted a photo by accident, but I recently accidentally deleted a photo from iCloud when it wasn't on my iPhone, and I wondered if I could recover it / all my iCloud photos that I deleted somehow.