The dreaded frm-92101 when executing a database package :-(

Hiya gang! Forms 10g on WIN2K hitting oracle database 10g.
We have a database package with a function that calls the oracle dbms_ldap functions to do an ldap lookup in order to verify an ID. I can run it from SQL/Plus and it returns just fine.
Connected with the same ID in forms causes frm-92101 (forms server failure) to happen. I know this is a catch-all error (which drives me nuts, this is a tool written for developers, by developers, we need more info to troubleshoot errors for crying out loud!) but I'm hoping someone out here will have run across this. Here's the code just in case:
        rc PLS_INTEGER;
     rc := ldap_security.ldap_login_verify(:control.login, :control.passwd);
     if rc = 1 then
          message('verified',acknowledge);
     else
          message('verification failed',acknowledge);
     end if;Now I don't believe its the function itself, as it runs just fine from SQL/Plus. It's got to be something to do with calling it from forms.
I put it up on the app server (solaris) and I get the same error there as when running it from my PC.
Has anyone had success with validating via ldap from forms?
Thanks for any info,
Gary
Message was edited by:
Gary

DOH!
Just before the call to the ldap_security function, I issue a logon statement. The trouble was, I had originally coded an on_logon trigger with the text of "null;" when I created the form and promptly forgot about it.
When logon was called, control went to the on-logon trigger which just exits. It bombed because I wasn't really logged in! You mean to tell me forms could not tell me I wasn't logged in but just gave the frm-92101 error!?
If you issue a select without being logged in, you get a "not connected to Oracle" message. If you try to run a database function inside a package, you get the frm-92101 error.
Anyway, I deleted the on-logon trigger and all is good.
Gary
Message was edited by:
Gary

Similar Messages

  • FRM-92101 when creating excel file through webutil

    I am getting forms error FRM-92101 error when loading a large amount of records into an excel file using webutil
    FRM-92101
    A Network Error has occurred
    The forms client has attempted to reconnect to the server 1 time(s) without success
    I can successfully create the excel file without the the FRM-92101 when loading only 100 out of 2,000 records from the datablock.
    But if I try to load 1,000 out of the 2,000 records then in the middle of the loading process I get the FRM-92101 error.
    What is causing this error? A timeout issue with forms? How much the excel file can actually handle? Could it be an security issue on the network?
    What can be done to remedy the problem? Just save data little bits at a time?
    Thanks,
    Michelle

    I was running the form from my DS and when I put the form on the application server there were no FRM-92101 errors.
    I'm not sure why running the form from my DS caused this error and running the form from the application server didn't?
    Thanks,
    Michelle

  • F110: Regulate the usage of UPD when executing automatic payment

    Hi all,
    Thank you for your advice always.
    Did anyone have a know-how to regulate the usage of UPD, when executing automatic payment?
    At first, the program uses a BGD process in the application server specified in "target computer", but it seems to submit tasks to UPD process in all application servers. As a result, all UPD processes are occupied, and other tasks become unprocessed.
    Additional info: in our environment, end users usually logon through logon group over four application servers. Do you think we can solve this problem by asking end users to logon to the specific application server?
    Otherwise, I assume there will be two approaches for this problem.
    One is to execute automatic payment carefully in order to avoid long time occupation of the UPD processes, even if we can not stop UPD processes being occupied for some time. Currently in our system, UPD processes are occupied for long time (e.g. 1 hour) Another approach is to regulate the usage of UPD as I wrote above. It's approach from the Basis system administration.
    Any comment will be very appreciated.
    Best Regards,
    Norifumi

    Hi all,
    Thank you for your advice always.
    Did anyone have a know-how to regulate the usage of UPD, when executing automatic payment?
    At first, the program uses a BGD process in the application server specified in "target computer", but it seems to submit tasks to UPD process in all application servers. As a result, all UPD processes are occupied, and other tasks become unprocessed.
    Additional info: in our environment, end users usually logon through logon group over four application servers. Do you think we can solve this problem by asking end users to logon to the specific application server?
    Otherwise, I assume there will be two approaches for this problem.
    One is to execute automatic payment carefully in order to avoid long time occupation of the UPD processes, even if we can not stop UPD processes being occupied for some time. Currently in our system, UPD processes are occupied for long time (e.g. 1 hour) Another approach is to regulate the usage of UPD as I wrote above. It's approach from the Basis system administration.
    Any comment will be very appreciated.
    Best Regards,
    Norifumi

  • Frm-92101 when try to run the test form

    dear all,
    i have just install OAS 10g rel 2 on windows 2003 server
    when i try to call http://apps10
    - where apps10 is the server name -
    welocme sreen get ok
    when i try to access a test form
    http://apps10/forms/frmservlet?form=test.fmx
    i got frm error frm-92101 and details are following :
    proxyHost=null
    proxyPort=0
    connectMode=HTTP, native.
    oracle.forms.net.ConnectionException: Forms session <4> failed during startup: no response from runtime process
         at oracle.forms.net.HTTPNStream.getInfoFromServlet(Unknown Source)
         at oracle.forms.net.HTTPNStream.<init>(Unknown Source)
         at oracle.forms.net.HTTPConnection.connect(Unknown Source)
         at oracle.forms.engine.FormsDispatcher.initConnection(Unknown Source)
         at oracle.forms.engine.FormsDispatcher.init(Unknown Source)
         at oracle.forms.engine.Runform.initConnection(Unknown Source)
         at oracle.forms.engine.Runform.startRunform(Unknown Source)
         at oracle.forms.engine.Main.createRunform(Unknown Source)
         at oracle.forms.engine.Main.start(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)

    Are you sure that all the file in the project is execuatable ?
    What error number you are getting, Can you post your VI.
    Kudos are always welcome if you got solution to some extent.
    I need my difficulties because they are necessary to enjoy my success.
    --Ranjeet

  • FRM-92101 when openning a particular form

    Hello,
    When opening a particular form, users are encountering the error message:
    FRM-92101: There was a failure in the forms server during startup. This could happen due to invalid configuration
    We have many more forms in the application. Those are working fine.
    Details:
    OAS is 10.1.2.0.2 on windows 2003 server
    Database 10.2
    Could you please have a look on the issue.
    Regards,
    murali

    Hi,
    If you have access to metalink I recommend you this note :
    [url https://support.oracle.com/CSP/main/article?cmd=show&id=189867.1&type=Not]Master Note for: Forms: 9.x and 10.x: Troubleshooting FRM-92050, FRM-921xx [ID 189867.1]
    I also use a tip when I encounter this problem that consist on making a search/replace pl/sql : search the string "*;*" and replace it by the same "*;*" .
    That make to whole forms to be recompile for sure.
    And it works for me.
    Regards
    JeanYves

  • FRM-92101 when tringing to display jpg.

    Hi all,
    We have a form that displays the blob held in the database. It is saved as a JPG and uploaded but when we open the form we get FRM-92101 and the applet crashes.
    If we resave the jpg in paint or another such program it is fine so we know the image must be corrupt or in an incorrect format.
    Can anyone suggest a way of checking the validity of an image to ensure it is viewable on the form before we upload so we can stop people doing this?
    We run 10.1.2.3 application server with 10.2.0.5.0 database
    Thanks

    Hi, yes this is what i am trying to do. Before uploading the JPG, check it is a valid file.
    Not sure how i can check this, as when i display it just crashes the forms applet.
    I was trying to find the valid format in this thread but had not had any input.
    Valid TIFF, JPG images

  • FRM-92101 when trying to launch test.fmx on new installation

    Hi,
    I installed AS10g 10.1.2.0.2 Infrastructure and BI Forms on OEL5, installation seemed to go fine, but when I tried to launch the demonstration form, I get this FRM-92101 error and a Java exception notification in the applet window. I'm pretty sure I have installed all the dependencies & prereqs. The global-application.log says:
    12/04/04 16:00:11 dms: Stopped
    12/04/04 16:00:11 defaultWebApp: Stopped
    12/04/04 16:00:11 Stopped (shutdown executed by jazn.com/admin from 127.0.0.1(localhost.localdomain))
    The Application log tells me the form session failed because there was an error loading shared libraries: libXm.so.2
    When I 'locate' this libXm.so.2 its there in $ORACLE_HOME/lib
    Can someone please point me in the right direction on this?
    Sean

    I recommend double-checking all of the configuration changes you made to ensure there are no typo's and all of the required libraries are referenced. For example, I've see where people have removed the frmall.jar assignment to the archive variable in the formsweb.cfg (archive=frmall.jar).
    Craig...

  • FRM-92101 when scrolling through a data block on a form

    Folks,
    We recently converted a Forms 6i application to Forms 10g (re-compiled, little changes were requested). Running against an Oracle 10g database (10.1.2.3) on a Solaris server.
    When users scroll through the data block on a canavas after about 2 or 3 screens t hy get the wonderful error message FRM-92101, talking about an error in the Forms Server at startup... (Kinda silly since it is AFTER the Form has started running, but beyond the point).
    I have tried adjusting the # of rows buffered for datablock (started out at 0, changed to 25, 50, 100) and rows to display at once to 1, 10, 16 and we still keep getting this error.
    Can anybody suggest an solution or point me in the right direction to solve this issue?
    Thank you,
    Tony Miller| Consultant | MRE Consulting, Ltd.
    3333 Richmond | Suite 300 | Houston, Texas 77098 [email protected] | 713-844-6211 Consulting | Infrastructure | Outsourcing | Staffing

    Tony,
    I don't have your correct email address. Drop me a line at [email protected]
    Thanks,
    Monty

  • FRM-92101 when trying to run forms from Forms Builder 10g

    I have been struggling with this for a few days now and have tried multiple solutions around on these forums without any resolution yet!
    Trying to run Forms Builder on a Windows XP machine with Oracle Development Suite 10.1.2.0.2 installed in its own ORACLE_HOME. The installation completes succesfully and I can start the OC4J instance.
    1) When I open up Forms Builder and pull up the test.fmb form and try to run it, I get the following error:
    FRM-92101: There was a failure in the Forms Server during startup. This could happen due to invalid configuration. Please look into the web-server log file for details.
    On clicking 'Details' the following errors are displayed:
    Java Exception:
    oracle.forms.netConnectionException: Forms session <1> aborted: unable to communicate with runtime process.
    2) The ORACLE_HOME\j2ee\DevSuite\application-deployments\forms\application.log includes the following errors:
    11/11/25 10:02:23 formsweb: RunformProcess.connect(): failed !
    11/11/25 10:02:23 formsweb: Forms session <1> aborted: unable to communicate with runtime process.
    11/11/25 10:02:23 formsweb: Forms session <1> exception stack trace:
    java.net.ConnectException: Connection refused: connect
         at java.net.PlainSocketImpl.socketConnect(Native Method)
         at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)
         at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:171)
         at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158)
         at java.net.Socket.connect(Socket.java:452)
         at java.net.Socket.connect(Socket.java:402)
         at java.net.Socket.<init>(Socket.java:309)
         at java.net.Socket.<init>(Socket.java:153)
         at oracle.forms.servlet.RunformProcess.connect(Unknown Source)
         at oracle.forms.servlet.RunformProcess.dataToRunform(Unknown Source)
         at oracle.forms.servlet.RunformSession.dataToRunform(Unknown Source)
         at oracle.forms.servlet.ListenerServlet.doPost(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:824)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:285)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:126)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:534)
    3) The Java console has the following error:
    oracle.forms.net.ConnectionException: Forms session <1> aborted: unable to communicate with runtime process.
         at oracle.forms.net.ConnectionException.createConnectionException(Unknown Source)
         at oracle.forms.net.HTTPNStream.getResponse(Unknown Source)
         at oracle.forms.net.HTTPNStream.doFlush(Unknown Source)
         at oracle.forms.net.HTTPNStream.flush(Unknown Source)
         at java.io.DataOutputStream.flush(Unknown Source)
         at oracle.forms.net.HTTPConnection.connect(Unknown Source)
         at oracle.forms.engine.FormsDispatcher.initConnection(Unknown Source)
         at oracle.forms.engine.FormsDispatcher.init(Unknown Source)
         at oracle.forms.engine.Runform.initConnection(Unknown Source)
         at oracle.forms.engine.Runform.startRunform(Unknown Source)
         at oracle.forms.engine.Main.createRunform(Unknown Source)
         at oracle.forms.engine.Main.start(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Opening http://127.0.0.1:8889/forms/java/oracle/forms/engine/RunformBundle_en_GB.class
    Connecting http://127.0.0.1:8889/forms/java/oracle/forms/engine/RunformBundle_en_GB.class with no proxy
    Opening http://127.0.0.1:8889/forms/java/oracle/forms/engine/RunformBundle_en_GB.properties
    Connecting http://127.0.0.1:8889/forms/java/oracle/forms/engine/RunformBundle_en_GB.properties with no proxy
    Opening http://127.0.0.1:8889/forms/java/oracle/ewt/alert/resource/AlertBundle_en_GB.class
    Connecting http://127.0.0.1:8889/forms/java/oracle/ewt/alert/resource/AlertBundle_en_GB.class with no proxy
    Opening http://127.0.0.1:8889/forms/java/oracle/ewt/alert/resource/AlertBundle_en_GB.properties
    Connecting http://127.0.0.1:8889/forms/java/oracle/ewt/alert/resource/AlertBundle_en_GB.properties with no proxy
    Any inputs will be greatly appreciated.

    Same issue here... Been trying to get this working since a week now. I tried all the solutions like memory heap and all but no luck.
    One thing that I would like to know is that, in some threads the resolution was to recompile the INS_FORMS.MK file under /forms/lib32 but with my installation I don't have that "lib32" folder under /forms/ and I can not even find that file anywhere in my entire installation.
    I am using 12.1.1 on Windows Server 2008.
    Any help or guidelines is greatly appreciated.
    Santhosh.

  • FRM-92101 when password expired

    Hi there,
    I have a custom login form. If the user's password has expired i am getting FRM-92101 error.
    This is the code i have when the user clicks on connect button
    IF (lv_errnum = 28001) -- password expired
    THEN
    al_id := FIND_ALERT ('ERRS');
    SET_ALERT_PROPERTY
    (al_id,
    alert_message_text,
    'Your password has expired. Please enter a new password in the next pop up window.'
    al_button := SHOW_ALERT (al_id);
    LOGOUT;
    LOGON (:logon_block.username,
    :logon_block.PASSWORD || '@' || :logon_block.dbconnect,
    TRUE
    RETURN TRUE;
    At LOGON, 92101 is occuring, oracle's default change password block is not popping up. I want it to pop up.
    Can anybody help me??
    Thanks

    Instead of hardcoding values, i created another datablock to accept new values and moved LOGON to the OK button.
    My old code has been modified as
    ELSIF (lv_errnum = 28001) -- password expired
    THEN
    al_id := FIND_ALERT ('ERRS');
    SET_ALERT_PROPERTY
    (al_id,
    alert_message_text,
    'Your password has expired. Please enter a new password in the next pop up window.'
    al_button := SHOW_ALERT (al_id);
    message('before msg level');
    message('before change pwd');
    go_block('Chg_pwd');
    RETURN TRUE;
    When button pressed for OK button
    message('begin ok button');
    LOGON(LOGON (:chg_pwd.uname,
    :chg_pwd.new_pwd || '@' || :logon_block.dbconnect,
    TRUE
    Even before message, 'before change pwd' shows up, 92101 pops up.
    I have another question, how do you force oracle default password change pop up to show up?
    Thanks

  • FRM-92101 when calling forms.

    Hello Everybody!!
    I'm trying to call a form from another using: web.show_document('http://tierra.cantv.net:7778/forms90/f90servlet?config=webutil&form=ADJUNTAR_ARCHIVO&id_caso=' || :id_caso); inside a push button.
    My first form (the caller) run fine, but when i push the button a FRM-92101 appear in the applet of the second form (the calle).
    The complet mesagge of this error is "A failure has ocurred on the server. You will need to reestablish your session"...I don´t know why the session was lost.
    My forms version is 9.0.2.9.0 and the AS version is 9i rel 2.
    Thanks so much.
    Beatriz.

    Thanks for your answer Frank!
    Can you refer me a link to read about this known issue, or doesn't have solution in 9i? :S...in this momment i can't install 10g :(
    Beatriz.

  • FRM-92101 when user tries to log on with invalid password

    Hi,
    We have the following issue.
    When users try to log on to our webforms applications with correct user name and password everything works fine.
    When they try to logon and use (by accident) an incorrect password they do not get the expected ORA-1017 invalid username/password; logon denied but a FRM-92101 - There was a failure in the Forms Server during startup ....
    Any help is appreciated!

    B.t.w. the application.log on the Oracle Application Server shows the error text:
    java.io.IOException: FRM-93000: unexpected internal error.
    Details: No HTTP headers received from runform
    at oracle.forms.servlet.ListenerServlet.forwardResponseFromRunform(Unknown Source)
    at oracle.forms.servlet.ListenerServlet.doPost(Unknown Source)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:824)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:224)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:133)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
    at java.lang.Thread.run(Thread.java:534).

  • Check database integrity throws 665 error when executing check database integrity task in SSMS.

    I have read all other cases that relate to this error and cannot get this to work. Running SQL Server 2012 sp1 on Windows server 2012 R2. Disk space and permissions are fine, but I get the error below when I try and use the check database integrity task
    within my maintenance plan on both system and user databases. I have researched this and fragmentation is not the issue. I'm lost at this point and would appreciate at least some steps to try. databases are not "read only" as I have read this may
    contribute to the problem. All other maintenance tasks run fine.
    Error message from SQL LOG
    Check Database integrity on Local server connection
    Databases: All system databases
    Task start: 2014-01-13T11:00:04.
    Task end: 2014-01-13T11:00:04.
    Failed:(-1073548784) Executing the query "DBCC CHECKDB(N'master', NOINDEX)
    " failed with the following error: "A database snapshot cannot be created because it failed to start.
    A database snapshot cannot be created because it failed to start.
    MODIFY FILE encountered operating system error 665(The requested operation could not be completed due to a file system limitation) while attempting to expand the physical file 'E:\\SQLdata\\MSSQL11.MSSQLSERVER\\MSSQL\\DATA\\master.mdf:MSSQL_DBCC9'.
    The database snapshot for online checks could not be created. Either the reason is given in a previous error or one of the underlying volumes does not support sparse files or alternate streams. Attempting to get exclusive access to run checks offline.
    The database could not be exclusively locked to perform the operation.
    Check statement aborted. The database could not be checked as a database snapshot could not be created and the database or table could not be locked. See Books Online for details of when this behavior is expected and what workarounds exist. Also see previous
    errors for more details.". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly.
    Error Message from Log File Viewer in SSMS:
    Source: Check Database Integrity Task      Executing query "USE [ReportServer]  ".: 50% complete  End Progress  Error: 2014-01-13 11:31:54.92     Code: 0xC002F210    
    Source: Check Database Integrity Task Execute SQL Task     Description: Executing the query "DBCC CHECKDB(N'ReportServer')  WITH NO_INFOMSGS  " failed with the following error: "A database snapshot cannot be created
    because it failed to start.  A database snapshot cannot be created because it failed to start.  MODIFY FILE encountered operating system error 665(The requested operation could not be completed due to a file system limitation) while attempting to
    expand the physical file 'E:\SQLdata\MSSQL11.MSSQLSERVER\MSSQL\DATA\ReportServer.mdf:MSSQL_DBCC9'.  The database snapshot for online checks could not be created. Either the reason is given in a previous error or one of the underlying volumes does not
    support sparse files or alternate streams. Attempting to get exclusive access to run checks offline.  The database could not be exclusively locked to perform the operation.  Check statement aborted. The database could not be checked as a database
    snapshot could not be created and the database or table could not be locked. See Books Online for details of when this behavior is expected and what workarounds exist. Also see previous errors for more details.". Possible failure reasons: Problems with
    the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly.  End Error  Progress: 2014-01-13 11:31:54.93     Source: Check Database Integrity Task     
    Executing query "USE [ReportServerTempDB]  ".: 50% complete  End Progress  Error: 2014-01-13 11:31:55.02     Code: 0xC002F210     Source: Check Database Integrity Task Execute SQL Task    
    Description: Executing the query "DBCC CHECKDB(N'ReportServerTempDB')  WITH NO_INFOM..." failed with the following error: "A database snapshot cannot be created because it failed to start.  A database snapshot cannot be created because
    it failed to start.  MODIFY FILE encountered operating system error 665(The requested operation could not be completed due to a file system limitation) while attempting to expand the physical file 'E:\SQLdata\MSSQL11.MSSQLSERVER\MSSQL\DATA\ReportServerTempDB.mdf:MSSQL_DBCC9'. 
    The database snapshot for online checks could not be created. Either the reason is given in a previous error or one of the underlying volumes does not support sparse files or alternate streams. Attempting to get exclusive access to run checks offline.".
    Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly.  End Error  Progress: 2014-01-13 11:31:55.02     Source:
    Check Database Integrity Task      Executing query "USE [AddressUpload]  ".: 50% complete  End Progress  Error: 2014-01-13 11:31:55.13     Code: 0xC002F210     Source:
    Check Database Integrity Task Execute SQL Task     Description: Executing the query "DBCC CHECKDB(N'AddressUpload')  WITH NO_INFOMSGS  " failed with the following error: "A database snapshot cannot be created because
    it failed to start.  A database snapshot cannot be created because it failed to start.  MODIFY FILE encountered operating system error 665(The requested operation could not be completed due to a file system limitation) while attempting to expand
    the physical file 'E:\SQLData\MSSQL11.MSSQLSERVER\MSSQL\DATA\database1.mdf:MSSQL_DBCC9'.  The database snapshot for online checks could not be created. Either th...  The package execution fa...  The step failed.

    ReFS is NOT supported in use with SQL Server 2012. Once such item, which you've stumbled upon is the fact that alternate streams and sparse files are not implemented in ReFS and thus these issues are caused. You *could* force the checkdb to execute by using
    WITH TABLOCKX but that'll require exclusive access to the database for the duration of the checkdb scan and that's not something I would advise to do.
    Sean Gallardy | Blog |
    Twitter

  • How to inactivate the 'Complex Search' button when using Logical Database

    Hy experts
    I m using Logical Database for a select and you know that for an GET event by default in selection screen it appears some selection fields for every GET event..I manage to hide the ones that don't interest me but I have a little problem: I have a button that's called 'Complex Search' and I don't know how to get rid of this button..
    Here is some code:
    AT SELECTION-SCREEN OUTPUT.
      LOOP AT SCREEN.
    IF screen-name CP '%BT02010_BLOCK_1000'.
          screen-input = '0'.
          screen-active = 0.
          screen-invisible = 1.
          MODIFY SCREEN.
        ENDIF.
        IF screen-name CP 'QL_REFIL'.
          screen-input = '0'.
          screen-active = 0.
          screen-invisible = 1.
          MODIFY SCREEN.
        ENDIF.
    I do this for every screen-name in the program that doesn t interes me..but it seams that even if I comment all the button with 'Complex Search' remains..I mention that is a disperate solution to inactivate every screen element but I could not do other way..My bigest pb is the 'Complex Seach' button..can anyone help me?? pls.. <REMOVED BY MODERATOR> ..thx..
    Edited by: Alvaro Tejada Galindo on Feb 12, 2008 12:45 PM

    Thank you Thomas,
    I need some more from you...
    If I have 8 tables for 8 columns, then how do i proceed?
    Also could u tell me some query optimization techniques while working with intermedia text.
    Thanks you once again,
    waiting...
    Khaleel Hi Khaleel,
    I think this depends on your data model (relationship between the tables) and how you like to search later.
    The optimization begins also with the create index statement (memory clause and storage clause).
    If you like me to help I need more information about your hardware, os, datamodel and what kind of searches you will have later.
    Cheers,
    Thomas

  • New twist on the dreaded white screen when renting movies

    I have been hit with the nasty white screen after renting a movie. After reading the discussion forum, this is apparently a "personality" issue with ATV and Apple has not yet found a fix. However, after performing the "pull-the-plug" reboot, which in the past has corrected the problem, I now have a new problem. When the main menu appears after reboot, it is frozen and it does NOT respond to the remote. The only command it recognized was the menu + "-" reset command. When it resets and comes to the screen asking for restart, diagnostics, or factory reset choices, the remote works. But when you select restart and get back to the main menu, it freezes. (I ran diagnostics and ATV says it feels fine.) For some reason, a bug is preventing atv from recognizing any remote commands. Right now I am in the 24hr movie viewing window, and I will let that period elapse to see if the corrupted white screen rented movie just dies its deserving death and releases the main menu back to my command.
    I guess my ultimate ploy would be factory reset, but then aren't I put back in the position of re-syncing my 6,000 songs, and photo library?
    Anyone else have this glitch??

    John Donaldson1 wrote:
    I have been hit with the nasty white screen after renting a movie. After reading the discussion forum, this is apparently a "personality" issue with ATV and Apple has not yet found a fix.
    something that has never happened to me
    I guess my ultimate ploy would be factory reset, but then aren't I put back in the position of re-syncing my 6,000 songs, and photo library?
    yes that's correct.

Maybe you are looking for

  • LLVM Version / Alchemy Source Code

    Hi, I wanted to get a better understanding of flash and decided to learn how the avm2 and alchemy works.  I would like to do some fun stuff with LLVM, including generating .swfs from other languages than c/c++. By trying so I noticed that Alchemy is

  • Problem with AIX 5.1 JDK1.4 WLS 8.1.2

    I am getting "No LoginModules configured " after upgrading to WLS 8. My application can work under WLS 7 (AIX and NT) and WLS 8 ( NT only ). I have tried to force my own security policy but it still does not work. Attached with this email are all the

  • What is a PHP server and how do I make it work??

    I've heard about it, and I'm trying to make form, but apparently you need a PHP server.  What is it and where do I get one and how do I make it work??? Thanks! Happy flashing!

  • Creating database Manually

    Dear Experts I want to create database in oracle 10g manually, without using dbca or create database script on sql. I have been searching google, but not getting any related document. Can you please guide me or provide any link where I get steps to c

  • Firox (v3.6.10) cannot open aspx files on MacOS

    When I click on display items with extension .aspx I am asked which program to open it with. When I do exactly the same with Safari instead the contents of the files are simply displayed. I have found a rather time-consuming workaround: I download th