J2ee classpath

hi,
i ve downloaded J2EE 1.4 sdk with sun application server.
then i set environment variables as
Classpath = D:\Sun\AppServer\lib;E:\Program Files\Java\jdk1.5.0_01\lib;E:\Program Files\Java\jre1.5.0_01\lib;
j2ee_home = D:\Sun\AppServer;
java_home = E:\Program Files\Java\jdk1.5.0_01
path = D:\Sun\AppServer\bin;E:\Program Files\Java\jdk1.5.0_01\bin;E:\Program Files\Java\jre1.5.0_01\bin;
but i am not able to compile J2EE applications.
i always says Class not found!
then for checking i typed j2ee -verbose
it says "'j2ee' is not recognized as an internal or external command,
operable program or batch file."
please help me out to set classpath properly in my windows Xp OS.

Hi,
if u installed required software in c drive then set the class path as
c:\j2sdk1.4.2\bin;

Similar Messages

  • Fundamental j2ee classpath question

    hi folks --
    I have a j2ee project with
    - a WAR (which has among other things a servlet in it)
    - a ejb project (which has a stateless session bean in it)
    I need to call the session bean from the servlet and my servlet code gets a reference to the bean via jndi as follows
    ...skipping jndi stuff ...
    LoadTimerTaskHome loadTimerTaskHome = (LoadTimerTaskHome)PortableRemoteObject.narrow( timerHomeObject, LoadTimerTaskHome.class);
    However, at compile time, LoadTimerTaskHome (the home interface of the bean) can't be resolved in the servlet class. Which makes sense cuz how would the servlet class know about the bean class?
    And that's the question: At compile time, how can i make classes in my WAR aware of classes in my EJB proj, which are deployed to the same EAR? There must be a very simple J2EE way of doing this...
    I'm not an EJB person, so i'm just confused about what is probably extremely basic....
    thx VERY much for any insights...

    A brute force approach is to also package the ejb interface classes (and any classes needed by those interfaces etc.) in the .war. However, a cleaner solution is to put the shared classes within a utility .jar and package it within the .ear such they are visible by both .war and ejb-jar modules.
    In Java EE 5, this is easily done by putting the shared .jar in "lib" directory at the top-level of the .ear. Java EE 5 guarantees that any .jars within that directory are visible to all component modules within the .ear.
    Prior to Java EE 5, this was only possible by using the MANIFEST-CLASSPATH attribute within each module to refer to the utility .jar. That's very cumbersome and error-prone so I recommend the automatic "lib" directory approach.
    --ken                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • How to connect to MsSql server in J2ee

    I use J2ee, and it is connected to cloudscape by default. And I have download one Jdbc driver to connect to Mssqlserver.
    How can I install this driver to J2ee and set J2ee connected to MsSqlserver?
    Thank you very much!
    [email protected]

    Dear Friend,
    To install the driver to J2ee follow the below given steps:
    In the instatallation directory there is default.properties file. Edit that file and change the JDBC data source according to the driver you have.
    Then in the BIN directory there is a file called Userconfig.bat. Set J2ee classpath to the path of your Driver.
    This will enable you to install the driver to J2ee.
    To set j2ee connected to MS SQl Server run the j2ee.bat file in the bin directory.
    I hope this will help you.
    For free trial versions of JDBC drivres visit www.Atinav.com.

  • J2EE Installation problems

    I am having trouble getting my system to complie Servlets and to recognize JSP pages. I installed the J2EE, following the instruction set forth on Sun's site, but when I attempt to compile a servlet, it says that the javax.servlet.*; is not found. I am not sure, but I think tis has something to do with the classpath variables......btu I keep setting them and nothing changes. I am looking for detailed instructions on how to set up J2EE to work on my Windows 2000 box and eventually work with IIS and JRun. I knwo this is alot to ask, but can anybody throw me a bone?

    do you have j2ee.jar with its complete path in the
    classpath ? Can you post the value of your classpath
    variable here ?
    Also whenever you set and apply environment variables,
    you need to open a NEW command prompt for the new
    values.Currently this is what my classpath looks like, I am not sure what else I need to add to it(since this is a work computer, I didn't include the whole claspath, just the part that applies to the j2ee)
    %CLASSPATH%;e:\Scripts\Java;
    What is this jar file that you are talking about? I am not sure what I need to add.

  • Missing FilePermission

    Hi everybody,
    I'm facing a nasty problem that has to do with FilePermissions. I'm using J2EE RI V1.3 and SOAP V2.2 to build a simple web services on a W2K machine. I have successfully deployed the soap.war on my local host but as soon as I try to deploy any web service that comes with SOAP V2.2 package, I get the following message:
    Ouch, the call failed:
      Fault Code   = SOAP-ENV:Server
      Fault String = Error saving services registry: access denied (java.io.FilePermission d:\j2sdkee1.3\bin\DeployedServices.ds write)J2EE is using <J2EE_HOME>lib/security/server.policy where I have the following entry:
    grant codeBase "file:${com.sun.enterprise.home}/public_html/-" {
        permission java.io.FilePermission "<<ALL FILES>>", "read,write";
    };Shouldn't this entry allow the deployed soap code to access any file?
    Thanks,
    Enrico

    FYI, I found the cause of my problems: I had by mistake not only deployed soap.war but I had also included soap.jar in the j2ee classpath. At run time the jar code was used instead of the deployed war code. The former had no grants to read or write any file, in other words the security system is working correctly. Once I removed soap.jar from the classpath, I was able to successfully deploy my webservice.
    Enrico

  • Using Maven with OC4J libraries?

    Well its my turn for a return question to the fine folks on this forum.
    Is anyone out there using Maven with OC4J? I've been using it lately, but there's one area that I'd like to see ideas on how to best approach.
    <p>When developing Ant scripts to build projects, I typically create a j2ee.classpath PATH and add to it various jar files from the OC4J distribution.
    </p>
    <p>However in Maven, I'm not sure how to best approach this with the OC4J JAR files since several of them have declared dependencies in their META-INF/MANIFEST.MF Class-Path fields -- so they aren't really standalone JAR files. </p>
    Take a look at the j2ee/home/admin_client.jar file and its manifest.mf:
    <p>
    Class-Path: lib/adminclient.jar oc4jclient.jar ../../webservices/lib/wsserver.jar lib/ejb.jar
    lib/mx4j-jmx.jar lib/jmxri.jar lib/jmx_remote_api.jar lib/jaas.jar ../../lib/xmlparserv2.jar
    ../../oracle/lib/xmlparserv2.jar lib/javax77.jar lib/javax88.jar ../../diagnostics/lib/ojdl.jar
    ../../oracle/lib/dms.jar ../../oracle/jlib/dms.jar ../../lib/dms.jar ../../jlib/dms.jar lib/jta.jar
    lib/jms.jar lib/connector.jar ../../opmn/lib/optic.jar ../../oracle/jlib/oraclepki.jar ../../jlib
    oraclepki.jar ../../oracle/jlib/ojpse.jar ../../oracle/jdbc/lib/ojdbc14dms.jar ../../oracle/jdbc/lib
    ocrs12.jar ../../oracle/rdbms/jlib/aqapi.jar ../../jlib/ojpse.jar</p>
    So if I want to make use admin_client.jar in a maven project, I really need all the other libraries it in turn references -- and they are all specified as relative paths. If I wanted to load admin_client.jar into a local Maven repository, how would it be done? How would these paths be expressed/maintained?
    -steve-

    Kristen:
    You can use iPhoto Library Manager to copy that album to one library so that all of the files will be in one library to use.
    with iPLM you can split libraries up by roll or album or both. Jusgt figure out which library which albums will belong to.
    Do you Twango?
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've written an Automator workflow application (requires Tiger), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.

  • If we are migrating from JRC to CR Java SDK, do we need RAS or any server

    Current situation
    e already have lots of clients running our product. We are using JRC to show the reports. Reports are designed in Crystal Reports Designer and hosted in the J2EE application servers. No modification/updating of these reports are needed from the client side. No need to create either full or part of the reports on the fly.
    Only thing we do on the report other than just calling the viewerSDK to view, is: we read the parameters from the (designed/hosted) report to do parameter prompting in our own custom JSP. We went to create our own JSP to prompt for report parameters, because, using JRC SDK, for some reason we were unable to get dynamic (drop-down) parameter showing the list of values. These dynamic parameters are list of values, user choose one. So these parameters are linked to a command with simple SQL like (select col1, col2 from table1).
    Current API ???
    I think we have this free JRC SDK. We have a directory called crystalreportviewers115 in our product deployment plus some JARS like (CrystalReportEngine.jar, CrystalCommon.jar, CrystalCharting.jar, CrystalExporters.jar, CrystalExportingBase.jar, CrystalDatabaseConnectors.jar, CrystalFormulas.jar, CrystalQueryEngine.jar, CrystalReportingCommon.jar, rasapp.jar, rascore.jar, ReportViewer.jar, etc) in our appserver j2ee classpath.
    Now there are two choices:
    1. Let crystal report viewer handle itself the parameter prompting; Then, I do not know if it is possible with this free JRC SDK or anything else that is open source. If it is possible with some upgrading can you please let me know some tips to goahead.
    2. Finding a way to read the parameter details like the SQL command, etc, so that we can show it in our JSP. I do not know if we still need to upgrade to a different version of SDK.
    I tried looking for a different or newer SDKs... It is confusing with  things CR for Eclipse, CR Java SDK, etc. Do not know which direction to go!!!
    Can someone guide me please.

    CR Java SDK consists of JRC + Veiwers Java SDK.
    CR Eclipse 2.0 is latest IDE in which CR 2008 features are integrated.
    There are different set of JRCs for different versions of Crystal Reports. But for CR 2008 there is no separate JRC has been launched yet, instead CR4E 2.0 Java SDK has been launched which is free.
    For more details about CR4E 2.0 please check out this link
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/90f635e1-d0c4-2b10-559d-802a95c0d456
    Thanks,
    Tej

  • Sun-appserv-deploy cutom Ant task

    Hi
    I wanted to use sun-appserv-deploy custom ant task in my build file to deploy an archive. But the file attribute requires EXISTING file which is constantly being deleted and recreated during development...
        <taskdef name="sun-appserv-deploy" classname="org.apache.tools.ant.taskdefs.optional.sun.appserv.DeployTask">
            <classpath refid="j2ee.classpath"/>   
        </taskdef>
        <sun-appserv-deploy
          file="webapp1.war"
          contextroot="/webapp1"
          name="webapp1WAR
          force="true"
          precompilejsp="false"
          verify="false"
          upload="true"
          user="admin"
          passwordfile="${passwordfile}"
          host="localhost"
          port="4848"
          asinstalldir="${j2ee.home}"/>
    Unless the "webapp1.war" exists the enitre build.xml file invalidates (in eclipse)
    How do I use this custom task during my development time (obviously when I run clean the WAR file is removed which invalidates my build.xml)
    Is there a workaround for this?
    Thanks
    Z...

    You have to include an additional attribute in the task:
    <sun-appserv-deploy ... generatermistubs="true" />Edited by: sjfischli on May 15, 2008 8:54 AM

  • Adapter Deployment Problem - InvalidMappingException

    Hello All,
    I experiencing a wired problem by deploying custom adapter application in PI 7.1.
    org.hibernate.InvalidMappingException: Could not parse mapping document from resourceu2026u2026..
    This adapter is deployed many times in another SAP PI7.1 system without any problem. But now I am facing this problem when I want to deploy in a new PI7.1 system.
    My guess was, the new PI 7.1 system uses different Parser to parse the hibernate XML file than other PI systems.
    My Questions are:
    (1). How to know which Parser is used by PI system?
    (2). Is there any chance to influence the PI J2EE Classpath settings (by this atleast I can influence J2EE to use another Parser)
    Thanks
    Satish.

    Hi,
    Could you please let me know the process how to develop the Customized adapter?
    Thanks..

  • JSP files in public_html directory

    Hi,
    I'm trying to setup my account on a virtual dedicated linux server and my JSP files will not work unless I put them into webapps/ROOT.
    What do I have to do to be able to place them in the public_html folder? They are just simple JSP files.
    I've added *.jsp to the Tomcat URL Patterns.
    Thanks,
    Kris.

    Hi.
    You could manually create a WEB-INF/classes directory and put your package in there (%J2EE_HOME%/public_html/WEB-INF/classes).
    But this is a poor solution. You will need to modify the J2EE classpath to include your classes etc. If you really want to develop a portable solution, then you should consider creating a web application archive file (.war) for your web application. The server then automatically handles the class path issues for you, and you can deploy the .war file on any J2EE compliant application server.
    Detailed information on how to do this would be too long for me to publish here, but you can find very good information on how to do this on http://java.sun.com/j2ee/tutorial/. Check out the "Web Components" and " JavaBeansTM Components in JSP Pages" links under "Web Technology".
    Hope this helps.
    Oli Gauti.

  • How to avoid jvm caching objects?

    I'm programming a class, which will be loaded into another class. Everytime I did some modifications on my class, recompile it, kill the loaded object, and reload it, the old version will be loaded again, rather than the newly compiled version. So I have to shut down the whole thing, and start again. please help. thanks.

    Well, now, you are right along the lines of what I am working on. I am building a plugin engine that will offer this type of ability along with many other features. Of course, it isn't exactly what you are trying to do, per se, but the class loading stuff, reloading and picking up the new object, that stuff is what I am working on as well.
    First of all, your message is a little vague on what you are doing. Is your application creating an object at runtime, then you "modify" the source while your application is still running, and then your app creates a new object but is still retaining the old version of the class, thus not picking up your modification to the source? I am guessing this is what you mean. You then need to answer if you are using a separate class loader instance for this object that you wish to reload. In this case, an object and a class are the same thing, because you are only creating one of them at runtime then wish to reload it with a new version of the class/object.
    In any case, for every class you wish to reload at runtime with a new version, EVERY SINGLE CLASS must have its own class loader instance. I have no idea if you understand how the JVM loads classes, the classpath, and so forth, but let me give you a bit of what I have learned.
    First, the JVM has a "system" class loader that it uses to load the Java APIs and usually all of your classes to an application unless you create an instance of a class loader to load your classes. I forget, to be honest, if there is more than one classloader the JVM uses. I think there is a boot loader for the API classes, then a system loader that has as its parent the boot loader. Now, if you are unfamiliar with the ClassLoader hierarchy and how it works, a good read is the ClassLoader API docs. It explains the delegation model. Then read the URLClassLoader docs, as it explains how it uses its own URL as a classpath, in which you can add more URLs to its classpath and so forth.
    The delegation model works like this. Every class has a ClassLoader, usually its the System loader because most developers never get into the class loading issues. They develop an app that is launched by the JVM in the normal way java -jar someapp.jar or java myclass with various parameters and attributes. If their code never creates a ClassLoader instance to load classes dynamically, then every class of their app shares the same one classloader instance, the System loader. This is why your classes never have to include any of the JDK/JRE runtime, its automatically done for you as part of the boot loader classpath, which the system loader picks up due to how the delegation model of ClassLoader works. Now, lets get on to that. The delegation model is a way a ClassLoader instances looks for a class when asked by the JVM to find a class. First, the classloader looks in its "cache" of already loaded classes. If not found, it then asks the parent class loader to find the class. If the parent class loader can't find the class, it finally calls its findClass method, which is what the API recommends any new classloaders override to do their own specific class loading features. This is the delegation model in short. It ensures that the very first time a class is being loaded, the parent classloaders are searched first before your own classloader instance has a chance to find it however it needs. There is one problem I have with this. IF any class you need to load lies within the JVM classpath (or in the case of a J2EE deployed application, lies within the J2EE classpath or web-app classpath), it is ALWAYS found by the parent classloader before your classloader instance ever gets a chance to load it. What I mean is, if you create your own classloader, extending say URLClassLoader, and you try to load a class that you want to eventually reload, because the JVM classloader (or parent loader) loads it first before your own classloader implementation gets a chance (via the recommended findClass() method you should override and implement for your needs), you can't ever really "reload" the newly modified class, because it is within the JVM's classpath (or J2EE/web-app).
    As I have had to do with my plugin engine to ensure any class can be reloaded, I have to override the loadClass() method of ClassLoader. Now, to understand why this is done, you need to understand how the JVM works, which in fact I posted a message on the JVM forum of this site just earlier today to get exact info on. The JVM, when it loads the bytecodes of a class, as far as I know asks that class' ClassLoader instance to "find" any classes the class implements, extends, or imports. If you have Class A use Class B, and Class A has its own classloader with say NO parent loader, and Class B has its own loader with no parent loader as well, The Class A classloader instance needs to "see" the Class B .class file (visibly) somehow in order to understand HOW to use Class B in the Class A use of it. Man this gets tricky to explain. So, somehow, Class A and Class B must be within the same path so that Class A classloader can also instantiate Class B for its use in Class A. I am using the word Class loosely here, because we know that every Class becomes an object when instantiated. Anyway, in order to have every class reload, every class must have its very own instance of a ClassLoader. Ideally, using URLClassLoader works well for this because you can declare URL objects as part of the classpath a URLClassLoader instances looks for classes in.
    Anyway, that is all the time I have for this right now. Let me know if it helped at all, or if you have any more questions. I'll watch the topic and check back soon.

  • J2ee.jar not seen although in classpath

    Hi. My classpath has C:\j2sdkee1.3.1\lib\j2ee.jar in it. However, when I compile my servlet class I get the following error:
    package javax.servlet.http does not exist
    I have viewed the j2ee.jar contents to make sure javax.servlet directory is there.
    Does anyone have any ideas what could be wrong?
    Much thanks,
    Ron

    If j2ee.jar is added to System Classpath variable reboot system
    for the new classpath to set.

  • Unbound classpath container: 'org.eclipse.jst.j2ee.internal.web.container'.

    I am arun
    I installed netweaver 7.0.1
    it is,having jdk1.5 ,tomcat 4.0 plugin
    I am trying to import the project(jdk 1.5 tomcat 5.5 developed in eclipse)_ into netviewer it is showing following error
    can any one help me on this
    Unbound classpath container: 'org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v5.5 (2)'.
    Unbound classpath container: 'org.eclipse.jst.j2ee.internal.web.container'.

    Not sure what netweaver is, but it looks like you are missing the latest JST package that contains support for Apache 5.5. Try updating your Eclipse install and get the latest compatible JST.
    -Raj

  • J2ee, eclipse and classpath.

    Hey. First of all, sorry for another classpath-related question. I know there are many solutions for problems like that, my either my problem is different, or I just can't figure out the solution. This post can look like it's Spring-related, but I think it's because an improper configuration of classpath (of course, I can be wrong, because I have no idea how to fix it).
    I'm writing a project in J2EE, using Spring Framework, JSP files, and class files. On the beginning I was using vim and ant to write code, compile and deploy compiled WAR file to tomcat. I had everything configured and running as it should, but as the project grow bigger I decided to switch to Eclipse, because of many features this IDE has to offer.
    In the code, I'm using Spring's Dependency Injection mechanism to configure some classes, so I need to have external XML files that will allow me to change the bechaviour of the application without recompiling the code. This XML files were earlier located in the 'classes' directory, and it was the root of all compiled .class files. I could load this XML files from the code by creating the ClassPathResource("file.xml"). It should load the 'file.xml' from the class-path, but instead it throws at me the FileNotFoundException exception. I've tried to copy this file to 'build' directory that is the root dir for .class files that Eclipse is using and it worked, but after a while this file dissapeared, because i presume Eclipse is cleaning this directory when it wants to, so it's not a good place to put configuration files in.
    So, the question is, is it possible to configure project-specific classpath to, for example, WEB-INF directory? Then I could just put the XML files into this directory and I should be able to load them using any classpath-aware loader class. I don't want to search for the 'correct' folder by using trial-and-error "technique", because I want the solution to work with any servlet container, not only Tomcat. I've tried to change classpath in runtime, but Tomcat said I have to modify it's configuration files, and this is also not acceptable.
    I am sorry if I'm missing something obvious, but ATM my irritation is partly covering my eyes. Thanks for any help.

    Ok, never mind. Like I said, it was a problem with classpath. Changing the classpath from Run As...->(tomcat server)->classpath and adding the WEB-INF directory fixed the problem.

  • Netbeans 6.9.1 & J2EE 6 & Shared Library Directory = Classpath errors

    Wohoo,
    starting as a forum newbie....again :s
    Anyway, I've run into some troubles during the setup of my very first J2EE 6 project in Netbeans. I've installed Netbeans 6.9.1 and the included Glassfish v3 server runtime. Then I've created a new J2EE 6 project using Netbeans J2EE project wizard. Said wizard has an option: "Use shared library directory". I ticked this option and specified the shared library directory to be "lib". Then I've added JAR files to it, but somehow this JARs are not added to the classpath of the dependent EJB and Web project. Any time I try to import a class from one of the EAR libraries I get the compile-time ClassNotFound error in the IDE.
    I'm a seasoned Eclipse user, and only recently have switched over to Netbeans (mostly out of curiosity). In Eclipse the ${EarProject}/lib folder was automatically recognized as the EAR's lib folder, and any JAR files added to it where available for all J2EE modules in the EAR project. After consulting the integrated Netbeans help on the topic I was convinced that this should work the same in Netbeans. Can any experienced Netbeans developer assist me in this please?
    PS: I'm sorry if this is the inappropriate forum category, but the old "Netbeans" category from the Sun Forums seems to have disappeared during the forum transition.
    EDIT: on an unrelated note I'd like to bring to your attention that this is the first "real Java question" in this forum :D ("Wohoo this is new" posts don't count)
    Edited by: 791078 on 24.09.2010 18:27

    Michael Schmid wrote:
    Wohoo,
    starting as a forum newbie....again :s
    Anyway, I've run into some troubles during the setup of my very first J2EE 6 project in Netbeans. I've installed Netbeans 6.9.1 and the included Glassfish v3 server runtime. Then I've created a new J2EE 6 project using Netbeans J2EE project wizard. Said wizard has an option: "Use shared library directory". I ticked this option and specified the shared library directory to be "lib". Then I've added JAR files to it, but somehow this JARs are not added to the classpath of the dependent EJB and Web project. Any time I try to import a class from one of the EAR libraries I get the compile-time ClassNotFound error in the IDE.
    I'm a seasoned Eclipse user, and only recently have switched over to Netbeans (mostly out of curiosity). In Eclipse the ${EarProject}/lib folder was automatically recognized as the EAR's lib folder, and any JAR files added to it where available for all J2EE modules in the EAR project. After consulting the integrated Netbeans help on the topic I was convinced that this should work the same in Netbeans. Can any experienced Netbeans developer assist me in this please?
    PS: I'm sorry if this is the inappropriate forum category, but the old "Netbeans" category from the Sun Forums seems to have disappeared during the forum transition.
    EDIT: on an unrelated note I'd like to bring to your attention that this is the first "real Java question" in this forum :D ("Wohoo this is new" posts don't count)
    Edited by: 791078 on 24.09.2010 18:27You are right, these are the wrong forums. Post your question here: http://forums.netbeans.org/ , if you want help from people who regularly userNetbeans.

Maybe you are looking for

  • WDS and Surface Pro 2

    I have a Windows Deployment Server and I am using Windows ADK to load essential drivers onto my boot/install images. I downloaded the latest Surface Pro 2 driver pack and used DISM to load drivers on to an offline boot image from a Windows 8.1 ISO. I

  • What is the difference between  Process Type TRIGGER AND CHAIN

    What is the difference between these two process types.  When I am looking process types, I want to provide information only about process chains and not individual steps of process chain. Looks like one can do using either. Along the same line, I am

  • How to start Discoverer Administrator on Applications 11i Installation

    Hi all, I have Oracle EBS 11i installed and i want to know how to start Discoverer Administrator on this installation? It's is on a Linux Machine. Tks, Paulo.

  • Software simulation issue - help!

    When extending the screen of my laptop by using an additional monitor and using the software simulation tool on Captivate 7, I have re-sized and aligned the red record border to the correct size (1280 x 720) and recorded the action. When the slides a

  • Essbase Studio Cube Deployment Error

    Hi, I am trying to deploy a cube using essbase studio 11.1.1.3.00. I am getting this error. \\Record #1203 - Unable to write smartlist 801990, error code 1060301 Any ideas what the issue is? I can't find anything on the error and I don't have any ide