MIclient gets closed ,generates the HTTPError.txt file when save ispressed

We have created an application which displays data in a table .When the application is launched through mobile client and the save button is pressed after making any change in the existing data than the client gets closed and an HTTPError.txt file gets generated which displays the following trace.
<?xml version="1.0" encoding="UTF-8"?><!-- Server Error Page --><XBCML version="2" supportBits="42" xmlns:SAP="SAP"><Localization dateFormat="MM/dd/yyyy" decimalSeparator="." groupingSeparator="," locale="en_US"/><Client name="" version="" supportBits="6A"/><Server supportBits="537205" workProtectMode="%WORKPROTECTIONMODE%"><Exception text="An error has occurred: Failed to process the request. [] " callStack="java.lang.IllegalArgumentException: No InternalState found for id &quot;110&quot;. List of available states { [0]-CONSISTENT (0); [101]-NEW (101); [102]-MOIFIED_LOCAL (102); [103]-MOIFIED_GLOBAL (103); [104]-REMOVED_LOCAL (104); [105]-REMOVED_GLOBAL (105); [201]-INSERTED (201); [202]-UPDATED (202); [203]-DELETED_LOCAL (203); [204]-VALUE_DELETED_GLOBAL (204); [299]-HARD_DELETED (299); [301]-REJECTED_INSERT (301); [302]-REJECTED_UPDATE (302); [303]-REJECTED_DELETE (303); }
     at com.sap.tc.mobile.cfs.mbosync.InternalSyncState.getByShortValue(InternalSyncState.java:1169)
     at com.sap.tc.mobile.cfs.mbosync.MBOChangeListener.transistNodeWithClientModify(MBOChangeListener.java:205)
     at com.sap.tc.mobile.cfs.mbosync.MBOChangeListener.beforeUpdate(MBOChangeListener.java:651)
     at com.sap.tc.mobile.cfs.pers.cache.DefaultPersistenceManager.validateUpdate(DefaultPersistenceManager.java:1523)
     at com.sap.tc.mobile.cfs.pers.impl.spi.cache.AbstractPersistable.mdDoModify(AbstractPersistable.java:197)
     at com.sap.models.SORDER_HEADER.setVKORG(SORDER_HEADER.java:346)
     at com.sap.app.customercomp.wdp.IPublicCustomerComp$IQueryResultElement.wdSetObject(IPublicCustomerComp.java:2021)
     at com.sap.tc.webdynpro.progmodel.context.MappedNodeElement.wdSetObject(MappedNodeElement.java:74)
     at com.sap.tc.webdynpro.progmodel.context.NodeElement.wdSetObject(NodeElement.java:649)
     at com.sap.tc.webdynpro.progmodel.context.AttributePointer.setObject(AttributePointer.java:421)
     at com.sap.tc.webdynpro.clientserver.data.PendingUserInput.transportPendingUserInput(PendingUserInput.java:676)
     at com.sap.tc.webdynpro.clientserver.data.PendingUserInput.transport(PendingUserInput.java:364)
     at com.sap.tc.webdynpro.clientserver.data.DataContainer.transportPendingUserInput(DataContainer.java:318)
     at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.transport(ClientComponent.java:579)
     at com.sap.tc.webdynpro.clientserver.phases.TransportIntoContextPhase.execute(TransportIntoContextPhase.java:54)
     at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequestPartly(WindowPhaseModel.java:161)
     at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doProcessRequest(WindowPhaseModel.java:109)
     at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:96)
     at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:469)
     at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:52)
     at com.sap.tc.webdynpro.clientimpl.scxml.client.SmartClient.executeTasks(SmartClient.java:612)
     at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.doExecute(ClientApplication.java:1431)
     at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.doProcessing(ClientApplication.java:1251)
     at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.delegateToApplicationDoProcessing(AbstractExecutionContextDispatcher.java:158)
     at com.sap.tc.webdynpro.serverimpl.defaultimpl.sessionctx.ExecutionContextDispatcher.dispatchToApplicationDoProcessing(ExecutionContextDispatcher.java:88)
     at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.dispatch(AbstractExecutionContextDispatcher.java:81)
     at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.dispatch(ApplicationSession.java:507)
     at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.dispatch(ApplicationSession.java:527)
     at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doApplicationProcessingStandalone(ApplicationSession.java:458)
     at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:249)
     at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:699)
     at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:231)
     at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:231)
     at com.sap.tc.mobile.mwd.runtime.fwk.dispatcher.http.WebDynproRequestHandler.handleRequest0(WebDynproRequestHandler.java:157)
     at com.sap.tc.mobile.mwd.runtime.fwk.dispatcher.http.WebDynproRequestHandler.handleRequest(WebDynproRequestHandler.java:110)
     at com.sap.tc.mobile.mwd.runtime.fwk.dispatcher.http.AbstractRequestHandler.handleRequest(AbstractRequestHandler.java:306)
     at com.sap.tc.mobile.mwd.runtime.fwk.dispatcher.http.SimpleHttpServer.handleRequest0(SimpleHttpServer.java:247)
     at com.sap.tc.mobile.mwd.runtime.fwk.dispatcher.http.SimpleHttpServer.handleRequest(SimpleHttpServer.java:215)
     at com.sap.tc.mobile.mwd.runtime.fwk.dispatcher.http.SimpleHttpServer.run(SimpleHttpServer.java:164)
     at java.lang.Thread.run(Unknown Source)
"/></Server></XBCML>
The applicationhas been built according to the mobile application development steps for Mobile application for laptops through NWDS.As i m new to it please help me to solve the issue .

Thotheolh wrote:
I was thinking that the String format of the key retrieved in the getKey() of treating it literally as a byte[].It does not work like that.
>
Example is that you retrieve the String key = "B@12rty]"; The only way you would get this is if you had taken the toString() method on an array of bytes. The toString() method of an array does not give one a String representation of the content of the array - it just gives you a pseudo reference to the array which is of little practical use.
How do you convert the String into byte[] byte as exactly "B@12rty]" so that when you do a do a System.out.println(byte); it would return "B@12rty]" rather than other things.See my comment above.
>
In simple terms , treating the String as a byte[] by literally taking the String is the byte[] without converting it into something else so to save the trouble.Strings contain characters. Bytes are not characters so Strings should not be used as containers for bytes.

Similar Messages

  • White lines generated in a txt File when using variable substitution

    Hello,
    I have a problem with a File generated by XI, my File Adapter is using variable substitution with reference to a field of my message type. I use content conversion as well and the generated file has a white line in top of file.
    How could I avoid this and make the white lines disappear? I was trying a lot of things but I don’t really know how to solve this issue, the following is the data type used:
    <FILE_NAME></FILE_NAME>
    <COMPANY>
         <COMPANY_CODE></COMPANY_CODE>
         <COMPANY_NAME></COMPANY_NAME>
         <ADRESS></ADRESS>
    </COMPANY>
    FILE_NAME is the field I use for variable substitution and COMPANY is declare as 0..unbounded.
    Thanks a lot in advanced,
    Luis

    Hi Jai,
    I have declare the following Content Conversion parameters:
    Recordset Structure: COMPANY
    FILE_NAME.fieldFixedLengths     0
    FILE_NAME.fixedLengthTooShortHandling     cut
    COMPANY.fieldFixedLengths     10,80,10,2,50,30,5,5,2,50,50
    COMPANY.addHeaderLine     0
    COMPANY.endSeparator     'nl'
    But it does not work, I have the same white line in the beginning of the file. Do you have any other suggestion??
    I couldnt find the blog written by Sravya either, could you post the link?
    Thanks a lot,
    Luis

  • The program making the flat txt file when creating payment proposal...

    Hello everybody!
    Do you know what is the program used by trx F110 (Automatic Payment transactions) to create the flat text file in the Operating System? I know that, in case of a payment method 'C' (check), SAP can print the check using the programs that appear at Printout/data medium tab (listed in the Form printing/DME box). But the issue is that the check is printing the street address of the vendor, not the one of the ALTERNATIVE PAYEE, in this case the payee is one of the vendor customers, but the check does not print the customer address.
    I would be glad if I could find the txt file creator program, due the information is sent to the printing program is at this file, so I become able to investigate the behavior of the program. Further beyond: do you know why F110 is not able to print the address of a customer of the vendor when making checks with alternative payee being one of their customers? Thank you and regards!

    Hi guys:
    Jeje, there was not standard program that made the txt file, but a Z program. The FI functional was able to locate it and then I modified it. Thank you anyway.

  • Want to display a space after last field in the output txt file

    hi
    I want to display a space after last field in the output txt file which is generaed by my program on utility server the last field lengyt we have defined is four and in database it is of three characters and requirement is to disppaly the last fourth field as space in the output file w hich is not shown as the txt file automatically gets closed at the third place as it is the last field in the record and ind atabase records are of therss char only but user wants to display this fourth position in the notepad output file as space ( which is last field in the output file)
    eg
    name house  street country
    record output coming in file
    ram   h3      street3  thn      now this thn which is last field the notepad get closed at thn only
    i want to display one space in last field for the whole of output file
    ie ram      h3   street3  thn(space)
        sham   h4  street4   sgp(space)  so on......
    we need to show this space in the output file as blank
    regards
    Arora

    hi Atish
    i am using
    loop at gt_sagadr_outtab into wa_sagadr_outtab
    move wa_sagadr_outtab-country to wa_sagadr_text+223(226).
    endloop
    in this last field ie country i need to display the last 226 as blank as only country key is two char in database so the last space is not shown
    i am not unsing the fM as tolb by  you
    and afterwards
    i am usning
    Concatenate 'Sagadr_' sy-datum sy-uzeit '.dat' into gv_filename_sagadr.
    CALL FUNCTION 'FILE_GET_NAME'
      EXPORTING
      CLIENT                        = SY-MANDT
        LOGICAL_FILENAME              = gc_lfile
        OPERATING_SYSTEM              = SY-OPSYS
        PARAMETER_1                   = gc_param1
        PARAMETER_2                   = gc_send
        PARAMETER_3                   = gv_filename_sagadr
      USE_PRESENTATION_SERVER       = ' '
      WITH_FILE_EXTENSION           = ' '
      USE_BUFFER                    = ' '
      ELEMINATE_BLANKS              = 'X'
      IMPORTING
      EMERGENCY_FLAG                =
      FILE_FORMAT                   =
        FILE_NAME                     =  gv_filepath_sagadr
    EXCEPTIONS
      FILE_NOT_FOUND                = 1
      OTHERS                        = 2
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
             WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    and lastly
    open dataset gv_filepath_sagadr for output in text mode encoding default.
        if sy-subrc eq 0.
         loop at gt_sagadr_text into wa_sagadr_text.
         transfer wa_sagadr_text to gv_filepath_sagadr.
         endloop.
        endif.
       close dataset gv_filepath_sagadr.
        if sy-subrc = 0.
        message S002 with gv_filepath_sagadr. "Files & created on Application server
        endif.
    SO NOT SURE WHERE TO USE THE CODE AND HOW

  • How to Open the FailedFilesLog.txt File (statement), and How to Increase the 100 File Limit (question)

    It took us a while to figure this out, so I'm posting this in case it's helpful for someone out there. Plus, I have a question...
    DPM gave the following error for one of our file servers:
    Description: The replica of Volume D:\ on <servername> is inconsistent with the protected data source. Number of files skipped for synchronization due to errors has exceeded the maximum allowed limit of 100 files on this data
    source (ID 32538 Details: Internal error code: 0x809909FE)
    Recommended action: Review the failure errors for individual files from the log file
    \\?\Volume{8492c150-f195-11de-a186-001cc4ef89a0}\B1E9D373-2C03-464E-A472-99BC93DB1E2A\FailedFilesLog.txt and take appropriate action. If some files fail consistently, you can exclude the folders containing these files by modifying the protection group or
    moving the files to another location.
    So, how do you actually open the FailedFilesLog.txt file shown in this DPM alert? What is this path referring to? Well, this is the mount point for the protected server's replica volume on the DPM server, which is mounted under \Program
    Files\Microsoft DPM\DPM\Volumes\Replica\servername\File System. Here you'll see the mount points for all of the server's protected volumes. However, if you try to open one of these mounted volumes
    in Windows Explorer, you'll get Access Denied, even if you have administrator rights. (If someone knows of a way around this, please let me know). As a workaround, you can access this mounted volume in an elevated
    command prompt. Steps:
    Open an Administrator Command Prompt
    Type mountvol <AnyAvailableDriveLetter>: \\?\Volume{VolumeGUID}
    Example:  mountvol m: \\?\Volume{8492c150-f195-11de-a186-001cc4ef89a0}   Note that we're only using the first part of the path to the FailedFilesLog.txt
    file given in the DPM alert, starting from \\? and ending after the
    } character.
    Next, type m: to change to the newly mounted m: drive.
    Then type cd B1E9D373-2C03-464E-A472-99BC93DB1E2A   This is actually a folder name so we're just going into this folder.
    Finally type dir and you should see the FailedFilesLog.txt file. This file can be copied to another location where it's easier to use (i.e. in Windows Explorer).
    Be sure to unmount this volume when you're done by typing mountvol m: /d in the command prompt. (Mountvol reference:
    http://technet.microsoft.com/en-us/library/cc772586(WS.10).aspx.)
    What a pain, eh? But at least by reviewing the FailedFilesLog.txt file you can determine which files or folders caused the sync to fail and thus take action accordingly.
    Now, here's my question: Where is that registry key that lets me adjust the limit of 100 files that DPM allows to be skipped before it fails the replica? Hopefully someone out there will tell me. I know this can be done because Kapil Malhotra
    said so in this post:
    http://groups.google.com/group/microsoft.public.dataprotectionmanager/browse_thread/thread/a179fa30fb50c9b0/e9a348f2a9386063?lnk=raot.
    Also, does anyone know what the internal error code 0x809909FE means in this alert? Knowing this my help us determine what caused these files to fail. Interestingly, in the FailedFilesLog.txt file, it gave a different error code next to each failed file:
    0x80070002.
    -Taylorbox

    Thanks for responding, Fahd. So, just to be sure...
    Do I add this registry key to the DPM server or to the protected servers (or both)?
    In either case, the ContinueOnFailure key does not currently exist. So, I must create this key and the MaxFailedFiles DWORD value
    manually, right?
    Does the server in which I create this regkey have to be restarted for it to take affect?
    Can the DPM alert for the 0x809909FE error event (for exceeding the limit of 100 failures) please be adjusted to provide a path to the FailedFilesLog.txt file
    that actually works if you click on it?
    Any ideas on why the 0x80070002 "File not found" error happened? The files on the server were simply created and then deleted. Why would such file activity lead to this error?
    Thanks,
    -Taylorbox

  • ERROR BPMA File Generator Failed to generate the EPMA import file

    Hi,
    I am facing the below error while extracting the metadata from the Planning Application using EPMA File Generator.
    ERROR BPMAFileGenerator Failed to generate the EPMA import file...
    Details:The remote server returned an error: (404) Not Found
    I am getting 0 byte file.Pls suggest.
    Is there any other way to extract the Planning application metadata?
    The log is:
    [Header]\r\n2010-08-23 14:24:54,484 [5900] DEBUG BPMAFileGenerator Initializing Component
    2010-08-23 14:24:55,687 [5900] DEBUG BPMAFileGenerator HyperionHome: D:\Hyperion
    2010-08-23 14:24:55,687 [5900] DEBUG BPMAFileGenerator HelpFile: D:\Hyperion\common\docs\en\epma\file_generator\launch.html
    2010-08-23 14:27:42,309 [5900] INFO BPMAFileGenerator SelectedTabIndex: 3
    2010-08-23 14:27:42,324 [5900] INFO BPMAFileGenerator hfmWorkspaceURL.Text: http://localhost:19000/workspace
    2010-08-23 14:27:42,324 [5900] INFO BPMAFileGenerator hfmWebServer.Text: http://localhost/HFM
    2010-08-23 14:27:42,324 [5900] INFO BPMAFileGenerator hfmUserName.Text:
    2010-08-23 14:27:42,324 [5900] INFO BPMAFileGenerator hfmApplicationName.Text:
    2010-08-23 14:27:42,324 [5900] INFO BPMAFileGenerator hfmClusterName.Text:
    2010-08-23 14:27:42,324 [5900] INFO BPMAFileGenerator hpWorkspaceURL.Text: http://lgwapp081.uk.baa.com/workspace/index.jsp
    2010-08-23 14:27:42,324 [5900] INFO BPMAFileGenerator hpWebServer.Text: http://lgwapp081.uk.baa.com:8300/HyperionPlanning/
    2010-08-23 14:27:42,324 [5900] INFO BPMAFileGenerator hpUserName.Text: admin
    2010-08-23 14:27:42,324 [5900] INFO BPMAFileGenerator hpApplicationName.Text: PLNAPP
    2010-08-23 14:27:42,324 [5900] INFO BPMAFileGenerator hpClusterName.Text: lgwapp081.uk.baa.com
    2010-08-23 14:27:42,324 [5900] INFO BPMAFileGenerator hpBPMAImportFileName.Text: C:\Documents and Settings\lgwappharrisonb-gal\My Documents\EPMAImport.ads
    2010-08-23 14:27:42,324 [5900] INFO BPMAFileGenerator hfmWorkspaceURL.Text: http://localhost:19000/workspace
    2010-08-23 14:27:42,324 [5900] INFO BPMAFileGenerator ShfmWebServer.Text: http://localhost/HFM
    2010-08-23 14:27:42,324 [5900] INFO BPMAFileGenerator hfmUserName.Text:
    2010-08-23 14:27:42,324 [5900] INFO BPMAFileGenerator hfmApplicationName.Text:
    2010-08-23 14:27:42,324 [5900] INFO BPMAFileGenerator hfmClusterName.Text:
    2010-08-23 14:27:42,324 [5900] INFO BPMAFileGenerator hfmBPMAImportFileName.Text:
    2010-08-23 14:27:42,324 [5900] INFO BPMAFileGenerator bpmaApplicationName.Text:
    2010-08-23 14:27:42,324 [5900] INFO BPMAFileGenerator bpmaUserName.Text:
    2010-08-23 14:27:42,324 [5900] INFO BPMAFileGenerator bpmaWebServer.Text : http://localhost/hyperion-bpma-server
    2010-08-23 14:27:42,324 [5900] INFO BPMAFileGenerator bpmaImportFileName.Text:
    2010-08-23 14:27:42,324 [5900] INFO BPMAFileGenerator profileFileName.Text:
    2010-08-23 14:27:42,324 [5900] INFO BPMAFileGenerator securityFileName.Text :
    2010-08-23 14:27:42,324 [5900] INFO BPMAFileGenerator metadataFileName.Text:
    2010-08-23 14:27:42,324 [5900] INFO BPMAFileGenerator hfmFilesImportFileName.Text :
    2010-08-23 14:27:42,324 [5900] INFO BPMAFileGenerator dimensionPrefix.Text:
    2010-08-23 14:27:42,793 [5900] ERROR BPMAFileGenerator Failed to generate the EPMA import file...
    Details:The remote server returned an error: (404) Not Found.
    2010-08-23 14:28:54,198 [5900] INFO BPMAFileGenerator SelectedTabIndex: 3
    2010-08-23 14:28:54,198 [5900] INFO BPMAFileGenerator hfmWorkspaceURL.Text: http://localhost:19000/workspace
    2010-08-23 14:28:54,198 [5900] INFO BPMAFileGenerator hfmWebServer.Text: http://localhost/HFM
    2010-08-23 14:28:54,198 [5900] INFO BPMAFileGenerator hfmUserName.Text:
    2010-08-23 14:28:54,198 [5900] INFO BPMAFileGenerator hfmApplicationName.Text:
    2010-08-23 14:28:54,198 [5900] INFO BPMAFileGenerator hfmClusterName.Text:
    2010-08-23 14:28:54,198 [5900] INFO BPMAFileGenerator hpWorkspaceURL.Text: http://lgwapp081.uk.baa.com/workspace/index.jsp
    2010-08-23 14:28:54,198 [5900] INFO BPMAFileGenerator hpWebServer.Text: http://lgwapp081.uk.baa.com:8300/HyperionPlanning/
    2010-08-23 14:28:54,198 [5900] INFO BPMAFileGenerator hpUserName.Text: admin
    2010-08-23 14:28:54,198 [5900] INFO BPMAFileGenerator hpApplicationName.Text: PLNAPP
    2010-08-23 14:28:54,198 [5900] INFO BPMAFileGenerator hpClusterName.Text: lgwapp083.uk.baa.com
    2010-08-23 14:28:54,198 [5900] INFO BPMAFileGenerator hpBPMAImportFileName.Text: C:\Documents and Settings\lgwappharrisonb-gal\My Documents\EPMAImport.ads
    2010-08-23 14:28:54,198 [5900] INFO BPMAFileGenerator hfmWorkspaceURL.Text: http://localhost:19000/workspace
    2010-08-23 14:28:54,198 [5900] INFO BPMAFileGenerator ShfmWebServer.Text: http://localhost/HFM
    2010-08-23 14:28:54,198 [5900] INFO BPMAFileGenerator hfmUserName.Text:
    2010-08-23 14:28:54,198 [5900] INFO BPMAFileGenerator hfmApplicationName.Text:
    2010-08-23 14:28:54,198 [5900] INFO BPMAFileGenerator hfmClusterName.Text:
    2010-08-23 14:28:54,198 [5900] INFO BPMAFileGenerator hfmBPMAImportFileName.Text:
    2010-08-23 14:28:54,198 [5900] INFO BPMAFileGenerator bpmaApplicationName.Text:
    2010-08-23 14:28:54,198 [5900] INFO BPMAFileGenerator bpmaUserName.Text:
    2010-08-23 14:28:54,198 [5900] INFO BPMAFileGenerator bpmaWebServer.Text : http://localhost/hyperion-bpma-server
    2010-08-23 14:28:54,198 [5900] INFO BPMAFileGenerator bpmaImportFileName.Text:
    2010-08-23 14:28:54,198 [5900] INFO BPMAFileGenerator profileFileName.Text:
    2010-08-23 14:28:54,198 [5900] INFO BPMAFileGenerator securityFileName.Text :
    2010-08-23 14:28:54,198 [5900] INFO BPMAFileGenerator metadataFileName.Text:
    2010-08-23 14:28:54,198 [5900] INFO BPMAFileGenerator hfmFilesImportFileName.Text :
    2010-08-23 14:28:54,198 [5900] INFO BPMAFileGenerator dimensionPrefix.Text:
    2010-08-23 14:28:56,651 [5900] ERROR BPMAFileGenerator Failed to generate the EPMA import file...
    Details:The remote server returned an error: (404) Not Found.
    2010-08-23 14:30:10,150 [5900] INFO BPMAFileGenerator SelectedTabIndex: 3
    2010-08-23 14:30:10,150 [5900] INFO BPMAFileGenerator hfmWorkspaceURL.Text: http://localhost:19000/workspace
    2010-08-23 14:30:10,150 [5900] INFO BPMAFileGenerator hfmWebServer.Text: http://localhost/HFM
    2010-08-23 14:30:10,150 [5900] INFO BPMAFileGenerator hfmUserName.Text:
    2010-08-23 14:30:10,150 [5900] INFO BPMAFileGenerator hfmApplicationName.Text:
    2010-08-23 14:30:10,150 [5900] INFO BPMAFileGenerator hfmClusterName.Text:
    2010-08-23 14:30:10,150 [5900] INFO BPMAFileGenerator hpWorkspaceURL.Text: http://lgwapp081.uk.baa.com/workspace/index.jsp
    2010-08-23 14:30:10,150 [5900] INFO BPMAFileGenerator hpWebServer.Text: http://lgwapp081.uk.baa.com:8300/HyperionPlanning/
    2010-08-23 14:30:10,150 [5900] INFO BPMAFileGenerator hpUserName.Text: admin
    2010-08-23 14:30:10,150 [5900] INFO BPMAFileGenerator hpApplicationName.Text: PLNAPP
    2010-08-23 14:30:10,150 [5900] INFO BPMAFileGenerator hpClusterName.Text: lgwapp083.uk.baa.com
    2010-08-23 14:30:10,150 [5900] INFO BPMAFileGenerator hpBPMAImportFileName.Text: C:\Documents and Settings\lgwappharrisonb-gal\My Documents\EPMAImport.ads
    2010-08-23 14:30:10,150 [5900] INFO BPMAFileGenerator hfmWorkspaceURL.Text: http://localhost:19000/workspace
    2010-08-23 14:30:10,150 [5900] INFO BPMAFileGenerator ShfmWebServer.Text: http://localhost/HFM
    2010-08-23 14:30:10,150 [5900] INFO BPMAFileGenerator hfmUserName.Text:
    2010-08-23 14:30:10,150 [5900] INFO BPMAFileGenerator hfmApplicationName.Text:
    2010-08-23 14:30:10,150 [5900] INFO BPMAFileGenerator hfmClusterName.Text:
    2010-08-23 14:30:10,150 [5900] INFO BPMAFileGenerator hfmBPMAImportFileName.Text:
    2010-08-23 14:30:10,150 [5900] INFO BPMAFileGenerator bpmaApplicationName.Text:
    2010-08-23 14:30:10,165 [5900] INFO BPMAFileGenerator bpmaUserName.Text:
    2010-08-23 14:30:10,165 [5900] INFO BPMAFileGenerator bpmaWebServer.Text : http://localhost/hyperion-bpma-server
    2010-08-23 14:30:10,165 [5900] INFO BPMAFileGenerator bpmaImportFileName.Text:
    2010-08-23 14:30:10,165 [5900] INFO BPMAFileGenerator profileFileName.Text:
    2010-08-23 14:30:10,165 [5900] INFO BPMAFileGenerator securityFileName.Text :
    2010-08-23 14:30:10,165 [5900] INFO BPMAFileGenerator metadataFileName.Text:
    2010-08-23 14:30:10,165 [5900] INFO BPMAFileGenerator hfmFilesImportFileName.Text :
    2010-08-23 14:30:10,165 [5900] INFO BPMAFileGenerator dimensionPrefix.Text:
    2010-08-23 14:30:11,275 [5900] ERROR BPMAFileGenerator Failed to generate the EPMA import file...
    Details:The remote server returned an error: (404) Not Found.
    [Footer]\r\n[Header]\r\n2010-08-24 14:50:12,606 [10620] DEBUG BPMAFileGenerator Initializing Component
    2010-08-24 14:50:13,528 [10620] DEBUG BPMAFileGenerator HyperionHome: D:\Hyperion
    2010-08-24 14:50:13,528 [10620] DEBUG BPMAFileGenerator HelpFile: D:\Hyperion\common\docs\en\epma\file_generator\launch.html
    2010-08-24 14:53:26,415 [10620] INFO BPMAFileGenerator SelectedTabIndex: 3
    2010-08-24 14:53:26,415 [10620] INFO BPMAFileGenerator hfmWorkspaceURL.Text: http://localhost:19000/workspace
    2010-08-24 14:53:26,415 [10620] INFO BPMAFileGenerator hfmWebServer.Text: http://localhost/HFM
    2010-08-24 14:53:26,415 [10620] INFO BPMAFileGenerator hfmUserName.Text:
    2010-08-24 14:53:26,415 [10620] INFO BPMAFileGenerator hfmApplicationName.Text:
    2010-08-24 14:53:26,415 [10620] INFO BPMAFileGenerator hfmClusterName.Text:
    2010-08-24 14:53:26,415 [10620] INFO BPMAFileGenerator hpWorkspaceURL.Text: http://lgwapp081.uk.baa.com/workspace/index.jsp
    2010-08-24 14:53:26,415 [10620] INFO BPMAFileGenerator hpWebServer.Text: http://lgwapp081.uk.baa.com:8300/HyperionPlanning/
    2010-08-24 14:53:26,415 [10620] INFO BPMAFileGenerator hpUserName.Text: admin
    2010-08-24 14:53:26,415 [10620] INFO BPMAFileGenerator hpApplicationName.Text: PLNAPP
    2010-08-24 14:53:26,415 [10620] INFO BPMAFileGenerator hpClusterName.Text: lgwapp081.uk.baa.com
    2010-08-24 14:53:26,415 [10620] INFO BPMAFileGenerator hpBPMAImportFileName.Text: C:\Documents and Settings\lgwappharrisonb-gal\My Documents\EPMA\EPMAImport.ads
    2010-08-24 14:53:26,415 [10620] INFO BPMAFileGenerator hfmWorkspaceURL.Text: http://localhost:19000/workspace
    2010-08-24 14:53:26,415 [10620] INFO BPMAFileGenerator ShfmWebServer.Text: http://localhost/HFM
    2010-08-24 14:53:26,415 [10620] INFO BPMAFileGenerator hfmUserName.Text:
    2010-08-24 14:53:26,415 [10620] INFO BPMAFileGenerator hfmApplicationName.Text:
    2010-08-24 14:53:26,415 [10620] INFO BPMAFileGenerator hfmClusterName.Text:
    2010-08-24 14:53:26,415 [10620] INFO BPMAFileGenerator hfmBPMAImportFileName.Text:
    2010-08-24 14:53:26,415 [10620] INFO BPMAFileGenerator bpmaApplicationName.Text:
    2010-08-24 14:53:26,415 [10620] INFO BPMAFileGenerator bpmaUserName.Text:
    2010-08-24 14:53:26,431 [10620] INFO BPMAFileGenerator bpmaWebServer.Text : http://localhost/hyperion-bpma-server
    2010-08-24 14:53:26,431 [10620] INFO BPMAFileGenerator bpmaImportFileName.Text:
    2010-08-24 14:53:26,431 [10620] INFO BPMAFileGenerator profileFileName.Text:
    2010-08-24 14:53:26,431 [10620] INFO BPMAFileGenerator securityFileName.Text :
    2010-08-24 14:53:26,431 [10620] INFO BPMAFileGenerator metadataFileName.Text:
    2010-08-24 14:53:26,431 [10620] INFO BPMAFileGenerator hfmFilesImportFileName.Text :
    2010-08-24 14:53:26,431 [10620] INFO BPMAFileGenerator dimensionPrefix.Text:
    2010-08-24 14:53:26,884 [10620] ERROR BPMAFileGenerator Failed to generate the EPMA import file...
    Details:The remote server returned an error: (404) Not Found.
    2010-08-24 14:56:46,427 [10620] INFO BPMAFileGenerator SelectedTabIndex: 3
    2010-08-24 14:56:46,427 [10620] INFO BPMAFileGenerator hfmWorkspaceURL.Text: http://localhost:19000/workspace
    2010-08-24 14:56:46,427 [10620] INFO BPMAFileGenerator hfmWebServer.Text: http://localhost/HFM
    2010-08-24 14:56:46,427 [10620] INFO BPMAFileGenerator hfmUserName.Text:
    2010-08-24 14:56:46,427 [10620] INFO BPMAFileGenerator hfmApplicationName.Text:
    2010-08-24 14:56:46,427 [10620] INFO BPMAFileGenerator hfmClusterName.Text:
    2010-08-24 14:56:46,427 [10620] INFO BPMAFileGenerator hpWorkspaceURL.Text: http://lgwapp081.uk.baa.com/workspace/index.jsp
    2010-08-24 14:56:46,427 [10620] INFO BPMAFileGenerator hpWebServer.Text: http://lgwapp081.uk.baa.com:8300/HyperionPlanning/
    2010-08-24 14:56:46,427 [10620] INFO BPMAFileGenerator hpUserName.Text: admin
    2010-08-24 14:56:46,427 [10620] INFO BPMAFileGenerator hpApplicationName.Text: PLNAPP
    2010-08-24 14:56:46,427 [10620] INFO BPMAFileGenerator hpClusterName.Text: lgwapp083.uk.baa.com
    2010-08-24 14:56:46,427 [10620] INFO BPMAFileGenerator hpBPMAImportFileName.Text: C:\Documents and Settings\lgwappharrisonb-gal\My Documents\EPMA\EPMAImport.ads
    2010-08-24 14:56:46,427 [10620] INFO BPMAFileGenerator hfmWorkspaceURL.Text: http://localhost:19000/workspace
    2010-08-24 14:56:46,427 [10620] INFO BPMAFileGenerator ShfmWebServer.Text: http://localhost/HFM
    2010-08-24 14:56:46,427 [10620] INFO BPMAFileGenerator hfmUserName.Text:
    2010-08-24 14:56:46,427 [10620] INFO BPMAFileGenerator hfmApplicationName.Text:
    2010-08-24 14:56:46,427 [10620] INFO BPMAFileGenerator hfmClusterName.Text:
    2010-08-24 14:56:46,427 [10620] INFO BPMAFileGenerator hfmBPMAImportFileName.Text:
    2010-08-24 14:56:46,427 [10620] INFO BPMAFileGenerator bpmaApplicationName.Text:
    2010-08-24 14:56:46,427 [10620] INFO BPMAFileGenerator bpmaUserName.Text:
    2010-08-24 14:56:46,427 [10620] INFO BPMAFileGenerator bpmaWebServer.Text : http://localhost/hyperion-bpma-server
    2010-08-24 14:56:46,427 [10620] INFO BPMAFileGenerator bpmaImportFileName.Text:
    2010-08-24 14:56:46,427 [10620] INFO BPMAFileGenerator profileFileName.Text:
    2010-08-24 14:56:46,427 [10620] INFO BPMAFileGenerator securityFileName.Text :
    2010-08-24 14:56:46,427 [10620] INFO BPMAFileGenerator metadataFileName.Text:
    2010-08-24 14:56:46,427 [10620] INFO BPMAFileGenerator hfmFilesImportFileName.Text :
    2010-08-24 14:56:46,427 [10620] INFO BPMAFileGenerator dimensionPrefix.Text:
    2010-08-24 14:56:47,520 [10620] ERROR BPMAFileGenerator Failed to generate the EPMA import file...
    Details:The remote server returned an error: (404) Not Found.
    Thanks,
    BC

    Yes I tried to run it on server but still getting the same error.The Status message is:
    1 Validating EPMA import file     Successful...
    2 Generating EPMA file     Failed to generate the EPMA import file...
    Details:The remote server returned an error: (404) Not Found.

  • Best Practice regarding using and implementing the pref.txt file

    Hi All,
    I would like to start a post regarding what is Best Practice in using and implementing the pref.txt file. We have reached a stage where we are about to go live with Discoverer Viewer, and I am interested to know what others have encountered or done to with their pref.txt file and viewer look and feel..
    Have any of you been able to add additional lines into the file, please share ;-)
    Look forward to your replies.
    Lance

    Hi Lance
    Wow, what a question and the simple answer is - it depends. It depends on whether you want to do the query predictor, whether you want to increase the timeouts for users and lists of values, whether you want to have the Plus available items and Selected items panes displayed by default, and so on.
    Typically, most organizations go with the defaults with the exception that you might want to consider turning off the query predictor. That predictor is usually a pain in the neck and most companies turn it off, thus increasing query performance.
    Do you have a copy of my Discoverer 10g Handbook? If so, take a look at pages 785 to 799 where I discuss in detail all of the preferences and their impact.
    I hope this helps
    Best wishes
    Michael Armstrong-Smith
    URL: http://learndiscoverer.com
    Blog: http://learndiscoverer.blogspot.com

  • Can't open iTunes. Get this msg: "The iTunes Library file is locked, on a locked disk, or you do not have write permission for this file." HELP!

    Can't open iTunes. Get this msg: "The iTunes Library file is locked, on a locked disk, or you do not have write permission for this file." HELP!

    go to the directory where the itunes librairy is stored (google search!). Select the file hit "command+i" on your keyboard or control click on the file and select get info. there is an option to either lock or ulock the file. unlock it. restart your computer and see if it works.

  • Format probelm about the downloaded txt file

    I encounter a problem. after the 4.7 system upgrade to ECC6.0 ..(sandbox)
    Our report can't download the correct txt file.
    I wrote a test program.
    REPORT  ZTEST  NO STANDARD PAGE HEADING.
    write: / '123',
             / 'abc'.
    I download from menu :system->list->save_>local file: not converted.
    but  when opening the txt file , it shows:
    2008.09.09                                                                   test                                                                          1----
    123abc
    everything is in one line. and  add  the current date ..and '----
    Help.. what's the problem?
    Many thanks
    Edited by: hand consultant on Sep 9, 2008 8:13 AM

    Hi,
    Ganesh Modhave,
    It is strange problem. Because in the same computer, I downloaded the txt file from 4.6c system. And the result is OK.
    So I guess some upgrade issue result in the problem..
    I path the gui 710 to level 2.,,........ It's okey now ,thanks.

  • Automatically save logging in the "flashlog.txt" file

    Is there a way to automatically save logging in the "flashlog.txt" file?

    hi Atish
    i am using
    loop at gt_sagadr_outtab into wa_sagadr_outtab
    move wa_sagadr_outtab-country to wa_sagadr_text+223(226).
    endloop
    in this last field ie country i need to display the last 226 as blank as only country key is two char in database so the last space is not shown
    i am not unsing the fM as tolb by  you
    and afterwards
    i am usning
    Concatenate 'Sagadr_' sy-datum sy-uzeit '.dat' into gv_filename_sagadr.
    CALL FUNCTION 'FILE_GET_NAME'
      EXPORTING
      CLIENT                        = SY-MANDT
        LOGICAL_FILENAME              = gc_lfile
        OPERATING_SYSTEM              = SY-OPSYS
        PARAMETER_1                   = gc_param1
        PARAMETER_2                   = gc_send
        PARAMETER_3                   = gv_filename_sagadr
      USE_PRESENTATION_SERVER       = ' '
      WITH_FILE_EXTENSION           = ' '
      USE_BUFFER                    = ' '
      ELEMINATE_BLANKS              = 'X'
      IMPORTING
      EMERGENCY_FLAG                =
      FILE_FORMAT                   =
        FILE_NAME                     =  gv_filepath_sagadr
    EXCEPTIONS
      FILE_NOT_FOUND                = 1
      OTHERS                        = 2
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
             WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    and lastly
    open dataset gv_filepath_sagadr for output in text mode encoding default.
        if sy-subrc eq 0.
         loop at gt_sagadr_text into wa_sagadr_text.
         transfer wa_sagadr_text to gv_filepath_sagadr.
         endloop.
        endif.
       close dataset gv_filepath_sagadr.
        if sy-subrc = 0.
        message S002 with gv_filepath_sagadr. "Files & created on Application server
        endif.
    SO NOT SURE WHERE TO USE THE CODE AND HOW

  • Why when I open the output.txt file, is strange code there, not 3.1

    i almost copy the example from "think in java book" chapter 11
    however, the result "output.txt file" when opened by notepad of windows xp, always only very strange code inside, not what i want
    do i need open the file, before i want to write?
    or i use a wrong api again?
    or the java code norm is very difference from ms windows?
    thanks
    import java.util.Random;
    import java.io.*;
    class CreatRandomFile
         public static void main(String args[])throws IOException
              File fileOutput=new File("output.txt");
              DataOutputStream out2=
                   new DataOutputStream(
                        new BufferedOutputStream(
                             new FileOutputStream(fileOutput)));
              out2.writeDouble(3.1);
              out2.close();
         }//end main
    }//end class

    There are basically two ways of IO:
    a) human readable format;
    b) machine readable format;
    What you've just done is writing a double value in machine readable
    format to a file. Some folks call it 'binary format'. I bet your file is eight
    byes long. A DataOutputStream writes data in machine readable
    format. You need a PrintStream instead if you (a being human I suppose)
    want to be able to read the contents of that file.
    kind regards,
    Jos

  • When trying to download Mountain Lion after click on buy I get this message: The product distribution file could not be verified. It may be damaged or was not signed.

    when trying to download Mountain Lion after click on buy I get this message: The product distribution file could not be verified. It may be damaged or was not signed.

    The Apple Support Communities are an international user to user technical support forum. As a man from Mexico my first language is Spanish. I do not speak English, however I do write in English with the aid of the Mac OS X spelling and grammar checks. I also live in a culture perhaps very very different from your own. When offering advice in the ASC, my comments are not meant to be anything more than helpful and certainly not to be taken as insults.
    Always search the forum before posting. This is asked at least three times just below your post.
    https://discussions.apple.com/thread/3604789?tstart=0
    https://discussions.apple.com/thread/4153268?tstart=0

  • Cannot purchase Mountain Lion The message i get is: ..the product distribution file could not be verified. It may be damaged or was not signed

    Cannot purchase Mountain Lion.  The message i get is: ..the product distribution file could not be verified. It may be damaged or was not signed.
    Anyone has had this issue?

    Re-download or contact customer service. Contacting Apple for support and service

  • How do you get rid of the gray unwanted files?

    how do you get rid of the gray unwanted files?

    First try to unsunc them
    Next restore from backup
    Last, restore to factory settings/new iPod

  • Corruption in cshelp.txt file on save

    When I add a topic ID to the cshelp.txt file using the
    Context Sensitive Text-Only Topics editor and click Save, I get an
    error message about an invalid file. When I open the file in
    notepad it looks like this:
    . t o p i c H I D C _ B U T T O N _ C H A N G E _ S E T T I N
    G S _ S E C U R I T Y _ P R O P S _ P R O P P A G E
    T e s t t e x t
    The editor has added a space between each character (and
    removed one after topic). I think it is related to Unicode
    enhancements in RH7, but it means I cannot create a help file (CHM)
    that has working CS help.
    Has anyone got a workaround for this?
    Thanks

    I started this thread and have since developed a workaround
    (similar to jc@salient) which I have detailed in a two-page Word
    document. The document also explains several RoboHelp defects
    related to this problem (hint to any Adobe people who monitor this
    forum).
    This interface doesn't seem to allow attachments; so, if
    anyone needs a copy, email me at [email protected] and
    ask for it. Please put Robohelp on the subject line.
    If anyone adds refinements later, please share.
    Regards

Maybe you are looking for