Umount not possible on Solaris 10

Hello,
This afternoon, I asked for support on Sun Support Center for a problem which occurs on a new Solaris 10 installation.
Problems on Solaris 10 are not supported by Sun Support Center ... :-(
(I think a umount problem is not a Solaris 10 problem , but ...)
It's not a critical problem but I'm frustrated if I must reboot for this problem.
We are not under Microsoft OS ...
Sun Support Center asked me to try on Sun Developer site.
Can you help me ?
Thanks
Jean Berthold
Below, my problem:
Update/View Service Request Details
Service Request Number:      37128194
Status:      Unresolved, Closed
Sun Engineer Summary:      How to umount this volume correctly (Notes)
Updated By     Date Updated
Sun Engineer     May 10, 2004 5:19:04 PM, Central European Summer Time (CEST GMT+02:00)
EMEA-CES Closure template (solution note in case, public)
TYPE OF CALL: Problem
PROBLEM SUMMARY :
unable to umount /cdrom under solaris 10 beta version
SOLUTION :
beta version pf solaris 10 is not supported.
Consult the FAQs or discuss in the forum of the developers's site :
http://developers.sun.com/prodtech/solaris/
Sun Engineer     May 10, 2004 4:37:42 PM, Central European Summer Time (CEST GMT+02:00)
EMEA-CES Information_Knowledge Gathering (problem note in Initial Investigation task, public)
PROBLEM DESCRIPTION: unable to umount /cdrom/disk1
PROBLEM SUMMARY: unable to umount /cdrom/disk1
WHEN WAS THE PROBLEM FIRST SEEN? this after noon
WHAT HAS CHANGED ON THE SYSTEM? nothing to declare
ERROR MESSAGES:
|><|
WHAT IS THE IMPACT ON YOUR BUSINESS
|>Low<| |>Medium<| |>High<|
PRODUCT: Solaris 10
SYSTEM TYPE: Sun-Blade-100
SPEC: |>CPU Speed, Memory, Disk size + qty, Storage<|
OS VERSION: SunOS zanzibar 5.10 s10_51 sun4u sparc SUNW
HAS THE CUSTOMER TRIED USING SUNSOLVE.SUN.COM TO SOLVE HIS PROBLEM
No
If NO explain the benefits of SunSolve, if YES ask :
WHAT STOPPED HIM FROM SOLVING HIS PROBLEM:
n/a
ARE CONTACT DETAILS CORRECT:
yes
PROBLEM ANALYSIS :
The customer has mounted the cdrom on the machine zanzibar
and share it by NFS. See the customer's note for more details.
After that, he has launched Oracle installation on machine udaipur
by using CD ROM mounted via NFS on zanzibar machine.
After the usage of the cdrom from the NFS client udaipur, it is
impossible to umount the cdrom.
# umount /cdrom/disk1
umount: /cdrom/disk1 busy
The customer has stopped all services of NFS :
# ps -ef | grep nfs
daemon 12459 1 0 12:20:54 ? 0:00 /usr/lib/nfs/statd
daemon 12461 1 0 12:20:54 ? 0:00 /usr/lib/nfs/lockd
root 12463 1 0 12:20:54 ? 0:00 /usr/lib/nfs/mountd
daemon 12465 1 0 12:20:54 ? 0:22 /usr/lib/nfs/nfsd
# unshareall
# /etc/init.d/nfs.server stop
# umount /cdrom/disk1
umount: /cdrom/disk1 busy
# ls /etc/init.d/volmg*
/etc/init.d/volmgt
# /etc/init.d/volmgt stop
# ps -ef | grep vol
bej 12313 12309 0 11:37:15 pts/2 0:00 /usr/bin/gnome-volcheck -i 30 -z 3 -m cdrom,floppy,zip,jaz,dvdrom
But the problem is still persisting : impossible to umount cdrom
# umount /cdrom/disk1
umount: /cdrom/disk1 busy
The customer is using gnome for interface
ifuser command gives 3 processes: vold, the terminal and lockd.
We stop all processes and retry again :
# umount /cdrom/disk1
umount: Operation not supported
umount: cannot unmount /cdrom/disk1
# umount /cdrom/cdrom0
umount: Operation not supported
umount: cannot unmount /cdrom/cdrom0
#umount -f /cdrom/disk1
umount: Operation not supported
umount: cannot unmount /cdrom/disk1
#umount -F hsfs /cdrom/disk1
umount: Operation not supported
umount: cannot unmount /cdrom/disk1
#umount /vol/dev/dsk/c0t1d0/disk1
umount: Operation not supported
umount: cannot unmount /vol/dev/dsk/c0t1d0/disk1
The problem is not really urgent but the customer does not
want to reboot this machine just to umount the cdrom !!!!
It is really impossible to umount the cdrom.
i've found a bug id for swap and this problem needs more investigation.
So i'm escalating this case!
Customer     May 10, 2004 4:00:40 PM, Central European Summer Time (CEST GMT+02:00)
Hardware Platform: Sun Blade 100
Product Affected: OS File System
OS Version: bej@zanzibar # uname -a
SunOS zanzibar 5.10 s10_51 sun4u sparc SUNW,Sun-Blade-100
bej@zanzibar #
State the problem Cut/Paste error messages
(30kb maximum):
# df -h | grep cdrom
/vol/dev/dsk/c0t1d0/disk1 0K 0K 0K 0% /cdrom/disk1
# umount /cdrom/disk1
umount: /cdrom/disk1 busy
# cat /etc/dfs/dfstab
# Place share(1M) commands here for automatic execution
# on entering init state 3.
# Issue the command '/etc/init.d/nfs.server start' to run the NFS
# daemon processes and the share commands, after adding the very
# first entry to this file.
# share [-F fstype] [ -o options] [-d "<text>"] <pathname> [resource]
# .e.g,
# share -F nfs -o rw=engineering -d "home dirs" /export/home2
share -o anon=0 /cdrom/cdrom0
# ps -ef | grep nfs
daemon 12459 1 0 12:20:54 ? 0:00 /usr/lib/nfs/statd
daemon 12461 1 0 12:20:54 ? 0:00 /usr/lib/nfs/lockd
root 12463 1 0 12:20:54 ? 0:00 /usr/lib/nfs/mountd
daemon 12465 1 0 12:20:54 ? 0:22 /usr/lib/nfs/nfsd
# unshareall
# /etc/init.d/nfs.server stop
# umount /cdrom/disk1
umount: /cdrom/disk1 busy
# ls /etc/init.d/volmg*
/etc/init.d/volmgt
# /etc/init.d/volmgt stop
# ps -ef | grep vol
bej 12313 12309 0 11:37:15 pts/2 0:00 /usr/bin/gnome-volcheck -i 30 -z 3 -m cdrom,floppy,zip,jaz,dvdrom
List steps to reproduce problem (if applicable):
What software is having the problem?:
From the CD ROM server:
I shared a CD ROM whith NFS via /etc/dfs/dfshare file:
share -o anon=0 /cdrom/cdrom0
# shareall
# dfshares
RESOURCE SERVER ACCESS TRANSPORT
zanzibar:/cdrom/disk1 zanzibar - -
From the client:
root@udaipur # dfshares zanzibar
RESOURCE SERVER ACCESS TRANSPORT
zanzibar:/cdrom/disk1 zanzibar - -
root@udaipur #
root@udaipur # mount zanzibar:/cdrom/disk1 /zanzibar_CDROM
root@udaipur # df -h | grep cdrom
zanzibar:/cdrom/disk1 0K 0K 0K 0% /zanzibar_CDROM
root@udaipur #
After that, I launched Oracle installation on machine udaipur by using CD ROM mounted via NFS on zanzibar machine.
When the second CD-ROM was needed:
Client:
root@udaipur # umount /zanzibar_CDROM
CD ROM Server:
# hostname
zanzibar
# df -h | grep cdrom
/vol/dev/dsk/c0t1d0/disk1 0K 0K 0K 0% /cdrom/disk1
# dfshares
RESOURCE SERVER ACCESS TRANSPORT
zanzibar:/cdrom/disk1 zanzibar - -
# unshareall
# dfshares
# pwd
# umount /cdrom/disk1
umount: /cdrom/disk1 busy
Question:
1. How to umount this volume correctly. ?
2. which process is blocking the CD-ROM ?
When was the problem first noticed? # date
Mon May 10 15:55:39 CEST 2004
Is the problem getting: staying the same
Any Changes Recently? None

Hi there,
This will depend on how your VM is configured, please have a look at the following documentation and make sure you are using the appropriate networking mode:
https://www.virtualbox.org/manual/ch06.html#networkingmodes
Then check your # ifconfig -a output and verify that your interface is marked UP and RUNNING, please refer to the following document for more details on how to set up your network interfaces:
http://docs.oracle.com/cd/E23823_01/html/816-4554/ipconfig-12.html#scrolltoc
Hope that helps

Similar Messages

  • ** Is it not possible to use 2 database in same XI server

    Hi friends,
    We were able to connect to oracle database thru JDBC adapter previously. To connect to SQL server , we have installed JDBC drivers for Microsoft SQL Server 2000 in same XI server.  Now, we are able to connect to SQL server table but not able to connect to Oracle table . When change the CC and give the Oracle driver and Connection string, it throws an error 'SAPClassnotFoundException'.
    So, Is it not possible to connect to different database in same XI system ?
    Kindly reply friends,
    Kind Regards,
    Jeg P.

    1) Verify the DB URL by connecting database using Command line SQL plus or any SQL editor.
    2) Check wether the Drivers deployed are supported for the Oracle Db version and JDK version on XI server and OS type ( Solaris )
    Check this URL for details on JDBC drivers support list -
    Re: Different Version Oracle in a SLD
    SAPClassNotFoundException: oracle.jdbc.driver.OracleDriver' --> This error clearly implies that the OracleDriver has not been installed on your XI server.
    Ask you admin team to do the needful and install the Oracle Drivers.
    regards
    kummari

  • Can it not possible that i can retrive it for all line items in a single qu

    I have to make report for my application in which I am facing a following problem:
    In the application there are multiple suppliers and each supplier having multiple line items and each item having multipale events. each evant having three status GREEN,RED and BLUE.
    When a user select 'all suppliers' to show the the status time span for a supplier (i.e. for a supplier how many parts and upto how much time parts are in blue, red and green status)
    to show the cumulative status time span I have to find out a event for each line item which is having nearest lower entry time from the lower part of the given time span.for this i have write following query
    SELECT * FROM parts_events
    WHERE vendorid = ? AND partid = ?
    AND visible = 'visible' AND active = 1
    AND entrytime = (SELECT MAX(entrytime) as
    entrytime from parts_events
    WHERE vendorid = ?
    AND partid = ?
    AND entrytime < ?
    AND visible = 'visible'
    AND active = 1)
    the problem is that i have to fire this query for each line item, can it not possible that i can retrive it for all line items in a single query?

    maybe if you can post some sample data and output will help us analyze more youre requirement.

  • Transaction type 100 not possible (posting to affiliated company)

    Hi All SAP Guru's
    I am trying to post asset acquisition through F-90
    Asset Dr Transcation Type 100
    To, Vendor Cr
    while saving the above document  i am getting an error Transcation type 100 is not possible (Posting to Affiliated Company)
    to explain further my client are using Trading Partner Concept, may be that is the reason document is not getting posted
    In Transcation Type I tried to change Post to affiliated Company then system allowing to post the document, but in real sense we should not give post to affiliated company at Transcation Type
    can anybody help, is there any alternative to go ahead
    Regards
    Sreenivasulu
    Edited by: sreenivasulu VAS on Feb 26, 2009 1:57 PM

    Hi,
    When there's a trading partner in the document, you need to use a different transaction type for external acquisition.
    Have you tried this? (I've used this one. without chaging document type setting)
    150     Acquisition from an affiliated company
    Difference from Transaction type 100 is posting type. 150 has a posting type of 'Post to affiliated company' whereas 100 has not.
    Check with IMG (T-code: AO73)
    Heeseon.

  • Transaction type ZGC not possible (posting to affiliated company) in ABSO

    Hi all,
    We have depreciation areas 01, 30, 31, 32 .
    dep area 30, 31, 32  inherits the values from 01.
    We want to post credit value to dep area 01 after doing the aqusition .
    Hence we created a seperate transaction type ZGC ( in aqusitions- Tcode AO73) and limited it to dep areas 01, 30, 31, 32.
    Transaction type ZGC is having credit and " do not post to affliated company " radio button is selected.
    Now the issue is when we run ABSO to do a credit post in dep area 01 we are getting the below error .
    Transaction type ZGC not possible (posting to affiliated company)
    Message no. AA390
    Diagnosis
    For the current document, you specified either implicitly (via the customer/vendor), or explicitly (with a manual entry), that this posting is to an affiliated company. In this case, Asset Accounting requires you to use special transaction types.  This enables the system to separately identify such transactions.
    Procedure
    Check the line items that you have already entered, and the transaction type you entered.
    Not sure why it is asking for affliated company .
    It will be great if any one help on this why we are getting this issue.

    Hi Daya,
    Please try to choose Trans.Type 100 in AO73 transaction code and select the radio button  Post to affiliated company under Posting type.
    Thanks,
    Kumar

  • Error while creating source system in BI: Modification not possible

    Hi All,
    We are about to move to production, and therefore it's necessary to create in BI the source system related to our ECC (R/3). While trying to perform this action from BI side we received the error message:
    SAP system has status 'not modifiable'. Because of this, and following with known consultants practices we've changed the client to customazing but it still not working although the message at this time is: Changes to repository or cross-client Customazing are not permitted. We have also verified transaction SE06 but it's not possible to change the Cross-Application Component to Modifiable. 
    Did someone face with this same problem before?
    Thanks to all in advance,
    Regards,
    José.-

    Hi Rick,
    I really appreciate your quick response. We followed your recommendation and could create the source system without problems. Thanks once again!
    Best Regards,
    José.-

  • Creation of new DC is not possible

    Hello,
    I'm working with Visual Composer on a CE 7.1 SP05 that is not currently configured to work with a DI server. I have a development component "mydc" in the shared repository that contains some models.
    Whenever I want to create a new model in the shared repository, the system forces me to use the existing DC "mydc". The listbox for the development component offers only the value "mydc" and the button "New..." is inactive.
    (When I create a model in the local repository, the "New..." button next to the DC listbox is active and I can create a new local DC.)
    Please help me create a new DC in the shared repository.
    Thanks and cheers,
    Thorsten
    Edited by: Thorsten Franz on Apr 16, 2008 6:27 PM to remove question on how to delete a DC in the shared repository - it's not possible in release 7.1.

    Hi Thorsten,
    To creat a new DC in shared repository do the following:
    1. Create a DC in the local repository
    2. Go to manage models, click on the newly created DC and you would see the icon with blue + (tooltip: Add to the source control)
    3. Your local DC is now your shared DC
    Good Luck,
    Dharmi

  • Not possible to output CFTREEITEM in a CFC function?

    Hi there,
    I am parsing a sorted list of strings (in the form of a/b/c/,
    a/b/c, /a/c/d etc.) and trying to make a treeview out of it.
    I have the CFFORM and CFTREE tag in the top function and the
    code that generate CFTREEITEM in a subfunction, but I got the
    following error:
    Context validation error for tag cftreeitem.
    The tag must be nested inside a cftree tag.
    It seems that ColdFusion doesn't recognize that calling code
    is already nested inside a CFTREE tag in the top function. I
    extract the code generating CFTREEITEMs to a sub function because
    it is called multiple times from different context, it would be a
    lot of hassle and quite stupid to "inline" it.
    If what I am trying is, for whatever reason, not possible,
    would it be possible then to have the sub function generate the
    code into a string and somehow dynamically evaluate that?
    Any hints or tips will be greatly appreciated!
    Billy

    Hi there,
    I am parsing a sorted list of strings (in the form of a/b/c/,
    a/b/c, /a/c/d etc.) and trying to make a treeview out of it.
    I have the CFFORM and CFTREE tag in the top function and the
    code that generate CFTREEITEM in a subfunction, but I got the
    following error:
    Context validation error for tag cftreeitem.
    The tag must be nested inside a cftree tag.
    It seems that ColdFusion doesn't recognize that calling code
    is already nested inside a CFTREE tag in the top function. I
    extract the code generating CFTREEITEMs to a sub function because
    it is called multiple times from different context, it would be a
    lot of hassle and quite stupid to "inline" it.
    If what I am trying is, for whatever reason, not possible,
    would it be possible then to have the sub function generate the
    code into a string and somehow dynamically evaluate that?
    Any hints or tips will be greatly appreciated!
    Billy

  • Not possible to reverse the document in financial accounting Error

    Hi All
    We are getting invoice Data from Client
    through  ACC_EMPLOYEE_PAY02  
    Document Like
    31 45699(vendor )    2356.00
    31 45688 (vendor)    1245.00
    31 45677 (vendor)    1000.00
    31 45666 (vendor)    2000.00
    40  Accur(Clearing)       6601.00
    In this list some of vendors i did payment Run.
    I need to reverse the 1 vendor open Item.
    It is showing open item but i am unable to reverse this document.
    i tried to FB03 but it is showing Below Error
    Not possible to reverse the document in financial accounting
    Message no. F5673
    Diagnosis
    Document '1900000003' in company code '1164' should be reversed. However,
    this document was not posted in the Financial Accounting module, HRPAY is, rather, of type ''.
    System Response
    Documents which were not originally posted in Financial Accounting also cannot be reversed in Financial Accounting.
    Procedure
    Reverse the original transaction. 
    You can display the original document from the FI document via 'Environment' -> 'Original doc.'.
    I tried to trace Original Document.
    trhough Environment -> Original Doc.
    ERROR is
    Payroll Posting Document 000000091 does not exist
    How to Reverse the Open Item.
    raju.

    Hi,
    SAP doesn't allow you to reverse a document in FI if it was created subsequently from another module (in your case HR).
    Why don't you use F-44 transaction code to manually clear the open vendor line item and offset it against the same clearing account?
    Regards

  • Web-UI error message "Access via 'NULL' object reference not possible"

    I need some help, I'm not a Basis person but I need to get this connection problem resolve.
    This problem is in our DEV ICWeb system.  After logging in to Web-UI, I got a error message "Access via 'NULL' object reference not possible".  We have 3 clients (100, 220, & 310) in DEV and all 3 clients are giving me the same error message.
    From the help.sap.com, I found this topic http://help.sap.com/saphelp_nwes70/helpdata/en/84/43f0d786304e19a652a8f80909a8ec/content.htm
    but in the document it asked to go to SM59 to check the ESH_APPL_WS_TEMPLATEENGINE destination.  But we don't have that destination setup in all our systems.
    Here is the complete error message:
    Error when processing your request
    What has happened?
    The URL http://crm-dev.staff.copa:8000/sap/bc/bsp/sap/crm_ui_frame/BSPWDApplication.do was not called due to an error.
    Note
    ■The following error text was processed in the system CD1 : Access via 'NULL' object reference not possible.
    ■The error occurred on the application server CRM-DEV_CD1_00 and in the work process 0 .
    ■The termination type was: RABAX_STATE
    ■The ABAP call stack was:
    Method: GET_DATA_LOSS_HANDLER of program CL_CRM_UI_CORE_APPL_CONTROLLERCP
    Method: GET_DATA_LOSS_HANDLER of program CL_CRM_UI_CORE_APPL_CONTROLLERCP
    Method: EH_TRIGGER_NAVIGATION of program CL_CRM_UI_CORE_APPL_CONTROLLERCP
    Method: SET_WORKAREA_CONTENT of program CL_CRM_UI_CORE_APPL_CONTROLLERCP
    Method: PROCESS_NAV_QUEUE of program CL_BSP_WD_VIEW_MANAGER========CP
    Method: DO_INIT of program CL_CRM_UI_FRAME_APP_CONTROLLERCP
    Method: DO_INIT of program CL_BSP_CTRL_ADAPTER===========CP
    Method: GET_PAGE_CONTEXT_CURRENT of program CL_BSP_CONTEXT================CP
    Method: ON_REQUEST_ENTER of program CL_BSP_RUNTIME================CP
    Method: ON_REQUEST of program CL_BSP_RUNTIME================CP
    What can I do?
    ■If the termination type was RABAX_STATE, then you can find more information on the cause of the termination in the system CD1 in transaction ST22.
    ■If the termination type was ABORT_MESSAGE_STATE, then you can find more information on the cause of the termination on the application server CRM-DEV_CD1_00 in transaction SM21.

    Hi Michael,
    Refer to the link below and check the procedure.
    http://help.sap.com/saphelp_nwes70/helpdata/en/84/43f0d786304e19a652a8f80909a8ec/content.htm
    Regards,
    Arjun

  • NOT POSSIBLE TO START ESSBASE WHEN SSO INITIALIZATION FAILS

    Version is 11.1.1.3. My Essbase is not starting. Issues from the logs and what I have attempted are as follows. I have highlighted the relevant areas in bold.
    When Starting Essbase from products/Essbase/bin/start.bat:
    C:\Hyperion\products\Essbase\bin>start.bat
    C:\Hyperion\products\Essbase\bin>REM eis
    C:\Hyperion\products\Essbase\bin>net start "Hyperion Integration Services"
    The requested service has already been started.
    More help is available by typing NET HELPMSG 2182.
    C:\Hyperion\products\Essbase\bin>REM APS
    C:\Hyperion\products\Essbase\bin>call C:\Hyperion\products\Essbase\aps\bin\start.bat
    C:\Hyperion\products\Essbase\bin>REM aps
    C:\Hyperion\products\Essbase\bin>net start HyS9aps
    The requested service has already been started.
    More help is available by typing NET HELPMSG 2182.
    C:\Hyperion\products\Essbase\bin>REM EAS
    C:\Hyperion\products\Essbase\bin>call C:\Hyperion\products\Essbase\eas\bin\start.bat
    C:\Hyperion\products\Essbase\bin>REM eas
    C:\Hyperion\products\Essbase\bin>net start HyS9eas
    The requested service has already been started.
    More help is available by typing NET HELPMSG 2182.
    C:\Hyperion\products\Essbase\bin>REM EssbaseAgent
    C:\Hyperion\products\Essbase\bin>net start hypservice_1
    The service name is invalid.
    More help is available by typing NET HELPMSG 2185.
    C:\Hyperion\products\Essbase\bin>REM EssbaseStudio
    C:\Hyperion\products\Essbase\bin>C:\Hyperion\products\Essbase\EssbaseStudio\Server\startServer.bat
    C:\Hyperion\products\Essbase\bin>setlocal
    C:\Hyperion\products\Essbase\bin>set CONFIGTOOL_HOME="C:\Hyperion\common\config\9.5.0.0"
    C:\Hyperion\products\Essbase\bin>call ""C:\Hyperion\common\config\9.5.0.0"\setJavaRuntime.bat"
    Logging configuration file is not found. Expected filename is C:\Hyperion\products\Essbase\bin\.\server.properties
    Log file location is:
    C:\Hyperion\logs\esbstudio\server.log
    13:23:09 11/01/11 INFO Starting up
    13:23:09 11/01/11 INFO Oracle Essbase Studio Server. Version 11.1.1.3.00, Bui
    ld 090, June 25 2009
    13:23:16 11/01/11 (system) WARNING Failed to load driver for sap
    13:23:16 11/01/11 (system) SEVERE Cannot load Teradata connector
    13:23:16 11/01/11 (system) WARNING Failed to load driver for teradata
    13:23:16 11/01/11 (system) WARNING Failed to load driver for mysql
    13:23:16 11/01/11 (system) WARNING Failed to load driver for netezza
    Essbase.log:
    [Tue Oct 25 11:26:31 2011]Local/ESSBASE0///Error(1051223)
    Single Sign On function call [css_init] failed with error [CSS Error: CSS method invocation error: com.hyperion.css.CSSSystem.<init>]
    [Tue Oct 25 11:26:31 2011]Local/ESSBASE0///Info(1051198)
    Single Sign-On Initialization Failed !
    [Tue Oct 25 11:26:31 2011]Local/ESSBASE0///Info(1051232)
    Using English_UnitedStates.Latin1@Binary as the Essbase Locale
    [Tue Oct 25 11:26:31 2011]Local/ESSBASE0///Error(1051527)
    In Shared Services Security mode it is not possible to start Essbase when single sign on initialization fails.
    AND
    C:\Hyperion\logs\essbase\SharedServices_Security_Client.log com.hyperion.css.CSSSystem.<init>(Unknown Source)
    2011-10-25 11:26:11,039 INFO [main] Configure CSS with registry com.hyperion.css.CSSSystem.initCSSSystem(Unknown Source)
    2011-10-25 11:26:11,039 INFO [main] Initializing CSS from Registry. com.hyperion.css.common.configuration.CSSConfigurationManager.getConfiguration(Unknown Source)
    2011-10-25 11:26:11,085 INFO [main] Trying to get Registry Instance com.hyperion.css.registry.RegistryManager.<init>(Unknown Source)
    2011-10-25 11:26:31,023 ERROR [main] 20:1092:Failed to initialize EPM System registry. *[Root Cause: java.sql.SQLException: [Hyperion][SQLServer JDBC Driver]Error establishing socket to host and port: machinex:1433. Reason: Connection refused: connect ] com.hyperion.css.registry.RegistryManager.<init>(Unknown Source)*
    *2011-10-25 11:26:31,023 ERROR [main] Arguments: param1={}, param2=null, param3=C:\Hyperion\logs\essbase\,* com.hyperion.css.CSSSystem.initCSSSystem(Unknown Source)
    2011-10-25 11:26:31,023 INFO [main] CSS system intialization failed. : [21484 ms] com.hyperion.css.CSSSystem.initCSSSystem(Unknown Source)
    What I have attempted:
    - Attempted to connect to Shared Services, Workspace url's - YES
    - Checked openLDAP & my Database is running - YES
    - Added following to Configuration File :
    SharedServicesLocation machinex 28080
    AUTHENTICATIONMODULE CSS http://machinex:28080/interop/framework/getCSSConfigFile YES, but same error
    - Changed essbase.bak to essbase.sec YES but same error
    - netstat -an to check for 1423. Port 1423 is not listening, although ALL TCP Ports have been enabled. So YES but same error.
    - Read Knowledgebase article # 954322.1 - the suggested things in there don't seem to apply to my case, unless I am missing something.
    At this point does anybody have any suggestions ?

    An update: Just for kicks, I tried restarting Essbase using Start->Programs-EPMSystem->Essbase->EssbaseServer->Essbase.bat and apparently now Essbase is started.
    EAS, Studio and Planning however are down.
    Excerpt from the HyS9eas-sysout.log:
    [ERROR] RegistryUtils - SQL Exception when trying to create a new connection [Hyperion][SQLServer JDBC Driver]Error establishing socket to host and port: machinex:1433. Reason: Connection refused: connect
    * CRITICAL ERROR: Common Security Services initialization failed. Please *
    * make sure that a valid entry is provided for SECURITY_CONFIGURATION in *
    * OlapAdmin.properties. This is required if Shared Services is enabled. *
    * Please restart the server after the changes. *
    Stopping DAO factory!
    HBR Configuration has not been initialized. Make sure you have logged in sucessfully and there are no exceptions in the HBR log file.
    java.lang.ExceptionInInitializerError
    .... bunch of java code.
    This is really strange. There is NOTHING that I changed, started or stopped which could have caused Essbase to start magically all of a sudden.
    Any insights into the cause of all this ?

  • After update to IOS 6 on my Ipad2 it not possible to go to month view of March 2013 in the calendar app?

    after update to IOS 6 on my Ipad2 it not possible to go to month view of March 2013 in the calendar app?
    on my Ipone with IOS there is no problem
    is Apple aware of this problem?
    When will it be solved?

    Packrat74 wrote:
    Probably the app developers fault but then Apple needs to warn people about compatiblity of apps... I will add a review note to TOP 3 to warn people
    If it is an app compatibility issue - it IS the app developers responsibility to make sure that they update their apps in order to work with the new iOS. Apple owes no users a warning whatsoever. Common sense tells me that a very old app that has not been updated for the last two iOS updates just might not make the grade in the third iOS release since the app came out.
    I can't even find an App called Top 3 Solitaire in the U.S. App Store. Perhaps the app was so old and it hasn't been updated in so long so it was pulled from the App Store.

  • HT4743 Why isn't episode 5 of Rizzoli&Isles available on iTunes Store yet ? It's usually available the day after it have been aired. Ep 5 was aired tuesday 23rd, but is still not possible to watch in iTunes..

    Hi,
    Why isn't episode 5 of Rizzoli&Isles available on iTunes Store yet ? It's usually available the day after it's aired. Ep 5 was aired tuesday 23rd, but is still not possible to watch in iTunes..
    Thanks,
    Rennuss

    Ask the content provider.

  • Why it is not possible to install apps on an SD card on a Win 8.1 tablet?

    Why it is not possible to install apps on an SD card on a Win 8.1 tablet? If it is possible to install apps on SD card in Windows phone 8.1, why is it not possible on Windows 8.1? What sort of design philosophy you follow that gives better features on
    a mobile version of the OS but not on the parent OS? Kindly explain if you can!

    Hello,
    I'd ask in the
    Windows 8.1 forum on Microsoft Community.
    As the Microsoft Community is on a different platform, we cannot move the question for you.
    Once there, click on Participate near the top of the screen, and select 'Ask a Question' or 'Start a Discussion':
    Karl
    When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer.
    My Blog: Unlock PowerShell
    My Book:
    Windows PowerShell 2.0 Bible
    My E-mail: -join ('6F6C646B61726C406F75746C6F6F6B2E636F6D'-split'(?<=\G.{2})'|%{if($_){[char][int]"0x$_"}})

  • NTLM Authentication : why is it not possible to create more than one NTLM realm ?

    Hello,
    I'm wondering why it is not possible to create more than one NTLM realm on a wsa.
    Can you explain exactly what is the blocking point ?
    Thanks in advance
    Regards

    Well, at this point (pre 7.5), there isn't an agent, the WSA is joined to the domain, just like a Windows box, it authenticates via that trust relationship.  From that point it is all based on how NT/Active Directory domains work.   As long as there is a trust between the domains, you can can auth users from as many domains as you like.
    There is an agent in the works.  The ADAgent will be released with 7.5.  The code is already available, it was released with the ASA ver 8.4, and it will be used to pass authentication info to the WSA.  At this point, current versions still require trust relationships between all of the domains touched.
    Taken from the setup guide: http://www.cisco.com/en/US/docs/security/ibf/setup_guide/ibf10_install.html#wp1054011
    Before you configure even a single domain controller machine using the
    adacfg dc create
    command, ensure that the AD Agent machine is first joined to a domain (for example, domain
    J
    ) that has a trust relationship with each and every domain (for example, domain
    D[i]
    ) that it will monitor for user authentications (through the domain controller machines that you will be configuring on the AD Agent machine).
    Depending on your Active Directory domain structure, the following scenarios are possible:
    1. Single Forest, Single Domain—There is only one domain, D[i] for all domain controller machines, which is one and the same as domain J. The AD Agent machine must first be joined to this single domain, and since no other domains are involved, there is no need to configure any trust relationship with any other domain.
    2. Single Forest, Multiple Domains—All the domains in a single forest already have an inherent two-way trust relationship with each other. Thus, the AD Agent must first be joined to one of the domains, J, in this forest, with this domain J not necessarily being identical to any of the domains D[i] corresponding to the domain controller machines. Because of the inherent trust relationship between domain J and each of the domains D[i], there is no need to explicitly configure any trust relationships.
    3. Multiple Forests, Multiple Domains—It is possible that domain J might belong to a forest that is different than the forest to which one or more of the domains D[i] corresponding to the domain controller machines belong. In this case, you must explicitly ensure that each of the domains D[i] has an effective trust relationship with domain J, in at least one of the following two ways:
    a. A two-way external trust relationship can be established between the two domains, D[i] and J
    b. A two-way forest trust relationship can be established between the the forest corresponding to domain D[i] and the forest corresponding to domain J

Maybe you are looking for

  • How to force open apps to close on auto logoff?

    Can anyone help me? Several family members use my iMac under a single profile, the ADMIN profile (I know - misteak!). Well, now I want change this. I plan to create an account for each user. Then, because everyone is used to leaving apps open and wal

  • Split message using BPM

    Hi Experts I am getting the request through HTTP which i want to split using BPM and send each splitted message to synchronous step and get the response for each splitted message I have gone through the following blog /people/sudharshan.aravamudan/bl

  • Agreements / Contracts

    Hello All Do we have a comprehensive agreement or a contract management functionality in any of the SAP components SAP ERP SAP CRM SAP TPM pl do provide a link which would give an overview on the Business benefits perspective:- JS

  • Use share located at server without SCCM roles

    Hi, The scenario is the following: sccm 2012 R2. 2 servers: first one is the server where sccm was installed and is DP too. Second server only is DP. I need to deploy aditional software which source files are located at third server (without sccm rol

  • Limited WiFi on Lenovo G580

    Good morning.  I work for a school district and we let students bring in their own devices.  I have a student that has a Lenovo G580 running Windows 8 that can't get connected to our WiFi.  We have attempted to connect to both our Guest Network (that