What's in ZenIdentity.jar?

can anyone tell me what's inside ZenIdentity.jar ?
I would like to make a script that does the same "job" I've noticed it's
modifying "Public Key" attribute in Workstation object, but this
attribute is "read only"(in console one)...
thanks a lot for your help
Pascal

Jared Jennings wrote:
> Pascal S.,
>
>> I would like to make a script that does the same "job" I've noticed
>> it's modifying "Public Key" attribute in Workstation object, but this
>> attribute is "read only"(in console one)...
>
> I doubt anyone here will know. Have you tried in the Novell Developer
> forums?
Not yet, but which one ?
>
> LDAP might be a easier of modifying the workstation object, but then
> that depends on what you are trying to do.
>
I do not know yet "what I'm trying to do", yet, because I do not know
exactly what the .jar does. I know it has something to see with the
"Public key" attribute but their might be more than that

Similar Messages

  • Trying to login to software program known as hamspher (vip simulated ham radio,  it downloaded the program but it will not allow me to login with call sign and pin.  it has to be opened with what they call a jar file.  how do i do this?

    trying to login to software program known as hamspher (vip simulated ham radio,  it downloaded the program but it will not allow me to login with call sign and pin.  it has to be opened with what they call a jar file.  how do i do this?

    This is compatible with Mac? Especially Snow Leopard (if that is what you'e running)?
    Have you considered posting your question in their forums?
    Here is some information re. the jar file:
    http://ostermiller.org/opening_jar_files.html

  • What are the basic .jar files to be set in web dynpro project classpath

    Hi,
    I am having a problem while customizing the ESS. I used DTR, DC and imported configuration. After that, I created project from one of the DC(say ess/jp/addr). Later when I open an iView from any Web Dynpro component, I am getting lot of errors without even making any modifications.
    I closed the project and reopened it and reload & rebuilt, but it doesn't solved my problem. In my classpath settings I couldn't find any jar files except the jre_lib. Could you please let me know what are the basic jar files we have to set in classpath and where to get them from. We are using NWDS 7.0.06 version.
    Can you please let me know how to solve this or any other way to work around this.
    It's an urgent to be fixed as early as possible, plz help me out.
    Thanks & Regards,
    Raj

    Hi Julien,
    Thanks for your reply.
    We imported the the specified SCAs in our track.
    we are getting the following errors.
    Kind Status Priority Description Resource In Folder Location
    Error The import com.sap.xss.per cannot be resolved CcPerAddressInterface.java NS1_XSSTR_Dessusaddrsap.com/gen_wdp/packages/com/sap/xss/hr/per/us/address/cc line 18
    Error com.sap.pcuigp cannot be resolved (or is not a valid type) for the argument fpm of the method loadConfiguration CcPerAddressInterface.java NS1_XSSTR_Dessusaddrsap.com/gen_wdp/packages/com/sap/xss/hr/per/us/address/cc line 113
    Error com.sap.pcuigp cannot be resolved (or is not a valid return type) for the method getNextPerspective CcPerAddressInterface.java NS1_XSSTR_Dessusaddrsap.com/gen_wdp/packages/com/sap/xss/hr/per/us/address/cc line 127
    Error com.sap.pcuigp cannot be resolved (or is not a valid type) for the argument currentPerspective of the method getNextPerspective CcPerAddressInterface.java NS1_XSSTR_Dessusaddrsap.com/gen_wdp/packages/com/sap/xss/hr/per/us/address/cc line 127
    Error com.sap.pcuigp cannot be resolved (or is not a valid return type) for the method getCAPState CcPerAddressInterface.java NS1_XSSTR_Dessusaddrsap.com/gen_wdp/packages/com/sap/xss/hr/per/us/address/cc line 137
    Error com.sap.pcuigp cannot be resolved (or is not a valid type) for the argument perspective of the method getCAPState CcPerAddressInterface.java NS1_XSSTR_Dessusaddrsap.com/gen_wdp/packages/com/sap/xss/hr/per/us/address/cc line 137
    we manually set below .jar files in classpath settings.
    pcuixssfpm.jar
    pcuixssutils.jar
    logging.jar
    essper.jar
    Is there any alternative to work around.
    Thanks & Regards,
    Raj

  • How to detrmine what directory you (the JAR file) are in

    Is there some sort of function that returns (ideally in a string, or array of strings) what directory you (the JAR file) are in? Something along the lines of:
    String dir = Function();Then dir would be something like : "C:\Users and Settings\Me\Java Apps"
    Thanks.

    It's not clear exactly what is wanted. Look at the information in the API for java.lang.System,getProperties(), which lists properties available - choos the one you want.

  • What phones have max jar file more than 300 kB?

    What phones have max jar file more than 300 kB? Model and max jar size, please.

    300k - thats really much.
    I'm pretty sure no phones support such big midlets when installed over-the-air.
    However, heres a link to the mobile database of Nokia:
    http://www.forum.nokia.com/main/0,6566,015-Band-GSM-9,00.html#matrix
    As you can see, it seems the Nokia6600 doen't have a max-midlet size...
    lg Linuxhippy

  • What is advisable? [Jar the property file or not?]

    About standalone applications, what is advised? shall the properties file and other configuration files be a part of the jar file or not?
    One benefit keeping them out is to have a privilege of 'not-building' the entire code just to change the configuration in one of the files.
    Another thought which comes to mind is to keep everything clean by bundling everything under one jar file.
    What is advisable?

    Ask yourself this: what reason is there for the configuration file to change AFTER application deployment?
    Likely in most cases the answer is going to be "none, I ain't gonna need this". Sometimes a problem isn't a problem if you just don't treat it like a problem you know :)
    In any case there are multiple strategies to match different requirements. A few I can think of;
    - keep the config in the jar (config is completely static)
    - keep initial configuration in the jar, but copy it to the user's home folder if it doesn't exist there yet where it may be safely changed for a specific deployment of the application
    - allow configuration to be altered from within the application itself (again: the user home folder is a likely target for the created file)
    - store configuration in a database
    and there are probably more. LDAP/Active Directory comes to mind for example.

  • Now what? Help with .jar files

    Hey. I just finished a program. I want to share it with my friends or anyone else. I can create a .jar file but I have no idea what to do next. Is there an easy way to "publish" your programs (like create a .exe file?). Any help or ideas would be appreciated. Thanks, Merlot14

    java -jar MyFile.jarwill work if you've set your manifest correctly. If you're distributing only to Windows users, you could include a shortcut, I believe. Similarly, for distribution to Linux/OS X users, you could include a shell script.

  • What to put in JAR

    Hi
    I wanna make a simple Celsius to Fahrenheit converter executable
    So what should i put in the JAR?
    I tried once and put in the directory containing the .class file and .java file
    p.s this is the first time it try to make a JAR so im pretty new

    Have you looked at the tutorial here: http://java.sun.com/docs/books/tutorial/deployment/jar/index.html
    If your code does not depend on anything besides the .class files to run, then the only thing you need to put into a jar is the .class files. You do not need the .java files.

  • ZIP file deprecation & what's next for jar?

    http://www.idg.net/ic_1321254_9677_1-5043.html
    As per the zip format deltas suggested therein, was there not talk of a new compatible jar format? What would this be?

    huh? New options don't invalidate the old format.

  • What are the required jar files for servlets compilation?

    hello all,
    which jar files are required to compile a servlet class.I am using Tomcat 5.5 version and my deployment folder is in tomcat's webapps folder.
    already i have servlets-api,jar,but i got several errors while i compile my servlet program.
    do i need to set path and classpath also? if yes, tell me how?
    can any one help me.
    errors are-
    C:\Program Files\Apache Software Foundation\Tomcat 5.5\webapps\sample\WEB-INF\classes>javac *.java
    GetData.java:2: package javax.servlet does not exist
    import javax.servlet.*;
    ^
    GetData.java:3: package javax.servlet.http does not exist
    import javax.servlet.http.*;
    ^
    GetData.java:6: cannot find symbol
    symbol: class HttpServlet
    public class GetData extends HttpServlet {
    ^
    GetData.java:8: cannot find symbol
    symbol : class HttpServletRequest
    location: class GetData
    public void doGet(HttpServletRequest request, HttpServletResponse response) thr
    ows ServletException, IOException{
    ^
    GetData.java:8: cannot find symbol
    symbol : class HttpServletResponse
    location: class GetData
    public void doGet(HttpServletRequest request, HttpServletResponse response) thr
    ows ServletException, IOException{
    ^
    GetData.java:8: cannot find symbol
    symbol : class ServletException
    location: class GetData
    public void doGet(HttpServletRequest request, HttpServletResponse response) thr
    ows ServletException, IOException{
    ^
    6 errors
    C:\Program Files\Apache Software Foundation\Tomcat 5.5\webapps\sample\WEB-INF\classes>

    I think you did not set the path and the classpath...
    set the path to jdk bin folder
    set PATH=c:\program files\java\jdk1.x\bin;
    also set classpath to servlets-api.jar
    set CLASSPATH=C:\program files\ ..... \servlets-api.jar

  • What I found swing.jar

    I as intaled j2sdk-1_4_1_01-windows-i586.exe in windows XP.
    But not found swing.jar in folders.
    In run program a message is raised.
    Look command line:
    c:\nando\java SwingApplication.class
    Exception in thread "main" java.lang.NoClassDefFoundError: SwingApplication/class

    not
    java SwingApplication.class
    just
    java SwingApplication

  • What do jar files give me?

    I've been running my application under Eclipse and now I want to run it without the SDK. Thus I made a jar file and tried running with it. It didn't give me anything as I had to create my package structure in addition to the jar file, and I needed all the class files.
    I'm sure there must be a better way to do this (what I thought the jar would do for me), but I don't know what it is.
    Any suggestions?
    Thanks,
    Ilan

    OK, finally some progress. The JAR file sounds like EXACTLY what I need. Now just to know how to operate it correctly. (Thanks for the link to the documentation.)
    I'm not yet doing it correctly:
    G:\java>java -jar -cp . -Djava.security.policy=g:\java\rmi_security.policy -Djav
    a.rmi.server.codebase=file:/g:/java/readstudies.jar -Djava.rmi.server.hostname=h
    ome-ilan readstudies.jar
    Failed to load Main-Class manifest attribute from
    readstudies.jarIn order to see the contents of the Eclipse produced JAR, I changed its extension to zip and then WinZip shows me it has
    Manifest.mf
    StudiesEngine.class
    Query.class
    DicomFormat.class
    Previously my bat file was
    start c:\progra~1\java\jre1.6.0_01\bin\rmiregistry
    java -cp . -Djava.security.policy=g:\java\rmi_security.policy -Djava.rmi.server.codebase=file:/g:/java/readstudies.jar -Djava.rmi.server.hostname=home-ilan engine/StudiesEngineand I just wasn't using the JAR file. I had to add -jar and tell it to use readStudies.jar.
    What I don't understand is how I tell it to use engine/StudiesEngine? Is this what the error message is trying to tell me?
    Thanks,
    Ilan

  • Jar files required to read excel file in SAP PI 7.3.1 sp09 dualstack

    Hi experts,
    I need to read excel file (.xls) using SAP PI and process it to target system. I have read blogs
    and found that there are 2 ways to read an excel file in PI using file adapter.
    1) Developing a custom adapter module
    2) Using XSLT code.
    So in order to develop a custom adapter module, i have followed the following blogs
    **************** - XI - Step-by-step guide to develop Adapter Module to read Excel file
    and
    Excel Files - How to handle them in SAP XI/PI (The Alternatives)
    and
    http://wiki.scn.sap.com/wiki/display/ABAP/Adapter+Module+To+Read+Excel+File+with+Multiple+Rows+and+Multiple+Columns
    I am unable to find the jar files in SAP PI at OS level as per the first blog(think they were obsolete).
    Please let me know
    1) What are the required jar files needed to read excel file and their location
    2) Even if i use the old jar files as mentioned in the first blog can i achieve my requirement
    3) Following this blog Convert incoming XML to Excel or Excel XML – Part 1 - XSLT Way if i apply the same logic at sender side, will it work? Because through case studies i came to know that we cannot read a .xls file using XSLT code. Correct me if i am wrong.
    Looking for your valuable suggestions.
    Regards
    Shilpa

    Hi Shilpa
    Welcome to SCN!
    The blog you refered to might be for previous versions of PI. You can refer to the following two wikis to find out what are the relevant JAR files for PI 7.3 and also how to get them.
    XI libraries for development - Process Integration - SCN Wiki
    Where to get the libraries for XI development - Process Integration - SCN Wiki
    It also looks like for newer versions, you might not need to manually get and add those JAR files into your NWDS project - please refer to the first comment on the blog below. I have not tried it personally as I'm not using the latest NWDS, but you can try that first, and if it does not work, then go get them manually.
    PI 7.4 - Adapter Module Creation using EJB 3.0
    Do note that you should be using the JAR files that is corresponding to your PI server version.
    As for your third question, that does not apply to you. XLS is the older non-XML format, and therefore cannot be read by XLST since it is in binary format.
    Rgds
    Eng Swee

  • How to Create a jar war or ear--Probelms in deploying

    I have the following dir structure. I am using Struts 1.1 and weblogic 7.0
    APP
    +jsp
    +WEB-INF
    + ---lib
    +--- classes
    +----com
    --ap
    --action
    --beans
    --handler
    --service
    --client
    --ejb
    --valueobject
    1> Do I need to create a ear file since i want both the ejb (under service folder) and war as reusable components. Whenever we have a EJB component do we always need to have an EAR file??
    2> Whats the best way to create the jar, war or ear file. I am facing great difficulty in deploying the war.Do we need to set any classpath before we create the war and jar files except for the deployment descriptors.I have created the ejb descriptors correctly through ejbc.
    3>I have kept struts.jar,log4j.jar under lib folder. However when i create the ear and try to deploy it under weblogic it deploys the war file but gives error in deploying the jar which has the ejb. I have aslo validated the jar using ejbc.
    It gives error indicating that it requires struts.jar in classpath. If we give the classpath of struts.jar at system leve the Application deploys with ease..Can anyone tell whats the error.The jar does not use any strust component .
    4>Also the valueobject which has some beans which are used to populate the jsp through Actionformbean. Is it ok if we give refrences in both ejb jar and war?
    ie while creating jar and war folder have the valueobject in both the files or will it lead to any errors..
    Thanks in Advance
    ....

    Yes, I have tried that. But, as the server is running and the jars are in use, it throws and EditFailedException

  • Jar files to add to the classpath for KM development.

    Hello Friends:
    I am trying to retrieve the favorites of the user stored
    under him home folder. In KM we have a readymade iview,
    called 'Favorites'. I am programmatically trying to
    read the values stored by this iview.
    I am using NWDS 2.0.5 on EP60SP2Patch3. When I use the
    following code,
    IUserManagementService umService = 
    (IUserManagementService) request.getService(IUserManagementService.KEY);
    // get the user object
      IUser user =
    umService.getDefaultFactory().getUser(userId);
    IResourceContext context =   new ResourceContext(user);
    in my IDE I get the following error:
    "This compilation unit indirectly references a missing
    type com.sapportals.portal.security.usermanagement.
    IUserFactory"
    The following are the jar files added to my project's
    classpath.
    com.sap.portal.usermanagementapi.jar
    com.sap.portal.usermanagementcore.jar
    com.sap.portal.usermappingapi.jar
    com.sap.security.api.jar
    com.sap.security.api.perm.jar
    com.sap.security.core.jar
    com.sap.security.core.tpd.jar
    apart from the usual portal framework related jar files.
    I tried also to add all the jar files with the prefix like...
    com.sap.km.*
    com.sap.netweaver.bc.*
    It didn't help.
    What are the other jar files I need to add, and where
    they are available.
    BTW, I unzipped all the 'portallibs' downloaded from the
    portal and using those jar files to attach to the project.
    Thank you very much,
    Prasad Nutalapati

    Hi Prasad,
    additionally you need com.sap.security.api.ep5.jar due to the fact that KM is using the old EP5 usermanagement libraries.
    Concerning the KM / RF libraries I would recommand to include all libraries matching the patterns bc._api.jar and km._api.jar
    Best regards,
    Thilo

Maybe you are looking for

  • How to find out what t-code(s) a user executes most?

    Can anybody tell me how I can find out what transaction(s) a given user executes most from the all the transactions that given user has access to? For example if a user has access to 100 t-codes, but only uses 10 of them then, how can I find out that

  • Program execution during RIMODAC2..will it  always reach to cif user exit

    Hello , We are implementing cif user exit for Purchase Order at R3 side to capture additional date field. So logic to capture additional date field is put in user exit CIFPUR01. We have  RIMODAC2  background job for Purchase order running on daily ba

  • Multiple selections in an HTML form

    The option selector (<select>...</select>) in an HTML form allows the user to make multiple selections. However, when the form parameters are posted to an XSQL page, only the first value selected will be assigned to the corresponding XSQL parameter.

  • C How to Set Isolation Level in the Connection String

    How to Set Isolation Level in the Connection String using the "Microsoft OLE DB Provider for DB2 Version 4.0"? We are trying to move from Crystal Reporting that run against a IBM DB2 database on a mainfram to SSRS reporting and we have downloaded the

  • Kindly send me some Objects with explanation If u have

    Hi all, I am Santosh .. I am new to this group .. I am in US with H1 .. I am looking for a job in SAP ABAP .. Kindly any one of you guys send me important interview tips and ansewrs as i am dam new to everything including the place... And one more th