HTTP/1.1 405 Method Not Allowed error while deploying application in EPMA

Hi All,
I have recently installed EPM 11.1.2.1 on a windows 2008 server with SQL Server 2008 database. I created a new HFM application and tried to deploy it, but the deployment gets aborted with the error "HTTP/1.1 405 Method Not Allowed" seen in the deployment log.
Any clue as to what might be the issue? Thanks in advance.

"405 Method Not Allowed" is most likely an IIS configuration issue. Please try reboot and try to redeploy again.
You need to check and ensure that both Roles and IIS components are installed correctly and that the HFM is functioning OK via IIS when browsing through it.
Also, by default IIS does not install ASP server scripting roles. To correct this by adding the ASP role in IIS
"If you are using Windows 2008, you must install ASP Role Services before installing EPM System products that require IIS. If you are using Windows 2008, you must install .NET 3.5 before installation of Data Relationship Management.
If IIS is chosen as the Web server during configuration, you must allow all unknown ISAPI extensions through the Internet Information Services Manager."
Please refer "Oracle Hyperion Enterprise Performance Management System Installation Start Here" guide page no: 64
http://download.oracle.com/docs/cd/E17236_01/epm.1112/epm_install_start_here_11121.pdfhttp://download.oracle.com/docs/cd/E17236_01/epm.1112/epm_install_start_here_11121.pdf

Similar Messages

  • HTTP response code: 405 Method Not Allowed

    I get the following error message when trying to log into the DTR. However from another machine the same URL seems to work.
    When tring to import the configuration from remote the following stack trace shows up:
    [code]
    com.sap.lcr.api.cimclient.LcrException: com.sap.lcr.api.cimclient.CIMClientException: HTTP response code: 405 Method Not Allowed
         at com.sap.lcr.api.cimclient.HttpRequestSender.newClientException(HttpRequestSender.java:516)
         at com.sap.lcr.api.cimclient.HttpRequestSender.processResponse(HttpRequestSender.java:407)
         at com.sap.lcr.api.cimclient.HttpRequestSender.send(HttpRequestSender.java:581)
         at com.sap.lcr.api.cimclient.CIMOMClient.sendImpl(CIMOMClient.java:195)
         at com.sap.lcr.api.cimclient.CIMOMClient.send(CIMOMClient.java:147)
         at com.sap.lcr.api.cimclient.CIMOMClient.enumerateInstancesImpl(CIMOMClient.java:436)
         at com.sap.lcr.api.cimclient.CIMOMClient.enumerateInstances(CIMOMClient.java:740)
         at com.sap.lcr.api.cimclient.CIMClient.enumerateInstances(CIMClient.java:983)
         at com.sap.lcr.api.sapmodel.JavaCIMObjectAccessor.enumerateInstances(JavaCIMObjectAccessor.java:211)
         at com.sap.lcr.api.sapmodel.SAP_DesignTimeConfigurationAccessor.enumerateInstances(SAP_DesignTimeConfigurationAccessor.java:168)
         at com.sap.ide.eclipse.component.devconf.DevConfManager$3.run(DevConfManager.java:593)
         at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
         at com.sap.ide.eclipse.component.devconf.DevConfManager.listRemoteDevConfNames(DevConfManager.java:587)
         at com.sap.ide.eclipse.component.wizard.LoadDevConfPage.fillTable(LoadDevConfPage.java:225)
         at com.sap.ide.eclipse.component.wizard.LoadDevConfPage$5.widgetSelected(LoadDevConfPage.java:281)
         at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:89)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
         at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2022)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1729)
         at org.eclipse.jface.window.Window.runEventLoop(Window.java:583)
         at org.eclipse.jface.window.Window.open(Window.java:563)
         at com.sap.ide.eclipse.component.provider.actions.DevConfNewAction.run(DevConfNewAction.java:46)
         at com.tssap.selena.model.extension.action.SelenaActionCollector$GenericElementActionWrapper.run(SelenaActionCollector.java:229)
         at com.tssap.util.ui.menu.MenuFactory$MuSiAction.saveRunAction(MenuFactory.java:1425)
         at com.tssap.util.ui.menu.MenuFactory$MuSiAction.run(MenuFactory.java:1391)
         at com.tssap.util.ui.menu.MenuFactory$DelegateAction.processInternal(MenuFactory.java:616)
         at com.tssap.util.ui.menu.MenuFactory$DelegateAction.access$100(MenuFactory.java:586)
         at com.tssap.util.ui.menu.MenuFactory$DelegateAction$BusyProcessWorker.run(MenuFactory.java:716)
         at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
         at com.tssap.util.ui.menu.MenuFactory$DelegateAction.process(MenuFactory.java:610)
         at com.tssap.util.ui.menu.internal.MenuListenerFactory$ProcessAdapter.widgetSelected(MenuListenerFactory.java:172)
         at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:89)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
         at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2022)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1729)
         at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
         at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
         at com.tssap.util.startup.WBLauncher.run(WBLauncher.java:79)
         at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858)
         at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.ide.eclipse.startup.Main.basicRun(Main.java:291)
         at com.sap.ide.eclipse.startup.Main.run(Main.java:789)
         at com.sap.ide.eclipse.startup.Main.main(Main.java:607)
    [/code]
    Pl help, thanks,
    Manik.
    Message was edited by: Manik Narayan Saha

    Hi Manik
    What have you set in
    Windows ->Preferences ->Java Development Infrastructure ->Development configuration
    the url should be just http://<server>:<port>
    Regards
    Pran

  • "Method Not allowed" Error while submitting request thro proxy server

    I have an application that uses JSSE to talk to a http/https
    server, everything worked until I tried using https and a
    proxy. Http with or without a proxy worked, https without a
    proxy worked, but I can't get https with a proxy to work. The
    only thing my application does different is to setup the proxy
    stuff with the following function
    if (strTunneling.equalsIgnoreCase("ON")) {
    /** Setting the proxy host-name and proxy port in the system */
    String strProxyHost = ((String) objRouterProp.getProperty("PROXYHOST")).trim();
    String strProxyPort = ((String) objRouterProp.getProperty("PROXYPORT")).trim();
    System.setProperty("https.proxyHost",strProxyHost);
    System.setProperty("https.proxyPort",strProxyPort);
    The Exception i am getting is as follows
    java.io.IOException: Unable to tunnel through proxy. Proxy returns "HTTP/1.0 405 Method not allowed"
    Any Help is highly appreciated
    Thanks
    Thirumaran

    It means your proxy-server doesn't allow HTTPS tunneling. Have you looked at the "Allow" header in the response? If the proxy is coded correctly, it's supposed to contain ways you can reach the requested resource in ways the proxy will allow.
    Some proxies don't allow HTTPS tunneling because they want to be able to log the traffic contents. Perhaps this is one of them.
    Grant

  • 405 Method Not Allowed error from images directory

    Some background: I'm implementing fusioncharts in APEX and the commercial version comes with an Save as Image capability. When the user wants to save the chart as an image, an aspx file is called which calls a POST method to the directory where the aspx file is located.
    I store the aspx and its dependent files in a subfolder in the images directory and reference it using http://myserver/i/imagesaving/FusionChartsSave.aspx. Then when I try to save, I get 405 Method Not Allowed: 'the requested method POST is not allowed for the URL /i/imagesaving/FusionChartsSave.aspx.'
    The aspx functions work for sure because I am able to successfully save to image when I put the files in IIS and reference the url to the aspx file that way.
    My main concern is trying to keep all the files in the APEX environment which is Apache. Is there a place where I can perform the POST or configure apache to a directory that allows POST?
    thanks!

    Hi,
    I am facing the same error, patch upgraded from 12 to 18.
    URL iview was working on patch 12 , but after upgrade , one particular URL iview is not working.
    Preview works fine, if I paste the URL in a new window it workf fine,
    but when I try to access as an end user , the following error is faced
    "HTTP Error 405 - The HTTP verb used to access this page is not allowed.
    Internet Information Services (IIS)".
    I have tried to use "Open in new Window" property, but it dint help.
    Can anybody suggest.??
    Thanks in anticipation,
    Juhi

  • Cannot create application - 405 Method Not Allowed error

    Installed 11.1.2.1. Tried using EPMA to deploy app. Getting abort with the Method Not Allowed Error. Tried using Classic and getting the same error. Some of the details says "Server Error in Application "DEFAULT WEB SITE/HFM", "The page you are looking for cannot be displayed because an invalid method (HTTP verb) is being used." Any thoughts on possible causes?

    Hi Fsotto,
    The below document would resolve the issue.
    New Install on IIS 7, Cannot Access HFM from Workspace 404.3 Error in IIS Logs on HFM Web Server (Doc ID 1285684.1)
    Hope this helps,
    Please feel free to mark the answer as Helpful Answer/ Correct Answer should you find the relevant posting helpful so that it also helps us in keeping track of the answered queries.
    Thank you,
    Charles Babu J

  • HTTP 405 - Method not allowed error

    Hi experts,
    we are facing HTTP 405 error in document search functionality.  The search is working fine but when we are trying to open the the document it shows 405 error that Method not allowed... Could any tell me the solution..?
    With Regards,
    Murugan Arumugam.
    Hi All could any tell me the reason for above question?
    Edited by: Murugan Arumugam on May 29, 2008 3:28 PM

    Hi,
    I am facing the same error, patch upgraded from 12 to 18.
    URL iview was working on patch 12 , but after upgrade , one particular URL iview is not working.
    Preview works fine, if I paste the URL in a new window it workf fine,
    but when I try to access as an end user , the following error is faced
    "HTTP Error 405 - The HTTP verb used to access this page is not allowed.
    Internet Information Services (IIS)".
    I have tried to use "Open in new Window" property, but it dint help.
    Can anybody suggest.??
    Thanks in anticipation,
    Juhi

  • Conte,t Server Error 405 - Method not allowed

    Hi,
    I've got a running content server 6.4 with Apache 2.0 on SuSE Linux 10 and MaxDB 7.6
    Things like htpp://myserver:1090/ContentServer/ContentServer.dll?serverInfo
    and the likes all respond well.
    However, executing SE38 with RSCMSTH0 shows problems with crea1 & 2 with a PUT command results in HTTP/1.1 405 Method Not Allowed.  This is probably caused by Apache not allowing by default PUT actions for security reasons.  Can anyone point me how to update the httpd.conf file for SAP Content Server to pass this test ?
    Thans,
    Herman

    Hello llan,
    Thanks for your reply, I've progressed further and have the content server up and running.  The problem is now the post installation steps.
    1) Set up the repositories
    When I do this suing CSADMIN using the Create tab, I define a Content Rep Z_MYTEST, with description "Test Repository" and uncheck  the Check signature box, and click the Create repository button, I am prompted to autneticate - after authentication I get the following error :
    HTTP error: 404 Not Found  Cannot create
    Configuration of Repository Z_MYTEST
    It looks like I'm sitting with an empty MaxDB without any content server related tables in it ?  Although sapinst terminated sucsesfull without any errors.
    Brgds,
    Herman

  • Always got this error "405 Method Not Allowed"

    Hi,
    I have create the mobile service with .NET backend and I always got "405 Method Not Allowed" error. Someone told me that I need to give table permission but there is no table in db.
    There is no Data and API tab in dashboard in my mobile service.
    I got this error message in fiddler -: message=The requested resource does not support http method 'OPTIONS'.
    Regards,
    Alex

    Azure Mobile Services doesn't support the 'OPTIONS' method.
    See here for reference:
    http://azure.microsoft.com/en-us/documentation/articles/mobile-services-how-to-use-server-scripts/#handle-methods
    You say there is no data or api tab in your dashboard? Like these two are missing?
    If so, would you email chrande 'at' microsoft.com with your app name? I'll look to see if there is any issues on our end.
    -Chris

  • POST to SharePoint Online REST API - 405 Method Not Allowed

    Good afternoon,
    I am writing C# with the intention of uploading a file to a document library using the REST API.
    The code must run on an on-premise machine and the target SharePoint site is in SharePoint Online (Office 365 E-plan).  It has to handle large files, so CSOM is not an option.
    I have successfully tested a few different "get" messages, so I believe the authentication part is working.  However, so far I have no such luck with POST.
    In fiddler, my most recent attempt looks like this (I redacted the parts in <> because I'm not sure if they are sensitive somehow):
    POST http://org.sharepoint.com/sites/site/_api/web/GetFolderByServerRelativeUrl('Documents')/Files/add(url='test2.txt',overwrite=true) HTTP/1.1
    Accept: application/json;odata=verbose
    X-RequestDigest: <digest value>,15 Jan 2014 17:48:49 -0000
    BinaryStringRequestBody: true
    Host: org.sharepoint.com
    Content-Length: 6
    Expect: 100-continue
    stuff!
    Seems like it should work, but the result is "301 Moved Permanently."  This request is immediately followed by this one: 
    GET https://org.sharepoint.com/sites/site/_api/web/GetFolderByServerRelativeUrl('Documents')/Files/add(url='test2.txt',overwrite=true) HTTP/1.1
    Accept: application/json;odata=verbose
    X-RequestDigest: <formdigest>,15 Jan 2014 18:01:51 -0000
    BinaryStringRequestBody: true
    Host: org.sharepoint.com
    Cookie: FedAuth=<cookiestuff>; rtFA=<cookiestuff>
    Response:
    HTTP/1.1 405 Method Not Allowed
    Cache-Control: private, max-age=0
    Transfer-Encoding: chunked
    Content-Type: application/json;odata=verbose;charset=utf-8
    Expires: Tue, 31 Dec 2013 18:01:52 GMT
    Last-Modified: Wed, 15 Jan 2014 18:01:52 GMT
    Server: Microsoft-IIS/7.5
    X-SharePointHealthScore: 0
    X-SP-SERVERSTATE: ReadOnly=0
    SPClientServiceRequestDuration: 25
    X-AspNet-Version: 4.0.30319
    SPRequestGuid: dd936a9c-f4fc-a05d-27e1-2c948f0eb575
    request-id: dd936a9c-f4fc-a05d-27e1-2c948f0eb575
    X-FRAME-OPTIONS: SAMEORIGIN
    X-Powered-By: ASP.NET
    MicrosoftSharePointTeamServices: 16.0.0.2308
    X-Content-Type-Options: nosniff
    X-MS-InvokeApp: 1; RequireReadOnly
    P3P: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
    Date: Wed, 15 Jan 2014 18:01:51 GMT
    128
    {"error":{"code":"-1, Microsoft.SharePoint.Client.ClientServiceException","message":{"lang":"en-US","value":"The HTTP method 'GET' cannot be used to access the resource 'Add'. The operation type of the resource is specified as 'Default'. Please use correct HTTP method to invoke the resource."}}}
    0
    So it looks to me as if my request is being redirected to the same address but with a "GET" method rather than "POST," resulting in the 405 Method Not Allowed error because "add" needs POST.
    I appreciate any insight you can offer.

    Mkay, perhaps I should rephrase:  
    I want to synchronize a SharePoint Online library with a local file share.  There are a large quantity of files, and many of them are large (actually it's all too large to fit in one SharePoint Online site collection due to the 100gb limit, but I'll
    deal with that separately).
    The approach I was working on here was to create a C# method basically like this:  UploadFile(File, Destination, username, password).  I would use this method in the script component of an SSIS package which would run on a server and push the files
    up to SPO, but right now I'm just testing it as a console application.
    I got the CSOM methods working, but obviously that won't work because the files are too large.  Above is what's happening with the REST version.
    Can anyone see what's wrong with my REST calls - why is it being redirected as a GET request?  Is this even possible?

  • Setup resource template - getting 405 method not allowed

    I'm attempting to migrate an app that ran under the old mod_plsql and 10g. Looking at 11g we've been testing out the apex listener on glassfish. However, we have methods that run from a client that uses post methods to send files (XML) to an oracle Pl/Sql procedure. The procedure grabs the blob out of a table that was configured in the mod_plsql for that location. Ideally - we'd use a web service, but don't have time to migrate everything yet. In order to get it running, we looked at the example of creating a resource template to handle these methods. We've got some Pl/Sql code to insert this into the original table and call the method. However - it's not working. The client is getting a 405 method not allowed error. That's it. There's a few lines in the server.log for the version and the driver - but no error messages. How does one debug this? What is generating the 405 error? Glassfish? If so, what logs tell you what the issue is? If it's apex listener, is there logs that can tell me where to find what the issue is calling the resource? Right now - considering installing the http server for oracle on this and just not using apex listener until we can migrate the code. It might be an easier migration to our new server. I'm hoping it's something simple...

    There a number of standard verbs defined in HTTP:
    GET- Retrieve a resource
    POST- Submit new resource
    PUT - update resource
    DELETE - delete resource
    When you enter a URL in a web browser it always uses the GET method, the method to retrieve the resource.
    In your example Firefox is attempting to a do a GET on https://apex.oracle.com/pls/apex/orange/TestPOST
    but you have not defined a GET handler for this resource, only a POST handler. ORDS then tells you that the GET method is not supported on the resource, which is the correct behaviour.
    If you want to test the POST method from within a browser then you need to use JavaScript and perform an XMLHttpRequest and configure it to use the 'POST' method, for an example see the ORDS Developer guide:
    REST Data Services Developers Guide

  • Tutorial - Web Services - 405 Method Not Allowed

    Hi,
    I am going thru the tutorial "Building and Using Web Services with JDeveloper" from Oracle JDeveloper 11g Release 2 (11.1.2.0.0) Tutorials. I am using Studio Edition Version 11.1.2.1.0. At the end of the first section on POJO Annotation-Driven Service when I press the "Send Request" button, nothing comes back or is displayed. The HTTP Analyzer shows "405 Method Not Allowed" for every HEAD request. GET and POST are fine. I don't get a response and the logs don't show any errors.
    Does anyone know what is causing the 405 error?
    Thanks.

    Hi Frank,
    I have not written any code. I am following the JDeveloper Tutorial step-by-step. The tutorial is called "Building and Using Web Services with JDeveloper", "Part 1: Building a POJO Annotation-Driven Service ". Near the end of the tutorial, you are instructed to run "Test Web Service" from the menu on MyCompany.java. When JDeveloper runs the test, a new tab opens with the HTTP Analyzer. You are then instructed to enter a '20' as arg(0) in the parameters section of the HTTP request header panel and press the 'Send Request' button. After pressing the button, JDeveloper starts the integrated server and issues the request. The right hand side of the analyzer tab shows the results of the test as HTTP Response Headers. The tutorial shows data from getDeptInfo(int id). The result on my screen shows nothing - blank.
    In the logs frame at the bottom, there is a tab that shows the output logs of the HTTP Analyzer. It shows that 15 calls were made: 6 GET methods, 8 HEAD methods and 1 POST method. The status of each call is '200 OK' except for the HEAD method calls which show '405 Method Not Allowed'.
    The tutorial is at [http://docs.oracle.com/cd/E18941_01/tutorials/jdtut_11r2_52/jdtut_11r2_52_1.html] I wonder if maybe there is a parameter in the integrated Weblogic server that prevents the method call because of policy or security settings.
    If you have any ideas, please let me know.
    Thanks, Rick

  • 405 Method Not Allowed in Web Performance Chat

    Hi,
    I have created a new Web Performance Chat and I am using 2 url to test. The 2 url's are
    http://localhost14597/Login.aspx
    https://www.google.co.in
    When ever I am using localhost, its working fine. If I use any website, the result shows "405 Method Not Allowed" error. I have attached screenshots of the error for easier understanding of the issue.
    Can you please let me know what could be the issue.
    Thanks in advance.
    Regards,
    Aditya

    Hi Aditya,
    Like Adrian's suggestion, change the "method =Get" would resolve this issue. 
    Best Regards,
    Jack
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • 405 method not allowed in WS invocation

    Hi all,
    I hope that someone can help me out with the following problem:
    I am invoking a 3rd party web service from an async BPEL process (vers. 10.1.3.3).
    I get a +405 method not allowed+ error back in the console.
    I have access from my BPEL server to the web server, and the web service is up and running (can be invoked with SOAP UI).
    Searching the web seems to suggest that perhaps I am running into a security configuration issue.
    Can anyone verify or eloborate on that?
    And most importantly, come up with ideas for how I can fix the problem.
    Thank you in advance.
    Regards,
    Aagaard
    Edited by: Aagaard on Jul 20, 2009 2:12 PM
    I have set up a TCPMon on my BPEL server. From there I am unable to start listening on the connection.
    I get a iava.net.BindException: Connection refused.
    If I attempt to initiate the web service through the TCPMon - i.e. with no BPEL involved - I get a 405 error back.
    Any thoughts, or hints?
    Anybody?

    Hi Anirudh,
    Thanks for answering.
    I will take it up with my network admin.
    Regards,
    Aagaard
    Edited by: Aagaard on Jul 21, 2009 7:54 AM
    BTW: I am able to listen to the connection. The problem was that I had set my listen port to 80 as well as the port.
    Changing the listen port to 1234 helped.
    Now I am getting an Unknownhost exception. I am asuming that Anirudh's comment is still valid, and will have a talk with my network admin.

  • Http error 405 method not allowed sap content server windows

    Hi Expert,
    we have install sap content server 6.5 on microsoft windows 2012 using
    IIS 8.0 and MAXDB 7.9 SP 8 Build 21. After configuring the content server it self we still cannot
    create repository error "http error 405 method not allowed"
    Oac0 --> tab Create --> Content rep.
    I have implement note number 1704365 - IIS roles not created by
    default when installing Content Server on Windows 2008. even though it
    is not applicable to our IIS.
    when i try to open http://hostname:1090/ContentServer/ContentServer.dll?serverInfo
    it always direct us to download file not showing the version number.
    is there any solution for this issue?
    Thanks a lot,

    Dear,
    Can you please try following URL ?
    http://hostname:1090/ContentServer/ContentServer.dll?serverInfo&pVersion=0046
    http://hostname:1090/ContentServer/ContentServer.dll?serverInfo&pVersion=0046&contRep=<Repository Name>
    Regards
    S S B

  • Content Server HTTP error: 405 Method Not Allowed in CSADMIN transaction

    Hello,
    After installing the content server, when configuring in CSadmin
    transaction, when we try to save the new settings, I get the errror
    HTTP error: 405 Method Not Allowed.
    The operating system is W2008 R2 SP1. The storage type is filesystem, we do not use the MAXDB database. However, I have made so many tries, that, finally Ihave installed the system with database, although we are not going to use it (we have more content servers installed with database and they are working fine). Despite of this, it doesn't work either. The error message is the same.
    The Content Server release is 6.40
    Thanks and best regards,
    Ana

    I have seen this issue on Windows 2008 R2 with IIS 7.5. This was the solution of mine
    The error 405 appears because you have installed WebDav IIS Role in IIS 7.5. Please uninstall that particular role.
    Regards,
    Subhash

Maybe you are looking for

  • Any hints of how to exclude these lines from the following BEx output?

    Hi, I have a BEx report which outputs the following shipment activities, showing Doc and Items numbers, Requested and Received dates, actual and PO quantities. DocNoItmNoReqDate-RcvdDate-PO_Qty-Act_Qty---TB% 1101-----5--12/10/05-12/5/05020-- 80 1101-

  • Appending results returned by multiple queries into 1 row?

    I have multiple select queries in a procedure. Each query processes different tables and returns one or two columns that need to be inserted to a staging table. The results of these queries should be appended to one row. select col1, col2 from table1

  • Can't access Prime 1.3 CLI

    Trying to access a Cisco Prime 1.3 VA via CLI, but not having any luck.  Working with a customer who does not remember the original "admin" user created at setup.  I can access the root shell with the root user (have that user info :)) I have also tr

  • Usage of my name by company

    When I joined my last company I gave them permission to use my name to set up a skype account for use at work. I have now left the company and they have blocked my use of the account understandably. They also do not intend to relinquish the use of my

  • Glossary and links in text boxes

    I add textboxes and give them the appearance of pieces of paper. They support the main textflow with additional info. Links and glossary terms work fine but as soon as I give the boxes titles with the widget tool the links die. I need the boxes to be