Designer9i repository file not be found

while i install repository,the following file not be found:CDR-21244,e:\oracle\designer9i\repadm61\cdrzus.msg
where can i find the file : cdrzus.msg
thank you !

Hello,
Hmm, funny one this!
We have a bug for this error, recorded on the Japanese
version of Win2K (+SP3), with a database character set
of UTF8.
Try renaming the file cdrus.msg (in the same directory)
to cdrzus.msg. This appears to fix the problem in this
case, but we were unable to reproduce the error here and been unable to reproduce it since!
Hope this helps.
Regards,
Dominic
Designer Product Management
Oracle Corp

Similar Messages

  • HT203175 Why can most of my Original Files not be found ?

    Why can most of my Original Files not be found ?

    The "missing file" thing happens if the file is no longer where iTunes expects to find it. Possible causes are that you or some third party tool has moved, renamed or deleted the file, or that the drive it lives on has had a change of drive letter. It is also possible that iTunes has changed from expecting the files to be in the pre-iTunes 9 layout to post-iTunes 9 layout, or vice-versa, and so is looking in slightly the wrong place.
    Select a track with an exclamation mark, use Ctrl-I to get info, then say no when asked to locate the track. Look on the summary tab for the location that iTunes thinks the file should be. Now take a look around your hard drive(s). Hopefully you can locate the track in question. If a section of your library has simply been moved, or a drive letter has changed, it should be possible to reverse the actions. I can provide a step by step guide if you give me the two paths.
    In some cases iTunes may be able to repair itself if you go through the same steps and locate the lost track. It may then offer to attempt to automatically fix other broken links. Alternatively, as long as you can find a location holding the missing files, then you should be able to use my FindTracks script to reconnect them to iTunes.
    tt2

  • Problems with WEB-INF files not being found.

    We are using Sun Java Web Server v6.1SP2. I have tried to install the struts example application into the docroot. The application makes use of tld files (tag libraries) that are stored in the WEB-INF directory.
    I receive the following error when starting the web server:
    [29/Oct/2004:15:11:30] failure (22379): for host 169.198.12.50 trying to GET /index.jsp, service-j2ee reports: S
    tandardWrapperValve[jsp]: WEB2792: Servlet.service() for servlet jsp threw exception
    org.apache.jasper.JasperException: WEB4059: can't find /WEB-INF/struts-bean.tld (File not found)
    The file IS in the directory.
    Thanks in advance for any assistance.
    TJ Herring
    [email protected]

    Web Server denies access to the WEB-INF directory.

  • Rendering Forms using SOAPClient - file not being found

    Hello,
    I keep getting an error saying that the file is not found while trying to render my form using the SOAP Client. Even though when I copy and paste the EXACT path given in the JBoss log file, the file comes up.
    I have the LiveCycle form server on Box1 and on Box2 I have JBoss with my web application. Maybe I am misunderstanding what to place for the variables used in RenderForm? The file I want to render is on Box2 with my web application. Is this a problem - does the form need to actually be located on the LiveCycle server? I would think it should be fine and in my local development it worked, so I just don't understand what I have set up incorrectly, but I just wanted to confirm.
    So, here is a snippet of what I have setup:
    //Set the SOAPClient object's SOAP end point
    formServer.setSoapEndPoint("http://myLivecycleServerURL.com:8080/jboss-net/services/AdobeF SService");
    //Declare and populate local variables to pass to renderForm
    String sFormQuery = "myPDF.pdf";
    String sPreference = "PDFForm";
    String sContentRootURI = "https://myWebServer.com:8080/appName/forms; // OR I have tried"c:\\myLocalFolderName" where I have my file saved
    String sTargetURL = "https://myWebServer.com:8080/appName/servlet/RenderForm1";
    String sApplicationWebRoot = "https://myWebServer.com:8080/appName";
    String sOptions = "CachEnabled=False";
    and then the standard stuff:
    try {
    //call renderForm
    IOutputContext myOutputContext = formServer.renderForm(sFormQuery,
    sPreference, null, sOptions, null, sApplicationWebRoot,
    sTargetURL, sContentRootURI, null);
    //Create a ServletOutputStream objectServletOutputStream oOutput = response.getOutputStream();
    //Set the HTTPResponse object's content type
    response.setContentType(myOutputContext.getContentType());
    //Create a byte array. Call IOutputContext interface's
    // getOutputContext method
    byte[] cContent = myOutputContext.getOutputContent();
    //Apply Reader Extensions. The form needs to be extended each time
    //before sending to the client. This is a noted bug in Adobe Reader.
    ExtendPDFForm myPDF = new ExtendPDFForm();
    String sContent = Base64.encodeBytes(cContent);
    String extendedPDF = myPDF.extendForm(sContent);
    byte[] pdfDocument = Base64.decode(extendedPDF);
    //Write a byte stream back to the web browser. pass the byte array
    oOutput.write(pdfDocument);
    catch (Exception ioEx)
    System.out.println("Exeption error is: " +ioEx.getMessage());
    Also, the web server, Box2, is set up in a DMZ with firewall settings for the IP and port 8080 opened up between the two, is there something else that may need to be done for these two boxes to communicate??
    Thanks,
    -Jennifer

    Here is the full error message that I am getting:
    When I set the ContentRootURI to my https:// address:
    [STDOUT] Exeption error is: java.rmi.RemoteException: java.io.FileNotFoundException: https:\myWebServer.com:8080\appName\forms\myPDF.pdf (The filename, directory name, or volume label syntax is incorrect); nested exception is:
    com.adobe.formServer.interfaces.RenderFormException: java.io.FileNotFoundException: https:\myWebServer.com:8080\appName\forms\myPDF.pdf (The filename, directory name, or volume label syntax is incorrect)
    When I set the ContentRootURI to my Local file system:
    [STDOUT] Exeption error is: java.rmi.RemoteException: java.io.FileNotFoundException: c:\myLocalFolderName\myPDF.pdf (The system cannot find the path specified); nested exception is:
    com.adobe.formServer.interfaces.RenderFormException : java.io.FileNotFoundException: c:\myLocalFolderName\myPDF.pdf (The system cannot find the path specified)

  • userlib files not being found in built applicatio​n

    Version: 2012 SP1 f5
    Key Words: Build Application, <userlib>, DAQmx
    I have a project with a Main.vi and and a Sub.vi, both of which make multiple calls to DAQmx vi's in libraries (*.llb).
    The project is located in ...LabView 2012\user.lib\this\this.lvproj
    I note that when I build the application using the default settings, Main.vi set as Startup VI and nothing else changed, running the application from its default build directory gives load "errors" in that the application cannot load various DAQmx vi's like:
    <userlib>:\builds\this\My Application\Application.exe\1abvi3w\vi.lib\DAQmx\c​onfigure\task.llb\DAQmx Clear Task.vi
    nor can it find:
    <userlib>:\builds\this\My Application\Application.exe\1abvi3w\user.lib\this\​sub.vi
    But if I change the Destination directory of the build from its default to:
    C:\Program Files (x86)\National Instruments\LabVIEW 2012\builds\this\My Application
    removing the user.lib and moving the build up one level, everything works fine.
    Is this a feature of just my installation? My solution seems different from similar problems that I have read about and I can't find a coherent explanation of what I "fixed" by changing build folders. Wait ... there's a search term I haven't tired "build folder" ... nope. Must have something to do with <userlib>, but I'm missing the terminology to say what the problem is.
    -Gregory

    Saranac wrote:
    And when did user.lib stop being the folder where users put their vi's? Perhaps I'm misunderstanding your points.
    I work with a team of people. We've always kept our VI's in folders in user.lib where eveybody would have access to them. When we recently decided to move all new development from LV8 to LV2012, we started using 'Projects' and naturally put each project in its own folder in user.lib. Obviously compiled dlls and exe would eventually be deployed to new locations when everything worked, but what is so strange about working in user.lib and accepting all the defaults in building an executable?
    User.lib has never been meant to be a working directory for user projects.  It is there for user's to put templates or subVI's intended for reuse.  Also, a location for 3rd party libraries.  It is the location for files that you want to be a part of LabVIEW, but weren't installed with LabVIEW.
    For your working documents (VI's, projects, libraries) they never should be a part of the Program Files folder.  Depending in your user access rights, your IT department may not even let you save files to that directory path.  Documents are meant to be a part of the Documents file structure.  If you need to share it so that multiple users can work on it, it belongs in the All Users directory of the Documents folder as opposed to the My Documents folder of any specific user.  Note that Microsoft has changed the names of these paths over the years.  Documents and Settings has become Users. 

  • Pages will not open a downloaded .pages document from iCloud because index.xml file not found?

    New to using iCloud.  I created a large pages document on Mac Air and saved it to my iCloud account.  Found it at home on desktop Mac and downloaded it.  No problem.  However, it will not open due to the index.xml file not being found.  What should I do to open this document?  I've tried several things and no luck yet.  Thanks for any tips!  :-)

    Options posted here: The required index.xml file is missing.
    William Farrar posted:
    Try this. It worked for me:
    1. Single click on the document. This will "highlight" the document icon, but not invoke the error message.
    2. Click on "File" in the menu.
    3. Scroll down to "Open With".
    4. One of my choices in the "Open With" selection is Pages (default) (5.0.1)
    5. Click on that choice and the document should open.
    In my "Open WIth" selection there is also a Pages (4.0.4), but that didn't work for me.
    Now, here is a caveat. If before you open your document you instead first click on an open Internet window, then the "Open With" selection disappears from the File menu. In that case just single click again on the document icon again and the "Open With" selection returns.
    fruhulda posted:
    Try this:
      1. Make a duplicate of the file (cmd D), just to be safe
      2. Select .pages on the copy and change to .zip
      3. When the System asks if you really want to do this, click Use .zip
      4. Double click the new .zip file
      5. It will now appear as a folder with no extension
      6. Append .pages to the end of the folder name
      7. Again click on Use .pages
      8. Double click on this file to open it in Pages.
    What you have done is extracted all the Pages resources from the .pages "package" and reconstructed it.
    or
    http://www.freeforum101.com/iworktipsntrick/viewtopic.php?t=308

  • Not all iTunes Files not showing up on External HDD

    My old TC (the flat model from back to 2008 I think it was) broke down the other night so I removed the WD 2.0TB HDD (containing over 30'000 music files) to run this as an external HDD. I had swapped the original 500Gb with a 2TB drive which worked super for a couple of years.
    Anyway, before all of this happened all songs showed up on iTunes and each single one could be played correctly from iTunes (without the ! should the file not be found) so all files were located through iTunes to the correct directory. Only one directory for my Music files...
    Now, when I connect the HDD through an USB cradle (nothing has been touched on the drive) only a fraction of the files actually show up in the directory which is very odd indeed? I believe it was the same when the thing was actually working but didn't give it a think as it was doing what it was expected to do.
    Next step was that I copied the whole HDD over onto my MAC and sizewise all (?) the files came over but still not all are showing...
    So, how can I make sure all the files are being included as I want to move them all over to my new 2TB TC?

    Thanks Limnos for taking your time with this.
    Here's what happened
    1) All my Music was stored on a TC 2.0TB WD hard disk which I shared with my partner.
    2) All music in iTunes were mapped to this specific location and only this location.
    3) When opening the folder on the TC only a fraction of the actual music folders were available to see (i.e. Artist The Wonder Stuff folder was present and in this folder only 2 album folders were found when in fact there should have been 12)
    4) All songs in iTunes did play correctly so if i wanted to listen to one of the The Wonder Stuff songs they would all play (even albums that did not show up in the artist folder from above).
    5) When clicking show file in finder, the file would show up and then again when going back manually into the folder as above.
    6) TC dies on me. No more power.
    7) Took out the HDD and put it in a cradle to extract the songs.
    8) Right click on the folder shows there are about 35'000 files which sounds right BUT only a fraction of these can be seen.
    9) Now I cannot do the show in finder through iTunes as the directory no longer exists (the TC died and I threw it away, except for the HDD).
    10) The files are on the HDD but I cannot see but a fraction of them when opening the folder...
    I hope this makes it a little more clear.
    I honesty do not know what to do as I know the files are there but cannot see them and thus map them in iTunes... :-(

  • File Not Found Error on Fresh MX7 Installation

    After spending days getting CFMX 7.0.2 installed on a CentOS5.3 (production) server running Apache 2.2.3 and WHM/cPanel 11, by religiously following Bill Mitchell's lifesaving guide, CF is up and running but I cannot access the administrator or anything else in user public_html directories.
    If I place a simple foo bar test file in the /usr/local/apache/htdocs/testfile.cfm directory, I can call it at http://[IPaddress]/testfile.cfm and it parses properly.
    However, if I place the same file at /home/cfusion/public_html/testfile.cfm and call it at http://[IPaddress]/~cfusion/testfile.cfm, I get a CF-generated 404 "File Not Found" error.
    cfusion is a cPanel account I created via WHM prior to installing ColdFusion as a repository for my CFIDE directory.
    If I place a symlink for /usr/local/apache/htdocs/CFIDE -> /home/cfusion/public_html/CFIDE:"File Not Found". If I cp -R my CFIDE into htdocs: "File Not Found." These files are physically there. I can easily verify that of course. But CF is still saying File Not Found. In fact, if I disconnect Apache - JRun, Apache finds the files all by itself no problem. They are definitely there.
    I thought this might be a permissions issue, but all my .cfm files are nobody:root 775.
    Here's what I'm seeing in the exception.log:
    coldfusion.runtime.TemplateNotFoundException: File not found: /~cfusion/filetest.cfm
        at coldfusion.filter.PathFilter.invoke(PathFilter.java:83)
        at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:69)
        at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:2 8)
        at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
        at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
        at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
        at coldfusion.filter.RequestThrottleFilter.invoke(RequestThrottleFilter.java:115)
        at coldfusion.CfmServlet.service(CfmServlet.java:107)
        at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:78)
        at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)
        at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
        at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:257)
        at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:541)
        at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:204)
        at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:318)
        at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:426)
        at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:264)
        at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
    I guess maybe I need to know where the config for webroots is set from the CF/JRun perspective? I'm a decent hand with web server admin stuff, but despite being a CF dev for 10 years, CF admin stuff is still a bit over my head. Any help would be GREATLY appreciated. I'm at my wit's end!

    Thanks Mack. I set verbose to true in my httpd.conf, restarted Apache, restarted CF, but I can't see any difference in the logging. Errors seem the same, and no additional info.
    The Apache error_log file is filled with cryptic stuff that looks like it's referencing JRun. Does any of this mean anything to you? Is there another log file I should be looking at?
    [Thu Aug 06 00:06:52 2009] [notice] jrApache[8608: 15070]  filtering / (/usr/local/apache/htdocs/) HOST=null
    [Thu Aug 06 00:06:52 2009] [notice] jrApache[8608: 15070]  filterRequest:   no match
    [Thu Aug 06 00:06:52 2009] [notice] jrApache[8608: 15070]  jrun_trans: sub-request so DECLINED
    [Thu Aug 06 00:06:52 2009] [notice] jrApache[8608: 15070]  jrun_trans: sub-request so DECLINED
    [Thu Aug 06 00:06:52 2009] [notice] jrApache[8608: 15070]  jrun_trans: sub-request so DECLINED
    [Thu Aug 06 00:06:52 2009] [notice] jrApache[8608: 15070]  jrun_service: r is 0x9d1aa98, server is 0x99df290, virtual 1
    [Thu Aug 06 00:06:52 2009] [notice] jrApache[8608: 15070]  jrun_service: no handler, return DECLINED
    [Thu Aug 06 01:10:01 2009] [notice] jrApache[8548: 18910]  jrun_trans: r is 0x9d169d8, server is 0x99df290, virtual 1
    [Thu Aug 06 01:10:01 2009] [notice] jrApache[8548: 18910]     HOST: <null>
    [Thu Aug 06 01:10:01 2009] [notice] jrApache[8548: 18910]  filtering /whm-server-status (/usr/local/apache/htdocs/whm-server-status) HOST=null
    [Thu Aug 06 01:10:01 2009] [notice] jrApache[8548: 18910]  filterRequest:   no match
    [Thu Aug 06 00:11:53 2009] [notice] jrApache[8518: 55474]  jrun_trans: r is 0x9e5b930, server is 0x99df290, virtual 1
    [Thu Aug 06 00:11:53 2009] [notice] jrApache[8518: 55474]     HOST: <null>
    [Thu Aug 06 00:11:53 2009] [notice] jrApache[8518: 55474]  filtering / (/usr/local/apache/htdocs/) HOST=null
    [Thu Aug 06 00:11:53 2009] [notice] jrApache[8518: 55474]  filterRequest:   no match
    [Thu Aug 06 00:11:53 2009] [notice] jrApache[8518: 55474]  jrun_trans: sub-request so DECLINED
    [Thu Aug 06 00:11:53 2009] [notice] jrApache[8518: 55474]  jrun_trans: sub-request so DECLINED
    [Thu Aug 06 00:11:53 2009] [notice] jrApache[8518: 55474]  jrun_trans: sub-request so DECLINED
    [Thu Aug 06 00:11:53 2009] [notice] jrApache[8518: 55474]  jrun_service: r is 0x9e5b930, server is 0x99df290, virtual 1
    [Thu Aug 06 00:11:53 2009] [notice] jrApache[8518: 55474]  jrun_service: no handler, return DECLINED
    [Thu Aug 06 00:15:01 2009] [notice] jrApache[8519: 59314]  jrun_trans: r is 0x9f96cc8, server is 0x99df290, virtual 1
    [Thu Aug 06 00:15:01 2009] [notice] jrApache[8519: 59314]     HOST: <null>
    [Thu Aug 06 00:15:01 2009] [notice] jrApache[8519: 59314]  filtering /whm-server-status (/usr/local/apache/htdocs/whm-server-status) HOST=null
    [Thu Aug 06 00:15:01 2009] [notice] jrApache[8519: 59314]  filterRequest:   no match

  • FILE NOT FOUND ERROR WHILE INSTALLING ORACLE EM GRID CONTROL 10.2.0.1

    FILE NOT FOUND ERROR ON FILES: generalstup, seedstup during the setup phase and when i click ignore from a list of cancel, retry and ignore it moves to the configuration phase and rapidly moves from 63% to 100% and gives the error OUI-10133 invalid staging area. i have tried the install 3 times and dont know what the problem is. i am doing the oracle EM GC INSTALL WITH NEW DATABASE OPTION. i downloaded the full version disks 1-3 from the website:http://www.oracle.com/technology/software/products/oem/index.html
    Enterprise Manager 10g Grid Control Release 2 (v10.2.x)
    Full Installers (Agent, Repository, OMS, and Management Packs)
    Oracle Enterprise Manager 10g Grid Control Release 2 (10.2.0.1) for Linux x86
    when this is extracted it leaves me with Disk1, 2, and 3
    install started from 1, then it later asks for two whick happens to instead be but under Dist 3-but there are two disk2's under Disk 3- one under oms and one under rdbms folder. i have tried both and alas same errors
    i even triwd the same download from edelivery.oracle.com and gives the same madness
    am stuck.

    i followed the link and all the instructions things seemed to go well: it still asked for two files i did not have or could not locate: first its asked for generalstub, then it asked for seedstup and then generalstup again. at this point the installation was at 67% and had passed the link succesful stage and was at the setup succeful stage. when i clicked ignore on generalstub, seedstup and then generalstup again it quicly moved to 100% and never took me to the stage for me to run oraInstroot.sh and allroot.sh
    the configuration assistant stage never cameup and it skipped to the page Specify Repository Database Configuration
    where it asked for repository database hostname port, service/sid and SYSMAN password and also manament service security password. whe i input all the infor mation it will give errors. i have tries deleting all oracle 3 or 4 times and all files that oracle has and repeated the process and am always stuck here.
    error reads :
    -error cheching the existence of the SYSMAN user in Management repository
    -exception occured while connecting to database . please check the connection details you specified and retry
    -io exception connection refused: (DESCRIPTION=(TMP=)(VSNUMM=168821760)(ERR=12514)(ERRO_STACK=(ERROR=(CODE=12514)(EMFI=4))))
    REP DB HOSTNAME:SA-OMS-01
    PORT:1521
    SERVICE/SID:OMSDB01
    SYSMAN PASSWORD:PASS
    THE REST I PUT PASS AS PASSWORD
    NOT SURE WHAT TO DO NEXT.

  • Sorry, something went wrong - File Not Found.

    I just had this reported to me.  When users go into a document repository and edit the properties after saving it DELETES THE FILE!!!!!!!!.  This just started happening so I have no clue.  No changes that I know of as of recent.
    First they get:
    Then the file is gone. 
    David Jenkins

    I did the first several lines.  I feel bad pasting so much data in the window.
    Non-OAuth request. IsAuthenticated=True,   UserIdentityName=0#.w|photomask\jenkindladmin, ClaimsCount=53
    UserAgent not available, file operations   may not be optimized.   
    at   Microsoft.SharePoint.SPFileStreamManager.CreateCobaltStreamContainer(SPFileStreamStore   spfs, ILockBytes ilb, Boolean copyOnFirstWrite, Boolean disposeIlb)    
    at   Microsoft.SharePoint.SPFileStreamManager.SetInputLockBytes(SPFileInfo&   fileInfo, SqlSession session, PrefetchResult prefetchResult)    
    at Microsoft.SharePoint.CoordinatedStreamBuffer.SPCoordinatedStreamBufferFactory.CreateFromDocumentRowset(Guid   databaseId, SqlSession session, SPFileStreamManager spfstm, Object[]   metadataRow, SPRowset contentRowset, SPDocumentBindRequest&
    dbreq,   SPDocumentBindResults& dbres)      
    at Microsoft.SharePoint.SPSqlClient.GetDocumentContentRow(Int32   rowOrd, Object ospFileStmMgr, SPDocumentBindRequest& dbreq,   SPDocumentBindResults& dbres...
    Spent 0 ms to bind 4065 byte file stream
    Site=/
    Leaving Monitored Scope   (PostResolveRequestCacheHandler). Execution Time=20.7851873381349
    Leaving Monitored Scope   (EnsureListItemsData). Execution Time=25.3537401463166
    Setting [Display] as the   FormContext.FormMode for the current page
    Spent 0 ms to parse
    Spent 94 ms to update -1 byte file stream
    [Forced due to logging gap, cached @   02/24/2015 10:33:45.02, Original Level: Verbose] SQL connection time:   0.0307189171817993 for Data Source=USCPDB14;Initial   Catalog=WSS_Content_Sales;Integrated  
    Security=True;Enlist=False;Pooling=True;Min Pool Size=0;Max Pool   Size=100;Asynchronous Processing=True;Connect Timeout=15
    [Forced due to logging gap, Original   Level: Verbose] Calling ExecuteItemEventReceivers() for list {0} on item {1}
    Leaving Monitored Scope   (EnsureListItemsData). Execution Time=21.8411501162593
    Trusted provider is missing. Provider:   '00000003-0000-0ff1-ce00-000000000000'
    Trusted provider is missing. Provider:   '00000003-0000-0ff1-ce00-000000000000'
    Trusted provider is missing. Provider:   '00000003-0000-0ff1-ce00-000000000000'
    Microsoft.Workflow.Client.WorkflowCommunicationException:   The request was aborted: The request was canceled. Client ActivityId :   cbe9ec9c-7cde-e011-6f78-6b127c8cefed. ---> System.Net.WebException: The  
    request was aborted: The request was canceled. --->   System.ServiceModel.ServiceActivationException: The requested service,   'net.pipe://localhost/SecurityTokenServiceApplication/appsts.svc' could not   be activated. See the server's diagnostic
    trace logs for more information.    Server stack trace:     
    at   System.ServiceModel.Channels.ConnectionUpgradeHelper.DecodeFramingFault(ClientFramingDecoder   decoder, IConnection connection, Uri via, String contentType,   TimeoutHelper& timeoutHelper)      
    at   System.ServiceModel.Channels.ClientFramingDuplexSessionChannel.SendPreamble(IConnection   connection, A...
    Watson bucket parameters: SharePoint   Server 2013, ULSException14, 044806dd "sharepoint server", 0f0011d9   "15.0.4569.0", 09d02580 "microsoft.workflow.client",   01009cc3 "1.0.40131.0",
    52ef34cc "mon feb 03 00:18:52   2014", 0000005e "0000005e", 00000144 "00000144",   3e6aa606 "workflowcommunicationexception", 002198d8   "aiz9y"
    Data collection is not enabled for tag   'aiz9y' in the configuration or configuration file not available. Not   reporting to Watson
    WorkflowMessagingClient falling back to   synchronous send because there was a problem trying to use MSMQ:   Microsoft.Workflow.Client.WorkflowCommunicationException: The request was   aborted: The request
    was canceled. Client ActivityId : cbe9ec9c-7cde-e011-6f78-6b127c8cefed.   ---> System.Net.WebException: The request was aborted: The request was   canceled. ---> System.ServiceModel.ServiceActivationException: The   requested service,
      'net.pipe://localhost/SecurityTokenServiceApplication/appsts.svc' could not   be activated. See the server's diagnostic trace logs for more   information.   
    Server stack   trace:      at   System.ServiceModel.Channels.ConnectionUpgradeHelper.DecodeFramingFault(ClientFramingDecoder   decoder, IConnection connection, Uri via, String contentType,   TimeoutHelper&
    timeoutHelper)       ...
    Microsoft.Workflow.Client.WorkflowCommunicationException:   The request was aborted: The request was canceled. Client ActivityId :   cbe9ec9c-7cde-e011-6f78-6b127c8cefed. ---> System.Net.WebException: The  
    request was aborted: The request was canceled. --->   System.ServiceModel.ServiceActivationException: The requested service,   'net.pipe://localhost/SecurityTokenServiceApplication/appsts.svc' could not   be activated. See the server's diagnostic
    trace logs for more information.    Server stack trace:     
    at   System.ServiceModel.Channels.ConnectionUpgradeHelper.DecodeFramingFault(ClientFramingDecoder   decoder, IConnection connection, Uri via, String contentType,   TimeoutHelper& timeoutHelper)      
    at   System.ServiceModel.Channels.ClientFramingDuplexSessionChannel.SendPreamble(IConnection   connection, A...
    Watson bucket parameters: SharePoint   Server 2013, ULSException14, 044806dd "sharepoint server", 0f0011d9   "15.0.4569.0", 09d02580 "microsoft.workflow.client",   01009cc3 "1.0.40131.0",
    52ef34cc "mon feb 03 00:18:52   2014", 0000005e "0000005e", 00000144 "00000144",   3e6aa606 "workflowcommunicationexception", 0020f80c   "aip6m"
    Data collection is not enabled for tag   'aip6m' in the configuration or configuration file not available. Not   reporting to Watson
    [Forced due to logging gap, cached @   02/24/2015 10:33:45.12, Original Level: Verbose] Invoking EventReceiver -   [Id: {0}]
    Leaving Monitored Scope (Event Receiver   (Microsoft.SharePoint.WorkflowServices, Version=15.0.0.0, Culture=neutral,   PublicKeyToken=71e9bce111e9429c,   Microsoft.SharePoint.WorkflowServices.ContentSubscriptionEventReceiver)).
      Execution Time=186.4540799448
    Loading and running the event receiver   class Microsoft.SharePoint.WorkflowServices.ContentSubscriptionEventReceiver   from assembly Microsoft.SharePoint.WorkflowServices, Version=15.0.0.0,   Culture=neutral,
    PublicKeyToken=71e9bce111e9429c failed. The requested   service, 'net.pipe://localhost/SecurityTokenServiceApplication/appsts.svc'   could not be activated. See the server's diagnostic trace logs for more   information.
    Set EventFiringDisabled to [True]. 
    Stack trace: [   at   Microsoft.Office.Server.Utilities.EventReceiverUtility.RunItemEventReceiverExProps(Boolean   handleVersionConflicts, MonitoredScopeWrapper monitoredScopeWrapper, Boolean   disableEventFiring,
    SPItemEventProperties properties,   ItemEventReceiverCodeToRunProps codeToRun)      
    at Microsoft.Office.Server.Utilities.EventReceiverUtility.RunAndHandleVersionConflictsExProps(MonitoredScopeWrapper   monitoredScopeWrapper, Boolean disableEventFiring, SPItemEventProperties   properties, ItemEventReceiverCodeToRunProps codeToRun)    
    at Microsoft.Office.RecordsManagement.Internal.UpdateExpireDate.OnEvent(SPItemEventProperties   properties, Action`1 preAction, Action`1 postAction)    
    at   Microsoft.Office.RecordsManagement.Internal.UpdateExpireDate.ItemUpdated(...
    Leaving Monitored Scope   (EnsureListItemsData). Execution Time=15.8869969186563
    Set EventFiringDisabled to [False]. 
    Stack trace: [   at   Microsoft.Office.Server.Utilities.EventReceiverUtility.DisabledEventFiringScope.Dispose()    
    at   Microsoft.Office.Server.Utilities.EventReceiverUtility.RunItemEventReceiverExProps(Boolean   handleVersionConflicts, MonitoredScopeWrapper monitoredScopeWrapper, Boolean   disableEventFiring, SPItemEventProperties properties, ItemEventReceiverCodeToRunProps
      codeToRun)     at   Microsoft.Office.Server.Utilities.EventReceiverUtility.RunAndHandleVersionConflictsExProps(MonitoredScopeWrapper   monitoredScopeWrapper, Boolean disableEventFiring, SPItemEventProperties
      properties, ItemEventReceiverCodeToRunProps codeToRun)    
    at   Microsoft.Office.RecordsManagement.Internal.UpdateExpireDate.OnEvent(SPItemEventProperties   properties, Action`1 preAction, Act...
    Routing Engine: Attempting to route file   from UI
    Leaving Monitored Scope   (EnsureListItemsData). Execution Time=21.9784991209664
    Trusted provider is missing. Provider:   '00000003-0000-0ff1-ce00-000000000000'
    [Forced due to logging gap, cached @   02/24/2015 10:33:45.40, Original Level: Verbose] SQL connection time:   0.0348541560331953 for Data Source=USCPDB14;Initial   Catalog=WSS_Content_Sales;Integrated  
    Security=True;Enlist=False;Pooling=True;Min Pool Size=0;Max Pool   Size=100;Asynchronous Processing=True;Connect Timeout=15
    [Forced due to logging gap, Original   Level: VerboseEx] Reverting to process identity
    Leaving Monitored Scope   (EnsureListItemsData). Execution Time=42.2190164275317
    [Forced due to logging gap, cached @   02/24/2015 10:33:45.46, Original Level: Verbose] SQL connection time:   0.0469644983837124 for Data Source=USCPDB14;Initial   Catalog=WSS_Content_Sales;Integrated  
    Security=True;Enlist=False;Pooling=True;Min Pool Size=0;Max Pool   Size=100;Asynchronous Processing=True;Connect Timeout=15
    [Forced due to logging gap, Original   Level: Verbose] GetUriScheme(_fields/resources/_fields.en-US.resx)
    Routing Engine: A rule succeeded, the   rule destination is: /Quotes/Quotes and Specs
    UserAgent not available, file operations   may not be optimized.   
    at   Microsoft.SharePoint.SPFileStreamManager.CreateCobaltStreamContainer(SPFileStreamStore   spfs, ILockBytes ilb, Boolean copyOnFirstWrite, Boolean disposeIlb)    
    at   Microsoft.SharePoint.SPFileStreamManager.SetInputLockBytes(SPFileInfo&   fileInfo, SqlSession session, PrefetchResult prefetchResult)    
    at Microsoft.SharePoint.CoordinatedStreamBuffer.SPCoordinatedStreamBufferFactory.CreateFromDocumentRowset(Guid   databaseId, SqlSession session, SPFileStreamManager spfstm, Object[]   metadataRow, SPRowset contentRowset, SPDocumentBindRequest&
    dbreq,   SPDocumentBindResults& dbres)      
    at Microsoft.SharePoint.SPSqlClient.GetDocumentContentRow(Int32   rowOrd, Object ospFileStmMgr, SPDocumentBindRequest& dbreq,   SPDocumentBindResults& dbres...
    Spent 0 ms to bind 1426 byte file stream
    UserAgent not available, file operations   may not be optimized.   
    at   Microsoft.SharePoint.SPFileStreamManager.get_UserAgent()    
    at   Microsoft.SharePoint.SPFileStreamManager.CreateOutputLockBytes(Int64   cbContentHint)    
    at   Microsoft.SharePoint.Library.SPRequestInternalClass.PutFile(String bstrUrl,   String bstrWebRelativeUrl, Object punkFile, Int64 cbFile, Object   punkSPFileMgr, Object punkFFM, Int64 PutFileOpt, String bstrCreatedBy, String  
    bstrModifiedBy, Int32 iCreatedByID, Int32 iModifiedByID, Object   varTimeCreated, Object varTimeLastModified, Object varProperties, String   bstrCheckinComment, String bstrLockIdMatch, String bstEtagToMatch, Int32   lockType, String lockId,
    Int32 minutes, Int32 fRefreshLock, Int32   bValidateReqFields, Guid gNewDocId, SPFileSaveParams sfsp, SPFileInfo&   pFileProps...
    UserAgent not available, file operations   may not be optimized.   
    at   Microsoft.SharePoint.SPFileStreamManager.get_UserAgent()    
    at   Microsoft.SharePoint.SPFileStreamManager.SetOutputLockBytes(ILockBytes   ilbIn)    
    at   Microsoft.SharePoint.Library.SPRequestInternalClass.PutFile(String bstrUrl,   String bstrWebRelativeUrl, Object punkFile, Int64 cbFile, Object   punkSPFileMgr, Object punkFFM, Int64 PutFileOpt, String bstrCreatedBy, String  
    bstrModifiedBy, Int32 iCreatedByID, Int32 iModifiedByID, Object   varTimeCreated, Object varTimeLastModified, Object varProperties, String   bstrCheckinComment, String bstrLockIdMatch, String bstEtagToMatch, Int32 lockType,   String lockId,
    Int32 minutes, Int32 fRefreshLock, Int32 bValidateReqFields,   Guid gNewDocId, SPFileSaveParams sfsp, SPFileInfo& pFileProps, UInt...
    |No zip central directory found
    David Jenkins

  • APS driver "File not found"

    When I go to this link
    http://support.lenovo.com/en_US/downloads/detail.page?&DocID=DS031389
    The download there pops up a page that says "File not found"
    W530(2436-CTO): i7-3720QM, nVidia Quadro K2000M,16GB RAM, 500 GB hard drive, 128GB mSATA SSD, Ubuntu 14.04 Gnome, Centrino Ultimate-N 6300.
    Yoga 3 Pro: Intel Core-M 5Y70, Intel HD 5300, 8GB RAM, 128GB eMMC, Windows 8.1, Broadcom Wireless 802.11ac.

    i followed the link and all the instructions things seemed to go well: it still asked for two files i did not have or could not locate: first its asked for generalstub, then it asked for seedstup and then generalstup again. at this point the installation was at 67% and had passed the link succesful stage and was at the setup succeful stage. when i clicked ignore on generalstub, seedstup and then generalstup again it quicly moved to 100% and never took me to the stage for me to run oraInstroot.sh and allroot.sh
    the configuration assistant stage never cameup and it skipped to the page Specify Repository Database Configuration
    where it asked for repository database hostname port, service/sid and SYSMAN password and also manament service security password. whe i input all the infor mation it will give errors. i have tries deleting all oracle 3 or 4 times and all files that oracle has and repeated the process and am always stuck here.
    error reads :
    -error cheching the existence of the SYSMAN user in Management repository
    -exception occured while connecting to database . please check the connection details you specified and retry
    -io exception connection refused: (DESCRIPTION=(TMP=)(VSNUMM=168821760)(ERR=12514)(ERRO_STACK=(ERROR=(CODE=12514)(EMFI=4))))
    REP DB HOSTNAME:SA-OMS-01
    PORT:1521
    SERVICE/SID:OMSDB01
    SYSMAN PASSWORD:PASS
    THE REST I PUT PASS AS PASSWORD
    NOT SURE WHAT TO DO NEXT.

  • Public yum - wrong links - file not found

    Hi,
    I'm having some trouble with Oracle Linux 6.5 and the UEK3 kernel in VirtualBox, which might be due to hibernation, and wanted to try some older kernel, like UEK1 or UEK2, to see if I can reproduce the issue. More on the problem later. However, I can't even list or install any of the previous kernels.
    The first thing I was wondering about is that /etc/repos.d/public-yum-ol6.repo had some strange entries for the uek channels, which I have not seen before:
    enabled=$uek
    enabled=$uek3
    What is this?
    Anway, I connected to Oracle Public Yum Server to browse an download the latest repository, which no longer has these entries. It would still not list any kernels other than the 2.6.32 and 3.18.13. So I thought I check what's inside the repositories in a browser.
    I copy and paste the URL's shown in the repository configuration file into my web browser, such as:
    http://public-yum.oracle.com/repo/OracleLinux/OL6/UEK/latest
    and click on "x86_64", I receive:
    File not found."
    From what I can tell, the problem is, that link locations are incorrect,
    such as "x86_64" pointing to http://public-yum.oracle.com/repo/OracleLinux/OL6/UEK/x86_64/,
    which is missing "latest" in the path.
    But the strange thing is, if I click on "Parent Directory" and open "latest" and then "x86_64", it works.
    I think I have seen that issue before, several month ago, and the probelm, if I remember correctly, was with public yum.
    Thanks.

    Given the command you're running, yes it's normal. Yum is very weird with versioning of the same package name. If you want to see all the 2.6 kernels that are available:
    # yum list --showduplicates "kernel-uek-2.6*"
    Loaded plugins: changelog, fs-snapshot, protectbase, rhnplugin, security
    This system is receiving updates from RHN Classic or Red Hat Satellite.
    0 packages excluded due to repository protections
    Available Packages
    kernel-uek.x86_64                                                              2.6.32-100.28.5.el6                                                                 oraclelinux6-x86_64
    kernel-uek.x86_64                                                              2.6.32-100.28.9.el6                                                                 oraclelinux6-x86_64
    kernel-uek.x86_64                                                              2.6.32-100.28.11.el6                                                                oraclelinux6-x86_64
    kernel-uek.x86_64                                                              2.6.32-100.28.15.el6                                                                oraclelinux6-x86_64
    kernel-uek.x86_64                                                              2.6.32-100.28.17.el6                                                                oraclelinux6-x86_64
    kernel-uek.x86_64                                                              2.6.32-100.34.1.el6uek                                                              oraclelinux6-x86_64
    kernel-uek.x86_64                                                              2.6.32-100.35.1.el6uek                                                              oraclelinux6-x86_64
    kernel-uek.x86_64                                                              2.6.32-100.36.1.el6uek                                                              oraclelinux6-x86_64
    kernel-uek.x86_64                                                              2.6.32-100.37.1.el6uek                                                              oraclelinux6-x86_64
    kernel-uek.x86_64                                                              2.6.32-200.16.1.el6uek                                                              oraclelinux6-x86_64
    kernel-uek.x86_64                                                              2.6.32-200.19.1.el6uek                                                              oraclelinux6-x86_64
    kernel-uek.x86_64                                                              2.6.32-200.20.1.el6uek                                                              oraclelinux6-x86_64
    Essentially, the --showduplicates parameter is the one you want for list.

  • Issue after installing Designer 10.1.2 on Windows7 - ???-21705: The .msb message file for product "Unknown", utility "CDR" could not be found

    Hi,
    I installed Oracle Designer 10.1.2 on my laptop which is running Windows7. I followed the recommendations to make run the setup.exe file (compatibility SP2 & Run as administrator) but while the installation I got the error message twice or 3 times: "The procedure entry point GetProcessImageFileNameW could not be located in the dynamic library PSAPI.DLL". I skipped this message and the installation ended with success anyway. Starting the first Designer windows works well. Though when I click on the des2k61.exe file and once I entered the correct Repository Owner/password and connect string I got the message:
    ???-21705: The .msb message file for product "Unknown", utility "CDR" could not be found.
    For information I used to have Designer 10.1.2 on my former laptop (also Windows 7) and it works well. I migrated my DB (11.2.0.2) to the new PC which includes the repository owner I'm trying to use.
    Any idea about the possible origin of the issue?
    Thanks in advance for your help.
    Kind regards,
    Yves

    Hi,
    I installed Oracle Designer 10.1.2 on my laptop which is running Windows7. I followed the recommendations to make run the setup.exe file (compatibility SP2 & Run as administrator) but while the installation I got the error message twice or 3 times: "The procedure entry point GetProcessImageFileNameW could not be located in the dynamic library PSAPI.DLL". I skipped this message and the installation ended with success anyway. Starting the first Designer windows works well. Though when I click on the des2k61.exe file and once I entered the correct Repository Owner/password and connect string I got the message:
    ???-21705: The .msb message file for product "Unknown", utility "CDR" could not be found.
    For information I used to have Designer 10.1.2 on my former laptop (also Windows 7) and it works well. I migrated my DB (11.2.0.2) to the new PC which includes the repository owner I'm trying to use.
    Any idea about the possible origin of the issue?
    Thanks in advance for your help.
    Kind regards,
    Yves

  • Get message " The local repository database could not be found or is corrupted"

    Hi
    I want to update the System drivers , but constanly getting the massage
    "The local repository database could not be found or is corrupted"
    not sure what to do
    cannot find any reference to the error
    Please assist
    This is getting to me
    Johan

    Hi,
    I have the same issue (on a windows 2008 R2 SP1)
    I want to  do a backup from my automation (a simple batch .cmd)
    I'm doing this command:
    C:\Users\Administrator>wbadmin start backup -backuptarget:s:\backup -exclude:s: -allCritical -include:C:,R: -quiet
    wbadmin 1.0 - Backup command-line tool
    (C) Copyright 2004 Microsoft Corp.
    Retrieving volume information...
    This will back up volume System Reserved (100.00 MB),New Volume(R:),DISK_S(S:) (Selected Files),Local Disk(C:) to s:\backup.
    ERROR - The specified backup location could not be found or is not a supported backup storage location.
    The only way to get this working, is working via UNC to the local drive S-drive 
    C:\Users\Administrator>wbadmin start backup -backuptarget:\\myserver\s$\backup -exclude:s: -allCritical -include:C:,R: -quiet
    However, the backup succeeds with these warnings:
    Retrieving volume information...
    This will back up volume System Reserved (100.00 MB),New Volume(R:),DISK_S(S:) (Selected Files),Local Disk(C:) to
    \\myserver\s$\backup
    and giving a warning
    The backup of volume DISK_S(S:) could not be completed. Error: The requested operation could not be completed due to a file system limitation
    The backup operation completed with errors.
    Looks like the wbadmin does not read the -exclude option?
    Regards,
    David

  • Cisco acs "manifest file not found" help

    srvacs01/admin# application upgrade ACS_5.5.0.46.tar.gz WCS
    Do you want to save the current configuration ? (yes/no) [yes] ? no
    6 [27522]: transfer: cars_xfer.c[54] [admin]: ftp copy in of ACS_5.5.0.46.tar.gz requested
    7 [27522]: transfer: cars_xfer_util.c[89] [admin]: ftp get source - ACS_5.5.0.46.tar.gz
    7 [27522]: transfer: cars_xfer_util.c[90] [admin]: ftp get destination - /storeddata/Installing/.1413207431/ACS_5.5.0.46.tar.gz
    7 [27522]: transfer: cars_xfer_util.c[109] [admin]: initializing curl
    7 [27522]: transfer: cars_xfer_util.c[122] [admin]: full url is ftp://10.222.15.196/acs5/ACS_5.5.0.46.tar.gz
    % Manifest file not found in the bundle
    srvacs01/admin#
    Cisco Application Deployment Engine OS Release: 1.2
    ADE-OS Build Version: 1.2.0.228
    ADE-OS System Architecture: i386
    Copyright (c) 2005-2009 by Cisco Systems, Inc.
    All rights reserved.
    Hostname: srvacs01
    Version information of installed applications
    Cisco ACS VERSION INFORMATION
    Version : 5.3.0.40.40
    Internal Build ID : B.839
    Patches :
    5-3-0-40-7
    5-3-0-40-9
    Pointed-PreUpgrade-CSCum04132-5-3-0-40

    Problem: "Error: Saved the running configuration to startup successfully % Manifest file not found in the bundle" on ACS appliance during appliance upgrade
    The Error: Saved the running configuration to startup successfully % Manifest file not found in the bundle error appears when an attempt is made to upgrade ACS Express
    Solution
    Complete these steps in order to upgrade the ACS appliance without any issue:
    Download patch 9 (5-0-0-21-9.tar.gpg) and ADE-OS (ACS_5.0.0.21_ADE_OS_1.2_upgrade.tar.gpg ) from: Cisco.com > support > download software > Security > Cisco Secure Access Control System 5.0 > Secure Access Control System Software > 5.0.0.21
    After you install the two files, install the ACS 5.1 upgrade ACS_5.1.0.44.tar.gz. This is available from the same path from previous step.
    Use this command in order to install the upgrade:
    application upgrade <application-bundle> remote-repository-name
    This completes the upgrade procedure.
    Refer to Upgrading an ACS Server from 5.0 to 5.1 for more information on how to upgrade the ACS appliance.
    please refer the upgrading acs server 5.4 to 5.5, for complete process.

Maybe you are looking for

  • CO-PA: product hierarchy predefined from best practice

    Hi guys, unfortunately I have as basis a best practice system, where product hierarchy with 3 levels is already defined in CO-PA: PAPH1     ProdHier01-1     ProdH01-1     CHAR     5     MVKE     PAPH1 PAPH2     ProdHier01-2     ProdH01-2     CHAR    

  • Does the ipod touch bring alot of revenue for apple if so how much?

    How much revenue does the ipod bring?

  • Required BADI for Overiew screen of PA20 and PA30

    Dear All, I need BADI for Overiew screen of PA20 screen as i have to restrict end user not to see the data. As of know i am able to see the BADI for display but not able to find the BADI for overview. Thanks Rav Jordan

  • Scroll to bottom of query results

    SQL Developer 1.2 DB 9.2.0.7 Is there any way to quickly get to the bottom of the query results? I'm transitioning off from SQL Navigator and use this feature all the time. Most query results are many many screens long so this is a very useful featur

  • Convertir fichero Autocad a PDF

    Buenos dias, dispongo de una licencia de Adobe Acrobat 7 Profesional, con la que se supone que puedo convertir mis archivos de autocad a pdf, simplemente pulsando un boton que debería de aparecer en Autocad. El problema es que dicho boton no aparece.