Problem in integrating xMII with VC

hi Experts,
My xMII server Version is <b>11.5</b>
I followed this document:
<b>https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/40b92770-db81-2a10-8e91-f747188d8033</b> for integrating xMII with VC.
Connection URL: http://<myXMIIServerName>/Lighthammer/ALL_TEMPLATES?version=<b>11.5</b>&trace=true
Driver Class Name: <b>com.sap.xmii.custom.integration.jdbc.SAPxMIIJDBCDriver</b>
System Alias: <b>XMII_JDBC</b>
Connection test is <b>successful</b>, after configured System.
I am getting error while <b>FindData Seach</b> in VC,
Inputs given are,
System: XMII_JDBC (this is my system)
Look for: Look for a table
the error is, <b>Error-2305 Cannot retrive catalogs and schemas; check the connection to the selected systems Cannot access JDBC metadata </b>
I think i made mistake in connectionURL, but connection test is successful.
Please guide me, where i made mistake.
Points will be Awarded.
Thanks & Regards,
Chinnadurai R

Hi Sam,
Thanks for your reply... I am also think that i made mistake in comnnection URL ,
I have created some querys under Samples/Reports,
I gave like this::
<b>http://<myXMIIServerName>/Lighthammer/Templates/Samples/Reports?version=11.5&trace=true</b> and  <b>http://<myXMIIServerName>/Lighthammer/Templates/Samples/Reports?</b>
and then like this
<b>http://<myXMIIServerName>/Lighthammer/Illuminator/Templates/Samples/Reports?version=11.5&trace=true</b>
I tried using all the URL  shown above, but it is not listing the Querys in VC .
Can u guide me how can i form that Connection URL ..
Thanks & Regards,
Chinnadurai R

Similar Messages

  • Problem while Integrating workflow with OID.

    Hi I have a problem with integrating workflow with OID.I must execute the wf_ldap.synch_all() but I couldn't find WF_LDAP package body in the database.There is only package specification.How I can restore the wf_ldap package.
    Thanks for help..

    The file WFLDAPB.pls should be used to recreate the package body for WF_LDAP (this file is in the wf/sql directory).

  • Problem of integrating apex4.1 with bi publisher

    i 'm working on
    linux + 11gR2 apex 4.1 bi 11.1.1.5.0(only installed bi publisher)
    both apex and bi on the same server and same database
    i 'm following this pdf :Integrating Oracle Application Express with BI Publisher
    http://www.oracle.com/technetwork/developer-tools/apex/integrating-apex-with-bi-publisher-169198.pdf
    now i got a problem when login apex using bip's username
    in validate_login function flex_ws_api.make_request always got null
    here is the function :
    create or replace function validate_login(
    p_username in varchar2,
    p_password in varchar2) return boolean
    is
    l_validate varchar2(48);
    l_env clob;
    l_xml xmltype;
    l_ns varchar2(4000) default null;
    l_url varchar2(4000);
    begin
    l_env := '<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:pub="http://xmlns.oracle.com/oxp/service/PublicReportService">
    <soapenv:Header/>
    <soapenv:Body>
    <pub:validateLogin soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
    <userID xsi:type="xsd:string">'||p_username||'</userID>
    <password xsi:type="xsd:string">'||p_password||'</password>
    </pub:validateLogin>
    </soapenv:Body>
    </soapenv:Envelope>';
    l_url := 'http://'||v('BIPUB_SERVER');
    if v('BIPUB_PORT') is not null then
    l_url := l_url||':'||v('BIPUB_PORT');
    end if;
    l_url := l_url||'/xmlpserver/services/PublicReportService';
    l_xml := flex_ws_api.make_request(
    p_url => l_url,
    p_envelope => l_env);
    l_validate := flex_ws_api.parse_xml(l_xml,'//validateLoginReturn/text()',v('NS'));
    if l_validate = 'true' then
    return true;
    else
    return false;
    end if;
    exception when others then
    return false;
    end validate_login;
    ...... what's wrong???
    thx !!!!!
    Edited by: 901181 on 2011-12-7 下午7:32

    In hopes that someone can give me some guidance, I've duplicated the issue on my apex.oracle.com workspace.
    Workspace: NBPERP
    Username: GUEST
    Password: 12summer3
    Application: 464. Report Demo
    Page 1 - a drop down list with submit will show that a query, when run, will return values.
    Shared Component/Report Layout: LAYOUT TESTER - a simple RTF with some unique text that mimics the table shown on page 1.
    Shared Component/Report Query: TEST REPORT - the same query that is being executed on Page 1. If I click into the query and set the bind variable to "Indy" (no quotes) and then Apply Changes, I can download an XML file with the correct data. If I think click "Test Report", I get a "no data found" (unexpected condition #1). If I click back into the query and set the bind variable, click "Test Report", again, I get a "no data found" message (unexpected condition #2).
    Any help/direction on this problem would be much appreciated.

  • Problem in starting Integration service with DAC 11g

    Hi friends,
    Im @ the step of registering integration service and the repository service in DAC 11g. I can start the Repository service well in DAC, but facing issue in starting integration service with DAC, while trying to test connection im getting a message like
    Failure connecting to BIA_IS!
    Im not sure the reason to this problem in DAC. I have also setted the necessary environment variables like INFA_HOME and INFA_DOMAINS_FILE referring the domains.infa file like
    INFA_DOMAINS_FILE = C:\Informatica\9.1.0\domains.infa
    Also checked with the dac_env file which has the below contents
    REM -----------------------------------------------------
    REM
    REM ENVIRONMENT VARIABLES THAT YOU MAY NEED TO SET FOR
    REM  PROPER INFORMATICA 8.x or 9.x HANDSHAKE.
    REM
    REM INFORMATICA_SERVER_LOCATION denotes installation of
    REM Informatica components. Example:
    REM C:\Informatica\PowerCenter9.1
    REM
    REM DOMAINS.INFA_FILE_LOCATION denotes the location
    REM (including name) of domains.infa file
    REM
    REM Please make sure to set correct values for variables
    REM mentioned above
    REM
    REM -----------------------------------------------------
    set INFORMATICA_SERVER_LOCATION="C:\Informatica\9.1.0"
    set DOMAINS_INFA_FILE_LOCATION=C:\Informatica\9.1.0\domains.infa
    set INFA_CMD_STYLE=8
    set PATH=C:\Informatica\9.1.0\server\bin;%PATH%
    set INFA_DOMAINS_FILE=%DOMAINS_INFA_FILE_LOCATION%
    What could be the problem and where to check with the logfile related to the integration service failure in DAC.
    Thanks in advance.
    Regards,
    Saro

    Hi guys,
    The issue is sorted out. The below are the two precautions to be considered.
    *) Make sure of INFA_HOME/Server/bin exist @ the end in the PATH variable.
    *) For each and every change in the PATH variable, it is better to restart the services(both infa and DAC) then and there for the changes to take effect.
    Regards,
    Saro

  • Facing problem in integrating my custom jsp with the workflow engine

    Hi,
    I am using Jdeveloper 11.1.1.6.0 for BPM 11g implementation on my Application.I have Weblogic Server 10.3 Installed and configured the domain. Also the server is up and running.
    I am trying to create workflow and wants to integrate it with my custom jsp but i am facing problem in integrating my custom jsp with the workflow engine.Can you please answer the following questions:
    1)how to link BPM human task with my custom jsp (Requester jsp).
    2)how my custom jsp data(Requester data) will be stored in workflow engine and how the same data will be visible to the next custom jsp(Reviewer jsp).
    This is urgent .Any early reply will be great help.
    Thanks in advance.
    Edited by: 990133 on Mar 24, 2013 5:31 AM

    you forgot to add the usage dependency in the DC metadata section in your DC, you have to add the XSS~utils and fpm as a used DC's as part of your DC, try to add those, if you already done that, so check where missed the adding of used webdynpro components in any of the VAC's or FC's,
    Cheer,
    Appa

  • Problem in Integration of BI Reports with NWBC

    Hi all,
    I am facing a problem when integrating Bi reorts with NWBC (Netweaver Bussiness client).I Created a role for that and when i add the BW reports in it,after saving it's displaying it as ABAP report and automatically changed the selected option to abap report.when i logged into NWBC the link for the reports are displayed but when i execute them it shows me blank screen.I added transaction to it and working fine.Problem is with Reports.In query designer i tried to save the query as a Role.it was displaying in the role screen(PFCG) bt not in NWBC.Please help me.
    1 more qns when I add report in role as a BW report it ask for query id what it is?i gave technical name here.
    Thanks in Advance.
    Vikas

    Hi Vikas,
    I'm facing the same problem, any tips?
    Regards,
    Ronen.

  • Capabillities of xMII with respect to TIBCO in integrating shop floor

    Can any  one tell capabilities of xMII  in comparision with TIBCO with respect to shop floor integration  and KPI generation . which is better.

    First off, Like Ryan I too am bias towards xMII. Secondly I don't know that much about TIBCO, but here are some questions you ask in order to compare xMII with TIBCO:
    1.) xMII is a very good data aggregate where you the customer determines what you need and how to use it. Does TIBCO have this functionality? Your applications come first in xMII, the functionality is not limited to just a set of canned KPIs, you can quickly and easily add new KPIs dependant on your needs.
    2.) Shop floor connectivity is critical, Does TIBCO have the connectivity that xMII offers?
    3.) xMII has great performance and is light weight. Unlike most 'Enterprise Level' application platforms, SAP xMII considers real-time to be in the order of seconds to minutes, not days or weeks. The largest overhead in an xMII installation (minus any other SAP systems) is NetWeaver.
    Try to figure out you scenario, find all the business requirements you need, then check out xMII's abilities vs TIBCO. I think you'll agree that xMII can handle what ever TIBCO offers and most likely even more.
    Martin.

  • Extraction Pack Problem in Integration of DataStage 7.5.1 with BI 7.0

    Hi,
    I am facing problem in loading data using DataStage Extraction Pack. I am using DataStage version 7.5.1A and BW pack 4.2.1. The Load Pack is working fine.
    In Extraction Pack properties, The InfoSpoke "xxxxxxxx" is appearing in the search, while trying to select the InfoSpoke the system is showing 'The InfoSpoke "xxxxxxxx" was not found'.
    Can you please help me in over coming the issue. Any input is much appreciated.
    Thanks in advance,
    Kindest Regards
    Surya.

    Hello,
    But the problem is that when I close the terminal all connection are lost and given error "The requested URL could not be retrieved" That's not very surprising, as APEX Listener is running in Standalone Mode in your current scenario. If you close the terminal session that the JVM is running in you kill the JVM and hence APEX Listener.
    You could use a tool like "nohup" to detach the process you start from your terminal session. But using the Standalone Mode for a (long running) production scenario is not recommended anyway, and...
    I want to configure listener with EBS .When I start instance automatic start apex listener... obviously not your actual aim.
    So, EBS shall be your target. Shoudn't be a huge problem, as EBS comes with an OC4J Container and OC4J is one of the Containers officially supported by APEX Listener. I'm not sure if your EBS already ships with the JDK version needed, but as soon as it runs at least 1.6.0_20 it should work.
    As I've already replied to your question in {thread:id=1118604} there is a working approach described in {message:id=10069317}.
    Did you try that one? If so and it didn't work out, could you please describe the problems you've encountered?
    Thanks,
    Udo

  • Problem in integration of listener with EBS

    When i run this *"java -Dapex.home=/apex -Dapex.images=<LOCATION_OF_Image>/image -Dapex.port=<port_no> -Dapex.erase -jar apex.war"*
    Its working fine and I get a apex login page .
    But the problem is that when I close the terminal all connection are lost and given error "The requested URL could not be retrieved"
    How can i integrate listener with EBS .
    I am using
    APEX 4.1
    Database 11.1.0.7
    Application 12.1.3
    I want to configure listener with EBS .When I start instance automatic start apex listener
    Edited by: king on Apr 17, 2012 2:59 AM

    Hello,
    But the problem is that when I close the terminal all connection are lost and given error "The requested URL could not be retrieved" That's not very surprising, as APEX Listener is running in Standalone Mode in your current scenario. If you close the terminal session that the JVM is running in you kill the JVM and hence APEX Listener.
    You could use a tool like "nohup" to detach the process you start from your terminal session. But using the Standalone Mode for a (long running) production scenario is not recommended anyway, and...
    I want to configure listener with EBS .When I start instance automatic start apex listener... obviously not your actual aim.
    So, EBS shall be your target. Shoudn't be a huge problem, as EBS comes with an OC4J Container and OC4J is one of the Containers officially supported by APEX Listener. I'm not sure if your EBS already ships with the JDK version needed, but as soon as it runs at least 1.6.0_20 it should work.
    As I've already replied to your question in {thread:id=1118604} there is a working approach described in {message:id=10069317}.
    Did you try that one? If so and it didn't work out, could you please describe the problems you've encountered?
    Thanks,
    Udo

  • Some problem about integrated ITS 640

    How to change Webgui theme in integrated ITS 640
    Dear all ,
    My system is ECC5,the Package level it SAPKGPRC05,SAPKB64015,SAPKA64015,SAPKH500010.
    now, I configure  integrated ITS with T-code SICF .
    I create a external aliases "/sap/bc/gui/sap/its/webgui" ,aAfter that I can connect to the
    ITS with the following URLs:
    http://<AppServer><domain>:<port>//sap/bc/gui/sap/its/webgui
    But now ,I have some problem cannot solve as follow:
    1 When I logon ITS, the default language is English ,only English and Genman may be
    selected,The requirement is that I want to use other language as the default logon language.
    When I on the pop-up dialog box "Change External Alias" tab " Service data" ,"Anymous Logon
    Data "select a Language "Chinese",the system pop-up a message box show "code page not
    supported".how can i configure the default logon language ?
    2 I hope use "https"-- Security Reqiurements ,as a security link ,so I selected "SSL",aAfter
    that I can connect to the ITS with the following URLs:
    https://<AppServer><domain>:<port>//sap/bc/gui/sap/its/webgui
    IE show cannot find the web system .
    And use the following urls:
    http://<AppServer><domain>:<port>//sap/bc/gui/sap/its/webgui
    only show the logon page and notice the error "Logon not possible; none of the active logon
    procedures is possible"
    and how can I configure the "https" ? and must configure with se38 "W3_PUBLISH_SERVICES"
    program together ,if like that ,i must republish all of the component again ?
    3 I hope change the webgui theme , in ITS620 have theme 00,90 ,99 .and we can select
    "EnjoySAP". but in integrated ITS 640 , i donot know where to find the its admin page to
    setup the theme . can you tell me how can i find the admin page to setup the theme .
    thanks all ,hope your reply !
    Message was edited by:
            Benson Lu

    Hi,
    Hope this Information is useful.
    The SAP Integrated ITS only supports the new "Tradeshow" design (unlike the "standalone" ITS which also supports the well-known EnjoySAP design). The new design is more easily incorporated into the Enterprise Portal and is better adapted to the design of other SAP Web UI technologies (BSP, WebDynpro).
    There are also changes to the header area in SAP integrated ITS in Tradeshow: The menu bar and standard toolbar functions are collected on either side of the transaction code field in the buttons "Menu" (on the left) and "System" (on the right). The application toolbar elements are then displayed to the right. Instead of symbols, the system displays the text description. If there is insufficient space to display all buttons, you can display the other elements by choosing the "More" button to the right of the screen.
    Exceptions:
    In Release 6.40 (NetWeaver 2004) , the new design is only available for the Internet Explorer. As of Release 7.00 (NetWeaver 2004s), it is also available for Firefox and Mozilla Browser. For this reason, the Enjoy design continues to be supported for Mozilla and Firefox in Release 6.40 (but only for these browsers, and even then only for this design, and not Tradeshow).
    Furthermore, in Release 6.40, there are some Internet Application Components (that is, Web applications that build on the ITS), which continue to be displayed with the "Enjoy" design. Of course, the "Enjoy" design continues to be supported for these applications.
    You can use SITSPMON Transaction  to monitor the integrated ITS.
    Thanks,
    Tanuj

  • Integrating Apache with Tomcat?

    Anyone have a guide to integrating Apache with Tomcat using mod_jk?
    I followed some guides online, but they all seem really dated with some obscure references. This seems like it should be on the top of the list....

    Hi Alan.
    I've discovered the exact same problem.... 0.0.0.0 instead of 127.0.0.1
    You've obviously not had any replys here, but di you end up working it out on your own?

  • Integrating OID with BPEL

    I would like to know if anyone has integrated oid with BPEL (standalone version)? Is there any documentation available for the same?

    The only files that I came across & made changes to are is_config, jazn.xml. It would be great if you could tell me if there any other files that needs to be configured? I copied the ldapclnt10.jar & ldap.jar into
    ...\BPEL\integration\orabpel\system\appserver\oc4j\j2ee\home\applib as sugegsted in another discussion forum. But that doesnt seem to solve the problem. Am getting NoClassDef found error now when I try to access the worklist.

  • Any kind of integration experience with Weblogic JMS and Oracle AQ?

    Hi,
    In my company I work with java developers who believe in some kind of "holly" database independence I don't understand and as a result my life as a database developer is hell on earth.. Yesterday we again started to discuss, this time where to log, they believe database is slow and prefer logging to filesystem, after some hours finally I could convince them for some operational and reporting needs to use the database and will do this in an asyncronous way whiich they won't get slow. After all I believe the reason for a database is data, this is the place where data lives, and with the correct desing and implementation logging to database would perform better.
    I love Oracle features, and know that we paid a lot for this software, so today I started investigating this promised solution. And quickly I found AQ and JMS topics in the documentation :)
    After this introduction here is my problem; my company use BEA Weblogic as application server and the java guys want AQ to automatically (but of course with some delay) take their JMS log requests into database tables. Does any one have similar application experience, or any kind of integration experience with Weblogic JMS and Oracle AQ?
    Any comments, references, documentation, sample code, url will be most welcomed :)
    Thank you very much!
    Tonguc
    [email protected]
    References I found upto now;
    Oracle® Streams Advanced Queuing Java API Reference 10g Release 2 (10.2) http://download-uk.oracle.com/docs/cd/B19306_01/server.102/b14291/toc.htm
    (Packages; javax.jms & oracle.jms)
    Oracle® Streams Advanced Queuing User's Guide and Reference 10g Release 2 (10.2) http://download-uk.oracle.com/docs/cd/B19306_01/server.102/b14257/toc.htm
    Part IV
    Using Oracle JMS and Oracle Streams AQPart V describes how to use Oracle JMS and Oracle Streams Advanced Queuing (AQ).
    Chapter 11, "Introducing Oracle JMS"
    Chapter 12, "Oracle JMS Basic Operations"
    Chapter 13, "Oracle JMS Point-to-Point"
    Chapter 14, "Oracle JMS Publish/Subscribe"
    Chapter 15, "Oracle JMS Shared Interfaces"
    Chapter 16, "Oracle JMS Types Examples"
    A Sample Code from Otn
    http://www.oracle.com/technology/sample_code/tech/java/web_services/jmsws/NewsQueueEJB.java.html

    I wouldn't go as far to say Oracle AQ is out-dated today. However, it is indeed a proprietary technology that did not found much main-stream adoption in the earlier years after its introduction. The advent of JMS made it somewhat more useful (or should I say intriguing, because more people are trying to tie it together with other J2EE technologies), but the Oracle's JMS wrapper classes in aqapi.jar were not feature complete for a long while, so using it outside Oracle's application server was painful, if not impossible. I do agree that the info at the dev2dev's JMS newsgroup or in this forum is highly fragmented, as neither Oracle nor BEA provides an official solution to integrate AQ with WebLogic, so people like us have to learn the technology through experimentation and in a piecemeal fashion.
    3 years ago I was literally "playing around" - we had a polling mechanism set up to use triggers to write Oracle data changes into an event table, and had a Java-based daemon to scan that table and publish events as JMS messages to the WebLogic JMS server. This continues to work reliably till today, but I was looking for a solution that has few parts - I wanted to hook up my WebLogic MDB directly to AQ as a foreign JMS provider. Although I was able to get it to work (including XA), there were a few hoops I had to jump through, such as decompiling the Oracle AQjms classes to make them bind to the WebLogic JNDI tree.
    One year after that Diptanshu Parui took what I did a giant step further - he extended the Oracle AQjms classes to allow them to be bound to the WebLogic JNDI tree naturally, and he figured out how to use WebLogic JMS messging bridge to re-send single-threaded AQ JMS messages to clustered JMS queues, which allow concurrent message assumption by multiple instances of MDB's. My impression is that he is using that setup in a production environment.
    I am sure you are aware of it but I would like to make it clear - in order to use AQ as a foreign JMS provider to WebLogic-hosted MDB's, you don't need to update your database to Oracle 10g - Oracle 8i is good enough (although I recommend at least 9i Release 2). It is not the database engine, but rather the aqapi.jar JMS wrapper on top of AQ that matters. I do recommend that you use aqapi.jar from Oracle Application Server 10.0.3 or up for better XA support, among other things. Again, you don't have to replace WebLogic with Oracle AS - you only need a single jar file from it and put it in your WebLogic's classpath. However, I don't know what this means from a licensing point of view if you ever go to production - do you have to pay the full price of OracleAS or OC4J just to use the aqapi.jar?
    In the coming days I will test the latest aqapi.jar to see how much progress Oracle has made in terms of making their J2EE products more spec-compliant :-).
    Hope the above gives you a different perspective.
    Eric

  • Integrating cFolders with Portal-KM using WebDAV manager

    Hello All,
    Requirement: Integrating cFolders with Portal-KM using WebDAV manager
    Settings done :
    1) cProject WebDAV url is working through WebDAV client(software name : anyclient)
    The URL is http://<host name>:<port>/cfol450/dpr
    cFolders url is not working thriugh WebDAV client. Basis investigating on that.
    2) Created HTTP system for "cProject " with URL. http://<host name>:<port>
    3) Created WebDAV repository with system path /cfol450/dpr
    4) Created system in portal for user mapping and mapping is done.
    Problem Statement:
    The integrated repository is not visible in KM content. When I go to Monitoring->KM->Component Monitoring->Repository Name,
    the servers shows "not started" as status.
    Troubleshoot Try: I tried changing log level of slimrequest to debug.. but there is no entry in log file to guide on error
    Help appreciated.
    Regards,
    Amol Ghodekar.

    Hello All,
    Requirement: Integrating cFolders with Portal-KM using WebDAV manager
    Settings done :
    1) cProject WebDAV url is working through WebDAV client(software name : anyclient)
    The URL is http://<host name>:<port>/cfol450/dpr
    cFolders url is not working thriugh WebDAV client. Basis investigating on that.
    2) Created HTTP system for "cProject " with URL. http://<host name>:<port>
    3) Created WebDAV repository with system path /cfol450/dpr
    4) Created system in portal for user mapping and mapping is done.
    Problem Statement:
    The integrated repository is not visible in KM content. When I go to Monitoring->KM->Component Monitoring->Repository Name,
    the servers shows "not started" as status.
    Troubleshoot Try: I tried changing log level of slimrequest to debug.. but there is no entry in log file to guide on error
    Help appreciated.
    Regards,
    Amol Ghodekar.

  • I ran a virus/trojan fix and this is what it said it could not repair something in the main library core or something like that.  What do I do?  The problem seems to be with safari?

    I ran a virus/trojan fix and this is what it said it could not repair something in the main library core or something like that.  What do I do?  The problem seems to be with safari?

    I ran the utility disk and this is what it said.
    Warning permission differ Applications/Safari drwxr-xrx they are -rwxr-xr system/livrary Cores has been modified and will not be repaired.
    Permission apllication differ on System/livrary/Pr or could be -rw-r--r-- they are rwxr-xr-x Application/iTune be droxr-xr-x they are rwxr-xr-x
    Then I hit fix permissions and it said this
    Warning SUID file Systm/Library/Core has been modified will not be repaired
    I also downloaded Bitdefender Virus Scanner and it found nothing.

Maybe you are looking for

  • Error 1402 -HKEY_LOCAL_MACHINE\Software\Classes\.cdda\OpenWithProgids

    I am unable to upgrade to the new version of iTunes!! HELP! I am getting the following error: Error 1402.Could not open key: HKEYLOCALMACHINE\Software\Classes\.cdda\OpenWithProgids. verify you have sufficient access to that key, or contact your suppo

  • Time Capsule..ethernet works, wifi does not.

    I have had issues with my time capsule and the internet being down. I can always solve it by unplugging and restarting. This time it it is just wifi that does not work, ethernet does. I have an airport extreme that I can use but would like use the TC

  • How do I make a text layer 3D in ps cc?

    How do I make a text layer 3D in ps cc? I know that you are able to do it on ps cs6 but I don't understand how to use the 3D features on ps cc.

  • Macbook Pro 15 Z0M1 in Apple Retail Store in NY

    Hi guys, I am going to NYC on May 7 to May 13 and would like to buy a new Macbook Pro 15 of the following configuration: 2.3GHz Intel Core i7 Quad-Core 8GB (2x4GB) RAM 512GB SSD Hard Drive SuperDrive AMD Radeon HD 6750M 1GB GPU 15.4" Antiglare High-R

  • Where's the HD video camera app on 4s?

    No HD Video app anywhere to be found.  What's up??