Fixing an array index's out of range error

Hi,
Am stuck in an eLearning project that I am working on and need some help fixing a 2007 error that seems to point to an index for an array being out of range.
Here is the previous posting where there are more details: http://forums.adobe.com/message/4685789#4685789
With much help (thank you once again kglad), the script looks like:
var index:int = 0;
var numToDisplay:int = 10;
var groupA:Array = ["1","2","3"]
var groupB:Array = ["4","5","6"]
var groupC:Array = ["7","8","9"]
var word_array:Array = [];
var i:int;
for(i=0;i<3;i++){
word_array.push(groupA[groupA.length*Math.random()]);
for(i=0;i<3;i++){
word_array.push(groupB[groupB.length*Math.random()]);
for(i=0;i<3;i++){
word_array.push(groupC[groupC.length*Math.random()]);
This is used in another part of the script:
function randomWord() {
    if(index<numToDisplay){
        wordT.text=word_array[index++];
        t.reset();
        t.start();
    } else {
  wordT.text= "";
    // display score
The error message (2007) points to:
wordT.text=word_array[index++];
When I trace (word_array)  I get
Out of range index for this array?
How can I fix this out of range index?
Any help appreciated.

Since there appear to be only 9 elements getting added to the array, and your numDisplay is set to be 10, your condition ( if(index<numToDisplay){ ) allows index++ to get to 10, which will be out of range for your array.  See if changing the value of numDisplay to 9 solves the problem.

Similar Messages

  • Vector Array out of range error

    Hiya, I've run into a strange Vector out of range error when trying to splice a Vector array. The idea is to cut off the Vector array after a certain point....
    var vec:Vector.<int> = new Vector.<int>();
    vec.push(1);
    vec.push(2);
    vec.push(3);
    vec.push(4);
    vec.push(5);
    vec.splice(3,vec.length); // output RangeError: Error #1125: The index 5 is out of range 5.
    The strange thing is that it works perfectly, if I change the Vector to a regular array like:
    var vec:Vector.<int> = new Vector.<int>();    to    var vec:Array.<int> = new Array();
    Any ideas what am i doing wrong ?
    Thanks, Martin

    I don't know why it don't throw error in Array, but seccond parameter in splice method is deletecount, so you try to delete all elements start from 3 (from element 3 to element 8, but you don't have 8 elements).
    vec.splice(3,vec.length - 3);

  • Repost: Oracle VM Manager (IndexError: list index out of range) error

    The Oracle VM Manager software will not import a server side created VM for management purposes. It is giving an index-out-of-range error when trying to retrieve the Memory Size from the jumpbox.xen file (I created a symbolic link to this file called vm.cfg).
    Here is the log for the index-out-of-range error:
    ovs_root.log
    "2008-08-20 02:03:26" INFO=> utl_list_dir: directory('/OVS/running_pool') => pro
    jectweb/,infinesse-web/
    "2008-08-20 02:03:26" INFO=> list_dir: directory('/OVS/running_pool') => project
    web/,infinesse-web/
    "2008-08-20 02:03:26" INFO=> utl_get_vm_size: vm('/OVS/running_pool/infinesse-we
    b') => 12020
    "2008-08-20 02:03:26" INFO=> get_vm_size:vm('/OVS/running_pool/infinesse-web') =
    success:size=12020"2008-08-20 02:03:26" ERROR=> xen_get_memory:vm('/OVS/running_pool/infinesse-web
    ')=><IndexError: list index out of range>
    "2008-08-20 02:03:26" INFO=> get_vm_memory: vm('/OVS/running_pool/infinesse-web'
    ) scope=cfg rs=failed:<IndexError: list index out of range>
    and my vm.cfg file:
    # -- mode: python; --
    # This JumpBox requires Hardware Support otherwise known as Xen's HVM mode.
    # To test your Xen installation if it supports this mode, issue the following
    # command:
    # sudo xm info | grep xen_caps
    # it should return a capabilities line like:
    # xen_caps : xen-3.0-x86_32 hvm-3.0-x86_32
    # as long as there is an hvm entry as shown above it should work.
    ## If starting Xen fails you may need to set a custom path
    ## for your kernel or device model files. Uncommant the following
    ## variables and put in the appropriate paths
    ## Uncomment and set your custom hvm loader path here
    # hvm_path = ""
    ## Uncomment and set your custom device model loader path here
    # devmodel_path = ""
    # You will probably want to uncomment the following VNC variables so you
    # can see the JumpBox console over VNC. Make sure to set the vncpassword to
    # something unique. Also, if you run multiple JumpBoxes on the same host, you
    # may want to leave vncdisplay unset and use the domid for the display numbers
    #vnc=1 # enable VNC library for graphics, default = 1
    #vnclisten="0.0.0.0" # address that should be listened on for the VNC server if vnc is set.
    #vncdisplay=1 # set VNC display number, default = domid
    #vncconsole=1 # enable spawning vncviewer for domain's console
    #vncpasswd='password' # set password for domain's VNC console
    memory = '256'
    vfb = ['type=vnc,vncunused=1,vnclisten=0.0.0.0']
    ########### You shouldn't have to edit anything below here ##############
    import os
    import sys
    # Assemble the basepath
    file = os.getcwd() + '/' + sys.argv[2]
    basepath = os.path.dirname(os.path.abspath(file))
    datatarball = basepath + '/disks/data/data.xen.tgz'
    builder = "hvm"
    hvmfiles = [
    '/usr/lib/xen/boot/hvmloader',
    '/usr/lib/xen-ioemu-3.0/boot/hvmloader'
    devfiles = [
    '/usr/lib/xen/bin/qemu-dm',
    '/usr/lib/xen-ioemu-3.0/bin/qemu-dm'
    # Check to see if the user has assigned custom HVM or device_model paths
    try:
    hvmfiles.insert(hvm_path,0)
    except NameError:
    pass
    try:
    devfiles.insert(devmodel_path,0)
    except NameError:
    pass
    # Choose the appropriate HVM Loader
    for i in hvmfiles:
    if os.path.exists(i):
    kernel = i
    break
    # Choose the appropriate Device Models
    for i in devfiles:
    if os.path.exists(i):
    device_model = i
    break
    # Need to test if device_model and kernel are set, if not return with error.
    # If this is the first time this has run, extract the data disk tarball
    # then remove the tarball
    if os.path.exists(datatarball):
    os.chdir(basepath + '/disks/data')
    os.system("tar -zxpf " + datatarball)
    os.remove(datatarball)
    # Continue normal configuration
    name = "joomla15"
    vif = ['type=ioemu, mac=00:16:3E:2B:1F:04, bridge=xenbr0']
    disk = ['file:' + basepath + '/disks/root/root.hdd,hda,w','file:' + basepath + '/disks/data/data.xen,hdb,w']
    root = "/dev/hda1 ro"
    extra = "4"

    Hi Ravi,
    the error is due to the componet JAVA(TM) 7 which is not supported.
    Better to run JAVA 6, I'm running the update 33, you can download it from http://www.oracle.com/technetwork/java/javase/downloads/jre6-downloads-1637595.html
    Remeber to remove JAVA &
    Go to control panel --> add remove programs and remove JAVA (TM) 7.
    It will solve the problem.
    Ciao,
    Massimo

  • ADM Error processing results from query: Error: Index 0 out of range

    11.1.2.1
    When running quite a large book, we are getting the following error:
    ADM Error processing results from query: Error: Index 0 out of range
    The individual reports in the books are running fine.
    PS.  The report books that are giving this error run fine on 9.3.1
    Could this be a time-out issue and how do we resolve it?

    what is background datasource Essbase or HFM
    do you have lot of data in pov please try below
    >Do you have pov prompt
    >increase jvm heap size for report server in reporting server
    >Fr log files has some more detail

  • Attribute out of range error with Dalsa Spyder camera

    I have a Dalsa Spyder camera SG-11 which seems to work fine in NI MAX. I've also had this camera working successfully in a LabView vi but now, for some reason, I am getting an error message "Attribute out of range  (-1074360302)". 
    I've tried using different gain values (since MAX sometimes gives an attribute out of range error relating to gain) but am not having much success.
    Has anyone else experienced this problem and found a work around?
    Lightworker 

    Hi LightWorker,
    I've not seen this probelm specifically with Dalsa Spyder SG-11 cameras but there are several KnowLedge Base Articles on the error for various differnt models of camera. It may be that one of these fixes will apply to your camera as well.
    How Do I Resolve "Error: 0xBFF69012 Attribute value is out of range” When Connecting to a GigE Camer...
    Why do I get Error 0xBFF69012 "Attribute Value is Out of Range" with my Basler GigE Camera?
    Stingray Camera & NI LabView / Vision Builder Error -1074360302 "Attribute is out of range"
    Please let us know if any of these solve your issue.
    Kind regards,
    James W
    Controls Systems Engineer
    STFC

  • CRAXDDRT PrintOutEx method throes 'value out of range' error

    Hi,
    I am using CRAXDDRT.dll for Crystal reports 10 to print a report to a file in afp format.
    The following is the scenario:
    We have to print out the Tax forms of all the accounts. These forms are printed through an AFP printer. We generate the AFP file and push it to the printer for printing. We create the files each containg10000 accounts. So, we create multiple afp files going in a loop in our code, breaking our files to contain 10000 accounts. For writing the report to a file we use the PrintOutEx method of CRAXDDRT.dll which also takes StartPage number and StopPage numbers as parameters. But when either of the parameters exceeds 32000(int) the method fails with a 'value out of range' error. Do we have any hot fix so that the PrintOutEx method accepts StartPageNum and StopPageNum values more than 32000.
    Public crReport As CRAXDDRT.ReportClass
    crReport.PrintOutEx(False, piCopiesToPrinter, True, 33000, 38000, sPortName)
    Thanks.

    CR 10 has been out of patch support since december of 07. See the following for more details:
    Business Objects Product Lifecycles [original link is broken]
    There is no equivalent API to PrintOutEx in the Crystal Reports SDK for .NET. Thus I understand why you need to use the RDC. However, my suggestion of changing your reference to craxDrt.dll as opposed to craxDDrt.dll still stands due to the two reasons I gave in my previous post (licensing and stability).
    I would also consider Don's suggestion re. the 32K limit:
    "Only work around I can think of is to limit the number of pages for your print jobs to 32K and then create multiple print jobs to select the same limit. Using Record Selection formula to set the limit, as for the actual page numbers being printed you will likely have to limit them also to 32k, the field may not be able to hold any page numbers higher than 32k."
    Finally, another suggestion worth investigating is to see if CR XI release 2 with the latest Service Pack has the same issue. CR XI r2 eval can be downloaded from here:
    http://www.businessobjects.com/products/reporting/crystalreports/eval.asp
    The latest Service Pack can be downloaded from here:
    https://smpdl.sap-ag.de/~sapidp/012002523100013876392008E/crxir2win_sp5.exe
    Ludek

  • Oracle ORA-01428: argument is out of range error

    Oracle ORA-01428: argument is out of range error

    I take it you don't feel like spending the extra money for the EE add-on that was designed to CREATE an INDEX on polygons of logitude,latitude values in such away that a simple
    SELECT * FROM ZIP_CODES WHERE SDO_WITHIN_DISTANCE( Z.ZIPCODE_AREA, /* point for zipcode */, 'distance=' || in_distance ) = 'TRUE';
    will be very efficient and fast.
    primary thing:
    you need to drop out the WHEN OTHERS THEN NULL;
    also, take advantage of the NO_ROWS_FOUND exception for finding out if a row exists in the database. (instead of doing an IF statement on the results of COUNT(*))
    back to your problem
    You'll need to investigate which row is causing the problem.
    Most likely, it is the zipcode that was the input for the search.  I've seen this occur many times on similar trigonometric calculations.
    You may have to surround a lot of those trigonometric functions with ROUND( ____, 25) to get it to work.
    However, I highly advise you to take a look at what can be done with Oracle Spacial
    MK

  • ActiveWorkbook.Connections(Connection).OLEDBConnection - Subscript out of range error

    With ActiveWorkbook.Connections(Connection).OLEDBConnection  ' This statement is giving me a script out of range error                                      
                                                                        ' when used inside
    the function shown below.
    Sub getData(qArray() As String, Connection As String, ActSheet As String)
    'Updates the data from the Database. qArray is the SQL query in an array, connection defines which connection to use and ActSheet defines in which sheet to place the data
    Sheets(ActSheet).Select
        Range("A1").Select
            With ActiveWorkbook.Connections(Connection).OLEDBConnection
            .CommandText = qArray
            .BackgroundQuery = False ' Hvis true opdateres ikke før script er kørt færdig
            .CommandType = xlCmdSql
            .Connection = "OLEDB;Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=RDWEB;Data Source=dk0149sql.niladv.org;"
            .RefreshOnFileOpen = False
            .SavePassword = False
            .SourceConnectionFile = ""
            .SourceDataFile = ""
            .ServerCredentialsMethod = xlCredentialsMethodIntegrated
            .AlwaysUseConnectionFile = False
        End With
        ActiveWorkbook.Connections(Connection).Refresh
    End Sub
    I am getting a subscript out of range when I use the above statement inside the  getData function shown below.
    The data is getting into the qArray as seen the Locals Window after it errors
    How do I eliminate this error? 

    It seems that Connection has some bad value. Have you investigated what that may be?
    The code looks puzzling to me - it never seems to be running the query. Then again, this is a forum for SQL Server, and not for programming Excel. And it's probably in a forum of the latter type should have posted your question.
    Erland Sommarskog, SQL Server MVP, [email protected]

  • Blackberry - ref member out or range' error.

    Hi everyone,
    I'm porting my app to Blackberry and up until last week everything was working perfectly.
    In the last week I've probably made a few hundred changes and now my app won't run on the device, it gives a 'ref member out or range' error for a specific class.
    it seems there are a few others out there with the same error but there is no solution posted. It seems to compile fine and installs on the phone but when deleting the app it deletes much quicker than a working app.
    Anyone have this problem before?
    DAN

    It would be good to provide the stacktrace, it's the fastest way to identify at which line your program failed at. I believe calvino_ind has somehow answered you though.
    Just FYI, you don't have to do 'String str2 = new String("ay");'. The statement creates a new String instance every time it is executed. Number of instances can be created needlessly, if it happens to be in a loop, for instance.
    Instead, do this:
    String str2 = "ay";
    yc

  • Array index out of range error in PCR!

    Hi All,
    I am trying to test the PCR forms in MSS in portal.
    When I click the "Edit Form" button in step 2, I am getting the following error.
    "java.lang.ArrayIndexOutOfBoundsException: Array index out of range: -1"
    I tried all the forms(Change Emp Group/SubGroup, Change Emp Sub Area,...).
    I am getting the same error.
    What could be the reason for this error?
    How do I resolve it?
    Thanks
    Sundar

    Hi Siva,
    I am getting below error code.
    It looks like what you said.
    java.lang.ArrayIndexOutOfBoundsException
         at com.sap.mw.jco.JCO$MetaData.getType(JCO.java:10210)
         at com.sap.aii.proxy.framework.core.JcoBaseTypeData.setElementValue(JcoBaseTypeData.java:828)
         at com.sap.tc.webdynpro.modelimpl.dynamicrfc.DynamicRFCModelClass.setAttributeValueAsBoolean(DynamicRFCModelClass.java:527)
         at com.sap.pcui_gp.isr.isrprocessevent.model.Isr_Get_Form_Url_Input.setI_Append_Cache_Info(Isr_Get_Form_Url_Input.java:162)
         at com.sap.pcui_gp.isr.isrprocessevent.FcISRProcessEvent.callRFCIsrGetFormUrl(FcISRProcessEvent.java:1029)
         at com.sap.pcui_gp.isr.isrprocessevent.FcISRProcessEvent.setTemplateSource(FcISRProcessEvent.java:459)
         at com.sap.pcui_gp.isr.isrprocessevent.FcISRProcessEvent.callRFCIsrProcessEvent(FcISRProcessEvent.java:798)
         at com.sap.pcui_gp.isr.isrprocessevent.FcISRProcessEvent.callIsrProcessEvent(FcISRProcessEvent.java:380)
    Thanks
    Sundar

  • EDL conform yields frame index out of range errors

    I'm trying to do an offline/online workflow with Phantom (.cine) files.
    I used SpeedGrade CC 2014 to create ProRes proxy files from the original .cine files. That part went well. So, I do my edit with those proxies and export an EDL from my NLE. Everything in the EDL looks normal - it's a really simple cuts-only timeline with just a few clips in it.
    I want to conform the EDL in SpeedGrade but relink against the original .cine media. I made sure my edit settings in SpeedGrade match my footage and NLE project settings (23.976 fps). I open the EDL in SpeedGrade and I can see the unlinked clips. I load the .cine files to a desktop in SpeedGrade and then hit the Load from desktop button. SpeedGrade gives me an error about the frame rates of the reels not matching the current frame rate. It lets me proceed and it appears to have linked the correct clips. However, when I view them in the timeline, it displays a "Frame index out of range" screen.
    I can see in the timeline that the handles are crazy huge. I can also see that it has applied different time warps to the clips in the EDL, although no TW was done in the edit. Grrr. This should be a pretty simple task but I can't get it to work correctly.
    How can I fix this?
    Thanks,
    Matt

    OK, I think I have something working. It's manual/laborious but it appears to work with my short test.
    It's something wrong with the "From reel frame" property on the clips that come in from the EDL. I'm reading this as a offset problem. Here's what I've done to fix it.
    Set SG to work in frames instead of TC. Easier to see what is going on, imho.
    Open the EDL in SG. Conform it and just ignore the mismatched frame rate error. Meh.
    Select the first clip in the conformed timeline and switch to the Clip tab. Then, look at the properties page for the clip. Note the "From reel frame" value.
    Switch back to your NLE that the EDL was generated from and find that first clip on the timeline. Make sure your NLE is also in frame counting mode rather than TC. Match source into the clip on the in point.
    Look at the frame number the playhead is parked on in the source clip. Copy that frame number.
    Back in SG, paste that frame number into the "From reel frame" value and click somewhere on the interface.
    SG should now slip the clip and show it instead of the annoying Frame index out of range page I've grown to loathe.
    Rinse and repeat for each clip. (I said it was laborious!).  :-(
    So far, so good for me using this method. Again, this works for me and my particular use case (Phantom .cine files). I've accumulated a total of maybe four hours of SpeedGrade experience as I've only ventured to use it for this use case so I'm probably missing something but this is the only way that is working for me.
    Now, here's to hoping the Add Handles button works the way I expect it to in the Render tab. I'm not hopeful.
    -Matt

  • "Parameter Index out of range" Error in the report

    Hi..
    I am geting this error when running the reports..
    I am not sure what this means. Is this something related to BI Publisher report/configuration?
    I tried exporting XML data and it gives me the same error..
    JZ0SB: Parameter index out of range: 3.
    Any ideas?

    ink86 wrote:
    I have an sql String :
    select * from queue Where dayofmonth IN ('?', '*') and month IN ('?', '*') and year IN ('?', '*')
    This only works when I hard code the values in the sql:
    select * from queue Where dayofmonth IN ('8', '*') and month IN ('10', '*') and year IN ('2007', '*')
    Why is that?
    MBecause you have quoted the question marks. Remove them. PreparedStatement takes care about them itself.
    Also see the PreparedStatement tutorial: http://java.sun.com/docs/books/tutorial/jdbc/basics/prepared.html
    Using varchars for numbers instead of integers is also not a good practice.

  • Attention Out of Range error message

    In the middle of booting up, my G3 Mac screen goes black and this message appears: "Attention Out of Range H: 79.8 KHz V: 75.0 Hz". I've noticed the tenths number will sometimes vary, but the result is the same. Once the message appears, I cannot get into my computer. It still makes sounds like it is finishing the boot process, but the screen remains with that message.
    The only way to remove it is to reboot from CD and then restart. (The message also appears in the reboot process, but comes out of it once booting is complete). I don't change any settings, just booting from CD will fix it until the next time I shut down the computer. I have an Envision monitor which is set to millions of colors and a resolution of 1024 x 768, 85.00 Hz. My other resolution choices are:
    640 x480, 85 Hz
    800 x 600, 85 Hz
    1280 x 1024, 60 Hz
    The computer used to do this only occasionally, usually after one of my kids played an old CD game that would require the computer to change the screen resolution. If the power shut off while the game was active, then I'd get this message. But now it does it every time I boot (with or without the kid's games having been played).
    Please help me fix this problem, this is driving me nuts!

    Hi, No guru -
    The monitor setting left in PRAM governs the initial display setting used by the monitor until the settings in the Display Preferences file (and/or the Monitors Preferences file) become available during the booting process. The settings in those files are usually transferred to PRAM during the shutdown process, so that they are available at the next startup.
    Some things that may pertain or help -
    1) The settings in PRAM may be mangled. This can happen for no known reason (just one of those things), or can be caused by a too weak or dead internal battery (those batteries have an expected life of only about 4 or 5 years under best-case circumstances). Suggestions for this -
        • reset PRAM. This should return the monitor to an initial default setting of 800x600. Once the machine is fully booted, open the Monitors control panel and make sure the setting is the correct one. Then shut down (don't use Restart) and reboot a couple of times.
    Article #HT1379 - How to Reset PRAM and NVRAM
        • replace the internal battery if it is more than 4 years old, or if it is your practice to leave the machine unplugged regularly or for an extended period. You should be able to find a replacement at places like RadioShack for about US$17, cheaper on-line.
    2) Either the Display Preferences or Monitors Preferences file (or both of them) may be damaged or corrupt. The solution for this possibility is to throw away the suspect prefs file, then restart. A new one with default settings will be created automatically. Once restarted (it will probably boot using 800x600 as the resolution), open the Monitors control panel and redo your settings. Then shut down (don't use Restart) and reboot.
    3) Make sure that you have the separate Monitors control panel and Sound control panel, and not also a combined Monitors&Sound control panel.
    If your G3 is not an iMac (hence has a separate monitor) and the monitor is a CRT type, it may have its own internal PRAM where it retains some settings, even wrong ones. The way to reset that PRAM on many CRT monitors which have separate video and power cables - power everything down, disconnect the video cable from the Mac. Then turn the monitor on, wait 15 to 20 seconds, then turn it off; wait about 10 seconds, then repeat the cycle, 3 or 4 times. Then reconnect the video cable and boot back up.

  • Network Out of Range Error

    Hi! I have been experiencing problems with my Linksys EA4500 router not being able to find my network. I reset the router and it was able to find my network, but said it was out of range despite it not being so. How do I fix this?

    Did you use the same name when you reconfigured the router after the reset? It’s possible that the name of your network has been changed to something else. Try to remove the profiles of network saved on your computer or wireless devices then try to search for the network again. For instructions on how to remove the preferred networks, you may refer to this link: Removing wireless network profiles or preferred networks.

  • IP out of range error

    I am a tech support rep for a local fixed wireless ISP and I have a customer that is using a WRT110 router. We use static IP addresses for their WAN connection, however the range we use for this particular group of customers is within a private range of 10.255.x.x
    This is a brand new router, and, having done this many times before, I usually walk the customer through configuring the router over the phone. Many of the routers  our customers have are Linksys brand, therefore, I can usually get them set up without having to use screenshots or looking at a manual.
    When I walked this particular customer through, I had him input the Internet IP address, Subnet Mask, Default Gateway, DNS1 and DNS1. Then I had him click Save Settings to which he gets an error stating the IP address is out of range (0 - 254). Obviously, the second octet is the problem being 255 and out of range. I had the customer reset the router to factory defaults hoping this would resolve the issue but he gets the same message.
    His connection works fine plugged directly to his computer with the same IP information and he actually swapped a bad WRT110 that would not connect up no matter what we did. But that WRT110 did take the IP range (coincidence?)
    I know we can switch the range on the private IP but that is not feasible because that would include having th recreate the routes with the different IP addresses and reconfiguring 100+ customers in the area. I am hoping there is an easy solution to this like, "go here, and uncheck this box."
    I've gone cross-eyed reading the manual without finding what I am looking for. 
    Again, this is for the WAN Internet IP address and not the LAN side.
    Any help or direction is appreciated.

    Something you may want to try.  I had to save a setting for a broadcast address on a different model Linksys.  I believe a friend suggested I disable java scripts in the browser before I attempted to save the settings. 
    It was a couple of years ago, and on a different model, but it worked. 

Maybe you are looking for

  • 2nd gen shuffle seen by windows, but not by itunes on other computers

    Hi Everyone.. Im trying to help a friend out, I suspect his 2nd gen shuffle is hosed, but thought I'd confirm with others. He's had itunes and this shuffle for a while.. worked ok.  Stored it for a year or so, and now found that when we plug it into

  • I have been given 5 new iPhone 6 phones and none of them can hold a charge and the latest one cannot charge at all

    When I bought my iPhone 6, the phone was great, but now the phone has given me many problems. I’ve gone to the Apple Store 5 times already with the same problem and every time they just give me a new phone.  My first problem was that the phone stoppe

  • Less coloumns displayed when report run in background

    Hi, There is a problem, when i run a report in background last few columns are not displayed. But when i run it in foreground all the columns are displayed properly.. Bt since the report hs to be run background, I need to fix this issue.. Cn anyone e

  • Editing DC MetaData

    Hello, I am currently working on several Development Components with NetWeaver, and need to manage the use of some DCs by others. All the resources I found indicate the DC MetaData entry in the Web Dynpro Explorer using the WebDynpro Perspective, but

  • How to recreate appsora.env

    Hello, Some have My appsora.env has been corrupted. How could I recreate appsora.env file. Could some help to me to recreate that file? Thanks