Problem regarding saving ibots

hi...good evening...
I am setting up ibots for BI Analytics in solaris server..
I have successfully ran all the steps...
1)createing S_NQ tables 2)configuring the job manager 3)configuring the scheduler etc etc.
also i have ran the cryptotools and also changed the instanceconfig.xml.
But when i am trying to save an ibot ,it is throwing error..
Oracle BI Scheduler Error: [nQSError: 68019] Authentication Failed.
Error Details
Error Codes: GYFPI8RN
plss help...
(one thing i can mention: while running the cryptotools i.e updating the credentialstore.xml file, it didnt ask me for file already exists.do you want to overwrite it? y/n(y): )

I had a similar problem when configuring the scheduler, but without a bit more detail I cant advise.
You should have at least changes in the following:
web/config/instanceconfig.xml
web/config/credentialstore.xml
In the credential store, the alias MUST be "admin" all lower case. my entry looks like:
<sawcs:credential type="usernamePassword" alias="admin">
<sawcs:username>Administrator</sawcs:username>
<sawcs:password passphrase="{snipped}">
<xenc:EncryptedData>
<xenc:EncryptionMethod Algorithm="http://www.rsasecurity.com/rsalabs/pkcs/schemas/pkcs-5#pbes2">
<pkcs-5:PBES2-params Algorithm="http://www.rsasecurity.com/rsalabs/pkcs/schemas/pkcs-5#pbkdf2">
<pkcs-5:KeyDerivationFunc>
<pkcs-5:Parameters>
<pkcs-5:IterationCount>1024</pkcs-5:IterationCount>
</pkcs-5:Parameters>
</pkcs-5:KeyDerivationFunc>
<pkcs-5:EncryptionScheme Algorithm="http://www.w3.org/2001/04/xmlenc#tripledes-cbc"/>
</pkcs-5:PBES2-params>
</xenc:EncryptionMethod>
<xenc:CipherData>
<xenc:CipherValue>{snipped}</xenc:CipherValue>
</xenc:CipherData>
</xenc:EncryptedData>
</sawcs:password>
</sawcs:credential>
In the web/instanceconfig.xml you need to ensure you have entries similar to:
<Alerts>
<ScheduleServer>localhost</ScheduleServer>
</Alerts>
<CredentialStore>
<CredentialStorage type="file" path="{bi home}/OracleBIData/web/config/credentialstore.xml" passphrase="{snipped}"/>
</CredentialStore>
Hope this helps you

Similar Messages

  • Problem while saving date field in custom table

    Hi,
    Iam facing the following problem while saving a date field in custome table
    i have a date field zdate in which the value is 02082010.
    now when i try to insert this value in the custom table it is getting updated as 20/10/0208 , but it should be 08/02/2010
    How can i correct it..
    Regards
    Kumar

    just before saving u might have to use a string reverse FM and then save it..
    CALL FUNCTION 'STRING_REVERSE'
      EXPORTING
        STRING          = p_string
        LANG            = sy-langu
    IMPORTING
       RSTRING          = r_string
    EXCEPTIONS
       TOO_SMALL        = 1
       OTHERS           = 2

  • Problem when saving form in web dynpro abap application in se80

    Hi,
    I am trying to develop an adobe application. When I save the form which i have designed.
    I get the "error" unable to convert data and the transaction is terminated.
    I dont have any idea why.
    Help
    Thanks,
    Harish

    Hi
    Are you getting the problem  while saving the Adobe form  or while saving the webdynpro application.
    Could you please elaborate your problem.
    Regards
    Naresh

  • Problem in saving project frm labview 8.5 to 8.2

    i m facing problem while saving the project frm 8.5 to 8.2
    while doing this i recieve message of following Vis missing
    1 Teststand-ExecuteMenu Command.vi
    2.Teststand-Insert Command in Menu(Execution View Manager.Vi
    3.Teststand-Insertcommand in Menu (SequencefileView Manager .vi
    4.Teststand-Insertcommandin Menu.vi
    5.Teststand-Remove Command from Menu.vi
    plz solve this problem

    Hello Eler,
    I'm the AE from the french support who tested your class.
    I tested your big class with different version of LabVIEW and with all the versions, I had the error.
    I tested with LV8.5.1 french, LV 8.2.1 french and english, LV8.2 french and english,LV7.1 fench.
    For me with LV 8.2.0 english version your class doesn't work.
    I attached screen shots for all tests.
    Regards  
    VéroniqueD
    NI France
    Attachments:
    error assembly.zip ‏382 KB

  • Problem in saving mkpf through migo additional tab screen

    Hi all,
    I am facing problem while saving mkpf table through some zfields added in extra tab at header level. i have append structue in mkpf. and implement screen through mb_migo_badi. i have searched a lot on sdn. but nothing is available regarding updation of mkpf. all says that we have saved data in ztable. cann't we save in mkpf table . if yes then what i have to do for it..

    Hi,
    You can find data in these tables when quality checking is done, these needs to be set by functional consultants.
    Chekc your process if any Inspection lots size is defined for each each goods movement at all, if not these tables will not be populated at all.
    Regds,
    Mano Sri

  • Problem in saving Inventory

    Dear All,
    I am under a process of installing 9.2.0.8 on 9.2.0.6 ORACLE_HOME, i have started the process a few mins ago, suddenly an error came its says :
    Problem in saving Inventory. Installation cannot continue
    /ebiz/oracle/oraInventory/ContentsXML/comps.xml (Permission Denied)What is this problem,, i have started this installation with Oracle User only,,, Please help me ......
    I have checked that file "comps.xml" its belongs to applmgr user (application user).. how do i change this file permission,, if i change this installation will move on !!!
    Regards
    HAMEED
    Edited by: Hameed on Jul 23, 2011 2:18 AM

    Thank u dear,, after changing the permission i started again,, and completed successfully.
    but failed with some other issue.. kindly follow this below link
    Re: Application Intraoperative patch needed for DB version Upgrade in 11i ?
    Regards
    HAMEED

  • Problem with "Saved with Id" in Reports

    Hi Group,
    I am having problem with "Saved with id" functionality.
    1.) I created a Query in sq01 as "query1".
    2.) Copied the source code of this query into a z program
    ztest_query.
    3.) Now executed the report "ztest_query" in background with "Saved with Id" checkbox checked and id as "1234".
    4.) Now where/how can I search for this id "1234" to retrieve my list.
    5.) Normally if I dont change the report name and use the program aq*query1 which is self generated one, this works and I am able to retrieve the saved list from Transaction
    SQ01.
    Please let me know how this can be achieved.
    Regards
    Ankur Bhandari

    Ankur,
    Did you find a solution for this problem. Not many seem to be using this "Save list to id" functionality.
    Thanks
    Vyas

  • Problem while saving an object under a dev class

    hi all,
            Here is a problem while saving an object under a development class.... I created a Z program (ZSORDER)  through SE38 and while i was saving that Z program under a development class called SALES it shows an error message like  <b>" customer object program ZSORDER can't be assigned to the package SALES"</b>..... can any one can explain what is the problem....

    hi,
    you should have created your package starting with the letters "Y" or "Z".
    you have created it with the letter "s". SALES.
    's' is reserved to be used by SAP.
    so create the package  with the letters 'y' or 'z' like 'ysales' and you wont be getting that problem.
    try it.
    warm regards,
    Hari Kiran

  • Problems with saving decimal data

    Hello!
    I was faced with problem during saving decimal data via Excel input schedules. We use BPC 7.0 MS, SQL Server 2008.
    One of the main customer demands is using decimal comma (",") due to Russian regional settings and standards. We've switched server regional options and one of the client machine's regional options into Russian, all integer data is sent to SQL correctly but during saving decimal data we got error - Type mismatch.
    Do you mind how to solve this issue? Or it is possible only using English standarts?
    Thanks for your help.
    Regards, Maksim.

    Hi Maksim,
    To understand if you have set correct regional settings for you SAP BPC server you have to check the follow keys:
    HKEY_USERS\.Default\Control Panel \ International
    HKEY_USERS\S-1-5-18\Control Panel \ International
    HKEY_USERS\S-1-5-19\Control Panel \ International
    HKEY_USERS\S-1-5-20\Control Panel \ International
    HKEY_USERS\S-1-5-21\Control Panel \ International
    HKEY_USERS\S-1-5-21.....\Control Panel \ International
    should have all the keys for English US.
    Kind Regards
    Sorin Radulescu

  • Problems with saving a file

    Hello,
    Im having problems with saving files on my computer, from Mail and Safari. I have 900gb free diskspace, but i simply cant save anyhow, it says my disk is full.
    Have i accidentally locked something up?
    Regards,
    Niclas

    Run disk utility on your hard drive to repair your permissions.  http://support.apple.com/kb/HT1452

  • Problem While saving the Invoice

    Dear Experts,
                      I am facing the Problem while Saving the Invoice, In invoice, We assigne the Output as RD00 and Medium as 6 (EDI).
    When we are saving the Invoice, it getting as ' Updated Terminated'. When i found where the Error is coming in SM13, it showing in as Function Module "RV_MESSAGE_UPDATE' & Error Details is 'EAN11 not found for Material'.
                     But in Invoice whatever we enter the Material number, we maintain the EAN11 code. This EAN11 code is seen in MARM & VBRP Table. Unable to find the what the exact error is.
                   please help me to sort this issue, Its business complicated.
    Thanks in Advance,
    Srini

    Hi Asik,
              Thanks for your valuable Message.... I run as you suggested, but the dispatch time i kept as 1 or 2. because the program RSNAST00 is picking the values only for 1 or 2. so i run manually,, as of now the issue is, in the invoice number, for one material number, the Billed quantity is zero, so the UOM is getting as initial. From those vaues we are picking the EAN11 from maram table.
    So, i modify that and run the EDI manually. As of now its working...
              Thanks for your reply,,,
    Regards,
    Srini

  • Problem when saving an order after using userexit_save_document

    Hi
    We are doing an  enhacement in sales order capture, and we have next problem, after saving the order, the change of adding the new order is not saved in CDHDR table with the I (of Insert), that's only one problem, but I have another worst , after I use exit save_document, I'm saving data in a Z table, and debugging the program, when I finish the exit save_document the Z table is Ok saved, with the correct data saved, but when I pulse F8 to make the order being complete saved, something is happening because the Z table changes its values as if I run the VA02 , but I'm still in VA01 finishing the saving of the new order, It's very weird, and I don't know if somebody has experimented something like this, please let me know, because its very Urgent!!
    Thanks
    Regards
    Soraya

    Hi,
    To have the changed values being reflected in CDHDR, for the fields you wanted to track the changes- In Ztable, AT Dataelement level, In FURTHER CHARACTIRSTICS tab check the box CHANGES DOCUMENT, if you check this checkbox then this becomes the pre requisite for the CDHDR entires. Then in SCDO trnsaction try to cretae a Change document object for this table.
    I think the table is not locked for entires. For this table provide the authorization checks then we can restirct others to enter the value into the table.
    Try to use Authorization objects or LOCK related Function modules like ENQUEUE and DEQUEQUE.
    Reward if helpful.
    Best Wishes,
    Chandralekha

  • Wierd problem regarding JInternalFrames and OUTLINE_DRAG_MODE

    Hi there,
    I'm currently experiencing a strange problem regarding the use of a JDesktopPane and JInternalFrames.
    Code may look as this, its a random Example as I encounter the same results no matter how I construct the Frame and so on:
    public class Example extends JFrame{
        public Example() {
            this.setTitle("Example");
            this.setPreferredSize(new Dimension(800,800));
            this.setLocationRelativeTo(null);
            this.setDefaultCloseOperation(EXIT_ON_CLOSE);
            JPanel contentPane = (JPanel) this.getContentPane();
            contentPane.setLayout(new BorderLayout());
            JDesktopPane dp = new JDesktopPane();
            dp.setDragMode(JDesktopPane.OUTLINE_DRAG_MODE);
            contentPane.add(dp, BorderLayout.CENTER);
            this.setVisible(true);
            JInternalFrame f = new JInternalFrame("not so cool", true);
            f.setPreferredSize(new Dimension(400,400));
            f.pack();
            dp.add(f);
            f.setVisible(true);
        public static void main(String args[]){
            Example ex = new Example();
    }So, I'm currently using Netbeans and when I'm running any application/project with those settings from inside the IDE
    theres absolutley no problem. As soon as I'm running the Jar file, the drawing of the "outlines" while resizing the InternalFrame
    is kinda laggy and choppy as hell. I spent 2 hours of googling now and I still got no idea why thats the case, so I hope anyone
    here can enlighten me.
    The Java version installed is 1.6.0_10
    regards, me

    AndrewThompson64 wrote:
    (shrugs) Maybe the IDE is using -Dsun.java2d.d3d=false? In any case, very few people around here provide support* for IDEs.
    * Read that as 'speculate on why an IDE does it different - why it works in an IDE'Sir, seems like you got the point, I wasnt familiar with those command line options for the VM before, regarding Graphics options.
    Working fine as soon as I disable D3D. Should've come to that myself but oh well -.-.
    Thanks guys!

  • Problem regarding installation of drivers of hp m1005 mfp on windows 8.1(64 bit)

    i am facing problem regarding the installation of the drivers on my new windows 8.1 pc.
    i have already downloaded the full solution present on the website twice but found my efforts in vain.

    Hello  @naga_akkireddi , and welcome to the HP Forums.
    I am sorry, but to get your issue more exposure I would suggest posting it in the commercial forums since this is a commercial product. You can do this at HP Commercial LaserJet Forums.
    I hope this helps!
    Please click “Accept as Solution " if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the right to say “Thanks" for helping!
    Jamieson
    I work on behalf of HP
    "Remember, I'm pulling for you, we're all in this together!" - Red Green.

  • A problem regarding set up of Oracle Lite 3.6.0.2.0 on Win 95, with JDK 1.1.8 &java 2

    A problem regarding set up of Oracle Lite 3.6.0.2.0 on Win 95, with JDK 1.1.8 and Java 2 SDK ( Ver 1.3 Beta)
    After the installation of Oracle Lite 3.6.0.2.0 on a laptop (with WIN 95 OS), When I run Oracle Lite Designer from start menu, I receive following error message :
    ====================================
    Invalid class name 'FILES\ORA95_2\LITE\DESIGNER\oldes.jar;C:\PROGRAM'
    usage: java [-options] class
    where options include:
    -help print out this message
    -version print out the build version
    -v -verbose turn on verbose mode
    -debug enable remote JAVA debugging
    -noasyncgc don't allow asynchronous garbage collection
    -verbosegc print a message when garbage collection occurs
    -noclassgc disable class garbage collection
    -ss<number> set the maximum native stack size for any thread
    -oss<number> set the maximum Java stack size for any thread
    -ms<number> set the initial Java heap size
    -mx<number> set the maximum Java heap size
    -classpath <directories separated by semicolons>
    list directories in which to look for classes
    -prof[:<file>] output profiling data to .\java.prof or .\<file>
    -verify verify all classes when read in
    -verifyremote verify classes read in over the network [default]
    -noverify do not verify any class
    -nojit disable JIT compiler
    Please make sure that JDK 1.1.4 (or greater) is installed in your machine and CLASSPATH is set properly. JAVA.EXE must be in the PATH.
    ====================================
    My ORACLE_HOME is c:\program files\ora95_2 and Oracle Lite is installed under the ORACLE_HOME in LITE\DESIGNER directory.
    JDK version is 1.1.8 which is greater than 1.1.4 installed in c:\program files\jdk1.1.8, My PATH, and CLASSPATH are set in AUTOEXEC.BAT as follows:
    set CLASSPATH=c:\Progra~1\jdk1.1.8\lib\classes.zip;c:\progra~1\ora95_2\lite\classes\olite36.jar;c:\progra~1\ora95_2\lite\designer\oldes.jar;c:\progra~1\ora95_2\lite\designer\swingall.j ar
    PATH=C:\Progra~1\Ora95_2\bin;.;c:\Progra~1\jdk1.1.8\lib;c:\Progra~1\jdk1.1.8\bin;C:\Progra~1\Ora95_2\lite\Designer;C:\WIN95;C:\WIN95\COMMAND;C:\UTIL
    And, I can run JAVA.EXE from any directory on command prompt.
    With JAVA 2 SDK (ver 1.3 Beta) instead of JDK 1.1.8 I'm getting a different Error message as follows:
    =============================
    java.lang.NoClassFoundError: 'FILES\ORA95_2\LITE\DESIGNER\oldes.jar;C:\PROGRAM'
    Please make sure that JDK 1.1.4 (or greater) is installed in your machine and CLASSPATH is set properly. JAVA.EXE must be in the PATH.
    ==============================
    the PATH and CLASSPATH were set accordingly, as with JDK1.1.8, and there was no classes.zip in classpath
    also the class file or the jar file looks weird or wrapped in the error message : 'FILES\ORA95_2\LITE\DESIGNER\oldes.jar;C:\PROGRAM'
    Another interesting thing I noticed is if I run oldes.exe from Installation CD, the Oracle Lite Designer runs fine, and without error, I'm able to modify tables in the database of my laptop also.
    Could someone shade some light on what am I doing wrong here ?
    Thanks for help in advance .
    Regards
    Viral
    null

    On 07/20/2015 06:35 AM, Itzhak Hovav wrote:
    > hi
    > [snip]
    > [root@p22 eclipse]# cat eclipse.ini -startup
    > plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
    > --launcher.library
    > plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20120913-144807
    >
    > -showsplash
    > org.eclipse.platform
    > --launcher.XXMaxPermSize
    > 256m
    > --launcher.defaultAction
    > openFile
    > -vmargs
    > -Xms40m
    > -Xmx512m
    > [snip]
    Try this: http://wiki.eclipse.org/Eclipse.ini. You should have read the
    sticky posts at forum's top for getting started help.

Maybe you are looking for

  • How to populate fields in standard SAP Screen

    Hi, There is one client requirement in <i>Create: Customer</i> transaction. (<b>T Code: XD01</b>) Go to transaction XD01. You get pop-up screen (Customer Create initial screen).  Enter the details required like account group, company code, etc. Now y

  • InDesign erroneously applies character style to imported text

    For a year, I had been importing text into InDesign with little trouble until this problem starting happening and I can't figure out why. Let's say I have a CS3 file with defined character and paragraph styles. If I draw an empty text box, InDesign s

  • Preferences problems?

    Here's what's going on. My desktop window is now too big for my screen, so I have currently have to continue scrolling the window about the screen to see hidden parts, like the Finder menu strip at the top. I tried changing the Display preferences (d

  • 23" Display turned to low resolution monochrome

    I have dual monitors running off an ATI Radeon 9600 Pro card. One day I rebooted after a crash and one of the monitors went monochrome and is low resolution. I switched the cables and it moved to the other monitor. So, I assumed it was the video card

  • How to run multiple queries in a report 6i

    hi! i have multiple queries that i have created in data model how can i invoke them in my report? thanks!