File repository server error: failed to put the file to file server

Hi,
Am trying to export relational and OLAP universe to repository and getting an error.
Am using Universe Design Tool and product version is  BI 4.0 SP 5
When I create a universe and export it for the first time it get exported successfully.
However I tried to export same universe after making few changes, getting below error
File Repository Server error: Failed to put the file to fileserver: frs://<FRS Location>/Universe_Name.unv already exists
Is anybody faced such issue?
I suspect it is a configuration issue/product bug.
Your thoughts are highly appreciated.
Regards,
Vinesh

Hello Vinesh,
There is a workaround mentioned in the following KBA:
1309859 - Error: WIS 00501 Universe not found when viewing Documents
Please have a look.
Thanks and regards,
Madhumitha

Similar Messages

  • AzureDiagnostics fails after role udpate with no changes to configuration, error "Failed to parse the WAD config file"

    Windows event log shows AzureDiagnostics errors "Failed to parse the WAD config file" and warning "
    No certficate with given thumbprint found in the certificate store. Thumbprint:" and
    System.ArgumentNullException: Value cannot be null.
    Parameter name: s
       at System.IO.StringReader..ctor(String s)
       at Microsoft.Azure.Plugins.Plugin.WadConfigValidator`1.Validate(String configString, String schemaPath, StringBuilder builder)
       at Microsoft.Azure.Plugins.Plugin.WadConfigValidator`1.Initialize(String configString, String schemaPath)
       at Microsoft.Azure.Plugins.Plugin.WadParser.Parse()
    Also tried a different deployment on a different subscription, same issue, and this one gets stuck in 'create' state with no roles showing up in 'instances' section for quite some time. Are Cloud Services even maintained by Microsoft
    anymore? Seems that they are second class citizens to VMs, no updates, no new portal, no new features, often can't update single role without updating all roles, etc.

    i am facing same error : here is the log:
    DiagnosticsPlugin.exe Information: 0 : [3/19/2015 6:00:39 PM] Starting DiagnosticPlugin.exe DiagnosticPlugin-ShutdownEvent DiagnosticPlugin-TotalShutdownEvent -wadVer1v3
    DiagnosticsPlugin.exe Information: 0 : [3/19/2015 6:00:39 PM] Starting DiagnosticsPlugin
    DiagnosticsPlugin.exe Information: 0 : [3/19/2015 6:00:39 PM] Checking VM Type
    DiagnosticsPlugin.exe Information: 0 : [3/19/2015 6:00:39 PM] File HandlerEnvironment.json not found. Extension set to PAAS
    DiagnosticsPlugin.exe Information: 0 : [3/19/2015 6:00:39 PM] RcfFileName: C:\Config\881bb2e524c04870b4e993fd8fefb7d8.881bb2e524c04870b4e993fd8fefb7d8.WorkerRole1_IN_0.13.xml
    DiagnosticsPlugin.exe Information: 0 : [3/19/2015 6:00:39 PM] RoleInstanceId: WorkerRole1_IN_0; DeploymentId: 881bb2e524c04870b4e993fd8fefb7d8; RoleName: WorkerRole1
    DiagnosticsPlugin.exe Information: 0 : [3/19/2015 6:00:39 PM] Checking VM Type
    DiagnosticsPlugin.exe Information: 0 : [3/19/2015 6:00:39 PM] File HandlerEnvironment.json not found. Extension set to PAAS
    DiagnosticsPlugin.exe Information: 0 : [3/19/2015 6:00:39 PM] Store Size: 4096
    DiagnosticsPlugin.exe Information: 0 : [3/19/2015 6:00:39 PM] Reading XML configuration file
    DiagnosticsPlugin.exe Information: 0 : [3/19/2015 6:00:39 PM] Will use thumbprint 
    DiagnosticsPlugin.exe Information: 0 : [3/19/2015 6:00:39 PM] Decrypting private configuration
    DiagnosticsPlugin.exe Warning: 0 : [3/19/2015 6:00:39 PM] No certficate with given thumbprint found in the certificate store. Thumbprint:
    DiagnosticsPlugin.exe Information: 0 : [3/19/2015 6:00:39 PM] Retrying after 30 seconds. Retry attempt 1
    DiagnosticsPlugin.exe Warning: 0 : [3/19/2015 6:01:09 PM] No certficate with given thumbprint found in the certificate store. Thumbprint:
    DiagnosticsPlugin.exe Information: 0 : [3/19/2015 6:01:09 PM] Retrying after 30 seconds. Retry attempt 2
    DiagnosticsPlugin.exe Warning: 0 : [3/19/2015 6:01:39 PM] No certficate with given thumbprint found in the certificate store. Thumbprint:
    DiagnosticsPlugin.exe Information: 0 : [3/19/2015 6:01:39 PM] Retrying after 30 seconds. Retry attempt 3
    DiagnosticsPlugin.exe Error: 0 : [3/19/2015 6:02:09 PM] System.Security.Cryptography.CryptographicException: The enveloped-data message does not contain the specified recipient.
       at System.Security.Cryptography.Pkcs.EnvelopedCms.DecryptContent(RecipientInfoCollection recipientInfos, X509Certificate2Collection extraStore)
       at Microsoft.Azure.Plugins.Diagnostics.dll.PluginConfigurationSettingsProvider.DecryptPrivateConfig(String encryptedConfig)
    DiagnosticsPlugin.exe Information: 0 : [3/19/2015 6:02:09 PM] WadCfg is provided in initial configuration. Using that to initialize Diagnostics.
    DiagnosticsPlugin.exe Information: 0 : [3/19/2015 6:02:09 PM] <PublicConfig xmlns="http://schemas.microsoft.com/ServiceHosting/2010/10/DiagnosticsConfiguration">
      <WadCfg>
        <DiagnosticMonitorConfiguration overallQuotaInMB="4096">
          <DiagnosticInfrastructureLogs />
          <Directories scheduledTransferPeriod="PT1M">
            <IISLogs containerName="wad-iis-logfiles" />
            <FailedRequestLogs containerName="wad-failedrequestlogs" />
          </Directories>
          <PerformanceCounters scheduledTransferPeriod="PT1M">
            <PerformanceCounterConfiguration counterSpecifier="\Memory\Available MBytes" sampleRate="PT3M" />
            <PerformanceCounterConfiguration counterSpecifier="\Web Service(_Total)\ISAPI Extension Requests/sec" sampleRate="PT3M" />
            <PerformanceCounterConfiguration counterSpecifier="\Web Service(_Total)\Bytes Total/Sec" sampleRate="PT3M" />
            <PerformanceCounterConfiguration counterSpecifier="\ASP.NET Applications(__Total__)\Requests/Sec" sampleRate="PT3M" />
            <PerformanceCounterConfiguration counterSpecifier="\ASP.NET Applications(__Total__)\Errors Total/Sec" sampleRate="PT3M" />
            <PerformanceCounterConfiguration counterSpecifier="\ASP.NET\Requests Queued" sampleRate="PT3M" />
            <PerformanceCounterConfiguration counterSpecifier="\ASP.NET\Requests Rejected" sampleRate="PT3M" />
            <PerformanceCounterConfiguration counterSpecifier="\Processor(_Total)\% Processor Time" sampleRate="PT3M" />
          </PerformanceCounters>
          <WindowsEventLog scheduledTransferPeriod="PT1M">
            <DataSource name="Application!*" />
            <DataSource name="System!*" />
          </WindowsEventLog>
          <CrashDumps dumpType="Full">
            <CrashDumpConfiguration processName="WaAppAgent.exe" />
            <CrashDumpConfiguration processName="WaIISHost.exe" />
            <CrashDumpConfiguration processName="WindowsAzureGuestAgent.exe" />
            <CrashDumpConfiguration processName="WaWorkerHost.exe" />
            <CrashDumpConfiguration processName="DiagnosticsAgent.exe" />
            <CrashDumpConfiguration processName="w3wp.exe" />
          </CrashDumps>
          <Logs scheduledTransferPeriod="PT1M" scheduledTransferLogLevelFilter="Verbose" />
        </DiagnosticMonitorConfiguration>
      </WadCfg>
      <StorageAccount>vinaystorageaccounttest</StorageAccount>
    </PublicConfig>
    DiagnosticsPlugin.exe Information: 0 : [3/19/2015 6:02:09 PM] Private setting is loaded
    DiagnosticsPlugin.exe Error: 0 : [3/19/2015 6:02:09 PM] System.ArgumentNullException: Value cannot be null.
    Parameter name: s
       at System.IO.StringReader..ctor(String s)
       at Microsoft.Azure.Plugins.Plugin.WadConfigValidator`1.Validate(String configString, String schemaPath, StringBuilder builder)
       at Microsoft.Azure.Plugins.Plugin.WadConfigValidator`1.Initialize(String configString, String schemaPath)
       at Microsoft.Azure.Plugins.Plugin.WadParser.Parse()
    DiagnosticsPlugin.exe Error: 0 : [3/19/2015 6:02:09 PM] Failed to parse the WAD config file
    DiagnosticsPlugin.exe Information: 0 : [3/19/2015 6:02:09 PM] DiagnosticPlugin.exe exit with code -106

  • File Repository Server error : Failed to determine whether there is enough

    Hi, We have setup a new server and while loading file we are getting following error message.
    File Repository Server error : Failed to determine whether there is enough disk space. We are on BOXI R2 SP3 on windows server 2003 with WAS on IIS 6.0.
    From CMC the error message is:
    There was an error while retrieving data from the server: Unable to open file C:\WINDOWS\TEMP\tmp875.txt.
    I ran Input FRS with a particular port and was able to ping FRS on that port. So port is opened.
    Does anyone know reason for this?
    Thanks,
    Kalpesh

    Can you elaborate exactly what you had to resolve this issue.
    Thanks, Mani

  • I have a problem syncing iCal on my Macbook air (10.7.5) and my iPhone 4s (5.1.1) over iCloud. The following server error message comes up "The request (CalDAVAccountRefreshQueueableOperation) for account "iCloud" failed." Been to Apple - no luck. Ideas?

    I have a problem syncing iCal on my Macbook air (10.7.5) and my iPhone 4s (5.1.1) over iCloud. The following server error message comes up "The request (CalDAVAccountRefreshQueueableOperation) for account “iCloud” failed." Been to Apple Store - no luck instore, or with Super genius over the phone when with genius in store, taking data in real time via ethernet!
    I had to do a full wipe of my system because of time machine back up issues 2 weeks ago, and the error has only occured at some point since then. I only did a drag and drop of my user account folders/files into an External HDD rather than a copy of my user account (advised by the staff in store at Apple to do this) and when reimported, the Mail folders are all present but each message is in a sub-sub-sub folder that is numerically named. I do not have a mirror image of the hard disk prior to the wipe, only a time machine back up from 2 weeks prior to it being done. I am uncertain if this reinstall has caused the issue. 
    I am not happy to upgrade the software in my iPhone until I have the calendars working. I have purchased Mountain Lion, but again am concerned about upgrading until the issues are sorted.
    I have tried the other solutions on here with no luck. HELP please.
    Many Thanks.

    Progress Update.
    I made a back of what existing phtos and Videos I had on my Iplhone.  I used Image capture to do this making an entire back up of photos and videoa that were still intact on the phone.
    Image capture is god for this purpose, as it does exactly what you ask it to do without applying any rules or squishing the files back into iphote (which might also be corupted) 
    Image capture wil do the basic function of retriving the contents of the phone and save them as native files on your hard drive.
    Once I did this I erased my iphone, and re intitialised it restoring an older back up from icloud.
    As the retore was happneing - I did retreive the missing files that cuased the intial beviour as above, and I could play the videos that were missing in the above scenerio.  The wierd ting was however that even though the source files were now back on the device, the thumbnail previews were missing. Where I ahd balck thumb nails for server portions of the resotred content.
    I then went to bed as the restore is a long process.  When I woke up the library had library had cleaned itself up.  Mysteriously the prcess had deleted the files missing the their thumbnails.
    This is very perculiar and bad behavior.
    I am now repeating the process, and will attempt to download the missing content as it is restored and prior to the phone trying to fix itself.
    Here are the lessons learned.
    DO NOT rely on Photo Stream to keep back ups and synchornise videos from you IOS device. IT DOES NOT SUPPORT THIS CAPBILITY
    DO NOT rely on iCloud Back Up alone - always fd an occassional iTunes back up or more reliably still always take a back up of photos and video files using Image Capture to be doubly sure that you a have backd up any content.
    DO THIS NOW - dont wait to loose your phone ofr have your phone repaired by replacement at the apple Store.  (I did both :-(

  • Failed to load XML from the package file "" due to error 0xC00CE556 "Invalid at the top level of the document.Line.

    Using Installation wizard to deploy SSIS packages from DEV server to QA server package store cause this error;
    Failed to load XML from the package file "" due to error 0xC00CE556 "Invalid at the top level of the document. Line 773, Column 93". This happens when loading a package and the file cannot be opened or loaded correctly into XML document.  This can be the
    result of either providing an incorrect file name to the LoadPackage method or the XML file specified having an incorrect format.  Please who have the idea of how this issue can be resolved?BI Developer

    Hi ,
       for this Error one and only one solution 
    go to view Code, line number and Column number shown in error message,
    and Remove code from there till last and save it,  it happens when we are moving Package from one server to another server. and VS adds some lines of code at the bottom of package
    something like this 
    andles="1" allownudging="1" isannotation="0" dontautolayout="0" groupcollapsed="0" tabstop="1" visible="1" snaptogrid="0"&gt;
        &lt;control&gt;
          &lt;ddsxmlobjectstreaminitwrapper binary="00080000921400008c040000" /&gt;
        &lt;/control&gt;
        &lt;layoutobject&gt;
          &lt;ddsxmlobj&gt;
            &lt;property name="LogicalObject" value="{BBFB0E
    Remove this code and save package it will work.  
    hope this will help to Developers who are searching for same ......... :) 

  • 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.

  • Content generation error. [Error: Failed to Export the PDF file.]

    Hi;
    Everytime i try to update an article within a folio in DPS folio builder i get this error :
    Content generation error.
    [Error: Failed to Export the PDF file.]
    My colleague next to me is running exactly the same set up and doesnt get the error. in fact his update anf sideloading is fast as lightning.
    the ONLY difference is that im running v28 tools and he is on v27, however wehave another colleague running v28 and his updates work perfectly.
    Any ideas lovely community?
    Scott

    Hi Bob;
    Have tried that one. And again on your suggestion....no luck.
    Scott

  • How do I fix the server Error I get saying the server does not recognize the RETR command? I can send but not receive.

    I am using the Godaddy email service with a POP account. some of my clients are working but many are showing the RETR error from the server. I have deleted the popstate.dat file and this did not solve the issue.

    Item 1. Webmail in no way uses any of the servers, ports or protocols used by a mail client. So any assumption drawn regarding mail clients based on web mail is false.
    You could have a dead anti virus program. Nortons in particular spits it and drops conections, fails to download mail and sends wrong passwords periodically, but it is certainly not alone. They are all fairly fragile in dealing with mail. Especially SSL secured connections, Only by using man in the middle hacking techniques can anti virus scan SSL secured mail.
    We routinely recommend the following as diagnostics for these sorts of issues.
    To diagnose problems with Thunderbird, try one of the following:
    *Restart Thunderbird with add-ons disabled (Thunderbird Safe Mode). On the Help menu, click on "Restart with Add-ons Disabled". If Thunderbird works like normal, there is an Add-on or Theme interfering with normal operations. You will need to re-enable add-ons one at a time until you locate the offender.
    *Restart the operating system in '''[http://en.wikipedia.org/wiki/Safe_mode safe mode with Networking]'''. This loads only the very basics needed to start your computer while enabling an Internet connection. Click on your operating system for instructions on how to start in safe mode: [http://windows.microsoft.com/en-us/windows-8/windows-startup-settings-including-safe-mode Windows 8], [http://windows.microsoft.com/en-us/windows/start-computer-safe-mode#start-computer-safe-mode=windows-7 Windows 7], [http://windows.microsoft.com/en-us/windows/start-computer-safe-mode#start-computer-safe-mode=windows-vista Windows Vista], [http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/boot_failsafe.mspx?mfr=true" Windows XP], [http://support.apple.com/kb/ht1564 OSX]
    ; If safe mode for the operating system fixes the issue, there's other software in your computer that's causing problems. Possibilities include but not limited to: AV scanning, virus/malware, background downloads such as program updates.

  • Report works in CR10, on enterprise server error: Failed to open a rowset

    Hi,
    I created a report, which works fine in Crystal Reports (designer).
    After uploading the report to the enterprise-server it don't work anymore.
    I use the same database and the same parameters, but get the following error:
    Failed to open a rowset. File D:\Program Files\Crystal Decisions\Enterprise 10\Data\procSched\FDMPLS082M.reportjobserver\~tmp14f4559568a82d0.rpt.
    For other reports it works fine.
    Edited by: Joris Stoop on Aug 25, 2008 11:25 AM

    Does the server have the same database DSN named the same? Also, you may want to try installing CR on the server and see if the report works there.

  • Failed to get the Availability State on server Distriubtionpoint1 for role SMS Distribution Point

    Distriubtionpoint1-- Server share distribution point
    Distriubtionpoint1-- Acting as site system role (DP)
    Distriubtionpoint1--attached under the primary PR0 (Primary server0)
    Primary server0-- reporting to CS0 (central site 0)
    Distriubtionpoint1-- Windows 2008 sp1 r2 standard
    Infrastructure details:-
    =============
    Distriubtionpoint1 located in different domain with one way trust.
    1) Check ping status with FQDN from both domain and it is success.
    2) Check port 135, 445, 80,443 through telnet from both domain and success.
    3) Primary Server0 account is member of the local admin group on Distriubtionpoint1.
    4) Check the PR0-SCCM-DP$ folder NTFS & Share permission
    Share permission
    a) everyone & local admin group has full control
    Security permission
    a) System has full permission
    b) user has read & exec
    4) Local admin full
    Sitestat.log error message:
    ---->: Failed to get the Availability State on server
    Distriubtionpoint1 for role SMS Distribution Point. SMS_SITE_SYSTEM_STATUS_SUMMARIZER 4/22/2014 9:00:15 PM 952 (0x03B8)
    ---->: Now polling via NAL for SiteObject "["Display=\\Distriubtionpoint1\PR0-SCCM-DP$\"]MSWNET:["SMS_SITE=PR0"]\\Distriubtionpoint1\PR0-SCCM-DP$\" SMS_SITE_SYSTEM_STATUS_SUMMARIZER
    4/22/2014 9:00:15 PM 952 (0x03B8)
    for ["Display=\\Distriubtionpoint1\PR0-SCCM-DP$\"]MSWNET:["SMS_SITE=PR0"]\\Distriubtionpoint1\PR0-SCCM-DP$\, no connection account is available SMS_SITE_SYSTEM_STATUS_SUMMARIZER
    4/22/2014 9:00:15 PM 952 (0x03B8)
    ---->: The NAL path ["Display=\\Distriubtionpoint1\PR0-SCCM-DP$\"]MSWNET:["SMS_SITE=PR0"]\\Distriubtionpoint1\PR0-SCCM-DP$\ is currently not accessible. SMS_SITE_SYSTEM_STATUS_SUMMARIZER
    4/22/2014 9:00:18 PM 952 (0x03B8)
    Info>: Unable to get available space for the Site Object ["Display=\\Distriubtionpoint1\PR0-SCCM-DP$\"]MSWNET:["SMS_SITE=PR0"]\\Distriubtionpoint1\PR0-SCCM-DP$\ SMS_SITE_SYSTEM_STATUS_SUMMARIZER
    4/22/2014 9:00:18 PM 952 (0x03B8)
    STATMSG: ID=4701 SEV=I LEV=M SOURCE="SMS Server" COMP="SMS_SITE_SYSTEM_STATUS_SUMMARIZER" SYS=Distriubtionpoint1 SITE=PR0 PID=4112 TID=952 GMTDATE=Wed Apr 23 01:00:18.002
    2014 ISTR0="\\Distriubtionpoint1\PR0-SCCM-DP$" ISTR1="\\Distriubtionpoint1\PR0-SCCM-DP$" ISTR2="2014 04 4 17 04 31 31 000" ISTR3="" ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8=""
    ISTR9="" NUMATTRS=0 SMS_SITE_SYSTEM_STATUS_SUMMARIZER 4/22/2014 9:00:18 PM 952 (0x03B8)
    for ["Display=\\Distriubtionpoint1\PR0-SCCM-DP$\"]MSWNET:["SMS_SITE=PR0"]\\Distriubtionpoint1\PR0-SCCM-DP$\, no connection account is available SMS_SITE_SYSTEM_STATUS_SUMMARIZER
    4/22/2014 9:00:18 PM 952 (0x03B8)
    ---->: GetOperationsManagementData failed to connect to ["Display=\\Distriubtionpoint1\PR0-SCCM-DP$\"]MSWNET:["SMS_SITE=PR0"]\\Distriubtionpoint1\PR0-SCCM-DP$\; error
    = 5. SMS_SITE_SYSTEM_STATUS_SUMMARIZER 4/22/2014 9:00:20 PM 952 (0x03B8)

    I have tried to access the server share DP from the primary server by using my user
    credential. Yes I can able to access the share.
    But when I use the system credential to access the share received an error message as shown in below screenshot
    Hence i have provided the share and ntfs permission administrators, system, everyone,
    primary server account with full control on both tab. but still i am receiving error message.
    :\temp>whoami
    US\prasath
    c:\temp>dir \\PrimaryServer1\SCCM-DP$
    Volume in drive \\PrimaryServer1\SCCM-DP$ is Data
    Volume Serial Number is 22F0-661B
    Directory of \\PrimaryServer1\SCCM-DP$03/17/2014
    03:33 PM <DIR> .03/17/2014 03:33 PM <DIR> .
    04/01/2014 08:04 AM <DIR> SMSPKG
    0 File(s) 0 bytes
    3 Dir(s) 514,625,064,960 bytes free
    ===========================================
    C:\Windows\system32>whoami
    nt authority\system
    C:\Windows\system32>dir
    \\PrimaryServer1\SCCM-DP$
    Access is denied.

  • HT1212 How do i restore my iphone when it has been disabled and can not be restored through itunes because of the error message that says "The iphone software update server could not be contacted.

    How do i restore my iphone when it has been disabled and cannot be restored through itunes because of the error message that says "The iphone software update server could not be contacted

    Have you jailbroken this device? This will make the iPhone not talk to the Software Update Server (that signs and accepts software updates) please refer to the following link? Error 3194, Error 17, or "This device isn't eligible for the requested build"
    The iPhone will talk to the software update servers, just need to change the host files, it's a simple process, sorry if you were confused about the wording in to top?

  • Explorer error "Failed to retrieve the Information Spaces list." from HANA

    I am getting this dumb error "Failed to retrieve the Information Spaces list. // Request timed out" in Explorer's "Manage Spaces" area every time I click on the analytic view listed under my HANA sources of the Explorer. So, my HANA source is visible, and analytic views are visible in Explorer as well, but I cannot get any Information Space created because of the error, and I could not find the error and its causes in Explorer docs.
    I already
    - upgraded HANA db to Rev 18 (for some reasons I cannot u[grade this system to SPS3 yet) and BIP and Explorer 4.0 are on the latest Patch 8 of SP2.
    - configured connection using IDT defined connection,
    - restarted servers in CMS already 100s of times.
    There is enough free space on the BO server's drive: 33GB. BO is a single server based on Win2008 R2 SP1 with 40GB RAM.
    Any ideas what else I can do to get rid of this issue? It is a test server, so I cannot open customer msg to SAP Support.
    Thanks,
    -Vitaliy

    Try increasing the timeout under
    ..\SAP BusinessObjects\Tomcat6\webapps\explorer\WEB-INF\classes\ default.settings.properties
    from
    request.timeout=60
    to
    request.timeout=600

  • [Flat File Destination [220]] Error: Failed to write out column name for column "Column 2"

    I am using SSIS to extract fixed width data into a flat file destination and I keep getting below error. I have tried almost everything in this forum but still no solution. can anyone help me out to solve this problem.
    [Flat File Destination [220]] Error: Failed to write out column name for column "Column 2".
    [SSIS.Pipeline] Error: component "Flat File Destination" (220) failed the pre-execute phase and returned error code 0xC0202095
    Thanks

    Hi Giss68,
    Could you check the Advanced tab of the Flat File Connection Manager to see whether the InputColumnWidth and the OutputColumnWidth properties of the Column2 has the same value? Please refer to the following link about the same topic:
    http://stackoverflow.com/questions/10292091/how-do-i-fix-failed-to-write-error-while-exporting-data-to-ragged-right-flat-fil 
    If it doesn’t work, please post the sample data and the advanced settings of Column2 for further analysis.
    Regards,
    Mike Yin
    If you have any feedback on our support, please click
    here
    Mike Yin
    TechNet Community Support

  • I am trying to link my PC to my Mac and Iphone and I pad. I can't use my Itunes account on my PC - when I try and enter Icloud on my computer i get a server error after I put in my e-mail and password.

    Question - Trying to use Icloud on a PC - I get a server error after I put in my e-mail and password. Why? I can sync up all my devices from Itunes with my MaC, Iphone and IPad but I can't do it with my PC

    I regret that you're having trouble setting up your email, corbad! You're on the right track with your incoming email address. You might also try incoming.verizon.net or incoming.yahoo.verizon.net as possible alternatives, and 995 as the port number. Please let me know how that goes!
    DionM_VZW
    Follow us on Twitter www.twitter.com/vzwsupport

  • I upgraded iTunes to 11.  I now receive an error message which reads - 'The iTunes Library file cannot be saved. An unknown error occurred (-50).  How do I correct this error?

    I upgraded iTunes to 11.  I now receive an error message which reads - 'The iTunes Library file cannot be saved. An unknown error occurred (-50).  How do I correct this error?
    Thanks
    TDB

    I know this doesn't help you Bud, but I've had this issue for at least the last couple of versions.  If I can ask, what is you enviornment like?  Local PC only, libray saved on another PC/Server? 
    In my case my library is on Windows 2003 server with the share mapped to drive M:  This has worked for many years through both XP and Windows 7 until and update a while ago. 
    Thanks,
    Rob

Maybe you are looking for