Lifecycle Managemenbt LCM Utility

Dear All
How to Run the Lifecycle Management LCM Utility in hyperion 11.1.2
I try utility.bat still error
C:\Oracle\Middleware\user_projects\epmsystem1\bin>utility.bat c:/temp.xml
ERROR ! Migration definition file path c:/temp.xml does not exist
Can i have the reference doc and example
Rgds
Uka FP

This document should point you in the right direction :- http://download.oracle.com/docs/cd/E17236_01/epm.1112/epm_lifecycle_management/frameset.htm?ch07.html
Cheers
John
http://john-goodwin.blogspot.com/

Similar Messages

  • Migrate from Hyperion using LCM utility in 11.1.2.1, error EPMLCM-37037

    Dear All,
    I want to import Artifact into HPCM application by using LCM utility.
    Error occurred.
    EPMLCM-37037: Listing file unavailable for file system repository - C:/Oracle/Middleware/user_projects/epmsystem1/import_export/admin@Native Directory/JICPCM_20120817/resource.
    Cannot process application artifact listing metadata. Source.
    I have never seen this error before, do you have any idea?
    Thanks in advance.
    Revert back to me as early as possible...
    Regards
    Samantha Z

    Hello all,
    Old thread but I just wanted to leave a comment in case it would be useful for others...
    My "folder_to_import" was not in the default location "/Oracle/Middleware/user_projects/epmsystem1/import_export/". I modified the Component.properties file, specifically editing  the item "filesystem.artifact.path=D:\import_export_folder" to point to my import folder location. More detail on that can be found at Lifecycle Management Guide)
    When attempting to browse the File System through the Shared Services console I was receiving the following error: "EPMLCM-37037:Listing file unavailable for file system repository - D:/Oracle/Middleware/user_projects/epmsystem1/import_export/folder_to_import/RnA-Reporting and Analysis/resource."
    The suggested solution of removing any spaces in the listing.xml file didn't help me. What finally solved my problem was changing my filesystem.artifact.path from "filesystem.artifact.path=D:\import_export_folder" to "filesystem.artifact.path=D:\import_export_folder/". Don't really understand why adding the forward slash at the end made the difference but I was able to browse my artifact listing after that change.

  • How to use LCM utility in Hyperion 9.3.1

    Hello!
    I'm trying to export all my planning and essbase applications. I found that LCM Utility is most recommended to this task.
    Can anyone tell me how to use it? Any guide? Because I read that in System 9, LCM Utility haven't UI.
    Thanks for your time!
    Regards,
    Fabián.

    Here the guide for LCM in 9.x
    http://docs.oracle.com/cd/E10530_01/doc/epm.931/hss_alcm_util.pdf

  • Migrate from Hyperion 9.3.1 to 11.1.2.1 using LCM utility

    Dear All,
    I have successfully exported the BI + artifacts in Hyperion 9.3.1 by using LCM Utility..I have got a listing.xml file and also a LCM folder having info and resource in the directory.
    My question is that how can i import the extracted object from 9.3.1 to 11.1.2.1 using LCM utility??Where i can create the ImportPackage.xml file??Please let me know the procedure to import into Hyperion 11.1.2.1..
    Revert back to me as early as possible...
    Regards
    Rahul R

    Hi Kimberly,
    we went through the same uncertain information.
    We have been starting fom 9.3.0.1
    And YES we had to make the step migrating to 11.1.1.3.
    We only performed the schema updates.
    Steps in detail:
    *11.1.1.3*
    Copy Application (HFM)
    DB Schema Update 9.3.3
    DB Schema Update 11.1.1.3
    Export/Import HFM Security
    Export/Import (HSS)
    Export/Import (HFR)
    *11.1.2.1*
    ORA DB Data Pump 1:1
    Import Schema HFM and HBI
    Copy RM1 Folder
    Migration Utility for HFM and HFR
    Create HSS Schema
    Migration of HSS using LCM
    We have a picture which describes it nicely. Let me know it you need it.
    Regards,
    Bernd

  • LCM Utility

    I am in the process of setting up a port everything from env.A to env.B and have run into two issues..... they appear to be connected.,
    The config. and installs are all identical .... except for the server names.
    Here is what I have been able to do so far ....
    CSSImportExport got Shared services running without issues.
    Replicated DBs and can accesss HFM using HFM CLient.
    When I try to login to Workspace I get the "Enter a Valid User Name and Password" error.
    Yes ... the core is running without issues ...
    No .. I am not able to test with .... http://<your server>:19000/workspace/browse/configInfo
    more infor to follow ....

    When I run the LCM Utility it gives me the GSMNotfound error .... twice ...before quitting ...
    Mar 31 14:33:43.731
    GsmNotFound
    com.brio.one.services.globalservicemanager.GSMException: GsmNotFound
    at com.brio.one.services.globalservicemanager.GSMFactory.getGSM(Unknown Source)
    at com.brio.one.client.ClientFactory.<init>(Unknown Source)
    at com.brio.one.client.ClientFactory.<init>(Unknown Source)
    at com.brio.one.client.ClientFactory$ClientFactoryInitializer.connect(Unknown Source)
    at com.brio.one.client.ClientFactory.connect(Unknown Source)
    at com.hyperion.expimp.ExportImportSession.createService(Unknown Source)
    at com.hyperion.expimp.ExportImportSession.<init>(Unknown Source)
    at com.hyperion.expimp.ExportImportManager.connect(Unknown Source)
    at com.hyperion.lcm.handler.util.Migration.getManager(Unknown Source)
    at com.hyperion.lcm.handler.ArtifactHandler.execute(Unknown Source)
    at com.hyperion.lcm.handler.TaskHandler.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    Thanks in anticipation ....

  • LCM utility.sh can be automated?

    Hi,
    LCM Utility - How to supply userid/password (to avoid prompting)
    I have read the above thread.
    I understand that once we enter UID and PWD during runtime the credentials will get stored in import.xml file.
    Can we actually automate this for indivudual artifacts? Can we pass the UID and PWD to avoid prompting?
    Suppose i have a situation where i have to migrate updated artifact in dev to prod.
    Scenario :
    I have updated a dataform in dev and exported it using LCM to a file system.
    we get 3 objects now:
    migrated folder
    export.xml
    import.xml
    Now i have to automate the process of importing it to prod.
    utility.sh import.xml.  it prompts for UID and PWD.
    Suppose i have to automate this stuff on a daily basis. Understand that every time i do a export i get a new import.xml file. In this situation i have to again enter UID and PWD.
    Does anyone did this automation for individual artifacts?
    Thanks in advance,
    DS

    You could write some thing that replaces the password in the xml file
    <User name="" password=""/>
    A piece of code could open the file look for password="" and then update it to the correct value which could even be the encrypted password.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • How to run LCM Utility????

    Hi,
    I want to LCM utility to migrate WebAnalysis 9.3.1 reports from Test to Prod env. i searched for doc in oracle site but they are bit confusion(as im new to this Hyperion) can any one help me in porviding an easy to understand doc.......
    Vijay....

    Hi,
    Personally I never had much success with LCM in 9.3.1, I am not saying you can't use it but it can take more time than its worth, it was not until V11 that it became a utility worth looking at.
    If it is not many reports it might be easy just to export them from studio and then import them into your target environment.
    I take it is this doc you are reading http://download.oracle.com/docs/cd/E10530_01/doc/epm.931/hss_alcm_util.pdf ?
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Help - LCM Utility Error - Could not connect to source - Null

    Has anyone successfully used LCM to extract BI+ objects to files under 9.3.1?
    I've configured it as per the doc, and it seems to connect to HSS Ok, but fails to connect to BI+ even though I've used the Project name and App ID as shown in Shared Services.
    Attempting to load Log Config File:../conf/log.xml
    main 2009-01-16 11:49:11,823 INFO - ----------- Package file info -------
    main 2009-01-16 11:49:11,839 INFO - Package File Path = W:\Hyperion\common\utilities\LCM\9.3.1\doc\
    Test_ExportPackage.xml
    main 2009-01-16 11:49:20,948 INFO - --------Application Details:---------
    main 2009-01-16 11:49:20,948 INFO - Application Name: Hyperion System 9 BI+:xxxwebdev.pcdir.int.xxx:6800::1
    main 2009-01-16 11:49:20,948 INFO - Application ID: 00000115dc60f0fe-0001-09bc-0a0401e0
    main 2009-01-16 11:49:20,948 INFO - Plugin Type: java
    main 2009-01-16 11:49:20,948 INFO - CallBackURL: xxxwebdev.pcdir.int.xxx:6800
    main 2009-01-16 11:49:20,948 INFO - Product Name: HAVA-9.3.1
    main 2009-01-16 11:49:20,948 INFO - Product Code: HAVA
    main 2009-01-16 11:49:20,948 INFO - Project Name: Hyperion System 9 BI+
    main 2009-01-16 11:49:20,964 INFO - Plugin Class: com.hyperion.expimp.ExportImportManager
    main 2009-01-16 11:49:20,964 INFO - ----------------------------------------------
    Current date is - Fri Jan 16 11:49:21 GMT 2009
    Current date is - Fri Jan 16 11:49:21 GMT 2009
    Current date is - Fri Jan 16 11:49:21 GMT 2009
    Current date is - Fri Jan 16 11:49:21 GMT 2009
    Current date is - Fri Jan 16 11:49:21 GMT 2009
    Current date is - Fri Jan 16 11:49:21 GMT 2009
    Current date is - Fri Jan 16 11:49:21 GMT 2009
    Current date is - Fri Jan 16 11:49:21 GMT 2009
    Current date is - Fri Jan 16 11:49:21 GMT 2009
    java.lang.ClassNotFoundException: com.hyperion.expimp.ExportImportManager
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClassInternal(Unknown Source)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Unknown Source)
    at com.hyperion.lcm.common.manager.ManagerFactory.getManager(Unknown Source)
    at com.hyperion.lcm.handler.util.Migration.getManager(Unknown Source)
    at com.hyperion.lcm.handler.ArtifactHandler.execute(Unknown Source)
    at com.hyperion.lcm.handler.TaskHandler.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    Thread-6 2009-01-16 11:49:21,339 ERROR - Could not connect to Source - null
    Thread-6 2009-01-16 11:49:21,401 WARN - Task 1 in package file does not have a valid source manager
    Thread-6 2009-01-16 11:49:21,401 ERROR - There are errors in task 1
    Thread-6 2009-01-16 11:49:21,495 INFO - Migration(s) Completed Successfully.
    the Package Definition is...
    <?xml version="1.0" encoding="UTF-8"?>
    <!-- edited with XMLSPY v5 rel. 4 U (http://www.xmlspy.com) by Dongling Ding (Hyperion) --><Package name="" description="" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
         <Credentials user="admin" password="{CSS}gEyoY7EyW6cugoKczYohhQ=="/>
         <Connections>
              <ConnectionInfo name="MyHSS"
                   type="HSS"
                   description="Hyperion Shared Service connection"
                   url="http://xxxwebdev:58080/interop"
              />
              <ConnectionInfo name="FS"
                   type="FileSystem"
                   description="File System Location"
                   filePath="file:/c:/LCM/ExportedOutput"
              />
              <ConnectionInfo name="BI"
                   type="Application"
                   product="HAVA"
                   description="BI Plus Dev"
                   HSSConnection="MyHSS"
                   project="Hyperion System 9 BI+"
                   application="Hyperion System 9 BI+:xxxwebdev.pcdir.int.xxx:6800::1"
              />
         </Connections>
         <Tasks>
              <Task seqID="1">
                   <Source connection="BI">
                        <!-- the options listed would match some option specified in product registration -->
                        <Options>
                             <!-- Set to "true" if Job Outputs should be exported alone with the job -->
         <optionInfo name="exportJobOutput" value="true"/>
    </Options>
                   <!-- Following demonstrates retrieving the objects using the filtering by type -->
              <Artifact parentPath="/Repository Objects" type="folder" recursive="true" pattern="*"/>
              <Artifact parentPath="/Repository Objects" type="application/x-brioquery" recursive="true" pattern="*"/>
              <Artifact parentPath="/Repository Objects" type="application/x-SQR" recursive="true" pattern="*"/>
              <Artifact parentPath="/Repository Objects" type="application/hyperion-analyzer-report" recursive="true" pattern="*"/>
              <Artifact parentPath="/Repository Objects" type="application/hyperion-reports-report" recursive="true" pattern="*"/>
              <!-- Non-repository objects -->
                        <Artifact parentPath="/Product Preferences" recursive="true" pattern="*"/>
                        <Artifact parentPath="/Schedule Objects" recursive="true" pattern="*"/>
                        <Artifact parentPath="/Physical Resources" recursive="true" pattern="*"/>
                        <Artifact parentPath="/Security" recursive="true" pattern="*"/>
                   </Source>
                   <Target connection="FS">
                        <Options>
                        </Options>
                        <Transforms>
                        </Transforms>
                   </Target>
              </Task>
         </Tasks>
    </Package>
    Any advice would be great.
    Dave.
    Edited by: djhogg on 16-Jan-2009 04:22

    Soban,
    I was with the same problem and it worked using LCMUtility in BIPlus\bin directory.
    Thanks !
    Raphael
    Edited by: user4506039 on 11/05/2009 11:10

  • LCM utility.bat

    Hi John,
    I had gone through your blog for LCM and also some other docs relating to it. Using the utility.bat is it only we can export the defined artifacts in the migration file? Can we import the artifacts into the target application?
    My scenario is to automate migration of artifacts using LCM from one environment to another environment.

    Hi,
    First use the Shared service web interface to select the artifacts which you to migrate over from source to target and
    save the migration file(.xml) after selecting the artifacts.
    Move the .xml file to the target location where you have installed LCM and then use the utility.bat command to import the artifacts in the target application.
    Automation can be done by calling the utility in a batch file and accepting the username and password in batch file
    which is required at the time of running the utility.
    You can also refer to the link below:
    http://www.in2hyperion.com/websites/in2hyperionblog/post/2011/03/20/Learning-Life-Cycle-Management-(LCM)-Command-Line-Security-Synchronization.aspx
    Thanks,
    Sourabh

  • BusinessObjects Enterprise Lifecycle Manager (LCM) Tool - Feedback?

    Lifecycle Manager Feedback Requested
    Do you use the Life-Cycle Management (LCM) tool introduced with BusinessObjects Enterprise XI 3.1?
    We're seeking feedback! 
    Any new features or enhancements you'd like to see in the tool, please go here:
    [http://lcm.uservoice.com/]
    Log on, add your ideas, and vote on the ideas already there!
    Sincerely,
    Ted Ueda

    Hi
    I am currently testing the BO LCM 3.1 and while it appears very easy to use especially for promotion, the Version Control Manager seems to be lacking in controls and a clear promotion path from dev to test to uat to prod.
    We have set up 2 identical environments for UAT and PROD.
    And using the Version Control part of LCM creating version control for a universe.
    Logged into VM in UAT
    We have selected a universe
    Added it to VM
    Made a change to the universe in Designer
    Exported it
    Then Checked it in
    Can now see 2 versions in the history and the VMS Version. All good
    I then click on swap system and log into PROD
    The VM history is also there in PROD
    I have a number of concerns and questions and can't seem to find the solution to them anywhere.
    1. VM seems to be lacking a controlled process from all the environments. Basically we want to deploy following this path;
    Dev - Test - UAT - PROD
    There does not seem to be any controls or security which would stop you from GET VERSION from the DEV environment and putting that straight into PROD. Obviously we would not want that to happen.
    We would only want to GET VERSION from UAT
    Similarly for UAT We would only want to GET VERSION from TEST
    And for TEST We would only want to GET VERSION from DEV.
    Granted, we currently only have 2 identical environments.
    But Is there controls that would stop you when in PROD from getting versions from any other system other than UAT?
    Also is there any reason why no promotion is required when using VM.
    This seems to negate the Promotion Function of the LCM
    Any advise would be greatly appreciated with this.
    Many thanks
    Eilish

  • LCM Utility.bat can't load plugin class

    Utility.bat won't run unless you have SetEnv.bat in the same directory. When running from either C:\Oracle\Middleware\EPMSystem11R1\common\utilities\LCM\11.1.2.0\bin or C:\Oracle\Middleware\user_projects\epmsystem2\bin, I get:
    SEVERE: Unable to load the plugin class com.hyperion.expimp.ExportImportManager
    I can run an export through the shared services web page just fine. Any ideas?
    C:\Oracle\Middleware\user_projects\epmsystem2\bin>"C:\Oracle\Middleware\EPMSyste
    m11R1\common\utilities\LCM\11.1.2.0\bin\Utility.bat" C:\HFM-backup\WAHYPWEBDEV1-
    MigrationDefinition-ReportingandAnalysis.xml
    Oct 11, 2012 11:40:26 AM com.hyperion.hit.registry.DatabaseComponentImpl getData
    baseHostName
    INFO: Registry DB has been configured with thin driver jdbc:oracle:thin:@WAHYPDB
    ADEV1.qg.com:1521:HYPEDEV1.
    Oct 11, 2012 11:40:26 AM com.hyperion.css.common.CSSUtils toInt
    WARNING: Number format exception has occurred. null. No action required.
    Oct 11, 2012 11:40:27 AM oracle.EPMAUDITCLIENT
    INFO: Client Enable Status false
    Oct 11, 2012 11:40:27 AM oracle.EPMAUDITCLIENT
    INFO: Audit Client has been created for the product HUB-11.1.2.0
    Oct 11, 2012 11:40:29 AM
    INFO: Initializing CMSClient.
    Oct 11, 2012 11:40:29 AM
    INFO: CMSClient initialized successfully.
    Oct 11, 2012 11:40:29 AM
    INFO: Checking if application group Reporting and Analysis exists in Registry.
    Oct 11, 2012 11:40:29 AM
    INFO: Validating user inputs.
    Oct 11, 2012 11:40:29 AM
    INFO: User input validations done.
    Oct 11, 2012 11:40:29 AM
    INFO: Checking if application group Reporting and Analysis exists in Registry.
    Oct 11, 2012 11:40:29 AM
    INFO: Retrieving application id for application with display-name Reporting and
    Analysis.
    Oct 11, 2012 11:40:29 AM
    INFO: Validating user inputs.
    Oct 11, 2012 11:40:29 AM
    INFO: User input validations done.
    Oct 11, 2012 11:40:29 AM
    INFO: Application id retrieved successfully from registry - 00000130b2adae56-000
    0-6a07-0affa8b4.HAVA for application with display-name Reporting and Analysis
    Oct 11, 2012 11:40:29 AM
    INFO: Initializing CMSClient.
    Oct 11, 2012 11:40:29 AM
    INFO: CMSClient initialized successfully.
    Migrating artifacts from Reporting and Analysis/Reporting and Analysis To /Repor
    ting and Analysis-Reporting and Analysis
    Oct 11, 2012 11:40:29 AM oracle.EPMAUDITCLIENT
    INFO: Client Enable Status false
    Oct 11, 2012 11:40:29 AM oracle.EPMAUDITCLIENT
    INFO: Audit Client has been created for the product HAVA-11.1.2.0
    Unable to load the plugin class com.hyperion.expimp.ExportImportManager
    Oct 11, 2012 11:40:29 AM com.hyperion.lcm.common.manager.ManagerFactory getManag
    er:53
    SEVERE: Unable to load the plugin class com.hyperion.expimp.ExportImportManager
    Unable to load the plugin class com.hyperion.expimp.ExportImportManager
    Oct 11, 2012 11:40:29 AM com.hyperion.lcm.common.LCMLogger logMessages:937
    SEVERE: Unable to load the plugin class com.hyperion.expimp.ExportImportManager
    Migration Status - Completed with failures.

    A Full trace might help us out:
    http://forum.java.sun.com/thread.jspa?threadID=656028

  • LCM Utility: GSMNotFound

    When trying to run LCM to import BI+ artifacts, I get the following error ...
    GsmNotFound
    com.brio.one.services.globalservicemanager.GSMException: GsmNotFound
    at com.brio.one.services.globalservicemanager.GSMFactory.getGSM(Unknown Source)
    at com.brio.one.client.ClientFactory.<init>(Unknown Source)
    at com.brio.one.client.ClientFactory.<init>(Unknown Source)
    at com.brio.one.client.ClientFactory$ClientFactoryInitializer.connect(Unknown Source)
    at com.brio.one.client.ClientFactory.connect(Unknown Source)
    at com.hyperion.expimp.ExportImportSession.createService(Unknown Source)
    at com.hyperion.expimp.ExportImportSession.<init>(Unknown Source)
    at com.hyperion.expimp.ExportImportManager.connect(Unknown Source)
    at com.hyperion.lcm.handler.util.Migration.getManager(Unknown Source)
    at com.hyperion.lcm.handler.ArtifactHandler.execute(Unknown Source)
    at com.hyperion.lcm.handler.TaskHandler.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    Should BI+ Core be running when LCM Import is launched ?

    Core should be up for this

  • LCM Utility, Environment Variables

    "System cannot find the path specified"
    What should EI_ENGINE_CLASSPATH be set to ?

    LCM’s utility.sh is called from inside Reporting and Analysis’ defined LCMUtility.sh script and always from a pre-specified location. To avoid this, do not run utility.sh outside the bin folder.

  • Check installation cosistency of Lifecycle Manager LCM

    Hi guys,
    we have the LCM installed, but I'm not sure, if it is correctly installed.
    If I open CMC -> Applications I can see an entry LCM.
    1) This entry has no description?!?!
    2) I can't even set the user security for this application.
    Can you please share your expereince with that? Is there a general way how to check an installation?
    Please have a look into your installation and look if you have a description and if you can set user security for this application....thanks in advance!
    Rg,
    Christian

    errr...
    Maybe you could try another method to launch the Software Inventory tool :
    1. Go to your java install dir (on windows default is C:\ProgramFiles\BusinessObjects\common\4.0\java\lib)
    2. Launch this command (of course, adapting it to your env)
    C:\ProgramFiles\BusinessObjects\javasdk\bin\java -Djava.library.path=.\external -Xmx256M -jar "C:\ProgramFiles\BusinessObjects\common\4.0\java\lib\softwareInventory.jar" gui
    Samuel.

  • LCM utility taking more time to start

    Hi All,
    In Hyperion System 9.3.1 when running the LCMUtility.bat file in Hyperion Home\BIPLUS\bin folder it is taking nearly 8-10 minutes to start up the process. The shared services, IR, Core services are in the single box. Even though it is taking time to initialize, it ends with success.
    Could anyone please let me know what could be the possible reason why it is taking 8-10 minutes of time to start the process?
    Thanks,
    Sree

    user623166 wrote:
    Hi Gurus
    my database oracle 10.2.0.3 in AIX
    I have started expdp to export selective around 130 tables but it is taking more time to start , almost 20 min passed since it start.
    $ expdp system/*** parfile=parfile.par
    Export: Release 10.2.0.3.0 - 64bit Production on Friday, 22 June, 2012 17:21:26
    Copyright (c) 2003, 2005, Oracle. All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    Starting "SYSTEM"."SYS_EXPORT_TABLE_02": system/******** parfile=parfile.par
    Estimate in progress using BLOCKS method...
    Processing object type TABLE_EXPORT/TABLE/TABLE_DATA
    I am not sure that this is enough information for us to suggest something. For starters, can you try selecting less tables than 120 and see what's going on?
    Aman....

Maybe you are looking for

  • Wrong Daywise dep on asset setteled on 31/03/2009

    Hi, We are using apr to mar financial year. I am settling the pm order. When the pm order is setteled on 31/03/2009 it is strting the depreciation from 01/04/2009 instead of 31/03/2009. When I am settling the same order on same asset on 30/03/2009 or

  • Accessing photos outside of iPhoto 08

    I'm having trouble accessing my photos from anything except iPhoto. When I upload them from my camera using iPhoto, I let iPhoto determine the file structure. In the previous version, I could click in iPhoto Library through the finder and browse dire

  • 2007.08-2 Isos released, installation feedback

    Hi Arch community, Arch Linux 2007.08-2, "Don't Panic" has been released. This is the first release to use our new repo layout. There are two ISOs, ftp and core. Changelog: GENERAL: - kernel 2.6.22.9 usage - disabled arch_addons hook by default, it i

  • Webdynpro with MDM thru JAVA MDM API

    Hi all i have the requirement with webdynpro MDM JAVA API which interacting with MDM system. i have one repositoty in the MDM console i.e DEMO_CUSTOMER i have one table in that repository called CUSTOMER_ADDRESS . i want to access the customer addres

  • MiDP 1.0 security error

    Hello, I get this strange securityexception when i try to run my midlet on a MIDP 1.0 device. I found out that the problem was that I was trying to create a new object of another midlet class from my main midlet. like this: "MidletClass myMidlet = ne