Create_dynamic_table - error  "Load program not found"

Hi experts,
i have receive error "Load program not found" at CALL METHOD cl_alv_table_create=>create_dynamic_table
Runtime Error          LOAD_PROGRAM_NOT_FOUND
Exception              CX_SY_PROGRAM_NOT_FOUND
Error analysis                                                                               
An exception occurred. This exception is dealt with in more detail below     
. The exception, which is assigned to the class 'CX_SY_PROGRAM_NOT_FOUND', was
neither                                                                     
caught nor passed along using a RAISING clause, in the procedure             
"FB_TABLE_CREATE_STRING" "(FORM)"                                           
Since the caller of the procedure could not have expected this exception     
to occur, the running program was terminated.                               
The reason for the exception is:                                             
On account of a branch in the program                                        
(CALL FUNCTION/DIALOG, external PERFORM, SUBMIT)                             
or a transaction call, another ABAP/4 program                                
is to be loaded, namely " ".                                                                               
However, program " " does not exist in the library.                          
I'm stuck in this annoying problem,,,can anyone help me?

Hi Maroz,
I know this is not best practise to post my question in some others,  but i have posted it separately earlier
Dynamic ITAB from Excel
I have created a dynamic ITAB from 1 Row of Excel Sheet
LOOP AT ist_excel INTO w_excel WHERE row = 2. " Contains the Values provided in 2nd row of Excel
    APPEND w_excel TO row1.
  ENDLOOP.
  LOOP AT ist_excel INTO w_excel WHERE row = 3. " Contains the Values provided in 3rd row of Excel
    APPEND w_excel TO row2.
  ENDLOOP.
  LOOP AT ist_excel INTO w_excel WHERE row = 4." Contains the Values provided in 4th row of Excel Etc
    APPEND w_excel TO row3.
  ENDLOOP.
  LOOP AT row1 INTO w_excel.
    CLEAR wa_it_fldcat.
    wa_it_fldcat-fieldname = w_excel-value .
    wa_it_fldcat-datatype = 'C'.
    wa_it_fldcat-inttype = wa_details-type_kind.
    wa_it_fldcat-intlen = 40.
*  wa_it_fldcat-decimals = wa_details-decimals.
    APPEND wa_it_fldcat TO it_fldcat .
  ENDLOOP.
* Create dynamic internal table and assign to FS
  CALL METHOD cl_alv_table_create=>create_dynamic_table
    EXPORTING
      it_fieldcatalog = it_fldcat
    IMPORTING
      ep_table        = new_table.
  ASSIGN new_table->* TO <dyn_table>.
* Create dynamic work area and assign to FS
  CREATE DATA new_line LIKE LINE OF <dyn_table>.
  ASSIGN new_line->* TO <dyn_wa>.
I followed the Link provided by to create a Dynamic ITAB
Please guide me how to pass these Value from excel to Dynamic Internal Table
Warm Regards
Ramchander

Similar Messages

  • Itunes install error message - program not found ...x64/difxinst64.exe

    itunes install error message - program not found ...x64/difxinst64.exe
    no problems with ITunes on Dell Inspiron Windows 7 until yesterday.  ITunes version 11.0.2.  iphone won't connect stating required software is not installed.  uninstall and install 64 bit version of iTunes.  I have 64 bit version already.  I have uninstalled and reinstalled 5 times already.  When re-installing ITunes get error message c:\programdata\34be82c4-e596-4e99-a191-52c6199ebf6\x64\difxinst64.exe.  file does not have a program associated with it for performing this action. please install or create an association in the Default Programs control panel.   iTunes install continues after the difxinst64.exe error message but then get the iphone cannot be used error message again.  therefore, I can't sync my iphone with iTunes until I figure this out.
    can't win for losing.  had iTunes on my windows 7 laptop for 4 years.  first time I've ever encountered this.

    I am a PC Tech and had a customer with this issue. Ran across this post in my search and ended up finding the solution on my own. The problem isn't with the iTunes software but the installer for the GEARAspi drivers. Really the issues is with the file type asssociations in the windows registry. On the system I was working on the HKCR key for .exe should point to the exefile key but pointed to nothing. To fix it create a new txt document and paste the following in (only paste what is in between the [code][/code] tags):
    [code]
    Windows Registry Editor Version 5.00
    [HKEY_CLASSES_ROOT\.exe]
    @="exefile"
    "Content Type"="application/x-msdownload"
    [HKEY_CLASSES_ROOT\.exe\PersistentHandler]
    @="{098f2470-bae0-11cd-b579-08002b30bfeb}"
    [/code]
    Now change the extension from .txt to .reg. Then right click and select merge. iTunes should now install properly.

  • After installing SL: autochk program not found - skipping auto check

    My MacBook was setup to dual boot Leopard/Win XP via Boot Camp, but I just formatted the Leopard partition and installed Snow Leopard in its place, which boots wonderfully, but now when I boot Win XP I get this error: "autochk program not found - skipping auto check"
    Seconds later the machine automatically reboots.
    I booted off the Win XP disk and ran chkdsk /p in the Recovery Console, but the "autochk not found" message still kills the Win XP boot.
    Snow Leopard and Win XP are in different partitions on the same drive. I only formatted and reinstalled the Mac OS partition, I did not format or reinstall the Win XP partition.
    Help?

    I have the same problem. I had decided not to upgrade Parallels from version 3.0 since hardly (or almost never) use windows programs any more. I did want the option of using Boot Camp and Windows if ever needed though.
    I installed Snow Leopard knowing that Parallels would no longer work and later did an uninstall. When I tried a restart to open Windows from Boot Camp I got the "autochk not found" message.
    Searching around I discovered that Parallels changes the disk table so that the OS can only boot from within Parallels. The problem appears to be a way of changing the disk table back to a setting that will make it boot normally. There is a utility available for doing this on a windows PC, but I've found nothing for the Mac yet.
    Without doing a complete re-install of Windows OS, I'm stuck for another solution.
    In the end I may just have to erase the drive (the Windows partition) and be done with it for good. What upsets me is that Parallels should have created an uninstall utility that reverted the disk table back to normal boot settings.

  • MSS: Approve working time Program "       " not found error

    Hi,
    I am able to enter working time and release in ESS. CAT2, CAT4 and CAT6 are also working fine. Im using the Approve Time sheet data iView in MSS to approve working time.  Im not sure if I did all the required configuration in IMG Approve working time.But when I click the iView I get a Java exception as shown below. Pl find the ST22 dump also. Can you please let me know
    1. What could be the problem.
    2.What are minimum configuration to be done in IMG Approve working time.
    com.sap.tc.webdynpro.modelimpl.dynamicrfc.WDDynamicRFCExecuteException: Program                                          not found., error key: RFC_ERROR_SYSTEM_FAILURE
         at com.sap.tc.webdynpro.modelimpl.dynamicrfc.DynamicRFCModelClassExecutable.execute(DynamicRFCModelClassExecutable.java:101)
         at com.sap.xss.hr.cat.approve.blc.FcCatApprove.rfcExecute(FcCatApprove.java:307)
         at com.sap.xss.hr.cat.approve.blc.FcCatApprove.init(FcCatApprove.java:276)
         at com.sap.xss.hr.cat.approve.blc.wdp.InternalFcCatApprove.init(InternalFcCatApprove.java:200)
         at com.sap.xss.hr.cat.approve.blc.FcCatApproveInterface.onInit(FcCatApproveInterface.java:136)
         at com.sap.xss.hr.cat.approve.blc.wdp.InternalFcCatApproveInterface.onInit(InternalFcCatApproveInterface.java:133)
         at com.sap.xss.hr.cat.approve.blc.wdp.InternalFcCatApproveInterface$External.onInit(InternalFcCatApproveInterface.java:313)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent$FPM.attachComponentToUsage(FPMComponent.java:920)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent$FPM.attachComponentToUsage(FPMComponent.java:889)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent$FPMProxy.attachComponentToUsage(FPMComponent.java:1082)
         at com.sap.xss.hr.cat.approve.vac.dd.VcCatApproveDrillDownList.onInit(VcCatApproveDrillDownList.java:
    ST22 dump
    Error analysis                                                                    
        An exception occurred that is explained in detail below.                      
        The exception, which is assigned to class 'CX_SY_PROGRAM_NOT_FOUND', was not  
         caught in                                                                    
        procedure "BUILD_TABLE_STRUCTURE" "(METHOD)", nor was it propagated by a      
         RAISING clause.                                                              
        Since the caller of the procedure could not have anticipated that the         
        exception would occur, the current program is terminated.                     
        The reason for the exception is:                                              
        On account of a branch in the program                                         
        (CALL FUNCTION/DIALOG, external PERFORM, SUBMIT)                              
        or a transaction call, another ABAP/4 program                                 
        is to be loaded, namely " ".                                                                               
    However, program " " does not exist in the library.                                                                               
    Possible reasons:                                                             
        a) Wrong program name specified in an external PERFORM or                     
           SUBMIT or, when defining a new transaction, a new                          
           dialog module or a new function module.                                    
        b) Transport error                                                            
    Regards
    Srini

    Starting a new thread

  • XML Publisher Loading data error "Run-Time Error '76' Path Not Found"

    Hi,
    I am trying to preview the PDF output in the XML Publisher Desktop Application.
    I am able to LOAD the data successfully.
    But whenever we try to preview the output, we are getting an error saying "Run-Time Error '76' Path Not Found".
    I am running in Vista OS and MS Office 2007.
    What to be done after this? Do I place the .xml and .xsd in Temp folder?
    Kindly pls help me out in this. It would be really a very great.
    Thanks & Regards,
    Santhoshkumar.M
    Edited by: 882342 on Aug 31, 2011 3:24 AM

    You must give your user full control to C:\program files\Oracle i.e. the folder where your BI Publisher or XML Publisher Desktop is installed, see http://boardreader.com/thread/xml_publisher_error_Run_Time_Error_76_Pa_lsptXmonb.html

  • Getting error in XI"RFC Program Not Found"

    Hi All,
    I am getting error in SXMB_MONI "RFC Program not found via SAP XI".
    So please suggest me what is the problem behind this..For these SAP XI and R/3 i made 3 to 4 RFC program but only 1 RFC program name not getting Via SAP XI.
    Thanks
    Amit

    Hi,
    I am calling RFC FM via SAP XI.
    Main Records are coming from siebel and recevied by SAP XI and XI will do some changes in records and calling REC FM from SAP R/3.
    Problem is siebel to xi records coming fine but xi to sap R/3 error message coming "Program not Found".
    Thanks
    Amit

  • Recently downloaded latest version of iTunes software, afterwards, while trying to sync iphone with PC received this error message: Unable to Load Resource not found; SyncUICoreLocalized.dll; please advise, thank you

    Recently upgraded PC with latest edition of iTunes (1/30/2014), afterwards, received this error message while attempting to sync iphone with PC: Unable to load, resource not found, SyncUICoreLocalized.dll

    THIS HAS EVERY APPEARANCE OF A SOFTWARE GLITCH BY APPLE ... So first suggestion is NOT to begin reinstalling various software but to await some answer & fix from Apple.  Too many have same problem on various systems, in my view (I am not an Apple rep but have certainly faced many glitches over the years).
    PS - LOTS of Apple software problems these days, including many people having their Contacts shredded.  What's going on with Apple?

  • Error #2044: Unhandled IOErrorEvent:. text=Error #2035: URL Not Found.

    I get this error:
    Error #2044: Unhandled IOErrorEvent:. text=Error #2035: URL Not Found.
    Here is my code:
    import fl.transitions.*;
    import fl.transitions.easing.*;
    //Assign CLICK listeners for each menu button
    Home.addEventListener (MouseEvent.CLICK, buttonClicked);
    Big_Square_Baling.addEventListener (MouseEvent.CLICK, buttonClicked);
    Wrapping.addEventListener (MouseEvent.CLICK, buttonClicked);
    Chopping.addEventListener (MouseEvent.CLICK, buttonClicked);
    Tillage.addEventListener (MouseEvent.CLICK, buttonClicked);
    Raking.addEventListener (MouseEvent.CLICK, buttonClicked);
    //Make the buttons look like buttons
    Home.buttonMode = true;
    Big_Square_Baling.buttonMode = true;
    Wrapping.buttonMode = true;
    Chopping.buttonMode = true;
    Tillage.buttonMode = true;
    Raking.buttonMode = true;
    //This loader is used to load the external swf files
    var loader:Loader;
    //URLRequest stores the path to the file to be loaded
    var urlRequest:URLRequest;
    //This array holds all the tweens, so they
    //don't get garbage collected
    var tweens:Array = new Array();
    //Stores the current page we are displaying
    var currentPage:MovieClip = null;
    //Stores the next page that we are going to display
    var nextPage:MovieClip = null;
    //This function is called when a menu button is clicked
    function buttonClicked (e:Event):void {
    //Create a new loader instance
    loader = new Loader();
    //If we clicked the first button, we load the the Home page
    if (e.target == Home) {
    urlRequest = new URLRequest("Home.swf");
    loader.load (urlRequest);
    //If we clicked the second button, we load the Big Square Baling page
    else if (e.target == Big_Square_Baling) {
    urlRequest = new URLRequest("Big_Square_Baling.swf");
    loader.load (urlRequest);
    //We load the Big Square Bale Wrapping page since we know that the home page or the Big Square Baling page
    //is not clicked
    else if (e.target == Wrapping) {
    urlRequest = new URLRequest("Wrapping.swf");
    loader.load (urlRequest);
    //We load the Chopping page since we know that the home page, the Big Square Baling page, or the
    //Big Square Bale Wrapping page is not clicked
    else if (e.target == Chopping) {
    urlRequest = new URLRequest("Chopping.swf");
    loader.load (urlRequest);
    //We load the Tillage page since we know that that the home page, the Big Square Baling page, the
    //Big Square Bale Wrapping page, and the Chopping page is not clicked
    else if (e.target == Tillage) {
    urlRequest = new URLRequest("Tillage.swf");
    loader.load (urlRequest);
    //We load the Raking page since we know that the home page, the Big Square Baling page, the
    //Big Square Bale Wrapping page the Chopping page, and the Tillage page is not clicked
    else {
      urlRequest = new URLRequest("Raking.swf");
      loader.load (urlRequest);
    //We want to know when the next page is finished loading
    loader.contentLoaderInfo.addEventListener(Event.COMPLETE, fileLoaded);
    //This function is called, when we have finished loading a content page
    function fileLoaded(e:Event):void {
    //The loader contains the page we are going to display.
    nextPage = e.target.content;
    //Let's animate the current page away from the stage.
    //First, we need to make sure there is a current page on the stage.
    if(currentPage != null) {
      //Tween the current page from left to the right
      var tweenX:Tween = new Tween(currentPage, "x", Regular.easeOut,
          currentPage.x, 500, 1, true);
      //Decrease the alpha to zero
      var tweenAlpha:Tween = new Tween(currentPage, "alpha", Regular.easeOut,
          1, 0, 1, true);
      //Push the tweens into an array
      tweens.push(tweenX);
      tweens.push(tweenAlpha);
      //currentPageGone will be called when the tween is finished
      tweenX.addEventListener(TweenEvent.MOTION_FINISH, currentPageGone);
    //There is no current page, so we can animate the next
    //page to the stage. The animation is done in
    //the showNextPage function.
    else {
      showNextPage();
    //This function animates and displayes the next page
    function showNextPage():void {
      //Tween the next page from left to the center
      var tweenX:Tween = new Tween(nextPage, "x", Regular.easeOut,
          -200, 0, 1, true);
      //Tween the alpha to from 0 to 1
      var tweenAlpha:Tween = new Tween(nextPage, "alpha", Regular.easeOut,
          0, 1, 1, true);
      //Push the tweens into an array
      tweens.push(tweenX);
      tweens.push(tweenAlpha);
      //Add the next page to the stage
      addChild(nextPage);
      //Next page is now our current page
      currentPage = nextPage;
    //This function is called when the current page has been animated away
    function currentPageGone(e:Event):void {
    //Remove the current page completely
    removeChild(currentPage);
    //Let's show the next page
    showNextPage();

    To help figure out what's wrong, you can use an absolute path to your SWF files. (Such as "C:/Program Files/My Project/MySWF.swf") If the error goes away, then the filename is correct and there is simply some confusion as to where the local path is. Remember that the parent project (your main.swf) should be in the exact same directory as the SWFs being loaded)
    ~Plystire

  • Run-time error 53 File not found (makes BI Publisher quite unuseable!)

    Upgraded to BIP v 10.1.3.3.2
    Open a template with the template builder
    Load a source XML file
    Proceed to choose Insert-> Field....
    Microsoft message pops up:
    Microsoft Visual Basic
    Run-time error '53':
    File Not Found.
    This error, according to Microsoft and other technical sources SHOULD actually tell you what the file is that isn't found, however when run through the template builder, it never tells you any file name, just the above error message!
    I saw one other post on this forum about this problem, and it was related to the Java Home, so I went to TOOLS-> OPTIONS and my java home there is:
    C:\Program Files\Java\jre1.5.0_12
    So this should be high enough JRE version.
    ANy suggestions? What file or *.DLL can it not find? We have many people at a client (and me!) that have this issue.
    -Greg

    Pradeep,
    I am not trying to utilize the desktop template builder to log onto BIP enterprise.
    I am using it in an E-business suite environment, not a standalone BIP enterprise reporting environment. I simply use it right now to develop templates when I have valid XML to work with.
    Many other features are working, but any features that seem to be new such as repeating group, conditional region, conditional format, the insert field palet, among others.
    ANY feature that requires a .net service to be kicked off works only 10% of the time.

  • Error 1311 source not found

    All Basis,
    Any idea on this,
    When tyring to open a Excel from SAP, the Error 1311 source not found  throws up.

    hello folks,
    I have Windows XP home Firefox v1.0.6.
    removed old java in Add/Remove programs.
    cleared the "Temporary Internet Files" folder that contained C:\Documents and Settings\Greg\Local Settings\Temporary Internet Files\Content.IE5.
    tried to load jre-1_5_0_04-windows-i586-p-iftw.exe for the third time, and the install still hangs up.
    J2SE Runtime Environment 5.0 Update Installer Information : Error 1311. Scource file not found: C:\Documents and Settings\Greg\Local Settings\Temporary Internet Files\Content.IE5\2XFKL4VY\je150000[1].cab. Verify that the file exists and that you can access it.
    and,
    Error 1311. Scource file not found: C:\Documents and Settings\Greg\Local Settings\Temporary Internet Files\Content.IE5\EEIDPHGA\jp150040[1].cab. Verify that the file exists and that you can access it.
    here's the thing, I cannot surf to "Content.IE5" folder in my "Local Settings\Temporary Internet Files" folder, but I can plug in the directory in the address bar of Windows Explorer & see the "Content.IE5" folder.
    I do not see "je150000[1].cab" or "je150000[1].cab" in there.
    Am I using the wrong program to fresh install Java for Firefox in XP?
    Is there something wrong with my operating system?
    monitoring this thread.....
    thanx.

  • Error 7: File not found occurs in 8.2 from transition of 4.1. Specifying the file in file dialog returns error although file is in the directory.

    Copied a program from 4.1 to 8.2 recently and receive an error 7: File not found at open file+.vi.  The program is built so a file dialog will pop up and ask for the destination of the file.  Eventhough there is a file in the specified directory, an error is returned.  Running open file+.vi by itself returns no error with the same file designation.  Any clues?

    noviceak,
    Welcome to the NI Discussion Forums.
    I created a quick VI in LabVIEW 4.1 that displays a file dialog and then passes that file path to "Read Characters from File.vi" (which in turn calls Open File+.vi).  I then opened this file in LabVIEW 8.2 and ran it successfully (see code screenshot below).
    When you say there is a file in the specified directory are you using the file dialog to browse to the directory or to select the specific file?  Open File+.vi expects the path to a file rather than a directory - that is C:\folder\file.txt rather than C:\folder.  You might also want to create an indicator or probe to see what path is being passed to Open File+ to ensure it is what you expect.
    I feel like I should also say that in the days (years) inbetween LabVIEW 4.1 and 8.2 the file operation VIs have changed significantly.  While the old Open File+.vi still lives in vi.lib for compatibility purposes we no longer recommend using it for new applications.
    I hope this helps and again, welcome to the community.
    Regards,
    Simon H
    Applications Engineer
    National Instruments
    http://www.ni.com/support/
    Message Edited by Simon H on 01-18-2007 08:01 PM
    Message Edited by Simon H on 01-18-2007 08:03 PM
    Attachments:
    LV4 File Dialog.png ‏3 KB

  • Error "Run-Time Error '76' PAth Not Found" in XML Publisher Desktop

    Hi All,
    we are trying to preview the PDF output in the XML Publisher Desktop Application.
    We are able to LOAD the data successfully.
    But whenever we try to preview the output, we are getting an error saying "Run-Time Error '76' Path Not Found".
    We are using the XMLP Desktop application on the Client Machine.(Citrix)
    Can anybody help us in this regard?
    Thanks,
    Sachin.

    Hi.
    You are posting in the wrong forum.
    Please post to the BI Publisher Forum:
    BI Publisher

  • CRM 7.0 upgrade ( i5/OS PASE program not found or in use)

    Hi,
    We are upgrading CRM 5.0 to CRM 7.0 on iSeries (V6r1) and facing the following issue.
    When I execute this command
       STARTUP    SID(CD3)  TYPE(ABAP)  RESTART(YES)  DVDPATH('/Inst_DVDs/51036889')
            SAPUPLIB(SAPUP)  OPTIONS('jce_policy_zip=/Inst_DVDs/51036889/local_policy.jar')
    iSeries show this error message in "UPG_A_CD3" job log.
       Message . . . . :   i5/OS PASE program not found or in use. Path name is
           /usr/sap/CD3/upg/STARTUP.                                             
    Does anyone has any idea what could be wrong ?
    Thank you,
    Jack.

    Hi,
    We are upgrading CRM 5.0 to CRM 7.0 on iSeries (V6r1) and facing the following issue.
    When I execute this command
       STARTUP    SID(CD3)  TYPE(ABAP)  RESTART(YES)  DVDPATH('/Inst_DVDs/51036889')
            SAPUPLIB(SAPUP)  OPTIONS('jce_policy_zip=/Inst_DVDs/51036889/local_policy.jar')
    iSeries show this error message in "UPG_A_CD3" job log.
       Message . . . . :   i5/OS PASE program not found or in use. Path name is
           /usr/sap/CD3/upg/STARTUP.                                             
    Does anyone has any idea what could be wrong ?
    Thank you,
    Jack.

  • Have upgraded to 6.0.2 on my MacBook and get error message "Server Not Found" everytime i use Firefox; however, if i then click on my Gmail or other sites from bookmark toolbar it connects. means an extra step and that never happened before

    when i first click on Firefox the URL: www.27yhbnhy6tfgvrbcfre3.com shows up and the error message "Server not Found". but i can connect to any website by just clicking on a bookmark from the toolbar (or typing in a url). this never happened with previous versions of Firefox

    A possible cause is security software (firewall) that blocks or restricts Firefox or the plugin-container process without informing you, possibly after detecting changes (update) to the Firefox program.
    Remove all rules for Firefox from the permissions list in the firewall and let your firewall ask again for permission to get full unrestricted access to internet for Firefox and the plugin-container process and the updater process.
    See:
    * https://support.mozilla.com/kb/Server+not+found
    * https://support.mozilla.com/kb/Firewalls
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode

  • When I Update My Nano, I get error message, "file not found"

    When I Update My Nano, I get an error message, "file not found, cannot update iPod". I have looked through the manual and tried reinstalling the iTunes program but it still won't update my iPod with music or pictures. PLease help.

    Try these basic troubleshooting steps one at a time.
    The Five Rs.

Maybe you are looking for

  • Since upgrading my iphone 4 to IOS6, apps keep opening and closing on their own

    Since upgrading my iphone 4 to IOS6, apps keep opening and closing on their own and the wrong ones open when another is pressed. I've tried a full reset but still the same thing...HELP PLEASE :-(

  • Movie clip capture app?

    I am wanting to build a powerpoint type presentation probably using Keynote around several shortlips from a TV series as well as several motion pictures of the same series. I've already received permission from Paramount Pictures as well as CBS Studi

  • Account Restricted for purchases. pls help

    Hi I got this message yesterday as I changed my password and updated my credit card details for my skype number. I am expecting important calls and my number is not working !!! How can i get this resolved ASAP? You are currently restricted from purch

  • Portal down due to changes in package portal.wwctx_api_private

    My Portal server(it has a down status even after restarting etc) has crashed after i made the following changes: Would appreciate any help, as i cannot navigate to the package and edit it. I added the following to the package portal.wwctx_api_private

  • How to achieve Delegation & Substitution for GP system in UWL for CE 7.1

    Hi all Could you please guide me , how to achieve delegation & substitution concept for GP system in UWL for CE 7.1. when i am trying to click on the Manage Delegation dropdown link which was there in top right corner of the UWL screen , then i am ge