VSM 1.3 application - How to run VSM Administration Client ( ?)

Hi
I am unable to access VSM's mall admin page. Is there any special procedure, like using JClient.
I looked at the following URL:
http://www.oracle.com/technology/sample_code/tutorials/bc4jvsm/over/setup.htm
But I am not quite sure if this applies to VSM 1.3. Could somebody let me know..
thanks in advance

Using Run As - Java application, as the name implies, will run the main class as a Java standalone application and not as an application client. For example, doing a lookup() will raise
Exception in thread "Main Thread" javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial
because the java.naming.factory.initial is not specified this happens in a standalone application, while in an application client running in the container this doesn't have to be specified, as the class is already in the container.

Similar Messages

  • How to run expdp from client ?

    Hi All,
    I tried searching google and forums for my issue but to no avail > How to run expdp from client side ....like in my laptop.
    Because currently our PROD database server has no space for expdp dump file. So I want it directed to my laptop which has an extenal USB of 1TB harddisk...via client EXPDP
    import data using impdp command
    Posted on: 08-May-2012 11:36, by user: 841731 -- Relevance: 53% -- Show all results within this thread
    below command is correct or not? if it is not correct could you please send me the correct command. impdp user/pass@databasename schemas=sourceschemaname remap_schema=sourceschemaname:destinationschemaname ...
    System generated Index names different on target database after expdp/impdp
    Posted on: 30-May-2012 11:58, by user: 895124 -- Relevance: 43% -- Show all results within this thread
    After performing expdp/impdp to move data from one database (A) to another (B), the system name generated indexes has different ...
    [ETL] TTS vs expdp/impdp vs ctas (dblink
    Posted on: 08-May-2012 21:10, by user: 869578 -- Relevance: 39% -- Show all results within this thread
    (table : 500 giga, index : 500 giga), how much faster is TTS (transportable tablespace) over expdp/impdp, and over ctas (dblink) ? As you know, the speed of etl depends on the hardware capacity. (io ...
    Oracle Client
    Posted on: 21-Jun-2012 22:47, by user: Sh**** -- Relevance: 32% -- Show all results within this thread
    Hi Guys, Please can you guys elaborate the difference between Oracle Client and Oracle Instant Client. Also, please can you advise from where I can download the Oracle normal ...
    Oracle 10g Client
    Posted on: 05-Jun-2012 10:11, by user: dzm -- Relevance: 26% -- Show all results within this thread
    to search at oracle site and this forum, but i wasn't able to find a link to download the oracle 10g client. I really need especificaly the 10g version. Anybody know the link or another way to download ...
    9i client to access 11g database
    Posted on: 22-Jun-2012 07:31, by user: kkrm333 -- Relevance: 24% -- Show all results within this thread
    Hi, Can i access a 11g database using 9i client? Thanks,
    SQLplus in Oracle Client
    Posted on: 14-Jun-2012 00:36, by user: Tim B. -- Relevance: 24% -- Show all results within this thread
    Hi, I tried to install an 11g oracle client in linux. As I've compared the files with the files when you install using the oracle instant ...
    Re: Information on Oracle Client 11202-1.1.4-6
    Posted on: 05-Jun-2012 03:33, by user: 898763 -- Relevance: 23% -- Show all results within this thread
    Actually thats the client requirement
    Analysing the performance of a single client
    Posted on: 28-Mar-2012 02:05, by user: 880172 -- Relevance: 23% -- Show all results within this thread
    timeouts even on some of the simplest queries. I want to try and get some data about how just this one client is performing and what it’s doing, but everything Google has thrown up so far is orientated around ...
    to make client connection as sys
    Posted on: 12-Jun-2012 22:04, by user: user11221081 -- Relevance: 23% -- Show all results within this thread
    Dear gurus can i connect to my server from my client machine with sysdba without giving sys password i have connected in different ways as sys@abc ...Thanks a lot.

    Though you can initiate the binary from your client side but for the file creation, there is no other way but to store it on the server side. So your best bet would be to get some space free on the server side of yours.
    Aman....

  • How to run Content DB Client console from JDevloper

    Hi
    I have downloaded all the content db client console pages from server. Please let me know how to run the console from my local machine thru jdeveloper. When i tried to run it is giving some runtime exceptions.
    Sep 10, 2007 10:46:07 AM oracle.ifs.fdk.http.HttpNodeManager
    INFO: Creating HTTP Node ...
    07/09/10 10:46:07 Cannot create HTTP Node:
    oracle.ifs.common.IfsException: IFS-45061: Unable to create node
    oracle.ifs.common.IfsException: IFS-20016: Required parameters are null (either "Schema Name" or "Domain Name" should be non-null)
         at oracle.ifs.management.domain.HttpServletNodeUtilities.createNode(HttpServletNodeUtilities.java:243)
         at oracle.ifs.management.domain.HttpServletNodeUtilities.createNode(HttpServletNodeUtilities.java:156)
         at oracle.ifs.fdk.http.HttpServer.createNode(HttpServer.java:162)
         at oracle.ifs.fdk.http.HttpNodeManager.contextInitialized(HttpNodeManager.java:37)
    Please let me know if there is any documentation for this.
    Thanks
    Ravi

    Hi,
    I built berkeley DB 4.4.20 and use it from Jbuilder2005, I noticed that tha size of Jbuilderw.exe consumes about 96MB of memory and the size of javaw.exe consumes (in my application) about 63MB. so I thought that if I load the jdk1.4 only ( by running my code from the command line) this will save memory because not all compenents of Jbuilder will be loaded into memory. to do so, I copied the directory jdk1.4 from inside jbuilder2005 and put it on c:\, then I build berkeley DB using visaul c++ 6.0 and filled the following pathes in the include directory(tools-->options->directories)
    c:\jdk1.4\include
    c:\jdk1.4\include\win32
    and in the executable files directories I added the following path:
    c:\jdk1.4\bin
    then I set the classpath from inside windows (server2003), and I set the path as well but when I run the java class from the command line, I recieved message like "the packege com.sleepycat.db " not exist
    thanks

  • How to run Session ejb client program?

    Hi
    I am using weblogic server8.1 . I was running an ejb session client program it throws exception like below. Can any one tell me how to run a client in weblogic server. give the syntax for running ejb client.
    D:\Weblogicserver\user_projects\domains\mydomain\applications\MyEJB\stateful>jav
    a -cp .;c:\j2ee\j2ee.jar;c:\weblogic\classes;D:\Weblogicserver\weblogic81\server
    \lib\weblogic.jar PortfolioClient
    Exception in thread "main" java.lang.NoClassDefFoundError: PortfolioClient (wron
    g name: stateful/PortfolioClient)
    at java.lang.ClassLoader.defineClass0(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:539)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:12
    3)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:251)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:55)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:194)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
    bye

    If stateful is the package for the client application, you should be executing from
    D:\Weblogicserver\user_projects\domains\mydomain\applications\MyEJB
    on the command line. The command should look like -
    java -classpath <whatever should be here> stateful.MyClient

  • How to run ejb (JServer) client in web browser

    Did anyone try the ClubMed example under $ORACLE_HOME/javavm/demo/examples/ejb/applets/ClubMed?
    Does anyone know how to run the applets in latest Netscape and/or IE browsers? What do I need to do to set up security, etc. Thanks.
    null

    Forms client side is a Java applet, so it needs a Web browser to run. Anyway you could try to run it with the Java Web Start.
    <p>See this Jan Carlin entry.</p>
    Francois

  • Is it can grant an admin right for special application ?(No Runas as Administrator)

    Dear All
    Background: We have an application which run on users group in server 2000 SP4 is normal.
    We want upgrade the OS to Win7 , on the Win7 the application can not launch on normal users group.
    I was try the properties of compatibility to server 2000 and choose "Run this program as an administrator" and edit the regedit key permission , both of all is not work on my case.
    It is ok right-click the application and runas as administrator, but on the other hand I find runas administrator has some other error with the application.
    May I know is it has a method can grant the admin right to special user when running special application ?
    Regards All

    Hi,
    What application can not run in Windows 7? I think there is a application compatibility issue, so please attempt to run Program Compability troubleshooter.
    Also, you said you got some error while you ran as administrator with runas command. And what are the errors?
    RUNAS /user:<Username> Program
    Based on my knowledge, we cannot grant the special user with admin right unless you add this special user to Administrators group. When a special user is running a application requiring administrator permission, it will prompt to input administrator username
    and password.
    Andy Altmann
    TechNet Community Support

  • How to run siebel dedicated client in a IE sandbox

    Hi all,
    I don't know if sandbox is the right term for this, but here is what I need to do. We use Internet Explorer 8 to run our Siebel 8.1.1.10 version. Our Enterprise want's to install a newer IE version, but they cannot because Siebel requieres IE 8. I must admit, that I am not aware why it would not run on newer IE versions but they made a test and it failed. The solution to this would be to migrate to Open UI but due to high costs this is not an option.
    However, our Windows Engeneers developed a package to run IE8 in a sandbox. So we have IE8 installed under C:/Program Files/Internet Explorer and have a sandbox folder C:/Workarea/SiebelApps Thinapp_V2/ where another Internet Explorer8.exe is located. We use a separate Registry within the sandbox folder. The target is to have IE12 installed under Program Files and IE8 in a sandbox. We are able to open the webclient using the sandbox IE8 exe and everything seems to work fine. But if we try to open the dedicated client the application doesn't start. IE shows "Internet Explorer cannot display the webpage". The URL is "http://localhost/start.swe" so this seems to be ok.
    To start the dedicated Client we use the command line. We added the parameter /b pointing to the sandbox IE8 exe File (as you may see we use DEU language on Windows...)
    START "" /D "C:\Programme\APP\SIA\Client_81110\BIN" "C:\Programe\APP\SIA\Client_81110\bin\siebel.exe" /c "C:\Programe\APP\SIA\Client_81110\bin\deu\zkbconnect_kfg2.cfg" /b "C:\Workarea\SiebelApps Thinapp_V2\Internet Explorer 8.exe" /u T580 /p T580 /d ServerDataSrc
    It seems to me that start.swe command cannot be found.
    If we remove the /b parameter so that siebel uses the IE installed under Program Files the dedicated client starts and works.
    Has anyone tried to do something like this before or has a hint on how we could do this?
    Kind Regards
    Claudio
    We found an issue description in Oracle SupportWeb. There is a problem with the /b parameter found in 8.1.1.6. The Bug has been closed without a solution. Just naming the workarround to use the default browser. However I would say that the workaround was just a way to close a bug they do not want or cannot close because you would not need /b to open Siebel in the default browser. You would just use it if you want Siebel to open in a  browser that is not set as default. So I will close this thread because there will never be a solution to this problem.
    https://support.oracle.com/epmos/faces/DocumentDisplay?id=1378545.1
    Nachricht geändert durch user3261506

    Hello Chetan,
    Thank you for the hints.
    Dedicated Client itself works fine if we use the standard IE browser installed on the windows machine. We are just not able to start the Dedicated Client if we use the IE installed as a sandbox. Actually it is better to say, that the Dedicated Client starts, but IE throws an exception that it cannot connect to the website. It is maybe clearer if i put this in context:
    Using the IE Standard Browser:
    Shortcut: C:\APP\SIA\Client_81110\BIN\siebel.exe /b "C:\Program Files\Internet Explorer\iexplore.exe" /c "C:\APP\SIA\Client_81110\bin\deu\zkbconnect_eng1.cfg"
    1. When I press the shortcut, Siebel asks for my credentials.
    2. Type in logon Id and password
    3. Dedicated Client starts in IE. URL is http://localhost/start.swe
    4. Siebel Application starts and the siebel homepage is shown in IE.
    --> So everything OK
    Using the IE Standbox Browser (just the /b parameter is different):
    Shortcut: C\APP\SIA\Client_81110\BIN\siebel.exe /b "C:\Workarea\SiebelApps Thinapp_V2\Internet Explorer8.exe" /c "C:\APP\SIA\Client_81110\bin\deu\zkbconnect_eng1.cfg"
    1. When I press the shortcut, Siebel asks for my credentials.
    2. Type in logon Id and password
    3. Dedicated Client starts in IE. URL is http://localhost/start.swe
    4. Siebel is unable to load the homepage. We get a connection error instead. "Internet Explorer cannot display the webpage"
    --> NOK
    We actually just want the Dedicated Client to start with a differen browser. But this failes for unknown reasons. As you mentioned we tried to renaming the exe-File so that it would not contain spaces. Unfortunatly it did not help.
    The client log files doesn't show any connection error on debug level 5. So we have no idea what could be the problem is.
    Our windows team is currently analysing the registry files in the sandbox to check if there is a problem. If they get me new information I will post this in the thread.
    Kind Regards,
    Claudio

  • How to run a JMS client

    I have an .ear file which contains an application which publishes a message to a JMS topic that I had developed and used on Websphere. With Webshpere the launchClient utility was used to run the .ear file. Is there something similar in WebLogic that I can use?
              Otherwise, how do I go about running an application liek this that needs to connect to the server and publish to JMS topics?
              Sorry, I'm new to this stuff.
              Thanks!

    Thanks again for the response.
              Nope that's not quite it... the .ear file I have does not have any J2EE contained objects like session beans or EJBs at all. It is a straight stand-alone java application.
              When I ran it for Websphere I had to use a utility provided by IBM that launches the .ear as a client called "launchClient" - some sort of thin client wrapper.
              So my question is, how do I run a stand-alone java application that runs outside of the server? Can I run it in .ear form or do I have to extract out the classes/make a .jar file - what is the command line syntax - i.e. is there a similar utility for weblogic or do i have to jsut run it via the java command with some specialized runtime parameters.
              Hope this clears up the confusion and thanks again for helping me out - I appreciate it!!!
              -Kevin

  • How to run different Oracle client versions on the same PC

    I have developped an application (.Net 2.0, ODP v. 10). I must run it on PC where Oracle client version 8 is installed. The PC cannot be upgraded because of a client software running under this version.
    I tried to install ODP v. 10 on this PC in different home, but the software using version 8 stops running.
    Can Oracle Instant Client help ? But which version, 11 ? My application is based on ODP 10. Can ODP 10 access database via Instant Client 11 ?
    Thanks for your help
    LK

    The problem on Windows is: The 10g installation changed the default ORACLE_HOME,now it points to 10g and makes the 8.0.5 application invalid,because it runs now in a much higher environment. What I did in a similar situation, I created a batch file, which sets temporarily the old environment (in my case PATH,ORACLE_SID,ORACLE_HOME) and then invokes the application.
    I don't know whether such a solution will work for you (8.0.5 is very old,desupported since a long time), my old version was 8.1.7.4.
    Werner

  • How to run the exemple client program in win98

    HI
    I have installed weblogic server5.1 in windows 98 and while i try to run my client program from dos prompt it is not working.
    i am calling my from the same m/c where i installed weblogic server like this:
    This program is given in the weblogic example
    c:\java examples.ejb.basic.statelessSession.Client
    "t3://localhost:7001"
    but it shows some error.so pls help me

    aravanan wrote:
    >
    HI
    I have installed weblogic server5.1 in windows 98 and while i try to run my client program from dos prompt it is not working.
    i am calling my from the same m/c where i installed weblogic server like this:
    This program is given in the weblogic example
    c:\java examples.ejb.basic.statelessSession.Client
    "t3://localhost:7001"
    but it shows some error.so pls help mewhat error?
    Post the stack trace here..
    Kumar

  • How to Run Foms in 10g DS/Application sever

    Hi All Dears
    i need guidence for seting the environment for the 10g DS/application sever to run forms in client server environment because i am switching from 6i to 10g form and database both to run my project in browser environment
    home will provide me a solid guidence for such matters
    Thanks
    Qaiser Hassan Awan

    No sir i did not mean by client sever as u pick my prob is as under
    i am facing a prob that is i have installed 10g database / Developer suite ,
    now i created a form on DS which is running fine with in the environment on DS but now prob is
    when i run this form from Desktop its failed to run and generate an error with creating a .err file and give a message that is file not generated ,
    does any one can tell me what is the method of configuration for 10g forms to run it from clioent side ,
    now i have also installed its application server too but what should do now to run it in browser environment from client desktop
    wiating for Reply
    Qaiser Hassan Awan

  • Java Access Bridge and Windows 7 Run as Administrator Mode

    I've had to add java access bridge support to a winforms .net application. The application must be run as administrator for certain functions to work on Windows 7. Unfortunately, I've found the JAB breaks when it's run from a program that has been elevated to administrator.
    I'm able to reproduce the issue with JavaFerret.exe. Running with a simple double click has no issue tracking mouse events etc, but if I start it via right click "run as administrator" then nothing gets presented in the output window. Can others confirm JavaFeret.exe breaks for them as well in Windows 7 admin mode? Any ideas what's going on and how to work around the issue?

    So after a bit of experimenting we've found that as long as the accessibility program that's hosting the JAB and the java program that is being interacted with are both run in administrator mode then the issue goes away.
    In our case we were able to launch IE from the accessibility program (which was already in administrator mode), opening the java applet in IE and successfully use the JAB between the two.

  • Running Discoverer Administrator

    I have Oracle 9iAS release 2 (9.0.2.0) installed and the installation type is Business Intelligence and Forms so I have Discoverer installed. The problem I have is that I don't know how to run Discoverer Administrator.
    I follow the PDF document instructions and there I read the following:
    From the Windows Start menu, choose Programs | Oracle9i Developer Suite - <HOME_NAME> | Discoverer Administrator to display the Connect to Oracle9i Discoverer Administrator dialog.
    When I click Windows Start menu and I choose Programs I don't find Oracle9i Developer Suite. I think it's because I have a Discoverer installation missing.
    Anyone knows what I have to install?
    Thanks.

    Hi,
    hopefully this might help...
    1) create a new database ( i.e. in Enterprise Manager)
    2) create a new database user 'eul_owner' and give them a password and default tablespaces (in the new database) in Enterprise Manager.
    3) grant the database roles to the new user (as explained in the Discoverer documentation) i.e. connect + resource privileges to create tables , views, procedures etc
    4) attempt to logon to the new database user via SQL*Plus - using the new database's connect string.
    5) Once you can logon to the new database via the new user 'eul_owner' - logon to this database account using the Discoverer Administration Tool.
    6) Proceed and install a new End User Layer (EUL).
    7) ... hopefully this will all work...
    I understand that you need to create a database account (or have one created for you) to connect via the Discoverer Administration Tool. As far as I am aware - the installation of the Discoverer software does not create one for you.
    Hopefully this helps.

  • How to run 'Get-AssignedAccess' or 'Set-AssignedAccess' power shell commands in c# Application

    Hi,
    I have console application using which i am trying to run power shell command  like 'Get-AssignedAccess' or 'Set-AssignedAccess'.
    i am using below code for this it is throwing exception 'Get-AssignedAccess' doesn't exist in cmdlet which is correct because these commands belongs to function category.
    using (PowerShell pwInstance = PowerShell.Create())
                            pwInstance .AddScript("Get-AssignedAccess");
                            var result = pwInstance .Invoke();
    How can we execute this kind of command using c#?
    Thanks,

    Hi prakashlight,
    Thank you for comming back and tell us the result. For more information about how to run PowerShell script in C# language, you can refer to this blogpost here:
    Executing PowerShell scripts from C#
    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.
    Click
    HERE to participate the survey.

  • How to keep an application level object running with SunIDM?

    We are working on intergrate a gmail project with SunIDM. We need an application level object running with SunIDM so it will maintain a token generated from Gmail side. In anther servlet project, I had this object saved in the attribute of the ServletContext, then other session level servlet could share this attribute anytime. Is there a way to store attribute in Servlet Context and have it shared by different user session in SunIDM? I have been reading documents and searched this forum, haven't find any topics related how to maintain an application level object live. Hopefully that I can get some hint here.
    Thank you so much.

    Paul, Thank you so much for the further explaination. I don't think it will work since the token generated from gmail will expire every 24 hours.
    We are using the gdata library published from by gmail people, and I create a new UserService object and have it run in the application level. The UserService object will generate a token and renew it every 24 hours behind the scene. Here is how I implement it in my Servlet project:
    //to have a UserService object running at the application level:
    public class GmailUserService extends HttpServlet {
    public void init(ServletConfig config) throws ServletException{
    super.init();
    userService = new UserService(myApplication);
    config.getServletContext().setAttribute("gmailUserService", userService);
    //to access this UserService object from other servlet in each user session:
    UserService userService = (UserService)servletContext.getAttribute("gmailUserService");
    Gmail will trigger an error if we create a new UserService object for each user. They recommend to have all the user to share one UserService object. I am looking for similar approach in SunIDM.
    Thank you again, Paul, for trying to help.

Maybe you are looking for

  • Alert message and timeout PJC

    Hi, We are using timeout PJC  functionality for our web forms. It's working fine and the form application display the alert/message whenever inactivity time reaches(which is set for 30 minutes). The issue is when you minimized the form application by

  • Can we please hear from Management on the HTC EVO 4G LTE Status

    I am starting this post as a hope to actually get some sort of status update on the HTC EVO 4G LTE release.   I think I speak for the techno philes out there that are waiting for and pre ordered the device.  Back on the 17th we were disappointed with

  • How do I get to a specific place in numbers?

    I am working in a Numbers spreadsheet and the columns have over 4,000 entries. If I am at number 3689 is there a way to get to the top or to number 100 without scrolling back thru the entire column?

  • Re: static methods in an interface?

    You cannot define a constructor in an interface, (part of the language specification), and static methods belong to the class so how could a derived concrete class possibly implement something that belonged to its ancestor abstract class? Look at the

  • Bookmarks not syncing across devices

    My iBook bookmarks have stopped syncing between my iPhone 4 and iPad 2. I have tried turning the syncing off and on in settings but still no luck.....anyone have any ideas as it's driving me nuts ?????