Graphical rdf

how i can see my oracle rdf in a graphical form
i try to use cytoscape and the NDM plugin but it don't work, it tell me that not exist a network,
what can i do to see my rdf network??, or my rdf model???
thanks

Hi,
You would first have to manually create the NODE$ and LINK$ views and insert metadata to see a directed logical network from an RDF model. The code for that is below. Once that is done you should be to use cytoscape to view the network.
In the example below, the name of the RDF model is 'nature'.
-- Example SQL for Creating NODE$ and LINK$ views, inserting metadata, and
-- validating network
CREATE VIEW nature_node$ AS
SELECT DISTINCT(a.start_node_id) node_id, b.value_name.getURL() node_name, a.active
FROM mdsys.rdfm_nature a, mdsys.rdf_value$ b
WHERE a.start_node_id=b.value_id
UNION
SELECT DISTINCT(c.canon_end_node_id) node_id, d.value_name.getURL() node_name, c.active
FROM mdsys.rdfm_nature c, mdsys.rdf_value$ d
WHERE c.canon_end_node_id=d.value_id ;
CREATE VIEW nature_link$ AS
SELECT a.link_id, b.value_name.getURL() link_name, a.start_node_id, a.canon_end_node_id end_node_id, a.active
FROM mdsys.rdfm_nature a, mdsys.rdf_value$ b
WHERE a.p_value_id=b.value_id ;
INSERT INTO user_sdo_network_metadata(network, network_category, node_table_name, link_table_name, link_direction)
VALUES( 'NATURE', 'LOGICAL','NATURE_NODE$', 'NATURE_LINK$', 'DIRECTED');
COMMIT;
SELECT sdo_net.validate_network('NATURE') FROM DUAL;

Similar Messages

  • Questions on Report Builder and Graphics Builder

    Hi there:
    I'm currently using Report/Graphics builder V 6.0.8.11.3 NT version to create RDF and OGD files.
    I was wondering with the following confusions:
    1) Is the RDF/OGD file that I create under NT plat form portable to Sun Unix?? (ie. would Report Server for Sun understand this NT RDF/OGD file?)
    2) Is/will there a Sun solaris version of Report/Graphic Builder?? And would RDF/OGD file be compatible for both NT and Sun plat form??
    Thank you very much.
    Mark

    The answer to both your questions is yes. the rdf and ogd are portable to the solaris version of reports and graphics which you can download from http://technet.oracle.com/products/reports/ on the software tab.

  • Since updating to the latest version of Firefox (12) I can no longer save jpegs or other graphic files. I can save them with other browsers.

    Firefox does not seem to recognize the graphic asset (the Save As File Type) pull-down bar stays blank. When I select the "All Files" type in the pull-down bar but that doesn't help. I've tried adding the .jpeg to the file name as suggested by another user, but this doesn't help.
    No problems like this when I switch to Explorer.
    Is this a known bug?

    Try to delete the mimeTypes.rdf file in the Firefox Profile Folder to reset all file actions.
    * http://kb.mozillazine.org/mimeTypes.rdf
    * http://kb.mozillazine.org/File_types_and_download_actions#Resetting_download_actions
    You can use this button to go to the Firefox profile folder:
    *Help > Troubleshooting Information > Profile Directory: Open Containing Folder

  • Report rdf with size 8mb taking more time to open

    Hello All,
    I have a rdf ( reports 6i) report with size 8.5mb taking more time to open and more time to access each field.
    Please let me know how do i solve this issue.
    Please do the needful.
    Thanks.

    Thanks for immediate response.
    pls let me know how do i know this.
    Right now i have the below details from report->help
    Report Builder 6.0.8.11.3
    ORACLE Server Release 8.0.6.0.0
    Oracle Procedure Builder 6.0.8.11.0
    Oracle ORACLE PL/SQL V8.0.6.0.0 - Production
    Oracle CORE Version 4.0.6.0.0 - Production
    Oracle Tools Integration Services 6.0.8.10.2
    Oracle Tools Common Area 6.0.5.32.1
    Oracle Toolkit 2 for Windows 32-bit platforms 6.0.5.35.0
    Resource Object Store 6.0.5.0.1
    Oracle Help 6.0.5.35.0
    Oracle Sqlmgr 6.0.8.11.3
    Oracle Query Builder 6.0.7.0.0 - Production
    PL/SQL Editor (c) WinMain Software (www.winmain.com), v1.0 (Production)
    Oracle ZRC 6.0.8.11.3
    Oracle Express 6.0.8.3.5
    Oracle XML Parser     1.0.2.1.0     Production
    Oracle Virtual Graphics System 6.0.5.35.0
    Oracle Image 6.0.5.34.0
    Oracle Multimedia Widget 6.0.5.34.0
    Oracle Tools GUI Utilities 6.0.5.35.0
    Thanks
    Edited by: Abdul Khan on Jan 26, 2010 11:54 PM

  • Report Builder RDF, XML, REP and Version Control

    I'm looking to convert our existing RDF reports to XML format to better support version control and have a few questions.
    - Are there any issues with converting these RDF files to XML and developing them going forward?
    - When it's time to deploy to the server we'll convert them to RDF or REP. Any issues?
    - This question was asked before, [Thread: Oracle Reports Builder - RDF vs XML|https://forums.oracle.com/forums/thread.jspa?threadID=721959], but that was over 3 years ago. Have the issues been resolved?
    - Is anyone currently following the workflow I've outlined with success?
    Couple of links of interest regarding this topic.
    [Tuning Oracle Reports - 20.5.1 Paper Layout|http://download.oracle.com/docs/html/B14048_02/pbr_tune.htm#i1007252]
    [Running Report Requests - 13.3 Deploying Your Reports|http://download.oracle.com/docs/html/B14048_02/pbr_run.htm#i1008764]
    My Oracle Report Builder Version Info (Help -> About)
    Report Builder 10.1.2.0.2
    ORACLE Server Release 10.1.0.4.2
    Oracle Procedure Builder 10.1.2.0.2
    Oracle ORACLE PL/SQL V10.1.0.4.2 - Production
    Oracle CORE     10.1.0.4.0     Production
    Oracle Tools Integration Services 10.1.2.0.2
    Oracle Tools Common Area 10.1.2.0.2
    Oracle Toolkit 2 for Windows 32-bit platforms 10.1.2.0.2
    Resource Object Store 10.1.2.0.2
    Oracle Help 10.1.2.0.2
    Oracle Sqlmgr 10.1.2.0.2
    Oracle Query Builder 10.1.2.0.2 - Production
    PL/SQL Editor (c) WinMain Software (www.winmain.com), v1.0 (Production)
    Oracle ZRC 10.1.2.0.2
    Oracle XML Developers Kit 10.1.0.4.2 - Production
    Oracle Virtual Graphics System 10.1.2.0.2
    Oracle Image 10.1.2.0.2
    Oracle Multimedia Widget 10.1.2.0.2
    Oracle Tools GUI Utilities 10.1.2.0.2
    Edited by: 896352 on Nov 9, 2011 2:35 PM

    Hi Michael,
    Per my understanding that you want to find a solution for version control when you design the report using the Report Builder 3.0, right?
    As you know that Report Builder is a tool which can only work on one single file instead of a project , so the current version of Report Builder doesn't have these capabilities. You can submit a feature request about it on the  Microsoft UserVoice site
    here: 
    http://visualstudio.uservoice.com/forums/121579-visual-studio/category/53187-sql-bi-tools-srs-ssis-ssas-
    Generally, visual Studio Team System and Visual Source Safe integrate with the Visual Studio/BIDS shell and third-party source control solutions like SVN managed from the file system play well with version control. So I would suggest you to consider use
    them instead.
    In conclusion, one possible workaround for you is that you can save all .rdl files in third part tool’s(TFS) workspace folder for version control purpose (check in, check out with the Windows Shell Extension), and you can use Report Builder to edit these
    report files. Then use Report Builder to deploy the .rdl file to Report Server.
    More details information about the version control for your reference:
    https://sqlserverbiblog.wordpress.com/tag/ssrs-version-control/ 
    Similar thread for your reference:
    https://social.msdn.microsoft.com/Forums/en-US/939b3a90-067d-4593-b456-76533c9d60ce/sync-ssrs-visual-studio-project-with-ssrs-server-alm?forum=sqlreportingservices
    https://social.msdn.microsoft.com/Forums/sqlserver/en-US/1ad0db30-7fd8-4007-9731-ec8f2f44605f/report-format-rdl-version-control?forum=sqlreportingservices
    If you still have any question, please feel free to ask.
    Regards
    Vicky Liu

  • Calling 6i reports containg oracle graphics in ias 10.1.2.0.2

    Hi,
    i'm having troubles calling a report containing an oracle graphics chart.
    i'm using ias 10.1.2.0.2 and the corresponding forms tools. and the ias 1.0.2.2.2a isuite server.
    Compiling and running the forms is not a problem and neither is caling ordinary reports. i.e reports not containing any oracle graphics. So i'm confident that my server setup is correct.
    When i'm calling reports containing oracle graphics charts the reports simply hangs.
    Consulting the ias server reports queue i can see that status is 'running the report, now executing pre-form trigger' and that's it. status never changes and the report never finishes.
    In my ias 101202 home i've set the following environment variables:
    ORACLE_GRAPHICS6I_HOME -> E:\oracle\806 which is where my oracle graphics is installed
    GRAPHICS60_PATH -> e:\mastra\rep which is where i store my reports and oracle graphics charts
    I keep both the .rdf file and the compiled .rep in the e:\mastra\rep directory.
    Strange thing is that if i don't include the full path to the oracle graphics component in the report it's not able to find it at runtime. I can see in the reports status screen it complains about not being able to fond the chart.
    what parameter should i set so i don't have to hard code the path to the graphics chart?
    If i include the full path to the chart it probably finds it because it doesn't complain but now it hangs telling me that it's running the preform trigger. and then nothing happens.
    please help me cause im stuck here.
    thanks for any input.
    br
    kim gabrielsen

    Hi Frank,
    Our reports are all called from Forms...using RUN_REPORT_OBJECT in the 10g environment. We have hundreds of reports (6i based) that all work fine when run on the 10g app server. The only ones that fail to complete are those that have Graphics embedded. Yet they work just fine when run Client/Server under 6i. On the 10g app server they just run forever/get hung.
    If I launch Graphic 6i Builder on the 10g App Server box, I can connect to the database without any problems. And Graphics 6i do run just fine from my 10g forms (converted from 6i Forms) on the App Server. NOTE: My Graphics 6i uses the same tnsmanes.ora and sqlnet.ora that my App Server uses (via a TNS_ADMIN setting in the Windows registry)
    Is there something extra special I need to do in the report itself?
    Thanks,
    John

  • Calling 6i reports containg oracle graphics in ias 10.1.2.0.2 from forms

    Hi,
    i'm having troubles calling a report containing an oracle graphics chart.
    i'm using ias 10.1.2.0.2 and the corresponding forms tools. and the ias 1.0.2.2.2a isuite server.
    Compiling and running the forms is not a problem and neither is caling ordinary reports. i.e reports not containing any oracle graphics. So i'm confident that my server setup is correct.
    When i'm calling reports containing oracle graphics charts the reports simply hangs.
    Consulting the ias server reports queue i can see that status is 'running the report, now executing pre-form trigger' and that's it. status never changes and the report never finishes.
    In my ias 101202 home i've set the following environment variables:
    ORACLE_GRAPHICS6I_HOME -> E:\oracle\806 which is where my oracle graphics is installed
    GRAPHICS60_PATH -> e:\mastra\rep which is where i store my reports and oracle graphics charts
    I keep both the .rdf file and the compiled .rep in the e:\mastra\rep directory.
    Strange thing is that if i don't include the full path to the oracle graphics component in the report it's not able to find it at runtime. I can see in the reports status screeen it complains about not being able to fond the chart.
    what parameter should i set so i don't have to hard code the path to the graphics chart?
    If i include the full path to the chart it probably finds it because it doesn't complain but now it hangs telling me that it's running the preform trigger. and then nothing happens.
    please help me cause im stuck here.
    thanks for any input.
    br
    kim gabrielsen

    Hi Frank,
    Our reports are all called from Forms...using RUN_REPORT_OBJECT in the 10g environment. We have hundreds of reports (6i based) that all work fine when run on the 10g app server. The only ones that fail to complete are those that have Graphics embedded. Yet they work just fine when run Client/Server under 6i. On the 10g app server they just run forever/get hung.
    If I launch Graphic 6i Builder on the 10g App Server box, I can connect to the database without any problems. And Graphics 6i do run just fine from my 10g forms (converted from 6i Forms) on the App Server. NOTE: My Graphics 6i uses the same tnsmanes.ora and sqlnet.ora that my App Server uses (via a TNS_ADMIN setting in the Windows registry)
    Is there something extra special I need to do in the report itself?
    Thanks,
    John

  • How can I run graphic object on report. ( I got REP-1246 Chart not found)

    Hi All,
    I made a report that consists a chart object. When I run it on report builder, it works well. But When I call the report from client side, I got "Rep-1246 Char Document not found" . I tried to solve it , I couldn't solve the problem . If I delete chart object from report , then report works well on client side. I didn't use graphics builder to create graphs I used only report builder to do it. I read the threads about it , but I couldn't find the solution. All solutions are about path of graphic file. I don't understand it. Because I only have *.rdf *.rep file. There is no any graph file in my system. I can create it in graphic builder but I don't know how can I deploy the graph object into report layout and run ?
    I need urgent help ..
    Thanks in advice
    Suleyman

    Hi again , I used developer 2000. In order to show graphic object on report firstly
    I created my graphic object on oracle graph builder.After that I save it like mygraph.OGD . Then I added graphic object on report builder by using graphic object on report builder. When you click the graphic object you will see CHART FILENAME part in part of CHART. In this field , you should add graphic file path that you created on graphic builder. I added mygraph.OGD into this filename part. I worked well.
    Good LUck !

  • 9i Reports Graphic using JSP not showing in Portal

    Using Portal Rel 2, 9iAS Report Server Rel 2, Oracle 9i database and 9iDS Report Builder, SUN servers and Windows2000 (for Builder).
    I've created 2 reports very simple, using scott.emp table, one tabular (deptno,ename, salary) and one line graph (ename,salary) both created as .RDF (paper layout) and .JSP (web layout).
    The tabular reports both work fine on portal (after setting Oracle Reports Security as Servelet and as JSP).
    The graphics only work as Servlets , as .JSP it shows the little box with the red x.
    If I run the reports outside of portal, all 4 work fine.
    Any idea what might be the problem?
    Thanks in advance for all your help on this.
    Max.

    Hi Zsolt:
    Thanks for your response. May I ask you further questions regarding your solution:
    1) content SCORM compliant?? (yes/no)
    Yes, it is SCORM compliant
    2) check in / publish the content in the Authoring Environment
    I am not sure if my colleague has check-in/publish it in AE. I'll check on this one.
    3) go to the LSO back-end and create a WBT
    Do you mean creating a Course Type with Delivery Method "WBT"? if yes, I've done so. If no, then how do I do it?
    4) enclose the cheked in / published content
    Do you mean creating IT5006 - Course Type Content to link the content to the course type? if yes, I've done so. If no, then how do I do it?
    5) try to find on the portal again
    I'll ask my colleague about Step 2 and then I'll re-try again..
    Thanks,
    Sean

  • Spotlight searching RDF metadata inside SVG format

    I have been using Inkscape in place of Freehand (yea I still use Freehand) and am inspired by the idea of open source, they use the SVG (Scalable Vector Graphic) format of which metadata can be stored within. However Spotlight cannot search the embedded RDF data within SVG and I would like to know if that is the end of the story??

    As long as you have a single line comment, the grep/sed (or Perl) regular expression combination will find the Comment: key/value pair, and isolate just the comment text. It will not matter where in the metadata that the comment occurs.
    I could have sworn late last night that the grep/sed solution was returning a left-justified comment string. This morning it is not stripping the whitespace before the comment text. The following refinement returns only the comment value without preceding whitespace.
    cat test2.md | egrep 'Comment:[ \t]*(.*?)' | sed -e 's/Comment:[ \t]*//'
    In AppleScript, you can assign your do shell script result (comment) directly to the clipboard without needing pbcopy. The following is a simple test that demonstrates this ability. In AppleScript, you will need to escape the tab (\t) character with an additional backslash.
    set extRe to "echo 'Comment:   This is a comment.' | egrep '^Comment:[ \\t]*(.*?)' | sed -e 's/Comment:[ \\t]*//'"
    set the clipboard to (do shell script extRe)
    set somevar to (the clipboard)
    display dialog somevar as text -- could have replaced somevar with (the clipboard)

  • Graphic Card Upgrade for HP-Pavilion dv6t-7000

    Hello. I have the HP Pavlilion dv6t-7000 with the NVIDIA GT650M 1GB grpahics card. Now because of my work, i need to extends my graphic card memory. So I want to ask if my laptop is possible to upgrade to GT650M 2GB card.
    My product number is A5F74AV. And my wannary is end on 8/24/2013.
    And this laptop is a gift of my aunt from USA, and I'm living in Viet Nam now. So if yes, can HP Vietnam do the upgrade for me? My aunt's family is very busy so I can't resend my laptop and ask them to return to you.
    Thank you very much!

    Hi:
    The only way to upgrade the video card in your notebook is to replace the entire motherboard which would cost as much as buying a new notebook with better graphics.
    If you had HP do the upgrade, it would probably cost more than buying 2 notebooks with better graphics than yours.

  • HT1349 mini graphics to vga adapter for macbook how to install in windows 7.

    mini graphics to vga adapter for macbook how to install in windows 7.
    i have macbook with windows 7 operating system.

    Can you be more specific?
    What are you trying to do?

  • Xml Publisher Report Without RDF

    Hi experts,
    I need to customize the seeded XML publisher report.Till now i developed XML publisher reports by developing rdf only. But here i didn't see any rdf for it..
    without rdf how we can create the xml publisher report. I need to insert a field in this report where i need to insert this field.
    where i found the SQL query for this report.Please help me
    Thanks
    Ashok

    Thank u,
    Here I need to customize the Sales Order XSL Template which is a seeded template in Order Management.
    and it will execute when user select the actions button-> print and prview .so there is no concurrent program for this.they did the setups for this.
    I didn't find any datetemplate for this in data defination window.here I need to change this one as
    1.     Update the Report Header to read “Dispatch Note” instead of “ORDERING DOCUMENT”.
    2.     Inclusion of logo for each police authority (Open Issue).
    3.     Modification to include *“United Kingdom” instead of U.S.* in the free text portion of the PRODUCT section. “United Kingdom” value will be derived from the country specified for the selected organization and not hardcoded.
    4.     Footer to include shipment date instead of Sales Order Creation date and the document should be available to print only after Ship Confirm.
    5.     Updating the Layout template in the Transaction Type setup, so that it points to the modified layout template.
    6.     The modified Dispatch Note document will be included in the Ship Confirm document set and this document set will be included in the respective Ship Confirm rules. This Ship Confirm Rule will be attached in the Shipping parameters tabs for both the organisations. This step would enable the Dispatch Note to be printed automatically after successful completion Ship Confirm process.
    I have *.XSD file and .XSL file * .. I don't find any data template in datadefination window to see the SQL query.
    I thought now i have to change the *.XSD AND .XSL FILES* is it right? Is there any other solution for this ..
    Thanks
    Ashok
    Edited by: 886640 on Oct 11, 2011 6:41 AM
    Edited by: 886640 on Oct 11, 2011 10:00 PM
    Edited by: 886640 on Oct 11, 2011 11:07 PM

  • X230T graphics performanc​e under Windows 8

    My Thinkpad originally came with Windows 7 Pro, but I have changed to Windows 8 in order to resolve problems with VSS.  OOB, both Windows 7 and Windows 8 gave me a "Desktop graphics performance" rating of 5.7.  Under Windows 7, upgrading to the latest Lenovo driver improved this to 6.1, leaving my HDD (at 5.9) as the limiting factor in performance.  Under Windows 8, however, replacing the Windows driver with the latest Lenovo driver has reduced "Desktop graphics performance" to 5.6!  What gives?
    P.S. I just discovered a Power Options advanced power setting "Intel Graphics Power Plan", which was set to "Maximum Battery Life" for both battery and plugged in.  I changed it to "Maximum Performance" when plugged in, but the Windows experience Index (WEI) for "Desktop graphics performance" remains a mer 5.8.
    X320T running Windows 8 Pro x64

    rsbrux wrote:
    My Thinkpad originally came with Windows 7 Pro, but I have changed to Windows 8 in order to resolve problems with VSS.  OOB, both Windows 7 and Windows 8 gave me a "Desktop graphics performance" rating of 5.7.  Under Windows 7, upgrading to the latest Lenovo driver improved this to 6.1, leaving my HDD (at 5.9) as the limiting factor in performance.  Under Windows 8, however, replacing the Windows driver with the latest Lenovo driver has reduced "Desktop graphics performance" to 5.6!  What gives?
    P.S. I just discovered a Power Options advanced power setting "Intel Graphics Power Plan", which was set to "Maximum Battery Life" for both battery and plugged in.  I changed it to "Maximum Performance" when plugged in, but the Windows experience Index (WEI) for "Desktop graphics performance" remains a mer 5.8.
    After you changed the setting to "Maximum Performance" , did you run the WEI test again?

  • Is it possible to upgrade/add a graphics card to a Pavilion dv7-7000 laptop?

    I've been doing a lot of research lately, to mostly no avail, about whether or not my HP Pavilion dv7-7025dx laptop can have a dedicated GPU added to it, as currently it only has the integrated Intel HD 4000 Mobile graphics card.
    Mostly I've come across the unfortunate agreement that most laptops cannot have their graphics cards upgraded/swapped out, since the graphics card is soldered on to the motherboard. However, after talking to an HP "support representative", they said they believed it was possible to add a graphics card, as long as it is compatible with the HM77 45W UMA Motherboard my computer has.
    Furthermore, after finding the maitenence and service manual online for my computer ( http://h10032.www1.hp.com/ctg/Manual/c03221579.pdf ) it says that it could have come with switchable graphics, specifically the Nvidia Geforce 630M or 650M. 
    So I am wondering, is it really at all possible to add a dedicated graphics card, either by having switchable graphics or something else? Or am I stuck with the integrated Intel HD graphics? 
    If I can upgrade/add a new card, where would I be able to find/buy a compatible one, and would I be able to install it myself or would I need to go to a local computer repair?
    My laptop is the HP Pavilion dv7-7025dx Entertainment Notebook.
    It has an Intel Core i7- 3610QM CPU @ 2.30 GHz, 8GB memory, 750GB hard drive (5400 rpm).
    I am currently running Windows 7 Home Premium SP1 (64-bit).
    Any other specifications can be found here:
     http://h10025.www1.hp.com/ewfrf/wc/product?cc=us&dlc=en&lang=en&lc=en&product=5263030
    This question was solved.
    View Solution.

    YoureInMySpot wrote:
    I've been doing a lot of research lately, to mostly no avail, about whether or not my HP Pavilion dv7-7025dx laptop can have a dedicated GPU added to it, as currently it only has the integrated Intel HD 4000 Mobile graphics card.
    Mostly I've come across the unfortunate agreement that most laptops cannot have their graphics cards upgraded/swapped out, since the graphics card is soldered on to the motherboard. However, after talking to an HP "support representative", they said they believed it was possible to add a graphics card, as long as it is compatible with the HM77 45W UMA Motherboard my computer has.
    Furthermore, after finding the maitenence and service manual online for my computer ( http://h10032.www1.hp.com/ctg/Manual/c03221579.pdf ) it says that it could have come with switchable graphics, specifically the Nvidia Geforce 630M or 650M. 
    So I am wondering, is it really at all possible to add a dedicated graphics card, either by having switchable graphics or something else? Or am I stuck with the integrated Intel HD graphics? 
    If I can upgrade/add a new card, where would I be able to find/buy a compatible one, and would I be able to install it myself or would I need to go to a local computer repair?
    My laptop is the HP Pavilion dv7-7025dx Entertainment Notebook.
    It has an Intel Core i7- 3610QM CPU @ 2.30 GHz, 8GB memory, 750GB hard drive (5400 rpm).
    I am currently running Windows 7 Home Premium SP1 (64-bit).
    Any other specifications can be found here:
     http://h10025.www1.hp.com/ewfrf/wc/product?cc=us&dlc=en&lang=en&lc=en&product=5263030
    Hi,
    You can't add a dedicated graphics card to the system like this. The vga is soldered to the board so no way you can just plug it in like on a desktop. However, you can buy a new motherboard with the dedicated graphics card on it. It also requires a new heat sink. 
    Manual: http://h10032.www1.hp.com/ctg/Manual/c03221579.pdf
    You need a 682040-001 board plus 682061-001 heat sink to have a dedicated graphics card on your laptop. Have a look on ebay for the part numbers. 
    Dv6-7000 /Full HD/Core i5-3360M/GF 650M/Corsair 8GB/Intel 7260AC/Samsung Pro 256GB
    Testing - HP 15-p000
    HP Touchpad provided by HP
    Currently on Debian Wheeze
    *Please, help other users with the same issue by marking your solved topics as "Accept as Solution"*

Maybe you are looking for

  • Billing of Delivery only after Goods receipt is complete

    Hello Experts, I am stuck in one of the requirements and require assistance from all the experts out there.  We are currently dispatching products to our branch offices using Purchase orders.  we create deliveries and then we goods issue this deliver

  • PO No range when we ink two SRM system with One ECC system

    Hello Experts, We have a client requirement to link Two SRM Systems with One ECC system. In this case what number range we need to maintain in both SRM systems for PO. -The number range of ECC PO should get update whenver the PO is transferred from a

  • How to: Hide (delete) Camera 1 and Camera 2 data in 'file info' for jpeg for email

    I want to send an email with an attached jpeg. When sending/opening the jpeg in File Info, it shows the make and model of the camera I am using. I do NOT want to include that information. Have tried different things. Photoshop CS3 (also tried with CS

  • Tidying up Layout

    Hi all, I'm trying to tidy up the text layout of the pages I'm designing, the basic layout looks like this: http://www.neogen-media.co.uk/neogengroup/index.html, I'm trying to reduce the spacing between the first heading (spelt wrongly) and the heade

  • Query Regarding TAW12_04

    Hi, I am taking ABAP Certification in this SAP Teched, kindly let me know the cut-off marks(i mean minimum marks) to be certified, and one more query is that is the marks cut-off for every areas(like mySAP Technologies, Dialog Program,Objects,....) o