GRC 10.1 Addon Problem

Dear Experts,
We are trying to install add on component for GRC 10.1 GRCFND_A_V1100_INST but unable to complete this process due to import phase keep on running couple of days.
Please suggest how to overcome this problem.
Best Regards,
Babu.

Hi Nazli
I recommend you go back to basics and check through the Integration Framework setup to ensure you have properly defined your connectors. Also ensure the RFC connection and logical system has been configured.
Next up, check your RFC connection to see if the User Id in there unlocked and has sufficient access in the plug-in system.
Rerun all sync jobs for object repository and see if you get any result
Regards
Colleen

Similar Messages

  • Regarding addon problem

    hi, 
         i create one addon for process external bank reconsilation we import  external bank statement to execl file it working fine  from last six month  but today  we import file it shows  an error <b>internal error(2147467259) occured (131-183)
    the specified resource name cannot be found in the image file</b> .its very urgent pls give solution as early as possible.
    regrads,
    vishal

    Hi Vishal,
    I am sorry, but I have no clue what your problem might be, but:
    a) you should give your message a meaningful subject - "regarding addon problem" doesn't say anything!
    b) I suggest that you might rather ask B1 application-related questions in the "SAP Business One" forum; I hope that you can get the right advice easier there.
    HTH,
    Frank

  • Labview addons problem

    While opening an existing project, I have been prompted to find the control named "Telnet Session.ctl". The labview is trying to load it from "\addons\internet\telnet\telnet.llb\Telnet Session.ctl", but couldn't find it. What should I do? I also see this box during the process.
    Solved!
    Go to Solution.
    Attachments:
    addon.png ‏15 KB

    Thanks Dennis. In will have a deeper look into the problem. For now, I think it needs telnet functions since one of the error I am getting is SubVI 'Telbet Read.vi'ubVI is misssing. Another is 'type Definition 'telnet_handle': type definition not found or contains error' and many more.

  • Multilanguage Addon Problem

    Hi all,
    i'm facing a strange problem. I've created my multilanguage addon, but i have some problems with aet_LanguageChanged event.
    When i change the language of the company and i read back the oCompany.language to set my new language, i get the old value of the oCompany.language properties.
    This happen if i do not stop and restart my addon. If i stop and restart the addon i can get the right oCompany.language value.
    Any hint?....Anyone else had same problem?
    Thanks in advance.

    Solved.
    I get the SBO_Application.language instead of oCompany.language.

  • Install AddOn problem

    Hello all,
    I have a problem with install my addon to SAP2004. I create setup program for my addon, than i make .ard file for this addon and registred Addon in SAP SBO. When start the SAP begin the installation process. This process is ending by error "Install is time out". The setup dont start. I used time for installation 300 second. The wizard for setup didnt start. Why not?

    Hey Vit,
    First of all you will need to use some kind of installer that will allow you to execute your own custom code blocks as you must tell Business one that your installer has been successful.
    Here is some of the code that I used:
    First of all when your add on installer is called it gets two parameters from Business one. The first one is the install dir and the second os the location of the addonreg dll. You need to use these variables in your code.
    installDir = Environment.GetCommandLineArgs().GetValue(1).ToString();
    dllLocale = Environment.GetCommandLineArgs().GetValue(2).ToString();
    You need your C# application to talk to the business one registration dll. These are the three main functions you will need to call.
    [DllImport("AddOnInstallAPI.dll")]
    static extern int EndInstall();
    [DllImport("AddOnInstallAPI.dll")]
    static extern int RestartNeeded();
    [DllImport("AddOnInstallAPI.dll")]
    static extern int SetAddOnFolder(string srrPath);
    This is the code I use to tell Business one my addon has been installed:
    public bool RegisterAddOnWithBusinessOne()
        //set curr directory to SBO dll path
        Environment.CurrentDirectory = dllLocation;
        //override the default install Dir
        if (SetAddOnFolder(installLocation) != 0)
              return false;
        else
         //tell SBO the install has ended properly
         if (EndInstall() != 0)
              return false;
    return true;
    Please let me know if you have any questions or if this helps.

  • Vista mit UAC (Benutzerkontensteuerung): AddOn-Probleme

    Hallo,
    auf unseren Rechnern läuft Windows Vista SP2 in 32- und 64-Bit-Ausführung.
    Die Sicherheitsrichtlinie gebietet es, mit eingeschalteter Benutzerkontensteuerung (UAC) zu arbeiten.
    In diesem Setup gibt es immer wieder Probleme mit Erkennung bzw. Installation von Add-Ons, zu denen unser Dienstleister sich einfach nicht äußert. SAP schreibt in seinen Release Notes, dass Vista unterstützt wird...
    Das am einfachsten zu beschreibende Problem ist folgendes: Ein Add-On (z.B. Payment) wird beim Start versucht, neu zu installieren, obwohl es bereits da war. Oder auch: es soll aktualisiert werden.
    Business One läuft dann mit normalen Benutzerrechten und ruft den AddOn-Installer auf. Statt - wie von MS vorgeschrieben - erhöhte Rechte anzufordern, wird der Installer gestartet und bricht irgendwann mangels Rechten ab.
    Die vermeintliche Lösung, B1 mit dem Kontextmenü-Eintrag "als Administrator ausführen" als Domänen-Admin zu starten, schlägt mit einem Crash fehl (absolut reproduzierbar: erstellt jeweils Datei "SAP Business One_2011MMTTHHMMss.dmp").
    Kommt das jemandem bekann vor? - Gibt es Lösungsansätze?
    Danke,
    Thomas
    Edited by: Klein Thomas on Dec 14, 2011 6:05 PM

    Hi Andreas,
    in der Tat aktualisiert man AddOns nicht alle Tage - daher erinnere ich mich auch nur noch grob daran, dass es trotzdem einen Haken dabei gab, sich als Admin einzuloggen und dann B1 für die Aktualisierung zu starten ("als Admin ausführen" im normalne Account führte nämlich zum Crash, s.o.):
    1. die AddOn-Installer wurden, glaube ich, korrekt aufgerufen und ausgeführt.
    2. beim späteren Start als "normaler" User konnte B1 sich leider nicht mehr daran erinnern
    3. nach diesem Start als "normaler" User wurden die AddOn-Installer also wiederum aufgerufen - ohne Admin-Rechte scheiterte die Installation natürlich
    Ich vermute, dass es eine benutzerbezogene AddOn-Verwaltung gibt - kann das sein? In irgendwelchen Textdateien konnte man eine AddOn-Registrierung vornehmen oder so - damals war ich leider noch unerfahren und hab keine guten Aufzeichnungen zu diesem diffusen Problem.
    Gruß
    Thomas
    Edited by: Klein Thomas on Dec 21, 2011 3:57 PM

  • Webspace repository pkg install webspace-swa-datastore-addon problem

    I have installed webspace on glassfish and work without problem.
    Now I want to install swa addon but i have a problem when i try to download webspace-swa-datastore-add. I can download webspace-swa-gateway-addon e webspace-swa-administration-addon
    *# ./pkg install webspace-swa-administration-addon*DOWNLOAD PKGS FILES XFER (MB)
    Completed 1/1 61/61 3.93/3.93
    PHASE ACTIONS
    Install Phase 85/85
    PHASE ITEMS
    Reading Existing Index 7/7
    Indexing Packages 1/1
    *# ./pkg install webspace-swa-gateway-addon*DOWNLOAD PKGS FILES XFER (MB)
    Completed 1/1 75/75 3.83/3.83
    PHASE ACTIONS
    Install Phase 104/104
    PHASE ITEMS
    Reading Existing Index 7/7
    Indexing Packages 1/1
    {color:#ff0000}*# ./pkg install webspace-swa-datastore-addon*
    DOWNLOAD                                    PKGS       FILES     XFER (MB)
    webspace-swa-datastore-addon                 0/1     111/112   15.83/15.83
    pkg: Maximum number of network retries exceeded during download. Details follow:
    Invalid content for action with path webspace/swa-datastore/distribution/deploy/jackrabbit/WEB-INF/classes/META-INF/LICENSE.txt chash failure: expected: 7e61862a5f57daa3aaaa110c33eb83a5d2a4c791 computed: d9edec8fc402ee911f309ddaeea71513ef9da0e1. (happened 4 times){color}
    I have the same result also if i try from different server or if i use to updatetool.
    Have you any ideas ?
    TIA
    Giovanni

  • Google maps works locally but not live. not addon problem

    Google maps in an iframe seems to get stuck loading.
    Regular google maps ok.
    by locally I mean:
    if I load the file with the iframe from the version on my computer, it's ok, but when I put it on my server, it fails to load.
    Happens only in firefox. opera/ie/chrome just fine
    Tried the usual fixes (safe mode, skype addon, about;config images.default, clear cache, )
    For me, the page shows a blank.
    here are sample links...http://contrakyoto.byethost9.com/DirectionsAndWhatToBring.html
    http://www.daniweb.com/web-development/web-design/html-and-css/threads/268779
    But in my IDE, I can use the mozilla engine, and I can see the map partially loaded with the "Loading/still having problems" message. I can sometimes see this in FF too. Also, safe mode iwth all addons off also doesnt work.
    What is odd, is that if I load the same page LOCALLY...the map works fine.

    pasting all that HMTL is not necessary, it is not relevant
    here. Make sure you have the FLV, and the FLV's Skin SWF uploaded
    and they are targeted correctly.

  • ARQ: GRC work items refresh problem in Work Inbox???

    Hi All,
    While accessing any GRC work items from Work Inbox in NWBC, I have to click on "Refresh" button manually to reflect the latest work items!
    I tried to look for any ABAP program which does this but could not succeed.
    May I know what is the program used to update these GRC work items for all users? OR How do I make it automatic to reflect the latest work items quickly?
    Please advise.
    Regards,
    Faisal

    Hi Mangesh,
    Thanks for your reply.
    Below are my settings:
    As you can see, no role is assigned
    Currently the refresh type is "On Every Page visit" as per note#1635072 (which is default)
    Not sure why this is not working for me.
    Regards,
    Faisal

  • GRC RAR SAP Adapter problem

    Hi,
    I have a problem with SAP Adapter:
    com.sap.tc.webdynpro.progmodel.context.ContextException: DataNodeInfo(<unknown>): the controller has already been destroyed
    Does anoyone know about it?
    Regards,
    Ricardo.
    Edited by: Ricardo  Carrasco on Jul 23, 2009 11:00 PM

    Herry,
    It´s ok. Problem resovled.
    Many thanks,
    Ricardo.

  • Addon problem

    Hi All,
    As per  RTCCTOOL report, require addon is ST-PI 2008_1_700 now present addon in system is ST-PI 2005_1_700  . so i downloaded  ST-PI 2008_1_700  and  applied  from tx saint.
    After uploading patch from frontend in the initial screen when i click start button. the required addon is not displaying showing No Installation Packages are available.
    Can any one please tell me how to resolve this issue and where i am going wrong.
    regards
    Shashi

    Hi Anand
    Thanks for quick reply
    i think i uploaded only patch file
    installations and Upgrades -> Entry by Application Group --> Plug-Ins --> SAP Solution Tools --> ST-PI --> ST-PI 2008_1_700
    here i found delta upgrade and supplementary upgrade which one i need to go
    in delta upgrade i found ST-PI 2008_1_700: Add-On Upgrade  and in  supplementary upgrade i found ST-PI 2008_1_700: Add-On Exchange Upgrade
    so after doing this upgrade i need to apply patch ?
    Regards
    Shashi

  • I forgot my email addon problem

    hi i cant remember my login email for addons developer page, i just have the developer name ?
    i want to update the addon but cant !

    When you forget a password for any site; Go to that sites log-in
    page and select '''Forgot Password.''' An e-mail will be sent to your
    address on file with that site.

  • SAP GRC RM- Survey-Email problem

    Hi gurus,
    I am performing a Risk Survey via Email, I fill in the pdf and I send it back to the offline user. However, the Survey tab in the Risk Event is not updated.
    Any idea of how can I solve the issue?
    Thanks,
    Kind regards,

    Hi Smita,
    Please check below the SO50 screenshot and SOIN screenshot.
    Thanks again,
    Kind regards,

  • Erro apos copia PI/GRC

    Boa tarde pessoal,
    Fiz uma copia de um ambiente PI/GRC, e estou com problemas na parte Java, fiz o pos instalation do help.sap, e mesmo assim não funciona, não aparecem erros no dev_server0 e nem std_server.out, mas quando tento logar no sld não acontece nada.
    Alguem sabe o que pode ser?

    Rodei novamente com o seguinte resultado:
    0: gowsap21_GD2_03                           : Execução programa: SLDMSGSRV
    0: gowsap21_GD2_03                           : Execução programa: SLDLIVECACHE
    0: gowsap21_GD2_03                           : Execução programa: SLDIPSERV
    0: gowsap21_GD2_03                           : Execução programa: SLDINSTSP
    0: gowsap21_GD2_03                           : Execução programa: SLDINSTSC
    0: gowsap21_GD2_03                           : Execução programa: SLDINSTPRD
    0: gowsap21_GD2_03                           : Execução programa: SLDGWSRV
    0: gowsap21_GD2_03                           : Execução programa: SLDDBSYS
    0: gowsap21_GD2_03                           : Execução programa: SLDCOMPSYS
    0: gowsap21_GD2_03                           : Execução programa: SLDCLIENT
    0: gowsap21_GD2_03                           : Execução programa: SLDBCSYS
    0: gowsap21_GD2_03                           : Execução programa: SLDAPPL_SERV
    0: gowsap21_GD2_03                           : Fim da coleta de dados SLD.
    0: gowsap21_GD2_03                           : Coleta de dados efetuada com êxito.
    0: gowsap21_GD2_03                           : Dados RFC foram editados.
    0: gowsap21_GD2_03                           : Destino RFC utilizado: SLD_UC
    0: gowsap21_GD2_03                           : Chamada RFC sem êxito: Error when opening an RFC connection
    0: gowsap21_GD2_03                           : Jobs periódicos existentes eliminados. Nº: 1
    0: gowsap21_GD2_03                           : Programa escalonado: 20100811 043500.
    1: gowsap21_GD2_03                           : Job controlado por eventos já existe. Escalonamento não necessário.

  • Recently updated addons open their own page when I start Firefox

    Every time I update an addon to a new version I get a page telling me I've successfully updated that particular addon whenever I start Firefox. It's is very irritating.
    The pages don't appear in the Tools/Options/General/Home page box but they open every time I start the browser.
    I already have a page for Colorful Tabs and another for Webmail Notifier and I can't disable them unless I disable the addons. However, I don't think this is an addon problem, but a Firefox one.

    Some addons load their own page immediately after an update of that extension - once - to explain what the update is all about, such as new or improved features. If that page is being displayed more than once, something is wrong in Firefox prefs.
    If you don't want those pages displayed ever, you'll have to check with support for each extension that does that, to see how that "first run" page can be turned off for each each extension. I am not aware of a "standard" pref that covers every extension that does it, and I don't either of the two extensions installed that you mentioned to be able to look for a pref like that.

Maybe you are looking for