Propagation Issue - Workflows are not propagating

Hi All,
I am working on Weblogic Portal 10.2 and using MySql 5.0.
I am propagating data from Windows env to Linux server Using Ant Tool.
Destination environment having only initial data , means data created during domain creation.
But Custom workflows are not moving from source to destination during propagation.
Pls suggest what changes to be done to propagate workflows succesfully
Thanks & Regards,
Srinivas
Edited by: SrinivasJ on Dec 4, 2008 9:47 PM

Hi Srinivas,
I'm not aware of any issues with propagating workflow definitions, but I know that the workflow status of content items is not propagated. If that is the only issue you are having then perhaps the bulk update tool would be of use?
http://download-llnw.oracle.com/docs/cd/E13155_01/wlp/docs103/cm/libraryServicesCM.html#wp1084746
It allows you to change the status of several content items in a single operation. The docs only show the bulk update tool being used in the "Assigned Items" folder, but it is also available in the "Checked-Out Items" folder.
If that tool is not flexible enough to do what you need to do then it is possible to use the Content Management APIs to develop a simple JSP or portlet that changes the workflow status of whatever items you want. I know that some people did this before the bulk update tool became available in version 10.2.

Similar Messages

  • Workflows are not shown in the OAM aplications front end but exists in LDAP

    Hi
    In my OAM application, Workflows are not shown in the front end but exists in LDAP. Any idea how the workflows are displayed on the front end.
    due to this not there in production, when i tried to create a user, it says i donot have access rights.
    When i try to create and add workflows in the LDAP, the server rejects with the following error:
    Error adding object 'dn: obname=R20030715T164905882142,obpolicyContainerId=WorkflowDB, obcontainerId=Policies, o=Oblix,ou=oblixconfigentries,. The error sent by the server was 'Already exists':
    the entry is : last line shows obwfstatus as deleted ...
    dn: obwfinstanceid=7e872056d0ce012f0000BD537dc00000,obcontainerId=workflowInstances,o=Oblix,ou=oblixconfigentries, dc=axa,dc=co,dc=uk
    modifyTimestamp;adcsn-5038aa2900000001000f;vucsn-5038aa2900000001000f: 20120825103356Z
    modifiersName;adcsn-5038aa2900000001000e;vucsn-5038aa2900000001000e: uid=oblixadmin,ou=admins,dc=uk
    obwfstatus;adcsn-5038aa2900000001000d;vucsn-5038aa2900000001000d: 8
    obwfstatus;vdcsn-5038aa2900000001000d;deleted:

    Edit the targetNamespace to any name less than 60 chars and they try again
    Regards,
    Prateek

  • My Customized Workflows are not triggering

    Hi All,
    I customized workflows.But in SWEL my all customized workflows are not triggering from the last two days..Before it was working..In SWE2 also done properly and SWU3 also fine.
    Please give suggession whereis the Problem?
    Regards,
    Soni

    If you look at the details of your event linkage entry (transaction SWE2) you will find that the "Check function module" field is not empty. The function module, when executed for the event you created, raised an exception - which is the standard way for a check function module to prevent a workflow from starting.
    The check function module could be one set up for a workflow start condition, namely SWB_CHECK_FB_START_COND_EVAL. If so, check the workflow start conditions for your workflow (transaction SWB_COND).
    Otherwise, examine the check function module's code to determine what it checks and why it prevents your workflow from starting.
    <a href="http://help.sap.com/saphelp_erp2005vp/helpdata/en/c5/e4b027453d11d189430000e829fbbd/content.htm">SAP documentation: Using (event) linkages</a>

  • Bounds are not propagated in extended class

    Have a look on this small example, 3 classes A, B and C.
    B and A are generics class,
    B herits of A and there is a lower bounds on the class T in B (T extends C)
    public class A<T> {
         public A() {}
         public T foo()
    public class B<T extends C> extends A<T> {
         public B() {}
         public static void main(String[] args) {
              B inst = new B();
              C cInst = inst.foo3();  //problem : it does'nt work !!
    public class C {
         public C() {}
    }The problem is in the main of the class B, the compiler says : "Cannot convert from Object to C".
    My reasoning :
    There is a type constraint (a lower bound) on T in the class B, so "T extends C" in the class B, so "T extends C" in the class A for an instance of the class B. The call to the method foo() does answer an object which class extends class C !!
    Someone has an explanation, it's abnormal or I should set the parameters of javac.
    thank you.

    Ok my examples were wrong !!
    Have a look on this example (smaller and better !)
    B and A are generics class,
    B herits of A and there is a lower bounds on the class T in A "T extends C"
    public class A<T extends C> {
         public A() {}
         public T foo()
         public void foo2() {
              C cinst = foo(); //no problem : it works
    public class B<T> extends A<T> {
         public B() {...}
         public void foo3() {
              C cinst = foo(); //error : "cannot convert T to C"
    }The type constraint "<T extends C>" of the class "A" is not propagated to the class "B" !!
    I have to add the constraint <T extends C> to the class B like this
    public class B<T extends C> extends A<T> {...}However, it's inevitably like this !

  • Issue with events not propagating when selecting toolbar items

    Hey All,
    I'm on OS X Lion using CS6 beta and observing events in Photoshop form an outside application using Cocoa's NSEvent#addGlobalMonitorForEventsMatchingMask.
    It seems Photoshop is stoping the propogation of some events coming out of selection of toolbar items. Here's the issue:
    There are two ways to select the Pencil tool from the toolbar. (Method A) I can click the Paintbrush, holding down for a second and releasing, then mouse move to the Pencil and click, OR (Method B) I can mouse down the on the Paintbrush and drag the mouse to the Pencil.
    If I use Method A I get what seems to be every event associated with the interaction, BUT If I use Method B Photoshop seems to stop the propogation of a lot of drag events.
    Are there any experts out there that have an knowledge of why this is, or if there are any known work arounds?
    Regards,
    Ned
    ps This is also an isue in Photoshop 5

    Ned, this is a bit over my head, but FYI (and your troubleshooting research), there are other methods to get alternate tools: ALT+click to cycle them, CMD/right-click to get the flyout, and Shift+Tool shortcut (unless you changed the setting in preferences)
    BTW, method B is not  the same as A? The only difference is that in A, there is a release, then a move to target area, then another click, while in B, we have a hold, then a move to the target area, then release.

  • 2LIS_02_S896 issue : Records are not updated into BW

    Hi
    ->We use 2LIS _ 02 _ SCL extractor to pass PO's to BW with delta.
    ->Works fine until the last week ,
    ->But on a particular date ( 15.05.2007) some of the records are not updated in BW.They are even not found at PSA level itself
    ->For eg for a material X there are two entries found in R/3 ( MB51 ) for the same posting date, now one of them is picked in BW (PSA level ) and other is not.
    ->There was no load fail / delta fail in BW and there is no exit written for this.
    ->Records are not updated in RSA3.
    Let me know how this issue can be fixed.Its urgent.
    Thanks,
    Jilani

    Hi Gagan,
    Kindly check if you have any selection restrictions in your infopackage.
    Regards.

  • ISE 1.3 MyDevices Portal issue: You are not owner of this device

    Hello there,
    I'm facing an issue with MyDevices portal. 
    The BYOD On-Boarding registration works pretty good, and the users get access to the network as they have to do.
    However, when the user accesses the MyDevices portal, some registered devices (which already have access to the network) is showed as in "Pending" state. But it I dont think it could not be an issue because the users can connect any time and get access to the network normally.
    The problem is: when the user tries to edit or change the state of the device (mark as Lost, Stolen or Delete), they get the error message "You are not owner of this device; it belongs to someone els. Contact the help desk if you need assistance".
    P.S.: the users are allways facing this error message, despite the device is in pending or registered state.
    Does someone has faced a problem like this, or have an idea to help me solve it?
    Thanks in advance.
    Error message attached.

    robertbrink1,
    I've tried to reproduce the problem in my lab environment, however every thing have worked perfectely. So I'm guessing if this issue is not regarding the ISE implemented in a Distributed Deployment. Because the real implementation I'm working is a Distribuited Deployment and the LAB I tested is a Standalone.
    So, for the next steps I'll replicate the tests to a Distributede deployment.
    Thanks in advance,
    Paulo

  • CO-PA for good issue documents are not created

    Dear All
    We are using both account & cost based CO-PA , actually the problem is this that when we are doing the sales cycle, after billing my CO-PA document created  but the same when I do delivery COGS document not created  ,actually for sales I am taking the sales data from condition type(assignment of condition type to CO-PA value filed) and for COGS , I have assigned the COGS  GL accounts in TRANSACTION Code OKB9 (automatic determine the profitability segment) also the same GL accounts I have assigned  with value field in
    Assignment PA transfer structure
    Now when I am doing sales cycle , CO-PA document has been created when I am doing billing but when I am doing Good issue , CO-PA not created  but if I go and check the GL account of  COGS account I found the all detail of my profitability segment which hit this GL account
    Please help in this regard.
    Regards
    Kashif

    I assume that problem relates to billing in make-to-stock scenario. Since COPA document is automatically created with billing. Please note the following -
    1. COGS GL account is not created as cost element.
    2. There is no CO / COPA document at the time of delivery.
    3. Condition type ‘VPRS’ should exist in SD pricing. It is updated form material master.
    4. Condition type ‘VPRS’ should be assigned to COPA value field (just like PR00 / price).
    5. Revenue and COGS value fields are updated at the time of billing.
    Hope it clarifies.
    Regards,

  • If standard Workflows are not available what to do?

    Hi,
    Can anyone please tell me if any standard workflow is not available how to go for our own workflows???

    Hi Chaterjee,
    I really did not understand the query in FULL, but i am expecting that you are trying to trigger a WF when a particular action takes place in a Standard SAP transaction.
    There will be a Business Object (Trn: SWO1)and a corresponding Event that would be triggered whenever an action takes place in a Standard Transaction scenario. There could be a Standard WF that could get triggered whenever this event occurs.
    But it may not suit our customer requirement. There could be a case where the Standard has not delivered a WF itself. Then we go for creation of new WF based on the Business Object EVENT that is triggered by the standard. The WF will have the Event of the Business Object in the Triggering Events Tab. Creation of WF is done using Trn: SWDD or PFTC.
    Now if there is no business object and an event then you need to create one and trigger it explicitly in an user-exit/BADI whenever that action in the standard transaction occurs.
    This description may not solve your problem but might give you a picture what you may be looking for. Please let me know if further details are required from my side.
    Thanks & Regards,
    Goutham.

  • AET Issue-Zfields are not available in the list of Reusable ZFields List

    Hi Experts
    I created and added Z fields using AET for Incident (SRQM_INCIDENT_H/IncidentHeaderEF VIEW).
    Same Z fields I want use in Incident_SLA (SRQM_SLAPRO\ SLASRVCTRVIEW), I make utilize of Add Reusable Field button to choose the existing Zfields. But Zfields are not available in the list of existing ZFields  for SRQM_SLAPRO\ SLASRVCTRVIEW.
    Please help me in this scenario.
    Thanks
    Chand

    This is almost same issue which makes me to reply here..
    In Extension Object MKTPL_MPL, MKTPL_MPT I could reuse the fields which were defined in MKTPL_CPT.
    And in Extension Object MKTPL_CPG, I could also reuse "some" fileds in MKTPL_CPT.
    But some of fileds of MKTPL_CPT which were already reused in MKTPL_MPL, MKTPL_MPT were not displayed in the reusable fields list for MKTPL_CPG.
    In AXTREG, The BOP and Extention location is same like below.
    Can you please explain to me why I cannot see the fields in the list? or, what should I check in the system?
    [in AXTREG]
    BO : MKTPL_CPT
    Reference BO : MKTPL_CP
    BOP : Header
    Extension Location : INCL_EEW_MKTPL_HEADER
    BO : MKTPL_CPG
    Reference BO : MKTPL_CP
    BOP : Header
    Extension Location : INCL_EEW_MKTPL_HEADER
    BO : MKTPL_MPL
    Reference BO : MKTPL_MP
    BOP : Header
    Extension Location : INCL_EEW_MKTPL_HEADER
    BO : MKTPL_MPL
    Reference BO : MKTPL_MP
    BOP : Header
    Extension Location : INCL_EEW_MKTPL_HEADER
    Many thanks and regards,
    Soyeon

  • Avoiding the LOB chunk updates as LOB columns are not propagated.

    Hi,
    We have a setup where we are using the streams along with messaging gateway to propagate the changes to websphere MQ. we are deleting the LOB columns at the capture process itself using the delete_column function. but in case of LOB tables, insert statements are propagating in two parts(1 insert and 1 update, which is for lob column). we need to eliminate this second statement(update) as we do not require this statement. any help would be greatly appreciated.
    Regards,
    Ankit

    This amount to a transformation on the capture. You have no choice than abandon the built in function and create a transform function and attach this transform function on the capture using an action context. Action context are process that automatically fire.
    I wrote a note on this, it is not an easy matter but there is enough information on how to do it.
    http://sourceforge.net/apps/mediawiki/smenu/index.php?title=How_to_Transform_capture
    If nevertheless you find a way to use a transform function at capture site using a built in function, please let us know.

  • Simple ADF Train Application Issue, Trains  are  not  showing up on UI

    Hi
    I am new to ADF,I am Using JDeveloper 11.1.2.3.0
    I have created a bounded taskflow train-flow.xml , with train flow, and three jsff pages sequentially start.jsff,adress.jsff,payment.jsff.
    I have used a template Train-Template.jsf for those three jsff pages with the <af:trainButtonBar>.
    I dragged that train-flow.xm bounded task flow as region into the Main.jsf page
    -->when i run this Main.jsf page no trains are showing up on UI.
    Plz help me.
    train-flow.xml
    <?xml version="1.0" encoding="windows-1252" ?>
    <adfc-config xmlns="http://xmlns.oracle.com/adf/controller" version="1.2">
    <task-flow-definition id="train-flow">
    <default-activity>start</default-activity>
    <view id="start">
    <page>/start.jsff</page>
    <train-stop/>
    </view>
    <view id="addresses">
    <page>/addresses.jsff</page>
    <train-stop/>
    </view>
    <view id="payment">
    <page>/payment.jsff</page>
    <train-stop>
    <sequential>false</sequential>
    </train-stop>
    </view>
    <train/>
    <use-page-fragments/>
    </task-flow-definition>
    </adfc-config>
    Train-Template.jsf
    <?xml version='1.0' encoding='UTF-8'?>
    <af:pageTemplateDef xmlns:af="http://xmlns.oracle.com/adf/faces/rich" var="attrs" definition="private"
    xmlns:afc="http://xmlns.oracle.com/adf/faces/rich/component" xmlns:f="http://java.sun.com/jsf/core">
    <af:decorativeBox id="pt_db1">
    <f:facet name="center">
    <af:facetRef facetName="body"/>
    </f:facet>
    <f:facet name="top">
    <af:trainButtonBar id="pt_tbb1"/>
    </f:facet>
    </af:decorativeBox>
    <af:xmlContent>
    <afc:component>
    <afc:display-name>Train-Template</afc:display-name>
    <afc:facet>
    <afc:facet-name>body</afc:facet-name>
    </afc:facet>
    </afc:component>
    </af:xmlContent>
    </af:pageTemplateDef>
    One page is (adress.jsff)
    <?xml version='1.0' encoding='UTF-8'?>
    <ui:composition xmlns:ui="http://java.sun.com/jsf/facelets" xmlns:af="http://xmlns.oracle.com/adf/faces/rich"
    xmlns:f="http://java.sun.com/jsf/core">
    <af:pageTemplate viewId="/Train-Template.jsf" id="pt1">
    <f:facet name="body">
    <af:panelHeader text="panelHeader 1" id="ph1">
    <f:facet name="context"/>
    <f:facet name="menuBar"/>
    <f:facet name="toolbar"/>
    <f:facet name="legend"/>
    <f:facet name="info"/>
    <af:outputText value="Adress Stop" id="ot1"/>
    </af:panelHeader>
    </f:facet>
    </af:pageTemplate>
    </ui:composition>

    Hi,
    here is your problem:
    <af:trainButtonBar id="pt_tbb1"/>
    the train bar is not linked to a train model. You need to reference #{ControllerContext.currentViewPort.taskFlowContext.trainModel} from the trainButtonBar to make it work
    Frank

  • ADF Train Application Issue, Trains  are  not  showing up on UI

    Hi
    I am new to ADF, I am Using JDeveloper 11.1.2.3.0
    I have created a bounded taskflow train-flow.xml , with train flow, and four jsff pages sequentially start.jsff,adress.jsff,payment.jsff,review.jsff and one Taskflow Call activity children_btf
    children_btf.xml contain three jsff pages.
    I have used a template Train-Template.jsf for those three jsff pages with the <af:train id="pt_t1" value="#{controllerContext.currentViewPort.taskFlowContext.trainModel}"/>.
    I dragged that train-flow.xm bounded task flow as region into the Main.jsf page
    -->when i run this Main.jsf page no trains are showing up on UI.
    Plz help me.
    train-flow.xml
    <?xml version="1.0" encoding="windows-1252" ?>
    <adfc-config xmlns="http://xmlns.oracle.com/adf/controller" version="1.2">
    <task-flow-definition id="train-flow">
    <default-activity>start</default-activity>
    <view id="start">
    <page>/start.jsff</page>
    <train-stop>
    <display-name>Start</display-name>
    </train-stop>
    </view>
    <view id="addresses">
    <page>/addresses.jsff</page>
    <train-stop>
    <display-name>Adress</display-name>
    </train-stop>
    </view>
    <task-flow-call id="children_btf">
    <task-flow-reference>
    <document>/WEB-INF/children_btf.xml</document>
    <id>children_btf</id>
    </task-flow-reference>
    <train-stop>
    <display-name>Child train</display-name>
    </train-stop>
    </task-flow-call>
    <view id="payment">
    <page>/payment.jsff</page>
    <train-stop>
    <display-name>PAYMENT</display-name>
    <sequential>false</sequential>
    </train-stop>
    </view>
    <view id="reviews">
    <page>/reviews.jsff</page>
    <train-stop>
    <display-name>Review</display-name>
    </train-stop>
    </view>
    <task-flow-return id="taskFlowReturn1">
    <outcome>
    <name>taskFlowReturn1</name>
    </outcome>
    </task-flow-return>
    <train/>
    <control-flow-rule id="__1">
    <from-activity-id>reviews</from-activity-id>
    <control-flow-case id="__2">
    <from-outcome>commit</from-outcome>
    <to-activity-id>taskFlowReturn1</to-activity-id>
    </control-flow-case>
    </control-flow-rule>
    <control-flow-rule id="__3">
    <from-activity-id>children_btf</from-activity-id>
    <control-flow-case id="__4">
    <from-outcome>taskFlowReturn1</from-outcome>
    <to-activity-id>payment</to-activity-id>
    </control-flow-case>
    </control-flow-rule>
    <use-page-fragments/>
    </task-flow-definition>
    </adfc-config>
    Train-Template.jsf
    <?xml version='1.0' encoding='UTF-8'?>
    <af:pageTemplateDef xmlns:af="http://xmlns.oracle.com/adf/faces/rich" var="attrs" definition="private"
    xmlns:afc="http://xmlns.oracle.com/adf/faces/rich/component" xmlns:f="http://java.sun.com/jsf/core">
    <af:decorativeBox id="pt_db1">
    <f:facet name="center">
    <af:facetRef facetName="body"/>
    </f:facet>
    <f:facet name="top">
    <af:train id="pt_t1" value="#{controllerContext.currentViewPort.taskFlowContext.trainModel}"/>
    </f:facet>
    </af:decorativeBox>
    <af:xmlContent>
    <afc:component>
    <afc:display-name>Train-Template</afc:display-name>
    <afc:facet>
    <afc:facet-name>body</afc:facet-name>
    </afc:facet>
    </afc:component>
    </af:xmlContent>
    </af:pageTemplateDef>
    One Page: adresses.jsf
    <?xml version='1.0' encoding='UTF-8'?>
    <ui:composition xmlns:ui="http://java.sun.com/jsf/facelets" xmlns:af="http://xmlns.oracle.com/adf/faces/rich"
    xmlns:f="http://java.sun.com/jsf/core">
    <-- <af:pageTemplate viewId="/Train-Template.jsf" id="pt1"> -->
    <f:facet name="body">
    <af:panelHeader text="panelHeader 1" id="ph1">
    <f:facet name="context"/>
    <f:facet name="menuBar"/>
    <f:facet name="toolbar"/>
    <f:facet name="legend"/>
    <f:facet name="info"/>
    <af:outputText value="Adress Stop" id="ot1"/>
    </af:panelHeader>
    </f:facet>
    </af:pageTemplate>
    </ui:composition>
    children_btf.xml
    <?xml version="1.0" encoding="windows-1252" ?>
    <adfc-config xmlns="http://xmlns.oracle.com/adf/controller" version="1.2">
    <task-flow-definition id="children_btf">
    <default-activity>billing</default-activity>
    <view id="billing">
    <page>/billing.jsff</page>
    <train-stop>
    <display-name>Billing</display-name>
    </train-stop>
    </view>
    <view id="shipping">
    <page>/shipping.jsff</page>
    <train-stop>
    <display-name>Shipping</display-name>
    </train-stop>
    </view>
    <task-flow-return id="taskFlowReturn1">
    <outcome>
    <name>taskFlowReturn1</name>
    </outcome>
    </task-flow-return>
    <train/>
    <control-flow-rule id="__1">
    <from-activity-id>shipping</from-activity-id>
    <control-flow-case id="__2">
    <from-outcome>don</from-outcome>
    <to-activity-id>taskFlowReturn1</to-activity-id>
    </control-flow-case>
    </control-flow-rule>
    <use-page-fragments/>
    </task-flow-definition>
    </adfc-config>

    -->sorry, i have tried many ways , i forgot to remove the comment for page template in adrress.jsf fragment, there are no more commnets in any .jsff pages still its not working
    this is the my main page, using task flow as region.
    Main.jsf
    <?xml version='1.0' encoding='UTF-8'?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <f:view xmlns:f="http://java.sun.com/jsf/core" xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
    <af:document title="untitled1.jsf" id="d1">
    <af:form id="f1">
    <af:panelStretchLayout topHeight="50px" startWidth="100px" id="psl1">
    <f:facet name="top">
    <af:panelAccordion id="pa1">
    <af:showDetailItem text="Browse" id="sdi1" disclosed="true"/>
    <af:showDetailItem text="Search" id="sdi2"/>
    </af:panelAccordion>
    </f:facet>
    <f:facet name="center">
    <!-- id="af_twocol_left_full_header_Stretched" -->
    <af:panelStretchLayout startWidth="100px" id="psl2">
    <f:facet name="center">
    <af:region value="#{bindings.trainflow2.regionModel}" id="r1"/>
    </f:facet>
    <f:facet name="start"/>
    </af:panelStretchLayout>
    </f:facet>
    </af:panelStretchLayout>
    </af:form>
    </af:document>
    </f:view>
    Edited by: Rajashekar Thippireddy on May 16, 2013 9:30 AM

  • Workflows are not working with UAG

    Dear Support,
    I've developed a SharePoint Designer 2010 platform based workflow which contains 2 stages. First stage contains 'Start Feedback Process' whereas the next stage contains 'Start Approval Process'. The workflow runs manually.
    The workflow is running absolutely fine on local (on production) but it doesn't start when try through https (UAG is implemented).
    It means the issue arises when workflow starts via UAG. There is no such condition/feature in UAG to enable for workflow.
    Please guide, thanks.
    Sohaib
    Sohaib Khan

    Hi,
    For this issue, I'm trying to involve someone familiar with this topic to further look at it.
    Thanks,
    Wendy
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Wendy Li
    TechNet Community Support

  • Work flow issue- Changes are not reflected at rum time

    Hi,
        I want to change the Work item text for a task in a workfolw.
        When i am executing the worklow after changing the work item text of the required task(this task creates a work item), the change is not reflected. The work item is ceated with the previous text.
       Please tell me how to make change to reflect at the run time.
    regards,
    Shweta.

    Hi ,
    the problem may be in refreshing of buffer . Try to synchronize buffer manually using transaction SWU_OBUF.
    Regards
    Saurabh

Maybe you are looking for

  • Variable company code in alv top of page

    Dear Experts,    I have a report, in which selection screen having company code (bukrs), so based on company code, the company name should appear in the top of page in alv output. Please help me.  highly appreciable for who are given the solution. Mo

  • Contacts sync ****

    In Feb this year I tried to get rid of my Palm V and bought an iPod Touch. I was a happy man until end of June. Then contact sync **** broke out. I had to move to a different laptop that runs Outlook 2000 instead of Outlook 2003. Step #1: Try synchin

  • Acrobat X - Word with linked Excel-Sheets is blank

    Hello Acrobats, the following problem occurs using MS Office 2007 on Win XP with Acrobat X PDF-Maker: A MS Word document has a linked Excel-Sheet inserted. The PDF maker is used to create a PDF with no tags or PDF/A specification. With Acrobat 9 no p

  • Drill through reports not working

    Hi All, I am trying the drill through functionality in a report which is pretty straight forward, I am using a parent report and in it I am using one of the text boxes to drill down to another report by passing its parameter to the child report, Both

  • Flickr sync truncating sets over 500 images

    I have a Flickr set with 577 images. I went to sync it with Aperture, and it only showed 500 images. When I went back to Flickr, I saw that the set had been truncated, with the 77 most recent images removed. To confirm, I re-added them, fired up Aper