I am getting these 2 error

java.rmi.UnmarshalException: error unmarshalling return; nested exception is:
java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: Employee
at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:173)
Actually i post the values to the rmi IMplem where it gets the values from the database and i have to print the values in the Swing 4 textfileds..
code is
Swing
private void jButton1ActionPerformed(java.awt.event.ActionEvent evt) {                                        
evt.getActionCommand();
String lg = "localhost";
String ii=jComboBox1.getSelectedItem().toString();
int sid=Integer.parseInt(ii);
int i = 0;
try {
Bankif5 c = (Bankif5) Naming.lookup("rmi://" + lg + "/banking");
Employee e[]=c.Edetails(sid);
int ii1=e.length;
for(i=0;i<ii1;i++)
jTextField1.setText(e._getname());
jTextField2.setText(e[i]._geteid());
jTextField3.setText(e[i]._getdob());
jTextField4.setText(e[i]._getdept());
/*this.setLayout(new GridLayout(e.length+1,4));//e.length is row count & 4 is col count
//4 is for name,date,ed,dept
this.add(new TextField("nam"));
this.add(new TextField("dt"));
this.add(new TextField("ed"));
this.add(new TextField("dpt"));
for(int i=0;i<e.length;i++)
this.add(new TextField(e[i].nam+""));
this.add(new TextField(e[i].dt+""));
this.add(new TextField(e[i].ed+""));
this.add(new TextField(e[i].dpt+""));
} catch (NotBoundException ex) {
Logger.getLogger(ViewPayroll.class.getName()).log(Level.SEVERE, null, ex);
} catch (MalformedURLException ex) {
Logger.getLogger(ViewPayroll.class.getName()).log(Level.SEVERE, null, ex);
} catch (RemoteException ex) {
Logger.getLogger(ViewPayroll.class.getName()).log(Level.SEVERE, null, ex);
} catch (ClassNotFoundException ex) {
Logger.getLogger(ViewPayroll.class.getName()).log(Level.SEVERE, null, ex);
}catch (SQLException ex) {
Logger.getLogger(ViewPayroll.class.getName()).log(Level.SEVERE, null, ex);
RMI impml
public Employee[] Edetails(int ecode) throws RemoteException, ClassNotFoundException, SQLException {
Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
Connection con=DriverManager.getConnection("jdbc:odbc:project","scott","tiger");
Statement st=con.createStatement();
ResultSet rs=st.executeQuery("select * from emptable where empid="+ecode);
int c=0;
while(rs.next()){
c++;
rs.close();
rs=st.executeQuery("select * from emptable where empid="+ecode);
Employee a[]=new Employee[c];
for(int i=0;i<c;i++)
rs.next();
a[i]=new Employee(rs.getString(1), rs.getInt(2), rs.getDate(3),rs.getString(4));
rs.close();
con.close();
return a;
itr stores values from employee class
public class Employee {
public String nam;
public Date dt;
public int ed;
public String dpt;
public Employee(String name, int eid, Date date,String dept) {
nam=name;
dt=date;
ed=eid;
dpt=dept;
public String _getname()
String nn=nam;
return nn;
public String _getdob()
Date dd=dt;
String d1=dd.toString();
return d1;
public String _getdept()
String gdpt=dpt;
return gdpt;
public String _geteid()
int geid=ed;
String gseid=Integer.toString(geid);
return gseid;

I would think that "*writing aborted; java.io.NotSerializableException: Employee*" was pretty self explanatory. If you don't understand what that means, i'd suggest you take a step back and read a tutorial on java serialization before proceeding.

Similar Messages

  • I keep getting these errors on my IPSec output, what does it mean?

    Hi, I keep getting these errors on my IPSec output, what does it mean and does the other parts look ok?
    mtree says we have SA but couldn't find current outbound SA. dropping pak. pak->cryptoflags=0x820
    This is on a Cisco 877 DSL router that I'm trying to configure to a Cisco ASA server.
    Apr 9 08:05:00.579: IPSEC(crypto_map_check_encrypt_core): mtree says we have SA but couldn't find current outbound SA. dropping pak. pak->cryptoflags=0x820
    Apr 9 08:05:00.579: IPSEC(crypto_map_check_encrypt_core): mtree says we have SA but couldn't find current outbound SA. dropping pak. pak->cryptoflags=0x820
    Apr 9 08:05:07.483: ISAKMP:(1011): retransmitting phase 2 QM_IDLE -1129044802 ...
    Apr 9 08:05:07.483: ISAKMP (0:1011): incrementing error counter on node, attempt 2 of 5: retransmit phase 2
    Apr 9 08:05:07.483: ISAKMP (0:1011): incrementing error counter on sa, attempt 1 of 5: retransmit phase 2
    Apr 9 08:05:07.483: ISAKMP:(1011): retransmitting phase 2 -1129044802 QM_IDLE
    Apr 9 08:05:07.483: ISAKMP:(1011): sending packet to 80.71.156.64 my_port 500 peer_port 500 (R) QM_IDLE
    Apr 9 08:05:07.483: ISAKMP:(1011): retransmitting phase 2 QM_IDLE 589395199 ...
    Apr 9 08:05:07.483: ISAKMP (0:1011): incrementing error counter on node, attempt 5 of 5: retransmit phase 2
    Apr 9 08:05:07.483: ISAKMP (0:1011): incrementing error counter on sa, attempt 2 of 5: retransmit phase 2
    Apr 9 08:05:07.483: ISAKMP:(1011): retransmitting phase 2 589395199 QM_IDLE
    Apr 9 08:05:07.483: ISAKMP:(1011): sending packet to 80.71.156.64 my_port 500 peer_port 500 (R) QM_IDLE
    Apr 9 08:05:07.515: ISAKMP (0:1011): received packet from 80.71.156.64 dport 500 sport 500 Global (R) QM_IDLE
    Apr 9 08:05:07.515: ISAKMP: set new node 1754770008 to QM_IDLE
    Apr 9 08:05:07.519: ISAKMP:(1011): processing HASH payload. message ID = 1754770008
    Apr 9 08:05:07.519: ISAKMP:(1011): processing NOTIFY PROPOSAL_NOT_CHOSEN protocol 3
    spi 0, message ID = 1754770008, sa = 82E60C84
    Apr 9 08:05:07.519: ISAKMP:(1011):deleting node 1754770008 error FALSE reason "Informational (in) state 1"
    Apr 9 08:05:07.519: ISAKMP:(1011):Input = IKE_MESG_FROM_PEER, IKE_INFO_NOTIFY
    Apr 9 08:05:07.519: ISAKMP:(1011):Old State = IKE_P1_COMPLETE New State = IKE_P1_COMPLETE
    Apr 9 08:05:18.323: IPSEC(sa_request): ,
    (key eng. msg.) OUTBOUND local= 80.149.110.103, remote= 80.71.156.64,
    local_proxy= 172.19.15.0/255.255.255.0/0/0 (type=4),
    remote_proxy= 0.0.0.0/0.0.0.0/0/0 (type=4),
    protocol= ESP, transform= NONE (Tunnel),
    lifedur= 3600s and 4608000kb,
    spi= 0xC976D068(3380007016), conn_id= 0, keysize= 256, flags= 0x0

    It may be peer initiates IPSec SA pair, and again duplicate IPSec SA pairs are established, so better you clear crypto and reenabel it.

  • I´m getting these error ORA-00936:missing expression runnig a Task on Info

    I´m getting these error ORA-00936: missing expression, when running the SDE_ORA_Reverse_GLJournals task.
    I´m setting the variables $$FILTER_BY_LEDGER_ID, $$FILTER_BY_LEDGER_TYPE, $$LEDGER_ID_LIST and $$LEDGER_TYPE_LIST in the DAC correctly. I see the values asigned to those variables in the parameters file( SDE_ORA_Reverse_GLJournals.txt)
    But when the task is executing, those values comes empty. Does someone have encountered with the same mistake?
    Thanks in advanced.

    Hi,
    Im finding a similar issue but with task SDE_ORA_GLJournals,
    the code is :
    AND DECODE(, 'Y', GL.LEDGER_ID, 1) IN ()
    AND DECODE(, 'Y', GL.LEDGER_CATEGORY_CODE, 'NONE') IN ()]
    the parameters are also fine in the parameters file.
    Has anyone found a solution or an explanation for this?
    Thanks a lot, regards
    Nestor

  • TS3694 I keep getting the errors 12001 and 11222. Anyone out there know why I get these errors trying to connect to the iTunes store?

    I keep getting the errors 12001 and 11222. Anyone out there know why I get these errors trying to connect to the iTunes store?

    http://manuals.info.apple.com/en_US/NewtonProgrammerRef20.PDFError12001
    Error 11222
    http://support.apple.com/kb/TS3297

  • Anyone else getting these error messages in the admin?

    The admin seems sporatic at best when loading pages, and i get this message everry once in awhile like say every 6th click or new page load  http://screencast.com/t/LUczDRD4Vp
    I also get the stock "works on our side" from tech support.
    So, sure it works, most of the time, but who goes to admin to view one page then leave, In regular use, i am getting a few of these errors every session.
    Within those normal bc blue text messages http://screencast.com/t/LUczDRD4Vp sometimes I get this dandy http://screencast.com/t/WPrzEYwSUSyj
    Just thought i would post there here, if anything to get some sympathy from other partners pleading their case and only getting the useless response, "works on our side"

    Hey Rich,
    Reading your posts here on the forums it really is becoming clear you have issues with your connectiong ot BC over anything else. As people and support have pointed out, no one seems to be having the level of issues you are with BC at the moment so you need to look at what the causes could be. Have you run trace routes, pinged the BC servers, see what comes back, see if any packet loss is there, checked your net connection, tried different browsers, different machine..
    I would go through all that if you have not done so already to indentify the problem.
    All working for me in the sense I am not seeing the issues your getting.

  • I'm getting these error messages...

    My image sometimes looks squashed or stretched and I cant paste previous developing settings on to the current image without getting one of these error messages.

    Kekej,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Do a search of our knowledgebase at http://support.novell.com/search/kb_index.jsp
    - Check all of the other support tools and options available at
    http://support.novell.com.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://support.novell.com/forums)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://support.novell.com/forums/faq_general.html
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • Why do I get these error messages saying that "HWNetMgr" and "HWPortDetect" are insecure start up items?

    I have a brand new MacBook Pro, and two days ago I tried to install a Mobile Broadband named Tele2 Mobile partner, in cooperation with Huawei. The installation couldn't finish, so I removed the components that I could see had already been installed. But ever since I tried to install it, I get two error messages every time I start up safari, saying that I have two insecure start up items named "HWNetMgr" and "HWPortDetect". I have checked my start up items, and the only one I had was Spotify. I removed Spotify as a start object and restarted the computer, but I still got those two error messages. I have now searched through my computer several times and I just can't find these two things.
    Does anyone know what this is about? What can I do to make these error messages go away? I am open to try any suggestions possible! This is a huge investment to me and I just don't want to have ruined it the first week! Please help me!

    MatildaMac wrote:
    As I said, there are no items with those names in the start up folder.
    Yes, there are. Read
    <https://discussions.apple.com/thread/2145902?start=0&tstart=0>

  • I uninstalled cs5 student version from my laptop and tried to install it on my desktop and I get these error.

    I uninstalled cs5 student version from my laptop and tried to install it on my desktop and I get this error.  This is a partial message.
    Exit Code: 6
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 58 error(s), 56 warning(s)
    WARNING: DW031: Payload:{3F023875-4A52-4605-9DB6-A88D4A813E8D} Camera Profiles Installer 6.0.0.0 has been updated and has been selected for repair. The patch {A189C479-C7CD-4E08-8CCF-D999B68C0C71} Camera Profiles Installer_6.3_AdobeCameraRawProfile6.0All 6.3.0.0 will be uninstalled now.
    WARNING: DW031: Payload:{3F023875-4A52-4605-9DB6-A88D4A813E8D} Camera Profiles Installer 6.0.0.0 has been updated and has been selected for repair. The patch {A189C479-C7CD-4E08-8CCF-D999B68C0C71} Camera Profiles Installer_6.3_AdobeCameraRawProfile6.0All 6.3.0.0 will be uninstalled now.
    ----------- Payload: {635FED5B-2C6D-49BE-87E6-7A6FCD22BC5A} Microsoft_VC90_MFC_x86 1.0.0.0 -----------
    ERROR: Error 1935.An error occurred during the installation of assembly component {EC9C51A5-DD74-31C0-86E5-351D130E7097}. HRESULT: 0x80073712.
    ERROR: Install MSI payload failed with error: 1603 - Fatal error during installation.
    MSI Error message: Error 1935.An error occurred during the installation of assembly component {EC9C51A5-DD74-31C0-86E5-351D130E7097}. HRESULT: 0x80073712.
    ----------- Payload: {E5DD149F-8370-48F9-A32C-2E3DC776CFFB} AdobeJRE 1.6.0.0 -----------

    Hi Jeff,
    1)I purchased a license for Adobe Illustrator CC (and my expired trial version was for Adobe Illustrator CC)
    2) I am using Mac OSX, 10.7.5
    3) I just removed the previous installation with disable / remove Illustrator CC from the files programs

  • HT3204 Hi i am having trouble down loading itunes.  I keep getting these error messages.....................runtime error:

    Hi Having problems down loading itunes.  Keep getting this message
    Runtime Error!
    R6034
    An application has made an attempt to load the C runtime library incorrectly.
    Does anyone have any suggestions?
    Thank you

    Try and not duplicate these issues and do a search next time.
    Now load https://discussions.apple.com/thread/5826672?start=0&tstart=0
    and that Topic has the correct information to fix this problem.
    Regards
    pcbugfixer

  • I tried downloading the new update for itunes I get these error messages: Visual C   runtime library R6034 an application has made an attempt to load the C runtime library incorrectly Error 7 windows error 1114.  What should I do to correct this?

    I tried downloading the new update for my desktop PC I get the following error messages:
    Visual C++ Runtime library
    R6034
    an application has made an attempt to load the C runtime library incorrectly Error 7 Windows Error 1114

    Click here and follow the instructions. You may need to completely remove and reinstall iTunes and all related components, or run the process multiple times; this won't normally affect its library, but that should be backed up anyway.
    (99907)

  • Why do i keep getting these errors and how to fix them?!?!?

    first time i tried inserting a spry data set using a XML source i got the message "expected equal sign(7,10)".  since i could not figure out how to fix it a started a new.  this time i am getting the message "unterminated entity reference, 'm'(25,27)".  i really want to get the 2nd message fixed because the xml sheet is exactly how i want it.
    also is there a place where i can look up what all these messages mean and get a clue as to what is wrong?
    thanks.
    Mori Lina

    i don't have <td> anywhere.  here is the 2 sets of code that i am using.
    XML
    <e-coupons>
    <coupon>
    <store>Joanne's Clothing</store>
    <image><img src="joannescoupon.jpg"/></image>
    <description>Custom made clothing.</description>
    </coupon>
    <coupon>
    <store>Mommy + Me</store>
    <image><img src="mommycoupon.jpg"/></image>
    <description>Whether you're getting ready for a baby, or trying to keep up with an infant, we have everything that you need.</description>
    </coupon>
    <coupon>
    <store>Music Haven</store>
    <image><img src="havencoupon.jpg"/></image>
    <description>We know better than anyone else that everyone needs a soundtrack to their life. Come visit us and we'll start you on your way to walking to your own drummer.</description>
    </coupon>
    </ecoupons>
    HTML  (this is only the body part of it)
    <body>
    <div spry:region="ds1" class="SpotlightAndStacked">
      <div spry:repeat="ds1" class="SpotlightAndStackedRow">
        <div class="SpotlightContainer">
          <div class="SpotlightColumn"> {image}</div>
        </div>
        <div class="StackedContainer">
          <div class="StackedColumn"> {store}</div>
          <div class="StackedColumn"> {description}</div>
        </div>
        <br style="clear:both; line-height: 0px" />
      </div>
    </div>
    </body>

  • Getting these errors when trying to install elements 11 on my mac osx

    WARNING: DW066: OS requirements not met for {FA19351D-E98C-48C1-B5E1-0C8C42B5E11C}
    WARNING: DW066: OS requirements not met for {F7FD5B5C-CE79-4657-AEB7-B0EE4626C912}
    WARNING: DW031: Payload:{F6F5021E-0548-43C1-82CC-C5C7A6906585} Camera Profiles Installer 7.0.0.0 has been updated and has been selected for repair. The patch {0449467E-102A-4514-9F4D-91BCEE129390} Camera Profiles Installer_7.1_ElementsCameraRawProfile7.0All 7.1.0.0 will be uninstalled now.
    WARNING: DW031: Payload:{F6F5021E-0548-43C1-82CC-C5C7A6906585} Camera Profiles Installer 7.0.0.0 has been updated and has been selected for repair. The patch {0449467E-102A-4514-9F4D-91BCEE129390} Camera Profiles Installer_7.1_ElementsCameraRawProfile7.0All 7.1.0.0 will be uninstalled now.
    ----------- Payload: {64191879-379D-4ADF-9D1E-929FC71E7218} Elements 11 Organizer 11.0.0.0 -----------
    ERROR: DW030: Custom Action for payload {64191879-379D-4ADF-9D1E-929FC71E7218} Elements 11 Organizer 11.0.0.0 returned error. Failing this payload.
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    ERROR: DW050: The following payload errors were found during install:
    ERROR: DW050:  - Adobe WinSoft Linguistics Plugin CS5: Install failed
    ERROR: DW050:  - Photoshop Camera Raw for Elements 11: Install failed
    ERROR: DW050:  - Elements 11 Organizer: Failed due to Language Pack installation failure
    ERROR: DW050:  - Elements 11 Organizer_AdobeElements11Organizer_en_US: Install failed
    ERROR: DW050:  - Adobe XMP Panels CS5: Install failed
    ERROR: DW050:  - AdobeTypeSupport CS5: Install failed
    ERROR: DW050:  - Adobe Linguistics CS5: Install failed
    ERROR: DW050:  - AdobeCMaps CS5: Install failed
    ERROR: DW050:  - Adobe Photoshop Elements 11_AdobePhotoshopElements11_en_US: Install failed
    ERROR: DW050:  - Adobe Photoshop Elements 11: Failed due to Language Pack installation failure

    Casey2013
    The Staff reply was at best curt and less than helpful
    I'm also ripping out my har having bought the Elements 11 combined pack and no matter how I try to install (disk, internet download etc. it always errors out e.g.
    Exit Code: 7
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 13 error(s), 10 warning(s)
    ----------- Payload: {64191879-379D-4ADF-9D1E-929FC71E7218} Elements 11 Organizer 11.0.0.0 -----------
    ERROR: DW030: Custom Action for payload {64191879-379D-4ADF-9D1E-929FC71E7218} Elements 11 Organizer 11.0.0.0 returned error. Failing this payload.
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    ERROR: DW050: The following payload errors were found during install:
    ERROR: DW050:  - Adobe Premiere Elements 11: Failed due to Language Pack installation failure
    ERROR: DW050:  - Smartsound1 E11: Install failed
    ERROR: DW050:  - Photoshop Camera Raw for Elements 11: Install failed
    ERROR: DW050:  - Elements 11 Organizer: Failed due to Language Pack installation failure
    ERROR: DW050:  - Elements 11 Organizer_AdobeElements11Organizer_en_US: Install failed
    ERROR: DW050:  - AdobeTypeSupport CS5: Install failed
    ERROR: DW050:  - Smartsound3 E11: Install failed
    ERROR: DW050:  - Smartsound2 E11: Install failed
    ERROR: DW050:  - Elements Common Frameworks 11: Install failed
    ERROR: DW050:  - AdobeCMaps CS5: Install failed
    ERROR: DW050:  - Adobe Premiere Elements 11_LangPacken_US: Install failed
    This is my MacBook Air spec, which I believe exceeds the min requirements
    Mac OS X Lion 10.7.5 (11G63)
    Hardware
      Model Name:          MacBook Air
      Model Identifier:          MacBookAir4,2
      Processor Name:          Intel Core i5
      Processor Speed:          1.7 GHz
      Number of Processors:          1
      Total Number of Cores:          2
      L2 Cache (per Core):          256 KB
      L3 Cache:          3 MB
      Memory:          4 GB
    Hopefully we will get some added value support

  • Cant update any apps , Getting these errors

    Again here is whats going on , I get the red number of apps to be updated on the app store I sign inn and when i go to update all thats what I get:
    The Application could not be downloaded .
    The requested URL was not found on this server .
    Then  stopped and in RED it says ...An Error has accrued.
    Can someone helpme please . I am running OS X LION just downloaded it a month ago from the App store .
    Regards
    Sam M Ibrahim

    Fixxed it. Just press and hold home button and power button at the same time until apple's logo come up.

  • Trying to sort bookmarks, but gets these errors: one or more of the included folders is in the wrong type. Sorting failed.

    I'm trying to sort my bookmarks, but I get the following to errors:
    one or more of the included folders is in the wrong type. Sorting failed.
    What can cause this?
    Firefox 4.0/W7 Home Premium

    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.
    A screen shot of your settings or of the image could be very helpful too,
    etc.,
    someone may be able to help you (not necessarily this poster, who is not a Windows user).
    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!

  • I am getting these error messages

    I need some help resolving the issues with C++ and some programs not updating.
    Thanks

    http://helpx.adobe.com/x-productkb/global/troubleshoot-c-runtime-errors-products.html
    Also http://www.microsoft.com/en-us/download/details.aspx?id=14632 for a Microsoft download
    Also search http://search.microsoft.com/search.aspx?mkt=en-US&setlang=en-US for Microsoft help articles

  • Why doesn't my Dynamic link work and or why am I getting these error msgs?

    Im using CS6 of Encore while using Pr CC 2014.....I dont have access to the Dynamic link option either....Can I get some assistance with my issue...?

    Dynamic link only woks between like versions. So PR CS6 to EN CS6. There is no dynamic link from PR CC to EN CS6.
    For issues and a link to a workflow see:
    http://helpx.adobe.com/encore/kb/encore-cs6-installed-cc.html

Maybe you are looking for