Error getting drill information in OBIEE 11.1.1.5

Guru's,
in OBIEE 11.1.1.5 I created a simple report with 3 columns: the year column from a time dimension table, a measure from a fact table and column from another dimension table. The report shows the results as expected. But when I try to drill down on a year I get the following error:
Error getting drill information: SELECT "Time"."Cal Year" saw_0, "Requests"."Time"."Cal Half Name" saw_1, "Facts"."Requests" saw_2, "Merchant"."Merchantname" saw_3, DESCRIPTOR_IDOF("Requests"."Merchant"."Merchantname") saw_4 FROM "Requests" WHERE "Requests"."Time"."Cal Year" = 2010 =
Error Details
Error Codes: YQCO4T56:OPR4ONWY:U9IM8TAC:OI2DL65P
Location: saw.views.evc.activate, saw.httpserver.processrequest, saw.rpc.server.responder, saw.rpc.server, saw.rpc.server.handleConnection, saw.rpc.server.dispatch, saw.threadpool, saw.threadpool, saw.threads
Odbc driver returned an error (SQLExecDirectW).
+State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43113] Message returned from OBIS. [nQSError: 27002] Near <=>: Syntax error [nQSError: 26012] . (HY000)+
+SQL Issued: {call NQSGetLevelDrillability('SELECT "Time"."Cal Year" saw_0, "Requests"."Time"."Cal Half Name" saw_1, "Facts"."Requests" saw_2, "Merchant"."Merchantname" saw_3, DESCRIPTOR_IDOF("Requests"."Merchant"."Merchantname") saw_4 FROM "Requests" WHERE "Requests"."Time"."Cal Year" = 2010 = ')}+
It also creates an empty filter condition when drilling down: *sawx:exprsawx:comparisonequal is equal to / is in  [missing value]      [Edit Filter]*
Also notice the extra equal sign in the generated query which is causing the problem.
The time hierarchy is set up correctly in the repository (with keys on the levels, etc.) and no preferred drillpath or anything special.
If you have any hint or solution for this problem please let me know.
Kind regards,
Quinten

I found out this occurs when you have 'double column' columns (columns with a Descriptor ID set in the repository) in your report. When you try to drill down on any dimension you will get this error. I reproduced this on the Sample App installation. This seems like a bug.

Similar Messages

  • Error getting drill information

    Any ideas what this error means? I just have a report showing the day date and a count metric with a filter stating date>current_date (variable). The variable works fine.
    Error getting drill information: SELECT "- Flight Date"."Flown Calendar Date" saw_0, "- Coupon"."Coupons Sold" saw_1 FROM Core WHERE "- Flight Date"."Flown Calendar Date" >= VALUEOF(current_date)
    Error Details
    Error Codes: YQCO4T56:OPR4ONWY:U9IM8TAC:OI2DL65P
    Odbc driver returned an error (SQLExecDirectW).
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 27002] Near <current_date>: Syntax error [nQSError: 26012] . (HY000)
    SQL Issued: {call NQSGetLevelDrillability('SELECT "- Flight Date"."Flown Calendar Date" saw_0, "- Coupon"."Coupons Sold" saw_1 FROM Core WHERE "- Flight Date"."Flown Calendar Date" >= VALUEOF(current_date)')}
    Thanks,
    Kath

    I have the same exact problem, and would like a solution as well.
    Sorry for the dutch errorcode text.
    Fout bij het ophalen van gegevens bij zoeken op lager niveau: SELECT "dim - Datum".Datum saw_0 FROM InkoopMonitorDemo
    Foutdetails
    Foutcodes: YQCO4T56:OPR4ONWY:U9IM8TAC:OI2DL65P
    ODBC-driver heeft een fout teruggegeven (SQLExecDirectW).
    Toestand: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 27005] Unresolved column: "dim - Datum"."Datum". (HY000)
    SQL-opdracht: {call NQSGetLevelDrillability('SELECT "dim - Datum".Datum saw_0 FROM InkoopMonitorDemo')}

  • Error getting drill down

    Error getting drill information: SELECT SUBSTRING(cast(etxnmistopbr.month_year as char) FROM 1 FOR 11) saw_0, etxnmistopbr.tot_txns saw_1, cast(etxnmistopbr.month_year as date) saw_2 FROM "Dly Channel" WHERE cast(etxnmistopbr.month_year as date) between ('2012-03-31','2012-10-31')
    Error Details
    Error Codes: YQCO4T56:OPR4ONWY:U9IM8TAC:OI2DL65P
    Odbc driver returned an error (SQLExecDirectW).
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 27002] Near <,>: Syntax error [nQSError: 26012] . (HY000)
    Please help me y the above error occurs
    month_year is stored as datetime in sybase database

    Your logical query is wrong; when you use between operator you need to use AND
    SELECT SUBSTRING(cast(etxnmistopbr.month_year as char) FROM 1 FOR 11) saw_0, etxnmistopbr.tot_txns saw_1, cast(etxnmistopbr.month_year as date) saw_2 FROM "Dly Channel" WHERE cast(etxnmistopbr.month_year as date) between ('2012-03-31','2012-10-31')
    Or else use IN operator instead of Between
    Appreciate if you mark as correct
    Edited by: Srini VEERAVALLI on Dec 29, 2012 10:37 AM

  • XSchema: How to get (more) Information about validation errors?

    I changed the file car.xml to have an invalid xml-file, then
    i validate the demo car.xml using the demo programm xsdtest.
    I got the following error message:
    In line 7 of car.xml:
    LSX-00290: invalid enumeration choice "Hugo"
    LSX-00213: only 0 occurrences of particle "sequence", minimum is 1
    Validation failed, error 213
    The first 2 lines are dumped from the SchemaProzessor. Unfortunatly there is no
    possibility to get this information with a methodcall or by return value
    to use for further processing!
    The only thing i got controlled back is the error code 213.
    But how do i get the correspondening errortext ? What means error 213 ?
    So here is my suggestion:
    Please give accurate information about validation errors! Including:
    1) The position where the error occurred. (maybe in XPath notation)
    2) An error Number to classify the error (Including a possibility to resolve the errormessage via program.)
    3) An error text for the specific case : (for example : invalid enumeration choice "Hugo")
    Please give this information in a struct back or provide methods on the
    Xschema prozessor.
    Otherwise the XSchema support is useless!!!!!
    Sorry for my bad English & Greetings
    Martin Frenzel
    By the way: The XDK for Java uses a different Error Messages !!!! But there is the same problem...

    1.How to check when user last time login to database.AUDIT
    2.If user account is lock why it is locked? if it is locked by trying to loing with wrong password how to check how many times he attempted with wrong password...and other reasons alsoCheck Profile For this user and attr.
    3.Wheni was trying to select user expire date it is showing empty value...can we check expire date through querys or we need to check profile?
    SQL> select EXPIRY_DATE from dba_users ;
    EXPIRY_DA
    24-SEP-11
    24-SEP-11
    24-SEP-11
    24-SEP-11
    24-SEP-11
    24-SEP-11
    24-SEP-11
    23-MAY-13
    24-SEP-11
    24-SEP-11
    24-SEP-11 check
    expiry_date in dba_users is null
    4.How to check when he was reset his password last time.SELECT PTIME FROM SYS.USER$;

  • Error getting CSS support information for driver [HsvAdmDriver]

    Hi all,
    we have installed HFM on Win2003 x64 EE server. Everything is working correctly, but we are not able to create a connection to HFM data source in Web Analysis.
    Following error occurs:
    4010 Error: Error Getting CSS Support Information For Driver HsvADMDriver; Nested Exception Is: Com.Hyperion.Ap.APException:
    Does anyone know how to fix this?
    Regards,
    Vladino

    Hi Vladino,
    What version of HFM are you on?
    Do you have the ADM driver and HFM client installed on your Web Analysis server along with the HFM server and/or cluster being registered on the Web Analysis server?
    Regards,
    John A. Booth
    http://www.metavero.com

  • Error getting CSS support information for driver [com.hyperion.ap.hsp.HspAd

    Hi everybody, I have the next message:
    Error getting CSS support information for driver [com.hyperion.ap.hsp.HspAdmDriver]
    when I try to make a DB connection from Financial Reporting Studio in my local machine. In the server everything works fine.
    EPM 11.1.2.1
    Oracle 11g
    Windows Server 2008
    Does anyone have an idea on how to fix it?
    Thanks in advance.
    Israel Fuentes
    [email protected]

    Did you ever get this resolved? I am having the same issue. I suspect firewall.
    thanks,

  • N96 Error Cannot get enough information about the ...

    I am getting error
    "Error Cannot get enough information about the phone[3]
    "Unspecified error [1]"
    i downloaded the http://static.s2g.gate5.de/nokiamaps-client/nokia_ maps_3.01_09wk44_b01_s60_3.1_lm_rom.sis , but i am getting no signal and i cant sync my favorites...
    anyone?

    problem solve..check this link!!!
    /t5/Maps-Navigation-and-GPS/E75-Maps-Updater-Error-Cannot-get-enough-information-about/m-p/673980

  • "Error getting CSS  support information for driver[HsvAdmDriver]" in HFM

    Can anyone suggest a workaround for the error message:
    "Error getting CSS support information for driver[HsvAdmDriver]"

    For anyone else experiencing this problem, install the ADM Client on the server(s) involved and restart the services. After this, we had no more problems in HFM

  • Trying to buy, get "We're sorry, we have encountered an error processing this information. Please try submitting again later, or try using a different web browser. If the problem persists, please contact customer support."

    trying to buy, get "We're sorry, we have encountered an error processing this information. Please try submitting again later, or try using a different web browser. If the problem persists, please contact customer support."

    Moving this discussion to the Adobe Creative Cloud forum.
    Cock please try a different web browser.  If you continue to face difficulties then you can contact our support team directly at Get help with orders, refunds, and exchanges.

  • I keep getting the following message after I download a book and try to open the book from my downloads (in finder) Error getting License. License Server Communication Problem: E_ACT_NOT_READY. It gives me no other information and no options other than to

    I don't really know what to do. I download a book from my library and it then goes to my download folder in finder (I have a macbook pro). When I double click on the downloaded book to open, digital editions comes up and then I get the following message
    Error getting License. License Server Communication Problem:
    E_ACT_NOT_READY
    The only option I have at that point is to close the window. My computer is registered/authorized and I have tried everything I can think of but can't get the books to download into adobe digital editions.
    Help please

    I am having this exact issue. I just downloaded a book and went to open it and got this exact problem.
    I purchased he book through indigo/kobo edition and paid for it and immediately went to open it and am getting the same error
    Error getting License. License Server Communication Problem only mine says  Bad Device key after.
    Not sure why someone has not answered this question yet...i am using windows 7 and this is how i always do it. Never had this problem before when purchasing a book.
    i hope someone answers this soon.

  • I get the information while syncronize my iPhone "Not able to open ITunes error libobjc.i386.a.dll is missing" who can help me?

    i get the information while syncronize my iPhone "Not able to open ITunes

    Hi Coreenfrombc,
    If you are having issues with iTunes after an attempted update, you may find the following article helpful:
    iTunes 11.1.4 for Windows: Unable to install or open
    http://support.apple.com/kb/TS5376
    Regards,
    - Brenden

  • Error while deploying RPD in OBIEE 11g (11.1.1.3)

    Hi Friends,
    At times while deploying RPD in OBIEE 11g, I am getting an error, "_*Supplementary information regarding operation: DOMAIN, UNEXPECTED_ERROR;/tmp/zipped-directory.zip (Permission denied)*_".
    We have installed OBIEE over a LINUX machine. I tried to locate this file in the server but was not able to find any such thing. This error happens at random and I am unable to predict the occurrence of this error.
    Can someone guide me how to resolve this issue?

    You have to disable the central configuration:
    http://download.oracle.com/docs/cd/E14571_01/bi.1111/e10541/disable_em.htm#BEIIAEGD
    Change your repository in the file nqsconfig.ini
    and
    change the password if needed in the credential store ...
    http://gerardnico.com/wiki/_detail/dat/obiee/obiee11g_credential_store.jpg?id=dat%3Aobiee%3Acredential
    But if you can't open EM, it will be very difficult and may be you must have to add resource (memory, ...) to your server.
    Regards,
    -Amith.

  • I am using the Order Analysis Toolkit and want to get more information about the compensation for "Reference Signal Processing", which is scarce in the manuals, the website and the examples installed with the toolkit.

    I am using the Order Analysis Toolkit and want to get more information about the compensation for "Reference Signal Processing", which is scarce in the manuals, the website and the examples installed with the toolkit.
    In particular, I am analyzing the example "Even Angle Reference Signal Processing (Digital Tacho, DAQmx).vi", whose documentation I am reproducing in the following:
    <B>DESCRIPTIONS</B>:
    This VI demonstrates how to extract even angle reference signals and remove the slow-roll errors. It uses DAQmx VIs to acquire sound or vibration signals and a digital tachometer signal. This VI includes a two-step process: acquire data at low rotational speed to extract even angle reference; use the even angle reference to remove the errors in the vibration signal acquired at normal operation.
    <B>INSTRUCTIONS</B>:
    1. Run the VI.
    2. On the <B>DAQ Configurations</B> tab, specify the <B>sample rate</B>, <B>samples per channel</B>, device and channel configurations, and tachometer channel information.
    <B>NOTE</B>: You need to use DSA PXI-447x/PXI-446x and PXI TIO device in a PXI chassis to run this example. The DSA device must be in slot 2 of the PXI chassis.
    3. Switch to <B>Extract Even Angle Reference</B> tab. Specify the <B>number of samples to acquire</B> and the <B># of revs in reference</B> which determines the number of samples in even angle reference. Click <B>Start</B> to take a one-shot data acquisition of the vibration and tachometer signals. After the acquisition, you can see the extracted even angle references in <B>Even Angle Reference</B>.
    4. Switch to the <B>Remove Slow-roll Errors</B> tab. Click <B>Start</B> to acquire data continuously and view the compensate results. Click <B>Stop</B> in this tab to stop the acquisition.
    <B>ORDER ANALYSIS VIs USED IN THIS EXAMPLE</B>:
    1. SVL Scale Voltage to EU.vi
    2. OAT Digital Tacho Process.vi
    3. OAT Get Even Angle Reference.vi
    4. OAT Convert to Even Angle Signal.vi
    5. OAT Compensate Even Angle Signal.vi
    My question is: How is the synchronization produced at the time of the compensation ? How is it possible to eliminate the errors in a synchronized fashion with respect to the surface of the shaft bearing in mind that I am acquired data at a low rotation speed in order to get the "even angle reference" and then I use it to remove the errors in the vibration signal acquired at normal operation. In this application both operations are made in different acquisitions, therefore the reference of the correction signal is lost. Is it simply compensated without synchronizing ?
    Our application is based on FPGA and we need to clarity those aspects before implementing the procedure.
    Solved!
    Go to Solution.

    Hi CracKatoA.
    Take a look at the link bellow:
    http://forums.ni.com/ni/board/message?board.id=170&message.id=255126&requireLogin=False
    Regards,
    Filipe Silva

  • Error: "The document information panel was unable to load"

    Hello,
    I have created a custom document content type that uses a specified word template for a sharepoint document library for contracts and offers, and added a few custom columns in the document library as well. The word template launches succesfully when creating a new item in the document library, but the problem arises when I add custom columns to the word template content type. When the document loads in Word, I get the following error: "The Document Information Panel was unable to load. The document will continue to open. For more information, contact your system administrator." And in details:
    "Document Information Panel cannot create a new, blank form.
    Document Information Panel cannot open the form. To fix this problem, contact your system administrator.
    Form template: http://servername/sitename/proppanel.xsn
    The following DataObject either cannot be created or cannot be initialized: list_033AA217-8906-447E-A604-A300F51D4030
    Document Information Panel cannot add the following object to the DataObjects collection: list_033AA217-8906-447E-A604-A300F51D4030
    list_033AA217-8906-447E-A604-A300F51D4030 could not be added to the DataObjects collection.
    The following item already exists in the collection: list_033AA217-8906-447E-A604-A300F51D4030"
    Interestingly enough, I have two web applications running on the same server that I have tried to implement this on, and on the other it works flawlessly, meaning that the Document Information Panel launches successfully and I can edit the columns associated with that content type and store the values in a document library. I have also tried to save the DIP template from the working web application and use it as the default DIP template on the other application, but that doesn't work either.
    I have also tried to browse through all options and configurations in the application settings in CA and SSP, but to no avail. Any suggestions about what might be causing this problem or how to fix it would be greatly appreciated.
    - Sebastian Eriksson

    Hi All,
    I have the same problem with my DIP in already two of my document libraries. Please see below:
    Document Information Panel cannot create a new, blank form.
    Document Information Panel cannot open the form. To fix this problem, contact your system administrator.
    Form template: http://servername/sitename/proppanel.xsn
    The following DataObject either cannot be created or cannot be initialized: list_295E77CD-1C08-4DDC-A188-F86107F9BF60
    Document Information Panel cannot add the following object to the DataObjects collection: list_295E77CD-1C08-4DDC-A188-F86107F9BF60
    list_295E77CD-1C08-4DDC-A188-F86107F9BF60 could not be added to the DataObjects collection.
    The following item already exists in the collection: list_295E77CD-1C08-4DDC-A188-F86107F9BF60
    I have made the same thing that Kirikou has suggested and I was able to recreate the broken library. The problem is that Kirikou's way has failed on my Share Point staging installation:
    [COMException (0x80020009): Exception occurred. (Exception from HRESULT: 0x80020009 (DISP_E_EXCEPTION))]
       Microsoft.SharePoint.Library.SPRequestInternalClass.RenderViewAsHtml(String bstrUrl, String bstrListName, String bstrViewID, String bstrViewXml, String bstrQualifier, ISPDataCallback pDataCallback, Boolean& pbSharedList) +0
       Microsoft.SharePoint.Library.SPRequest.RenderViewAsHtml(String bstrUrl, String bstrListName, String bstrViewID, String bstrViewXml, String bstrQualifier, ISPDataCallback pDataCallback, Boolean& pbSharedList) +125
    [SPException: Exception occurred. (Exception from HRESULT: 0x80020009 (DISP_E_EXCEPTION))]
       Microsoft.SharePoint.Library.SPRequest.RenderViewAsHtml(String bstrUrl, String bstrListName, String bstrViewID, String bstrViewXml, String bstrQualifier, ISPDataCallback pDataCallback, Boolean& pbSharedList) +166
       Microsoft.SharePoint.WebPartPages.ListViewWebPart.RenderView() +4239
       Microsoft.SharePoint.WebPartPages.ListViewWebPart.EnsureData(Int32 token) +658
       Microsoft.SharePoint.WebPartPages.SharePointDataProvider.Execute() +254
       Microsoft.SharePoint.WebPartPages.SPWebPartManager.ActivateV2ConnectionsAndSharePointDataFetch() +139
       Microsoft.SharePoint.WebPartPages.SPWebPartManager.ActivateConnections() +85
       System.Web.UI.WebControls.WebParts.WebPartManager.OnPageLoadComplete(Object sender, EventArgs e) +52
       System.EventHandler.Invoke(Object sender, EventArgs e) +0
       System.Web.UI.Page.OnLoadComplete(EventArgs e) +2063076
       System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1875
    I will be very appreciated if somebody knows what is the reason for this problem.
    Best regards,
    Yordan Nikolov

  • Error in license check - Error getting the hardware key

    Hello,
    I'm trying to run SAP NetWeaver 7.0 - Java and ABAP Trial Version on Linux - VMware Edition
    but I still have a issue to log on, message : "error in license check"
    I try everything I found in forums, I have tested the license, see the trace below.
    I checked too files dev_w*
    It seems there is a problem with server message
    I checked in "dev_ms" file, but nothing has been wrote inside.
    Please could you help ? maybe someone met the same issue and solved it.
    Thanks
    trc file: "dev_slic", trc level: 2, release: "700"
    Test license for SAP SYSTEM: N4S
    rdisp/mshost: n4shost
    rdisp/msserv: sapmsN4S
    MsIAttachEx: connect to n4shost / sapmsN4S
    NiIInit: allocated nitab (2048 at 0xb72fa008)
    NiHsLInit: alloc host/serv bufs (100/100 entries)
    NiHsLGetNodeAddr: got hostname 'n4shost' from operation system
    NiIGetNodeAddr: hostname 'n4shost' = addr 192.168.155.1
    NiHsLGetServNo: got service name 'sapmsN4S' from operation system
    NiIGetServNo: servicename 'sapmsN4S' = port 0E.11/3601
    NiICreateHandle: hdl 0 state NI_INITIAL
    NiIInitSocket: set default settings for new hdl 0 / sock 4 (I4; ST)
    NiIBlockMode: set blockmode for hdl 0 FALSE
    NiITraceByteOrder: CPU byte order: little endian, reverse network, low val .. high val
    NiHsLGetServName: found port number 0E.11/3601 in cache
    NiIGetServName: port 0E.11/3601 = servicename 'sapmsN4S'
    ***LOG Q0I=> NiPConnect2: connect (111: Connection refused) [nixxi.cpp 2769]
    ERROR => NiPConnect2: SiPeekPendConn failed for hdl 0 / sock 4
    "dev_slic" [noeol] 26L, 1378C 1,0-1 Top
    dev_w8
    M Wed Oct 19 11:46:48 2011
    M ***LOG Q16=> ThGetMsHwId, DpMBufHwIdGet (HWID_PENDING) [thxxmbuf.c 512]
    M *** ERROR => SlicLikeyGetHardwareKey: no hwid from MSG server: -1 [sliclikey.c 1250]
    M *** ERROR => wlikey_check_webas: Error getting the hardware key. You might find some information in file "dev_ms" on the message server. [sliclikey.c 1269]
    M ***LOG Q16=> ThGetMsHwId, DpMBufHwIdGet (HWID_PENDING) [thxxmbuf.c 512]
    M *** ERROR => SlicKCheckLicense: did not get hwid from message server [slicch.c 306]
    M *** ERROR => no hwid from msg-server received [likeyapi_w.c 2257]
    M ***LOG Q16=> ThGetMsHwId, DpMBufHwIdGet (HWID_PENDING) [thxxmbuf.c 512]
    M *** ERROR => SlicLikeyGetHardwareKey: no hwid from MSG server: -1 [sliclikey.c 1250]
    M *** ERROR => wlikey_check_webas: Error getting the hardware key. You might find some information in file "dev_ms" on the message server. [sliclikey.c 1269]
    M *** ERROR => ThCheckReqInfo: message send/receive failed [thxxhead.c 17124]
    M
    M Modeinfo for User T8/M0
    M
    M tm state = 2
    M uid = 9
    M term type = 0x2
    M display = 0x0
    M cpic_no = 0
    M cpic_idx = -1
    M usr = >SAPSYS <
    M terminal = > <
    M client = >000<
    M conversation_ID = > <
    M appc_tm_conv_idx = -1
    M its_plugin = NO
    M allowCreateMode = YES
    M blockSoftCanel = NO
    M session_id = >4E9DB1D2B02B3BF6E1000000C0A89B01<
    M ext_session_id = >4E9DB1D2B02B3BF6E1000000C0A89B01<
    M imode = 2
    M mode state = 0x42
    M mode clean_state = 1
    M task_type = ZTTABTC
    M lastThFc = THFCBTC
    M lastAction = TH_IACT_NO_ACTION
    M th_errno = 0
    M rollout_reason = 0
    M last_rollout_level = 7
    M async_receives = 0
    M cpic_receive = 0
    M em handle = 2
    M roll state = 2
    M abap state = 2
    M em state = 3
    M eg state = 1
    M spa state = 3
    M enq state = 0
    M softcancel = 0
    M next hook = T-1/U-1/M255
    M master hook = T-1/U-1/M255
    M slave hook = T-1/U-1/M255
    M debug_tid = 255
    M debug_mode = 0
    M mode type = 0x1
    M debug = 0
    M msg_count = 31
    M tcode = > <
    M client conversation_ID = > <
    M server conversation_ID = > <
    M lock = 0
    M max enq infos = 0
    M act enq infos = 0
    M em_hyper_hdl = 0xa665a3b0
    M plugin_info = NULL
    M act_plugin_hdl = -1
    M act_plugin_no = 0
    M max_plugin_no = 0
    M async_receives = 0
    M vm = no VM
    M
    M *** ERROR => ThMBufFullRead: ThOpcodeToMsg [thxxmbuf.c 225]
    M *** ERROR => ThMBufGet: ThMBufFullRead [thxxmbuf.c 183]
    L *** ERROR => BtcEvtRaise: ThScheduler failed (target=, rc=4) [btcevt.c 223]
    L *** ERROR => BtcEojRaise: BtcEvtRaise failed: jobname=BI_WRITE_PROT_TO_APPLLOG , jobcount=11414801, status=A [btcevt.c 52]

    Hi,
    As you are running a Trial version, I do not think HA/ASCS would be relevant for you.
    As you found in the dev_ms trace, the port 3601 for message server is not accessible:
    NiIGetServName: port 0E.11/3601 = servicename 'sapmsN4S'
    ***LOG Q0I=> NiPConnect2: connect (111: Connection refused) http://nixxi.cpp 2769
    ERROR => NiPConnect2: SiPeekPendConn failed for hdl 0 / sock 4
    Check via command netstat if the port 3601 is free for use. The hardware key is obtained from message server and since this port is not available, neither is the message server/the hardware key. Perhaps a VM restart could also help.
    Regards,
    Srikishan

Maybe you are looking for

  • Wrong approver for shopping cart

    Hi Friends, I've found something very strange in my SRM system for Shopping cart approveal process. One of my SC is waiting for approaval by a approver who is assigned to different plant  and he has got nothing to do with this SC. The SC's basic data

  • Ora-01990 error in opening the password file

    Hi, I created a password file by using orapwd utility. Then later on I modified the remote_login_passwordfile in the spfile by giving the command: sql> alter system set remote_login_passwordfile=exclusive scope=spfile. Then it is altered. Later on I

  • How to play MIDI files on Firefox for Android?

    When I click on a link in a web page at points to a MIDI file (that has a .mid file extension), I receive a error stating that it cannot play the audio file. In the desktop version of Firefox, there typically is a way to associate external applicatio

  • I can't turn off wifi with Control Center

    I can't turn off wifi with Control Center after updated ios 7.0.6

  • Need sql query to get OIM request pending approval details for one user

    HI OIM Guru, It would be great help if someone can provide me sql query by which i can find out how many requests are pending for approval for one user ?