Adding NWDI into existing J2EE web instance

Hi Expect,
    I have an running J2EE web server while i want to add NWDI compoents into it. I know how to done it start from scatch (i.e select the NWDI option using installation master).
However, i don't know how to add NWDI into an existing J2EE instance since the installation master do not have any "update option"
Please help.

hi,
It is possible to add NWDI to esisting j2ee instance.
Follow these steps,
1.If it is <b>04,</b>
deploy SAPDEVINF.sca from <b>offline</b> component folder in your 04 build.It will be under sikwxx.relesed\j2ee-cd\jdi.
deploy SAPDEVINF.sca and SA{BUILDT from <b>online</b> component folder in the same path as said above.
2.after deploying go to visual admin.
c:\usr\sap\SID\JCxx\j2ee\admin--->go.bat
Go to SID----->services----->Component Build  Services.
Then  enter <b>Java home path</b> in the column which appears to the right
and set I<b>dlestart</b> to <b>false</b>.
3.Then go to c:\usr\sap\SID\sys\global\CMS_CBS\plugins.Then copy all the sca's under that to c:\usr\sap\JTrans\CMS\inbox.
If it is<b> 04s</b>
1.Deploy DI-DTR,DI-CBS,DI-CMS on to the engine from production path under BS folder release.
2.2.after deploying go to visual admin.
c:\usr\sap\SID\JCxx\j2ee\admin--->go.bat
Go to SID----->services----->Component Build  Services.
Then  enter <b>Java home path</b> in the column which appears to the right
and set <b>idlestart</b> to <b>false</b>.
3.Then copy SAPBUILDT.sca,SAPJEE.sca,SAPJTECHS.sca and SAPJTECHF.sca from BS folder to C:\usr\sap\JTrans\CMS\inbox.
reward points if helpful..............

Similar Messages

  • Options to utilise the CQ5 features in existing J2EE web applications

    Hi All,
    Can some one let me the options to integrate existing J2EE application with Day CQ CMS ?
    I mean how can i display the CQ content on the JSP pages in J2EE application ?
    Thanks in advance !!

    As I understand the JavaFX 2.0 technology, it provides a rich interface to client or desktop apps written in Java. JavaFX 2.0 runs on the JVM, the API it provides is a Java API. You can access the API from any JVM language, so you can use Java to develop your applications (which is what i would advise when
    first starting using JavaFX). But you can also use other JVM languages for applications development if desired (eg. JRuby, Scala, Groovy, etc).
    Can you take an existing Web-based j2ee application and embed Java FX 2.0 technology in its jsp pages You can embed a JavaFX application in an html web page which was created using jsp (or any other web page assembly) technology. This works in much the same way as embedding a Flash App in an html page. See http://docs.oracle.com/javafx/2.0/deployment/deployment_toolkit.htm for documentation on how to do this.
    to provide a richer interface, better user experience to overcome issues associated with the stateless nature of http and the UI controls utilized in web-based applications?JavaFX is one technology which could be used to do this, other technologies would be things like AJAX, Flash, Silverlight embedded in web pages or standalone applications written in JavaFX or other client technology. Essentially if you are doing this, you are developing what used to be known as a client-server application where some of the logic and control happens on the client and some happens on the server and you have some kind of network communication layer between them, as referred to by gimbal2.

  • FCP is adding clips into existing clips on the sequence?!

    This is a bizarre thing that has just been occurring since the latest update. While looking over unrendered scenes I noticed little chunks of blue (rendered) bar. Keep in mind that this is a one clip scene and there is absolutely no other video clip on the timeline. I scrub through and there is a random (or not so random, but I'll get to that) part or another clip from a completely other scene added into the clip. If you remove the clip, it is no longer there, so it has definitely embedded itself onto the clip. If you go back to the source video and look through it it is clean. So you drag the in/out selected point back onto the timeline and the phantom clip is there again.
    I had found a solution though, by removing the clip and therefore emptying the timeline I would save the project and quit FCP. Upon reopening FCP and reinserting the clip it would be 'clean'. But on revisiting the project this morning I have found the phantom clip has found its way back into the sequence. One difference I have noticed is that is has been placed a few seconds earlier than it was before.
    On a bizarre note, the phantom clips spookily have a fitting context to the clips it haunts.
    has anyone else experienced this? And do you have a reasoning why it occurs and a permanent solution to fixing/preventing it?

    The project file may be corrupted. Try opening a new project and importing the files there to see if the problem persists.
    -DH

  • Adding row into existing CSV file using C#

    How to add row to existing CSV file using .NET Code.the file should not be overwrite,it need add another row with data.how to implement this scenario.

    Hi BizQ,
    If you only just write some data to CSV file. Please follow A.Zaied and Magnus  's reply. In general,we use CSV file to import or export some data. Like following thread and a good article in codeproject
    Convert a CSV file to Excel using C#
    Writing a DataTable to a CSV file
    Best regards,
    Kristin
    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.

  • Pass the name of a button into existing instance of a class from actionlist

    I want to pass a name of a button from actionlistener that is associated with that button into existing instance of a class. I need to do so because I have array of buttons and I have set the name of the buttons as coordinates. Is there a way to do that?

    My buttons are declared as JButton arrayOfButtons[][] = new JButton[numberOfRows][numberOfColumns];and I labeled them inside 2 for loops as:
    arrayOfButtons[row][column].setName(Integer.toString(row) + " " + Integer.toString(column));
    arrayOfButtons[row][column].setText("Some displayed text");I also added ActionListener
    arrayOfButtons[row][column].addActionListener(new ActionListener() {
        public void actionPerformed(ActionEvent e) {
            System.out.println(((JButton)e.getSource()).getName());
    });Now when I press a button it only displays the array coordinates on a command line. I want the class instance where I declared the buttons to get notified which button was clicked.

  • Can an AS-Java instance be added to an existing AS-ABAP?

    Hi everyone!
    I'm facing the following situation: can an AS-Java instance be installed on a existing AS-ABAP instance?
    My development team wants to activate the AS-Java in order to "publish" some ERP transactions to some web applications but that one has not been installed with the AS-ABAP instance we already have.
    Can I add this Java instance to the ABAP instance or should I create an Java instance separately?
    Any info or help is appreciated.
    Best regards,
    Paulo

    Ok, Manoj. Thanks for your answer.
    But I forgot to mention that my system is NW 7.0, not Web AS 6.20 or 6.40.
    I have followed the link you sent and searched for the SAP note mentioned there - 914486 - but the info is restricted to Web AS 6.20/6.40 platforms, and there is nothing mentioned for NW 7.0.
    I was reading some docs for NW 7.0, explaining the "usage types" of SAP systems. It says that a SAP system can be installed as a single AS ABAP or AS Java or altogether.
    Since my system was installed as a single AS ABAP, now I'm not sure if I can simply add an AS Java instance to it. I'm considering now to install a separated AS Java instance and then make the appropriated "links" between those instances.
    What do you think?
    Have you ever been through such thing?
    Sorry I'm bothering you with it but sometimes we haven't got noboby to discuss such things like that. Somebody's else experiences can always help us to make an appropriated decision.
    Thanks in advance.
    Paulo

  • Adding an Array of Objects into an external Web-Service

    Hi all,
    I want to populate an Array of Objects into an external Web-Service which I have introspected into BPM. But I am finding it difficult to do so which should be very easy I guess.
    When i use the EXTEND keyword for adding the array of objects, it gives me the following parameters which are not required:-
    testArray.records.extend(name : "", attributes : null, value : "", children : {  }, tagName : "", namespace : "", isNil : false);
    I only need to populate the name and value pairs and do not need to populate others. But there is no way for me to do this.. How do I populate other parameters or skip them especially
    children which is a Fuego.Xml.XMLObject[].. How do I populate that? How do I populate attributes which is an associative array and not required..
    Is there a proper documentation of consuming external Web-Services into BPM?

    Very interesting, I am going to have to really break this down and see if I can make sense out of it with my 300 lines of code LOL.
    I think this may jsut work at first glance and will let you know!
    It works. We all use it all of the time. The old Add-Member was a big pain in the neck.  InPowerShell V2 New-Object -Property ws added to take a hash of name/value pairs and convert them into an object in one step.  It is faster and more reliable.
    $myprops=@{
        Name='joe'
        Birthdate=[datetime]'02-12-1965'
        Weight=[int]130
        Married=$false
        Flags=[byte]0x3F
    # we can change a value on the fly
    $myprops.Weight+=5  # adjust weight for liars
    New-Object PsObject -Property $myprops
    OR get name=value pairs from a file and make into an object
    $fileprops=Get-Content mydata.txt | ConvertFrom-StringData
    New-Object PsObject -Property $fileProps
    There are more than a dozen other variations of how to levcerage this to create objects out of other things like results from old DOS commands.
    ¯\_(ツ)_/¯

  • Adding switch into an existing stack

                       Hi all,
        I have an existing stack which comprises of 6 switches, please help with the following questions :
    1/ adding another switch into this stack will cause all switches in stack to reboot ? anything that I should be aware of such as different versions ?
    2/ maximum switches in one stack should be ?
      Thanks for all help.

    Hi Duc,
    If you are stacking 3750 switches you can have a max of 9 switches in one stack. The only thing you have to make sure before adding the new switch is that its IOS version should be exactly same as the IOS version of rest of the stack.
    You dont have to worry about any reload of existing stack. Connect the stack cables to the new switch, power it up and it will be added to the existing stack.
    http://www.cisco.com/en/US/products/hw/switches/ps5023/products_configuration_example09186a00807811ad.shtml
    Thanks
    Ankur
    "Please rate the post if found useful"

  • Adding a file into existing zip file

    I need a add a file into existing zip file. and write into printwriter.
    How to do it?
    Waiting for the reply.
    Thanks and Regards,
    Narayanan. G

    Narayanan.G wrote:
    I need a add a file into existing zip file.API: [ZipOutputStream#putNextEntry()|http://java.sun.com/javase/6/docs/api/java/util/zip/ZipOutputStream.html#putNextEntry%28java.util.zip.ZipEntry%29]
    Tutorial: [http://java.sun.com/developer/technicalArticles/Programming/compression/].
    and write into printwriter.Writing a zip file into printwriter? Huh? Please elaborate.

  • Integrating Digital Signatures into J2EE Web App

    I have a requirement to add digital signature functionality to a J2EE web application. Our customers would like to press a �sign� button on a web page, be prompted to connect their hardware security token (e.g. USB device or smart card), and the signatures stored inside our system for later verification (e.g. in court).
    The main issue I can see is that when using hardware-based tokens the private key can never leave the device, so the device itself does the signing. Whereas our J2EE Web Application has all the code on the app server tier, and the data is located on the database (and in our architecture cannot be exported to client PCs for security reasons).
    Does anyone know of any solutions to this kind of requirement? Any vendor toolkits that allow this? From what I�ve read from researching this subject the pieces are all there but most web-based security solutions only implement application login authentication of one sort or another.

    Hi Tony,
    As of DIAdem 2012 there is no product feature that makes it easier to create a web front end to DIAdem.  You can host DIAdem with a terminal services approach such as Citrix, which will give you all of DIAdem's functionality in a web GUI.  You can also host DIAdem on a cloud server if that's where your data is.
    On final option is that LabVIEW offers a user programmable web server which can make calls to DIAdem via ActiveX.
    Brad Turpin
    DIAdem Product Support Engineer
    National Instruments

  • Adding a column into existing index

    Can I add a column into existing index?
    or do I need to drop the index and recreate one?
    Thanks.

    but there is no way to add a column to an existing table10:43:24 TEST.SQL>create table test10:43:28 2 (
    10:43:29 3 a number
    10:43:32 4 )
    10:43:34 5 tablespace tools
    10:43:36 6 ;
    Table created.
    Elapsed: 00:00:00.06
    10:43:38 TEST.SQL>alter table test add
    10:43:44 2 b date;
    Table altered.
    Elapsed: 00:00:00.68
    10:43:48 TEST.SQL>desc test
    Name Null? Type
    A NUMBER
    B DATE
    10:43:51 TEST.SQL>drop table test;
    Table dropped.Indeed there is.Yoann.

  • How to add new class to existing DC (Web Dynpro project)

    Hi,
    How can I add new class to an existing DC (Web Dynpro project)?
    I tried adding it using File - New - Other - Java - Class, but after a build of the DC the new class (and its contents    ) was completely removed.
    Then I created a new DC (java project) and created a new class in that DC. This went fine, but I got into problems because of circular referencing between the new & the old DC, so no build was possible.
    This can't be difficult, does somebody knows how to do it?
    My temporary solution is to add the classdefinition to an exisiting .java file. Very ugly.
    Thanks,
    Jeroen

    Hi Jeroen,
    where did you create the class? If the *.java file is placed in the src/packages folder it should not be deleted by a build. (I suspect you created it in the gen_wdp folder?)
    Regards,
    Marc

  • Runtime error while using SAP Enterprise Connector in a J2EE Web Servlet

    Hello,
    I'm facing problems while trying to do a RFC call out of a Servlet.
    I'm using Development Components (DCs) and my project setup is as follows:
    Firstly I've created a DC of type J2EE/Web Module. This DC implements an absolutly simple servlet which has to do the RFC-Call.
    The relevant code is:
    protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
       JCO.Client jcoclient = JCO.createClient("010", "DV*****", "***", "DE", "ovd***", "01");
       jcoclient.connect();
       Bapi_Flight_Getlist_Input input = new Bapi_Flight_Getlist_Input();
       input.setAirline("LH");
       SAPProxies_PortType myproxy = new SAPProxies_PortType();
       myproxy.messageSpecifier.setJcoClient(jcoclient);
       try {
          Bapi_Flight_Getlist_Output output = myproxy.bapi_Flight_Getlist(input);
          BapisfldatType_List list = output.get_as_listFlight_List();
          int listsize = list.size();
          for (int i = 0; i < listsize; i++) {
             BapisfldatType elem = list.getBapisfldatType(i);
             response.getWriter().print("Date: " + elem.getArrdate() + '\t' + "Arrive: " + elem.getArrtime());
       } catch (Exception e) {
          response.getWriter().print(e.toString());
       jcoclient.disconnect();
    The proxy for the RFC Module "BAPI_FLIGHT_GETLIST" - in this case the classes around "SAPProxies_PortType" were generated by NWDS ("SAP Enterprise Connector" Wizard).
    I had to manually add following DCs as "Used DCs" to get my DC built:
    com.sap.aii.proxy.framework (default)
    com.sap.aii.util.misc (default)
    com.sap.mw.jco (default)
    So far, so good...
    As a J2EE/Web module DC can't be deployed I've created a second DC of type J2EE/Enterprise Application and referenced the first DC. This DC is also built fine and can be deployed.
    But... When I call my servlet I get following Error Message on the web browser:
    The request cannot be processed.
      Details:      
      com.sap.engine.services.servlets_jsp.server.exceptions.ServletNotFoundException: Cannot load the requested servlet [LocalDevelopmentservletxxx.com/servlet/TestServlet].
    Exception id: [000C295D60FB006F0000003600000EA8000461A05860B4BA]
    I also had a look in the trace files:
    Vollstu00E4ndiger Nachrichtentext
    application [LocalDevelopmentservletxxx.com] Processing HTTP request to servlet [TestServlet] finished with error. The error is: com.sap.engine.services.servlets_jsp.server.exceptions.ServletNotFoundException: Cannot load the requested servlet [LocalDevelopmentservletxxx.com/servlet/TestServlet].
    at com.sap.engine.services.servlets_jsp.server.runtime.context.WebComponents.getServlet(WebComponents.java:330)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:354)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
    at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
    at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
    at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
    at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
    at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    Caused by: java.lang.NoClassDefFoundError: com/sap/aii/proxy/framework/core/AbstractType
    Loader Info -
    ClassLoader name: [xxx.com/testear]
    Parent loader name: [Frame ClassLoader]
    References:
       common:service:http;service:servlet_jsp
       service:ejb
       common:service:iiop;service:naming;service:p4;service:ts
       service:jmsconnector
       library:jsse
       library:servlet
       common:library:IAIKSecurity;library:activation;library:mail;library:tcsecssl
       library:ejb20
       library:j2eeca
       library:jms
       library:opensql
       common:library:com.sap.security.api.sda;library:com.sap.security.core.sda;library:security.class;library:webservices_lib;service:adminadapter;service:basicadmin;service:com.sap.security.core.ume.service;service:configuration;service:connector;service:dbpool;service:deploy;service:jmx;service:jmx_notification;service:keystore;service:security;service:userstore
       interface:resourcecontext_api
       interface:webservices
       interface:cross
       interface:ejbserialization
    Resources:
       C:\usr\sap\J2E\JC00\j2ee\cluster\server0\apps\ibm.com\testear\servlet_jsp\LocalDevelopmentservletxxx.com\work
       C:\usr\sap\J2E\JC00\j2ee\cluster\server0\apps\ibm.com\testear\servlet_jsp\LocalDevelopmentservletxxx.com\root\WEB-INF\classes
       C:\usr\sap\J2E\JC00\j2ee\cluster\server0\apps\ibm.com\testear\src.zip
    Loading model: {parent,references,local}
    The error occurred while trying to load "com.xxx.test.sap.connector.Bapi_Flight_Getlist_Output".
    at com.sap.engine.frame.core.load.ReferencedLoader.loadClass(ReferencedLoader.java:401)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
    at java.lang.Class.getDeclaredConstructors0(Native Method)
    at java.lang.Class.privateGetDeclaredConstructors(Class.java:1618)
    at java.lang.Class.getConstructor0(Class.java:1930)
    at java.lang.Class.newInstance0(Class.java:278)
    at java.lang.Class.newInstance(Class.java:261)
    at com.sap.engine.services.servlets_jsp.server.runtime.context.WebComponents.getServlet(WebComponents.java:319)
    ... 14 more
    I think it has something to do with the used DCs... but I don't know why the classes are not found after deployment. I also tried
    to package the relevant jar-files from the used DCs into the EAR-File - but the I faced problems with the JCo
    Thank you for any help.
    Osman

    Hi,
    One thing that can be helpful is to add the references of the JAR files that you are adding as Used DC in the EAR.
    This can be done by adding Library type References in the application-j2ee-engine.xml Deployment descriptor in the EAR project.
    Following link will be helpful: http://help.sap.com/saphelp_nw70/helpdata/EN/83/82814282cfc153e10000000a1550b0/content.htm
    Regards,
    Alka.

  • URGENT SUGGESTIONS- j2ee WEB FRAMEWORK

    Hi All,
    As a part of our part time project me and my friends are exploring on development of a j2ee web framework. For this we are exploring the behaviours of some famous frameworks such as STRUTS.
    We are looking at the normal Controller model, The automatic httprequest to Java bean bindings and other such features.
    We would like to hear more suggestions as to what
    1. What all should be the salient features of a j2ee Web Framework.
    2. Any feature that isnt present in the existing web frameworks but wud be a real value add if present.
    Any other general suggestion about design of such frameworks etc are also welcome.
    It would be great if all you guys give us your genuis feedbacks..
    Thanks
    Karthik

    Sorry, I used up all my genuis feedback advice for the week. However, here are some ideas.
    Struts framework is/was very popular but is rapidly being replaced by the Spring framework.
    I dont believe you can just read some on-line articles on these frameworks because there is a lot of information to learn.
    I suggest you buy a book on either framework and go through it cover to cover. Similiarly I suggest you read a JSP book first (you can look through them at the bookstore, then buy them on amazon.com cheaper).
    I few quick suggestions about building your own framework before messing with a framework:
    Ideally, you should have a separation of concerns between the layers (Model View Controller):
    View = this is the JSP pages. Those pages should read all the information necessary to populate itself from objects placed in request scope. They should not contain business logic (such as instansiating java objects) or database logic (such as sql statements to fetch data from the database).
    Control= this usually is a single servlet responsible for taking in all url browser requests (say, a JSP button update click), verifying the user is logged in, then calling up business logic to obtain data to populate the JSP page. It puts the data provided by the business logic in request scope for the JSP page to read, then dispatches to the correct JSP page. The control does not genereate html tags to put on the JSP page. The user should never directly call up a JSP page. All requests should go through the servlet to ensure you have a single class that verifies the user's login (security).
    Model: The model consists of business logic and database logic. Often, these are separated into thier own layers as follows:
    1) business logic: The control calls the business logic and passes all the data from the JSP page to it. It then determines what data to pass back to the control so it can pass it back to the JSP page. The business logic does not deal with the request scope (request is a presentation object), it does not call sql statements to talk to the database. Instead it calls database logic to actually get the data.
    2) database logic: fetches data from the database for the business logic to use. It has sql. It has no business logic or presentation logic.
    Lastly, I normally create a form object to hold all the data I read from the JSP page. Example: You have a JSP page called MyJspPage..jsp:
    class MyJspPageForm{
    public MyJspPageForm(HttpRequest request){
    //get all data from the request scope that the JSP page put there
    //have a bunch of get/set functions for the business logic to access the data.
    I suggest creating a project based on the above ideas before you mess with a framework such as struts or spring. a lot of work has gone into creating those frameworks and they abstract away a lot of the low level code that I discussed above.

  • Create Air Project from Existing Flex web project

    LaunchPad rocks!  Love the whole concept of using Air apps to supplement the Eclipse-based IDE.
    Often I have a need for two versions of the same app in Flash Builder: One web project and one desktop project.  It would be great if you can point to an existing Flex web project, and use LaunchPad to create the new air version.
    Anyway, PLEASE keep expanding your vision!  One day I would love to see a 100% Air app for building Air apps and scrap Eclipse! OK, maybe a little out of scope.
    Nice work!
    Don Kerr
    UGM, Space City AUG

    Turn the body of your application into a component and embed an instance of that component in both a Flex and an AIR application.
    1. Create a new Library project
    2. Set the Library path (e.g. external library references) for the new library project so the match the original project
    3. Copy the /src/ from the original project to the new library project
    4. Copy the original project's main mxml file to the library src/. Name it as a component (e.g. MyProjectBody)
    5. modify the copied mxml file by replacing the <Application>  with <Canvas> elements and removing application-specific stuff
    6. compile the new library
    7. add the new library to the original project's Library Path
    8. Modify the original project's main mxml file by _removing_ everything inside the <Application> tags and removing the attributes that set event handlers, etc.
    9. Add an instance of the new library's component MyProjectBody (see step 4)
    10. Create a new AIR project
    11. add the new library to the original project's Library Path
    12. Add an instance of the new library's component MyProjectBody (see step 4) to the <WindowedApplication> tag
    You can do fun things like create a standard I/O interface and have web and desktop-specific implementations so your main code does not know if it is running in a browser or not.
    Desktop drag-and-drop will fire normal DragEvent, etc., but with different payloads. You can have code in the library that handles both kinds of dropping.\
    Cheers

Maybe you are looking for

  • Importing captivate project to premiere

    We would like to create a captivate screen demo project whose output can be inserted into premiere, in order to blend a video into the bottom corner of it. Is there a good way of importing the file? I see from an older forum post that this is a probl

  • Sony Z1 Print to video HDV problems

    I researched several post on this topic and still can't get this to work. Here's my situation. I have imported and edited my HDV footage in the HDV easy set up in FCP 5. I now want to record this HDV sequence (in HDV format) back to a Sony Master tap

  • Pdf prints last page mirrored and upsidedown

    Last year, my old tower Mac (OSX10.7.X)  suddenly began printing out the last page (only) of any PDF with an odd number of pages inverted in both vertical and horizontal axes (i.e. upside down mirror-writing), when doing double-sided printing on our

  • How to keep visited links from changing color?

    FIRST, I want to say that it took me 10 minutes to find (accidentally) how to start a new thread.  In my profile?  Could it be any more obscure? </rant> Yeah, I go to change page properties and make links and visited links the same color.  It still c

  • Any help on this? UI Designer not allowing edit.

    I created a new solution in 3.5... Added a Webservice.. then Created a new Workcenter.. However when trying to edit that view in the UI Designer i get Exception Message: Display/Edit operation failed to execute. InnerException Message:Metadata-Backen