CSSExport.bat Error

Hi,
When I tried to export security from shared services 9.3.1.
I got following error:
Trace...
2008-08-20 10:31:40,002 Attempting an export operation
1406 [main] INFO httpclient.HttpMethodDirector - Failure authenticating with BA
SIC 'WebLogic Server'@<ServerName>:58080
Unable to connect to the CMS subsystem... Authenticated has failed using
the supplied credentials
Aborting program...
I am able to connect to SS through IE and it is running.
Code is also working for me on another Shared Services 9.2.0 .
Please let me know if anyone else had same issue or any suggestion?

Apparently this issue occurs with Weblogic 8.1.5 and 8.1.6
There is a patch available from BEA - Patch ID CR287255 which is a .jar file to place on the server. you also need to edit your config.xml and add a line.
Hyperion support can refer you to page 36 of the documentation on configuring shared services in the shared services install documentation.
Wags

Similar Messages

  • Shared Services security export utility CSSExport.bat Error

    Hi,
    When I tried to export security from shared services 9.3.1.
    I got following error:
    Trace...
    2008-08-20 10:31:40,002 Attempting an export operation
    1406 [main] INFO httpclient.HttpMethodDirector - Failure authenticating with BA
    SIC 'WebLogic Server'@<ServerName>:58080
    Unable to connect to the CMS subsystem... Authenticated has failed using
    the supplied credentials
    Aborting program...
    I am able to connect to SS through IE and it is running.
    Code is also working for me on another Shared Services 9.2.0 .
    Please let me know if anyone else had same issue or any suggestion?

    Edit export.properties file and look for importexport.username and importexport.password. The password is encrypted. If you know the password for the account being used you can remove the encryption and replace it with the clear text password. After the utility runs it will re-encrypt the password.
    We use the Admin account in our properties file.

  • Error during CSSExport.bat

    Hi
    I am trying to run the CSSExport.bat (file contents below). I am receiving the following command line error when trying to run:-
    Exception in thread "main" java.lang.NoClassDefFoundError: com/hyperion/css/exchange/CommandUtility
    From previous searches I've found that the CommandUtility class that is getting called directly by Java is not included in my file, however I am not sure what I should add to my file to resolve this issue. Is anyone able to help by providing the line I should add to the file and where I should add it?
    The confusing thing is both CSSExport.bat and importexport.properties are both the exact same files that have been used and worked before, the only change I can think of that may have had an effect is our system has been upgraded from 9.3.1 to 9.3.3 since the last time the utility has been used. Any help is appreciated.
    CSSExport.bat contents
    @echo off
    set JAVA_HOME=%HYPERION_HOME%\common\JRE\Sun\1.5.0
    @set cpath=%path%
    @set cclasspath=%classpath%
    @set LIB=./lib/
    @set CSS_BIN=.\bin\
    @set CLASSPATH=.;%LIB%xsltc.jar
    @set CLASSPATH=%CLASSPATH%;%LIB%commons-httpclient-3.0.jar
    @set CLASSPATH=%CLASSPATH%;%LIB%jaxp-api.jar
    @set CLASSPATH=%CLASSPATH%;%LIB%sax.jar
    @set CLASSPATH=%CLASSPATH%;%LIB%xalan.jar
    @set CLASSPATH=%CLASSPATH%;%LIB%xercesImpl.jar
    @set CLASSPATH=%CLASSPATH%;%LIB%dom.jar
    @set CLASSPATH=%CLASSPATH%;%LIB%jdom.jar
    @set CLASSPATH=%CLASSPATH%;%LIB%log4j-1.2.8.jar
    @set CLASSPATH=%CLASSPATH%;%LIB%css-9_3_1.jar
    @set CLASSPATH=%CLASSPATH%;%LIB%commons-cli-1.0.jar
    @set CLASSPATH=%CLASSPATH%;%LIB%ostermillerutils.jar
    @set CLASSPATH=%CLASSPATH%;%LIB%cssimportexport.jar
    @set CLASSPATH=%CLASSPATH%;%LIB%activation.jar
    @set CLASSPATH=%CLASSPATH%;%LIB%commons-logging.jar
    @set CLASSPATH=%CLASSPATH%;%LIB%dom4j.jar
    @set CLASSPATH=%CLASSPATH%;%LIB%interop-common.jar
    @set CLASSPATH=%CLASSPATH%;%LIB%interop-sdk.jar
    @set CLASSPATH=%CLASSPATH%;%LIB%jakarta-slide-webdavlib.jar
    @set CLASSPATH=%CLASSPATH%;%LIB%jaxm-api.jar
    @set CLASSPATH=%CLASSPATH%;%LIB%jaxm-runtime.jar
    @set CLASSPATH=%CLASSPATH%;%LIB%jdom.jar
    @set CLASSPATH=%CLASSPATH%;%LIB%ldapbp.jar
    @set CLASSPATH=%CLASSPATH%;%LIB%log4j-1.2.8.jar
    @set CLASSPATH=%CLASSPATH%;%LIB%mail.jar
    @set CLASSPATH=%CLASSPATH%;%LIB%provider.jar
    @set CLASSPATH=%CLASSPATH%;%LIB%saaj-api.jar
    @set CLASSPATH=%CLASSPATH%;%LIB%saaj-ri.jar
    @set CLASSPATH=%CLASSPATH%;%LIB%commons-pool-1.1.jar
    @set CLASSPATH=%CLASSPATH%;%LIB%commons-collections.jar
    @set CLASSPATH=%CLASSPATH%;%LIB%commons-codec-1.3.jar
    set PATH=%CSS_BIN%;
    @if "%1"=="" goto noparameter
    "%JAVA_HOME%\bin\java" -cp %CLASSPATH% com.hyperion.css.exchange.CommandUtility -ef %1
    @echo off
    @rem restore settings.
    @set path=%cpath%
    @set classpath=%tclasspath%
    goto stop
    :noparameter
    @echo You must supply the location of importexport.properties as the argument to this utility
    @echo Example: CSSExport c:\importexport.properties
    :stop
    ImportExport.Properties contents
    importexport.cmshost=slcbothhyp01
    importexport.cmsport=58080
    importexport.username=admin
    importexport.password={CSS}MRcYv323uzxGr8rFdvQLcA==
    importexport.enable.console.traces=true
    importexport.trace.events.file=Scripts/Export/trace.log
    importexport.errors.log.file=Scripts/Export/errors.log
    importexport.locale=en
    importexport.ssl_enabled=false
    # EXPORT OPERATIONS
    export.fileformat=csv
    export.file=Scripts/Export/export.csv
    export.internal.identities=false
    export.native.user.passwords=true
    export.provisioning.all=true
    export.delegated.lists=true
    export.user.filter=*@Native Directory
    export.group.filter=*@Native Directory
    export.role.filter=*@Native Directory
    Edited by: Stephen_McCrory on Aug 28, 2012 7:05 AM
    Edited by: Stephen_McCrory on Aug 28, 2012 7:05 AM

    I have resolved the initial message above but am now getting the command line error "The system cannot find the path specified". I've tried running the export from command line using the full path and using cd and from what I can tell the paths in importexport/properties are correct.
    Any suggestions?

  • CSSimport.bat error: while migrating the Shared Services groups and users

    Hi,
    I am trying to migrate the shared services native users and group from 9.3.1(on server A) to 11.1.1.3(on server B)
    - I have taken the export in CSV format from 9.3.1 using CSSexport.bat.(export.csv) -Successful.
    - I have copied this on the 11.1.1.3 server and changed lil details like removing the admin user etc.
    - When I am trying the import this on 11.1.1.3, I am getting the below error:
    CSSimport importexport.properties2010-10-11 09:36:41,328 Attempting a import operation
    log4j:WARN No appenders could be found for logger (com.hyperion.css.common.CSSLogger).
    log4j:WARN Please initialize the log4j system properly.
    null
    Aborting program...
    - There are not log or error files geting generated - The only error recieved , is given above.
    - I have made the necessary changes to the impotexport.properties file on 11.1.1.3 before starting the CSSimport utility.
    Can you please let meknow what should I do to overcome this error.
    -thanks,
    Ankit

    First thing I would try would be on the 11.1.1.3, try and run an export, if it works then run the import on the same file, this way you will make sure you have the version 11 utility working.
    Once you have done that then you can move on to the 9.3.1 export file.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • CSSExport.bat importexport.properties to Shared Services Migration

    hello, I'm using the CSSExport.bat for migrating Shared Service.
    from dos launch the CSSExport.bat , the file importexport is on the same directory, E: \ hyperion \ common \ utilities \ CssImportExportUtility \ cssimportexport \ importexport
    CSSExport.bat importexport.propertiesbut there is a error:
    "the system cannot find the path specified"
    Can you help me?
    thanks

    Hi,
    If using
    E:\hyperion\common\utilities\CssImportExportUtility\cssimportexport\importexport\CSSExport.bat E:\hyperion\common\utilities\CssImportExportUtility\cssimportexport\importexport\importexport.properties
    produces the same error then it points to a problem in the importexport.properties file, have you made sure that all the directory paths in that file are correct, such as importexport.css=file:/.....
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • CSSExport Utility Error

    Hi
    I am running CSSExport.bat and getting the following error. Please help
    I have edited the properties files and it use to work earlier properly.
    C:\Hyperion\common\utilities\CSSImportExportUtility\importexport>CSSExport.bat C
    :\Hyperion\common\utilities\CSSImportExportUtility\importexport\samples
    could not load [C:\Hyperion\common\utilities\CSSImportExportUtility\impo
    rtexport\samples] as a resource bundle
    Aborting program...
    Thank You
    --MP                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    # For detailed information on the Import/Export Utility, see
    # Hyperion Security Administration Guide.
    # URI of CSS.xml.
    # For export operations, use the URI of the CSS.xml belonging to the Shared Services that controls the source Native Directory.
    # For import operations, use the URI of the CSS.xml belonging to the Shared Services that controls the target Native Directory.
    # Example, http://MyServer:<port>/framework/getCSSConfigFile or file:/C:/Hyperion/CSS.xml
    importexport.css=file:/C:/Hyperion/deployments/Tomcat5/SharedServices9/config/CSS.xml
    # Name of the machine that hosts Shared Services.
    # For export operations, use the server name where the source Shared Services is running.
    # For import operations, use the server name where the target Shared Services is running.
    importexport.cmshost=localhost
    # Shared Services port.
    # Be sure to use the secure port, if Shared Services is deployed to use SSL communication.
    # For export operations, use the port where the source Shared Services is running.
    # For import operations, use the port where the target Shared Services is running.
    importexport.cmsport=58085
    #import export operations
    # The Native Directory user account that is to be used for the operation typically the admin user
    # For export operations, use an administrator's account from the source system.
    # For import operations, use an administrator's account from the target system.
    importexport.username=admin
    # Password. Type password in clear text. After the first run, the Import/Export Utility encrypts this password.
    importexport.password=password
    # Set this property to false if you do not want to see trace information in the Console window.
    importexport.enable.console.traces=true
    # Name and location of trace log file for detailed errors. File is not created if you do not provide a valid path and file name.
    importexport.trace.events.file=C:/Hyperion/common/utilities/CSSImportExportUtility/importexport/trace.log
    # Name and location of error log file. File is not created if you do not provide a valid path and file name.
    importexport.errors.log.file=C:/Hyperion/common/utilities/CSSImportExportUtility/importexport/errors.log
    # Locale (two-letter language code) to use for the operation.
    # If data in the specified locale is not available, data in
    # the default locale of the server where the utility is run is exported or imported.
    # See Hyperion Security Administration Guide for a list of supported locales.
    importexport.locale=en
    # Set this property to true if you are using an SSL connection for the operation. Valid values are true or false
    importexport.ssl_enabled=false
    # EXPORT OPERATIONS
    # Update this section to export data from the source Native Directory into a file.
    # The format in which the export file is to be created.
    # Must match the format of the file specified for export.file property. Valid values are csv and xml
    export.fileformat=xml
    # Location of the file into which the data is to be exported.
    # Must match the format of the file specified for export.fileformat property.
    # For XML and CSV file formats, see Hyperion Security Administration Guide.
    export.file=C:/SharedServices/export.xml
    # Set this property to false if you do not want to export internal identities.
    # Provisioning information becomes stale if this value is set to false.
    export.internal.identities=true
    # Set this property to false if you do not want to export the encrypted passwords of the native users.
    export.native.user.passwords=true
    # Set this property to false if you want to export only a subset of the provisioning data.
    # If this property is set to false, you must specify export.projectnames AND export.applicationnames
    # OR export.provisioning.apps to select the subset of data to export.
    export.provisioning.all=true
    # Set this property to true if you want to export delegated lists.
    export.delegated.lists=false
    # Filter to use to select users for export. Use * as the filter to export all users.
    # You can use regular expressions using * as the wildcard.
    export.user.filter=*@Native Directory
    # Filter to use to select groups for export. Use * as the filter to export all groups.
    # You can use regular expressions using * as the wildcard.
    export.group.filter=*@Native Directory
    # Filter to use to select roles for export. Use * as the filter to export all roles.
    # You can use regular expressions using * as the wildcard.
    # export.role.filter=*
    # A comma-separated list of product types for which roles are to be exported.
    # Use * as the filter to export all products
    # Must be specified as product code-product version; for example, HAVA-9.3.1.
    # See Hyperion Security Administration Guide for a list of product codes.
    # export.producttype=HUB-9.2.0
    # Applications from which provisioning data is to be exported separated by commas.
    # Application names must be in (in (projectname=application name) format.
    # export.provisioning.apps=(HUB=Global Roles)
    # Do not use this property. Use export.provisioning.apps OR export.provisioning.all=true instead
    # Provided in this release for backward compatibility
    # export.projectnames=HUB
    # Do not use this property. Use export.provisioning.apps OR export.provisioning.all=true
    # Provided in this release for backward compatibility
    # export.applicationnames=Global Roles
    # IMPORT OPERATIONS
    # Update this section to validate an import file or to import data into a target Native Directory.
    # The format of the import file.
    # Must match the format of the file specified for import.file property.
    import.fileformat=xml
    # Name and location of the file to import or validate.
    # You can import or validate XML and CSV files.
    # For XML and CSV file formats, see Hyperion Security Administration Guide
    # Must match the format of the file specified for import.fileformat property.
    import.file=C:/SharedServices/export.xml
    # The import operation to perform.
    # Options are: CREATE, UPDATE, CREATE/UPDATE and DELETE
    import.operation=create/update
    # Name and location of the file where failed import transactions are to be recorded.
    # File is not created if you do not provide a valid path and file name.
    import.failed.operations.file=C:/Hyperion/common/utilities/CSSImportExportUtility/importexport/failed.xml
    # The maximum number of allowable errors during the import operation.
    # The import operation aborts after the limit is reached. Default is 0 which means no limits on errors.
    import.maxerrors=0

  • CssExport.bat help

    Hi,
    setting help for cssexport.bat
    importexport.properties File
    # export operations
    export.fileformat=xml
    export.file=C:/exportNew.xml
    export.internal.identities=true
    export.native.user.passwords=true
    export.provisioning.all=true
    export.delegated.lists=false
    export.user.filter=*@Native Directory
    export.group.filter=*@Native Directory
    export.role.filter=*
    export.producttype=HUB-9.2.0
    #export.provisioning.apps=(HUB=Global Roles)
    I want to export all user/group from MSAD and Native both.
    Should i use this:
    # export operations
    export.fileformat=xml
    export.file=C:/exportNew.xml
    export.internal.identities=true
    export.native.user.passwords=true
    export.provisioning.all=true
    export.delegated.lists=false
    export.user.filter=*
    export.group.filter=*
    export.role.filter=*
    export.producttype=HUB-9.2.0
    #export.provisioning.apps=(HUB=Global Roles)

    Hi John,
    For exporting all users/groups from MSAD and Native both should i use this settings in importexport.properties:
    export.user.filter=*
    export.group.filter=*

  • Maxl - .bat ERROR

    This maxl script works perfectly when run within EAS maxl editor (minus the login and spool), when we run it via a .bat file the calculation will run but nothing else.
    Any help please????? thanks!!!!!!!
    Here's the maxl script:
    login '*****' '******' on devhypeb01;
    /*spool on to '\sacfs1\data\Apps\Hyperion\DEV\Logs\Clear_Build_Load.log';*/
    /*Clear out Actual and Projection before loading new members and data*/
    execute calculation 'DEV_Ace'.'AceRptg'.'clrAnP';
    /*Load new members*/
    import database Dev_Ace.AceRptg dimensions
    connect as 'user1' identified by 'password' using server rules_file 'Both'
    on error append to 'C:\memberload.err';
    /*Load Data*/
    import database 'Dev_Ace'.'AceRptg' data
    connect as 'user1' identified by 'password' using server rules_file 'Both'
    on error append to 'C:\dataload.err';
    /*Load new member aliases*/
    import database 'Dev_Ace'.'AceRptg' dimensions
    connect as 'user1' identified by 'password' using server rules_file 'AliaBLD1'
    on error append to 'C:\Aliasload.err';
    spool off;
    logout;
    ERROR FILE:::::::::
    MAXL> execute calculation 'DEV_Ace'.'AceRptg'.'clrAnP';
    OK/INFO - 1012558 - Clearing all data blocks from [(ALL)] partition with fixed members [Scenario(Actual)].
    OK/INFO - 1012675 - Commit Blocks Interval for the calculation is [3000].
    OK/INFO - 1017018 - Removed [0] data blocks.
    OK/INFO - 1012558 - Clearing all data blocks from [(ALL)] partition with fixed members [Scenario(Projection)].
    OK/INFO - 1012675 - Commit Blocks Interval for the calculation is [3000].
    OK/INFO - 1017018 - Removed [0] data blocks.
    OK/INFO - 1012579 - Total Calc Elapsed Time for [clrAnP.csc] : [43.437] seconds.
    OK/INFO - 1013274 - Calculation executed.
    MAXL> import database 'Dev_Ace'.'AceRptg' dimensions
    2> connect as 'user1' identified by 'password'     using server rules_file 'Both'
    3> on error append to 'C:\Hyperion\products\Essbase\eas\client\memberload.err';
    ERROR - 1242021 - (2) Syntax error near ['"'].
    MAXL> import database 'Dev_Ace'.'AceRptg' data
    2> connect as 'user1' identified by 'password'     using server rules_file 'Both'
    3> on error append to 'C:\Hyperion\products\Essbase\eas\client\dataload.err';
    ERROR - 1242021 - (2) Syntax error near ['"'].
    MAXL> import database 'Dev_Ace'.'AceRptg' dimensions
    2> connect as 'user1' identified by 'password'     using server rules_file 'AliaBLD1'
    3> on error append to 'C:\Hyperion\products\Essbase\eas\client\Aliasload.err';
    ERROR - 1242021 - (2) Syntax error near ['"'].
    MAXL> logout;

    MaxL quotes are a stinker and trip people up constantly. It wouldn't surprise me in the least if EAS' MaxL editor worked differently than "the real world".
    I wrote a whole blog post on MaxL and quotes (who would have thought there was a subject there, but if you wade through the cutesy muck, there is value there):
    http://camerons-blog-for-essbase-hackers.blogspot.com/2009/10/escaping-maxl-quotes.html
    The two rules I follow are:
    1) Use double quotes
    2) Double escape backslashes
    FWIW, you can also use single forward slashes.
    The inconsistencies are confusing.
    Regards,
    Cameron Lackpour

  • SDM password error and go.bat error.

    Hi SAP EP gurus..
          I installed SAP Netwevaer Enterprise portal(2004s) in my desktop PC. Its installed successfully. Then i started the server also, its also started successfully. Then i installed SAP Netweaver Developer studio in my PC..Its also installed successfully. Then whenever i tried to execute some small web dynpro application its gives error password or username is incorrect. I am using SAP Netweaver 2004s..This i downlaoded from www.sdn.sap.com.I logged in to portal http://sapep:50100/irj ..... It asked me to change the password. I chaged the password also, password is india123 now. This is passowrd i gave to SDM. Its not accepting. I tried to start the visual administrator<b>(go.bat).</b> I am getting an error message that.. <b>The system cannot find the path specified. Program terminated abnormally.Press any key to continue....</b>
    if i will press any key..nothing was happening.
    Please help me solve this problem ASAP..
    <u><b>Points will be rewarded, for helpful answers..without fail.</b></u>
    Advance Thanks and regards,
    Kumar

    Hi Kumar,
    Here one drawback is there in SAP EP.
    If you change password for Administrator in UME, this same password will not work for SDM by default. You have to change it, for that just follow below steps:
    SDM Password Reset
    ==================
    Just enter following lines in your COMMAND LINE:
    1. enter SDM directory as: cd C:\usr\sap\J2E\JC00\SDM\program
    2. Execute the following (just copy-paste)
    sdm jstartup "sdmhome=C:\usr\sap\J2E\JC00\SDM\program" "mode=standalone"
    3. Execute following line (replacing Password1 with your new password for SDM)
    sdm changepassword "sdmhome=C:\usr\sap/J2E/JC00/SDM/program" "newpassword=Password1"
    4. I suggest also revert SDM back to integrated mode
    sdm jstartup "sdmhome=C:\usr\sap\J2E\JC00\SDM\program" "mode=integrated"
    5. Start SDM using commnad as "StartServer.bat"
    Reward Points; if it is helpfull.
    Thanks,
    Nagaraju

  • R3Setup.bat Error " This platform not supported"

    Dear All,
    I am trying to install SAP R3 4.6C
    I have installed SQL2000 server and SP4 On windows 2003 (x64)server
    When I run the R3setup.bat , I receive a error message on the screen like
    "Thsis platform is not supported".
    1. I have not installed J2sdk. Is j2sdk required for SAP R3 4.6C.?
    please let me know how to fix this issue?.
    Or is it because hardware platform not supported ?/
    Thanks
    Elumalai

    Duplicate post
    Read and Follow forum rules
    Ans: follow standard installaiton guides will tell you pre-requisites and supported platforms

  • Libovdadapterconfig.bat Error : No argument is allowed: ûdataSourceJNDIName

    Dear Support,
    Getting the following error while runnning the script:
    script:
    libovdadapterconfig.bat -adapterName userGroupAdapter1 -adapterTemplate adapter_template_usergroup1.xml -host localhost -port 7001 -userName weblogic -domainPath
    D:\OracleBIEE11g\user_projects\domains\bifoundation_domain\ -dataStore DB -root cn=users,dc=oracle,dc=com -contextName default –dataSourceJNDIName jdbc/UserGroupDS
    Error:
    No argument is allowed: ûdataSourceJNDIName
    Execution:
    D:\OracleBIEE11g\oracle_common\bin>libovdadapterconfig.bat -adapterName userGrou
    pAdapter1 -adapterTemplate adapter_template_usergroup1.xml -host localhost -port
    7001 -userName weblogic -domainPath D:\OracleBIEE11g\user_projects\domains\bifo
    undation_domain\ -dataStore DB -root cn=users,dc=oracle,dc=com -contextName defa
    ult -dataSourceJNDIName jdbc/UserGroupDS
    No argument is allowed: ûdataSourceJNDIName
    -adapterName <value> : Name of the adapter
    -adapterTemplate <value> : Location of adapter template file
    -host <value> : Adminserver hostname for Weblogic
    Deployment manager hostname for Websphere
    -port <value> : Adminserver port for Weblogic
    Deployment manager bootstrap port for Websphere
    -userName <value> : Login username
    -domainPath <value> : Full path to domain directory
    Applicable only for Weblogic
    -cellPath <value> : Full path to deployment manager cell directory
    Applicable only for Websphere
    -dataStore <value> : Adapter type (OID, IPLANET, ACTIVE_DIRECTORY or DB)
    -root <value> : Root namespace of the adapter
    -contextName <value> : Context Name
    LDAP Adapter Specific arguments:
    -ldapHost <value> : LDAP Server hostname
    -ldapPort <value> : LDAP Server port
    -bindDN <value> : LDAP Server bindDN
    [-enableSSL] : Enable SSL
    -remoteBase <value> : Remote namespace of the adapter
    DB Adapter Specific arguments:
    -dataSourceJNDIName <value>: JNDI Name of the datasource
    OIM Adapter Template Specific arguments:
    [-createChangelogAdapter] : Create changelog adapter
    [-enableGlobalChangelog] : Enable global changelog plugin
    [-modifierDNFilter <value>]: Modifier DN Filter. Default is bindDN value
    Regards,
    DB

    Hi,
    Yes the env is set properly
    D:\OracleBIEE11g\oracle_common\bin>echo %ORACLE_HOME%
    D:\OracleBIEE11g\Oracle_BI1
    D:\OracleBIEE11g\oracle_common\bin>
    D:\OracleBIEE11g\oracle_common\bin>echo %WL_HOME%
    D:\OracleBIEE11g\wlserver_10.3
    D:\OracleBIEE11g\oracle_common\bin>
    D:\OracleBIEE11g\oracle_common\bin>echo %JAVA_HOME%
    D:\OracleBIEE11g\jdk160_24
    D:\OracleBIEE11g\oracle_common\bin>
    D:\OracleBIEE11g\oracle_common\bin>

  • Runcluvfy.bat error

    Hi,
    I am new to Oracle rac.I am planning to install oracle 10g clustware in a 2 node cluster.I have created and added the san and automounted it.when i tru to run CVU it gives an error that it is not checking the availability of the other node.It checks only the availability from the same node.When i ping with the public and private ip its worked what should i do.Plz help me.Thanks..

    Hi,
    Can you post the output from this command?
    1. runclufy.bat stage -pre crsinst -n node1,node22 -verbose
    2. runclufy.bat stage -post hwos -n node1,node22 -verbose
    Cheers
    FZheng

  • BAT ERROR

    HI ,
    I am trying to install BAT in my ccm server. I am having only one server in my setup. it is connected to other servers in another region via ICT.
    I am getting a error "BAT SHOULD BE INSTALLED ON A MACHINE WITH PUBLISHER DATABASE. ABORTING SETUP".
    But the ccm iam installing is publisher.
    i checked the registry entry under ""HKEY_LOCAL_MACHINE\SOFTWARE\ Cisco Systems, Inc.\DBL\DBConnection0"
    DBConnection0 entry has a server name other than the callmanger hostname.
    hostname of call magner is pdc2cm
    SERVERNAME ENTRY under dbconnection0 has PDCCCM
    Once we changed this to PDC2CM. We are not able to view anything int he callmanger web page. IT was throwing the error.
    We reverted back to the old setting. after that we are able to access the ccm webpage.
    I checked the configuration. It has cluster id as PDCCCM-CLUSTER.
    HOSTNAME AS PDC2CM.
    how to proceed to solve this isssue.
    KRishna.

    i am using ccm 4.1(3). BAT VERSION IS THE ONE THAT COMES ALONG WITH THE PLUGIN OF CCM 4.1(3). Since i have not insatalled BAT in the server i am not sure about the BAT version.
    Krishna.

  • 'HP Consumer Desktop PC BIOS Update' will not download due to flash.bat error.

    Attempted to download the update -HP Consumer Desktop PC BIOS Update-  and the error flash. bat does not allow the computer to complete the process.  This is a new computer, so please adivise on how to fix the error.  Thank you

    Hi,
    32 bit? Did you post this in error?
    Install the latest diagnostics before attempting to install the latest BIOS update.  
    Contact HP Support since your PC is covered by warranty.
    HP's support number is 800-474-6836 or 800-HPINVENT or online here.
    HP DV9700, t9300, Nvidia 8600, 4GB, Crucial C300 128GB SSD
    HP Photosmart Premium C309G, HP Photosmart 6520
    HP Touchpad, HP Chromebook 11
    Custom i7-4770k,Z-87, 8GB, Vertex 3 SSD, Samsung EVO SSD, Corsair HX650,GTX 760
    Custom i7-4790k,Z-97, 16GB, Vertex 3 SSD, Plextor M.2 SSD, Samsung EVO SSD, Corsair HX650, GTX 660TI
    Windows 7/8 UEFI/Legacy mode, MBR/GPT

  • E-Sourcing (CLM) Install step dbimport.bat error

    Dear Sir,
         Any body can help me.
         I install E-Sourcing 5.1 (CLM2.0) from sap document installation guide but got problem after
    dbimport.bat.
    2009-08-23 19:24:03.734     INFO     DBFWK     ScriptedImportEngine     runSingleItem()     
    DbGuiImporter.InstallThread     system-21     system               
    action starting     Execute SQL command file
    (file=/com/frictionless/common/db/sql/oracle/getObjectId.sql)
    2009-08-23 19:24:03.75     INFO     DBFWK     ScriptedImportEngine     runSingleItem()     
    DbGuiImporter.InstallThread     system-21     system               
    action complete     Execute SQL command file
    (file=/com/frictionless/common/db/sql/oracle/getObjectId.sql)
    S T A R T-E R R O R--
    2009-08-23 19:24:03.75     INFO     DBFWK     ScriptedImportEngine     runSingleItem()     
    DbGuiImporter.InstallThread     system-21     system               
    action starting     Execute SQL command file
    (file=/com/frictionless/comp/query/sql/oracle/CreateProcClearQuery.sql)
    2009-08-23 19:24:03.796     ERROR     DBFWK     DbSetupEngine     execute()     
    DbGuiImporter.InstallThread     system-21     system               
    action failed
    E N D E R R O R----
    2009-08-23 19:24:03.796     INFO     DBFWK     ScriptedImportEngine     runSingleItem()     
    DbGuiImporter.InstallThread     system-21     system               
    action starting     ExecuteSqlScript
    ({inputFilename=classpath:///com/frictionless/comp/query/sql/oracle/GrantExecute.ssp,
    result_recorder=com.frictionless.install.engine.DbSetupEngine@38834cfb})
    Thank you.
    Bunsit.

    Hello Bunsit,
    Regenrate and deploy EAR n WAR file with correct Oracle Jar file.
    Follow the steps:
    1) Run configure.exe from Path: "\Esourcing51\bin\configure.exe"
    2) On DB JAR file locate the fie e.g. Path: "\oracle\ES1\102\jdbc\lib\ojdbc14.jar"
    3) Rest setting you can keep same.
    4) Genrate EAR/WAR file
    5) Run Configtool
    6) Remove Fsourcing.
    7) Deploy and Start new Fsourcing EAR/WAR file.
    8) Now Run DBImport.
    Please update if this work for you.
    Regards
    ~Ankush

Maybe you are looking for

  • ITunes stalls when finding files-won't add to Library...

    This started with trying to delete several duplicate files.  The cure turned out to be far worse than the disease.  So tonight I moved all copies of all my music to another hard drive.  Then I took a backup from a few weeks and (with Carbon Copy Clon

  • Silent install Conexant 20672 SmartAudio HD

    Conexant 20672 SmartAudio HD Driver 8.32.23.0 Target OS: OS Win7 SP1 64bit Models: T520, T240 and X220 I'm trying to install the driver through SCCM.  Driver packages (inf file install). After installing and reboot when a user logs on they get prompt

  • Magic Mouse Issue

    Hello, I've recently installed Snow Leopard, and encountered the dreaded problem of the magic mouse. It will not scroll and be properly detected as a bluetooth mouse on my system. I've tried everything in this topic : http://discussions.info.apple.co

  • Auto start

    hi all, Is there any way or 3rd party app. to make an application "which don't have the auto start feature" to start automatically on booting?

  • Student and Teacher Edition für Berufsschüler?

    Guten Abend, wie aus meinem Titel würde ich gerne wissen ob ich auch als Berufsschüler bezugsberechtigt bin zum Kauf der Student and Teacher Edition. Ich hoffe es hat jemand bereits Erfahrung mit dem Thema sammeln können. Vielen Dank Malte