Create datafinder server connection

Is there a way to create a datafinder server connection in script? I have a file location that needs to be typed in (you can't find it by going through folders), and want to know if there are other methods of adding server connections.
Thanks,
Artemis
Solved!
Go to Solution.

Hi Artemis,
See if this approach works in your DIAdem version:
Set DataFinder = Navigator.Display.CurrDataFinder.GetDataFinder()
Set Settings = DataFinder.GetSettings()
Found = FALSE
FOR Each SearchArea In Settings.SearchAreas
IF LCase(SearchArea.LocalPath & "\") = LCase(sFldr_client_rw) THEN Found = TRUE
IF LCase(Right(SearchArea.LocalPath, 20)) <> "\documents\client_rw" THEN
Call Settings.SearchAreas.Remove(SearchArea.Name)
END IF
NEXT ' SearchArea
Brad Turpin
DIAdem Product Support Engineer
National Instruments

Similar Messages

  • Unable to create application server connection in Jdeveloper 10.1.3.3

    Hi All,
    I am using Jdeveloper 10.1.3.3. As my soa environement is clustered and we have 2 nodes on server.
    While create application server connection jeveloper is giving error as : **Bad OPMN server host address*. I am able to accesss application using mozila or internet explorer. Will it provide different host name while soa is installed in clustered environment. Please help me in this.
    Regards,
    Adhi

    Hi ,
    Are you behind a proxy in Firefox or IE?
    If so try to give the same proxy and the proxy avoidance IP's in JDeveloper proxy configuration.
    If server couldnot be communicated from Jdev then this will be the first place i will look into .
    Thanks,
    Praveen

  • Got Error when creating application server connection

    Hi Guys...I am using SOA 10.1.3.1.0
    I got the following error when creating application server connection
    In Step 1:
    I selected the Connection type as Standalone OC4J 10.1.3 (Why because I use this one)
    In Step 2:
    In this step I gave username and password (same username and password to connect to BPEL console)to authenticate connection
    In step 3:
    It is asking for Hostname, RMI port and URL path. My computer name is gopal-computer. I gave this hostname. RMI port number is 23791 by default. I kept this one as it is and URL path optional I think. I did not give any thing.
    In step 4:
    When I hit the test connection button its giving the following error
    Error while getting remote MBeanServer for url: ormi://gopal-computer:23791/default:
    Error reading application-client descriptor: Error communicating with server: Connection refused: connect; nested exception is:
         javax.naming.CommunicationException: Connection refused: connect [Root exception is java.net.ConnectException: Connection refused: connect]
    Please help me.
    Thanks,
    Gopal.....

    For SOA Suite connection you should choose "Oracle application server 10g 10.1.3"

  • Create Application Server Connection Wizard - Connection Type

    Hi guys:
    In the "Create Application Server Connection" Wizard - the Connection Type for the WebLogic 10.x is missing??
    Thanks

    That's because WebLogic 10 went into production after JDeveloper 10.1.3 was already out.
    Try and see if the WebLogic connection that is in there still works with 10.
    If not you can just create the EAR/WAR file from JDeveloper and pick it up and deploy them with the Weblogic admin interface or with an Ant task.

  • I create a server connection , now : how to deploy the application on it ?

    Hi
    Thank you for reading my post
    I create a server connection in connections Tab , ( a tomcat server )
    Now i want to deploy my web application to that server ,
    can some one give me the steps ?

    File -> New -> Deployment Profiles -> WAR
    And then right click on the .deploy file that was created and choose deploy to...
    Or just read the online documentation and search for the deployment topic.

  • Error While creating Application server connection

    Hi ,
    I am a newbie to SOA suite . I have installed Oracle XE Database , Oracle Jdeveloper 10.1.3.3.0.3 and Oracle SOA Suite 10g (10.1.3.1) ( file name soa_windows_x86_
    101310_disk1.zip) on my windows XP machine
    Now I created a "Hello World Bepel Process '" . For deploying it I was trying to create an application server connection . I am not sure that I need to install anymore things or not .
    Here are the steps which happened while I was trying to make connection to application server.
    1> Connection Name : Gave as "AppServerConnection1"
    Connection Type as "Standalone OC4J 10g 10.1.3"
    2> UserName as : oc4jadmin
    Password : Gave my password
    3> Hostname : localhost
    RMI Port was coming as 23791 as default ( Please note that I checked opmn folder and tried to use the RMI from the xml file too)
    4> While testing I was getting error as "For input string: "23791home"
    Not sure if i need to install anything ( Probably Application Server ) more .
    Please let me know what I need to do and if i need to install anything else where will I find the file ?
    Thanks in advance

    Hi,
    Connection Type as "Standalone OC4J 10g 10.1.3"
    When choosing the connection you need to select the connection as Oracle Application Server 10.1.3 not Standalone OC4J 10g 10.1.3

  • Preblem facing in creating application server connection in Jdeveloper

    Hi All,
    I am using weblogic 10.3.1 and Jdeveloper 10.1.3.5.
    I want to deploy an ear file in my weblogic server. Can anyone plesae guide me how can I create a application server connection in Jdeveloper 10.1.3.5
    Thanks in Advance!!

    Can't you just go to the connections navigator, right-click and select New Application Server Connection, and then just use the wizard? What is the problem you are facing?
    Try selecting Oracle Application Server 10 or OC4J 10g.

  • Getting Error while  creating Integration server Connection ...PLS help me

    Hi everybody,
    While creating the Integration server connection I am getting the below error.
    Please help me to solve it.
    I am using 10.1.3.1 .
    Application Server: OK
    BPEL Process Manager Server: FAILED
    ESB Server: FAILED
    Thanks in advance.
    Ramana

    Now i can able to login to my weblogic admin console and find that listen address is blank i have given the listen address as localhost now i can able to create the application server connection successfully ...Listen address blank means your server will accept connections on all network addresses i.e. on localhost, on 127.0.0.1 and on IP/Host name of machine
    If you want to access this server from a remote machine as well, then better keep the listen address field as blank OR assign the value of hostname/IP of machine as listen address. In case you set listen address as hostname/IP of machine, server will not listen anymore to localhost or 127.0.0.1
    1)Now iam working in local machine so that i am giving localhost .... In case i doing some bpel work in my local machine and after completing the work if want to move to my server ...do i want to change the connectionand give my server hostname ha?If your BPEL server is a remote server then better create a new connection for that (using listen address and port of that server)
    How to see errors in Admin server log C:\Oracle\Middleware\user_projects\domains\Soa_base_domain\servers\AdminServer\logs ...is it i want to check it here?Yes, you need to check the logs in this directory in file AdminServer.log
    How to check this?Under $Domain_Home/bin (C:\Oracle\Middleware\user_projects\domains\Soa_base_domain\bin), there will be a file setSOADomainEnv.cmd. If you open this file using notepad, you would see a setting like below -
    set DEFAULT_MEM_ARGS=-Xms512m -Xmx768mThis setting defines the heap memory.
    Regards,
    Anuj

  • How to Create Application Server Connection in Jdev 11g?

    Hi all
    Can any one help me with the below requirement
    is there any way to deploy the WAR or EAR to an Application Server in Jdev11g. In Jdev 10g We used to configure the Application Server& Integration Server Connections by starting up the SOA Suite 10g.
    Similar to that What is the best option in Jdev11g. Jdev 11g comes with the embadded bea weblogic server, If I want to cerate the Application Server Connection do I need to separately configure the weblogic server?
    Thanks in advance

    No you can't.
    ADF 11g applications require support for parts of Java EE 5 that are not there in OAS 10 (will be there in Fusion Middleware 11g).
    So there is no one click deployment options.
    You can however develop an application that uses J2EE 1.4 in JDev 11 without ADF - then create EAR/WAR and manually deploy to OAS.
    See the JDeveloper FAQ linked from the JDeveloper home page for more info.

  • Error When Creating BPA Server Connection in Jdeveloper

    Hi,
    I am trying to explore the concept of BPA Suite. I have created a BPMN process and enabled the option 'Share Blueprint with' under SOA. But when i am trying to make a BPA Server Connection in JDeveloper it is showing error like 'Connection Failed'. I am using Local Repository. Could you please help me on this issue.
    Thanks,
    Anju

    Yes, you can choose XE at installation time for the LOCAL database in BPA (ARIS). And, since you say you do connect from BPA before trying to connect from JDev, we know the database is up.
    One more thing to check is that both are the same version (10.1.3.4, hopefully).
    When do you see the connection failed during the setup? It is after you select "local server"? That is, can you see your BPA database (project) show in the drop down and you get the error when you enter the BPA credentials? Or, do you get the error selecting local server in the first place? If so, you should see if you can get a Database connection from JDev to the database on XE - it may be that JDev can't find the database for some reason (proxy settings perhaps).
    Heidi.

  • Problem creating Application Server Connection

    Hi,
    I am experiencing some problem in getting the connection to work right after I install the JDeveloper 10.1.3, the following is the configuration I used, please help me on this:
    Connection Type: Standard OC4J 10g 10.1.3
    Host name: localhost , RMI Port: 23791
    Firewall for port 23791 is turned off for both UDP and TCP.
    When I test for connection, I got the following error:
    Error while getting remote MBeanServer for url: ormi://localhost:23791/default:
    Error reading application-client descriptor: Error communicating with server: Connection refused: connect; nested exception is:
         javax.naming.CommunicationException: Connection refused: connect [Root exception is java.net.ConnectException: Connection refused: connect]
    I do not understand why this happen. Do I need to turn on any server to get this to work? Please help me. Thanks.

    Hi Timo,
    Thanks a lot. After doing much research here and there, I managed to get it work. I think it would be better that I shared my experience with everyone and this is how I get my first JSP on JDeveloper (OC4J) to work:
    - Start the OC4J server by running [Where you installed your JDeveloper]/jdev/bin/start_oc4j.bat
    - Create an application server connection. [For username: admin, password: welcome, URL: ormi://localhost:23791/]
    Just wonder if anyone can give me a clue on how do I change my port to 80 instead of the default 8988 and also how to change the context root?

  • Creating Application Server connection

    First of all, I am quit new with JDeveloper and oracle.
    I use JDeveloper 10 and want to set up a Application server so I can create portlets.
    I try to follow [this step by step from oracle|http://www.oracle.com/technology/obe/obe1014portal/standards_portlets/stdsplts.htm]
    I stop with the create "Creating an Application Server Connection".
    I use the following settings :
    Connection name : AppServerConnection3
    Connection type : Oracle Applications Server 10 g 10.1.2 (windows)
    username : oc4jadmin
    password : hidden
    Enterprice manager OC4J Host Name : Localhost
    Enterprice manager OC4J HTTP port : 23791
    Remove servers oracle home directory : c:\oc4j
    OC4J Instance name (optional) :
    RMI server url : ormi://localhost:23791
    RMI username : admin
    When i test the result is : Test failure (-1). HTTP return code was -1
    The log says this :
    E:\JdevTools\jdk\jre\bin\javaw.exe -Djava.protocol.handler.pkgs=HTTPClient -jar E:\JdevTools\jdev\lib\oc4j_remote_deploy.jar http://localhost:23791/Oc4jDcmServletAPI/ oc4jadmin **** listApplications c:\oc4j
    Initializing log
    Servlet interface for OC4J DCM commands
    Command timeout defined at 600 seconds
    Executing DCM command...
    Executing command listApplications c:\oc4j UNDEFINED UNDEFINED UNDEFINED
    Command = LISTAPPLICATIONS
    Opening connection to Oc4jDcmServlet
    Setting userName to oc4jadmin
    Sending command to DCM servlet
    HTTP response code = 200, HTTP response msg = OK
    Command was successfully sent to Oc4jDcmServlet
    Receiving session id from servlet to check command status
    **** Could not get session id from Oc4jDcmServlet
    ** Thread[main,5,main] ** Mon Nov 17 13:54:17 CET 2008 ** ** EXCEPTION: java.io.StreamCorruptedException: invalid stream header
    java.io.StreamCorruptedException: invalid stream header
         at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:753)
         at java.io.ObjectInputStream.<init>(ObjectInputStream.java:268)
         at oracle.j2ee.tools.remote_deploy.Oc4jDcmClient.receiveSessionId(Unknown Source)
         at oracle.j2ee.tools.remote_deploy.Oc4jDcmCommand.execute(Unknown Source)
         at oracle.j2ee.tools.remote_deploy.Oc4jDcmCommand.listApplications(Unknown Source)
         at oracle.j2ee.tools.remote_deploy.Oc4jDcmMain.main(Oc4jDcmMain.java:71)
    Please, wait for command to finish...
    Checking command status...
    Setting userName to oc4jadmin
    Command has finished
    Receiving command exit value
    #### Could not receive command output from Oc4jDcmServlet
    Receiving command output
    #### Could not receive command output from Oc4jDcmServlet
    **** No output was received from command
    Closing connection to Oc4jDcmServlet
    #### DCM command did not complete successfully (-1)
    #### HTTP return code was -1
    Any idea whats wrong ?
    I have started the oc4j server
    E:\JdevTools\jdev\bin>start_oc4j
    Starting OC4J with command: "..\..\jdk\bin\java.exe" -XX:MaxPermSize=256m -jar oc4j.jar
    08/11/17 13:25:27 Oracle Containers for J2EE 10g (10.1.3.4.0) initialized
    This is alot of info, I dont know whats relevance.

    Hi ,
    I want to create a new application server connection but i have a problem which is:
    Test failed (404). Invalid servlet path
    i don't understand what's the pb.
    I used the SOA 10.1.3.1;
    Thx for your reply

  • SUP-Error creating Unwired Server Connection connection to MyUnwiredServer

    Hi all,
    I've installed the SUP 1.5.2 and selected the Evaulatiuon (30 day trial) and my Unwired Server cannot start. When i try to test the connection in Enterprise Explorer -> Unwired Servers -> My Unwired Server i get the error.
    com.sybase.uep.admin.client.AdminException: com.sybase.djc.SystemException: Error: Connecting to host: HOSTNAME.DOMAIN_NAME, port: 2000.
         at com.sybase.sup.admin.client.impl.AdminContext.initialize(AdminContext.java:106)
         at com.sybase.sup.admin.client.impl.AdminContext.getInstance(AdminContext.java:40)
         at com.sybase.sup.admin.client.impl.ServerConnectionImpl.<init>(ServerConnectionImpl.java:22)
         at com.sybase.sup.admin.client.impl.ServerConnectionImpl.<init>(ServerConnectionImpl.java:29)
         at com.sybase.uep.admin.client.ServerConnectionManager.ping(ServerConnectionManager.java:191)
         at com.sybase.uep.admin.client.ServerConnectionManager.updateConnectionProperties(ServerConnectionManager.java:98)
         at com.sybase.uep.admin.client.ServerConnectionManager.clusterConnect(ServerConnectionManager.java:68)
         at com.sybase.uep.datasources.uepprofile.UEPServerConnection.<init>(UEPServerConnection.java:59)
         at com.sybase.uep.datasources.uepprofile.UEPConnectionFactory.createConnection(UEPConnectionFactory.java:16)
         at org.eclipse.datatools.connectivity.internal.ConnectionFactoryProvider.createConnection(Unknown Source)
         at org.eclipse.datatools.connectivity.internal.ConnectionProfile.createConnection(Unknown Source)
         at org.eclipse.datatools.connectivity.internal.ManagedConnection.createConnection(Unknown Source)
         at org.eclipse.datatools.connectivity.internal.CreateConnectionJob.run(Unknown Source)
         at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
    Caused by: com.sybase.djc.SystemException: Error: Connecting to host: HOSTNAME.DOMAIN_NAME, port: 2000.
         at com.sybase.djc.rmi.iiop.client.Connection.init(Connection.java:619)
         at com.sybase.djc.rmi.iiop.client.Connection.getInstance(Connection.java:65)
         at com.sybase.djc.rmi.iiop.client.ConnectionPool.iiopConnection(ConnectionPool.java:455)
         at com.sybase.djc.rmi.iiop.client.ConnectionPool.newConnection(ConnectionPool.java:410)
         at com.sybase.djc.rmi.iiop.client.ConnectionPool.get(ConnectionPool.java:152)
         at com.sybase.djc.rmi.iiop.client.ConnectionPool_DJC.get(ConnectionPool_DJC.java:30)
         at com.sybase.djc.rmi.iiop.ObjectRef.$connect(ObjectRef.java:275)
         at com.sybase.djc.org.omg.CosNaming.iiop_stubs.NamingContext._is_a(NamingContext.java:60)
         at com.sybase.djc.rmi.iiop.client.ClientNamingContext.init(ClientNamingContext.java:697)
         at com.sybase.djc.rmi.iiop.client.ClientNamingContext.getInstance(ClientNamingContext.java:76)
         at com.sybase.sup.admin.client.impl.AdminContext.initialize(AdminContext.java:99)
         ... 13 more
    Caused by: java.net.ConnectException: Connection refused: connect
         at java.net.PlainSocketImpl.socketConnect(Native Method)
         at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
         at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
         at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
         at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
         at java.net.Socket.connect(Socket.java:525)
         at java.net.Socket.connect(Socket.java:475)
         at java.net.Socket.<init>(Socket.java:372)
         at java.net.Socket.<init>(Socket.java:186)
         at com.sybase.djc.rmi.iiop.client.Connection.init(Connection.java:607)
         ... 23 more
    When starting  the service manually in Control Panel -> Admin Tools -> Services i get error:
    Could not start the SybaseUnwiredPlatformHOST_NAMEServer1 service.
    All others services has started successfully.
    I assume i'm not able to connect to the unwired server becuase the service is not started and i've got no idea why the service can't start. Can someone give me a direction as to what could be the problem.
    Thank you.

    hi all
    Even I have encountered the same difficulty while configuring the Unwired server connection properties. I am using SUP 2.0
    The ping failed and i got  an exception as..
    com.sybase.uep.admin.client.AdminException: com.sybase.djc.SystemException: Error: Connecting to host: 208.44.114.154, port: 2000.
         at com.sybase.sup.admin.client.impl.AdminContext.initialize(AdminContext.java:89)
         at com.sybase.sup.admin.client.impl.AdminContext.getInstance(AdminContext.java:35)
         at com.sybase.sup.admin.client.impl.ServerConnectionImpl.<init>(ServerConnectionImpl.java:22)
         at com.sybase.sup.admin.client.impl.ServerConnectionImpl.<init>(ServerConnectionImpl.java:29)
         at com.sybase.uep.admin.client.ServerConnectionManager.ping(ServerConnectionManager.java:191)
         at com.sybase.uep.admin.client.ServerConnectionManager.updateConnectionProperties(ServerConnectionManager.java:98)
         at com.sybase.uep.admin.client.ServerConnectionManager.clusterConnect(ServerConnectionManager.java:68)
         at com.sybase.uep.datasources.uepprofile.UEPServerConnection.checkCompatibility(UEPServerConnection.java:88)
         at com.sybase.uep.datasources.uepprofile.UEPServerConnection.<init>(UEPServerConnection.java:58)
         at com.sybase.uep.datasources.uepprofile.UEPConnectionFactory.createConnection(UEPConnectionFactory.java:16)
         at org.eclipse.datatools.connectivity.internal.ConnectionFactoryProvider.createConnection(Unknown Source)
         at org.eclipse.datatools.connectivity.internal.ConnectionProfile.createConnection(Unknown Source)
         at org.eclipse.datatools.connectivity.ui.PingJob.createTestConnection(Unknown Source)
         at org.eclipse.datatools.connectivity.ui.PingJob.run(Unknown Source)
         at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
    Caused by: com.sybase.djc.SystemException: Error: Connecting to host: 208.44.114.154, port: 2000.
         at com.sybase.djc.rmi.iiop.client.Connection.init(Connection.java:619)
         at com.sybase.djc.rmi.iiop.client.Connection.getInstance(Connection.java:65)
         at com.sybase.djc.rmi.iiop.client.ConnectionPool.iiopConnection(ConnectionPool.java:455)
         at com.sybase.djc.rmi.iiop.client.ConnectionPool.newConnection(ConnectionPool.java:410)
         at com.sybase.djc.rmi.iiop.client.ConnectionPool.get(ConnectionPool.java:152)
         at com.sybase.djc.rmi.iiop.client.ConnectionPool_DJC.get(ConnectionPool_DJC.java:30)
         at com.sybase.djc.rmi.iiop.ObjectRef.$connect(ObjectRef.java:275)
         at com.sybase.djc.org.omg.CosNaming.iiop_stubs.NamingContext._is_a(NamingContext.java:60)
         at com.sybase.djc.rmi.iiop.client.ClientNamingContext.init(ClientNamingContext.java:697)
         at com.sybase.djc.rmi.iiop.client.ClientNamingContext.getInstance(ClientNamingContext.java:76)
         at com.sybase.sup.admin.client.impl.AdminContext.initialize(AdminContext.java:82)
         ... 14 more
    Caused by: java.net.ConnectException: Connection refused: connect
         at java.net.PlainSocketImpl.socketConnect(Native Method)
         at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)
         at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)
         at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)
         at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
         at java.net.Socket.connect(Socket.java:529)
         at java.net.Socket.connect(Socket.java:478)
         at java.net.Socket.<init>(Socket.java:375)
         at java.net.Socket.<init>(Socket.java:189)
         at com.sybase.djc.rmi.iiop.client.Connection.init(Connection.java:607)
         ... 24 more
    Please help

  • Timeout Creating App Server Connection in JDev 10.1.3 to OAS 10.1.3

    Hi All,
    I'm trying to deploy an application to OAS 10.1.3 on a Solaris server from JDeveloper 10.1.3 on my laptop for the first time.
    There are 2 OAS's installed on the Solaris unix server so the OPMN Port is one up from the default, and I've updated that to 6004, but I still get the following error on test:
    Error getting OC4J Process for: opmn-home+oc4j-hadrian-6004-default:
    Timed out (15000 ms) connecting to OPMN
    hadrian is the server name and I can ping it from my pc, i've tried in the home oc4j and another that i've created, but still no luck.
    Can anyone tell me what I'm missing or give me a hand troubleshooting this?
    Thanks,
    Tony

    OK, I got this working by switching the Connection Type from "Oracle Application Server 10g 10.1.3" to "Standalone OC4J 10g 10.1.3"
    This is a little confusing for me as I thought the only available 10.1.3 version of OAS was standalone. Is there a full 10.1.3 version available that I'm missing? And if not what is the difference between those 2 connection types.
    It also appears that with the non-standalone conn type I would have been able to easily instructed it to place the app in another container with the "OC4J Instance Name" field. In the standalone connection this was not provided and I wonder how it determines which container to load it in.
    Thanks for helping to clear this up for me,
    Tony

  • Create application server connection to Oracle 9ias

    I'm following the instructions found in the JDeveloper help files for Creating a Connection to Oracle9ias Via Remote DCM and everything makes sense except the part about deploying oc4j-dcm-servlet.ear to a running Enterprise Manager OC4J instance. I can find no information on how to do this and further more can not even find the oc4j-dcm-servlet.ear file anywhere. Does this type of connection from JDeveloper work? What am I missing?

    Hi,
    1: ormi://<server domain name here>/
    if the default ormi port isn't used, then you need to specify it here as well. The ormi port is contained in OC4J_Home\j2ee\home\config\rmi.xml
    The default value is
    <rmi-server port="23791" >
    2: Keep the default
    Frank

Maybe you are looking for

  • Oracle E-business suite database migrate from AIX to Linux

    Oracle 11i application database migration from single Aix instance to oracle Linux cluster RAC. What is the easy way to migrate? Migrate single instance from aix to linux cluster. OR Migrate single instance from aix to linux cluster RAC. We have inst

  • Sql query from plsql type or temp variable

    Hi, I have no rights to create or drop table in the production But I want to see the data after processing this is multi record data which may need to store in the table or plsql type variable. What should I do In this case ? For ex. I will pass My n

  • Loading and parsing XML files

    I am currently working on an application in which I have a XML file that is 1.5 mb and has 1100 records that I need to load and parse. Loading takes less than a minute, but when I try to parse it with the DOM parser it's taking too much time. I am tr

  • Photo sort order in the HP Touchpad

    Hi, Is there anyway to sort the albums and pictures in the Photo App in the HP Touchpad? There seems to be no rhyme or reason as to how the albums and pictures are displayed. If there is no way to sort, how are  the albums and pictures read in order

  • Remove crop marks from AI CS2 doc?

    Hi, I resized my document from a 8.5 x 11 to a 11 x 14 and then scaled the business card on it up 280% to fit in the new document size in Adobe Illustrator CS2. Everything is working fine except that my existing crop marks for the business card staye