Deploying application on Linux machine

Hi there,
I'm desperately trying to deploy an application on a linux machine - getting
this error:
java.lang.NoClassDefFoundError:
com/bea/wlw/runtime/core/bean/SLSBContainerBean
The application was written using Weblogic Workshop on WinXP. I've taken the
EAR file, created with Weblogic Workshop and copied it to the linux server.
But unfortunately this leads to an exception.
I just need general information on whether this is normal, that you can't
deploy a Weblogic Workshop application on a usual linux weblogic server.
thanks kindly,
Can

What you are trying to do is certainly possible...
I suspect that your domain on Linux is not a workshop domain. I would double-check that you are creating a workshop domain.
Best regards...
Hi there,
I'm desperately trying to deploy an application on a
linux machine - getting
this error:
java.lang.NoClassDefFoundError:
com/bea/wlw/runtime/core/bean/SLSBContainerBean
The application was written using Weblogic Workshop
on WinXP. I've taken the
EAR file, created with Weblogic Workshop and copied
it to the linux server.
But unfortunately this leads to an exception.
I just need general information on whether this is
normal, that you can't
deploy a Weblogic Workshop application on a usual
linux weblogic server.
thanks kindly,
Can

Similar Messages

  • Unable to launch application on Linux machine

    Hi,
    We have a Java based product developed as desktop application. This product has a tree structure built-in. and while connecting to few of the nodes, we are getting the following error: "*Cannot write XdndAware property*".
    Note:
    1. We are running the application on a Linux machine.
    2. We are using JNLP to launch the application.
    3. Only few nodes are causing this issue.
    4. Tried putting -DsuppressSwingDropSupport=true in JNLP file, but no progress.
    5. This happens on JDK1.6.0_23 and above
    Can someone help us to resolve this issue.
    Thank you.
    Regards,
    KNP

    Let me explain my current requirement.
    1. All the client jars should be downloaded every time I click a link (as of now its a JNLP link, but this can change).
    2. And this should be platform independent
    3. I stated in the earlier description I should be able to pass arguments (suppressSwingDropSupport, etc) to VM to resolve the actual issue.
    Can someone please suggest any other approach?
    I have one more generic question: Can I write my own JNLP defining XSD & DTD, so that it can accept all the arguments whichever I can pass to the VM? If so, how to do this?
    Please respond

  • Deploy application on Linux

         Hello,
    I'm currently deploying an Air application on a Ubuntu distribution and the behaviour of this application slightly differs from its behaviour on Windows.
    On most of the problems, I could find a solution but it remains two issues I can't fix.
    First one, the load function for MP3. When I load a MP3 in order to get the metadata especially the length of the mp3, my Windows app succeed but in ubuntu, the load is never dne, and even the complete event of the load never launched.
    Second one, the camera. I attach a webcam to a videodisplay and visualize it on my screen. In Windows, i can put my video up to 1600x1200 in resolution but in Ubuntu, the same code doesn't allow me to get a resolution better than 320x240. WHen I force it to a 640x480, the image stills stand in a ugly 320x240 pixels.
    What can I do to avoid these deploying issue.
    I m working witth flash builder with flex 4.0 and AIR 2.0.
    My ubuntu is 9.1 with a linux kernel 2.6.31.
    Thanks in advance for those who have an answer.
    Regards
    Julien

    First thanks for the replies,
    as you said that it works for you, I figure out that my problems came from my implementation, but still can't figure out where it is.
    I simplified my code in order to post it clearly:
    <?xml version="1.0" encoding="utf-8"?>
    <s:Group xmlns:fx="http://ns.adobe.com/mxml/2009"
                     xmlns:s="library://ns.adobe.com/flex/spark"
                     xmlns:mx="library://ns.adobe.com/flex/mx" width="400" height="300">
            <fx:Script>
                    <![CDATA[
                            import mx.controls.Alert;
                            import mx.events.ListEvent;
                            [Bindable]
                            public var mp3Directory:File=new File(File.documentsDirectory.url+"/Briche/MP3");
                            public var mp3:Sound;
                            protected function MP3_changeHandler():void
                                    mp3=new Sound();
                                    mp3.addEventListener(Event.COMPLETE, id3Handler);
                                    Alert.show(MP.selectedPath,"MP3");
                                    mp3.load(new URLRequest(MP.selectedPath));
                                    // TODO Auto-generated method stub
                            //getting the meta data from the mp3
                            private function id3Handler(event:Event):void
                                    var length:Number=mp3.length/1000;
                                    Alert.show(mp3.url,length.toString());
                    ]]>
            </fx:Script>
            <fx:Declarations>
            </fx:Declarations>
            <mx:FileSystemTree id="MP"
                                               width="180" height="400"
                                               directory="{mp3Directory}"
                                               enumerationMode="filesAndDirectories"
                                               extensions="[mp3]"
                                               borderAlpha="0"
                                               dragEnabled="true"
                                               dragMoveEnabled="true"
                                               change="MP3_changeHandler()"/>
    </s:Group>
    So when I try this code on linux, I can do some stuff. If I try to load an mp3 I join with my application
    and which is present in /opt/.../share/, it succeeds. But if I try another mp3 located anywhere else on my computer, it fails.
    Here is where I am in my problem.
    Julien

  • Error messages when deploying application on Linux NW4

    Good evening,
    my issue has been kicked around here a couple of times but none of the solutions suggested worked. Even though just a quick fix/tip would be more than appreciated, I would also love to understand the background information regarding the following message upon deployment (using Eclipse or the Deployment Manager UI):
    Starting Deployment of CalculatorEar
    Aborted: development component 'CalculatorEar'/'sap.com'/'localhost'/'2005.07.05.14.05.01':SDM could not start the J2EE cluster on the host nw4host! The online deployment is terminated. JStartup Framework is not able to deliver an information about the cluster control instances! Please check the status of the J2EE Engine (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).STARTUP_CLUSTER)
    Deployment of CalculatorEar finished with Error (Duration 5131 ms)
    What I would like to understand is how do I check whether the J2EE engine is even running properly. The command
    startsap check nw4host
    returns the following:
    w4host:nw4adm 45> startsap check nw4host
    Checking ADA db Database
    ABAP Database is running
    Checking ADA db Database
    J2EE Database is running
    See logfile JdbcCon.log
    Checking SAP NW4 Instance SCS01
    Instance SCS01 is running
    Checking SAP NW4 Instance DVEBMGS00
    Instance DVEBMGS00 is running
    I also tried to find out the status via SAP GUI (http://photos18.flickr.com/23958483_4d6027ac46.jpg) but I am not even sure whether the ABAP runtime would know about  the JAVA stuff.
    Any other idea's or backround information to clue me up how the different components interact with each other ?
    Thank you very much in advance for your time and interest, Jochen

    Hi,
    I had exactely the same problem and found the solution here:
    http://listserv.sap.com/pipermail/linux.general/2005-May/004673.html
    After I changed the entry in /etc/hosts, everything went smooth.
    Regards,
    Andreas

  • Deployment of JavaFX Web application on client machine(Windows OS.)

    Problem Statement:
    Deployment of JavaFX Web application on client machine(Windows OS.)
    Error: unable to load the native libarary(JNI Windows dll) i.e. throws java.lang.UnsatisfiedLinkError exception.
    Problem Description:
    I have create the JavaFX application which have dependency on Native library written in Java Native Interface(JNI).
    When the application is deployed on Apache 6.0 Tomcat Server(Copied .html file *.jnlp file and .jar file) and when client machine hit the html page in internet explorer version 8.0 its throws the following error(java.lang.UnsatisfiedLinkError: no JNIHelloWorld in java.library.path)
    Note:
    I have created the jar file which have my "JNIHelloWorld' native library dll in root directory. I have signed the jar with same signature which i have used for signing for my application Jar file.
    I have mentioned the native library jar in JNLP file resource keyword as follows:
    <resources os=Windows>
    <nativelib href="JNIHelloWorld.jar" download="eager" />
    </resources>
    The complete jnlp file content is in "JavaFXApplication.jnlp file:" section below.
    The description of error is as follows:
    Match: beginTraversal
    Match: digest selected JREDesc: JREDesc[version 1.6+, heap=-1--1, args=null, href=http://java.sun.com/products/autodl/j2se, sel=false, null, null], JREInfo: JREInfo for index 0:
    platform is: 1.7
    product is: 1.7.0_07
    location is: http://java.sun.com/products/autodl/j2se
    path is: C:\Program Files\Java\jre7\bin\javaw.exe
    args is: null
    native platform is: Windows, x86 [ x86, 32bit ]
    JavaFX runtime is: JavaFX 2.2.1 found at C:\Program Files\Java\jre7\
    enabled is: true
    registered is: true
    system is: true
         Match: ignoring maxHeap: -1
         Match: ignoring InitHeap: -1
         Match: digesting vmargs: null
         Match: digested vmargs: [JVMParameters: isSecure: true, args: ]
         Match: JVM args after accumulation: [JVMParameters: isSecure: true, args: ]
         Match: digest LaunchDesc: http://10.187.143.68:8282/KPIT/JavaFXApplication20.jnlp
         Match: digest properties: []
         Match: JVM args: [JVMParameters: isSecure: true, args: ]
         Match: endTraversal ..
         Match: JVM args final:
         Match: Running JREInfo Version match: 1.7.0.07 == 1.7.0.07
         *Match: Running JVM args match: have:<> satisfy want:<>*
    *java.lang.UnsatisfiedLinkError: no JNIHelloWorld in java.library.path*
    *     at java.lang.ClassLoader.loadLibrary(Unknown Source)*
    *     at java.lang.Runtime.loadLibrary0(Unknown Source)*
    *     at java.lang.System.loadLibrary(Unknown Source)*     at javafxapplication20.JavaFXApplication20.<clinit>(JavaFXApplication20.java:41)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
         at java.lang.reflect.Constructor.newInstance(Unknown Source)
         at java.lang.Class.newInstance0(Unknown Source)
         at java.lang.Class.newInstance(Unknown Source)
         at com.sun.javafx.applet.FXApplet2.init(FXApplet2.java:63)
         at com.sun.deploy.uitoolkit.impl.fx.FXApplet2Adapter.init(FXApplet2Adapter.java:207)
         at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Java Plug-in 10.7.2.11
    Using JRE version 1.7.0_07-b11 Java HotSpot(TM) Client VM
    User home directory = C:\Users\io839
    Please find my native library code and JavaFX application code:
    Native library JNI Code:
    JavaFXApplication.java:
    JNIEXPORT jstring JNICALL Java_javafxapplication_SampleController_printString(JNIEnv *env, jobject envObject)
         string str = "hello JNI";
         jstring jniStr = env->NewStringUTF(str.c_str());
         return jniStr;
    JavaFX Application code:
    JavaFXApplication.java:
    package javafxapplication;
    import javafx.application.Application;
    import javafx.fxml.FXMLLoader;
    import javafx.scene.Parent;
    import javafx.scene.Scene;
    import javafx.stage.Stage;
    public class JavaFXApplication extends Application {
    @Override
    public void start(Stage stage) throws Exception {
    Parent root = FXMLLoader.load(getClass().getResource("Sample.fxml"));
    Scene scene = new Scene(root);
    stage.setScene(scene);
    stage.show();
    * The main() method is ignored in correctly deployed JavaFX application.
    * main() serves only as fallback in case the application can not be
    * launched through deployment artifacts, e.g., in IDEs with limited FX
    * support. NetBeans ignores main().
    * @param args the command line arguments
    public static void main(String[] args) {
    launch(args);
    static{
    System.loadLibrary("JNIHelloWorld");
    SampleController.java file:
    package javafxapplication;
    import java.net.URL;
    import java.util.ResourceBundle;
    import javafx.event.ActionEvent;
    import javafx.fxml.FXML;
    import javafx.fxml.Initializable;
    import javafx.scene.control.Label;
    public class SampleController implements Initializable {
    @FXML
    private Label label;
    private native String printString();
    @FXML
    private void handleButtonAction(ActionEvent event) {
    System.out.println("You clicked me!");
    String str = printString();
    label.setText(str);
    @Override
    public void initialize(URL url, ResourceBundle rb) {
    // TODO
    //String str = printString();
    JavaFXApplication.jnlp file:
    <?xml version="1.0" encoding="utf-8"?>
    <jnlp spec="1.0" xmlns:jfx="http://javafx.com" href="JavaFXApplication.jnlp">
    <information>
    <title>JavaFXApplication20</title>
    <vendor>io839</vendor>
    <description>Sample JavaFX 2.0 application.</description>
    <offline-allowed/>
    </information>
    <resources>
    <jfx:javafx-runtime version="2.2+" href="http://javadl.sun.com/webapps/download/GetFile/javafx-latest/windows-i586/javafx2.jnlp"/>
    </resources>
    <resources>
    <j2se version="1.6+" href="http://java.sun.com/products/autodl/j2se"/>
    <jar href="JavaFXApplication.jar" size="20918" download="eager" />
    </resources>
    <resources os=Windows>
    <nativelib href="JNIHelloWorld.jar" download="eager" />
    </resources>
    <security>
    <all-permissions/>
    </security>
    <applet-desc width="800" height="600" main-class="com.javafx.main.NoJavaFXFallback" name="JavaFXApplication" >
    <param name="requiredFXVersion" value="2.2+"/>
    </applet-desc>
    <jfx:javafx-desc width="800" height="600" main-class="javafxapplication.JavaFXApplication" name="JavaFXApplication" />
    <update check="always"/>
    </jnlp>

    No problem.
    Make sure your resources are set at the proper location. Could be that tje jni.jar is under a 'lib' folder?
    Normally you don't have to worry about deployment a lot if you are using like Netbeans 7.2 or higher.
    When you press 'Clean and build' it creates your deployed files in the 'dist' folder.
    You can change specification by adapting the build.xml file.
    Of course lot of different possibilities are available for deployment!
    You can find lot of info here:
    [http://docs.oracle.com/javafx/2/deployment/jfxpub-deployment.htm|http://docs.oracle.com/javafx/2/deployment/jfxpub-deployment.htm]
    Important to know is if you want to work with
    - a standalone application (self-contained or not)
    - with webstart
    - or with applets
    (In my case I'm using webstart, but also Self-Contained Application Packaging (jre is also installed!)

  • Trying to deploy .sh or .csh file on linux machine

    Hi All,
    I am trying to manage Linux devices (Centos 6.3) using SCCM 2012 R2. I have installed the SCCM client on the Linux machine, i can get the H/w & S/w inventory from resource explorer on SCCM but i am not able to deploy scripts(.sh & .csh files) to
    the Linux machine, no matter i do what it just don't get it deployed. i have created 3 separate Centos 6.3 machine for testing this but after deployment when i check the deployment status in monitoring it always shows "Waiting for content". The Linux
    machines are not joined to domain.
    Please Help.
    Thanks,
    Pranay.

    Hi,
    Make sure the package has reached the DP.
    Please check Linux client logs to see whether there are any helpful information.
    Best Regards,
    Joyce
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • How to find using SQL query application deployed on win 7 machines with SCCM 2012 server or user installed manually.

    Hi,
    how to find using SCCM SQL query,  application deployed on win 7 machines with SCCM 2012 server or user/technician installed manually. Please let me know.

    Thanks, is it not possible via any script also?
    Like Torsten said, how can you tell the difference between CM12 installed applications and locally installed? Once you can answer that, then you can write report.
    Garth Jones | My blogs: Enhansoft and
    Old Blog site | Twitter:
    @GarthMJ

  • Deployment of a sh script on linux machine.

    Hi All,
    I am trying to deploy a script to a linux machine collection in SCCM 2012 R2.
    But from last two days the deployment status in SCCM shows "Waiting for content"
    Thanks,
    Pranay.

    After Troubleshooting for a while found few interesting thing in the log files :-
    2014-05-07T07:28:38,003Z Error      [scx.client.agents.utilities.localcache.URLParser:218:32898:139875155058432]
    Invalid DNS Name issue or not valid IPV4 address in hostnamehttp://COH_SCCM1.cohpoc.local/SMS_DP_SMSPKG$/COH0001F/
    2014-05-07T07:28:38,004Z Error      [scx.client.utilities.localcache.LocalCache:308:32898:139875155058432]
    Url parse exception:Invalid DNS name or invalid IPV4 address:http://COH_SCCM1.cohpoc.local/SMS_DP_SMSPKG$/COH0001F/
    2014-05-07T07:28:38,004Z Error      [scx.client.agents.softwaredist.ContentDownloadRequest.DownloaderProc:652:32898:139875155058432]
    Request data to local cache failed for download id:COH0001F.1
    2014-05-07T07:28:38,004Z Error      [scx.client.agents.softwaredist.ContentDownloadRequest.DownloaderProc:653:32898:139875155058432]
    Request was the last DP in the list.  Download has failed.
    Every thing is working fine i am able to ping the linux machine from the SCCM server & vice-verse. Dig command on the linux machine is also working fine.
    There is a Underscore in my SCCM server name can this be the cause of this issue.
    Thanks,
    Pranay.

  • Script Deployment on Linux machine(CentOS 6) from SCCM 2012 R2

    Hi all
    we are having a single primary site in our environment & we are trying to deploy a script to Linux machine (CentOS 6) from SCCM server
    it's an SH file but the deployment status shows in progress or program received but it's never completed.
    Here is the SCXCM log file location - https://onedrive.live.com/?cid=D3C5D788B86F2E25&id=D3C5D788B86F2E25%21124
    Please Help..
    Thanks 
    Pallavi

    Hi,
    Could you run the script as system account successfully on the client?(manual)
    Best Regards,
    Joyce
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • How to find in SCCM 2012, Which(sccm admin) deployed Application on machines.

    Hi,
    Looking log files, to find who(sccm 2012 admin) deployed applications on machines.
    Deployment has been deleted from console, However in database it is shwoing number of machines having with particular application.
    Some sccm 2012 admin deployed application on machines by mistake, how to check from server or client logs, who(sccm admin) deployed application on machines.
    Please let me, if anyone know about this.

    Likely would want to run the "Deployments Created, Modified, or Deleted" status message query ":-)
    Wally Mead
    Wally is right but watch out for these status message, I have not check in CM12 yet but in CM07 just open and click "ok" to close the package/ advert/ etc. would create a status message saying it was modified.
    Garth Jones | My blogs: Enhansoft and
    Old Blog site | Twitter:
    @GarthMJ

  • Can I build an application for a linux machine from a windows machine?

    Is it possible, with LV2012, to build an application for a target other than the the machine type that I am working on?
    meaning, can I build an application to run on a linux machine from my development machine, which runs on windows?
    alternatively, can I build an applications to run (natively, no WOW) on a 32-bit OS from a development machine that is a 64-bit OS and 64-bit labview?
    Or does LV only build for similar targets as the development platform, and I would need to move the source code to another development machine to generate code for a different type of target machine?
    Thank you!
    Solved!
    Go to Solution.

    You can only do a build for the OS that you have a license for and for the OS bitness that you are using. In other words, you need LabVIEW for Linux or LabVIEW for Mac to build exe's for them and you need LabVIEW Windows 64-bit to build a 64 bit exe. It does require moving the source code to the other development systems.

  • Problem running application on JDev on linux machine

    i get the following exception when i try to run my application from JDev on my linux machine
    oracle.jsp.parse.JspParseException:
    /adflib/sdk/templateDefNoForm.jspx: Line # 175, <jsp:directive.include file="/sdk/requiredJavaScript.jspx" xmlns:jsp="http://java.sun.com/JSP/Page"/>
    Error: Include file not found: /sdk/requiredJavaScript.jspx
    Can I do something to get rid of it?

    Confirmed:
    I'm seeing intermittent IOExceptions with beta1 and beta2. These never happened in Java 1.4.2.
    There are no stack traces available on the server (tomcat logs + jnlpDownloadServlet.log).
    All the client sees is:
    An error occurred while launching/running the application.
    Title: ScheduleWorldLocalhost
    Vendor: Web Service Solutions, Inc.
    Category: Download Error
    Unable to load resource: http://localhost/sw/ScheduleWorldLocalhost.jnlp
    Exception:
    JNLPException[category: Download Error : Exception: java.io.IOException: Stream closed. : LaunchDesc: null ]
    at com.sun.javaws.cache.DownloadProtocol$RetrieveAction.actionDownload(DownloadProtocol.java:425)
    at com.sun.javaws.cache.DownloadProtocol.doDownload(DownloadProtocol.java:602)
    at com.sun.javaws.cache.DownloadProtocol.getLaunchFile(DownloadProtocol.java:684)
    at com.sun.javaws.LaunchDownload.getUpdatedLaunchDesc(LaunchDownload.java:145)
    at com.sun.javaws.Launcher.downloadResources(Launcher.java:946)
    at com.sun.javaws.Launcher.handleApplicationDesc(Launcher.java:335)
    at com.sun.javaws.Launcher.handleLaunchFile(Launcher.java:218)
    at com.sun.javaws.Launcher.run(Launcher.java:165)
    at java.lang.Thread.run(Thread.java:595)

  • Execute a script in a Linux machine from a Java application

    Hi,
    I am trying to execute a script in a Linux machine from a Java application on a Windows environment. My code is
    commande="rsh 185.30.30.30 -l goku /newfolder/bench/bin/Agent start ";
    try{
    Process process = Runtime.getRuntime().exec(commande);
    catch(Throwable t){}
    It works fine but the script takes too much time to start (almost 3 minutes). My question is there exists anther way to execute the script, another command? I have already tried ssh but windows doesn�t recognize it
    If somebody has any idea please let me know...
    Thanks

    The script starts and stops a process (Agent) so it doesn�t take too much time to execute itself. It is when I execute the script from my java program that i must wait to watch my process running in my Linux server.

  • Application Web Catalog on linux machines.

    When tried to have Application Web Catalog on Linux machines like Cent-OS 6.3 and Ubuntu 12.04 thorugh firefox, It is asking for Silverlight to be installed. The Windows machines controlled by the same SCCM servers, are able to access the web catalog using
    Silverlight 5.0. 
    For firefox on Linux, the latest available Silverlight is 4.0. Web catalog is not working with this version of Silverlight.
    Is there any work-around to have Application Web Catalog on Linux Machines?

    As additional context, the design point for the Linux and UNIX capabilities in ConfigMgr is specifically for servers, not desktops.  Our thinking is that in a server-only scenario, user targeted policies don't really make any sense, and the
    Application Catalog doesn't really make any sense, as there isn't a "user" logged in to the console to interact with the catalog.
    If you have additional input on this topic, I'd be happy to hear it.  You can contact me offline at username mikelley with the usual "at" microsoft.com.
    Michael Kelley, Lead Program Manager, Open Source Technology Center

  • How to bind an IIS to the enterprise portal installed on a linux machine

    Dear all,
    I am very new to the topic of Enterprise Portal.
    Our intention is, to develop .NET IViews and deploy them in the Enterprise Portal.
    The Enterprise Portal Server is set up on a linux machine.
    The Guy who did install the Portal Server, has no idea how to "integrate" the Microsoft IIS to the Portal.
    After deploying my .net Component, i tried to view this component in the portal (by right clicking the mouse on the Component in in the .NET Solutions Explorer).
    This gives me the following error:
    Portal Runtime Error
    An exception occured while processing a request for:
    iView:N/A
    Component Name: N/A
    Could not find portal application com.sap.portal.dotnet.framework.
    Exception id: 02:06.......
    See the details for the exception ID in the log file
    I think that this has something in common with integrating the IIS on the Linux Machine, and maybe additionaly installing the pdk.net on the IIS webserver machine which should be used.
    Thank you for your help.
    Regards

    Hi,
    Welcome to the world of Enterprise portal
    Seems to me like you are trying to use the PDK for .NET. If so - Please read the overview section in the documentation to get a general idea of how it works (for example - IIS is not used at all!).
    See the Visual Studio integrated help or click this https://media.sdn.sap.com/html/submitted_docs/dotnet/index.htm
    there go to "Getting Started" and mostly "Overview".
    Anyway, It seems like the problem is that you didn't deploy the 2 required SDA's to the portal. You should also take a look at the "installation and configuration" guide. Download it here: https://www.sdn.sap.com/sdn/developerareas/dotnet.sdn?contenttype=url&content=/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/a1-8-4/pdk for .net administrator guides.zip
    Good luck,
    Ofer

Maybe you are looking for

  • Document Class vs Timeline code differences...

    I'm trying to hunt down some kind of class conflict I seem to be having when using TweeLite easing and found out the same code that errors in a document class works fine if I place it in the timeline. Example - this works in frame one of the timeline

  • Monitor for mini Mac...

    I am going to buy a mini Mac, and I need suggestions on a monitor to buy. I don't want anything larger than 20 inches. Any suggestions? I am not looking to spend a lot. I just want something that will last.

  • Non-U.S. apple online store

    i'm from the philippines and it's been a long time the apple online store came here. if i order from there, do i have to pay for whatever i order that qualifies for free shipping as-is or what is stated without additional charges? i know shipping is

  • Episode Artwork

    My artwork is showing in the store but not in itunes subscription. I have read and followed the suggestion mentioned in another post that led to http://homepage.mac.com/rfwilmut/notes/faq.html#coverart When it says to upload the file created in itune

  • Adobe flash player 10.1.102.64 not working in opera 11

    hi    i am using IE and opera 11. for IE flash player 10.1.102.64  is working in the youtube..... but    while using OPERA 11its not working? pls feel free to reply me: what i was done is. 1.i disable antivirus 2.select my operating system and bowers