BPM xpath issue with last-index-within-string

Hey all,
I have a script task in BPM that updates a field by using multiple xpath functions. I have narrowed the issue down to the oraext:last-index-within-string function.
If I do something like oraext:last-index-within-string('ora/in/ok/d', '/').....I get 9 like expected.
But if I base it off the request data like so:
oraext:last-index-within-string(bpmn:getDataObject('Request')/ns:document/ns1:dDocAccount, '/')........when I go to em I have an internal xpath error.
I'm assuming it has something to do with using bpmn:getDataObject as a parameter. But I'm not sure what. If I use the getDataObject as a parameter in substring like so:
substring(bpmn:getDataObject('Request')/ns:document/ns1:dDocAccount, 8)....it works as expected.
What is it about the combination with last-index-within-string that is giving me an issue??
Thanks
John

Got it. Apparently, sometimes with xpath, you have to concatenate the variable with an empty string to change it into a string....sometimes, but not all the time...yay.... I'm guessing the xpath inbuilt functions already know to convert the variable passed in into a string, whereas the oraext functions don't. I could be completely wrong on that though...:-P . Anyway, this works:
oraext:last-index-within-string(concat(bpmn:getDataObject('Result')/ns:document/ns1:dDocAccount, ''), '/')
Thanks,
John

Similar Messages

  • Xpath issue with operators ?

    Hello,
    I am facing an issue while trying to use operators in a ExtendScript Xpath Call.
    var xml = <root>
    <tag>
    <time>05:55</time>
    </tag>
    </root>;
    xml.xpath ( "//*[number(substring-before(time,':'))<6]" ); //OK
    //Now let's try to use the * operator
    xml.xpath ( "//*[number(substring-before(time,':'))*2<12]" );  //SYNTAX ERROR claiming a missing right paren.
    If I test this expression with Oxygen & XPath 1.0, everything is fine. Are the use of operators a know issue ?
    Do I miss something ?
    TIA Loic

    Got it. Apparently, sometimes with xpath, you have to concatenate the variable with an empty string to change it into a string....sometimes, but not all the time...yay.... I'm guessing the xpath inbuilt functions already know to convert the variable passed in into a string, whereas the oraext functions don't. I could be completely wrong on that though...:-P . Anyway, this works:
    oraext:last-index-within-string(concat(bpmn:getDataObject('Result')/ns:document/ns1:dDocAccount, ''), '/')
    Thanks,
    John

  • Index-within-string

    I have an xml string and there's a tag called </ErrorDescription>, I want to find where in the string does this tag begins. I used
    oraext:index-within-string(<inputstring>,'</ErrorDescription>') but I got the xpath error. I think it's because of the slash character (/).
    How do I escape it please?

    Hi,
    First try getting the xml as string using ora:getContentAsString and then use above function.

  • Issue with Delete Index in process chain

    Hi All,
    I have a situation with Delete Index in my process chain.
    Delete Index step, before loading data to cube, is taking around 2Hr to complete but some times it completes within 5 mins.
    Anyone faces such issue? If yes, how can I fix it?
    Thanks and Regards,
    Alok

    Hi,
    If Statistics are not maintained for the cube then also it might casue the high run time in index deletion.
    if its urgent then, can u try doing it manually form performance tab....
    or once process chain step is complete, create statistics for the cube. Next run should take less time
    Please try.
    Regards,
    Gaurav

  • 2 issues with last Audigy 1 driver upd

    I have presently 2 issues with the last drivers released for the Audigy cards. Both issues are able to be reproduced consistently, and did not happen with the last release (from last year), or at least not consistently.
    . Crackling while playing back Quicktime files has increased. Previously it was around in 0 files that crackled (and only Quicktime that I noticed). Now it is around in 3.
    2. I cannot play back DVD's through Windows Media player 0, period. Whenever I try I get the following message:
    "this pin cannot use the supplied media type"
    How do I know this is driver related? Well, by reverting to the last drivers the message goes away. Also, if I disable the soundcard totally the error goes away and the video plays, albiet without sound.
    Anyways just thought I'd post this here so hopefully someone at Creative sees it and actually fixes the issue.
    BTW, yes I did try reinstalling the drivers. Twice. Even redownloaded them in case the original D/L was corrupted.
    Edited to clarify about the DVD issue:
    To make it a little clearer about the DVD issue, when I first got my Audigy while using the original release drivers on the install CD, I could not use 5. output with the soundcard decoding. To try to get it working, I would put the output to SPDIF and set the soundcard to decode AC3. This would not even allow the movie to play in WMP 0, often just crashed the player. With the last driver update before the January one, I could set the output to SPDIF in WMP 0 and AC3 to decode in the Creative audio control panel and I would have 5. surround output. With the last driver update, setting output to SPDIF and trying to play the movie gives the 'this pin cannot use the supplied media type' error message. If, however, I start the movie on 2 speaker output in WMP 0 it will play normally. While the movie has started I can go into preferences and switch output to SPDIF and 5. surround kicks in and works fine usually. But, if I then stop the movie and restart it I once again start getting the 'this pin cannot use the supplied media type' error, and the DVD will not play.
    Also thought it worth mentioning XP is up to date, SP2 and all the latest patches, Nvidia drivers up to date (not that it's a video card issue) and Direct X is up to date also (I run the update once a month just in case).Message Edited by Drifter73 on 05-5-2006 0:35 AM

    Jay,
    As to your first question: it could be a OS and discoverer problem that you are running into. I would suggestion upgrading atleast to 3.1.45 or higher. If you can go to 4.1
    I can not really assist you with your other questions as I do not have that version available..
    CHW

  • BPM Studio-Issue with Creating External Resources - Oracle Database RAC

    Hi All,
    This must be an easy fix and hope you guys have an answer to it. I was having no issues connecting to a single instance database as the parameter Host = "xxx.111.200.10" for a SQL Database Oracle 10,11 driver is pointing to a single instance and the SID = "yyyyy". TNS Name entry is as below...
    xyz =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = xxx.111.200.10)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = yyyyy)
    However we have upgrade our oracle database and it is in a RAC with load balancing hence the TNS Name entry looks like this.
    xyz =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = abcdh-vip)(PORT = 1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = abcdi-vip)(PORT = 1521))
    (LOAD_BALANCE = yes)
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = yyyy.abcd.com)
    Any combination using "xyz", "abcdh-vip" , "abcdi-vip" etc is erroring and I am getting the following error:
    [BEA][Oracle JDBC Driver]Error establishing socket. Unknown host: abcdh-vip
    java.sql.SQLException: [BEA][Oracle JDBC Driver]Error establishing socket. Unknown host: abcdh-vip
         at albpm.jdbc.base.BaseExceptions.createException(Unknown Source)
         at albpm.jdbc.base.BaseExceptions.getException(Unknown Source)
         at albpm.jdbc.oracle.OracleImplConnection.makeConnectionHelper(Unknown Source)
         at albpm.jdbc.oracle.OracleImplConnection.makeConnection(Unknown Source)
         at albpm.jdbc.oracle.OracleImplConnection.connectAndAuthenticate(Unknown Source)
         at albpm.jdbc.oracle.OracleImplConnection.open(Unknown Source)
         at albpm.jdbc.base.BaseConnection.connect(Unknown Source)
         at albpm.jdbc.base.BaseConnection.setupImplConnection(Unknown Source)
         at albpm.jdbc.base.BaseConnection.open(Unknown Source)
         at albpm.jdbc.base.BaseDriver.connect(Unknown Source)
         at java.sql.DriverManager.getConnection(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at fuego.connector.impl.DriverManagerHack.getConnection(DriverManagerHack.java:49)
         at fuego.connector.impl.BaseJDBCConnector.createJDBConnection(BaseJDBCConnector.java:205)
         at fuego.jdbc.FaultTolerantConnection.createConnection(FaultTolerantConnection.java:917)
         at fuego.jdbc.FaultTolerantConnection.getConnection(FaultTolerantConnection.java:871)
         at fuego.jdbc.FaultTolerantConnection.getMetaData(FaultTolerantConnection.java:163)
         at fuego.sqlintrospector.BrowserPanel.populateTree(BrowserPanel.java:220)
         at fuego.ui.wizards.ui.CheckTreeBrowser$1.construct(CheckTreeBrowser.java:63)
         at fuego.ui.SwingWorker$2.run(SwingWorker.java:39)
         at java.lang.Thread.run(Unknown Source)
    Any help would be highly appreciated.
    Regards,

    Hi,
    Sure you've probably tried this but here goes...
    Use the Oracle Driver that comes with Oracle BPM to integrate with RAC.
    To integrate to Oracle RAC, you're typically given something like this by the DBA.
    jdbc:oracle:thin:@(DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = atwood-vip.int.westgroup.com)(PORT = 1521)) (ADDRESS = (PROTOCOL = TCP)(HOST = kenwood-vip.int.westgroup.com)(PORT = 1521)) ) (CONNECT_DATA = (Service_name = bpms_pot_dev.int.westgroup.com) (SERVER = DEDICATED) ) )
    When defining the External Resource for Oracle RAC check the “Advanced” checkbox (not the tab) and insert this text into the “Database” field:
    //atwood-vip.int.westgroup.com:1521;ServiceName=bpms_pot_dev.int.westgroup.com;LoadBalancing=true;AlternateServers=(kenwood-vip.int.westgroup.com:1521)
    Hope this helps,
    Dan

  • Issue with table index

    Hi All, Hope you are all well.
    Strange issue here:
    We have a Custom ABAP program that reads from mainly Table EKKO.
    On My QAS system the program works 100%, when i do a SQL Trace (ST05) i can see in the execution plan that it is using the correct index on the Date field.
    On MY Production system the very same program just runs and runs and eventually times out, in the sql Trace the execution plan shows that the index is not being used thus the long run time.
    Here is the Catch: the ABAP people have looked at the program intensely and have found no problems, my QAS system is a copy of Pruduction (Syetem copy). Program runs no problem on QAS but times out on Production.
    It seems that on Production the Program is not using the Index to search the table.
    Please help
    Regards
    Andre

    >Yes i have checked the table and all indexes are active, i even reactivated the indexes on Production
    Ok.
    >If i Query the table directly SE16 using the same fields as in the ABAP it returns the results no problem.
    Ok.
    >The program does have joins onto other tables.
    And you checked this via SE16? Don't think so...
    >I am going to do a update stat after hours tonight and will see if that helps.
    Yep - good idea. I'd bet that your statement will take the index as soon as the statistics for all involved tables have been collected.
    >How can i verify that all relationships to other tables are operational.
    ?? What is that supposed to mean?
    Have you ever seen any foreign key constraints in SAP databases?
    Would they even make sense there?
    NO!
    So which "relationships" do you think could be "non-operational" ???
    regards,
    Lars

  • Contribute issues with flash index page

    Ok so contribute index's off the index.html page correct? It
    links all other pages under the sitemap from that page if i'm not
    mistaken. So how do you index from an entirely flash
    homepage?

    I can recreate the problem but I haven't seen it reported
    before. WebHelp has an option that would let you avoid the input
    box in the Index but not FlashHelp.
    There is information in Snippet 1 on my site about TOC
    synchronisation but I don't know if it will help with FlashHelp.
    Please report this bug via the Adobe site.
    http://www.adobe.com/cfusion/mmform/index.cfm?name=wishform

  • Issue with last-page-first Body (header of second page repeating)

    Hi,
    I am generating some invoice document and there is tax section at the end of document.Invoice can be one page document or it can be multiple pages document.I also have separate header and footer for first page and then for subsequence pages.
    Assume that it is only one page and there is sufficient space left to display Tax tables. I am using
    ------Section Break (Continuous)--------
    <?start@last-page-first:body?><?end body?>
    <?call tax template?>
    This approach works fine when document is more than one page. Moment I get only one page for my invoice it uses the header of second page.
    I already tried <?start@last-page:body?><?end body?> tag but it moves it to the next page and I want it in continuation.
    Below is the snippet of template
    <?start:body?>
    first page header
    <?if:ITEM = 'PARTS'?>
    <?call-template: pt_template?>
    <?end if?>
    <?if:ITEM = 'TM'?>
    <?call-template: tnm_template?>
    <?end if?>
    <?end body?>
    ---SECTION BREAK (CONTINUOUS)-----
    <?start@last-page-first:body?><?end body?>
    <?call-template: tax_template?>
    <?template:tax_template?>
    Please advise if any option is available.

    Hi
    1.Check the Paragraph FOrmat . Character Format  ( the smartstyle) that you have assigned to the last page.
    2. if it is the Terms and conditons page , check the text module (SO10) and its corresponding SmartStyle (paragraph format,character format).
    See if u have used Underline in the  style..
    surya

  • Materialized view issue with spatial index and UNION all.

    Hi guys,
    I'm trying to build the following materialized view:
    create materialized VIEW MV_ElectricalStuffs
      refresh fast
      AS
      SELECT jb.ROWID,
        jb.FID,
        JB.NAME_NUMBER
      FROM EL_BUS_BAR jb
      UNION ALL
      SELECT INC.ROWID,
        INC.FID,
        NULL,
        INC.NAME_NUMBER
      FROM EL_INTERNAL_CELL INC;
    I have this error showing up:
    ORA-12015: cannot create a fast refresh materialized view from a complex query
    This is because the table EL_INTERNAL_CELL has a SDO_GEOMETRY column that has a spatial index, whose ddl is
    CREATE INDEX EL_INTERNAL_CELL_S ON EL_INTERNAL_CELL (GEOM) INDEXTYPE IS MDSYS.SPATIAL_INDEX
    PARAMETERS('SDO_INDX_DIMS=2 TABLESPACE=USERS LAYER_GTYPE=COLLECTION');
    When I remove the spatial index from EL_INTERNAL_CELL column GEOM, Oracle is very happy and creates the view.
    Is there a mean however to keep the spatial index in the materialized view?

    I've managed to drop the spatial index prior to create the materialized view and it is ok. After the materialized view creation, I've recreated the spatial index on the table and all ran smooth. Hope nothing will go bad in the future because of this trick on spatial index..

  • Help with finding digits within string

    Hi, I am very close (I believe) to finishing this program. Basically I need to scan the input (string) the user enters. If the input contains 2 digits then I outprint "Valid ID" if not, I outprint "Invalid ID"
    please review and if possible help fix it?
    Thank you.
    import java.util.Scanner;
    public class programTest
         public static void main(String[] args)
    d     {
         String id;//id entered by user
         Scanner kb=new Scanner(System.in);//scanner utility
              System.out.println("Please enter an ID: ");
              id=kb.next();//assigns user's id to variable id
              if (id.length()>=2 && id.length()<=9)
                      for (int i=0; i<id.length(); i++)
                        if(Character.isDigit(id.charAt(i)))//if id contains 2 digits
                        System.out.println(i);
                        System.out.println("Valid ID");
              }

    Finally! After sitting down for a few minutes and watching the show House I thought of a way to do it.
    I am almost POSITIVE there is a simpler way to do this, so if you have it please repost the more "efficient" way.
    Thank you very much for everyone's help!
    import java.util.Scanner;
    public class Test
         public static void main(String[] args)
         String id;//id entered by user
         Scanner kb=new Scanner(System.in);//scanner utility
         int digit=0;
              System.out.println("Please enter an ID: ");
              id=kb.next();//assigns user's id to variable id
              if (id.length()>=2 && id.length()<=9)
              {//if
                      for (int i=0; i<id.length(); i++)
                             if(Character.isDigit(id.charAt(i)))               
                             digit++;
                             if (digit!=2)
                             System.out.println("Invalid ID");
              }//if      
              else
                   {     System.out.println("Invalid ID");     }
              if (digit==2)
              System.out.println("Valid ID");          
    }

  • Issue with the Maximum lenght string on application server file

    Hi,
    I have one internal table which cotains aroung 200 fields. The total lenght of the all fields is around 2000 charr.
    I am using open data, transfer and close data set to put my file on application server.
    I am looping at my internal table and then transfering the data on server file.
    The problem is that after generating the file on application server i couldnt see all the fields. i can see only around 500 char.
    not all the data.
    Does there is maximum limit on the number of char on application serevr.
    or there is complete record but we cant see,
    kindly help.

    Hi Sachin,
    As Rainer said you cannot see the full length of row in AL11. The visible length is restricted. If you want to re-confirm whether all data are in. Then download the file from application server to your local system and see the contents. It will be to 2000 characters which you passed.
    Hope this helps.

  • An issue with Dynamic SQL within Package using REF CURSOR

    Hi there,
    In the following package first two procedures works file but since I have added the third one ( GET_CONTRACT_BY_DYN_SQL) it does not work for me. When I try to compile and save it gives below error.
    "Error(6,15): PLS-00323: subprogram or cursor 'GET_CONTRACT_BY_DYN_SQL' is declared in a package specification and must be defined in the package body"
    Can you please help?
    Package Header
    create or replace
    PACKAGE CONTRACTS_PKG AS
    TYPE T_CURSOR IS REF CURSOR;
    PROCEDURE GET_CONRACTS (IO_CURSOR IN OUT T_CURSOR);
    PROCEDURE GET_CONTRACT_BY_ID (I_CONTRACTID IN NUMBER, IO_CURSOR IN OUT T_CURSOR);
    PROCEDURE GET_CONTRACT_BY_DYN_SQL(P_CONTRATID IN NUMBER, P_COLS IN VARCHAR2, IO_CURSOR IN OUT T_CURSOR);
    END CONTRACTS_PKG;
    Package Body
    create or replace
    PACKAGE BODY CONTRACTS_PKG AS
    -- Get All Contracts
    PROCEDURE GET_CONRACTS(IO_CURSOR IN OUT T_CURSOR)
    IS
    V_CURSOR T_CURSOR;
    BEGIN
    OPEN V_CURSOR FOR
    SELECT * FROM CONTRACTS;
    IO_CURSOR := V_CURSOR;
    END GET_CONRACTS;
    -- Get Contract By ID
    PROCEDURE GET_CONTRACT_BY_ID(I_CONTRACTID IN NUMBER, IO_CURSOR IN OUT T_CURSOR)
    IS
    V_CURSOR T_CURSOR;
    BEGIN
    OPEN V_CURSOR FOR
    SELECT * FROM CONTRACTS WHERE contract_id = I_CONTRACTID;
    IO_CURSOR := V_CURSOR;
    END GET_CONTRACT_BY_ID;
    -- Get Contract Using Dynamic SQL
    PROCEDURE GET_CONTRACT_BY_DYN_SQL(P_CONTRACTID IN NUMBER, P_COLS IN VARCHAR2, IO_CURSOR IN OUT T_CURSOR)
    IS
    V_CURSOR T_CURSOR;
    V_SQL VARCHAR2(200);
    BEGIN
    V_SQL := 'SELECT '|| P_COLS || ' FROM CONTRACTS WHERE contract_id = ' || P_CONTRACTID ;
    --OPEN V_CURSOR FOR
    --EXECUTE IMMEDIATE V_SQL INTO V_CURSOR;
    OPEN V_CURSOR FOR V_SQL;
    EXECUTE IMMEDIATE V_SQL;
    --IO_CURSOR := V_CURSOR;    
    END GET_CONTRACT_BY_DYN_SQL;
    END CONTRACTS_PKG;
    Thanks in advance.
    Hitesh

    Thanks guys. Finally I have tweaked as per your suggestions and it's working for all 3 cases (stored procedures).
    Oracle
    ======
    Package Header
    create or replace
    PACKAGE CONTRACTS_PKG AS
    TYPE T_CURSOR IS REF CURSOR;
    PROCEDURE GET_CONRACTS (IO_CURSOR IN OUT T_CURSOR);
    PROCEDURE GET_CONTRACT_BY_ID (I_CONTRACTID IN NUMBER, IO_CURSOR IN OUT T_CURSOR);
    PROCEDURE GET_CONTRACT_BY_DYN_SQL(P_CONTRACTID IN NUMBER, P_COLS IN VARCHAR2, IO_CURSOR IN OUT T_CURSOR);
    END CONTRACTS_PKG;
    Package Body
    create or replace
    PACKAGE BODY CONTRACTS_PKG AS
    -- Get All Contracts
    PROCEDURE GET_CONRACTS(IO_CURSOR IN OUT T_CURSOR)
    IS
    V_CURSOR T_CURSOR;
    BEGIN
    OPEN V_CURSOR FOR
    SELECT * FROM CONTRACTS;
    IO_CURSOR := V_CURSOR;
    END GET_CONRACTS;
    -- Get Contract By ID
    PROCEDURE GET_CONTRACT_BY_ID(I_CONTRACTID IN NUMBER, IO_CURSOR IN OUT T_CURSOR)
    IS
    V_CURSOR T_CURSOR;
    BEGIN
    OPEN V_CURSOR FOR
    SELECT * FROM CONTRACTS WHERE contract_id = I_CONTRACTID;
    IO_CURSOR := V_CURSOR;
    END GET_CONTRACT_BY_ID;
    -- Get Contract Using Dynamic SQL
    PROCEDURE GET_CONTRACT_BY_DYN_SQL(P_CONTRACTID IN NUMBER, P_COLS IN VARCHAR2, IO_CURSOR IN OUT T_CURSOR)
    IS
    V_CURSOR T_CURSOR;
    V_SQL VARCHAR2(200);
    BEGIN
    IF p_contractid > 0 THEN
    V_SQL := 'SELECT '|| P_COLS || ' FROM CONTRACTS WHERE contract_id = ' || P_CONTRACTID ;
    ELSE
    V_SQL := 'SELECT '|| P_COLS || ' FROM CONTRACTS';
    END IF;
    OPEN V_CURSOR FOR V_SQL;
    IO_CURSOR := V_CURSOR;
    END GET_CONTRACT_BY_DYN_SQL;
    END CONTRACTS_PKG;
    ColdFusion (calling app code)
    =====================
    <cfstoredproc procedure="CONTRACTS_PKG.GET_CONTRACT_BY_ID" datasource="#REQUEST.dsn#">
         <cfprocparam cfsqltype="CF_SQL_INTEGER" type="in" value="1" variable="I_CONTRACTID">
         <cfprocresult name="qData" resultset="1">
    </cfstoredproc>
    <br>Single Contract:
    <cfdump var="#qData#" label="Single Contract">
    <cfstoredproc procedure="CONTRACTS_PKG.GET_CONRACTS" datasource="#REQUEST.dsn#">     
         <cfprocresult name="qDataAll" resultset="1">
    </cfstoredproc>
    <br>All Contracts:
    <cfdump var="#qDataAll#" label="All Contracts">
    <cfstoredproc procedure="CONTRACTS_PKG.GET_CONTRACT_BY_DYN_SQL" datasource="#REQUEST.dsn#">
         <cfprocparam cfsqltype="CF_SQL_INTEGER" type="in" value="1" variable="P_CONTRACTID">
         <cfprocparam cfsqltype="CF_SQL_VARCHAR" type="in" value="contract_number,contract_title,created_date" variable="P_COLS">
         <cfprocresult name="qDataDynSQL" resultset="1">
    </cfstoredproc>
    <br>Dynamic SQL Query:
    <cfdump var="#qDataDynSQL#" label="Dynamic SQL Query">
    Thanks,
    Hitesh Patel

  • Apple: Please, fix issue with QT playback within Keynote!

    How can it be that a QT movie plays back fine on a Powerpoint presentation but not on Keynote? Isn’t this an obvious bug? So many people have complained about it for so long...Please Apple, deliver us from this problem!

    Be sure to send your feedback here as well.
    http://www.apple.com/feedback/keynote.html
    These discussions are user to user. To get Apple's ear, use the above link.

  • Adobe Bridge issue with index.html files

    Hi, I have a perplexing problem.... Three weeks ago, I created a web photo gallery in Bridge. I transferred it to my website via FTP and it worked like a charm. Three days later I created another web gallery transferred it to my website using my ftp and the address of what I uploaded takes me to a blank page. I contacted my web hosting support and was told it looks like an issue with my index.html file. Here is a link to the gallery that is working: www.janieblanchard/com/galleries/prettylights/index.html
    Here is the link to the site that is not working:
    www.janieblanchard.com/galleries/macrogallery/index.html
    Any advice would be so helpful, I've spend too many hours trying different galleries and uploading multiple times.
    Thanks!

    What exact camera make and model?
    What specific, exact version of Adobe Camera Raw (ACR) plug-in?
    What specific, exact versions of Bridge and of Yosemite?
    BOILERPLATE TEXT:
    Note that this is boilerplate text.
    If you give complete and detailed information about your setup and the issue at hand,
    such as your platform (Mac or Win),
    exact versions of your OS, of Photoshop (not just "CS6", but something like CS6v.13.0.6) and of Bridge,
    your settings in Photoshop > Preference > Performance
    the type of file you were working on,
    machine specs, such as total installed RAM, scratch file HDs, total available HD space, video card specs, including total VRAM installed,
    what troubleshooting steps you have taken so far,
    what error message(s) you receive,
    if having issues opening raw files also the exact camera make and model that generated them,
    if you're having printing issues, indicate the exact make and model of your printer, paper size, image dimensions in pixels (so many pixels wide by so many pixels high). if going through a RIP, specify that too.
    etc.,
    someone may be able to help you (not necessarily this poster).
    a screen shot of your settings or of the image could be very helpful too.
    Please read this FAQ for advice on how to ask your questions correctly for quicker and better answers:
    http://forums.adobe.com/thread/419981?tstart=0
    Thanks!

Maybe you are looking for

  • Problem with Wacom Tablet in Photoshop

    Hello. I'm currently using Adobe Photoshop CS3 on Windows XP with an Wacom Intuos 3 tablet. The problem I'm having is that when I use the tablet pen to click anywhere in Photoshop, the cursor essentially locks in place and does not move. On the canva

  • How to return "HTTP/1.0 401 Authorization Required" from OSB's Message Flow

    How can I return "HTTP/1.0 401 Authorization Required" header from OSB's Message Flow? Using of "HTTP Transport -> Authentification" is not possible, because I need flow condition. Transports Headers activity from design palette doesn't allow to send

  • DVD stuck in my PC

    I Have managed to get a DVD stuck in my PC.  The tray still opens and closes but the disc is still there. I cannot risk scratching as it contains irreplacable photos. Need help on how to remove the disc drive to get access.

  • Downgrade from OSX to OS9?

    I currently have OSX 10.4.5 on my Powermac BW, but I'm trying to do a boot install of OS 9, I have both os 9.1, and OS 9.2.1, I do not have the restore disc, and I have tried holding C, which does nothing, as well as zapping pram, which causes OSX to

  • IPhoto 11 crashes system (Mountain Lion)

    Hi all-- I upgraded to Mountain Lion hoping some random reliability issues would go away.  Unfortunately, every time I open iPhoto, it crashes the whole system.  Holding down the command and option keys during boot doesn't lead to the rebuild screen.