[problem] Access to BI-Publisher 11g is always "anonymous"

Hi,
I have a problem using the BIP-WebApplication:
BIP 11.1.1.3 is installed successful.
Login to http://<my_machine>:9704/xmlpserver/servlet/home is possible, but only with "anonymous" user. No Login prompt available.
The signout link does not work, I will be redirected (again) to anonymous workspace...
Any help?
How to disable anonymous account?
Thank you!

in addition, server log says:
<28.03.2011 11:30 Uhr MESZ> <Notice> <WebLogicServer> <BEA-000360> <Server start
ed in RUNNING mode>
Seeking ESAPI.properties
Not found in 'org.owasp.esapi.resources' directory: D:\Oracle\Middleware11g\us
er_projects\domains\bifoundation_domain\ESAPI.properties
Not found in SystemResource Directory/resourceDirectory: .esapi/ESAPI.properti
es
Not found in SystemResource Directory/.esapi: .esapi/ESAPI.properties
Not found in SystemResource Directory: ESAPI.properties
Not found in 'user.home' directory: C:\Users\Administrator\.esapi\ESAPI.proper
ties
Found on classpath
Loaded properties file
Seeking validation.properties
Not found in 'org.owasp.esapi.resources' directory: D:\Oracle\Middleware11g\us
er_projects\domains\bifoundation_domain\validation.properties
Not found in SystemResource Directory/resourceDirectory: .esapi/validation.pro
perties
Not found in SystemResource Directory/.esapi: .esapi/validation.properties
Not found in SystemResource Directory: validation.properties
Not found in 'user.home' directory: C:\Users\Administrator\.esapi\validation.p
roperties
Found on classpath
Loaded properties file
========Master Configuration========
ResourceDirectory: .esapi
| Authenticator.AbsoluteTimeoutDuration=120
| Authenticator.AllowedLoginAttempts=3
| Authenticator.IdleTimeoutDuration=20
| Authenticator.MaxOldPasswordHashes=13
| Authenticator.PasswordParameterName=password
| Authenticator.RememberTokenDuration=14
| Authenticator.UsernameParameterName=username
| ESAPI.AccessControl=org.owasp.esapi.reference.DefaultAccessController
| ESAPI.Authenticator=org.owasp.esapi.reference.FileBasedAuthenticator
| ESAPI.Encoder=org.owasp.esapi.reference.DefaultEncoder
| ESAPI.Encryptor=org.owasp.esapi.reference.JavaEncryptor
| ESAPI.Executor=org.owasp.esapi.reference.DefaultExecutor
| ESAPI.HTTPUtilities=org.owasp.esapi.reference.DefaultHTTPUtilities
| ESAPI.IntrusionDetector=org.owasp.esapi.reference.DefaultIntrusionDetector
| ESAPI.Logger=org.owasp.esapi.reference.Log4JLogFactory
| ESAPI.Randomizer=org.owasp.esapi.reference.DefaultRandomizer
| ESAPI.Validator=org.owasp.esapi.reference.DefaultValidator
| Encoder.AllowMultipleEncoding=false
| Encoder.DefaultCodecList=HTMLEntityCodec,PercentCodec,JavaScriptCodec
| Encryptor.CharacterEncoding=UTF-8
| Encryptor.DigitalSignatureAlgorithm=DSA
| Encryptor.DigitalSignatureKeyLength=1024
| Encryptor.EncryptionAlgorithm=AES
| Encryptor.EncryptionKeyLength=256
| Encryptor.HashAlgorithm=SHA-512
| Encryptor.HashIterations=1024
| Encryptor.RandomAlgorithm=SHA1PRNG
| Executor.ApprovedExecutables=C:\Windows\System32\cmd.exe,C:\Windows\System
32\runas.exe
| Executor.WorkingDirectory=C:\Windows\Temp
| HttpUtilities.ApprovedUploadExtensions=.zip,.pdf,.doc,.docx,.ppt,.pptx,.ta
r,.gz,.tgz,.rar,.war,.jar,.ear,.xls,.rtf,.properties,.java,.class,.txt,.xml,.jsp
,.jsf,.exe,.dll
| HttpUtilities.ForceHttpOnlyCookies=true
| HttpUtilities.ForceHttpOnlySession=false
| HttpUtilities.ForceSecureCookies=true
| HttpUtilities.ForceSecureSession=false
| HttpUtilities.MaxUploadFileBytes=500000000
| HttpUtilities.ResponseContentType=text/html; charset=UTF-8
| HttpUtilities.UploadDir=C:\ESAPI\testUpload
| HttpUtilities.UploadTempDir=C:\temp
| IntrusionDetector.event.test.actions=disable,log
| IntrusionDetector.event.test.count=2
| IntrusionDetector.event.test.interval=10
| IntrusionDetector.org.owasp.esapi.errors.AuthenticationHostException.actio
ns=log,logout
| IntrusionDetector.org.owasp.esapi.errors.AuthenticationHostException.count
=2
| IntrusionDetector.org.owasp.esapi.errors.AuthenticationHostException.inter
val=10
| IntrusionDetector.org.owasp.esapi.errors.IntegrityException.actions=log,di
sable,logout
| IntrusionDetector.org.owasp.esapi.errors.IntegrityException.count=10
| IntrusionDetector.org.owasp.esapi.errors.IntegrityException.interval=5
| IntrusionDetector.org.owasp.esapi.errors.IntrusionException.actions=log,di
sable,logout
| IntrusionDetector.org.owasp.esapi.errors.IntrusionException.count=1
| IntrusionDetector.org.owasp.esapi.errors.IntrusionException.interval=1
| Logger.ApplicationName=ExampleApplication
| Logger.LogApplicationName=true
| Logger.LogEncodingRequired=false
| Logger.LogFileName=ESAPI_logging_file
| Logger.LogServerIP=true
| Logger.MaxLogFileSize=10000000
| Validator.AccountName=^[a-zA-Z0-9]{3,20}$
| Validator.ConfigurationFile=validation.properties
| Validator.CreditCard=^(\d{4}[- ]?){3}\d{4}$
| Validator.DirectoryName=^[a-zA-Z0-9:\\!@#$%^&{}\[\]()_+\-=,.~'` ]{0,255}$
| Validator.Email=^[A-Za-z0-9._%-]+@[A-Za-z0-9.-]+\.[a-zA-Z]{2,4}$
| Validator.FileName=^[a-zA-Z0-9!@#$%^&{}\[\]()_+\-=,.~'` ]{0,255}$
| Validator.HTTPContextPath=^[a-zA-Z0-9.\-_]*$
| Validator.HTTPCookieName=^[a-zA-Z0-9\-_]{0,32}$
| Validator.HTTPCookieValue=^[a-zA-Z0-9\-\/+=_ ]*$
| Validator.HTTPHeaderName=^[a-zA-Z0-9\-_]{0,32}$
| Validator.HTTPHeaderValue=^[a-zA-Z0-9()\-=\*\.\?;,+\/:&_ ]*$
| Validator.HTTPJSESSIONID=^[A-Z0-9]{10,30}$
| Validator.HTTPParameterName=^[a-zA-Z0-9_]{0,32}$
| Validator.HTTPParameterValue=^[a-zA-Z0-9.\-\/+=_ ]*$
| Validator.HTTPPath=^[a-zA-Z0-9.\-_]*$
| Validator.HTTPQueryString=^[a-zA-Z0-9()\-=\*\.\?;,+\/:&_ ](1,50)$
| Validator.HTTPScheme=^(http|https)$
| Validator.HTTPServerName=^[a-zA-Z0-9_.\-]*$
| Validator.HTTPURI=^[a-zA-Z0-9()\-=\*\.\?;,+\/:&_ ]*$
| Validator.HTTPURL=^.*$
| Validator.IPAddress=^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:2
5[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$
| Validator.Redirect=^\/test.*$
| Validator.RoleName=^[a-z]{1,20}$
| Validator.SSN=^(?!000)([0-6]\d{2}|7([0-6]\d|7[012]))([ -]?)(?!00)\d\d\3(?!
0000)\d{4}$
| Validator.SafeString=^[p{L}p{N}.]{0,1024}$
| Validator.SystemCommand=^[a-zA-Z\-\/]{0,64}$
| Validator.URL=^(ht|f)tp(s?)\:\/\/[0-9a-zA-Z]([-.\w]*[0-9a-zA-Z])*(:(0-9)*)
*(\/?)([a-zA-Z0-9\-\.\?\,\:\'\/\\\+=&amp;%\$#_]*)?$

Similar Messages

  • Problem in Oracle BI Publisher 11g

    Hi guru,
    After installing only Oracle BI publisher 11g,when i start the "http://ppso3411-9b8569:9704/xmlpserver"...i am getting this error...
    ****Error 404--Not Found****
    ****From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:****
    ****10.4.5 404 Not Found****
    ****The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.****
    ****If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.****
    .plz tell me what to do...
    Thanks ,
    H

    Hi ,
    Check the below link...
    http://bipconsulting.blogspot.com/2010/09/oracle-bi-publisher-11g-installation.html
    may be helpful for you.
    Thanks,
    Ananth
    http://bintelligencegroup.wordpress.com/

  • Problem printing Report with Image in BI Publisher 11g

    I am working with BI publisher *11g* but I have problem printing images. Everything works fine if I do not include any images however when I add a image I get following problems.
    When I tried printing PDF in output I get
    Type /Xobject
    subtype /Image
    Filter /DTDDecode .......
    When I tried printing HTML output I get
    Type /Xobject
    <html...
    ....>
    When I tried printing RTF I get
    { \fontb1 }
    { \f0 Arial;}
    { \f1 Times:}
    I think I am missing some BI publisher configuration. Can you help me in this regard.
    Thanks,
    Santosh
    Edited by: user4956795 on Jan 16, 2012 2:08 PM
    Edited by: user4956795 on Jan 16, 2012 2:18 PM

    Isn't there a way for you to do this via a Package/Procedure versus having multiple queries?
    Per the BI Publisher guide,
    Following are recommended guidelines for building data models:
    Reduce the number of data sets or queries in your data model as much as possible. In general, the fewer data sets and queries you have, the faster your data model will run. While multiquery data models are often easier to understand, single-query data models tend to execute more quickly. It is important to understand that in parent-child queries, for every parent, the child query is executed.
    You should only use multiquery data models in the following scenarios:
    To perform functions that the query type, such as a SQL query, does not support directly.
    To support complex views (for example, distributed queries or GROUP BY queries).
    To simulate a view when you do not have or want to use a view.
    Thanks,
    Bipuser

  • Is there a way to deny access to BI Publisher in OBIEE 11g?

    In 11g, the New button in Answers ists all of the types of objects that a user can create. I've figured out which of the privileges controls the display of each of those options, EXCEPT for all of the options under the Published Reporting category. How can we turn on/off access to those 5 objects (essentially, grant or deny access to the BI Publisher options)?

    I figured out the answer about 3 minutes after posting the question.
    All of the existing Application Roles are associated with Application Policies that allow access to BI Publisher. By creating a new Application Policy and an associated Role, I can accomplish my goal.

  • Enabling permission in obiee bi publisher 11g

    Hello All,
    I've issue with obiee bi publisher 11g permission folder in task pane. It always disable even it enable in analytics bu disable
    in bi publisher. How can to enable this permission folder.
    Edited by: 933298 on Sep 28, 2012 12:18 AM

    Thanks so much for your help!
    I've used add_months against oracle databases without any problem
    Sadly this publisher sql editor is not taking the same functions as a regular sql + command line :(
    Do you have any other idea?
    Thanks!

  • BI Publisher 11g Trial dont work fine , send ERROR

    Hi.
    I Install BI PUblisher 11G Trial in a new clean server with :
    + Windows 2008 R2 Foundation Spanish with SP 1
    + Download, Install BI Publisher 11g Trial
    + Execute Demo Report "Revenue Budget Actual and Detail "
    + In Inteactive mode work fine
    + In HTML send ERROR : "java.lang.ArrayIndexOutOfBoundsException: 0"
    + In PDF the pivot table don't display any value higer 1.000.000
    This is a bug ?,how correct this errors ?
    Thank you very much
    Carlos

    Hi Carlos,
    Are you still experiencing this problem?
    I do not see this on my installation on Windows7 64 bit running in English.
    I also set the BI Publisher UI language and Report Locale to Spanish and all three output types:
    Interactive, HTML and PDF render correctly.
    When you say that the pivot table doesn't show any values higher than 1.000.000 ... what does it show instead?
    How do the other sample reports look for you?
    Mike
    Edited by: mdonohue on Jun 5, 2012 4:45 PM

  • Useing Excel table genarate the report in bi publisher 11g

    Hi All,
    Can anyone share your ideas pls...
    Using Excel files we upload the data into data set excel but could't generate the reports in Bi-Publisher 11g...we are getting the error :"Null".
    We are using open office...is this could be a problem..?
    Rgds..DCB
    Edited by: DCB on Dec 30, 2010 5:30 AM

    check the below
    http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi//bip/advancedbip/advancedbip.htm#t3
    http://www.youtube.com/watch?v=NPbKRnSkDVM
    using rtf template
    http://bipconsulting.blogspot.com/2010/02/drill-down-to-detail-or-another-report.html

  • BI PUBLISHER 11G : Automatic Filtering Doubt

    Hello.
    I have one pivot table with same data and one data table with other data from different dataset. Both dataset are joined.
    What i want to do is when i run the report the data from pivot table is showed and the data from data table is not showed until i click in one row in the pivot table.Actually the data from both tables are showed and i want by default only to show the pivor table data.
    Other problem is when i have one line in pivot table without matches in data table i recieve this error message : "Error Ocurred" .
    Someone have an ideia how to fix this 2 problem?
    I'am using the last version of Bi publisher 11g.
    Thanks in Advance.
    Paulo Duarte

    Raphael,
    From reading your problem description, it sounds like you are working with BI Publisher that you have installed as part of OBIEE.  Is that correct?
    I also think that you have built the charts in BI Publisher, not Answers and have set up the filters using BI Publisher, not Answers.  Is that correct?
    The screen shots both look to be from BI Publisher.
    Have you used Answers at all in constructing this report?
    If not then I think that the best place for your question to be answered is in the BI Publisher sub-space. We can move your question there if you would like.
    One final question, is OBIEE the data source for the report?
    Regards,
    Ian Bristow

  • Siebel 8.1 integration with BI Publisher 11g

    Hello,
    I'm currently trying to integrate BI Publisher reporting with Siebel 8.1 at work. We've followed the guide named " [BI Publisher for Siebel Applications Guide|http://download.oracle.com/docs/cd/E14004_01/books/Reports/ReportsTOC.html] ", which you can find in the Oracle BI Publisher documentation website: [http://www.oracle.com/technetwork/middleware/bi-publisher/documentation/index.html].
    The problem is that this guide is meant to be used with the Oracle 10g version and we are using BI Publisher 11.1.1.5.0 (client's request).
    We installed the new version without problems and reached the step "[Copying JAR Files to the Oracle BI Publisher Server|http://download.oracle.com/docs/cd/E14004_01/books/Reports/ReportsIntegrate11.html#wp551748]".
    But since BI Publisher 11g runs on a Web Logic Server, instead of an Oracle Application Server (correct me if I'm wrong, I'm kind of new to the whole Oracle world), the file structures have changed and we cannot find the directory where we're supposed to copy those JAR files.
    I kept reading the guide, in case we could skip this step and maybe find where those files are supposed to be later... but then again I found myself in a similar problem, since I need to place a Siebel WSDL file in a BI Publisher directory for importing, which I cannot find either.
    Does anybody know how to accomplish this task or if it is even possible to use these software versions together? Could anyone at least point us to the right direction on where to look for this information?
    Thank you in advance.

    We actually ran into a similar problem where I work. I created a support web ticket for our issue and the response is that BIP 11G is not supported for integration with Siebel 8.1, or any other version for that matter. Oracle is currently working on a fix to integrated the latest version of Siebel with BIP.
    There advice to me was to downgrade to BIP 10G for the time being.

  • Inconsistent "access denied" on publish

    I am at wits end. Am working on a project that involves some editing of one area on client's internal website. Used Contribute just fine for this last year. Now...
    When I try to Publish certain pages, I get the "Access denied. Page may not exist or there may be a permission problem." That is, this problem had existed on only SOME pages. Now, I can't publish on any of them.
    The permissions are set correctly for me to publish.
    No-one else has pages open. (Nobody in the organization knows how to use C anyway.)
    I would gladly pay someone to help with this. Hope someone can help.

    Was El Sobrante... Had to create a new user ID, etc. because could not log into account. Many cuss-words leap to mind at this point.
    No, the thread did not help. I had inconsistent "access denied" on publish for version 3 before I downloaded the trial new version. Same problem on version 5. Now I can't publish at all on any pages AND when I open version 3 it says the version is too old. Thought I'd uninstall 5 but it's the only version showing up. Can't imagine what's going to happen when the trial runs out.
    Anyway. Still need to fix the original problem.

  • Reg-BI Publisher 11g login

    Hi I am new to BI Publisher
    Installed BI Publisher that comes with OBIEE11g
    After I punch in my URL it is not popping !! throws error
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.4.5 404 Not Found
    My service is down in Enterprise manager not sure how to turn on and looking for log related to error
    I am using same port no that Analytics url is using!!
    Please throw some inputs

    Hello,
    Did you change any configuration for BI Publisher that made the service go down or integrate or something ..? Check bipublisher.log , sawlog too
    If not then you can always restart this Application Deployments > bipublisher(11.1.1) (bi_cluster) > bipublisher(11.1.1) (bi_server1) > Control > Startup
    Also its a good idea to create a super first before changing any configuration in BI Publisher.
    http://docs.oracle.com/cd/E23943_01/bi.1111/e22255.pdf - Oracle Fusion MiddlewareAdministrator's Guide for Oracle Business Intelligence Publisher 11g Release 1
    Hope this help. Mark if it does.
    Thanks,
    SVS

  • Publisher 11g and Identity Asserter

    How do you integrate publisher 11g with a custom weblogic identity asserter? From what I have been told so far, integration cannot be performed via the publisher administrative interfaces. It must be performed via configuration files on the server. There is no documentation on this subject yet. Has anyone performed the configuration that would be willing to share their experiences and configurations?
    FYI, any attempt to utilize the identity asserter in the default publisher configuration will result in java errors in the server log and a 500 error in the browser.

    Any security configuration must be under certified products so you can be confident they should work 100%. Otherwise
    any issues you find under NOT certified products may not work and Oracle Support will not be able to help you.
    As you describe the configuration you are trying to set is not certified and therefore the issues you find will probably
    never be resolved.
    References:
    1. Setting Security in BIEE 11g:
    http://download.oracle.com/docs/cd/E14571_01/bi.1111/e10543/intromartin.htm#CJHFBCBA
    2. List of Certified products for BIEE11g:
    http://www.oracle.com/technetwork/middleware/bi-enterprise-edition/bi-11gr1certmatrix-166168.xls
    (Non Oracle ID and Access Mgmt tab)
    If you configure BI Publisher 11g as Standalone then the list of Security Modes are:
    - Oracle DB
    - Siebel
    - EBusiness Suite
    - BI Publisher
    - LDAP
    - Fusion Middleware
    regards
    Jorge

  • Not able to view any report in BI Publisher 11g

    Hello All
    I have installed BI Publisher 11g in Intel Solaris 10. I started of from the scratch, created a Data Model, then created a Report. but now I am not able to view the report. Upon clicking the report name or Open it logs me out.
    I am logged in as user, weblogic the default user created while installation.
    Please help
    Ash

    Hi Rony,
    You may have created the report initially with Web Layout only - therefore there will no paper layout.
    To 'get' the paper layout back, select your Report module name from the Builder and then select Tools-->Report Wizard. Select 'Create both web and Paper Layout' and then go through the various wizard steps.
    Best of Luck.
    Regards,
    John

  • Problem accessing /config_general/null/Default.action   Reason:There is no Action mapped for namespace/ config_general and action name default

    in use:
    vRO 5.1
    eclipse 3.7.2
    vRo plug-sdk 5.1
    steps:
    1.create a plug-in project from samples(choose solar system)
    2.find the dar package and upload it by vRo configuration
    3.vRo configuration said upload successfully,but the solar system configuration is not properly configued..
    problem:
    Problem accessing /config_general/null/Default.action   Reason:There is no Action mapped for namespace/ config_general and action name default
    How to solve it??
    Thanks so much!!

    There was problem from crm side...its working now..

  • Having problems accessing any apps on my iCloud. Set up and signed in successfully but then when I click on an app it just says there's a problem but doesn't say how to fix it. Please help, am very new to this!

    Hi
    I am very new to updating my iPod touch and this is the first time I've used the iCloud. However, I am having problems accessing any apps on my iCloud such as photos, reminders etc. I've set it up on my iPod touch successfully and I can sign in on my PC. However, when I try to access any of the apps it says there was a problem. It doesn't tell me how to fix it or what the problem is.
    Is anyone able to help?

    It is working now. I no longer get the message about the item not being available in the US and I can access the store.

Maybe you are looking for