SCSM2012: Cube processing failing on two cubes - ConfigItemDimKey not found

Hi
Two of our cubes (SystemCenterSoftwareUpdateCube and SystemCenterPowerManagementCube) has started to fail processing lately. In ServiceManager they the error is just "failed", but in SSAS there is a lot of errors.
Both cubes fails with the following error when SSAS processing them:
"Errors in the OLAP storage engine: The attribute key cannot be found when processing: Table: 'ConfigItemDim', Column: 'ConfigItemDimKey', Value: '7200'. The attribute is 'ConfigItemDimKey'. Errors in the OLAP storage engine: The attribute key was converted
to an unknown member because the attribute key was not found. Attribute ConfigItemDimKey of Dimension: ConfigItemDim from Database: DWASDataBase, Cube: SystemCenterSoftwareUpdateCube, Measure Group: ConfigItemDim, Partition: ConfigItemDim, Record: 7201. Errors
in the OLAP storage engine: The process operation ended because the number of errors encountered during processing reached the defined limit of allowable errors for the operation. Errors in the OLAP storage engine: An error occurred while processing the 'ConfigItemDim'
partition of the 'ConfigItemDim' measure group for the 'SystemCenterSoftwareUpdateCube' cube from the DWASDataBase database."
=> My question: is it possible to recreate this ConfigItemDimKey manually (and how), or delete those cube and create them from scratch (back to oob status) ?
Thanks.
/Peter

Hi Peter,
We recently had similar issues with our ChangeAndActivityManagementCube. After a conversation with a Microsoft supporter I was able to work around that problem and so far it hasn't appeared yet.
As you can read from the error message the issues appears when Analysis Services tries to process the ConfigItemDim measure group. During the processing it's looking up the corresponding dimension for attribute key. Now when the Measure Group
is getting processed before the corresponding dimension is processed, it's possible that the attribute key doesn't exist in the dimension table yet and then this error occurs.
What you have to do is the following:
1. Process the dimensions manually using PowerShell and the following code (change the server address and SQL instance and execute it on the AS server):
[System.Reflection.Assembly]::LoadWithPartialName("Microsoft.AnalysisServices") > $NULL
$Server = New-Object Microsoft.AnalysisServices.Server
$Server.Connect("YOUR_DW_AS_SERVER\DW_AS_INSTANCE")
$Databases = $Server.Databases
$DWASDB = $Databases["DWASDatabase"]
$Dimensions = New-Object Microsoft.AnalysisServices.Dimension
$Dimensions = $DWASDB.Dimensions
foreach ($Dimension in $Dimensions){$Dimension.Process("ProcessFull")}
2. Then process the affected measure group manually using the SQL Management Studio. You have to connect to the AS Engine, expand the DWASDatabase DB -> Cubes -> Measure Groups -> right click the affected Measure Group and select process ->
leave the standard settings in the next window and press ok.
You have to repeated step 2 for each Masure Group mentioned in the event logs.
3. Now process the entire cube by right clicking the cube in SQL Management Studio and select Process. Now the processing should finish successfully.
Since then the data warehouse cube processing jobs were working fine again too in our installation.
Hope this helps.
Cheers
Alex

Similar Messages

  • Adobe pop-up message when trying to install a program: "Failed to initialize. File not found. Please download Adobe Support Advisor to detect the problem."

    I have a 64-bit Windows 7 Home Premium PC. I recently had to reinstall my PC. I'm trying to install my Adobe Products like Flash Professional CS5 and Photoshop CS5, but it keeps coming up with the message "Failed to initialize. File not found. Please download Adobe Support Advisor to detect the problem." I keep looking around at different sites, but they seem so difficult and so much information which leaves me so confused. I have no idea how or why this has happened, and due to my autism it leaves me very panicky.
    I've tried the Adobe Creative Cloud Cleaner Tool. Here are the results.
    Gen_WWCombined-en_US-20121017_1230
    [Sat Jun 14 18:50:42 2014] Please enter (y) for Yes or (n) for No. ... >>
    [Sat Jun 14 18:50:44 2014] Choose from one of the following options to clean up :
    [Sat Jun 14 18:50:44 2014] 1.  All
    [Sat Jun 14 18:50:44 2014] 2.  Adobe Flash Player 10.2
    [Sat Jun 14 18:50:44 2014] 3.  Creative Cloud & CS6 Products
    [Sat Jun 14 18:50:44 2014] 4.  CS6 only
    [Sat Jun 14 18:50:44 2014] 5.  CS5-CS5.5-CS6
    [Sat Jun 14 18:50:44 2014] 6.  CS5-CS5.5
    [Sat Jun 14 18:50:44 2014] 7.  CS3, CS4
    [Sat Jun 14 18:50:44 2014] 8.  Adobe Id credentials
    [Sat Jun 14 18:50:44 2014] 9.  Quit
    [Sat Jun 14 18:50:44 2014] Choice :>
    [Sat Jun 14 18:50:46 2014] User selected: All
    [Sat Jun 14 18:50:46 2014] DB does not exist at: C:\Program Files (x86)\Common Files\Adobe\caps\pdb.db
    [Sat Jun 14 18:50:46 2014] DB does not exist at: C:\Program Files (x86)\Common Files\Adobe\caps\Media_db.db
    [Sat Jun 14 18:50:46 2014] DB does not exist at: C:\Program Files (x86)\Common Files\Adobe\caps\caps.db
    [Sat Jun 14 18:50:46 2014] List of products installed on this machine
    [Sat Jun 14 18:50:46 2014] Listing products for cleanup:
    [Sat Jun 14 18:50:46 2014] Please enter the option number of the product you wish to remove; enter (q) to quit ... >>
    [Sat Jun 14 18:50:48 2014] Are you sure you want to clean all the listed products and associated files?
    [Sat Jun 14 18:50:48 2014] Type (y) to confirm and remove or (n) to quit ... >>
    [Sat Jun 14 18:50:50 2014] Please wait for Adobe Creative Cloud Cleaner Tool to finish........
    [Sat Jun 14 18:50:50 2014] :: Cleaning-up left over inventories ::
    [Sat Jun 14 18:50:50 2014] Atleast one Non-RIBS Inventory : False, Atleast one AAMRef: False
    [Sat Jun 14 18:50:50 2014] ::Start:: Removing AUM contents
    [Sat Jun 14 18:50:50 2014] Deleting registry root:HKLM key:Software\Microsoft\Windows\CurrentVersion\Run value:AdobeAAMUpdater-1.0
    [Sat Jun 14 18:50:50 2014] Exception during deleting key : (5, 'RegOpenKeyEx', 'Access is denied.')
    [Sat Jun 14 18:50:50 2014] Deleting registry root:HKLM key:Software\Microsoft\Windows\CurrentVersion\Run value:ADOBE_UPDATER_STARTUP_UTILITY
    [Sat Jun 14 18:50:50 2014] Exception during deleting key : (5, 'RegOpenKeyEx', 'Access is denied.')
    [Sat Jun 14 18:50:50 2014] Deleting scheduled task : AdobeAAMUpdater-1.0-Stefan-PC-Stefan
    [Sat Jun 14 18:50:50 2014] Executing command: schtasks /delete /TN "AdobeAAMUpdater-1.0-Stefan-PC-Stefan" /F
    [Sat Jun 14 18:50:50 2014] ERROR: The system cannot find the file specified.
    [Sat Jun 14 18:50:50 2014] Deleting scheduled task : AdobeUpdater Task-Stefan-PC-Stefan
    [Sat Jun 14 18:50:50 2014] Executing command: schtasks /delete /TN "AdobeUpdater Task-Stefan-PC-Stefan" /F
    [Sat Jun 14 18:50:50 2014] ERROR: The system cannot find the file specified.
    [Sat Jun 14 18:50:50 2014] ::Finish:: Removing AUM contents
    [Sat Jun 14 18:50:50 2014] ::Start:: Removing OOBE
    [Sat Jun 14 18:50:50 2014] Executing command "taskkill /F /FI "IMAGENAME eq AAM Updates Notifier.exe""
    [Sat Jun 14 18:50:50 2014] INFO: No tasks running with the specified criteria.
    [Sat Jun 14 18:50:50 2014] ::Finish:: Removing OOBE
    [Sat Jun 14 18:50:50 2014] Removing content of Product : CS5Installer, Version : CS5
    [Sat Jun 14 18:50:50 2014] File does not exist: C:\Program Files (x86)\Common Files\Adobe\caps\pdb.db
    [Sat Jun 14 18:50:50 2014] File does not exist: C:\Program Files (x86)\Common Files\Adobe\caps\Media_db.db
    [Sat Jun 14 18:50:50 2014] LOG FILE SAVED TO: C:\Users\Stefan\AppData\Local\Temp\Adobe Creative Cloud Cleaner Tool.log
    [Sat Jun 14 18:50:50 2014] Adobe Creative Cloud Cleaner Tool completed successfully
    [Sat Jun 14 18:50:50 2014]
    [Sat Jun 14 18:50:50 2014] *-*-*-*-*-*- ::START:: - SUMMARY OF Warnings -*-*-*-*-*-*
    [Sat Jun 14 18:50:46 2014] DB does not exist at: C:\Program Files (x86)\Common Files\Adobe\caps\pdb.db
    [Sat Jun 14 18:50:46 2014] DB does not exist at: C:\Program Files (x86)\Common Files\Adobe\caps\Media_db.db
    [Sat Jun 14 18:50:46 2014] DB does not exist at: C:\Program Files (x86)\Common Files\Adobe\caps\caps.db
    [Sat Jun 14 18:50:50 2014] *-*-*-*-*-*- :: END :: - SUMMARY OF Warnings -*-*-*-*-*-*
    [Sat Jun 14 18:50:50 2014] ---------------------------------------------------------
    [Sat Jun 14 18:50:50 2014] *=*=*=*=*=*=*=*=* :: End Session :: *=*=*=*=*=*=*=*=*=*=*

    06/12/14 18:38:09:881 | [ERROR] |  | ASU | LWANative | P7Native |  |  | 19104 | OOBElib returned error: 34
    06/12/14 18:38:10:271 | [FATAL] |  | ASU | DWANative | DWANative |  |  | 19104 | Error in getting Payload 8
    06/12/14 18:38:11:878 | [ERROR] |  | ASU | DWANative | DWANative |  |  | 19104 | Error in dwa_getInstalledPathOfPayload, pdbSession is NULL.
    06/12/14 18:38:13:519 | [ERROR] |  | ASU | DWANative | DWANative |  |  | 19104 | Error in dwa_getInstalledPathOfPayload, pdbSession is NULL.
    06/12/14 18:44:30:229 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 860 | Failed in key3List generation
    06/12/14 18:44:31:074 | [ERROR] |  | ASU | PIM | PIM |  |  | 3576 | CreateProcess failed (267).
    06/12/14 18:46:40:335 | [ERROR] |  | ASU | PIM | PIM |  |  | 3576 | Process CreativeCloud(URIHandler).exe could not be killed
    06/12/14 18:46:40:335 | [ERROR] |  | ASU | PIM | PIM |  |  | 3576 | Process Creative Cloud Helper.exe could not be killed
    06/12/14 18:46:40:335 | [ERROR] |  | ASU | PIM | PIM |  |  | 3576 | Process Creative Cloud Uninstaller.exe could not be killed
    06/12/14 18:48:07:424 | [ERROR] |  | ASU | PIM | PIM |  |  | 3576 | Setting values for registry Key SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Creative Cloud
    06/12/14 18:48:13:709 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 7652 | Failed in key3List generation
    06/12/14 18:48:16:239 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 7652 | Failed in key3List generation
    06/12/14 18:48:19:174 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 7652 | Failed in key3List generation
    06/12/14 18:48:21:342 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 7652 | Failed in key3List generation
    06/12/14 18:49:03:907 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 14092 | Failed in key3List generation
    06/12/14 18:49:08:386 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 14136 | Failed in key3List generation
    06/12/14 18:49:11:475 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 14136 | Failed in key3List generation
    06/12/14 18:49:13:361 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 14136 | Failed in key3List generation
    06/12/14 18:50:46:267 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 15932 | Failed in key3List generation
    06/12/14 18:50:49:357 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 15576 | Failed in key3List generation
    06/12/14 18:50:55:101 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 7024 | Failed in key3List generation
    06/12/14 18:52:48:711 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 18100 | Failed in key3List generation
    06/12/14 18:52:52:182 | [ERROR] |  | ASU | LWANative | OPM |  |  | 18100 | received empty url from dispatchlib
    06/12/14 18:52:55:816 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 18100 | Failed in key3List generation
    06/12/14 18:52:56:518 | [ERROR] |  | ASU | LWANative | P7Native |  |  | 18100 | OOBElib returned error: 42
    06/12/14 18:53:23:278 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 18100 | Failed in key3List generation
    6/13/2014 21:51:48 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/13/2014 21:51:48 [ERROR] Setup - Error finding english dictionary file.
    6/13/2014 21:51:48 [ERROR] Setup - Unable to initialize ZString library
    6/13/2014 21:51:48 [FATAL] Setup - Setup.xml does not exist.
    6/13/2014 21:51:48 [FATAL] Setup - Unable to initialize. File missing.
    06/13/14 21:58:34:931 | [ERROR] |  | ASU | PIM | PIM |  |  | 21844 | CreateProcess failed (267).
    06/13/14 21:59:49:357 | [ERROR] |  | ASU | PIM | PIM |  |  | 21844 | Process CreativeCloud(URIHandler).exe could not be killed
    06/13/14 21:59:49:360 | [ERROR] |  | ASU | PIM | PIM |  |  | 21844 | Process Creative Cloud Helper.exe could not be killed
    06/13/14 21:59:49:363 | [ERROR] |  | ASU | PIM | PIM |  |  | 21844 | Process Creative Cloud Uninstaller.exe could not be killed
    06/13/14 22:01:13:116 | [ERROR] |  | ASU | PIM | PIM |  |  | 21844 | Setting values for registry Key SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Creative Cloud
    06/13/14 22:01:13:121 | [ERROR] |  | ASU | PIM | PIM |  |  | 21844 | AAM ref file already exists at  2 C:\Program Files (x86)\Common Files\Adobe\AdobeApplicationManager\AAMRefs/ACC.aamref/RefCount.txt
    06/13/14 22:01:24:817 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 10872 | Failed in key3List generation
    06/13/14 22:01:29:716 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 10872 | Failed in key3List generation
    06/13/14 22:01:33:893 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 10872 | Failed in key3List generation
    06/13/14 22:01:35:676 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 10872 | Failed in key3List generation
    06/13/14 22:01:39:720 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 6244 | Failed in key3List generation
    06/13/14 22:01:41:220 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 6244 | Failed in key3List generation
    06/13/14 22:01:42:860 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 6244 | Failed in key3List generation
    06/13/14 22:02:56:630 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 20716 | Failed in key3List generation
    06/13/14 22:03:03:420 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 14200 | Failed in key3List generation
    06/13/14 22:04:23:916 | [ERROR] |  | ASU | OPM | P7Native |  |  | 14200 | ACCC : Cannot find LEIDs/LEID tags in the request data
    06/14/14 08:50:35:502 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 2856 | Failed in key3List generation
    06/14/14 08:50:46:796 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 2856 | Failed in key3List generation
    06/14/14 08:50:56:343 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 2856 | Failed in key3List generation
    06/14/14 08:51:01:148 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 2856 | Failed in key3List generation
    06/14/14 08:51:05:189 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 4816 | Failed in key3List generation
    06/14/14 08:51:08:012 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 4816 | Failed in key3List generation
    06/14/14 08:51:10:976 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 4816 | Failed in key3List generation
    06/14/14 08:53:05:074 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 5136 | Failed in key3List generation
    06/14/14 08:53:15:688 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 3444 | Failed in key3List generation
    06/14/14 08:54:36:596 | [ERROR] |  | ASU | OPM | P7Native |  |  | 3444 | ACCC : Cannot find LEIDs/LEID tags in the request data
    6/14/2014 11:21:45 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/14/2014 11:21:45 [ERROR] Setup - Error finding english dictionary file.
    6/14/2014 11:21:45 [ERROR] Setup - Unable to initialize ZString library
    6/14/2014 11:21:45 [FATAL] Setup - Setup.xml does not exist.
    6/14/2014 11:21:45 [FATAL] Setup - Unable to initialize. File missing.
    06/14/14 11:41:50:067 | [WARN] |  | ASU | OPM | IMSLibData |  |  | 1424 | IMSLibData destructor completed
    06/14/14 11:41:56:987 | [ERROR] |  | ASU | PIM | PIM |  |  | 12296 | Failed to Move srcPath:C:\Program Files (x86)\Adobe\Adobe Creative Cloud destPath:C:\Users\Stefan\AppData\Local\Temp\\{7C97F705-ADDE-409B-9ABF-75ADEC23094E}\Adobe Creative Cloud error :5
    06/14/14 11:41:56:987 | [ERROR] |  | ASU | PIM | PIM-Uninstall |  |  | 12296 | Failed to move folder 'C:\Program Files (x86)\Adobe\Adobe Creative Cloud' to 'C:\Users\Stefan\AppData\Local\Temp\\{7C97F705-ADDE-409B-9ABF-75ADEC23094E}\Adobe Creative Cloud'
    06/14/14 11:41:56:987 | [ERROR] |  | ASU | PIM | PIM-Uninstall |  |  | 12296 | Failed to remove ACCC Files.
    06/14/14 11:41:56:987 | [ERROR] |  | ACC-Uninstaller |  | Uninstaller |  |  | 12296 | ACC uninstallation failed. RetVal: -8
    06/14/14 11:41:57:019 | [ERROR] |  | ACC-Uninstaller |  | Uninstaller |  |  | 12296 | Unable to unload AdobePIM library properly.
    06/14/14 11:41:57:019 | [ERROR] |  | ACC-Uninstaller |  | Uninstaller |  |  | 12296 | Failed to remove folders.
    6/14/2014 12:17:04 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/14/2014 12:17:04 [ERROR] Setup - Error finding english dictionary file.
    6/14/2014 12:17:04 [ERROR] Setup - Unable to initialize ZString library
    6/14/2014 12:19:44 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/14/2014 12:19:44 [ERROR] Setup - Error finding english dictionary file.
    6/14/2014 12:19:44 [ERROR] Setup - Unable to initialize ZString library
    6/14/2014 12:19:44 [FATAL] Setup - Setup.xml does not exist.
    6/14/2014 12:19:44 [FATAL] Setup - Unable to initialize. File missing.
    6/14/2014 12:19:46 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/14/2014 12:19:46 [ERROR] Setup - Error finding english dictionary file.
    6/14/2014 12:19:46 [ERROR] Setup - Unable to initialize ZString library
    6/14/2014 12:19:46 [FATAL] Setup - Setup.xml does not exist.
    6/14/2014 12:19:46 [FATAL] Setup - Unable to initialize. File missing.
    6/14/2014 12:20:00 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/14/2014 12:20:00 [ERROR] Setup - Error finding english dictionary file.
    6/14/2014 12:20:00 [ERROR] Setup - Unable to initialize ZString library
    6/14/2014 12:20:00 [FATAL] Setup - Setup.xml does not exist.
    6/14/2014 12:20:00 [FATAL] Setup - Unable to initialize. File missing.
    6/14/2014 12:23:51 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/14/2014 12:23:51 [ERROR] Setup - Error finding english dictionary file.
    6/14/2014 12:23:51 [ERROR] Setup - Unable to initialize ZString library
    6/14/2014 12:23:51 [FATAL] Setup - Setup.xml does not exist.
    6/14/2014 12:23:51 [FATAL] Setup - Unable to initialize. File missing.
    6/14/2014 12:26:52 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/14/2014 12:26:52 [ERROR] Setup - Error finding english dictionary file.
    6/14/2014 12:26:52 [ERROR] Setup - Unable to initialize ZString library
    6/14/2014 12:26:52 [FATAL] Setup - Setup.xml does not exist.
    6/14/2014 12:26:52 [FATAL] Setup - Unable to initialize. File missing.
    6/14/2014 12:31:21 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/14/2014 12:31:21 [ERROR] Setup - Error finding english dictionary file.
    6/14/2014 12:31:21 [ERROR] Setup - Unable to initialize ZString library
    6/14/2014 12:31:52 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/14/2014 12:31:52 [ERROR] Setup - Error finding english dictionary file.
    6/14/2014 12:31:52 [ERROR] Setup - Unable to initialize ZString library
    6/14/2014 12:31:52 [FATAL] Setup - Setup.xml does not exist.
    6/14/2014 12:31:52 [FATAL] Setup - Unable to initialize. File missing.
    6/14/2014 12:41:21 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/14/2014 12:41:21 [ERROR] Setup - Error finding english dictionary file.
    6/14/2014 12:41:21 [ERROR] Setup - Unable to initialize ZString library
    6/14/2014 12:41:21 [FATAL] Setup - Setup.xml does not exist.
    6/14/2014 12:41:21 [FATAL] Setup - Unable to initialize. File missing.
    06/14/14 13:02:56:146 | [ERROR] |  | ASU | PIM | PIM |  |  | 4828 | CreateProcess failed (267).
    06/14/14 13:04:14:196 | [ERROR] |  | ASU | PIM | PIM |  |  | 4828 | Process CreativeCloud(URIHandler).exe could not be killed
    06/14/14 13:04:14:196 | [ERROR] |  | ASU | PIM | PIM |  |  | 4828 | Process Creative Cloud Helper.exe could not be killed
    06/14/14 13:04:14:196 | [ERROR] |  | ASU | PIM | PIM |  |  | 4828 | Process Creative Cloud Uninstaller.exe could not be killed
    06/14/14 13:05:40:969 | [ERROR] |  | ASU | PIM | PIM |  |  | 4828 | Setting values for registry Key SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Creative Cloud
    06/14/14 13:05:40:969 | [ERROR] |  | ASU | PIM | PIM |  |  | 4828 | AAM ref file already exists at  2 C:\Program Files (x86)\Common Files\Adobe\AdobeApplicationManager\AAMRefs/ACC.aamref/RefCount.txt
    06/14/14 13:08:09:854 | [ERROR] |  | ASU | OPM | P7Native |  |  | 1928 | ACCC : Cannot find LEIDs/LEID tags in the request data
    6/14/2014 13:10:27 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/14/2014 13:10:27 [ERROR] Setup - Error finding english dictionary file.
    6/14/2014 13:10:27 [ERROR] Setup - Unable to initialize ZString library
    6/14/2014 13:10:27 [FATAL] Setup - Setup.xml does not exist.
    6/14/2014 13:10:27 [FATAL] Setup - Unable to initialize. File missing.
    6/14/2014 13:17:20 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/14/2014 13:17:20 [ERROR] Setup - Error finding english dictionary file.
    6/14/2014 13:17:20 [ERROR] Setup - Unable to initialize ZString library
    6/14/2014 13:17:20 [FATAL] Setup - Setup.xml does not exist.
    6/14/2014 13:17:20 [FATAL] Setup - Unable to initialize. File missing.
    6/14/2014 13:17:24 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/14/2014 13:17:24 [ERROR] Setup - Error finding english dictionary file.
    6/14/2014 13:17:24 [ERROR] Setup - Unable to initialize ZString library
    6/14/2014 13:17:24 [FATAL] Setup - Setup.xml does not exist.
    6/14/2014 13:17:24 [FATAL] Setup - Unable to initialize. File missing.
    6/14/2014 13:10:32 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/14/2014 13:10:32 [ERROR] Setup - Error finding english dictionary file.
    6/14/2014 13:10:32 [ERROR] Setup - Unable to initialize ZString library
    6/14/2014 13:10:32 [FATAL] Setup - Setup.xml does not exist.
    6/14/2014 13:10:32 [FATAL] Setup - Unable to initialize. File missing.
    6/14/2014 13:26:53 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/14/2014 13:26:53 [ERROR] Setup - Error finding english dictionary file.
    6/14/2014 13:26:53 [ERROR] Setup - Unable to initialize ZString library
    6/14/2014 13:26:53 [FATAL] Setup - Setup.xml does not exist.
    6/14/2014 13:26:53 [FATAL] Setup - Unable to initialize. File missing.
    6/14/2014 13:42:35 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/14/2014 13:42:35 [ERROR] Setup - Error finding english dictionary file.
    6/14/2014 13:42:35 [ERROR] Setup - Unable to initialize ZString library
    6/14/2014 13:42:35 [FATAL] Setup - Setup.xml does not exist.
    6/14/2014 13:42:35 [FATAL] Setup - Unable to initialize. File missing.
    6/14/2014 13:52:02 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/14/2014 13:52:02 [ERROR] Setup - Error finding english dictionary file.
    6/14/2014 13:52:02 [ERROR] Setup - Unable to initialize ZString library
    6/14/2014 13:52:02 [FATAL] Setup - Setup.xml does not exist.
    6/14/2014 13:52:02 [FATAL] Setup - Unable to initialize. File missing.
    06/14/14 13:52:41:307 | [ERROR] |  | ASU | OPM | P7Native |  |  | 1780 | ACCC : Cannot find LEIDs/LEID tags in the request data
    06/14/14 13:57:13:245 | [ERROR] |  | ASU | PIM | PIM |  |  | 5692 | Failed to Move srcPath:C:\Program Files (x86)\Adobe\Adobe Creative Cloud destPath:C:\Users\Stefan\AppData\Local\Temp\\{CC352008-55F6-48A1-85CB-73E13CD26821}\Adobe Creative Cloud error :5
    06/14/14 13:57:13:245 | [ERROR] |  | ASU | PIM | PIM-Uninstall |  |  | 5692 | Failed to move folder 'C:\Program Files (x86)\Adobe\Adobe Creative Cloud' to 'C:\Users\Stefan\AppData\Local\Temp\\{CC352008-55F6-48A1-85CB-73E13CD26821}\Adobe Creative Cloud'
    06/14/14 13:57:13:245 | [ERROR] |  | ASU | PIM | PIM-Uninstall |  |  | 5692 | Failed to remove ACCC Files.
    06/14/14 13:57:13:245 | [ERROR] |  | ACC-Uninstaller |  | Uninstaller |  |  | 5692 | ACC uninstallation failed. RetVal: -8
    06/14/14 13:57:13:261 | [ERROR] |  | ACC-Uninstaller |  | Uninstaller |  |  | 5692 | Unable to unload AdobePIM library properly.
    06/14/14 13:57:13:261 | [ERROR] |  | ACC-Uninstaller |  | Uninstaller |  |  | 5692 | Failed to remove folders.
    06/14/14 13:59:49:116 | [ERROR] |  | ASU | OPM | P7Native |  |  | 1780 | ACCC : Cannot find LEIDs/LEID tags in the request data
    06/14/14 13:59:52:128 | [ERROR] |  | ASU | PIM | PIM |  |  | 5084 | Process returned error:201
    06/14/14 13:59:52:128 | [ERROR] |  | ASU | PIM | PIM |  |  | 5084 | Error occurred executing uninstall modifier at path: 'C:\Program Files (x86)\Adobe\Adobe Creative Cloud\CoreSync\customhook\CoreSyncCustomHook.exe'. Error code: 201
    06/14/14 13:59:56:168 | [ERROR] |  | ACC-Uninstaller |  | Uninstaller |  |  | 5084 | Unable to unload AdobePIM library properly.
    06/14/14 13:59:56:262 | [ERROR] |  | ASU | PIM | Utilities |  |  | 2780 | CreateProcess failed (267).
    06/14/14 14:00:01:535 | [ERROR] |  | ASU | PIM | PIM |  |  | 2780 | Unable to free PIM object
    6/14/2014 16:02:47 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/14/2014 16:02:47 [ERROR] Setup - Error finding english dictionary file.
    6/14/2014 16:02:47 [ERROR] Setup - Unable to initialize ZString library
    6/14/2014 16:02:47 [FATAL] Setup - Setup.xml does not exist.
    6/14/2014 16:02:47 [FATAL] Setup - Unable to initialize. File missing.
    06/14/14 16:10:15:499 | [ERROR] |  | ASU | AAMCustomHook | AAMCustomHook |  |  | 4628 | Inventory not present at Location: 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\UWA\updaterinventory.dll'
    06/14/14 16:14:03:629 | [ERROR] |  | ASU | PIM | PIM |  |  | 8580 | CreateProcess failed (267).
    06/14/14 16:15:52:208 | [ERROR] |  | ASU | PIM | PIM |  |  | 8580 | Process CreativeCloud(URIHandler).exe could not be killed
    06/14/14 16:15:52:208 | [ERROR] |  | ASU | PIM | PIM |  |  | 8580 | Process Creative Cloud Helper.exe could not be killed
    06/14/14 16:15:52:208 | [ERROR] |  | ASU | PIM | PIM |  |  | 8580 | Process Creative Cloud Uninstaller.exe could not be killed
    06/14/14 16:16:58:883 | [ERROR] |  | ASU | PIM | PIM |  |  | 8580 | Setting values for registry Key SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Creative Cloud
    06/14/14 16:31:27:792 | [ERROR] |  | ASU | OPM | P7Native |  |  | 5228 | ACCC : Cannot find LEIDs/LEID tags in the request data
    6/14/2014 16:43:06 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/14/2014 16:43:06 [ERROR] Setup - Error finding english dictionary file.
    6/14/2014 16:43:06 [ERROR] Setup - Unable to initialize ZString library
    6/14/2014 16:43:06 [FATAL] Setup - Setup.xml does not exist.
    6/14/2014 16:43:06 [FATAL] Setup - Unable to initialize. File missing.
    06/14/14 16:46:24:800 | [ERROR] |  | ASU | LWANative | OPM |  |  | 5776 | received empty url from dispatchlib
    06/14/14 16:46:29:449 | [ERROR] |  | ASU | LWANative | P7Native |  |  | 5776 | OOBElib returned error: 42
    06/14/14 16:49:04:438 | [ERROR] |  | ASU | LWANative | OPM |  |  | 4344 | received empty url from dispatchlib
    06/14/14 16:49:10:113 | [ERROR] |  | ASU | LWANative | P7Native |  |  | 4344 | OOBElib returned error: 42
    6/14/2014 17:06:21 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/14/2014 17:06:21 [ERROR] Setup - Error finding english dictionary file.
    6/14/2014 17:06:21 [ERROR] Setup - Unable to initialize ZString library
    6/14/2014 17:06:21 [FATAL] Setup - Setup.xml does not exist.
    6/14/2014 17:06:21 [FATAL] Setup - Unable to initialize. File missing.
    06/14/14 17:13:05:437 | [ERROR] |  | ASU | AAMCustomHook | AAMCustomHook |  |  | 4372 | Inventory not present at Location: 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\UWA\updaterinventory.dll'
    06/14/14 17:16:38:593 | [ERROR] |  | ASU | PIM | PIM |  |  | 4472 | CreateProcess failed (267).
    06/14/14 17:18:24:378 | [ERROR] |  | ASU | PIM | PIM |  |  | 4472 | Process CreativeCloud(URIHandler).exe could not be killed
    06/14/14 17:18:24:378 | [ERROR] |  | ASU | PIM | PIM |  |  | 4472 | Process Creative Cloud Helper.exe could not be killed
    06/14/14 17:18:24:393 | [ERROR] |  | ASU | PIM | PIM |  |  | 4472 | Process Creative Cloud Uninstaller.exe could not be killed
    06/14/14 17:19:33:131 | [ERROR] |  | ASU | PIM | PIM |  |  | 4472 | Setting values for registry Key SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Creative Cloud
    06/14/14 17:21:08:140 | [ERROR] |  | ASU | OPM | P7Native |  |  | 1572 | ACCC : Cannot find LEIDs/LEID tags in the request data
    6/14/2014 17:36:25 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/14/2014 17:36:25 [ERROR] Setup - Error finding english dictionary file.
    6/14/2014 17:36:25 [ERROR] Setup - Unable to initialize ZString library
    6/14/2014 17:36:25 [FATAL] Setup - Setup.xml does not exist.
    6/14/2014 17:36:25 [FATAL] Setup - Unable to initialize. File missing.
    6/14/2014 17:40:42 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/14/2014 17:40:42 [ERROR] Setup - Error finding english dictionary file.
    6/14/2014 17:40:42 [ERROR] Setup - Unable to initialize ZString library
    6/14/2014 17:40:42 [FATAL] Setup - Setup.xml does not exist.
    6/14/2014 17:40:42 [FATAL] Setup - Unable to initialize. File missing.
    06/14/14 18:16:12:120 | [ERROR] |  | ACC-Uninstaller |  | Uninstaller |  |  | 7080 | Unable to unload AdobePIM library properly.
    06/14/14 18:16:12:135 | [ERROR] |  | ACC-Uninstaller |  | Uninstaller |  |  | 7080 | Failed to delete C:\Users\Stefan\AppData\Local\Adobe\OOBE\com.adobe.accc.home
    06/14/14 18:16:12:526 | [ERROR] |  | ASU | PIM | Utilities |  |  | 5292 | CreateProcess failed (267).
    06/14/14 18:16:19:065 | [ERROR] |  | ASU | PIM | PIM |  |  | 5292 | Unable to free PIM object
    6/14/2014 18:43:51 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/14/2014 18:43:51 [ERROR] Setup - Error finding english dictionary file.
    6/14/2014 18:43:51 [ERROR] Setup - Unable to initialize ZString library
    6/14/2014 18:43:51 [FATAL] Setup - Setup.xml does not exist.
    6/14/2014 18:43:51 [FATAL] Setup - Unable to initialize. File missing.
    6/14/2014 18:48:04 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/14/2014 18:48:04 [ERROR] Setup - Error finding english dictionary file.
    6/14/2014 18:48:04 [ERROR] Setup - Unable to initialize ZString library
    6/14/2014 18:48:04 [FATAL] Setup - Setup.xml does not exist.
    6/14/2014 18:48:04 [FATAL] Setup - Unable to initialize. File missing.
    6/14/2014 18:57:10 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/14/2014 18:57:10 [ERROR] Setup - Error finding english dictionary file.
    6/14/2014 18:57:10 [ERROR] Setup - Unable to initialize ZString library
    6/14/2014 18:57:10 [FATAL] Setup - Setup.xml does not exist.
    6/14/2014 18:57:10 [FATAL] Setup - Unable to initialize. File missing.
    6/14/2014 19:35:02 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/14/2014 19:35:02 [ERROR] Setup - Error finding english dictionary file.
    6/14/2014 19:35:02 [ERROR] Setup - Unable to initialize ZString library
    6/14/2014 19:35:02 [FATAL] Setup - Setup.xml does not exist.
    6/14/2014 19:35:02 [FATAL] Setup - Unable to initialize. File missing.
    6/14/2014 19:35:08 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/14/2014 19:35:08 [ERROR] Setup - Error finding english dictionary file.
    6/14/2014 19:35:08 [ERROR] Setup - Unable to initialize ZString library
    6/14/2014 19:35:08 [FATAL] Setup - Setup.xml does not exist.
    6/14/2014 19:35:08 [FATAL] Setup - Unable to initialize. File missing.
    6/14/2014 20:33:29 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/14/2014 20:33:29 [ERROR] Setup - Error finding english dictionary file.
    6/14/2014 20:33:29 [ERROR] Setup - Unable to initialize ZString library
    6/14/2014 20:33:29 [FATAL] Setup - Setup.xml does not exist.
    6/14/2014 20:33:29 [FATAL] Setup - Unable to initialize. File missing.
    6/14/2014 21:47:33 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/14/2014 21:47:33 [ERROR] Setup - Error finding english dictionary file.
    6/14/2014 21:47:33 [ERROR] Setup - Unable to initialize ZString library
    6/14/2014 21:47:33 [FATAL] Setup - Setup.xml does not exist.
    6/14/2014 21:47:33 [FATAL] Setup - Unable to initialize. File missing.
    06/15/14 16:52:16:579 | [ERROR] |  | ASU | AAMCustomHook | AAMCustomHook |  |  | 1492 | Inventory not present at Location: 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\UWA\updaterinventory.dll'
    6/15/2014 16:56:36 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/15/2014 16:56:36 [ERROR] Setup - Error finding english dictionary file.
    6/15/2014 16:56:36 [ERROR] Setup - Unable to initialize ZString library
    6/15/2014 16:56:36 [FATAL] Setup - Setup.xml does not exist.
    6/15/2014 16:56:36 [FATAL] Setup - Unable to initialize. File missing.
    6/15/2014 17:01:19 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/15/2014 17:01:19 [ERROR] Setup - Error finding english dictionary file.
    6/15/2014 17:01:19 [ERROR] Setup - Unable to initialize ZString library
    6/15/2014 17:01:19 [FATAL] Setup - Setup.xml does not exist.
    6/15/2014 17:01:19 [FATAL] Setup - Unable to initialize. File missing.
    06/15/14 17:03:45:215 | [ERROR] |  | ASU | AAMCustomHook | AAMCustomHook |  |  | 5128 | Inventory not present at Location: 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\UWA\updaterinventory.dll'
    6/15/2014 17:04:56 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/15/2014 17:04:56 [ERROR] Setup - Error finding english dictionary file.
    6/15/2014 17:04:56 [ERROR] Setup - Unable to initialize ZString library
    6/15/2014 17:04:56 [FATAL] Setup - Setup.xml does not exist.
    6/15/2014 17:04:56 [FATAL] Setup - Unable to initialize. File missing.
    06/15/14 17:07:20:253 | [ERROR] |  | ASU | PIM | PIM |  |  | 5336 | CreateProcess failed (267).
    06/15/14 17:09:07:737 | [ERROR] |  | ASU | PIM | PIM |  |  | 5336 | Process CreativeCloud(URIHandler).exe could not be killed
    06/15/14 17:09:07:752 | [ERROR] |  | ASU | PIM | PIM |  |  | 5336 | Process Creative Cloud Helper.exe could not be killed
    06/15/14 17:09:07:752 | [ERROR] |  | ASU | PIM | PIM |  |  | 5336 | Process Creative Cloud Uninstaller.exe could not be killed
    06/15/14 17:10:08:686 | [ERROR] |  | ASU | PIM | PIM |  |  | 5336 | Setting values for registry Key SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Creative Cloud
    06/15/14 17:11:37:076 | [ERROR] |  | ASU | OPM | P7Native |  |  | 2140 | ACCC : Cannot find LEIDs/LEID tags in the request data
    06/15/14 18:26:02:586 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 3564 | Failed in key3List generation
    06/15/14 18:26:06:033 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 3564 | Failed in key3List generation
    06/15/14 18:26:09:591 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 3564 | Failed in key3List generation
    06/15/14 18:26:17:812 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 3564 | Failed in key3List generation
    06/15/14 18:26:24:193 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 3900 | Failed in key3List generation
    06/15/14 18:26:26:735 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 3900 | Failed in key3List generation
    06/15/14 18:26:29:606 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 3900 | Failed in key3List generation
    06/15/14 18:28:20:953 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 3396 | Failed in key3List generation
    06/15/14 18:28:22:808 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 3396 | Failed in key3List generation
    06/15/14 18:28:44:834 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 5056 | Failed in key3List generation
    06/15/14 18:34:14:628 | [FATAL] |  | ASU | PDApp | PDApp |  |  | 5668 | Another deployment workflow already running.
    06/15/14 18:34:14:628 | [ERROR] |  | ASU | PDApp | PDApp |  |  | 5668 | Error finding locale language dictionary file. Defaulting to english.
    06/15/14 18:34:32:187 | [FATAL] |  | ASU | PDApp | PDApp |  |  | 2544 | Another deployment workflow already running.
    06/15/14 18:34:32:187 | [ERROR] |  | ASU | PDApp | PDApp |  |  | 2544 | Error finding locale language dictionary file. Defaulting to english.
    06/15/14 18:35:02:236 | [FATAL] |  | ASU | PDApp | PDApp |  |  | 4636 | Another deployment workflow already running.
    06/15/14 18:35:02:236 | [ERROR] |  | ASU | PDApp | PDApp |  |  | 4636 | Error finding locale language dictionary file. Defaulting to english.
    6/15/2014 18:37:24 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/15/2014 18:37:24 [ERROR] Setup - Error finding english dictionary file.
    6/15/2014 18:37:24 [ERROR] Setup - Unable to initialize ZString library
    6/15/2014 18:37:24 [FATAL] Setup - Setup.xml does not exist.
    6/15/2014 18:37:24 [FATAL] Setup - Unable to initialize. File missing.
    6/15/2014 19:08:56 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/15/2014 19:08:56 [ERROR] Setup - Error finding english dictionary file.
    6/15/2014 19:08:56 [ERROR] Setup - Unable to initialize ZString library
    6/15/2014 19:08:56 [FATAL] Setup - Setup.xml does not exist.
    6/15/2014 19:08:56 [FATAL] Setup - Unable to initialize. File missing.
    6/15/2014 19:10:48 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/15/2014 19:10:48 [ERROR] Setup - Error finding english dictionary file.
    6/15/2014 19:10:48 [ERROR] Setup - Unable to initialize ZString library
    6/15/2014 19:10:48 [FATAL] Setup - Setup.xml does not exist.
    6/15/2014 19:10:48 [FATAL] Setup - Unable to initialize. File missing.
    6/17/2014 12:14:16 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/17/2014 12:14:16 [ERROR] Setup - Error finding english dictionary file.
    6/17/2014 12:14:16 [ERROR] Setup - Unable to initialize ZString library
    6/17/2014 12:14:16 [FATAL] Setup - Setup.xml does not exist.
    6/17/2014 12:14:16 [FATAL] Setup - Unable to initialize. File missing.
    6/17/2014 12:35:38 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/17/2014 12:35:38 [ERROR] Setup - Error finding english dictionary file.
    6/17/2014 12:35:38 [ERROR] Setup - Unable to initialize ZString library
    6/17/2014 12:35:38 [FATAL] Setup - Setup.xml does not exist.
    6/17/2014 12:35:38 [FATAL] Setup - Unable to initialize. File missing.
    6/17/2014 20:54:13 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/17/2014 20:54:13 [ERROR] Setup - Error finding english dictionary file.
    6/17/2014 20:54:13 [ERROR] Setup - Unable to initialize ZString library
    6/17/2014 20:54:13 [FATAL] Setup - Setup.xml does not exist.
    6/17/2014 20:54:13 [FATAL] Setup - Unable to initialize. File missing.

  • The request failed with HTTP status 404: Not Found

    Hi
    BPC version we are using is : 5.0.502
    When we  Publish all reports using the steps below:
    a. Log into BPC Web
    b. Click on Available Interfaces> Select BPC for Administration
    c. Under Web Admin Task Click Publish Reports
    d. Select all of the reports and click the green check mark to publish the
    reports.
    I am getting following message 'System.Exception: The request failed with HTTP Status 404: Not Found. Event log relation to this error is given below.
    Event Type:     Error
    Event Source:     OutlookSoft log
    Event Category:     None
    Event ID:     0
    Date:          12/8/2008
    Time:          11:26:42 AM
    User:          N/A
    Computer:     BPCAPP
    Description:
    ==============[System Error Tracing]==============
    [System  Name] : OSoftCPM
    [Message Type] : ErrorMessage
    [Job Name]     : AuditMgrService/SetAuditReportFiles
    [DateTime]     : 12/8/2008 11:26:42 AM
    [UserId]       : MMPlanning
    [Exception]
        DetailMsg  : {The request failed with HTTP status 404: Not Found.}
    ==============[System Error Tracing  End ]==============
    For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.
    We tried ' Publish all reports' as the resolution of error 'object variable or with block variable not set' on modifying an application as per sap note Note 1131320
    If anyone knows the resolution for the above issue, please help me.
    Thanks in advance
    Sajeev Abraham

    Hi
    Thanks for the response.
    Below are the full contents of the error message pop-up.
    ( System.Expection: the reguest failed with HTTP status 404:Not found at
    Microsoft.Visualbasic.CompierServices.lateBinding.LateGet(Object o, Type,String name, Object
    []args,sTRING[]paramnames, Boolen[]CopyBack)
    at OSoft.Services.WebServices.ReportmanageProxy.ReportManageProxy.SetPubishReport(String strAppSet,string
    strApp,string strFiter)
    url is given below
    http://<HostName>/osoft/Admin/WebAdminMain.aspx
    BPC Deployment is Multiple server ( Two servers) Database and Application deployed seperately.
    Sql Reporting server is working.. I could connect using sql management studio.
    Thanks

  • Error: on clicking Registry menu item in ESM Management Portal. The request failed with HTTP status 404: Not Found.

    Hi,
    I have installed ESB Management Portal successfully after following all the steps. everything is working fine except when I click the Registry menu in the portal. I get an unhandled exception. The event viewer shows the below error "The request failed
    with HTTP status 404: Not Found."
    ================================================
    Event code: 3005 
    Event message: An unhandled exception has occurred. 
    Event time: 1/27/2015 5:56:10 PM 
    Event time (UTC): 1/27/2015 5:56:10 PM 
    Event ID: f7aedd39118845b79c17d3442a0d15a7 
    Event sequence: 54 
    Event occurrence: 1 
    Event detail code: 0 
    Application information: 
        Application domain: /LM/W3SVC/1/ROOT/ESB.Portal-1-130668549484455107 
        Trust level: Full 
        Application Virtual Path: /ESB.Portal 
        Application Path: C:\Projects\Microsoft.Practices.ESB\Source\Samples\Management Portal\ESB.Portal\ 
        Machine name: <Machine Name> 
    Process information: 
        Process ID: 4712 
        Process name: w3wp.exe 
        Account name: NT AUTHORITY\NETWORK SERVICE 
    Exception information: 
        Exception type: TargetInvocationException 
        Exception message: Exception has been thrown by the target of an invocation.
       at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
       at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
       at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
       at System.Web.UI.WebControls.ObjectDataSourceView.InvokeMethod(ObjectDataSourceMethod method, Boolean disposeInstance, Object& instance)
       at System.Web.UI.WebControls.ObjectDataSourceView.ExecuteSelect(DataSourceSelectArguments arguments)
       at System.Web.UI.DataSourceView.Select(DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback)
       at System.Web.UI.WebControls.DataBoundControl.PerformSelect()
       at System.Web.UI.WebControls.BaseDataBoundControl.EnsureDataBound()
       at System.Web.UI.WebControls.CompositeDataBoundControl.CreateChildControls()
       at System.Web.UI.Control.EnsureChildControls()
       at System.Web.UI.Control.PreRenderRecursiveInternal()
       at System.Web.UI.Control.PreRenderRecursiveInternal()
       at System.Web.UI.Control.PreRenderRecursiveInternal()
       at System.Web.UI.Control.PreRenderRecursiveInternal()
       at System.Web.UI.Control.PreRenderRecursiveInternal()
       at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    The request failed with HTTP status 404: Not Found.
       at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
       at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
       at Microsoft.Practices.ESB.Portal.UDDIService.UDDIService.GetCategoryByName(String UDDIServerUrl, String tModelName) in c:\Projects\Microsoft.Practices.ESB\Source\Samples\Management Portal\ESB.Portal\Web References\UDDIService\Reference.cs:line
    575
       at Microsoft.Practices.ESB.Portal.Uddi.ServiceProxy.getBTEndpoints(String applicationName, Boolean getSendPorts, Boolean getRcvLocations) in c:\Projects\Microsoft.Practices.ESB\Source\Samples\Management Portal\ESB.Portal\Uddi\ServiceProxy.cs:line
    553
       at Microsoft.Practices.ESB.Portal.Uddi.ServiceProxy.GetEndpointsByApplication(String applicationName, Boolean getSendPorts, Boolean getRcvLocations) in c:\Projects\Microsoft.Practices.ESB\Source\Samples\Management Portal\ESB.Portal\Uddi\ServiceProxy.cs:line
    46
    Request information: 
        Request URL: http://localhost/ESB.Portal/uddi/uddi.aspx 
        Request path: /ESB.Portal/uddi/uddi.aspx 
        User host address: ::1 
        User: <domain>\<user>
        Is authenticated: True 
        Authentication Type: Negotiate 
        Thread account name: NT AUTHORITY\NETWORK SERVICE 
    Thread information: 
        Thread ID: 19 
        Thread account name: NT AUTHORITY\NETWORK SERVICE 
        Is impersonating: False 
        Stack trace:    at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
       at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
       at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
       at System.Web.UI.WebControls.ObjectDataSourceView.InvokeMethod(ObjectDataSourceMethod method, Boolean disposeInstance, Object& instance)
       at System.Web.UI.WebControls.ObjectDataSourceView.ExecuteSelect(DataSourceSelectArguments arguments)
       at System.Web.UI.DataSourceView.Select(DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback)
       at System.Web.UI.WebControls.DataBoundControl.PerformSelect()
       at System.Web.UI.WebControls.BaseDataBoundControl.EnsureDataBound()
       at System.Web.UI.WebControls.CompositeDataBoundControl.CreateChildControls()
       at System.Web.UI.Control.EnsureChildControls()
       at System.Web.UI.Control.PreRenderRecursiveInternal()
       at System.Web.UI.Control.PreRenderRecursiveInternal()
       at System.Web.UI.Control.PreRenderRecursiveInternal()
       at System.Web.UI.Control.PreRenderRecursiveInternal()
       at System.Web.UI.Control.PreRenderRecursiveInternal()
       at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    Custom event details: 
    =================================
    Any idea why this is happening and what needs to be done ?
    PLEASE HELP
    Thanks & Regards
    Vikram

    Snippet from the link below:
    If you get a “404: Not Found” error, it ‘s because by default there is no script map for .svc file with default IIS 7.0 installation, so you need to register .svc extension in IIS:
    You need to update IIS script maps to register .svc extension In a command prompt (ran as administrator), execute the following command:
    “%windir%\Microsoft.NET\Framework\v3.0\Windows Communication Foundation\ServiceModelReg.exe” -r -y"
    Refer:
    https://dgoins.wordpress.com/2010/05/01/esb-toolkit-management-portal-installation-notes-from-the-field-2/
    Sarvanan's blog around this with detailed explanation:
    Configuring Exception Management Portal
    As mentioned above also
    Check Portal Configuration Settings
    Rachit
    Please mark as answer or vote as helpful if my reply does

  • Connect to B1i server failed - HTTP/1.1 404 not found

    Hi All,
    I currently have B1 8.8 PL14 installed and in the process of installing B1i when  I get to Step 3/5: Configure B1i Parameters and select Test Connection I get the error message 'Connect to B1i server failed - HTTP/1.1 404 not found'. I have followed. I have undertaken the installation as per the recorded session by Benno Eberte and regrettably I cannot set a successful connection.
    Can anyone assist?
    Best regards
    Earl

    Hello,
    personally I think that in step 3/5 the connection via JCO is tested. Please, check the following
    Can you connect to your B1i System and have a look for the SLD, there should be a system that points to your company database. If there is a system definition that points to B1if then go further. Check the B1if connection, please take the B1DI connection test, is there a message like
    com.sap.b1i.adapter.dia.exception.ConnectionFailedException: Connect to Business One failed.
    (-8012) Company version mismatch
    {b1Server=..., company=B1if, licenseServer=..., dbType=..., dbUser=..., userName=...}
    In case this message comes up and you see B1if then the JCO configuration went wrong and that part is defined in the beginning of the installation.
    Hope it helps
    Kind Regards

  • HT201413 I am having a problem updating itunes to the latest version on my windows xp i get the error message 126 and the sign that says this application has failed because MSVCR80.dll was not found.

    I am having a problem updating itunes to the latest version on my windows xp i get the error message 126 and the banner that says this application has failed because MSVCR80.dll was not found. anyone have a fix suggestion? thanks

    Click here and follow the instructions.
    (98724)

  • Error Message: The attempt to connect to the report server failed. Check your connection information and that the report server is a compatible version. The request failed with HTTP status 404: Not Found.

    I have a web page that contains a ReportViewer control.  I am trying to display a report, which is an .rdl file located on the SSRS server, in this ReportViewer control.  I have set the ReportPath and ReportServerUrl correctly.  I am
    getting an error message.
    Am I suppose to use an .rdlc file rather than a .rdl file?  Does the web server configuration need to use a certain account?
     I am getting the following error message:
    The attempt to connect to the report server failed. Check your connection information and that the report server is a compatible version.
    The request failed with HTTP status 404: Not Found.

    Hi bucaroov,
    The error "The request failed with HTTP status 404: Not Found." means the ReportServerURL configured in the ReportViewer control is invalid.
    Please follow these steps to solve the issue:
    Logon the Report Server machine.
    Open the Reporting Services Configuration Manager.
    Copy the Report Server URL from 'Web Services URL'.
    Logon the application server(in this case, it is the server that host the web page), check if we can use the URL we got from step 3 to access the Report Server. If so, please replace the ReportServerURL in the ReportViewer control with this URL. If it is
    not available, could you please post the error message.
    Additionaly, we don't need to provide the extension for a server report. The ReportPath should be like: /<reports folder>/<report name>
    For more information, please see:
    Walkthrough: Using the ReportViewer Control in Remote Mode:
    http://msdn.microsoft.com/en-us/library/ms251669(VS.80).aspx
    If you have any more questions, please feel free to ask.
    Thanks,
    Jin Chen
    Jin Chen - MSFT

  • TS3212 I had to re download Itunes, i get 2 errors; "failed to start MSVCR80.dll not found" and "error 7, windows error 126"

    iTunes will now download because of 2 errors; "failed to start MSVCR80.dll not found" and "error 7, windows error 126" using microsoft.

    Click here and follow the instructions.
    (98918)

  • Lost itunes on pc after an update. Message said iTunes not installed.. Please reinstall. Tried to and error message "app failed because MSVCR80,dll was not found. Tried several times...same response. Finally uninstalled itunes and tried to reinstall . No

    Lost iTunes on pc after an update (Neighbor has same problem) Tried to open and message said " iTunes not installed correctly,Please reinstall itunes" . Tried to do so and same message with another message"application failed because MSVCR890.dll was not found.Re-installing may fix this problem" Tried several times and same message. Finally uninstalled itunes from computer and tried unsucessfully several times to re-install...Same messages as above appear when install looks like it's done......Help !

    Try the following user tip:
    Troubleshooting issues with iTunes for Windows updates

  • "workflow.asmx" method The request failed with HTTP status 404: Not Found.

    When consuming workflow.asmx webservice from , I am getting an error on below line number 3.
    1.POC.SPasmxWF.Workflow objSPasmxWF = new POC.SPasmxWF.Workflow();
    2.objSPasmxWF.Credentials = System.Net.CredentialCache.DefaultCredentials;
    3. XmlNode dataNode = objSPasmxWF.GetWorkflowDataForItem("http://in-mum01:7000/sites/PPP/2014-0002/PPPLibrary/GBL-IQ00120140008.doc");
    Error details: {"The request failed with HTTP status 404: Not Found."} "   at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean
    asyncCall)\r\n   at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)\r\n   at POC.SPasmxWF.Workflow.GetWorkflowDataForItem(String item) in E:\ERT\\Web References\\SPasmxWF\\Reference.cs:line 234\r\n
      at POC.Program.Main(String[] args) in E:\\POC\\POC\\Program.cs:line 27\r\n   at System.AppDomain._nExecuteAssembly(Assembly assembly, String[] args)\r\n   at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()\r\n   at System.Threading.ExecutionContext.Run(ExecutionContext
    executionContext, ContextCallback callback, Object state)\r\n   at System.Threading.ThreadHelper.ThreadStart()"

    Hi,
    For a better troubleshooting, I suggest you to do as follows:
    1. On server side you can access the Workflow.asmx from IE to make sure there are no problems in code logic.
    2. On client side you can also access Workflow.asmx from IE to see if it returns error.
    3. Check the link below:
    http://www.mail-archive.com/[email protected]/msg02092.html
    If you want to operate the workflow in Client-Side,  we can use Client Object Model in SharePoint 2010 to achieve it.
    http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.client.workflow(v=office.14).ASPX
    Thanks,
    Dennis Guo
    TechNet Community Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Dennis Guo
    TechNet Community Support

  • InfoSource Activation failing: COPA Datasource Object Version not found

    Hi Experts,
    I am using BW3.5 & R3 (ECC 5.0) and did::
    In BW
    1) Installed Business Content
              Cube:         0COPA_C01
              InfoSrc:      0CO_PA_1
    In R3
    1) I created a new  COPA datasource (1_CO_PA500IDEA10)
       and verified  data in RSA3.
    In BW
    2) Replicated the DataSource
    3) Created a new Infosource (BB_CO_PA500IDEA10).
    4) Editing the new IS, I copied all characteristics
       from the template of  the InfoSource  0CO_PA_1.
             a) Assigned my COPA DS (1_CO_PA500IDEA10).
             b) In "Transfer Rules" tab I was able to map
                ALL the IS fields to DS fields.
             c) In "Datasource/Transfer structure" tab
                some fields are left blank (I didn't assign
                any IS characteristics or KeyFigs)
    Saved the IS.
    BUT Activating the IS is failing with the error:
    Object 1_CO_PA500IDEA10 object version  not found in table
    Message no. RSAR768
    A couple of times, I deleted the IS in BW, DS in R3, created them again, replicated, .......with no luck
    Any help is appreciated?
    Thanks, BB

    Dear A.H.P
    I admire your energy!
    I took a look at the RSBASIDOC table entries in BW and ECC systems for the SourceSystems:
       1) ID3CLNT506 - that is working
       2) T20CLNT400 - that is NOT working
    I copied some of the fields as a table below. Please take a look. I inserted ** as a field separator to keep the "text fields seperate".
    Three relevant fields:  BIDOCTYP, SBWBCRL (blank in BW) & RBWBCRL (blank in BW) are not the same between BW & ECC systems - For the problematic  T20CLNT400.
    Is  SBWBCRL - The BW Service API version in ECC ?
    Is  RBWBCRL - The BW version in BW system ?
    I will take a look at the Inbound/Outbound paramaters in WE20 on both  BW & ECC.
    It seems I am doing all this to convince our BASIS guys that THEY need to FIX the problem.
    THanks, BB
    Table:          RSBASIDOC Entries
    BW  SourceSystem  ID3CLNT506  - which is working
                in BW          **in ECC
    SLOGSYS     **ID3CLNT506     **ID3CLNT506
    RLOGSYS     **SBW            **SBW
    BIDOCTYP    **ZSSC085        **ZSSC085
    TSPREFIX    **SC             **SC
    TSTPNM      *SAP           **RFCUSER
    TIMESTMP    **20.060.226.192.529   **20.060.226.192.529
    SBWBCRL     **30C            **30C
    RBWBCRL     **350            **350
    BW  SourceSystem  T20CLNT400 is giving  problem during InfoSource Activation
                in BW          **in ECC
    SLOGSYS     **T20CLNT400     **T20CLNT400
    RLOGSYS     **SBW            **B3TCLNT800
    BIDOCTYP    **ZSSB004        **ZSBB216
    TSPREFIX    **SB             **BB
    TSTPNM      **USER01         **USER12
    TIMESTMP    **20.051.023.080.630     **20,060,213,213,230
    SBWBCRL     **(Blank)        **30C
    RBWBCRL     **(Blank)        **310

  • Process terminated unexpectedly.   initial content not found

    I have been using Flash Builder 4.6 for awhile and today after running  the application serveral times over 4 hours i get this when I try to run it I get "Launch Failed"  with the following message:
    Process terminated unexpectedly.
    initial content not found
    Launch command details:  "C:\Program Files (x86)\Adobe\Adobe Flash Builder 4.6\sdks\4.6.0\bin\adl.exe" -runtime "C:\Program Files (x86)\Adobe\Adobe Flash Builder 4.6\sdks\4.6.0\runtimes\air\win" -profile mobileDevice -screensize 480x775:480x800 -XscreenDPI 217 -XversionPlatform AND "C:\Users\Kim64\Adobe Flash Builder 4.6\CleanManager\bin-debug\CleanManager-app.xml" "C:\Users\Kim64\Adobe Flash Builder 4.6\CleanManager\bin-debug"
    I'm unable to run this application, but I can run other applications in Flash Builder 4.6
    Thanks for any help.
    Kim

    I found the problem later, it was one line that had some wrong code that did not show the red circle.
    My code was in a database event where I didn't add the ToString;

  • Error for open process order when BOM alternative is not found

    Dear colleagues,
    When I open process order. BOM alternative is selected according to the production version. But when  BOM alternative is not found system gives only information message and I can open process order, I want to prevent open process order when there is no BOM alternative according to the production version. Because the Bom can be deleted after creation production version.
    Thanks for your helping,

    Hi,
    U need to use an enhancement at the creation of order to check the active status of the bom and restricting the order creation when BOM status is inactive.
    see whether following enhancement is useful for your scenario:
    PPCO0006 Enhancement & EXIT_SAPLCOZF_003
    Please confirm.
    Regards
    Suri

  • Adobe Acrobat Distiller Process. Issue with Font(L0420P not found, using courier)

    Hi Everybody,
    We are working for upgrade activities, which involves moving applications from Windows 2000 to Windows 2003 Servers.
    My applications uses Adobe Acrobat distiller, which is also getting upgraded along with the server from Adobe 4.0 to 5.0 (Installed licensed Adobe distiller).
    I have been using Adobe distiller to convert .PS files into .PDF files. The conversion process requires the PSFonts such as (MB006, L0B, L0420P etc..), each font got a separate PFB and PFM extension files, which are kept in the folder name called "Psfonts" and has been included in "Font location" under Distiller settings.
    Using Distiller( Adobe Acrobat distiller 4.0 ) in Windows 2000 didn't create any issues or error while converting .PS files into .PDF files, all the PDF files are generated by Distiller as expected and process without any Font issues.
    In Windows Server 2003, I installed Adobe Acrobat distiller 5.0 and moved the Font Folder "Psfonts" from older server(Windows 2000 server) to the new server(Windows 2003) and started Adobe Acrobat distiller process(5.0) to convert .PS to .PDF, most of the .PS files gets converted into .PDF files but when .PS files which require the Font L0420P comes in for Distilling, it displays an error message as "L0420P not found, using courier".
    I checked with the old Server's (Windows 2000) font folder (Psfonts), it has the same files(PFB and PFM) as present in the new Server(Windows 2003).
    I tried to check the Particular Font name(L0420P) in Distiller-->Setting-->Job options-->Font-->Embedding-->Psfonts, but L0420P font alone is missing in the List.
    Could you please help in resolving this Font issue.

    You may like to try deleting the PsFonts entry from distiller and closing it. Restart the machine, make the entry of PSFonts agina and try creating PDF.

  • Quicktime fails because 3ivx_dec.dll is not found

    I keep getting a window titled "QuicktimePlayerMain:QuickTime Player.exe - Unable to find Component."
    "This application failed to start because 3ivx_dec.dll was not found.
    Reinstalling the application may fix this problem."
    I have un-installed and re-installed several times with mo luck. Is there a solution for this?
    Note: Quicktime worked fine on my computer and suddenly started doing this.

    A bit old, but this may help:
    http://forums.3ivx.com/index.php?showtopic=85009
    Make sure your 3ivx installer is current; older versions may not be written to correctly place the plugins for more recent versions of QuickTime.
    Regards.

Maybe you are looking for

  • Error in installing  NW04s SR1 Portal

    Hi all, I am trying o install NW04sSR1(usage type EP). During the installation it went past all the satges unitl it again got stuck in the Configure development Infrastructure stage(stage 34 of 35). The error it shows is (output of sapinst) : ERROR 2

  • Signal booster for iPhone 4 in Japan

    Does anyone know what I can do to boost my signal in Japan. I have a softbank iPhone 4 and at home the signal is terrible. I have heard of booster antennas you can buy. Can anyone recommend one or a solution?

  • Error Message for Cleared Invoice Cancellation

    How to explore if standard SAP functionality exists to configure either a soft or hard error message be delivered when an attempt is made to cancel a cleared invoice (VF11). If standard SAP do not support how would I achieve this functionality, throu

  • (model.cpp (4051)) SBL-DAT-00227: Unable to create the Business Service 'EAI Outbound Service'

    Hello, I'm self-study integrating Siebel with SOA I just set up windown 2003 Siebel 8.1.1.11 (32-bit) I start Siebel Server error log file: >>>>> InfraEAIOutbound_0021_22020098.log <<<<< 2021 2014-04-15 11:27:34 0000-00-00 00:00:00 +0700 00000000 001

  • Need advice to back up an old iPhone 3G

    I need some help, and I am hoping for some advice!  I want to backup my iPhone 3G, but it's too old to talk with my iTunes anymore.  Back in the day, I used to update my phone regularly, until the software became advanced enough that I heard it had s