Siebel 8.2 Vanilla SRF different from SRF with Full Get and Full Compile

This has been an issue I've been banging my head on the wall against. Basically, I installed Siebel Public Sector 8.2 in Unix and did so without any problems. I created a Mobile Client, generated and extracted the Database and did a full get using Siebel Tools. I then did a full compile and obtained an SRF file (in my local Windows machine). I compared this SRF file with the existing SRF in the Unix Server and the two files are quite different. The full get + full compile SRF has 519 objects that are modified and new when compared to the server SRF.
Now, here's the kicker. Remember this is a new installation of Siebel, when I use the Vanilla SRF file in the server, the Contact Income View works. Now when I overwrite this Vanilla SRF with the SRF I get by doing a full get + full compile, Siebel crashes when these runtime events happen. Drilldown to a contact (create one if there's none), go to the Income tab, then go to different screen (say Cases or Home). Siebel crashes and creates an FDR file. When I revert to the Vanilla SRF, everything is fine again.
My question is, why are the two SRFs different from each other and why does the full get + full compile create a "malfunctioning" SRF?
Any guidance with this issue will be highly appreciated.
Bernhard

The extract database job ran without any problems. Here are my parameters:
Client Database encryption key: none
Client Name: <mobile client name>
Encrypt client Db password: false
The Mobile client uses the Routing Model: MOBILE CLIENT - EXTRACT ONLY
I also ran the extract database job using the following parameters:
Client Database encryption key: none
Client Name: <mobile client name>
Encrypt client Db password: false
Extract all Repositoryt Tables: true
but it resulted in a failure when I did a full compile.

Similar Messages

  • Compare Server Names in Excel sheet from column1 with column 2 and exact matched server names should be saved in column 3 in same Excel sheet

    Hi Guys,
    First of all thanks in advance any help much appriciated.
    I am new in scripting and excel, i am looking for below solution as my job requires daily work of this kind and i came to know by automating this work lots of time can be saved.
    Compare Server Names in Excel sheet from column1  with column 2 and exact matched server names should be saved in column 3 in same Excel sheet.
    Looking solutions first using excel i.e.vlookup itself so that it will not require any approval in my job else using powersell ,vbscript.
    Once again Thanks for you guys.
    /Regards
    Nitesh24in

    Hi Edward,
    Thanks once again
    I have only changed excel file path and after that this is saved as below , i am not sure which three lines should be together in one line. Please advise.
    $excel = New-Object -ComObject Excel.Application
    $Workbook = $excel.Workbooks.Add("F:\NewDocsToReadNitesh26-May2013\Excel\test.xls")
    $WorkSheet = $Workbook.Worksheets.Item(1)
    $WorkSheet.Activate() | Out-Null
    For ($i=1;$i -le $worksheet.UsedRange.Rows.Count;$i++) {
       If ($worksheet.cells.item($i,1).value2 -eq $worksheet.cells.item($i,2).value2) {
          $worksheet.cells.item($i,3).value2 = $worksheet.cells.item($i,1).value2
    }$Workbook.Save()$excel.Quit()[System.Runtime.InteropServices.Marshal]::ReleaseComObject([System.__ComObject]$excel) | Out-Null
    Thanks and Regards
    Nitesh24in

  • Is there an email account that will allow me to use a different from address with a POP account

    Need to be able to delete emails (I have an Optonline address) from iphone and ipad during the day, while retaining them on Mac Book Pro to view and file into folders in the evening. 
    Seemed like I could have my optonline emails forwarded to a Gmail account and just set up the Mac's mail to use my optonline account, while the iPad and iPhone used my Gmail account.  That worked, except for one issue - when I sent mail from the iPad or iPhone it would use my Gmail address and then people who used "reply" would have their replies sent back to my Gmail account.  I wanted to continue to use my optonline address since I have had this address for many, many years.  I saw that Gmail allows you to "send using a different from address", however because optonline is a POP account, they do not support the settings in Gmail and therefore I cannot get my optonline address to be verified by Gmail, meaning my emails continued to be sent from my Gmail address on my iPhone.
    I even tried setting up the Gmail account manually (using "Other" in the ipone settings) and putting in a comma with my optonline address in the address field, but still no success.
    Next, thought I'd try Yahoo mail - same thing - only sends mail with my Yahoo account.
    Then looked into iCloud since I use that for syncing Contacts and Calendars on all 3 devices - same thing - I can only send email using the @me.com address.
    Does anyone know of any other mail account that will work with my POP Optonline email address?  After 10+ years with this email address, having to announce to my world that I am changing my address (either to Gmail, Yahoo, or the iCloud's @me.com address) is something I really don't want to do.
    However, leaving just my optonline account on all 3 devices means I am constantly deleting the same emails on 3 devices everyday, which is also just not an effective use of my time.
    Please help!

    Here's one possibility:
    http://www.ideaflight.com
    The only way to keep students in the presentation, though, would be to lock the iPads to that app via the Guided Access mode:
    http://support.apple.com/kb/HT5509
    Whether you can do this remotely through one of the various mobile device management (MDM) soutions I don't know.
    Regards.

  • Linux-ck kernel from AUR with GCC optimisation and got Kernel panic

    I have been using the linux-ck patched kernel from the AUR for the last few weeks https://aur.archlinux.org/packages/Linux-ck/
    I decided I would try to compile it with the gcc optimised patch as well.    https://github.com/graysky2/kernel_gcc_patch
    I have a laptop using the intel i7-4712MQ CPU which I understand is part of the Haswell family.
    I downloaded the tarball from the AUR, extracted it, I edited the PKGBUILD, to enabe the nconfig and also the BFQ scheduler, ran makepkg -s enabled the patch for Haswell chip family and saved it as .config and carried on building the kernel as normal, then installed the resulting packages with pacman -U kernel and the header and then rebooted.
    on boot I received a failed to execute /init error 8 and no working init found,  I fell back to using the default Arch Kernel and can also rebild the linux-ck patched kernel as normal with the GCC optimisation patch with no problems, but I want to understand what I did wrong when applying the GCC patch and fix it, if there is another log I can get please let me know and I will post it.
    I know it is not the new version of the Kernel as I had built version 3.19-1 it without the gcc optimisation patch successfully on Friday
    Thanks
    Rob
    Last edited by robt77 (2015-03-01 12:28:58)

    Trilby wrote:
    robt77 wrote:I downloaded the tarball from the AUR, extracted it, I edited the PKGBUILD, to enabe the nconfig and also the BFQ scheduler, ran makepkg -s enabled the patch for Haswell chip family and saved it as .config and carried on building the kernel
    This is not very clear.  What do you mean you carried on building the kernel after running makepkg -s?  Makepkg -s builds the packages, any configuration you make after that command is not applied to the built packages.
    after running makepkg -S it came up with the menu to select different options for the kernel, so I arrowed to Processor type and features ---> Processor family ---> and found Intel Haswell, selected that and saved it by pressing f5 it saved to a file called .config and it started building the kernel
    robt77 wrote:on boot I received a failed to execute /init error 8 and no working init found
    Then the kernel loaded just fine - init failed.  Did you (re)build an initramfs for the new kernel?  What is the bootloader command used for this kernel?
    44
    I did not buikd ab initramfs, I have always just had to download the tar ball from AUR, extract it , then run makepkg -s and then install the packages with pacman -U and reboot. 
    Here is a link to the bootloader command from grub  http://hastebin.com/roweqocuqi.vala

  • Down Convert Captures from Z1, with Kona Lhe, and Firewire

    Hi Everybody!
    Ok here is another question, I am capturing with my Kona LHe,and also with firewire in FCP 6. When capture with my kona I cant get a full screen in the 525i mode? what is the best setting to capture DVCPRO50? for DVD using the Kona? I ran a bunch of test and I could seem to get a full screen capture using the Kona, but only with DVCPRO HD codec. Should I just capture with firewire instead? if so which codec in "Easy Setup"? I am also getting another Cal Duo, that will give me to , to "strip" together for more speed as Caldigit said it will work just fine. I ran some test with different codecs using ProRes 422 settings, also, and the HDV captures, with the sequence settings look real impressive all the way through DVDSP to my Sony HDTV in SD, and also the DVCPRO HD, captured from the KONA, looked fabulous too., Your thoughts and imput are all greatly welcome!
    Thank you All, Tim C.

    use the SDI DVCPRO50 kona card setting for NTSC if the player has SDI and after capturing it in fcp use compressor to convert as a DVD 30 or 60 etc or use DVD studio pro for authoring and building DVD's ?

  • Waking from sleep with no battery and no keyboard action

    Hi there,
    Since this unfortunate battery recall, I'm now running my PB with no battery (as recommended) i.e. just the power supply. I have my PB configured to prompt for a password when waking from sleep, which it does. However my keyboard does not appear to be responsive for several seconds.
    Here are my steps:
    1. Close the lid. PB goes to sleep.
    2. Open the lid. PB wakes up and prompts me for my password.
    The mouse cursor via the trackpad is responsive immediately. However attemping to type in the password field does not yield anything. The PB then automatically goes back to sleep. I can then wake it again with the keyboard and start typing.
    The really weird thing is that with the battery installed, I do not have this keyboard issue i.e. my keyboard input is accepted immediately on the first wake up.
    I have reset PRAM but to no avail. Any ideas? I'd rather not live with this behaviour while I'm waiting for my new battery.
    Kind regards,
    Christopher

    Hi Chris,
    You will be pleased to know your not the only one experiencing this issue. Like yourself I am now running my Powerbook without the battery and have noticed that when waking from sleep both my keyboard and mouse are unresponsive for several seconds.
    This also happened to my friends 867Mhz Powerbook when he was having battery problems. It would seem they just dont like being run without batteries installed.
    Stu

  • Font in Design View different from font in Live View and browser preview

    My external style sheet has the body set for a sans-serif font and there is nothing to contradict it in the HTML documents. But while I get sans-serif in the Design View (as you would expect), I get a serif font in Live View and Browser Preview, not to mention on the Web itself.
    How is this possible (and what should I do about it)?
    --Paul

    Murray and David: it worked! It is a rare and joyous experience to have a straightforward solution to the sorts of problems I come up with (including other realms). But I have to say that with HTML and CSS (and hence with Dreamweaver), solutions to difficulties have seemed within easier reach than in other parts of the computer world.
    By the way, I wanted to choose "correct answer" for both your posts, but after making the first click it was no longer available for the remaining post--so I typed "helpful" even though that one was correct too.
    Thanks again.
    --Paul

  • How can I import images from iphoto with the albums and folders?

    How can I import images from iphoto without losing the albums and folders I already created?

    In Organizer, you can choose File>get Photos and Videos>From iPhoto.
    Importing from iPhoto'09: If in iPhoto, you organize your media using photo references, that is, the media actually does not reside inside iPhoto library package, and are referenced through original locations, Organizer does not create new copies of those media and just refer to the original location. but if your iPhoto media reside inside iPhoto library, Organizer creates a copy all media in your pictures folder, also imports albums and tags and other metadata.
    Importing from iPhoto'011: In this case, Organizer always creates a copy of your photos in your pictures folder which resides inside iPohto package. It does not import the albums and other metadata like star rating, caption etc.
    Hope this information helps!
    regards,
    vaishali

  • Distinguishing MPEG from ACC with out "Get Info"

    When I convert newly downloaded music to MP3 format I go to "Recently Added" to find the MP3 copy. I then have to go to "Get Info" to figure out which one is the MP3 version. Is there an easier way of doing this? I tried "Display Duplicates" but, both files are displayed with out the MP3 file being distinguished from the original download. I just want to burn the MP3 version to a disk.
    Thanks for your help.

    In the column headers, right click and select Kind (or go to menu View > View options).
    MP3 is shown as MPEG audio file.

  • How to pick a video from gallery with wp8.1 and wp8.0

    I found this article
    https://msdn.microsoft.com/en-us/library/windows/apps/jj655411.aspx
    where a file is filtered by type and picked up.
    Is it possible to do that with video in wp8.1?
    I tried with a third party library (cordova) and is not possible to pick video from gallery in wp8.0, can you confirm that there is no way to do that (pick a video from gallery) in wp8.0?
    Many thanks 

    Hello,
    The
    FileOpenPicker can be used to open any type of file including video files. You can have the picker default to the video library by setting the
    SuggestedStartLocation property of the picker to
    VideosLibrary.
    I hope this helps,
    James
    Windows SDK Technologies - Microsoft Developer Services - http://blogs.msdn.com/mediasdkstuff/

  • When I Open the Acrobat XI I just purchased as download from Academic Superstore I get and error message that the serial number is invalid.

    Is there something special I need to do when installing adobe Acrobat XI on my mac.  I am getting an error that the serial number is wrong but I am entering the serial number provided be indent-e.com?  anyone have any ideas?

    Hi memegaines,
    Are you still facing this issue?
    Send me the serial number you are using via private message option: https://forums.adobe.com/thread/1184148
    Also attach the screen shot of the error message, you must remove serial number from screen shot while you reply.
    Regards,
    Ajlan Huda.

  • Different sort order with line chart and stacked column chart

    Hi,
    I have a problem with sorting within flash charts.
    The chart should be ordered by a date column.
    If I'm using a line chart everything is fine. The columns in the chart are in the same order as returned by the query.
    If I change the chart type to stacked column chart, I get a wrong order.
    It is orderd like 5, 6, 7, 8, 9, 10, 1, 2, 3, 4.
    What's wrong?
    Here the query i use:
    SELECT NULL AS link,
    TO_CHAR (zeitpunkt, 'dd.mm.yyyy'),
    MAX (DECODE (db_sid, 'TI06E', VALUE, NULL)) OVER (PARTITION BY zeitpunkt) AS "TI06E",
    MAX (DECODE (db_sid, 'TI06T', VALUE, NULL)) OVER (PARTITION BY zeitpunkt) AS "TI06T",
    MAX (DECODE (db_sid, 'TI14S', VALUE, NULL)) OVER (PARTITION BY zeitpunkt) AS "TI14S",
    MAX (DECODE (db_sid, 'TI14T', VALUE, NULL)) OVER (PARTITION BY zeitpunkt) AS "TI14T",
    MAX (DECODE (db_sid, 'TI16T', VALUE, NULL)) OVER (PARTITION BY zeitpunkt) AS "TI16T",
    MAX (DECODE (db_sid, 'TI24K', VALUE, NULL)) OVER (PARTITION BY zeitpunkt) AS "TI24K",
    MAX (DECODE (db_sid, 'TI33T', VALUE, NULL)) OVER (PARTITION BY zeitpunkt) AS "TI33T",
    MAX (DECODE (db_sid, 'WF03E', VALUE, NULL)) OVER (PARTITION BY zeitpunkt) AS "WF03E",
    MAX (DECODE (db_sid, 'WF03K', VALUE, NULL)) OVER (PARTITION BY zeitpunkt) AS "WF03K",
    MAX (DECODE (db_sid, 'WF03T', VALUE, NULL)) OVER (PARTITION BY zeitpunkt) AS "WF03T",
    MAX (DECODE (db_sid, 'WF05K', VALUE, NULL)) OVER (PARTITION BY zeitpunkt) AS "WF05K",
    MAX (DECODE (db_sid, 'WF05T', VALUE, NULL)) OVER (PARTITION BY zeitpunkt) AS "WF05T",
    MAX (DECODE (db_sid, 'WF06T', VALUE, NULL)) OVER (PARTITION BY zeitpunkt) AS "WF06T",
    MAX (DECODE (db_sid, 'WF07K', VALUE, NULL)) OVER (PARTITION BY zeitpunkt) AS "WF07K",
    MAX (DECODE (db_sid, 'WF07T', VALUE, NULL)) OVER (PARTITION BY zeitpunkt) AS "WF07T",
    MAX (DECODE (db_sid, 'WF08K', VALUE, NULL)) OVER (PARTITION BY zeitpunkt) AS "WF08K",
    MAX (DECODE (db_sid, 'WF08T', VALUE, NULL)) OVER (PARTITION BY zeitpunkt) AS "WF08T",
    MAX (DECODE (db_sid, 'WF09K', VALUE, NULL)) OVER (PARTITION BY zeitpunkt) AS "WF09K",
    MAX (DECODE (db_sid, 'WF09T', VALUE, NULL)) OVER (PARTITION BY zeitpunkt) AS "WF09T",
    MAX (DECODE (db_sid, 'WF10K', VALUE, NULL)) OVER (PARTITION BY zeitpunkt) AS "WF10K",
    MAX (DECODE (db_sid, 'WF10T', VALUE, NULL)) OVER (PARTITION BY zeitpunkt) AS "WF10T",
    MAX (DECODE (db_sid, 'WG04T', VALUE, NULL)) OVER (PARTITION BY zeitpunkt) AS "WG04T",
    MAX (DECODE (db_sid, 'WT05T', VALUE, NULL)) OVER (PARTITION BY zeitpunkt) AS "WT05T"
    FROM db_performance_temp
    ORDER BY zeitpunkt ASC
    SQL> desc db_performance_temp
    Name Null? Typ
    ZEITPUNKT DATE
    DB_SID VARCHAR2(30)
    VALUE NUMBER

    I found the solution.
    Anychart seems to have a problem with null values!
    The corrupted sorting only occured for a specific set of search criteria and a specific day. At this day some values have been null.
    I added a "nvl( [...], 0) for every value.
    No I get a correct sort order.

  • How to start from scratch with iCal (getting rid of duplicate iCal events)

    For reasons I can't figure out, all my iCal events are duplicated 6 times in iCal. None of these events can be deleted (either by hitting the Delete key or via the Edit menu).
    I tried using an AppleScript for this purpose (http://www.johnmaisey.pwp.blueyonder.co.uk/applescripts/ ) but it doesn't work, at least on my 10.5.1 Mac.
    I'm pretty sure I'm going to switch over to Daylite, for both my Calendar and Address Book functions, but until then, it'd be nice to start fresh with iCal, since I'm also trying out a .mac account for the first time, and it might be handy to have a clean calendar backup.
    Is there a method for just starting fresh with iCal?

    see this thread that may help you with duplicate events: http://discussions.apple.com/thread.jspa?threadID=1192813&tstart=0
    hope this helps

  • I installed Photoshop Elements 13 from DVD with official serial # and then after a reboot, I do not have authority to access my software

    I do not want creative cloud, I have purchased the software. During setup asked to download Adobe Installer, which fails to install and recommends Adobe Support Advisor, which has been discontinued.  All I want is to use my legitimate PhotoshopElements 13
    HELP

    ok. Install it as described in this tech note
    Download Photoshop Elements products | 13, 12, 11, 10

  • Different WiFi speed with main power and battery

    Hi,
    I have a 4mbit adsl connection, I've noticed that when the notebook is connected to the power the navigation speed is very fast, when powered with the battery the speed drops to 5-6 KB/sec.
    There's some setting to resolve this problem?
    Thanks

    Hello Fabio
    Its a strange issue but firstly you can check the power settings in the wireless card properties. Please go to Device Manager then right click on Wlan card ->Properties.
    There you should find a Advanced tab. All settings should be set to Use default value and Highest.
    Best regards

Maybe you are looking for

  • Showing as not assigned

    Hi All, In the bex analyzer report, I am seeing values as NOT ASSIGNED and #  in text and key columns when there is no data. I want to see them as blank instead of them, Can anyone tell where can I make that setting or change. Thanks In advance!

  • When I try to send a video from the reel gets stuck the iPod

    when I try to send a video from the reel is locked the ipod, and it does not change and I can not see the photos

  • Ipod shows folder with exclamation point and computer won't recognize

    My ipod resets itself each time that I try to turn it on, and then flashes the folder with the exclamation point. I have tried to restore it and update software but the computer won't recognize it. A few days before it broke the ipod would skip throu

  • Consolidating multiple mini DV tapes through dubbing

    I have numerous historical family miniDV tapes captured by various family members over the years.  Most have significant timecode resets and lots of blank space at end of tape.  I was starting to capture this media into FCPX (and maybe this discussio

  • Oracle SQL Functions

    There's a function that does what I need. Can I pass parameters from ODI to Oracle SQL? Jz