10g - disconnected analytics, skip authentication when synchronization

hi, experts,
is it possible to skip the authentication when synchronizing the data on the client (no need to click the "Get Server Info" button)?

if the username is not Administrator on "Get Server Info"
this error prompts
80011 Error in accessing the disconnected application definition (.dad) file on the remote server
Cause. Unable to download the Disconnected Application Definition file
Response. Contact your system administrator for more details
(http://download.oracle.com/otndocs/products/bi/bi-ee/docs/784/AnyMsg.pdf)

Similar Messages

  • 10g - disconnected analytics, encrytion on csv file in client machine

    hi, experts,
    I found that the disconnected analytics client firstly download the data from server and SAVED AS CSV FILES.
    but everyone can view the content in csv files.
    IT IS UNSAFE.
    can any encrytion be done for this issue?
    Thank you very mucH!

    user11861756 wrote:
    I am trying to get a csv file in the client machine .My database server is configured in oracle 10g within an unix
    box.Though i am able to get a csv file on my server by using pl/sql codes and can have it on my local machine by
    ftp.But the problem is we dont have any permission to create ant file in our production environment .
    Is there is any process or utility on which i can build on my previous approach to get my csv file on my client
    machine directly.
    The answer to this question is the question.. What is client-server?*
    PL/SQL, SQL, Oracle, database ... all these equal server.
    SQL*Plus, TOAD, web browsers... all these equal client.
    Who handles the presentation of data on the client? Who has access to the client platform's keyboard, mouse, screen printer, disk drives, etc? The client.
    So how can a server process or component then hack across the client-server architecture and into a client component and write data (e.g. CSV files) there?
    This is a fundamental concept that needs to be clearly understood when dealing with all aspects of client-server.
    What also needs to be understood that client-server is a software architecture. This means that client-server can run on a single machine. Client can run on a PC. Server can run on a big Unix machine. Or server can run on the PC and the client can run on the big Unix machine.
    Which means that you can have PL/SQL code (on the server platform) acting as a client.. and use server software on your client platform to service that PL/SQL session.
    For example. PL/SQL creates a CSV "+file+" as a CLOB. PL/SQL uses a FTP package and opens a client FTP session to a FTP server on your client PC. Now your PC is the FTP server and PL/SQL the FTP client. The client then proceeds to FTP the CLOB as a CSV file.

  • 10g - disconnected analytics - tables not found

    hi, experts,
    I installed disconnected analytics clients on a pc.
    downloaded the sawd.dad, setup the app and synchronized.
    I login the dashboard and then see this error.
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 16001] ODBC error state: S0002 code: -141 message: [Sybase][ODBC Driver][Adaptive Server Anywhere]Table 'TABLE_ABC' not found. [nQSError: 16014] SQL statement preparation failed. (HY000)
    however, I fount the .csv files are downloaded in the folder C:\OracleBIData\sync
    any missing steps?

    I checked the database error message
    Table ’%1’ not found
    Item Value
    SQLCODE -141
    Constant SQLE_TABLE_NOT_FOUND
    SQLSTATE 42W33
    Sybase error code 2706
    ODBC 2 State S0002
    ODBC 3 State 42S02
    Parameter 1 Name of the table that could not be found.
    You misspelled the name of a table, or you did not qualify a table name with
    a user name. For example, you might have referred to employee instead of
    "DBA".employee,
    what to do?

  • 10g - disconnected analytics - duplicated data in client

    hi, experts,
    I configured the server and client.
    now, the data can be synchronized to client.
    BUt I found that during synchronization, there is no data differentiation process performed.
    the data is duplicated after each synchronization.
    when there are 2 times of synchronization done, the data is duplicated twice.
    how to solve it?

    change incremental to false

  • Oracle Disconnected Analytics Client

    Where and how to download Oracle BI Disconnected Analytics Client.
    When installing Oracle BIEE 10 includes a client it serves me?

    Hi Nikhil,
    It is integrated with OBIEE 10.1.1.3.0 Version. While we log on to Answers we can view the option " Disconnected Analysis" under the "more products" option
    Disconnected analytics requires some amount of configuration on the client machines. If you just want to see how it would look like then check blog entry here:
    http://oraclebizint.wordpress.com/2007/11/23/oracle-bi-ee-101332-working-with-disconnected-analytics-sadis-utility/.
    You can fire this up on the same machine as the BI EE.
    If question is answered, award points and close the thread.
    -Amith.

  • Disconnected Analytics Synchronization problem

    Hi,
    Using the Disconnected Analytics feature in BI, i'm trying to download an application from the Server system to Client. But in the process of synchronization i'm getting the following error...
    APPLICATION UPDATE>[nQSError: 80001] Update was not successful. : Web Catalog
    In the Sync log file it is there as,
    [nQSError: 80014] The Web Catalogs could not be merged
    2007-07-16 14:22:25
    APPLICATION UPDATE>[nQSError: 80001] Update was not successful. : Web Catalog
    2007-07-16 14:22:31.
    Can i know what else i need to do to complete the synchronization process sucessfully.
    Thanks in Advance.
    Thanks,
    Kumar.

    Hi Kumar,
    I am facing the same error.
    Plz suggest me the solution....Urgent Requirement.
    Your help will be highly appreciated!!
    Thanks,
    Deepak

  • 10g - ODBC DSN for Disconnected Analytics

    hi, experts,
    how to configure the ODBC DSN for Disconnected Analytics
    http://download.oracle.com/docs/cd/E12096_01/books/AnyDisconnAdm/AnyDisconnAdm_Setup4.html
    the webpage above doesnt give enough information on how to configure.
    any samples?

    Hi Stephen,
    This link gives you the information needed for you http://www.skurabigroup.com/blog/?p=496
    http://oracle.ittoolbox.com/groups/technical-functional/oracle-bi-l/installation-of-disconnected-analytics-1544000
    Hope it helps you.Mark points for the threads helpfult o you.
    By,
    KK

  • Oracle 10g Reports Server - problem authenticating against DB

    I have a problem with Oracle 10g Reports server authenticating against an Oracle RDBMS.
    When I try to run reports, an authentication form screen is presented, with the password field empty (the URL in explorer that loads this page contains the username and DB instance, but is missing the password) and the following error message:
    REP-51018: Need database user authentication
    When the password is entered into the empty field in the form and submitted, another 2 authentication errors are given.
    REP-51018: Need database user authentication
    REP-12545: java.sql.SQLException: ORA-12545: Connect failed because target host or object does not exist
    When the URL in the browser location field is manually altered to include the DB password, the reports are authenticated fine.
    Any ideas which config file I should be looking in?
    Any pointers would, of course, be much appreciated.
    thanks,
    Brian

    Hello, i finally have discovered what was happening, it has to be with the way FreeBSD passes the password field. By default FreeBSD passes the password field with a '*' while Oracle Linux (and Red Hat clones) expect an 'x' to look into shadow maps (Linux uses the '*' character in the password file to not allow login to that user).
    To solve it the password field served by the NIS server must be substituted, which is accomplished with nsswitch.conf and adding a line to the /etc/password file on the NIS Client, so the final files will look this way:
    # nsswitch.conf (compat directive allows us to use the '+' sintaxis in /etc/passwd file)
    passwd files compat
    # /etc/passwd (just add at the end of file)
    +:x:::::

  • Do i need to create table manually for disconnected analytics?

    Hi, i wanna ask, when i create a disconnected analytics client, do i need to create the table manually for SQL Anywhere? Or it has another means?
    Thanks.

    Thanks John
    I just find the answer
    Yes, it's recomeded to add new group , for instnace If I have 10 group from 1 to 10 then the standby shoudl be from 11 to 20
    Thanks I found the answer.

  • Issue in opening reports in Disconnected Analytics at Client side.

    Hi Gurus,
    I have successfully configured the disconnected analytics.
    The repository name = disconnected.rpd
    In the Connection Pool tab, below information is given :
    User name = Disconnected
    Username/password = dba/dba
    Call interface =Default(ODBC 3.5)
    In the Database tab, below information is given:
    Database : SQL Anywhere 9
    On the client side, when I open the report "channel_report" in answers, it is giving me below error :
    Odbc driver returned an error (SQLExecDirectW).
    Error Details
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 16001] ODBC error state: 28000 code: -103 message: [Sybase][ODBC Driver][Adaptive Server Anywhere]Invalid user ID or password. (HY000)
    SQL Issued: SELECT Channels."Channel Class" saw_0, Channels."Channel Desc" saw_1 FROM SH ORDER BY saw_0, saw_1
    Can anyone know how to resolve it?
    ~ John
    Edited by: user541642 on Sep 16, 2011 4:40 AM

    Hi Gurus,
    I have successfully configured the disconnected analytics.
    The repository name = disconnected.rpd
    In the Connection Pool tab, below information is given :
    User name = Disconnected
    Username/password = dba/dba
    Call interface =Default(ODBC 3.5)
    In the Database tab, below information is given:
    Database : SQL Anywhere 9
    On the client side, when I open the report "channel_report" in answers, it is giving me below error :
    Odbc driver returned an error (SQLExecDirectW).
    Error Details
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 16001] ODBC error state: 28000 code: -103 message: [Sybase][ODBC Driver][Adaptive Server Anywhere]Invalid user ID or password. (HY000)
    SQL Issued: SELECT Channels."Channel Class" saw_0, Channels."Channel Desc" saw_1 FROM SH ORDER BY saw_0, saw_1
    Can anyone know how to resolve it?
    ~ John
    Edited by: user541642 on Sep 16, 2011 4:40 AM

  • Disconnected Analytics

    Hi,
    Using the Disconnected Analytics feature in BI, i'm trying to download an application from the Server system to Client. But in the process of synchronization i'm getting the following error...
    APPLICATION UPDATE>[nQSError: 80001] Update was not successful. : Web Catalog
    In the Sync log file it is there as,
    [nQSError: 80014] The Web Catalogs could not be merged
    2007-07-16 14:22:25
    APPLICATION UPDATE>[nQSError: 80001] Update was not successful. : Web Catalog
    2007-07-16 14:22:31.
    Can i know what else i need to do to complete the synchronization process sucessfully.
    Thanks in Advance.
    Thanks,
    Deepak

    Install BEA Analytics 2.1
    Hi all,
    In our project we have the BEA analytics 2.0 installed , but there were some configuration error, and we are unable to gather an accurate report on the portal. Now we are planning to upgrade BEA analytics from 2.0 to 2.1 and i was wondering due to the earlier configuration error in the prior installation do i have to uninstall the existing analytics software and then install the latest version. Please let me know.
    Thanks,
    Vinni

  • Disconnected Analytics on clients

    When using disconnected Analytics is it necessary something installed on the client?
    And if so, does each client need an additional license?
    Thanks

    Hi,
    No the client does'nt need an additional liscence.
    Regard

  • I forgot my iCloud password, and i can not reset it with email authentication, when i do it, i don't receive any mail from Apple

    I forgot my iCloud password, and i can not reset it with email authentication, when i do it, i don't receive any mail from Apple

    If you don't know your password, don't know your security questions and don't have a rescue address or don't receive a reset email, you should contact AppleCare who will initially try to assist you with a reset email or if unsuccessful will pass you to the security team to reset your security questions for you.
    If you are in a region that doesn't have international telephone support try contacting Apple through iTunes Store Support.

  • I recently got an iphone 5S and my songs not purchased from iTunes are grayed out (phone only) and are skipped past when playing them through my iPhone.

    I recently got an iphone 5S and my songs not purchased from iTunes are grayed out (phone only) and are skipped past when playing them through my iPhone. i have tried the following:
    1) Removing all music from phone and resynced to iTunes PC library.
    2) Erased phone and restored from back up
    3) Erased phone and started as a new iPhone
    4) Reformated the music files in my library that weren't playing
    5) Deleted songs from iPhone and computer and re-imported CDs
    6) Tried to redownload my COMPLETE MUSIC LIBRARY from iCloud.
    7) I have also turned it off and turned it back on several times
    8) I tried syncing through my macbook (only moved partial songs to it to see if it would even work).
    9) I have tried to get Siri to play them, did not work.
    10) All music does play fine on my iPod Touch 3rd (iOS6 i think) gen and iTunes on Mac and PC
    11)  I added a CD to my roommates iTunes and it plays on their iPhone 5S but not mine.
    After all of these things it is now WORSE!!!  My iTunes purchased songs are now experiencing the same issue along with some (not all) of the original music files that were skipping and grayed out.  My conclusion is i have no clue at this point!  I have done everything i have found online in EVERY discussion, i have spent over 60 hours trying to get this to work and i am asking myself, i bought this product why am having to fix this when it worked just fine on my iPod touch (3rd Gen) and iPod Classic!!!!  PLEASE APPLE FIX THIS ISSUE FOR US!!!! 

    I had this problem too after i upgdatd to OS X Mavericks... only the songs on my iphone 5s that i purchased from itunes would play.
    i read something about it being a syncing issue. when you plug your phone into your computer with the usb cable, the person said to switch from automatic syncing of itunes to the "manual" option. mine was already set to manual so i wasn't sure anything would work. BUT, when i plugged my phone into my computer, it started to sync all of my music on my phone again (top of itunes bar where song playing/time is listed said "now syncing 123/534 songs to x's iphone"). once that was completed, i checked the music app on my iphone and everything was back to normal!
    so, i would suggest setting your music syncing settings to manual if you haven't tried that yet!
    hope this helps!

  • When synchronization fails to create a backup, iTunes gives an error.

    When synchronization fails to create a backup, iTunes gives an error.
    iPhone 4, OS 5, Windows XP S3, iTunes 10. ITunes was moving a few times. Please help me.

    When synchronization fails to create a backup, iTunes gives an error.
    iPhone 4, OS 5, Windows XP S3, iTunes 10. ITunes was moving a few times. Please help me.

Maybe you are looking for