OIP-4148

I'am using oo4o at an Oracle 8.0.5 server running on windows NT4.0 and a different installation of Oracle 9i running on win2k.
I have developped an application running on IIS4/IIS5 using asp.
While oo4o is running perfectly on Oracle 8.0.5, i got the OIP 4148 error. I know what the error means, but I found in the whole documentation no reason for that error. On 9i, i have upgated to the latest version of oo4o but no change. Also I have
reregistered all .dll's.
Does the user require som special rights or roles?
Do I need to setup some special values in the init.ora file?
Is it a language problem (Oracle is talking to me in german language, don't know why, the OS and most other part are english)
Does anyone knows about this problem?

Hi Soumen,
Have you got a solution to your problem? I'm encountering the same problem also.
Please advise. Thanks.
Hi Mark,
We are using 10g, I'm not sure as to whether we need to apply a patch yet for this specific error. If you have further info on this error, please provide. Thanks.
Regards,
Arnold Higuit

Similar Messages

  • Use or not use OIP ... that is the question

    Hi, we are beginning on a project of implementation of a intranet in a company for 1.100 users, concurrent aprox. 400.
    The intranet will have a lot of content and documents, and the publish of content will be done by departments.
    Of course we have to apply to the portal the corporate style.
    In that scenario my doubt is if is possible to use the OIP ? or is better do that directly in the portal ?
    The structure of the OIP can be ok, but I have seen some limitations, as the change of the style, add new content, add new portlets ...
    I would be very grateful if someone can help me.
    Thanks in advanced.
    Regards.

    Hi,
    OIP would be fine to use from the content and even from the number of users point of view, however, as you say, you will not be able to apply the exact corporate graphic identity into it. So you have to decide - if easy setup, administration and content management is the main target, go for OIP; if corporate design is very important, then Oracle Portal would be the way...
    DM

  • Is it possible to connect one OIP to another OIP?

    I have 2 Oracle Instant Portals setup and I need to be able to go back and fore between them. Is it possible to connect one OIP to another OIP?
    Background Information - One of the OIP is our company Intranet and the other one contains all Executive level reports. I will like to have the ability for an executive manager to login to the Intrant OIP and then a link to the Executive OIP.
    Any instructions or information would be help me a lot! Thanks in advance!

    use a line like:
    private com.sun.tools.javac.Main javac = new com.sun.tools.javac.Main();
    and run javac.compile() on your code. you write a file that is name.java using fileIO right? then compile it and run it!
    here is a good tutorial:
    http://www.javaworld.com/javatips/jw-javatip131.html?#

  • IS IT IMPOSSIBLE? My iTunes library says 4149 songs, my iPhone says 4148 songs, and my iPad says 4147 songs.  Why don't they match?!  How can I fix it???

    My iTunes library says 4149 songs, my iPhone says 4148 songs, and my iPad says 4147 songs.  Why don't they match?!  How can I fix it???

    Yes. I selected all songs and checked them (in case I missed a few) and synced.  I have also tried uninstalling iTunes and reinstalling it.  I tried selecting all songs and unchecking them, re-syncing my phone (which didn't get rid of the songs on my phone like i thought it would), then selected all songs again, checked them, and resynced again--nothing changed.  I went to the iTunes store and selected "Check for all available downloads" and it gave me the message"All purchases have been downloaded for this account."  I checked for duplicates, deleted a few and resynced.  This reduced the number of songs, but it still doesn't match what the iTunes library says...I don't know what to try next...

  • Using SharePoint 2013 OIP the "Title" column is not displayed

    Using the SharePoint 2013 OIP against our SharePoint 2013 environment, I am seeing that the "Title" column is never displayed in any of the activities or published data.  This is the only limitation that is preventing me from using this OIP.
     Currently using the scorch OIP and am concerned that it seems is not being actively maintained.  Which by the way shows the Title column in all the same lists I am connecting to with the Microsoft provided OIP.
    Thanks for any guidance you can provide,
    Jim

    Hi Jim, this is something I've seen before. It may be a bug in the SharePoint 2013 IP, though it does work in some cases and not in others, so difficult to say what the cause is. My recommendation is to change your list to make the default Title column optional
    and hidden, and use a new custom field for the name of the item instead. See also:
    http://sharepoint.stackexchange.com/questions/118181/how-to-remove-title-column-in-sharepoint-2013-list
    Noah Stahl | Automys |
    Downloadable Microsoft automation examples and solutions

  • "OIP-04796 Unable to create object instance"

    I am using OO4O, version 3 for Oracle 8.1.7 on Windows with Visual Basic version 6.
    I am getting the intermittent errors "OIP-04796 Unable to create object instance" and also "Method createDynaset of _IOraDatabase failed" - I think both are related to one another and from the documentation for OO4O, "OIP-04796" relates to the client side object cache of the OraDatabase class. Reasoning that the client side object cache was too small I attempted to increase the relevant properties of the OraDatabase object using the following: -
    MyOraDatabaseObj.CacheOptimalSize = 400
    However, at run-time, this property of the OraDatabase object does not get set accordingly in the VB IDE and after several attempts I can't seem to set it. I have also tried setting the CacheMaximumSize property but to no avail.
    Can anybody indicate to me where I am going wrong and either with the setting of the above properties or with the error message in general if I am not on the right track with the cache properties. I don't suspect that it is my code because the problem "seems" to be intermittent.
    Any and all help would be greatly appreciated. If more info is required then just ask as this is pressing problem.
    TYIA
    Mark Grimshaw

    I am pretty sure the patches are available here. If you didn't explicitly install one then you have whatever the base release was.
    If they are not available here (I almost never look here first for a patch) they are certainly available in the MetaLink file library for OO4O.

  • Oracle Endeca with Oracle Insurance Policy Administration(OIPA)

    Hi All,
    Is there any document/integration installer available for Oracle Endeca with Oracle Insurance Policy Administration(OIPA)?
    Regards,
    Narottam

    I hit the same error during configuring it at WebSphere v6.1 ND. Where you updated the classpath? Is it under Application servers > {server name} > Process Definition > Java Virtual Machine > Classpath ?
    Many Thanks!!

  • OO4O / OIP catch exception

    Hi all,
    I develop an application and use VC++ 6 and the COM OIP Interface. My problem is, how can I catch an exception before I get the error “KERNEL32.DLL): 0xE06D7363: Microsoft C++ Exception” like as OO4O ?
    This is a short part of code as an example.
    if (CLSIDFromProgID(OLESTR("OracleInProcServer.XOraSession"), &clsid) != NOERROR)
    return FALSE;
    TRY
         OraSession oSession;
         OraDatabase oDatabase
    if (!oSession.CreateDispatch(clsid, &e))
              return FALSE;     
    oDatabase = oSession.GetOpenDatabase(dbname,cAccount,options);
              return TRUE;
    CATCH_ALL(e)
    HandleError(e);     
    END_CATCH_ALL
    When I use the right account information, all is well. When I use bad account information I get an exception and can catch and handle this, but first I get the kernel message.
    When I use the library from oo4o and do the same, I can catch the exception without the kernel message.
    What is wrong or what is missing?
    Thanks for your Help
    Message was edited by:
    system4

    pretty much. There is classes above Exception in the hierarchy, specifically Throwable, but you're not supposed to catch those.

  • OIP-04109: Error creating temporary file

    hi,
    i'm running windows vista and installed Oracle Developer Tools for Visual Studio .NET with Oracle10g Release 2 ODAC 10.2.0.2.21 ODTwithODAC1020221
    When i call our old classic asp project it will break with (on win xp it was working without a problem):
    Oracle Automation Error "800a01b8'
    OIP-04109: Error creating temporary file
    at the line OraDatabase.CreateDynaset is called. The sql statement to be executed is a standard (0815) select statement.
    I also tried: 10203_client_vista and ODAC92070 (but this one is obviously not for windows vista) without success.
    Please help - i get mad on this!
    Do i have to switch to Win XP again? :(

    damn i finally got it working...
    i tried to add the user "iusr" to any "temp" folder on the system with full access.
    finally the temp directory:
    C:\Windows\ServiceProfiles\NetworkService\AppData\Local\Temp
    needs the iusr to read/write.

  • OIP-04907: LOB operation failed. Error reading or writing to file'

    I wrote a VB program who read and write blob
    I received this error
    OIP-04907: LOB operation failed. Error reading or writing to file'
    do you have an idea why
    or
    where Can I find some info about this error (OIP)
    thanks

    Hello SteveMRG,
    What version of LabVIEW and NI DAQmx are you using? Does this error occur when the program is run from the development PC from the project? Can you create a debuggable executable and activate Highlight execution when the error occurs as to verify which state the program is in?
    Wear
    National Instruments
    Product Support Engineer

  • OIP-0000:Messge 0 not found

    Hello experts,
    I developed my VB6.0 application with
    Oracle8i(oo4o 8.1.6) in WindowNT.
    Later on i copy my application to an another
    machine with Window xp and oracle oo4o 8.1.7.3.5
    installed. I always got this message
    OIP-0000:Message 0 not
    found;product=0040;facility=OIP.
    I noticed that this error occurred when
    1.There is single record in my oradc. And i want to
    delete it.
    2.I create OraDynaset for example
    TransInfo = mOraDatabase.CreateDynaset(SQL$, 0&)
    TransInfo.MoveLast
    But when the Dynaset is empty, this MoveLast statement
    cause this error.
    It seems that oracle cannot deal with the NULL
    recordset. But my program worked fine before i move it
    to WindowXP machine.
    Does this problem come with WindowXP, VB or oracle?
    Did i miss some library, package or forget to register
    some DLLs?
    This is urgent. Please help me.

    This usually pops up when there is a mismatch between the version of the client software that is installed and the version of the client software that the program is expecting to use. Make sure you have the 8.1.7 client software installed if you are using the 8.1.7 version of OO4O.

  • Create OIP dynamically?

    Hello,
    Is there any way that I can create an OIP programmatically?? My use case is so -
    - I have a screen to enter information about a project.
    - Once the user finishes providing this information, he needs to create a set of pages with a defined structure,
    - There will be a taxonomy xml doc also provided by the user.
    Using all this info, can I just create an OIP dynamically?? Any APIs exposed??

    hi i have given sample code here. This one is for only 5 textboxes. U can customize this simple logic according to ur needs
    <% for(int i=0;i<5;i++) // u get the no from user
    %>
    <input type="textbox"> <br>
    <% } %>
    I hope, it will help u
    bye for now
    with luv
    sat

  • OIP-04122: Bind variable not fully enabled

    I tried to execute a stored procedure from within an asp
    page and this line produce an error :
    OraDatabase.Parameters.Add "DIR", dir, ORAPARM_OUTPUT, 1
    how can I do ?

    the correct sysntax is:
    OraDatabase.Parameters.Add "DIR", dir, 1
    OraDatabase.Parameters.Add "DIR", dir, ORAPARM_OUTPUT, 1
    use the number value for ORAPARM_INPUT,ORAPARAM_OUT instead of the constant NAME

  • Help on error : OIP-04902 - Invalid buffer length for LOB write op

    We have a bit of VBA in Excel 2003 writing a BLOB to an 11.2.0.2 DB; for certain users it is throwing up the above message. I can't find any useful info on it; does anyone know the causes/resolution please ?

    Resolved - a 0 byte object was being passed, which caused the error.

  • RSS feed publishing from OIP

    Is there any way to publish an RSS feed of certain blocks within Oracle Instant Portal? We have a block of new content and announcments we would like publish so that RSS readers can read it.

    Des NY wrote:
    Disappointing that these two Apple products not working together. Nobody at Apple seems to have an answer either.
    They do work together. You can create a widget with Dashcode and export it for use in iBooks. But many of the Apple classes that implement the parts in the Dashcode library don't work in iBooks.
    For example, it is impossible to have a vertical slider in an iBooks widget if you use Dashcode. The Apple vertical slider class doesn't work because it relies on events that don't exist on an iPad. If you try to use a plain HTML 5 vertical slider instead, it doesn't work either because Safari doesn't implement the HTML 5 spec correctly. According to the spec, you should get a vertical slider if you set the width less than the height. However, when you do that, Safari renders a div that has the correct dimensions, but then places a very short horizontal slider inside the middle of the div.
    I would suggest to stick to your own JavaScript and plain HTML 5 as much as possible. But then, if you do that, there really is no point in using Dashcode. You can use any other HTML 5 editor just the same.
    The recommendation to use Dashcode probably stems from the fact that this is the only HTML authoring tool that is available from Apple (as far as I know). But no-one bothered to do any work on Dashcode to make it work correctly for iBooks.
    Michi.

Maybe you are looking for