Creating a second version series for the family

If i have already create a family say "Family A" and the version
series say "Version Series A" under Family A. What are the step
to create a second version series say "Version Series B" under
Family A using IFS API

You create a VersionSeries as you would anything else in 9iFS,
by:
1) Creating a definition object (VersionSeriesDefinition)
2) Setting the Family attribute on the definition object to
FamilyA
3) Passing the VersionSeriesefinition to the LibrarySession to
create a new VersionSeries object.

Similar Messages

  • HT201320 Both of my kids have an iPod Touch.  Can I have two iPods registered on the same email account or do I have to create a new email account for the second one?

    Both of my kids have an iPod Touch.  Can I have two iPods registered on the same email account or do I have to create a new email account for the second one?

    There is some info in this discussion.
    https://discussions.apple.com/thread/6024120?tstart=0

  • Can you merge two user accounts on macbook? my wife has created a user on her new macbook , then inadvertently created a second one when using the migration tool. 1st ac has her office 365 install, yet 2nd has her itunes database, docs and contacts.

    Can you merge two user accounts on a macbook? my wife has created a new user on her new macbook air then, inadvertently, created a second one when using the migration tool. 1st a/c has her office 365 install, while 2nd has her itunes database, docs and contacts. What is the best way forward to get everything into the one account? Not sure if the office 365 will allow another installation into the second account, otherwise would just do that and delete the first, if that is possible?

    There is no merge but you can move data from one account to another via the Shared folder. Data is copied from Shared. Watch your free space when copying. These are large files.  Do one at a time if you are on a small drive. After making copy, delete from other users before you start next copy.
    Office365 installs in the main Applications folder and is available for all users on the computer. Activation is tied to the drive not the User.

  • LoadDB problem: no version found for the database

    HEllo,
    I try to use the loadDB directive with an existing pool and wlst offline but I always receive the error "No version found for the database". I tried to create a pool with the console and use it as loading pool but that didn't worked.
    I saw in the script.log file that my pool was correctly found but it seems that it can't found the driverName attribute of my pool when trying to get version.
    I have checked and the drivername is correctly set.
    Any idea? I will post the complete stack and the script.log later.

    here is the full stack:
    com.bea.plateng.domain.script.jython.WLSTException: com.bea.plateng.domain.scrip
    t.ScriptException: No version is found for database:
    at com.bea.plateng.domain.script.jython.CommandExceptionHandler.handleEx
    ception(CommandExceptionHandler.java:33)
    at com.bea.plateng.domain.script.jython.WLScriptContext.handleException(
    WLScriptContext.java:897)
    at com.bea.plateng.domain.script.jython.WLScriptContext.loadDB(WLScriptC
    ontext.java:817)
    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 org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java
    at org.python.core.PyMethod.__call__(PyMethod.java)
    at org.python.core.PyObject.__call__(PyObject.java)
    at org.python.core.PyInstance.invoke(PyInstance.java)
    at org.python.pycode._pyx0.loadDB$22(initWls.py:98)
    at org.python.pycode._pyx0.call_function(initWls.py)
    at org.python.core.PyTableCode.call(PyTableCode.java)
    at org.python.core.PyTableCode.call(PyTableCode.java)
    at org.python.core.PyFunction.__call__(PyFunction.java)
    at org.python.pycode._pyx4.f$0(CCFF_offline.py:17)
    at org.python.pycode._pyx4.call_function(CCFF_offline.py)
    at org.python.core.PyTableCode.call(PyTableCode.java)
    at org.python.core.PyCode.call(PyCode.java)
    at org.python.core.Py.runCode(Py.java)
    at org.python.core.__builtin__.execfile_flags(__builtin__.java)
    at org.python.core.__builtin__.execfile(__builtin__.java)
    at org.python.core.__builtin__.execfile(__builtin__.java)
    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 org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java
    at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java
    at org.python.core.PyObject.__call__(PyObject.java)
    at org.python.pycode._pyx3.f$0(<input>:1)
    at org.python.pycode._pyx3.call_function(<input>)
    at org.python.core.PyTableCode.call(PyTableCode.java)
    at org.python.core.PyCode.call(PyCode.java)
    at org.python.core.Py.runCode(Py.java)
    at org.python.core.Py.exec(Py.java)
    at org.python.util.PythonInterpreter.exec(PythonInterpreter.java)
    at org.python.util.InteractiveInterpreter.runcode(InteractiveInterpreter
    .java)
    at org.python.util.InteractiveInterpreter.runsource(InteractiveInterpret
    er.java)
    at org.python.util.InteractiveInterpreter.runsource(InteractiveInterpret
    er.java)
    at com.bea.plateng.domain.script.jython.WLST_offline.handleInteractiveMo
    de(WLST_offline.java:137)
    at com.bea.plateng.domain.script.jython.WLST_offline.main(WLST_offline.j
    ava:79)
    Caused by: com.bea.plateng.domain.script.ScriptException: No version is found fo
    r database:
    at com.bea.plateng.domain.script.ScriptExecutor.getSQLFiles(ScriptExecut
    or.java:2731)
    at com.bea.plateng.domain.script.ScriptExecutor.loadDB(ScriptExecutor.ja
    va:1056)
    at com.bea.plateng.domain.script.jython.WLScriptContext.loadDB(WLScriptC
    ontext.java:815)
    ... 40 more
    here is the script.log part:
    2007-01-23 08:50:12,127 INFO [main] com.bea.plateng.domain.script.ScriptExecutor - find JDBCConnectionPool "CCFFMainPool" as obj5
    2007-01-23 08:50:12,127 INFO [main] com.bea.plateng.domain.script.ScriptExecutor - succeed: find JDBCConnectionPool "CCFFMainPool" as obj5
    2007-01-23 08:50:12,127 INFO [main] com.bea.plateng.domain.script.ScriptExecutor - loadDB obj5
    2007-01-23 08:50:12,137 DEBUG [main] com.bea.plateng.domain.script.ScriptExecutor - ScriptExecutor JDBCInfo:
    DB2 Any:
         CCFF_L1-tables.sql
         Initial_Insert.sql
    2007-01-23 08:50:12,137 DEBUG [main] com.bea.plateng.domain.script.ScriptExecutor - Database name:

  • Version.xml for the beta versions ?

    Hello Adobe,
    can you tell me/us the hyperlink for the version.xml of the beta versions ?
    For the stable release I know it:
    https://fpdownload.macromedia.com/pub/flashplayer/update/current/sau/11/xml/version.xml
    Thanks

    Then you might check at any of the other university book stores or software stores or any computer store in town for the 64-bit version.
    If you want to use the 32-bit version from the school (you probably get it for free or very cheap) then you could purchase Parallels and run it as a virtual machine concurrently with OS X. There are some caveats:
    1. You have to purchase Parallels (there may be an academic discount.) List is $79.95.
    2. Your computer needs minimally 4 GBs of RAM, but realistically 8 GBs would be better.
    3. Parallels creates a pseudo-drive on your hard drive. It could easily require 50 GBs of disk space.
    Accommodating these might be more costly than buying 64-bit Windows 7. And, if you look online you may find them with an academic discount (or may be able to order it through the school.)

  • 4G mobile dongle, can it create a shared modem signal for my family?

    I have a 4G mobile dongle, can it create a shared modem signal for my family's individual laptops when I am in a holiday house with no wifi? 

    Your assumption is breathaking. I use a Mac. Ihave done so since 1987. And my previous wifi dongle enabled me to share the connection. I have been sold 2 new dongles by EE, one for the general connection which we can use in the holiday cottage which has no wifi and one for the car, yes a car based wifi connector. We shall see. 

  • HT4859 How do I keep one Apple ID account for the family, yet have different iCloud accounts for calendar, email, etc.??

    How do I keep one Apple ID account for the family, yet have different iCloud accounts for calendar, email, etc.??

    First decide which iPhone will be keeping the current iCloud account.  On the others, go to Settings>iCloud, scroll to the bottom and tap Delete Account.  (This will only delete the account from this phone, not from iCloud.  The phone that will be keeping the account will not be effected by this.)  When prompted about what to do with the iCloud data, be sure to select Keep On iPhone.  Next, set up a new iCloud account using a different Apple ID (if you don't have one, tap Get a Free Apple ID at the bottom).  Then turn iCloud data syncing for contacts, etc. back to On, and when prompted about merging with iCloud, choose Merge.  This will upload the data to the new account.
    Once all your devices have their on iCloud accounts, to un-merge the data you will have to go to icloud.com on your computer, sign into each iCloud account separately and manually delete the data you don't want (such as deleting your son's contacts from your account, and vice versa).
    You should also use separate Apple IDs for services such as iMessage and FaceTime.  Otherwise, you're likely to end up getting each other's text messages and FaceTime calls.  If you need to change these, for iMessage go to Settings>Messages>Send & Receive, tap the ID, sign out, then sign back in with a separate ID (such as the one just created for iCloud).  For FaceTime, do the same thing in Settings>FaceTime.
    Finally, this article may be of interest: http://www.macstories.net/stories/ios-5-icloud-tips-sharing-an-apple-id-with-you r-family/.

  • HT204053 can you have multiple apple id's for the family but we all use the same iCloud?

    Can you have multiple apple id's for the family members but we all us the same iCloud account?

    You'll have to have an ID you all share in order to have a shared iCloud account. It would be sensible for each person to have their own ID and their own iCloud account for email and their own data (each would be on their own computer/iOS device or user account on a Mac) and then have a common account which everyone would sign into in System Preferences>Mail, Contacts and Calendars to access shared data.
    You don't want to be all using the email in a common account - if people are using email aliases remember these can't be detached from the account and transferred to another one. Having all your emails mixed up together can be somewhat impracticable.

  • How do I have 1 apple id for the family to use in the iTunes and app store and a different apple id for iCloud and FaceTime and imessages

    how do I have 1 apple id for the family to use in the iTunes and app store and a different apple id for iCloud and FaceTime and imessages?

    See also Using your Apple ID for Apple services
    specifically the section "Using one Apple ID for iCloud and a different Apple ID for Store Purchases".

  • The same Object Version Number for the same person id multiple times

    Hello all,
    I am currently facing an issue with HRMS tables and the object version number for employees. I am trying to write a report but due to the same object version number for the same person appearing in several row i am getting duplicate information. For example,
    person id 91 object version number 32 is on 4 rows and i have no idea why...help please guys, I'm at a lost so far 50 people are facing the same issue.

    Hi Baal666bobo,
    The person table is date-tracked, so the PK has effective start and end dates as well.
    Get the correct record with sysdate(or any particular date) and then check the OVN.
    Cheers,
    Vignesh

  • Can we create a local client copy for the RFID Client in discovery Box

    Can we create a local client copy for the RFID(400 Client) in the Discovery Box,and if created which profile we have to select for the client and also at a time we can work on these both client or not  .

    This isn't possible with Live Mail.  Acrobat has an add-in for Outlook (which you've used), but there is no similar function for Live Mail.

  • HI. I HAVE ALREADY MEMEBRSHIP for one app in creative cloud. I want to upgrade it to be complete membership . first I could not cancel my old one . second i pay for the second one, third i could not download the indesign cc ( which i need right now becaus

    HI. I HAVE ALREADY MEMEBRSHIP for one app in creative cloud. I want to upgrade it to be complete membership . first I could not cancel my old one . second i pay for the second one, third i could not download the indesign cc ( which i need right now because they ask for serial number) . I have already cs6 products. is that technical problem in adobe or what ?

    Log out of your Cloud account... Restart your computer... Log in to your paid Cloud account
    -Sign in help http://helpx.adobe.com/x-productkb/policy-pricing/account-password-sign-faq.html
    Cancel http://helpx.adobe.com/x-productkb/policy-pricing/return-cancel-or-change-order.html
    -or by telephone http://helpx.adobe.com/x-productkb/global/phone-support-orders.html
    Ask for serial number http://forums.adobe.com/thread/1234635 has a FAQ link

  • Parts Requirement Create Order Error:Validation Failed for the field - Shipping Method DHL

    Trying to create Parts Requirement.
    Error message on clicking "Create Order" button: "Validation Failed for the field - Shipping Method DHL"
    Please suggest the Setup that needs to be done for this.

    Kinck
    The same script worked for me in vision (R12.1). You may have issues with your defaulting of a number of attributes that you are not passing in the API (like price list, line type and so on). You may want to check them.
    Thanks
    Nagamohan

  • Has anyone created a NI-VXI driver for the Ardence RTX operating system?

    Has anyone created a NI-VXI driver for the Ardence RTX operating system?
    a VXI instrument through a PCI-VXI-8335 card (in the PC) talking to a PCI-VXI-8345 card (in the VXI chassis) via MXI-3, Has anyone created a PCI-VXI-8335 card  driver for the Ardence RTX operating system?

    Now  i want  develop driver on RTX,my hard platform is similiar(PCI8335+VXI8340+1418A),and after i read the PCI baseaddress,i find PCI8335 only has memory-map,so that means if i want to driver this board ,so i take following steps list below:
    1.use Rtmapmemory() to map the baseaddress to virtual address
    2.using memset() or memcpy() to driver the 1418A board
    is this right?
    if you can give me some hints,thanks 
    or you can contact me :[email protected] 

  • HT4059 I am looking for The Hunger Games Triology Series for the Ipad. Doesn't anyone know if it is available for the Ipad 2?

    I am looking for the Hunger Games Series for the Ipad 2 is it available for the Ipad 2?

    I am looking for the Hunger Games Series for the Ipad 2 is it available for the Ipad 2?

Maybe you are looking for