**Missing-Component palette("Partner Link") in Process Activity In BPEL

I am using JDeloper version 10.1.3.4.0 this is missing some Component palette in Process Activity In BPEL like "Partner Link", Please Tell me which version I should download which is complete, or can I download some add ons.
thanks
Yatan

hi John I have downloaded "Oracle JDeveloper Studio Edition for Windows" however the Partner Link pallet is still missing. please tell .
thanks
Yatan

Similar Messages

  • Dynamically change a partner link config property via the BPEL Consle

    Is it possible to dynamically change a configuration property
    for a partnerlink in the BPEL Console?
    From Help in Jdev:
    - Double click Partner Link
    - Property tab
    -- Help
    --- "Property Tab"
    Partner link properties are simple name-value pair properties that
    are defined and can be accessed at runtime by the BPEL process.
    The value of a property can be changed from Oracle BPEL Console
    at runtime without having to redeploy the BPEL process.
    Steps to reproduce:
    1. Set the configuration property retryMaxCount on a partnerlink
    2. Enter the BPEL Console, click on the process and then the descriptor tab.
    3. Not seeing a utility to change the value in the BPEL Console.

    Hi Dave,
    the console only allows changes to activation agent properties.
    There are two kinds of partnerlinks. Those associated with a receive (inbound, activation), and those associated with an invoke (outbound, webservices invoke). Only the former polling process properties can be configured from the console.
    Outbound there are only a handfull of properties and the lifecycle management is not the same.
    Thanks
    Steve

  • Partner link name issue in B2B-BPEL

    Hi,
    I configured B2B-BPEL interoperability. I am able to see the B2B adapter services wsdl from jdeveloper. I configured custom xml using ebMS protocol in B2B. while creating the partner link for that. it is showing wsdl path:
    http://127.0.0.1:8888/orainfra/wsil/adapters/B2B/Custom/ebMS+Document+Protocol+Revision1-1.0/ebMS+doc+type1/ebMS+doc+def1?wsdl.
    In BPEL, symbols "+, ?" were not supported so i am getting the error like "Name is not a valid NCNAME".
    please some help me to resolve this.

    Hi Ramesh,
    I have applied the latest Patch (Patch Number- 5983622) and Configured the custom over ebMS(I could see from jdeveloper- partnerlink using the B2B WSIL browser). when i click the patnerlink- it shows the /adapters/B2B/Custom/ebMS+Document+protocol+revision1.0/ebMS+doc+type/ebMS+doc+def.
    For wsdl file it shows the location: http://127.0.0.1:8888/orainfra/wsil/adapters/B2B/Custom/ebMS+Document+Protocol+Revision-1.0/ebMS+doc+type/ebMS+doc+def?wsdl.
    I opened this using IE. I found wdsl that:
    <?xml version="1.0" encoding="UTF-8" ?>
    - <definitions name="ebMS+doc+type1_ebMS+Document+Protocol+Revision1-1.0" targetNamespace="http://xmlns.oracle.com/pcbpel/adapter/aq/ebMS+doc+type_ebMS+Document+Protocol+Revision-1.0/" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="http://xmlns.oracle.com/pcbpel/adapter/aq/ebMS+doc+type_ebMS+Document+Protocol+Revision-1.0/" xmlns:plt="http://schemas.xmlsoap.org/ws/2003/05/partner-link/" xmlns:jca="http://xmlns.oracle.com/pcbpel/wsdl/jca/" xmlns:pc="http://xmlns.oracle.com/pcbpel/" xmlns:imp1="http://www.w3.org/2001/XMLSchema" xmlns:obj1="http://xmlns.oracle.com/xdb/B2B/">
    - <types>
    - <!-- Define AQ Headers = Payload Headers + Static Queue Headers
    -->
    - <schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://xmlns.oracle.com/pcbpel/adapter/aq/ebMS+doc+type1_ebMS+Document+Protocol+Revision1-1.0/" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:hdr="http://xmlns.oracle.com/pcbpel/adapter/aq/inbound/">
    <import namespace="http://xmlns.oracle.com/xdb/B2B/" schemaLocation="ebMS+doc+def/B2B_IP_MESSAGE_TYPE.xsd" />
    <import namespace="http://xmlns.oracle.com/pcbpel/adapter/aq/inbound/" schemaLocation="ebMS+doc+def/aqAdapterHeader.xsd" />
    - <complexType name="HeaderType">
    - <sequence>
    - <!-- static header
    -->
    <element name="QueueHeader" type="hdr:HeaderType" />
    - <!-- payload header
    -->
    <element name="PayloadHeader" type="obj1:IP_MESSAGE_TYPE" />
    </sequence>
    </complexType>
    <element name="Header" type="tns:HeaderType" />
    </schema>
    - <schema xmlns="http://www.w3.org/2001/XMLSchema">
    <import namespace="http://www.w3.org/2001/XMLSchema" schemaLocation="ebMS+doc+def/ebMS+doc+def.xsd" />
    </schema>
    </types>
    - <message name="ebMS+doc+type_msg">
    <part name="ebMS+doc+type1" element="imp1:ebMS+doc+type" />
    </message>
    - <message name="Header_msg">
    <part name="Header" element="tns:Header" />
    </message>
    - <portType name="Enqueue_ptt">
    - <operation name="Enqueue_ebMS+doc+type1_ebMS+Document+Protocol+Revision1-1.0">
    <input message="tns:ebMS+doc+type1_msg" />
    </operation>
    </portType>
    - <portType name="Dequeue_ptt">
    - <operation name="Dequeue_ebMS+doc+type1_ebMS+Document+Protocol+Revision1-1.0">
    <input message="tns:ebMS+doc+type1_msg" />
    </operation>
    </portType>
    - <binding name="Enqueue_binding" type="tns:Enqueue_ptt">
    <jca:binding />
    - <operation name="Enqueue_ebMS+doc+type1_ebMS+Document+Protocol+Revision1-1.0">
    <jca:operation InteractionSpec="oracle.tip.adapter.aq.outbound.AQEnqueueInteractionSpec" QueueName="IP_OUT_QUEUE" DatabaseSchema="B2B" ObjectFieldName="PAYLOAD" RecipientList="b2buser" OpaqueSchema="false" PayloadHeaderRequired="true" />
    - <input>
    <jca:header message="tns:Header_msg" part="Header" />
    </input>
    </operation>
    </binding>
    - <binding name="Dequeue_binding" type="tns:Dequeue_ptt">
    <pc:inbound_binding />
    - <operation name="Dequeue_ebMS+doc+type1_ebMS+Document+Protocol+Revision1-1.0">
    <jca:operation ActivationSpec="oracle.tip.adapter.aq.inbound.AQDequeueActivationSpec" QueueName="IP_IN_QUEUE" DatabaseSchema="B2B" ObjectFieldName="PAYLOAD" Consumer="b2buser" OpaqueSchema="false" PayloadHeaderRequired="true" />
    - <input>
    <jca:header message="tns:Header_msg" part="Header" />
    </input>
    </operation>
    </binding>
    - <service name="ebMS+doc+type1_ebMS+Document+Protocol+Revision1-1.0">
    - <port name="Enqueue_pt" binding="tns:Enqueue_binding">
    <jca:address adapterInstanceJndi="eis/b2b" UIConnectionName="b2b" />
    </port>
    - <port name="Dequeue_pt" binding="tns:Dequeue_binding">
    <jca:address adapterInstanceJndi="eis/b2b" UIConnectionName="b2b" />
    </port>
    </service>
    - <plt:partnerLinkType name="PLT_ebMS+doc+type1_ebMS+Document+Protocol+Revision1-1.0_send">
    - <plt:role name="B2BSend_ebMS+doc+type_ebMS+Document+Protocol+Revision-1.0">
    <plt:portType name="tns:Enqueue_ptt" />
    </plt:role>
    </plt:partnerLinkType>
    - <plt:partnerLinkType name="PLT_ebMS+doc+type1_ebMS+Document+Protocol+Revision1-1.0receive">
    - <plt:role name="B2BReceive_ebMS+doc+type_ebMS+Document+Protocol+Revision-1.0">
    <plt:portType name="tns:Dequeue_ptt" />
    </plt:role>
    </plt:partnerLinkType>
    </definitions>
    So i am facing the symbols "+, ?" were not supported so i am getting the error like "Name is not a valid NCNAME".

  • Sending out Archive Link documents to Activity Partner

    Dear all,
    Does anyone know if it is possible to send out Archive Link documents to the Activity Partner by means of an action (+ condition), or does this need to be programmed, as it is not standard available? We have a PDF file that is placed on the Content Server and linked in the activity, and we need to send it by mail, fax, or print (according to the std. communication method of the activity partner) to the activity partner...
    Thanks in advance!
    Joost

    Hi
      Basically Actions use the PPF(Post-processing framework) which automates with the initation  of outputs,follow on documents or work flows.Using the actions tab page with in a business document,you can display a list of actions that can be included in the business transaction.
      SAP smart forms must be used to print ,email or fax such as order confirmation.Actions can create an event to work flow.
       You can define BAdi EXEC_METHODCALL_PPF to adapt actions to your process and needs.
      SAP smart forms
    formCRM_ORDER_CONFIRMATION_01(suitable for faxes,letters and email)
    if you require any further help please dont hesitate to ask
    cheers

  • Modify all partner links of a process

    hello,
    what i am thinking about is to modifiy all partner links used in a process.
    As described in the cookbook you can change the endpoint reference of a parnter link throug an assert statement.
    What i did up to now is to look up the partner links through the api. I have the names of the partner links, etc now in my process workflow stored in a variable. Iterating over the links works fine. Now i want to get and afterwards modifiy the endpoint reference of every partner link in the process. To fetch the information about the endpoint reference of a partner link i tried to use a statement like that:
    <assign name="assign-1">
    <copy>
    <from partnerLink="bpws:getVariableData('link')" endpointReference="..."/>
    <to variable="partnerReference"/>
    </copy>
    </assign>
    the link variable holds the name of a partner link.
    Of course that didn't work :)
    The BPEL4WS spec. 1.1 says that the from-spec has to look like that
    <from partnerLink="ncname" ......
    That would mean that there isn't a possibility to bring any dynamic in that expression
    Any ideas on that?? I mean can i dynamically fill the from and to expression....
    Greets Jens

    There is a whitepaper out that describes dynamic functions for adapter out, I believe the pdf is named bpeltechadp.pdf , search for that on metalink.

  • Why we use Dynamic Partner Link in BPEL process

    hi,
    What is the purpose of using Dynamic Partner link in BPEL process ?

    Hi Shankari,
    apart of using the the config plan you can change the endpoint uri in runtime if you define the property "endpointURI" in your composite
    <binding.ws port="http://xmlns.oracle.com/bpel/workflow/taskService#wsdl.endpoint(TaskService/TaskServicePortSAML)"
    location="http://localhost:7001/integration/services/TaskService/TaskServicePortSAML?ORAWSDL"
    soapVersion="1.1">
    <property name="weblogic.wsee.wsat.transaction.flowOption"
    type="xs:string" many="false">WSDLDriven</property>
    <property name="endpointURI"
    type="xs:string" >http://localhost:7001/integration/services/TaskService/TaskServicePort</property>
    </binding.ws>
    then right click your composite in the enterprise manager and go to "Service/Reference Properties". There you can change the endpointURI property.
    You can also change the endpointURI inside your BPEL process. Go to the invoke inside the bpel process and go to the "properties" tab. There search for the property "endpointURI" and set a value.
    hope this helps
    cheers Nicolas

  • Component Palette missing no matter what I do

    What should I do to get to see the Component Palette? I tried with an application, an applet, and there is no way I get to see the components palette!!!
    What am I missing?
    rgds
    Ronel

    Have you renamed your oracle_home directory? If so there is a bug filed, #2275188 and will be fixed in 9.0.3. If not,
    have you ever seen the component palette? The palette itself is context sensitive, so if you have a java file up, you should see all available javabeans in the palette.

  • Maintaining Single Session between 2 partner links in BPEL Process

    Hi All,
    We have a procedure that inserts data into a Global Temporary table. We have exposed this as a partner link in our BPEL process. We have a procedure that retrieves data from this Global Temporary table and does some processing. We have exposed this procedure also as a partner link in our BPEL process.
    But problem is according to our understanding each partner link takes different session. And Global Temporary tables data is session/transaction specific.
    Is there any way to make complete BPEL process or a set of BPEL activities run in same session or share same transaction.
    Any pointer on this is of great help.
    Thanks,
    Uma.

    1.     BPEL process should be sync (to ensure the process runs in one thread).
    2.     On each partner link specify participate=true (as property)
    3.     DB adapter's database connection MUST point to a XA-location to participate in the global transaction. I.e. modify oc4j-ra.xml, data-sources.xml as follows:
    i. oc4j-ra.xml:
    Location: BPEL_HOME\integration\orabpel\system\appserver\oc4j\j2ee\home\application-deployments\default\DbAdapter\oc4j-ra.xml
    <connector-factory location="eis/DB/IGSD1R12" connector-name="Database Adapter">
    <config-property name="driverClassName" value="oracle.jdbc.driver.OracleDriver"/>
    <config-property name="connectionString" value="jdbc:oracle:thin:@ap672sdb.us.oracle.com:25502:IGSD1R12"/>
         <config-property name="userName" value="apps"/>
    <config-property name="password" value="apps"/>
    <config-property name="minConnections" value="1"/>
    <config-property name="maxConnections" value="5"/>
    <config-property name="minReadConnections" value="1"/>          <config-property name="maxReadConnections" value="5"/>
    <config-property name="usesExternalConnectionPooling" value="false"/>
    <config-property name="dataSourceName" value=""/>
    <config-property name="usesExternalTransactionController" value="false"/>
    <config-property name="platformClassName" value="oracle.toplink.internal.databaseaccess.OraclePlatform"/>
    <config-property name="usesNativeSequencing" value="true"/>
    <config-property name="sequencePreallocationSize" value="50"/>
    <config-property name="tableQualifier" value=""/>
    <config-property name="defaultNChar" value="false"/>
    <config-property name="usesBatchWriting" value="false"/>
    </connector-factory>
    ii. data-sources.xml
    Location: BPEL_HOME\integration\orabpel\system\appserver\oc4j\j2ee\home\config\data-sources.xml
         <data-source class="com.evermind.sql.DriverManagerDataSource"
    name="LocalDataSource"
    location="loc/LocalDataSource"
    xa-location="LocalDataSource"
    ejb-location="jdbc/LocalDataSource"
    connection-driver="oracle.jdbc.OracleDriver"
    username="apps"
    password="apps"
    max-connections="50"
    min-connections="10"
         connection-retry-interval="30"
    max-connect-attempts="10"
    url="jdbc:oracle:thin:apps/[email protected]:25502:IGSD1R12"/>

  • Including Link in Email Process Activity

    How to include link in body of the Email Process Activity ?
    Please help.

    Hi
    I tried including html in the email body
    like
    <html>
    <head>
    </head>
    <body>
    anchor link
    Link
    </body>
    </html>
    and am getting compilation errors.
    The message below the email body says we can include plain text or html into the body but i get errors if i include the above code.
    Can you please explain how to add an assign/copy statement directly into the email body.
    Thanks

  • Missing diagram components from component palette in Jdev11

    I've been using JDeveloper 11 for a couple of months and today went to create a sequence diagram and found that I had no sequence components listed in the Component Palette. The only drop-down selection is "My Components" which is empty.
    I tried this in Tech Preview 4 which I still have and the selection drop-down contains Sequence components such as Object Lifeline, Message, etc.
    I'm using version 11.1.1.0.1 and it's the full Studio version/role that I'm running.
    Any hints on what might be wrong with my setup?
    Thanks,
    Gary

    I tested several approaches:
    - closed and opened Jdeveloper several times
    - rebooted the machine and then opened Jdeveloper
    nothing worked
    I managed to resolve the problem in the "heavy way".
    I first uninstalled/reinstalled JDev 11.1.1.0.2 but nothing changed. It didn't ask me to import settings from previous version.
    I tried again but this time I:
    - uninstalled Jdeveloper
    - removed the directory <JDEV_INSTALL_DIR>/system/system11.1.1.0.31.52.05 (moved it elsewhere)
    - reinstalled Jdeveloper importing settings of my previous JDeveloper 11.1.1.0.1 which was into the directory <JDEV_INSTALL_DIR>/system/system11.1.1.0.31.51.88
    I reopened my projects and everything is back to normal.. at least for DB diagram ans Sequence diagram (I haven't tested everything).
    Since I haven't changed my settings since the upgrade, I haven't lose anything.
    I even closed Jdeveloper and reopened it to check if it was still working fine and it was.
    So this is one solution for people having the same problem.
    I don't know if there is a "lighter" way to resolve the problem.
    Djazia

  • Page Type "Use Case" missing from Configure Component Palette

    Hello,
    According to "22.13.1.3 How to Work with Use Case Component Palette Templates" I should be able to create a new "Use Case" template as follows: From the drop-down list, choose Use Case, then click OK.
    This is not the case, I only have either "Java" or "CSS", there is no "Use Case" that I can see to select. For reference please see: http://docs.oracle.com/cd/E24382_01/user.1112/e17455/creating_diagrams.htm#OJDUG4615
    Does anyone have any idea how I can get "Use Case" to be an option?
    Build JDEVADF_11.1.2.1.0_GENERIC_110907.2314.6081
    Kind regards,
    Allan.

    Hi John,
    Thanks for the confirmation. Unfortunately at this point in time I don't have a Support login, would it be possible for you to post that on my behalf?
    I guess I'll try again in a later release, it's not critical functionality, but would have been nice to have.
    Kind regards,
    Allan.

  • Component palette not showing up for BPEL process

    When I am using the ".bpel" file, the component palette does not show up even though I click View Component palette.
    I have used the component palette only once. After that I am not able to view it. I tried restarting the IDE but it would'nt work.
    Please help..
    thanks
    svidya

    Hi,
    does the component palette show for other files (e.g. JSP)? Make sure the BPEL designer is open and the press ctrl+sift+P. Make sure the palette isn't hidden by another palette (in which case it shows as a tab)
    Frank

  • Explaination of Component palette in BPEL

    Hi ,
    i am new to BPEL and have been asked to work on BPEL without any prior training :(. When i open Jdeveloper i find a component palette which has foll options
    1. Code Snippets
    2. Preferred Components
    3. Proces activities
    4. Services
    5. XML
    Can someone explain from where to study about them or what they are and what are details of the various options provided by them

    If just learning, the options that will be most useful is the Process Activities and the Services
    Process Activities are the activities to help build a BPEL process
    This link give reference to all these activities.
    http://download.oracle.com/docs/cd/B31017_01/integrate.1013/b28981/introbpel.htm#CIHEDJFJ
    the services are the partner links / adapters avaliable for you to use.
    Most of the time you will use the Process Activity view.
    cheers
    James

  • How to manage multiple operation within the same partner link ?

    Hi,
    I have a partner link with 2 possible operations : "sayYes" and "sayNo".
    I want to do the following : if the operation is "sayYes", I return "YES", if it's "sayNo", I return "NO".
    (not really complex... in theory)
    In my WSDL file, I have the following :
         <message name="TestPickRequestYesMessage">
              <part name="payload" element="client:TestPickProcessYesRequest"/>
         </message>
    <message name="TestPickRequestNoMessage">
              <part name="payload" element="client:TestPickProcessNoRequest"/>
         </message>
         <message name="TestPickResponseMessage">
              <part name="payload" element="client:TestPickProcessResponse"/>
         </message>
         <portType name="TestPick">
              <operation name="sayYes">
                   <input message="client:TestPickRequestYesMessage" />
                   <output message="client:TestPickResponseMessage"/>
              </operation>
    <operation name="sayNo">
                   <input message="client:TestPickRequestNoMessage" />
                   <output message="client:TestPickResponseMessage"/>
              </operation>
         </portType>
    The returned value is in a string variable : "return_value".
    I've created a "pick" activity :
    <pick name="Pick_1" createInstance="yes">
    <onMessage portType="client:TestPick" operation="sayYes"
    variable="inputVariableYes" partnerLink="TestPick">
    <sequence name="Sequence_1">
    <assign name="setReturnYES">
    <copy>
    <from expression='"YES"'/>
    <to variable="return_value"/>
    </copy>
    <copy>
    <from variable="return_value"/>
    <to variable="outputVariable" part="payload"
    query="/client:TestPickProcessResponse/client:result"/>
    </copy>
    </assign>
    <reply name="replyOutputYES" partnerLink="TestPick"
    portType="client:TestPick" operation="sayYes"
    variable="outputVariable"/>
    </sequence>
    </onMessage>
    <onMessage portType="client:TestPick" operation="sayNo"
    variable="inputVariableNo" partnerLink="TestPick">
    <sequence name="Sequence_2">
    <assign name="setReturnNO">
    <copy>
    <from expression='"NO"'/>
    <to variable="return_value"/>
    </copy>
    <copy>
    <from variable="return_value"/>
    <to variable="outputVariable" part="payload"
    query="/client:TestPickProcessResponse/client:result"/>
    </copy>
    </assign>
    <reply name="replyOutputNO" partnerLink="TestPick"
    portType="client:TestPick" operation="sayNo"
    variable="outputVariable"/>
    </sequence>
    </onMessage>
    </pick>
    !http://www.monsterup.com/image.php?url=upload/1237201855.png!
    [http://www.monsterup.com/image.php?url=upload/1237201855.png]
    !http://www.monsterup.com/image.php?url=upload/1237201924.png!
    [http://www.monsterup.com/image.php?url=upload/1237201924.png]
    When I deploy and test this application, I have a huge problem : if a choose a "*sayNo*" message, my application do the following :
    The "pick" activity logs :
    <inputVariableYes>
    - <part name="payload" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    - <ns1:TestPickProcessNoRequest xmlns:ns1="http://xmlns.oracle.com/TestPick">
    <ns1:input>
    blabla
    </ns1:input>
    </ns1:TestPickProcessNoRequest>
    </part>
    </inputVariableYes>
    I have a right "*TestPickProcessNoRequest *" message type.
    BUT, the next activity is "setReturnYES", instead of "setReturnNO".
    !http://www.monsterup.com/image.php?url=upload/1237201958.png!
    [http://www.monsterup.com/image.php?url=upload/1237201958.png]
    Can anyone tell me where I'm wrong ?
    It looks like the "pick" activity always go with the first sequence...

    Hi PhunkyBob,
    I also had a hard time, finding out that the problem was with the BPEL console and not with my processes -.-
    Perhaps it's the Browser, I too use Firefox. Did not try it in IE yet.
    Here is the solution, try to switch to XML View and then change the Operation! (you will notice that it changes properly) Then you can either send it that way or return to HTML View.
    I have always to it that way,.. gets really annoying when I have to test a process many times :-/ ...change to xml, change operation, back to html, making entries, send...
    If someone has a solution, other than changing the Brwoser, please post :-)
    greetings,
    Michael

  • The Database Link is not active

    try to be more clear, i'm in lack of ideas in this problem.
    I am following guide Oracle Database 2 Day + Data Replication and Integration Guide.
    I defined global_names parameter of remote database as true.In the step of "creation database link" i am getting error.(oracle enterprise manager 11g-->schema-->database links-->create)
    When i query on remote database(select * from global_name), I got orcl.
    So,In "Name" and "Net service name" field i specified orcl.Check radio button "Fixed user." and Username and password of remote database, and i got message "Database Link STRMADMIN.ORCL has been created successfully."
    But when i clicked on database link Name i got error, saying that
    "The Database Link is not active.ORA-02084: database name is missing a component "
    (Both dbs are oracle 11g.)
    Please reply.

    I think I am confused, "what should be Name and Net Service Name" while creating database link in context of "Database Replication." when global_names parameter is true in both database. I read somewhere "If the value of the GLOBAL_NAMES initialization parameter is TRUE, then the database link must have the same name as the database to which it connects." so what should database link name " should it be remote database name? db_domain?( or outtput of select * from global_name).......
    my tnsnames.ora on source db is
    ORCL.a.ernet.in =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = a.b.c.d)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = ORCL.a.ernet.in)
    when i connect user of remote database(a.b.c.d) from sqlpuls then it is connected.
    command which i give : sqlplus remoteUser/[email protected]

Maybe you are looking for

  • Having same Zen Nano Plus problem as Golden Oldi

    I didn't want to hijack Paloma's post, but was amazed when I read it because the same thing is happening to me! My new Zen Nano Plus <EM>just</EM> arri'ved in the mail 2 days ago, I downloaded the software, connected the player to register it and got

  • How to make Target Value field mandatory in WK  contracts

    Dear All, Can the Target Value field in quantity contracts be set to a mandatory field like in Value contracts? Regards.

  • Copy window bigger than screen

    can I copy a window that is larger than the screen  without buying additional software like snagit ? Thanks. Zww27

  • Illustrator icons keep changing to a PDF icon?

    Anybody know? Why does my illustrator icon keep changing to a PDF icon each time i make a change to a file? The only way I can get it back is to make a change to the title then change it back again. Using illustrator CS3 and the latest adobe acrobat

  • Preferences not honored

    I find a web page showing Flash content (since Macromedia has yet to provide a client-side utility for configuring their Flash Player AX control). I right-click and hit the Advanced button which opens a new browser to Macromedia's web pages that disp