Questions tagged [ssp]

48 questions
0
votes
1 answer

VAST Tag Parsing - IM trying to retrieve a movie file from a vast tag

http://vid.springserve.com/vast/38264?w=[WIDTH]&h=[HEIGHT]&url=[DOMAIN]&cb=[CACHEBUSTER] this is my example VAST tag... I need to open a movie file from this, I assume it is in the .js at the bottom but I can't quite figure out how to work it. How…
David Kachlon
  • 599
  • 2
  • 5
  • 17
0
votes
1 answer

Windows Cant see 64 bit dll

So I have a SSP dll I am working (though I believe the type of dll is irrelevant). anyway, the dll works great and it compiles without any errors for 32 and 64 bit architectures. The 32-bit dll works perfectly on 32 bit boxes. However, whenever I…
m2abrams15
  • 31
  • 5
0
votes
0 answers

How to fetch data from 2 table using ssp class?

I want to fetch data from 2 table. Here is my code $columns = array( array('db' => 'A.id', 'dt' => 0), array('db' => 'A.id', 'dt' => 1), array('db' => 'A.id', 'dt' => 2), array('db' => 'M.value', 'dt' => 3), array('db' =>…
Kevin Patel
  • 101
  • 1
  • 10
0
votes
4 answers

Moss 2007 SSP Error "Search application '{0}' is not ready."

I'm trying to fix a broken SSP on a MOSS 2007 site. The problem I am running into manifests itself as follows... In the SSP "Search Settings" page I get this message: The search service is currently offline. Visit the Services on Server page in…
glenatron
  • 11,018
  • 13
  • 64
  • 112
0
votes
1 answer

php-mysql datatables with Datatable Server processing ssp.class.php Script

I am trying to create a data grid using [Datatables][1] Jquery plugin and process it on the server using provided ssp.class.php. It did work but i ran into problem when i want to fetch data from multiple tables. I used The modified form created by…
Samuel James
  • 1,528
  • 16
  • 15
0
votes
1 answer

Server side processing datatable SSP library

I need to use order function in SSP library that is used as server side processing in data table.. I don't know how to pass the column I need to order the result with. // DB table to use $table = 'crowd_sourcing_products'; // Table's primary…
palAlaa
  • 9,500
  • 33
  • 107
  • 166
0
votes
1 answer

Disable dependency to libssp library?

I am compiling avahi 0.6.27 for an embedded system with tinycore v3 I want to remove the dependency to the library ssp (stack smashing protection). For this I use the option --disable-stack-protector and compile. When running avahi-daemon still…
Alex
  • 149
  • 2
  • 9
0
votes
3 answers

Edit existing Profile Properties in sharepoint?

I have to edit Company Name profile property in SSP. It is not allowing me edit or delete property. I need to change length value from 250 to 50. How can I do that? Can we set through code?
James123
  • 11,184
  • 66
  • 189
  • 343
0
votes
1 answer

how to get Table sent by scalate ssp in a javascript function

I work with framework scalatra , I declare my array in this manner up the page .ssp <% @ val table_activity: Array [String]%> usually if I want to extract data from middle of the page .ssp : <% for ( x <- 0 to table_activity.length-1) { %> …
yotta
  • 35
  • 4
0
votes
1 answer

Question about bluetooth on Android

Hi I just read your post Bluetooth RFCOMM / SDP connection to a RS232 adapter in android and I think you probably can help me figure out my little problem. I have this BT module connected to a MCU via serial port UART. Im trying to connect to the…
Guillaume
  • 1
  • 1
0
votes
1 answer

nlapiGetWebContainer().getShoppingSession().isLoggedIn() always returning false

I am trying to create a custom "View Cart" through SSP application. And i want to check if customer is currently logged in or not, and try to get customer information. Unfortunately, it is always returning false. I am pretty sure, my account is…
Damiko Gutom
  • 31
  • 1
  • 5
0
votes
1 answer

Using DMA to read EEPROM on SPI (SSP) Bus

I'm using an NXP LH79525, ARM7TDMI based processor. There is an EEPROM connected via SPI bus to the SSP port. The objective is to read the EEPROM into SRAM for faster accessing. The present working code sends a read command to the EEPROM, the…
Thomas Matthews
  • 56,849
  • 17
  • 98
  • 154
0
votes
1 answer

SharePoint 2003 Extranet Sites Returning "Operation Aborted" and "Render Failed" errors

For my company, we have a few extranet sites built in SharePoint Portal 2003 for vendors to collaborate on documents with us. We have the database's on on server and the sites hosted on another server (so two servers are involved). However, recently…
Brent
  • 121
  • 3
  • 16
0
votes
1 answer

Migrated My Profile link still pointing to the old MOSS server

Migrated a MOSS content DB to a brand new farm. The My Sites also were on the same content DB. Then the SSP also was migrated over. However, the My Profile link is not binding to the restored My Sites but rather to the old MOSS server. Anyone know…
Muhammedh
  • 484
  • 1
  • 11
  • 25
0
votes
1 answer

Security trimming in search web service

I have a web application which consumes the SharePoint 2007 search web service (http://localhost/_vti_bin/search.asmx). My scope contains several content sources, all of them contain business data (content is crawled via SQL queries on external…
lukasz
  • 311
  • 4
  • 17