Open Topic  BUG found in Portal 30 against 9i Database (LDAP)

When trying to configure Portal for LDAP auth as external connection over RPC with the C API SSOXLDAP.DLL as explained in conf_ldap.pdf technet paper (Configuring Oracle9iAS Portal for LDAP Authentication), if we use Oracle 9i as the database for Portal repository we get an RPC error on Windows.
"blah, blah.... Cannot find file : oraldapclnt8.dll in path ........"
So, we have to copy oraldapclnt9.dll to oraldapclnt8.dll (version number was wrong)
Hope it helps someone with the same problem, and that this problem should me forwarded to metalink support.

Hi,
search for the sapum.properties file in the \usr\sap subdirectory and uncomment the settings for the LDAP:
LDAP settings
##specifies the servertype NOVELL oder SUN
ume.ldap.access.server_type
##the ldap server name
ume.ldap.access.server_name=NortDC.fngp.com,PlymDC.fngp.com
##the port of the ldap server
ume.ldap.access.server_port=389,389
##the user used for connecting to the ldap server
ume.ldap.access.user=FNGP
ADSUser
##the password of the user
ume.ldap.access.password=2hNbedUUwhwiKCN6wpZqXw\=\=
##true if ssl is used, false if not
ume.ldap.access.ssl=FALSE
##the path in the ldap server, where the users are found
ume.ldap.access.base_path.user=OU\=FNGP,DC\=fngp,DC\=com
##the path in the ldap server, where the useraccounts are found; only nedded if a user object is not an account object
#ume.ldap.access.base_path.uacc=
##the path in the ldap server, where the groups are found
ume.ldap.access.base_path.grup=OU\=Portal Groups,OU\=FNGP,DC\=fngp,DC\=com
hth,
Michael

Similar Messages

  • BUG found in Portal 30 against 9i Database (LDAP)

    When trying to configure Portal for LDAP auth as external connection over RPC with the C API SSOXLDAP.DLL as explained in conf_ldap.pdf technet paper (Configuring Oracle9iAS Portal for LDAP Authentication), if we use Oracle 9i as the database for Portal repository we get an RPC error on Windows.
    "blah, blah.... Cannot find file : oraldapclnt8.dll in path ........"
    So, we have to copy oraldapclnt9.dll to oraldapclnt8.dll (version number was wrong)
    Hope it helps someone with the same problem, and that this problem should me forwarded to metalink support.

    see http://technet.oracle.com:89/ubb/Forum70/HTML/002152.html

  • Bug in preview portal doesn't display database list in back up section

    There seems to be a bug in the website back up option in the new portal. Even if you have connection strings defined it says:
    "You don't have any databases defined in the connection strings for this website"
    Unless I'm doing something wrong?

    Hi sir,
    Do your try it on Azure manage portal (https://manage.windowsazure.com )? Azure preview portal currently is preview version and no support approach. So you can confirm this issue on manage portal. If it always
    has this error, please feel free to let me know.
    Regards,
    Will
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Bug Found: Illustrator CC *always* merges layers when opening a DXF file - CS6 works properly

    Bug Found: Illustrator CC *always* merges layers when opening a DXF file - CS6 works properly.  When opening a DXF, CC merges multiple layers into one, even if you have the "Merge Layers" unchecked.  Can a forum admin employee get this submitted as a bug report?  Thanks.

    Thank you Larry.  I just submitted this bug report pasted below at the link you provided.
    ******BUG******
    Illustrator CC 17.0.0 *always* merges layers when opening a DXF file, even if you have the "Merge Layers" unchecked.
    1. Open a DXF file that contain multiple layers in Illustrator CC 17.0.0
    2. Uncheck the "Merge Layers" button. 
    3. Click OK.
    Results:  It has merge all the layers into one layer.
    Expected results: It should open with multiple layers preserved.  Illustrator CS6 works properly.

  • Problem with opening MS Excel files through Portal

    Hi All,
    I have a user that is complaining about the behaviour of MS Excel files in the Portal. The MS Excel files do not match their behaviour at the windows level. The issue has to do with how MS Excel files never seem to open in a maximized sate when you open them from the portal. The same cannot be said about MS Word files. The behaviour of MS word files is consistent between windows and portal.
    Solutions will be REWARDED.
    Thanks & Regards,
    Krishnen Subramanian.

    Hi Hussain,
    I hav uploaded the excel file into my KM contentafter that when i try to open it , it does not open as maximized.
    Let me explain:
    I create a new excel file on my desktop:
    I open this file:
    I maximize the workbook and save:
    I close Excel and then open the file right back up:
    I notice that Excel and the workbook open up maximized. I close Excel again.
    I now upload the file to the portal:
    I then open the file from here:
    It is noticed that the Excel is not maximized. We would like for it to behave as it does from the desktop. In other words, if it is saved as maximized, it should open from the portal that way. If it is saved as half way open, it should open that way from the portal.
    I have found that MS Word documents behave in the portal as they do on the desktop. I create an MS Word file on my desktop:
    There appears to be something portal related that prevents MS Excel files from opening maximized.
    Hope you will be abl to solve the message.
    Thanks & Regards,
    Krishnen Subramanian.

  • Huge Hole in Open Source Software Found, Leaves Millions Vulnerable

    Huge Hole in Open Source Software Found, Leaves Millions Vulnerable
    Debian, the Linux variant used largely by security professionals, and Ubuntu, the variant most commonly used by home users are both affected. Furthermore, Windows servers may be compromised as well if they are using keys generated on Linux systems.
    Ironically the bug originated from an automated tool known as Valgrind which is supposed to reduce programming bugs which lead to security vulnerabilities. It found that a block memory was not being properly initialized, meaning that it would contain random information. The automated tool politely inserted code to clean up the block of memory making it all zeros. The only problem was that the system was intentionally using the block's unknown to get randomness to generate the keys. The library also gets randomness from mouse movements, keystroke timings, network packet arrival timings, and even microvariations in hard drive speed.
    The Valgrind code caused errors, so the programmers simply commented out all the code, including the other methods of generating randomness on accident. Only the code which utilized the process ID, an integer ranging from 0 to 32,767, remained to provide randomness. It turns out the "fix" turned grievous error was not the work of the OpenSSL programmers themselves, but of the Debian team, known for their security expertise.
    OpenSSL developer Ben Laurie raged, "Never fix a bug you don't understand! Had Debian [sent the bug to us] in this case, we (the OpenSSL Team) would have fallen about laughing, and once we had got our breath back, told them what a terrible idea this was. But no, it seems that every vendor wants to 'add value' by getting in between the user of the software and its author."

    firewalker - this was discussed here and on our mailing lists at the time the vulnerability was discovered, approximately two weeks ago. It's always a good idea to search the forum before posting.
    http://bbs.archlinux.org/viewtopic.php?id=48660
    Thread closed.

  • [svn] 4223: Some fixes for bugs found running the TC acceptance tests:

    Revision: 4223
    Author: [email protected]
    Date: 2008-12-03 11:35:03 -0800 (Wed, 03 Dec 2008)
    Log Message:
    Some fixes for bugs found running the TC acceptance tests:
    - Empty try {} throwing NPE while emitting code.
    - OP_Callproperty and OP_Callproplex may have a known type but default value.
    - Better diagnostic message for CONSTANT_TypeName and preliminary plumbing for CONSTANT_TypeName support.
    Modified Paths:
    flex/sdk/trunk/modules/asc/src/java/adobe/abc/GlobalOptimizer.java

    Re: SB Audigy Series Support Pack 2.5 (08/09/2009)? Important Installation Notes
    If any drivers are already installed, you must follow these steps to ensure a proper installation of the new Support Pack.
    ) Open a Command Prompt window with Admin privileges (right click and select Run as Administrator).
    Type the following commands:
    takeown /f C:\Windows\*.cdf
    cacls C:\Windows\*.cdf /G [color="#ff0000"]Administrators:F
    Where [color="#ff0000"]Administrators may?be different if you are running a localized version of Windows or?you can simply use your login name.
    2) Unpack the previous Support Pack or Creative official release.
    3) Run \Drivers\Setup.exe and choose Driver Uninstallation, select Delete all shared Creative audio driver files. and click OK. Reboot when asked to do so.
    4) Make sure the following files were deleted, otherwise delete them manually:
    - For Windows 7 / Vista 32-bit open?C:\Windows\System32 and delete UDAAPO32.DLL and?UDAPLD32.DLL.
    - For Windows 7 / Vista 64-bit?open?[color="#ff0000"]C:\Windows\System32 and delete[color="#ff0000"] UDAAPO64.DLL and?[color="#ff0000"]UDAPLD64.DLL then? open?C:\Windows\SysWOW64 and delete UDAAPO32.DLL.

  • Can open Topics by drag & drop, but not by double-clicking in the DITA map

    Hi,
    evidently I made an error somewhere in my structure app, the result is that I cannot open DITA topics by double clicking them in the DITA map anymore (Framemaker does simpy nothing). I can, however, open them by dragging the xml files onto the Framemaker window.  If I use the standard DITA 1.2 application everything works fine so I guess the problem is in my mapping.
    Here is what I tried to achieve:
    We need certain variations of the normal 'topic' type topic. The DTD should be identical, however different structures should be auto-inserted when creating a topic and the topic should have certain attribute values predefined.
    The idea is that the author can select one of these topic types when creating a topic, but when opening an existing topic simply edit it with the standard topic temple.
    Here is what I did:
    I duplicated the topic.template.fm, renaming it say "topic_a.template.fm", "topic_b.template.fm" etc. (just an example).
    I made adjustments to the EDD of these templates, changing the auto-insertions and the default values of some attributes.
    In the structapps.fm file I added XML applications for these new topic types, mapping each application to one of the new templates, but to the original topic DTD and r/w rules. E.g. the application "DITA_1.2_topic_a" is mapped to the "topic_a.template.fm" template, and to the original "topic.dtd" and "topic.rules.txt" files.
    In Framemaker I then created corresponding application mappings in the DITA options. E.g. the topic type "A" (which defines the visible text in the "New topic" menu) is maped to the XML application "DITA_1.2_topic_a".
    The result:
    It works as intended in every way when creating topics. The topics are saved with the standard doctype 'topic'. However for when I try to open topics from the DTD by double-clicking then nothing happens. Opening topics by drag & drop works fine though and they are opened with the normal (general) "topic.template.fm" template as desired.
    Any ideas? Was this confusing or am I completely off somewhere?
    Robert

    Hi Robert...
    When you say that you need "variations" from the normal topic type .. are those structural variations or just formatting? FM associates structure apps with XML files based on the doctype (root element). If your files all have the same root element, then they will all open with the same structure application (unless you specify a different one when opening the file or by importing a new EDD). It sounds like you really should be creating a specialization for each alternate topic type. If you don't, you'll end up getting the wrong "model" assigned to the wrong file.
    Multiple EDDs (structure apps) can share the same DTD, and one EDD (structure app) can support multiple models. This is how the "ditabase" app works. There are lots of ways to set this up, but I think what you've done is probably not quite right.
    The default structure app setup in FM11 and FM12 is very complicated to work with. I recommend creating a single app that supports many models. This isn't always possible, but it sounds like in your case it should be. I've set up one app that supports 13 different specialized topic models and it works fine.
    Note that even though you've added structure apps for each model, if you end up opening the files using the default template, you are no longer using those modified models.
    Sorry, but this is a bit more than can be dealt with appropriately in a forum post. If you'd like more help with this, feel free to contact me off list.
    Cheers,
    …scott
    Scott Prentice
    Leximation, Inc.
    www.leximation.com

  • Bug Found and Fix Found Creative ZEN XFI Style 32 Gig

    9Bug Found and Fix Found> Creative ZEN XFI Style 32 Gig?Hello I was having problems getting my MP3 TAGS to show up on a number of my MP3's.
    Whenever I loaded my files onto my ZEN it would show up as a Voice under Recordings.
    And the file name would be "MIC and the date file created etc..."
    I noticed that these files where all starting with the letters MIC at the front of the filename...
    For instance: Michael_Jackson_Thriller.mp3?? or? Michael_W_Smith_Let_it_rain.mp3
    and so on and so on... ANY file that started with the letters M I C? would be thrown in as a voice recorded file and the TAG would not operate.
    I have the latest Firmware on my MP3 Player.
    The fix was just to change the file name so it did not start with MIC... so i went and switched Michael Jackson to M.Jackson and also switched Michael W Smith to M W smith.
    The tag showed up appropriately and I have had no problems since.
    It would be nice if there was another Firmware update so that MP3's could start with the letters MIC also I was hoping to bring awareness to this situation for other users.

    =Re: Bug Found and Fix Found> Creative ZEN XFI Style 32 Gig?I did three methods of?loading the files.
    I used Windows Media Player to sync the files.
    I used Creative Central to transfer the files.
    These two methods produced results where the file starting with MIC turned into a voice recordings.
    I also had problems just copying and pasting the files (using windows explorer).
    I have not had any problems with any other file. I normally use MP3Tag to tag my files.
    However i even tried using Windows Media to tag the file and I even tried using Creative Central to tag the files.
    I tried as many work arounds as possible. But once i renamed the file it worked.

  • System name for alias GD4_500 not found in portal

    Hi people,
    I want to launch a query from analyzer, but i have the next error message "System name for alias GD4_500 not found in portal".
    What can i do??
    More thanks

    Read,
    http://help.sap.com/saphelp_nw70/helpdata/en/fb/93ed3d72fe4b5ae10000000a11405a/content.htm
    Regards
    Juan

  • Bug in oracle portal: problem in pl/sql item type

    I created a pl/sql item type... based on a stored proc... whenever I make a change to the store proc I have to readd the item based on this item type since the result on the item type is not updated is this some bug in oracle portal

    I created a pl/sql item type... based on a stored proc... whenever I make a change to the store proc I have to readd the item based on this item type since the result on the item type is not updated is this some bug in oracle portal

  • I've iphone 3GS. ios 5.1.1 i've a problems that it turnoff itslef. when i'm trying to turn it on. it just appear apple logo then go to black . keep trying till gives me battary is empty and must charge it. once i plug in it. its open and i found the batta

    i've iphone 3GS. ios 5.1.1 i've a problems that it turnoff itslef. when i'm trying to turn it on. it just appear apple logo then go to black . keep trying till gives me battary is empty and must charge it. once i plug in it. its open and i found the battary as it 70 % for example( not empty ) if anyone try to call me its appear to me turn off but doesnt give him the mobile is turn off . its rining. please advice

    Basic troubleshooting from the User's Guide is reset, restart, restore (first from backup then as new).  Has any of this been tried?

  • Post with clearing: FB05  No open items were found

    Hi,
    I am using FB05 (have selected 'transfer posting with clearing) to clear the vendor open items and post to a GL account, but I encounter the message 'No open items were found' (Msg F5 170) eventhough the vendor has open  items and morever it is not blocked.
    Any reason why this error.
    Tks,
    SS

    There can be any number of reasons why a standard transaction does not pick up open items for your vendor account. Some possible reasons are:
    - outside date range, if you are giving a date range
    - they might be special g/l transactions, not normal line items
    - they migh not be open line items, but noted items
    - the items might not be open anymore when FB05 is being run
    Do a little more investigation into your system - we can only give suggestions from here.
    Regards
    Gulshan

  • No Open Items were found

    Hi
    I am trying to clear open items using F-44
    I am getting an error "No Open Items were found" .
    But when i go and see in FBL1N , I can see the open items there.
    What can be the reason ?
    PS: The posting date of the items is in 2005. Is this causes any problem?
    Thax. for your help.
    -erpMAN-

    The most common reason is that the invoice is in a payment run.
    try to run a f.80 on the invoice in question ( in test mode) to see if you can reverse it.
    If you cant more than likely it will be in a payment run.
    Have a look in the payment run tables to confirm this. REGUH & P
    Are you sure the document is an open item? Is it in BSIK or BSAK?
    Hope this helps.

  • No open items or found

    hi  frinds,
    i  have posted one invoice in f-22  and  i am trying to clear  that invoice through f-28  system is  giving error no open iterms or found  i have checked in fbl5n  in that  open  items system giving this message    ( no Items selected  see long text)
    Message no. MSITEM033
    please give  some suggestions
    thank you
    prasad

    Prasad
    The line items could have got cleared. You can go to FBL5n and then check the clearing document for these documents you are referring to. Then analyse what have created these documents, if your specific document is coming up in the cleared items list.
    Else what I see is that the document that you have posted originally may not have posted. have you checked for any update errors? Firstly try to go to FB03 and see if the original document you posted is coming up. Then go to the header and check what is the clearing document for that document. You can analyse that the how the clearing document has been posted.
    Karthik

Maybe you are looking for

  • Export all tables' name under user by informatica

    Hi, I have a requirement about informatica mapping, we want to user one mapping to export all tables' name under user, like sql : SELECT t.OWNER || '.' || t.TABLE_NAME || FROM all_tables t WHERE t.OWNER = 'BIEBS'; How to realize it? Thank you!

  • In the SQL Developer how to set Indentation in preferences?

    I am using SQL developer version 1.5.1 BuildMain 5440. In the Tools --> Preferences--> Database --> SQL Formatter --> Alignment and Indentations, I see Indentation on the right panel which shows drop down and spaces, and there is a check box option "

  • Acrobat Text Fields

    Does anyone know how to change the inside margins of a text field so there is no space between the text and the edges of the field?

  • I can't  open my User

    Hallo When i start the IMac i have the choice 2 Users. I click on my user and  see my desktop ca. 4 sec. after this the system is going to the choice . The user from my wife is working. I update my System Mac Os X 10.6.8 I have no idea! Please help m

  • MacBook Pro 15 Retina Haswell - Long start up time

    Just received my BTO, maxed out MBP 15, 16gb ram, 2.6, 1TB ssd. It took almost 90 seconds to boot up, as well as doing re-start machine. Is this normal? Been reading the forum and seems like everyone else MBP boot up in about 20 seconds or less. Mine